@charset "UTF-8";
@media screen and (min-width: 800px) {
  .text {
    text-align: center; } }
@media screen and (max-width: 800px) {
  .text {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem; }
    .text div {
      margin: 1rem 0; } }
@media screen and (max-width: 1280px) {
  .moreText {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem; }
    .moreText .hideSP {
      display: none; } }
/* ################
タグ
################ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 16px;
  height: 100%;
  width: 100%; }

body {
  color: black;
  font-weight: 200;
  line-height: 2.5em;
  font-family: 'YuMincho', '游明朝', serif; }

section {
  width: 100%;
  max-width: 1280px;
  padding: 2rem 10px 5rem;
  margin: auto; }

img {
  vertical-align: bottom;
  height: auto; }

strong {
  font-weight: bold; }

hr {
  margin: 2rem auto; }

h2 {
  font-size: 3rem;
  text-align: center;
  margin: 5rem;
  padding: 2rem 5rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: inline-block; }
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 2rem;
      margin: 2rem 0;
      padding: 1rem;
      display: block; } }

h3 {
  font-size: 1.5rem;
  padding: 2rem 0; }
  @media screen and (max-width: 800px) {
    h3 {
      padding: 0;
      margin: 1rem 0;
      border-bottom: 1px solid black; } }

h4 {
  font-size: 1.2rem;
  margin: 1rem;
  border-bottom: 1px solid white; }
  @media screen and (max-width: 800px) {
    h4 {
      margin: 1rem 0; } }

h5 {
  font-size: 1.2rem; }

input[type="text"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid gray;
  outline: none;
  padding: 0.5rem;
  width: 100%;
  border-radius: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem; }

textarea {
  height: 10rem;
  resize: vertical; }

.btn {
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #f6cc5b;
  color: black;
  padding: 1rem;
  margin: 1rem;
  border: 1px solid black;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.5rem; }
  h3 .btn {
    font-size: 1rem;
    padding: .5rem 2rem;
    min-width: none; }
  .btn:hover {
    background-color: white;
    box-shadow: 0 0 1px 5px rgba(246, 204, 91, 0.8), 0 0 1px 10px rgba(246, 204, 91, 0.4), 0 0 1px 15px rgba(246, 204, 91, 0.2); }
  .btn.opacity {
    background-color: rgba(246, 204, 91, 0.1);
    width: 80%;
    margin: 1rem auto;
    display: block; }

.sendBtn {
  padding: 1rem;
  width: 80%;
  margin: auto;
  display: block; }

.displayMail {
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 1rem;
  padding: 2rem; }

/* ################
レイアウト関連
################ */
.auto {
  margin: auto; }

.center {
  text-align: center;
  margin: auto; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.clearfix:after,
.cf:after {
  content: "";
  clear: both;
  display: block; }

/* テーブル設定 */
.table,
.tableMin,
table {
  display: table;
  margin: auto; }
  .table.full,
  .tableMin.full,
  table.full {
    width: 100%; }
  .table.line,
  .tableMin.line,
  table.line {
    border-top: 1px solid gray;
    border-left: 1px solid gray; }
    .table.line.padding,
    .tableMin.line.padding,
    table.line.padding {
      margin: 1rem auto;
      border-collapse: collapse; }
    .table.line .cell,
    .tableMin.line .cell,
    table.line .cell {
      border-right: 1px solid gray;
      border-bottom: 1px solid gray;
      padding: 10px; }

#send a {
  text-decoration: none; }
#send .table.full .cell:first-child {
  width: 14rem; }

@media screen and (max-width: 800px) {
  .table,
  .tableMin {
    display: block; } }

.row {
  display: table-row; }
  @media screen and (max-width: 800px) {
    .row {
      display: block; } }

.cell {
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 800px) {
    .cell {
      width: 100%;
      display: block; } }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle; }

/* 装飾設定 */
.noWrap {
  white-space: nowrap; }

.imgCircle {
  overflow: hidden;
  border-radius: 100%; }

@media screen and (min-width: 800px) {
  .hideSP {
    display: initial; }
    .hideSP.cell {
      display: table-cell; }

  .hidePC {
    display: none; } }
@media screen and (max-width: 800px) {
  .hideSP {
    display: none; }
    .hideSP.cell {
      display: none; }

  .hidePC {
    display: initial; }
    .hidePC.cell {
      display: block; } }
.moreText {
  display: none; }

.moreRead {
  border: 1px solid white;
  border-radius: 5px;
  margin: 1rem auto;
  padding: 5px;
  text-align: center;
  cursor: pointer; }
  .moreRead:hover {
    background-color: #f6cc5b;
    color: black;
    border-color: black; }

.answerText {
  border: black 1px solid;
  border-radius: 5px;
  padding: 1rem;
  margin: 1rem 0 3rem; }
  .answerText ol {
    margin-left: 2rem; }

.required {
  font-size: 0.6rem;
  background-color: red;
  border-radius: 2px;
  color: white;
  padding: 2px 5px;
  margin-left: 10px; }

/* アニーメーション */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.load {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

.animation {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

/* 余白設定 */
/* 背景指定 */
.bg {
  position: relative;
  overflow: hidden;
  background-color: black;
  z-index: 0; }

.bg * {
  position: relative;
  z-index: 2; }

.bg:after {
  position: absolute;
  content: "";
  display: block;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.6;
  transition: all .3s ease-out;
  z-index: 0; }

.bg:hover:after {
  transform: scale(1.1);
  opacity: 1; }

/* ################
セクション関連
################ */
#navi {
  width: 100%;
  height: 150px;
  overflow: hidden;
  z-index: 999;
  position: absolute;
  top: 0; }
  #navi.small, #naviSimple {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    border-bottom: 1px solid black; }
    #navi.small .hideSP a, #naviSimple .hideSP a {
      color: black;
      background-color: transparent;
      border: none;
      margin-left: 1rem;
      padding: 0.5rem 1rem;
      text-shadow: none;
      border: 1px solid transparent; }
      #navi.small .hideSP a.now, #naviSimple .hideSP a.now {
        border: 1px solid black;
        border-radius: 5px; }
      #navi.small .hideSP a:hover, #naviSimple .hideSP a:hover {
        border: 1px solid black;
        border-radius: 5px;
        background-color: #f6cc5b; }
    #navi.small section, #naviSimple section {
      padding: 0 10px; }
    #navi.small .icon-menu, #naviSimple .icon-menu {
      color: black;
      text-shadow: none; }
  #navi .hideSP a {
    margin-left: 1rem;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), 1px -1px 5px rgba(0, 0, 0, 0.3), -1px 1px 5px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent; }
    #navi .hideSP a:hover {
      border: 1px solid white;
      border-radius: 5px; }
  #navi .table {
    display: table;
    margin: auto;
    width: 100%;
    height: 50px; }
  #navi .row {
    display: table-row; }
  #navi .cell {
    display: table-cell;
    vertical-align: middle; }
    #navi .cell img {
      vertical-align: inherit; }
  #navi .icon-menu {
    font-size: 32px;
    line-height: 50px;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1), -1px 1px 5px rgba(0, 0, 0, 0.1), -1px -1px 5px rgba(0, 0, 0, 0.1); }

#naviSimple img {
  width: 200px;
  height: 32px; }

#SPMenu {
  display: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  #SPMenu ul {
    height: 100%; }
    #SPMenu ul li {
      display: block;
      margin: 0;
      border-bottom: 1px solid white;
      vertical-align: middle;
      height: calc(25%);
      width: 50%;
      float: left;
      position: relative;
      cursor: pointer; }
      #SPMenu ul li.menuBg {
        height: 60px;
        width: 100%;
        background-color: black; }
      #SPMenu ul li.full {
        height: calc(25%);
        width: 100%; }
      #SPMenu ul li a {
        width: 100%;
        height: 100%;
        position: relative;
        display: table;
        vertical-align: middle;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500;
        color: white;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5), 1px -1px 5px rgba(0, 0, 0, 0.5), -1px 1px 5px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.5); }
        #SPMenu ul li a span {
          display: table-cell;
          vertical-align: middle;
          position: relative; }
      #SPMenu ul li.top:after {
        background-image: url("../_img/20160521-052002-HDR.jpg"); }
      #SPMenu ul li.news:after {
        background-image: url("../_img/AdobeStock_100788043.jpg"); }
      #SPMenu ul li.about:after {
        background-image: url("../_img/20160312-175451-HDR.jpg"); }
      #SPMenu ul li.advantage:after {
        background-image: url("../_img/20160312-171623.jpg"); }
      #SPMenu ul li.qa:after {
        background-image: url("../_img/20160521-050503-HDR.jpg"); }
      #SPMenu ul li.outline:after {
        background-image: url("../_img/20160521-053251-HDR.jpg");
        background-position: center center; }
      #SPMenu ul li.contact:after {
        background-image: url("../_img/AdobeStock_94456372.jpg"); }

#mainLogo {
  width: 300px;
  height: 82px; }
  .small #mainLogo {
    width: 200px;
    height: 32px;
    margin: 9px 0 0; }

#topImg {
  background-image: url(../_img/20160521-052002-HDR.jpg);
  height: 600px;
  background-size: cover;
  background-position: center center;
  font-size: 0.875rem;
  color: black; }
  @media screen and (min-width: 1280px) {
    #topImg {
      height: 800px;
      background-image: url(../_img/20160521-052002-HDR_1600.jpg); } }
  @media screen and (min-width: 1600px) {
    #topImg {
      height: 1000px; } }
  #topImg section {
    position: relative;
    height: 100%; }

#aniv {
  position: absolute;
  bottom: 2rem;
  right: 10px; }
  #aniv img {
    width: 200px;
    height: 132px; }

.sectionBorder {
  height: 300px;
  margin: 2rem 0;
  background-size: cover;
  background-position: center bottom; }
  @media screen and (min-width: 1280px) {
    .sectionBorder {
      height: 350px; } }
  @media screen and (min-width: 1600px) {
    .sectionBorder {
      height: 400px; } }

.trophy {
  width: 150px;
  height: auto;
  margin: 1rem auto -3rem;
  display: block; }

#restaurantImg {
  background-image: url(../_img/20160312-175451-HDR.jpg); }

#staffImg {
  background-image: url(../_img/20160312-171623.jpg);
  background-position: center top; }

#outlineImg {
  background-image: url(../_img/20160521-052348-HDR.jpg);
  background-position: center bottom; }

#restaurant .table .cell,
#tenant .table .cell {
  width: 50%; }
  @media screen and (max-width: 800px) {
    #restaurant .table .cell,
    #tenant .table .cell {
      width: 100%; } }
#restaurant .img,
#tenant .img {
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 800px) {
    #restaurant .img,
    #tenant .img {
      height: 400px; } }
#restaurant .text,
#tenant .text {
  background-color: black;
  color: white;
  padding: 2rem; }
  @media screen and (max-width: 800px) {
    #restaurant .text,
    #tenant .text {
      padding: 10px;
      margin-bottom: 1rem; } }
  #restaurant .text img,
  #tenant .text img {
    width: calc( 33.3333% - 10px);
    height: auto;
    margin: 3rem 5px; }
    @media screen and (max-width: 800px) {
      #restaurant .text img,
      #tenant .text img {
        width: calc( 33.3333% - 10px);
        height: auto;
        margin: 2rem 5px; } }
#restaurant .nishinomiya .img,
#tenant .nishinomiya .img {
  background-image: url(../_img/20160324-101630-HDR.jpg); }
#restaurant .sanda .img,
#tenant .sanda .img {
  background-image: url(../_img/20160324-133335-HDR.jpg); }
#restaurant .mengyo .img,
#tenant .mengyo .img {
  background-image: url(../_img/20160312-134503-HDR.jpg); }
#restaurant #kitahama .img,
#tenant #kitahama .img {
  background-image: url(../_img/20160521-053251-HDR.jpg);
  background-position: center top; }
#restaurant #tenantTable,
#tenant #tenantTable {
  font-size: 0.6875rem;
  line-height: 1rem;
  text-align: left;
  margin: 2rem 0; }
  #restaurant #tenantTable table,
  #tenant #tenantTable table {
    width: 100%;
    border-left: 1px solid white;
    border-top: 1px solid white;
    margin: 1rem 0; }
  #restaurant #tenantTable td,
  #tenant #tenantTable td {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px;
    text-align: center; }

#staff h4 {
  margin: 0 0 1rem; }
#staff img {
  width: 300px;
  height: 300px;
  margin-right: 1rem; }
  @media screen and (max-width: 800px) {
    #staff img {
      width: calc( 50% - 10px);
      height: auto;
      margin: 2rem 5px 0; } }
#staff .cell {
  padding: 2rem 0; }
  @media screen and (max-width: 800px) {
    #staff .cell {
      padding: 1rem 0;
      text-align: left;
      line-height: 1.5rem;
      font-size: 1rem; } }

#outlineSection {
  letter-spacing: 0.1rem; }
  #outlineSection td {
    vertical-align: top;
    padding: 0.5rem 0; }
    @media screen and (max-width: 800px) {
      #outlineSection td {
        text-align: left;
        line-height: 1.5rem;
        font-size: 1rem; } }
  #outlineSection h3 {
    line-height: 2.5em;
    margin-bottom: 1rem; }
  #outlineSection .dot {
    font-size: 1.5rem;
    width: 5rem;
    text-align: center;
    background-image: url(../_img/grayDot.gif);
    background-position: center center;
    background-repeat: repeat-y; }
    #outlineSection .dot img {
      vertical-align: initial;
      width: 12px;
      height: 12px; }

#map-canvas {
  height: 600px;
  line-height: 1.5rem; }
  @media screen and (max-width: 800px) {
    #map-canvas {
      margin: 20px;
      height: 400px; } }

table.rootGuide {
  margin-top: 3rem;
  max-width: 1280px; }
  table.rootGuide td {
    font-size: .8rem;
    line-height: 1.2rem;
    padding: 1rem;
    vertical-align: middle;
    text-align: center; }
    table.rootGuide td img {
      width: 100%; }
    table.rootGuide td.stBVoad {
      width: 35%; }
    table.rootGuide td.ex, table.rootGuide td.photo {
      width: 15%; }
    table.rootGuide td .icon-circle-right,
    table.rootGuide td .icon-circle-down {
      font-size: 2rem;
      color: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 800px) {
    table.rootGuide tr {
      display: block;
      margin: 2rem;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      padding: 1rem; }
      table.rootGuide tr td {
        font-size: 1rem;
        display: block; }
        table.rootGuide tr td.stBVoad {
          width: 100%; }
          table.rootGuide tr td.stBVoad img {
            width: 70%; }
        table.rootGuide tr td.ex, table.rootGuide tr td.photo {
          width: 100%; }
          table.rootGuide tr td.ex img, table.rootGuide tr td.photo img {
            width: 30%; } }

@media screen and (max-width: 800px) {
  #contact {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem; } }
#contact .tel {
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.5rem; }
  @media screen and (max-width: 800px) {
    #contact .tel {
      font-size: 2rem;
      margin: 3rem 0;
      text-align: center; } }
#contact table {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto; }
#contact td {
  text-align: left;
  padding: 0.5rem;
  vertical-align: middle; }

#footer {
  background-color: black;
  color: white; }
  @media screen and (max-width: 800px) {
    #footer {
      font-size: 0.6rem; } }

#fbTimeline ul {
  list-style-type: none; }
#fbTimeline li {
  list-style-type: none;
  margin: 2rem 0 1rem;
  overflow: hidden;
  position: relative;
  width: 30%;
  float: left;
  border: 1px solid black;
  border-radius: 5px;
  padding: 1rem;
  line-height: 2rem;
  height: 24rem;
  overflow: hidden; }
  #fbTimeline li:first-child {
    margin-right: 5%; }
  #fbTimeline li:last-child {
    margin-left: 5%; }
  @media screen and (max-width: 800px) {
    #fbTimeline li {
      float: none;
      width: 100%;
      height: auto;
      max-height: 24rem; }
      #fbTimeline li:first-child {
        margin-right: 0; }
      #fbTimeline li:last-child {
        margin-left: 0; }
      #fbTimeline li .right {
        margin-bottom: 0; } }
  #fbTimeline li h4 {
    line-height: 4rem; }
    @media screen and (max-width: 800px) {
      #fbTimeline li h4 {
        line-height: 1rem; } }
  #fbTimeline li a {
    text-decoration: underline;
    color: black; }
    #fbTimeline li a:hover {
      color: #f6cc5b; }
  #fbTimeline li .text {
    text-align: left;
    margin: 0; }
    @media screen and (max-width: 800px) {
      #fbTimeline li .text {
        padding-left: 0; } }
  #fbTimeline li img {
    display: block;
    height: auto;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 5px; }
    @media screen and (max-width: 800px) {
      #fbTimeline li img {
        width: auto;
        height: 12rem;
        margin: 0 auto 0.5rem;
        float: none; } }
  #fbTimeline li .moreTextFB {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    width: calc( 100% - 2rem);
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    text-align: center; }
    #fbTimeline li .moreTextFB:hover {
      background-color: #f6cc5b; }

#print {
  width: 190mm;
  margin: auto; }
  #print h1 {
    font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid black;
    margin-bottom: 10px; }
  #print table.rootGuide {
    width: 180mm; }
  #print #map-canvas {
    width: 190mm;
    height: 100mm; }
  #print #footer {
    display: none; }

/*
#fbTimeline {
	ul {
		list-style-type: none;
	}
	li {
		list-style-type: none;
		margin: 2rem 0 1rem;
		overflow: hidden;
		position: relative;
		width: 100%;
		border: 1px solid black;
		border-radius: 5px;
		padding: 1rem;
		line-height: 2rem;
		height: 6rem;
		overflow: hidden;

		@media screen and (max-width: $deviceWidth){
			float: none;
			width: 100%;
			height: auto;
			max-height: 24rem;
			&:first-child {
				margin-right: 0;
			}
			&:last-child {
				margin-left: 0;
			}
			.right {
				margin-bottom: 0;
			}
		}
		h4 {
			line-height: 4rem;
			@media screen and (max-width: $deviceWidth){
				line-height: 1rem;
			}
		}
		a {
			text-decoration: underline;
			color: black;
			&:hover {
				color: $yellow;
			}
		}
		.text {
			text-align: left;
			margin: 0;
			@media screen and (max-width: $deviceWidth){
				padding-left: 0;
			}
		}
		img {
			display: block;
			height: auto;
			margin-right : 1rem;
			height: 4rem;
			float: left;
			border-radius: 5px;
			@media screen and (max-width: $deviceWidth){
				width: auto;
				height: 12rem;
				margin: 0 auto 0.5rem;
				float: none;
			}
		}
		.moreTextFB {
			display: block;
			position: absolute;
			bottom: 0.5rem;
			right: 0.5rem;
			width: 10rem;
			background: white;
			border: 1px solid black;
			border-radius: 5px;
			cursor: pointer;
			margin: 0;
			text-align: center;
			&:hover {
				background-color: $yellow;
			}
		}
	}
}
*/

/*# sourceMappingURL=_main.css.map */
