/*
Theme Name: Ishigaki_Bold_Kitchen 20251217
Theme URI: https://www.3-ize.jp/
Author: TRI
Author URI: https://www.3-ize.jp/
Description:3SUP_MHM-4149 フサキ｜レストラン：料金改定に伴う表記修正
Version: 1.0.0
License: TRI
License URI: https://www.3-ize.jp/
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600&display=swap");
body {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}
body .wrapper {
  overflow: hidden;
}
h2 {
  font-family: "Cormorant Garamond", serif;
  color: #777777;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 27px;
  background: url("./img/point.png") bottom center no-repeat;
  text-align: center;
  margin: 123px 0 40px;
  letter-spacing: -0.02em;
}
h3 {
  font-family: "Cormorant Garamond", serif;
  position: relative;
  font-weight: 500;
  font-size: 46px;
  color: white;
  margin: 0;
  letter-spacing: -0.02em;
  padding-bottom: 27px;
  background: url("./img/point.png") bottom left no-repeat;
}
h4 {
  color: white;
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.cover {
  background-color: rgba(0, 0, 0, 0.7);
}
.readmore {
  width: 169px;
  height: 49px;
  line-height: 49px;
  padding-left: 0;
  color: #000;
  text-decoration: none;
  z-index: 20;
}
.readmore a {
  padding-left: 0;
}
.pc-hidden {
  display: none;
}
.switch {
  visibility: hidden;
}
.global-header {
  position: relative;
}
.global-header .page_headername h2 {
  position: absolute;
  font-size: 58px;
  margin: 0 0 0 80px;
  padding: 0;
  color: #FFF;
  bottom: 22px;
  background: none;
  font-weight: 300;
}
.global-header.index_header {
  background-color: #FAF8E5;
  width: 100%;
  background-size: cover;
}
.global-header.index_header #slider {
  margin: 0;
  padding: 0;
}
.global-header .scroll-img {
  width: 70px;
  height: 50px;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.global-header.menu_header {
  background-color: #FAF8E5;
  width: 100%;
  height: 50vh;
  min-height: 350px;
}
.global-header.menu_header.breakfast {
  background: url("./img/page_menu_breakfast_bg.jpg") center center no-repeat;
  background-size: cover;
}
.global-header.menu_header.lunch {
  background: url("./img/page_menu_lunch_bg_7.jpg") center center no-repeat;
  background-size: cover;
}
.global-header.menu_header.lunch-weekend {
  background: url("./img/page_menu_weekend_bg.jpg") center center no-repeat;
  background-size: cover;
}
.global-header.menu_header.dinner {
  background: url("./img/page_menu_dinner_bg_2.jpg?r2") center center no-repeat;
  background-size: cover;
}
.global-header.menu_header .bx-wrapper {
  display: none;
}
.global-header.menu_header .scroll-img {
  display: none;
}
.global-header.menu_header .page_headername h2 {
  bottom: 42px;
}
.global-header.floor_header {
  background-color: #FAF8E5;
  width: 100%;
  height: 74vh;
  background: url("./img/page_floor_bg.jpg") center center no-repeat;
  background-size: cover;
}
.global-header.floor_header .bx-wrapper {
  display: none;
}
.global-header.floor_header .scroll-img {
  display: none;
}
.global-header.concept_header {
  background-color: #FAF8E5;
  width: 100%;
  height: 74vh;
  background: url("./img/page_concept_bg.jpg") center center no-repeat;
  background-size: cover;
}
.global-header.concept_header .bx-wrapper {
  display: none;
}
.global-header.concept_header .scroll-img {
  display: none;
}
.global-header h1 {
  margin: 0;
  position: absolute;
  display: block;
  font-weight: bold;
  z-index: 100;
  top: 20px;
  left: 40px;
  background-color: #CD3D00;
  color: White;
  width: 200px;
  height: 200px;
  white-space: nowrap;
  overflow: hidden;
}
.global-header .fixed-logo {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 40px;
  z-index: 98;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.global-header .fixed-logo.hidden {
  visibility: hidden;
  opacity: 0;
}
.global-header nav {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  z-index: 95;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.global-header nav ul {
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0 120px 0 0;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global-header nav ul li {
  text-decoration: none;
  display: inline-block;
}
.global-header nav ul li label {
  display: inline-block;
  text-indent: 1px;
  font-size: 18px;
  text-align: center;
  padding: 0 13px;
  line-height: 50px;
  height: 50px;
  color: #333333;
  cursor: pointer;
}
.global-header nav ul li label.active {
  position: relative;
}
.global-header nav ul li label.active:after {
  content: "";
  position: absolute;
  border-top: 3px solid #CD3D00;
  color: #555555;
  width: 100%;
  left: 0;
}
.global-header nav ul li a {
  display: block;
  text-indent: 1px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
}
.global-header nav ul li a.active {
  position: relative;
}
.global-header nav ul li a.active:after {
  content: "";
  position: absolute;
  border-top: 3px solid #CD3D00;
  color: #555555;
  width: 100%;
  left: 0;
}
.global-header nav ul > li > ul {
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: -14px;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.global-header nav #primary_menu {
  display: none;
}
.global-header nav .primary {
  position: relative;
}
.global-header nav #primary_menu:checked + ul {
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.global-header .reserve {
  text-align: center;
  letter-spacing: 0em;
}
.global-header .reserve p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.global-header .reserve a {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
  width: 100px;
  height: 100px;
  background-color: black;
  color: #fff;
  display: block;
  z-index: 50;
  padding: 14px 10px 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 17px;
  text-decoration: none;
}
.global-header .reserve a img {
  width: 38px;
}
.global-header .reserve a .reserve-text_1 {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
}
.global-header .reserve a .reserve-text_2 {
  font-size: 11px;
  font-family: "Noto Serif JP", sans-serif;
}
.global-header .nav-toggle {
  display: none;
}
#sp-navigation {
  display: none;
}
#sp-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sp-navigation ul li {
  width: 33.3%;
  list-style: none;
  display: block;
  height: 44px;
  line-height: 44px;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-navigation ul li:last-child {
  border: none;
  width: 33.4%;
}
#sp-navigation ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
}
#sp-navigation ul li a img {
  vertical-align: middle;
  padding-right: 5px;
}
#news {
  background-color: #F8F8F8;
  padding: 123px 80px 140px;
  overflow: hidden;
  z-index: 20;
}
#news h2 {
  font-size: 36px;
  width: 162px;
  padding-bottom: 27px;
  margin: 0 38px 0 0;
  position: relative;
  text-align: left;
  background: url("./img/point.png") bottom left no-repeat;
}
#news .news-list {
  float: left;
  width: calc(100% - 200px);
}
#news .news-list ul {
  list-style-type: none;
  padding: 0;
}
#news .news-list ul li {
  margin-bottom: 20px;
  line-height: 22.5px;
}
#news .news-list ul li a {
  text-decoration: none;
  font-size: 15px;
}
#news .news-list ul li a time {
  color: #333333;
  padding-right: 15px;
}
#news .news-list ul li a .category {
  background-color: #AAAAAA;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 700;
}
#news .news-list ul li a .news-title {
  padding-left: 15px;
  color: #333333;
  display: inline-block;
  vertical-align: text-top;
  /*width: calc(100vw - 575px);*/
}
.concept-wrap {
  width: 100%;
  height: 740px;
  background: url("./img/concept_bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 80px;
  z-index: 21;
}
.concept-wrap .concept-inner {
  position: relative;
  height: 100%;
}
.concept-wrap h3 {
  margin-bottom: 28px;
}
.concept-wrap p {
  font-size: 16px;
  color: white;
  line-height: 2.6em;
  margin: 0;
}
.concept-wrap .inner-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.concept-wrap .inner-img .concept-img {
  margin-right: 30px;
  width: 220px;
  height: 220px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.4);
}
.concept-wrap .readmore {
  display: block;
  position: absolute;
  bottom: 0;
  right: -80px;
}
#kitchen {
  margin-top: 140px;
  width: 100%;
  height: 740px;
  background: url("./img/live-kitchen_bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu {
  margin-top: 123px;
  position: relative;
  z-index: 22;
}
#menu h2 {
  text-align: center;
}
#menu h3 {
  padding-top: 23px;
}
#menu .h3-inner {
  position: absolute;
  top: 60px;
  padding: 0 60px 0 80px;
}
#menu .h3-inner p {
  padding: 28px 0 50px;
  font-size: 16px;
  color: white;
  line-height: 2.2em;
	margin: 0;
}
#menu .cover {
  width: 544px;
  height: auto;
}
#menu .cover.dinner-cover {
  width: 424px;
}
#menu .breakfast {
  margin-top: 1px;
  width: 100%;
  height: 740px;
  background: url("./img/menu-breakfast.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
#menu .breakfast .h3-inner {
  left: 0;
}
#menu .lunch {
  margin-top: 1px;
  width: 100%;
  height: 740px;
  background: url("./img/menu-lunch.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
#menu .lunch .h3-inner {
  right: 0;
}
#menu .dinner {
  margin-top: 1px;
  width: 100%;
  height: 740px;
  background: url("./img/menu-dinner.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
#menu .dinner .h3-inner {
  left: 0;
}
#menu .readmore {
  display: block;
  position: absolute;
  right: 0;
  bottom: 60px;
}
#floor {
  position: relative;
  z-index: 23;
}
#floor h4 {
  margin: 0;
  padding-right: 3px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
#floor h4:after {
  content: "";
  color: #CD3D00;
  position: absolute;
  border-bottom: 1px solid #CD3D00;
  width: 20px;
  bottom: 5px;
}
#floor .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#floor .item {
  margin-right: 1px;
}
#floor .item:last-child {
  margin-right: 0;
}
#floor .terrace {
  width: 100%;
  height: 740px;
  background: url("./img/floor-terrace.jpg") center center no-repeat;
  background-size: cover;
}
#floor .terrace .cover {
  width: 189px;
  margin-top: 500px;
  padding: 14px 0px 16px 30px;
}
#floor .table {
  width: 100%;
  height: 740px;
  background: url("./img/floor-table.jpg") center center no-repeat;
  background-size: cover;
}
#floor .table .cover {
  width: 152px;
  margin-top: 500px;
  padding: 14px 0px 16px 30px;
}
#floor .bar {
  width: 100%;
  height: 740px;
  background: url("./img/floor-bar.jpg") center center no-repeat;
  background-size: cover;
}
#floor .bar .cover {
  width: 222px;
  margin-top: 500px;
  padding: 14px 0px 16px 30px;
}
#floor .readmore {
  display: block;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.readmore .toggle-button {
  margin: 0 0 0 0;
  padding: 10px 52px 10px 14px;
  background-color: #CD3D00;
  color: white;
  border-style: none;
  position: relative;
  outline: none;
  font-size: 18px;
  line-height: 26px;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  font-weight: 600;
}
.readmore .toggle-button:after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 23px;
  right: 16px;
}
.readmore .toggle-button:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  display: block;
  top: 17px;
  right: 22px;
  position: absolute;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#access h2 {
  margin: 0 0 40px;
  padding-top: 123px;
}
#access .access-map {
  width: 100%;
  height: 450px;
	margin-bottom: 60px;
}
#store {
  color: #555555;
  z-index: 24;
}
#store h2 {
  margin: 0 0 40px;
  padding-top: 123px;
}
#store .store-img {
  width: 50%;
  margin: 0;
  padding: 0;
}
#store .store-img .pc-hidden {
  display: none;
}
#store .store-img img {
  width: 100%;
}
#store .store-info {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 80px;
}
#store .store-info .address {
  line-height: 1;
}
#store .store-info .address a {
  vertical-align: 8px;
  color: #333333;
}
#store .store-info .address img {
  width: 15px;
  margin-right: 8px;
}
#store .store-info .address .address-item {
  margin: 0 0 37px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#store .store-info .address .address-item dt {
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  position: relative;
  margin-right: 51px;
  width: 100px;
}
#store .store-info .address .address-item dt:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #AAAAAA;
  width: 20px;
  bottom: 7px;
  right: -31px;
}
#store .store-info .address .address-item dd {
  vertical-align: middle;
  margin: 0;
}
#store .store-info .address .address-item.access-item dt:after {
  bottom: 22px;
}
#store .store-info .address .address-item.access-item dd {
  line-height: 1.5;
}
#store .store-info .address .tel-item {
  margin: 0 0 37px 0;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#store .store-info .address .tel-item.access-item {
  margin: 0 0 80px 0;
}
#store .store-info .address .tel-item.access-item dd {
  vertical-align: middle;
  margin: 0;
}
#store .store-info .address .tel-item img {
  width: 16px;
  margin-right: 10px;
}
#store .store-info .address .tel-item dt {
  font-size: 22px;
  position: relative;
  line-height: 1;
  margin-right: 51px;
  display: block;
  width: 100px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
#store .store-info .address .tel-item dt:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #AAAAAA;
  width: 20px;
  bottom: 8px;
  right: -31px;
}
#store .store-info .address .tel-item dd {
  margin: 0;
}
#store .store-info .breakfast-info, #store .store-info .lunch-info, #store .store-info .dinner-info {
  margin-bottom: 48px;
}
#store .store-info .breakfast-info:last-child, #store .store-info .lunch-info:last-child, #store .store-info .dinner-info:last-child {
  margin-bottom: 0;
}
#store .store-info .breakfast-info .info-time, #store .store-info .lunch-info .info-time, #store .store-info .dinner-info .info-time {
  display: inline-block;
  width: 112px;
  text-align: center;
  background-color: #AAAAAA;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  padding: 3px 10px;
  margin-right: 20px;
}
#store .store-info .breakfast-info p, #store .store-info .lunch-info p, #store .store-info .dinner-info p {
  font-size: 15px;
  line-height: 27px;
}
#store .store-info .breakfast-info .full-buffet, #store .store-info .lunch-info .full-buffet, #store .store-info .dinner-info .full-buffet {
  margin: 18px 0 5px;
}
#store .store-info .breakfast-info .half-info, #store .store-info .lunch-info .half-info, #store .store-info .dinner-info .half-info {
  margin: 0 0 15px 0;
}
#store .store-info .breakfast-info dl, #store .store-info .lunch-info dl, #store .store-info .dinner-info dl {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
}
#store .store-info .breakfast-info dl dt, #store .store-info .lunch-info dl dt, #store .store-info .dinner-info dl dt {
  float: left;
}
#store .store-info .breakfast-info dl dd, #store .store-info .lunch-info dl dd, #store .store-info .dinner-info dl dd {
  margin-left: 45px;
}
.global-footer {
  background-color: #F8F8F8;
  color: #555555;
  z-index: 25;
  margin: 80px 0 0;
  padding: 100px 80px 100px;
  position: relative;
}
.global-footer .page-top {
  position: fixed;
  bottom: 50px;
  right: 80px;
  width: 50px;
  height: 50px;
  background-color: white;
  z-index: 75;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.global-footer .page-top.hidden {
  visibility: hidden;
  opacity: 0;
}
.global-footer .page-top.hidden.hold {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 50px;
}
.global-footer .page-top a {
  text-decoration: none;
}
.global-footer .page-top img {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}
.global-footer .footer-inner {
  margin: 0 0;
}
.global-footer .footer-inner p {
  margin-top: 0;
}
.global-footer .footer-inner .item {
  padding-right: 5vw;
}
.global-footer .footer-inner .item:last-child {
  padding-right: 0px;
}
.global-footer .footer-inner .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.global-footer .footer-inner .footer-link .footer-link-1 {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global-footer .footer-inner .footer-link .footer-link-2 {
  width: 50%;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global-footer .footer-inner .footer-logo {
  width: 100px;
  height: 100px;
}
.global-footer .footer-inner .footer-address-logo {
  width: 12px;
  margin-right: 6px;
}
.global-footer .footer-inner .footer-adress {
  line-height: 30px;
}
.global-footer .footer-inner .footer-adress a, .global-footer .footer-inner .footer-adress img {
  vertical-align: middle;
}
.global-footer .footer-inner .footer-adress a {
  color: #333333;
  display: block;
}
.global-footer .footer-inner .footer-adress a.footer_address_tel {
  margin-top: 16.7px;
}
.global-footer .footer-inner .footer-time span {
  font-weight: bold;
  padding-right: 16px;
}
.global-footer .footer-inner ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.global-footer .footer-inner ul li {
  margin-bottom: 18px;
}
.global-footer .footer-inner ul li:last-child {
  margin-bottom: 0;
}
.global-footer .footer-inner ul a {
  text-decoration: none;
  color: #333333;
}
.global-footer .footer__logo-fusaki {
  max-width: 240px;
  margin: 24px 0 0;
}
.global-footer .footer__logo-fusaki img {
  text-align: right;
  width: 100%;
  display: block;
}
.global-footer .copyright {
  font-family: "Cormorant Garamond", serif;
}
.page_top h2 {
  margin: 90px 80px 40px;
}
.page_top h5 {
  font-size: 24px;
  text-align: center;
  color: #555555;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.page_top p {
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  color: #333333;
}
.menu-tab {
  margin: 46px 80px 73px;
  border-bottom: 1px solid #777777;
}
.menu-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-tab ul li {
  display: inline-block;
  width: 180px;
  text-align: center;
}
.menu-tab ul li a {
  display: inline-block;
  font-size: 28px;
  text-decoration: none;
  color: #CCCCCC;
  font-family: "Cormorant Garamond", serif;
  padding: 7px 0;
  width: 180px;
}
.menu-tab ul li a.active {
  border-bottom: 3px solid #CD3D00;
  color: #555555;
}
.footer-menu-tab {
  margin: 50px 80px 140px;
  border-bottom: none;
  border-top: 1px solid #777777;
}
.footer-menu-tab ul li a.active {
  border-bottom: none;
  border-top: 3px solid #CD3D00;
  color: #555555;
}
.lunch-tab {
  margin: 0 auto 70px;
  text-align: center;
  width: 361px;
  border-bottom: 1px solid #777777;
}
.lunch-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lunch-tab ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 178px;
  text-align: center;
  padding: 0;
}
.lunch-tab ul li a {
  display: inline-block;
  font-size: 28px;
  text-decoration: none;
  color: #777777;
  font-family: "Cormorant Garamond", serif;
  padding: 7px 0;
  width: 178px;
  color: #CCCCCC;
}
.lunch-tab ul li a.active {
  border-bottom: 3px solid #CD3D00;
  color: #555555;
}
#lunch h2, #breakfast h2, #dinner h2 {
  margin: 0px 0 26px;
}
.content {
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
}
.content.active {
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#dinner {
	position: relative;
	z-index: 20;
}
.lunch_content {
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.lunch_content.active {
  display: block;
  visibility: visible;
  height: auto;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.menu-top {
  overflow: hidden;
  margin: 70px 0 0;
}
.menu-top .menu-toptext-left {
  width: 58%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 65px 80px;
}
.menu-top .menu-toptext-left h5 {
  font-size: 24px;
  text-align: left;
  padding: 0 0 20px;
  margin: 0 0 41px;
  position: relative;
  color: #555555;
  font-weight: 400;
}
.menu-top .menu-toptext-left h5:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #CD3D00;
  width: 35px;
  bottom: 0;
  left: 0;
}
.menu-top .menu-toptext-left p {
  line-height: 32px;
  font-size: 16px;
  text-align: left;
  color: #333333;
}
.menu-top .menu-toptext-right {
  width: 35%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 61px 6.9%;
  margin-left: 7%;
  background-color: #F8F8F8;
  color: #333333;
}
.menu-top .menu-toptext-right .open-time {
  margin-bottom: 20px;
}
.menu-top .menu-toptext-right p {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  color: #333333;
}
.menu-top .menu-toptext-right dl {
  font-size: 15px;
  line-height: 27px;
}
.menu-top .menu-toptext-right dl dt {
  float: left;
}
.menu-top .menu-toptext-right dl dd {
  margin-left: 45px;
}
.lunch_content .menu-top {
  margin: 0px 0 0;
}
.page_main-contents {
  margin-top: 60px;
}
.page_main-contents h5 {
  font-size: 24px;
  text-align: left;
  padding: 0 0 20px;
  margin: 0 0 41px;
  position: relative;
  color: #555555;
  font-weight: 400;
}
.page_main-contents h5:empty {
    display: none;
}
.page_main-contents h5:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #CD3D00;
  width: 35px;
  bottom: 0;
  left: 0;
}
.page_main-contents h5 .page_sub-title {
  font-size: 15px;
  line-height: 2;
  margin-left: 11px;
}
.page_main-contents h5 .br-lg {
  display: none;
}
.page_main-contents p {
  line-height: 32px;
  font-size: 16px;
  text-align: left;
  color: #333333;
}
.page_main-contents p .page_sub-title {
  margin-left: 1.5vw;
}
.page_main-contents .toggle-button {
  margin: 40px 0 0 0;
  padding: 10px 52px 10px 14px;
  background-color: #CD3D00;
  color: white;
  border-style: none;
  position: relative;
  outline: none;
  font-size: 18px;
  line-height: 26px;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  font-weight: 600;
}
.page_main-contents .toggle-button:after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 23px;
  right: 16px;
}
.page_main-contents .toggle-button:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  display: block;
  top: 17px;
  right: 22px;
  position: absolute;
}
.page_main-contents .toggle-button.active {
  background-color: #fff;
  color: #CD3D00;
  border: 1px solid #CD3D00;
}
.page_main-contents .toggle-button.active:before {
  display: none;
}
.page_main-contents .toggle-button.active:after {
  background-color: #CD3D00;
}
.page_main-contents .toggle-menu {
  padding: 60px 80px 0 80px;
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  color: #333333;
}
.page_main-contents .toggle-menu .toggle-menu__list-text {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}
.page_main-contents .toggle-menu .toggle-menu__list-text.prev-img {
  margin: 0 0 10px;
}
.page_main-contents .toggle-menu .toggle-menu__list-text .toggle-menu__list-text__item {
  list-style-type: none;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 2em;
  padding-right: 70px;
}
.page_main-contents .toggle-menu .toggle-menu__list-text .toggle-menu__list-text__item:nth-child(2n) {
  padding-right: 0;
}
.page_main-contents .toggle-menu .toggle-menu__list-text .toggle-menu__list-text__item:before {
  content: "●";
  font-size: 14px;
}
.page_main-contents .toggle-menu .toggle-menu__list-text .toggle-menu__list-text__item.toggle-list-type-none:before {
  content: "";
}
.page_main-contents .toggle-menu.hide {
  display: none;
}
.page_main-contents .toggle-menu .toggle-menu__clear {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.page_main-contents .toggle-menu .toggle__image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item {
  width: 15%;
  margin-right: 2%;
  list-style-type: none;
  height: auto;
  vertical-align: bottom;
}
.page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:last-child {
  margin-right: 0;
}
.page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item img {
  width: 100%;
}
.page_main-contents .img-left {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_main-contents .img-left.onlytext, .page_main-contents .img-right.onlytext {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.page_main-contents .img-left.onlytext .page_right-text.sub-text {
  margin-top: 83px;
}
.page_main-contents .img-left .page_main-image {
  width: 58%;
  max-height: 58vw;
  text-align: center;
}
.page_main-contents .img-left .page_main-image .page_main-image_slider {
  padding: 0;
  margin: 0;
}
.page_main-contents .img-left .page_main-image img {
  width: 100%;
  max-height: 58%;
}
.page_main-contents .img-left .page_main-image.vertical-image img {
  width: initial;
  max-height: 58vw;
}
.page_main-contents .img-left .page_main-text {
  width: 42%;
  padding: 0 6% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_main-contents .img-left.sub .page_main-image {
  width: 47.3%;
  max-height: 47.3vw;
}
.page_main-contents .img-left.sub .page_main-text {
  width: 52.7%;
  padding: 0 6% 0 80px;
}
.page_main-contents .img-left.onlytext .page_left-text {
  width: 50%;
  padding: 0 6% 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_main-contents .img-left.onlytext .page_right-text {
  width: 50%;
  padding: 0 6% 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_main-contents .img-right {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_main-contents .img-right.onlytext {
  -ms-flex-direction: row;
  flex-direction: row;
}
.page_main-contents .img-right .page_main-image {
  width: 58%;
  max-height: 58vw;
  text-align: center;
}
.page_main-contents .img-right .page_main-image img {
  width: 100%;
  max-height: 58vw;
}
.page_main-contents .img-right .page_main-image .page_main-image_slider {
  padding: 0;
  margin: 0;
}
.page_main-contents .img-right .page_main-image.vertical-image img {
  width: initial;
  max-height: 58vw;
}
.page_main-contents .img-right .page_main-text {
  width: 42%;
  padding: 0 6% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_main-contents .img-right.sub .page_main-image {
  width: 47.3%;
  max-height: 47.3vw;
}
.page_main-contents .img-right.sub .page_main-text {
  width: 52.7%;
  padding: 0 6% 0 80px;
}
.page_main-contents .img-right.onlytext .page_left-text {
  width: 50%;
  padding: 0 6% 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18.75vw;
}
.page_main-contents .img-right.onlytext .page_right-text {
  width: 50%;
  padding: 0 6% 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.concept-chef h2 {
  font-size: 70px;
  background: none;
  text-align: left;
  margin: 40px 80px 32px;
  padding: 0;
  font-weight: 300;
}
.page_sub-contents {
  margin: 0;
  padding: 40px 0;
  background-color: #FAF8E5;
}
.page_sub-contents .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page_sub-contents .flex-container .item {
  margin-right: 54px;
}
.page_sub-contents .flex-container .item:last-child {
  margin-right: 0;
}
.page_sub-contents .flex-container .item h5 {
  font-size: 24px;
  text-align: left;
  padding: 0 0 10px;
  margin: 30px 0 41px;
  position: relative;
  color: #555555;
  font-weight: 400;
}
.page_sub-contents .flex-container .item h5:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #CD3D00;
  width: 35px;
  bottom: 0;
  left: 0;
}
.page_sub-contents .flex-container .item .page_sub-title {
  font-size: 15px;
  line-height: 2;
  margin-left: 11px;
}
.page_sub-contents .flex-container .item .br-lg {
  display: none;
}
.page_sub-contents .flex-container .item img {
  width: 100%;
}
.page_sub-contents .flex-container .item p {
  font-size: 13px;
  color: #333333;
}
.page_floor .page_floor_contents {
  width: 100%;
  height: 740px;
  margin: 130px 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0;
  z-index: 21;
}
.page_floor .page_floor_contents.page_floor-terrace {
  background: url("./img/page_floor_terrace_bg.jpg") center center no-repeat;
  background-size: cover;
}
.page_floor .page_floor_contents.page_floor-table {
  background: url("./img/page_floor_table_bg.jpg") center center no-repeat;
  background-size: cover;
}
.page_floor .page_floor_contents.page_floor-bar {
  background: url("./img/page_floor_bar_bg.jpg") center center no-repeat;
  background-size: cover;
}
.page_floor .page_floor_contents h4 {
  color: white;
  font-size: 32px;
  margin: 0;
  padding: 0 0 0 80px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
.page_floor .page_floor_contents h4:after {
  font-size: 10vw;
  content: "";
  color: #CD3D00;
  position: absolute;
  border-bottom: 1px solid #CD3D00;
  width: 20px;
  bottom: 5px;
}
.page_floor .page_floor_contents p {
  font-size: 15px;
  color: white;
  line-height: 30px;
  margin: 0;
  display: block;
  width: 540px;
}
.page_floor.terrace_content .outer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page_floor.terrace_content .outer-img .item {
  width: 50%;
  height: 50%;
  margin-right: 1px;
}
.page_floor.terrace_content .outer-img .item:last-child {
  width: calc(50% - 1px);
  margin-right: 0;
}
.page_floor.table_content .outer-img, .page_floor.bar_content .outer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page_floor.table_content .outer-img .item, .page_floor.bar_content .outer-img .item {
  width: 33.3%;
  height: 33.3%;
  margin-right: 1px;
}
.page_floor.table_content .outer-img .item:last-child, .page_floor.bar_content .outer-img .item:last-child {
  width: calc(33.4% - 2px);
  height: 33.4%;
}
.page_floor .floor_inner {
  padding-left: 80px;
}
.page_floor.bar_content {
  margin-bottom: 140px;
}
.terrace_content .floor_cover {
  width: 235px;
  margin-top: 493px;
  padding: 6px 10px 6px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.table_content .floor_cover {
  width: 205px;
  margin-top: 493px;
  padding: 6px 10px 6px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.bar_content .floor_cover {
  width: 265px;
  margin-top: 493px;
  padding: 6px 10px 6px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 2000px) {
  body {
    letter-spacing: 0.04em;
  }
  #news h2 {
    float: left;
  }
}
@media screen and (max-width: 1250px) {
  body {
    letter-spacing: 0.04em;
  }
  #store .store-info .address .address-item {
    display: block;
    margin: 0 0 37px 0;
  }
  #store .store-info .address .address-item dt:after {
    bottom: 5px;
  }
  #store .store-info .address .address-item dd {
    margin: 13px 0;
    width: 100%;
    text-align: left;
  }
  #store .store-info .address .address-item.access-item dt:after {
    bottom: 5px;
  }
  #store .store-info .address .tel-item.access-item {
    display: block;
    margin: 0 0 37px 0;
  }
  #store .store-info .address .tel-item.access-item dd {
    margin: 13px 0;
    width: 100%;
    text-align: left;
  }
  .global-footer .footer-inner .item {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 1023px) {
  body {
    letter-spacing: 0.04em;
  }
  #store .store-info {
    padding: 30px 7.5% 80px;
  }
  #store .store-info .breakfast-info .info-time, #store .store-info .lunch-info .info-time, #store .store-info .dinner-info .info-time {
    display: block;
  }
  .global-footer {
    padding: 50px 80px 100px;
  }
  .global-footer .page-top.hidden.hold {
    top: 50px;
  }
  .global-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .global-footer .container p {
    margin-bottom: 15px;
  }
  .global-footer .container .item {
    margin-bottom: 46px;
  }
  .global-footer .footer-inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .global-footer .footer-inner .item {
    padding-right: 0;
  }
  .global-footer .footer-inner .footer-link .footer-link-1 {
    width: 27%;
    padding: 0 12vw 0 0;
    margin: 0;
  }
  .global-footer .footer-inner .footer-link .footer-link-2 {
    width: 73%;
    padding: 0;
    margin: 0;
  }
  .global-footer .footer__logo-fusaki {
    margin-top: 35px;
  }
  .page_main-contents h5 .page_sub-title {
    margin-left: 0;
  }
  .page_main-contents h5 .page_sub-title.not_br-lg {
    margin-left: 11px;
  }
  .page_main-contents h5 .br-lg {
    display: block;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: calc((100vw - 160px) / 20);
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:nth-child(3n) {
    margin-right: 0;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:nth-child(n+4) {
    margin-bottom: 0;
  }
  .page_sub-contents .flex-container .item .page_sub-title {
    margin-left: 0;
  }
  .page_sub-contents .flex-container .item .br-lg {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.04em;
  }
  h2 {
    font-size: 8vw;
    margin: 0 0 30px;
  }
 .lunch_content h2 {
    font-size: 9vw;
  }
  h3 {
    font-size: 9vw;
    background: none;
  }
  h3 span {
    position: absolute;
    bottom: 11.8vw;
  }
  h3:after {
    position: absolute;
    content: "";
    bottom: 6vw;
    left: 7.5%;
    height: 7px;
    width: 30px;
    background: url("./img/point.png") 0 0 no-repeat;
  }
  h4 {
    font-size: 7.5vw;
  }
  .readmore {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50vw;
    height: 13.75vw;
    padding-right: 24px;
  }
  .readmore img {
    width: 50vw;
    height: auto;
  }
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: inline;
  }
  .global-header .page_headername h2 {
    font-size: 10.75vw;
    margin: 0 0 30px 7.5%;
    bottom: 11.5625vw;
  }
  .global-header.index_header {
    background-size: cover;
  }
  .global-header .scroll-img {
    left: 7.5%;
    bottom: 0;
  }
  .global-header.menu_header {
    height: 71.875vw;
    min-height: inherit;
  }
  .global-header.menu_header.breakfast {
    background: url("./img/sp_page_menu_breakfast_bg.jpg") center center no-repeat;
    background-size: cover;
  }
  .global-header.menu_header.lunch {
    background: url("./img/sp_page_menu_lunch_bg_7.jpg") center top no-repeat;
    background-size: cover;
  }
  .global-header.menu_header.lunch-weekend {
    background: url("./img/sp_page_weekend_bg.jpg") center center no-repeat;
    background-size: cover;
  }
  .global-header.menu_header.dinner {
    background: url("./img/sp_page_menu_dinner_bg_2.jpg") center center no-repeat;
    background-size: cover;
  }
  .global-header.menu_header .page_headername h2 {
    bottom: 3.125vw;
  }
  .global-header.floor_header {
    height: 118vw;
    background: url("./img/sp_page_floor_bg.jpg") center center no-repeat;
    background-size: cover;
  }
  .global-header.concept_header {
    height: 118vw;
    background: url("./img/sp_page_concept_bg.jpg") center center no-repeat;
    background-size: cover;
  }
  .global-header h1 {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 31.25vw;
    height: 31.25vw;
  }
  .global-header h1 img {
    width: 31.25vw;
    height: 31.25vw;
  }
  .global-header .fixed-logo {
    display: none;
  }
  .global-header nav {
    display: block;
    background-color: white;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .global-header nav .sp-nav-logo {
    visibility: hidden;
  }
  .global-header nav.open {
    display: block;
    height: calc(100% - 44px);
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    width: 100vw;
  }
  .global-header nav.open h6 {
    margin: 0;
  }
  .global-header nav.open .sp-nav-logo {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 11vh;
    height: 11vh;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
  }
  .global-header nav.open .sp-nav-logo img {
    width: 11vh;
    height: 11vh;
  }
  .global-header nav.open ul {
    display: block;
    margin: 11vh 0 0 0;
    width: 100%;
    text-align: center;
  }
  .global-header nav.open ul .primary {
    overflow: hidden;
  }
  .global-header nav.open ul li {
    display: block;
  }
  .global-header nav.open ul li a, .global-header nav.open ul li label {
    color: #777;
    font-size: 6.75vw;
    height: 12vh;
    line-height: 12vh;
    width: 100%;
  }
  .global-header nav.open > ul > li > ul {
    background-color: white;
    margin: 0;
    height: auto;
    max-height: 0;
    position: static;
    visibility: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .global-header nav.open > ul > li > ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31.25vw;
  }
  .global-header nav.open > ul > li > ul li:nth-child(1) {
    width: 37.5vw;
  }
  .global-header nav.open > ul > li > ul a {
    font-size: 6.5625vw;
  }
  .global-header nav.open > ul > li > ul a:nth-child(1) {
    padding-left: 0;
  }
  .global-header nav ul {
    display: none;
  }
  .global-header nav ul li label {
    padding: 0;
  }
  .global-header nav ul li label.active:after {
    display: none;
  }
  .global-header nav ul li a {
    padding: 0 0;
  }
  .global-header nav ul li a.active:after {
    display: none;
  }
  .global-header nav ul li a.active .sp-menu-line {
    border-bottom: 2px solid #CD3D00;
    padding-bottom: 6px;
  }
  .global-header nav #primary_menu:checked + ul {
    max-height: 12vh;
  }
  .global-header .reserve {
    display: none;
  }
  .global-header .nav-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 15.625vw;
    height: 15.625vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .global-header .nav-toggle.toppos {
    background-color: rgba(255, 255, 255, 0);
  }
  .global-header .nav-toggle div {
    position: relative;
  }
  .global-header .nav-toggle span {
    display: block;
    height: 1px;
    position: absolute;
    width: 40%;
    left: 30%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #000;
  }
  .global-header .nav-toggle span:nth-child(1) {
    top: 5vw;
  }
  .global-header .nav-toggle span:nth-child(2) {
    top: 7.5vw;
  }
  .global-header .nav-toggle span:nth-child(3) {
    top: 10vw;
  }
  .global-header .nav-toggle span.toppos {
    background-color: #fff;
  }
  .global-header .nav-toggle.open span {
    background-color: #333;
  }
  .global-header .nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7vw;
  }
  .global-header .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .global-header .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7vw;
  }
  #sp-navigation {
    display: block;
    z-index: 90;
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    position: fixed;
    background-color: black;
    color: white;
  }
  #news {
    padding: 64px 7.5% 80px;
  }
  #news h2 {
    margin: 0 0 9.6875vw 0;
  }
  #news .news-list {
    width: 100%;
  }
  #news .news-list ul li {
    margin-bottom: 31px;
    line-height: 7.03125vw;
  }
  #news .news-list ul li a {
    font-size: 4.4vw;
  }
  #news .news-list ul li a .category {
    font-size: 3.75vw;
  }
  #news .news-list ul li a .category:after {
    content: "\a";
    white-space: pre;
  }
  #news .news-list ul li a .news-title {
    display: block;
    padding-left: 0;
    padding-top: 12px;
    width: auto;
  }
  .concept-wrap {
    background: none;
    padding: 0;
    height: auto;
  }
  .concept-wrap .concept-inner {
    overflow: hidden;
  }
  .concept-wrap h3 {
    padding: 90vw 7.5% 11.8vw;
    margin-bottom: 30px;
    background-color: black;
    background: url("./img/sp_concept_bg.jpg") center top no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    height: 118.75vw;
  }
  .concept-wrap p {
    color: #333333;
    margin: 0 7.5%;
    text-align: left;
    font-size: 4.4vw;
	  line-height: 1.9em;
  }
  .concept-wrap .inner-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: static;
    margin-top: 30px;
  }
  .concept-wrap .inner-img .concept-img {
    margin-right: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .concept-wrap .readmore {
    position: static;
    float: right;
    margin: 20px -7.5% 0 0;
    height: 12.5vw;
  }
  #kitchen {
    background: none;
    padding: 0;
    height: auto;
  }
  #kitchen h3 {
    padding: 90vw 7.5% 11.8vw;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    background: url("./img/sp_live-kitchen_bg.jpg") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 118.75vw;
  }
  #menu {
    margin-top: 68px;
  }
  #menu .h3-inner {
    padding: 0 0;
    position: static;
  }
  #menu .h3-inner p {
    text-align: left;
    padding: 30px 7.5% 20px;
    color: #333333;
    font-size: 4.4vw;
    margin: 0;
	 line-height: 1.9em;
  }
  #menu .cover {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }
  #menu .cover.dinner-cover {
    width: auto;
  }
  #menu .breakfast {
    background: none;
    padding: 0;
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #menu .breakfast .h3-inner {
    right: 0;
  }
  #menu .breakfast h3 {
    padding: 71.5vw 7.5% 11.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    background: url("./img/sp_menu-breakfast.jpg") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vw;
  }
  #menu .lunch {
    background: none;
    padding: 0;
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #menu .lunch .h3-inner {
    left: 0;
  }
  #menu .lunch h3 {
    padding: 71.5vw 7.5% 11.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    background: url("./img/sp_menu-lunch.jpg") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vw;
  }
  #menu .dinner {
    background: none;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  #menu .dinner .h3-inner {
    right: 0;
  }
  #menu .dinner h3 {
    padding: 71.5vw 7.5% 11.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    background: url("./img/sp_menu-dinner.jpg") center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vw;
  }
  #menu .readmore {
    position: static;
    float: right;
    margin: 0 -7.5% 0 0;
    height: 12.5vw;
  }
  #floor {
    margin-top: 64px;
  }
  #floor h4:after {
    width: 6.25vw;
    bottom: 1vw;
  }
  #floor .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #floor .item {
    margin-top: 1px;
    margin-right: 0px;
  }
  #floor .terrace {
    height: 62.5vw;
    background: url("./img/sp_floor-terrace.jpg") center top no-repeat;
    background-size: cover;
  }
  #floor .terrace .cover {
    width: 38vw;
    margin-top: 40.625vw;
    padding: 4.0625vw 0vw 4.0625vw 7.5%;
  }
  #floor .table {
    height: 62.5vw;
    background: url("./img/sp_floor-table.jpg") center top no-repeat;
    background-size: cover;
  }
  #floor .table .cover {
    width: 31.25vw;
    margin-top: 40.625vw;
    padding: 4.0625vw 0vw 4.0625vw 7.5%;
  }
  #floor .bar {
    height: 62.5vw;
    background: url("./img/sp_floor-bar.jpg") center top no-repeat;
    background-size: cover;
  }
  #floor .bar .cover {
    width: 42vw;
    margin-top: 40.625vw;
    padding: 4.0625vw 3.125vw 4.0625vw 7.5%;
  }
  #floor .readmore {
    width: 50vw;
    bottom: calc(-20px - 12.5vw);
    right: -7.5%;
    height: 12.5vw;
  }
  #access {
    margin-top: 128px;
  }
  #access h2 {
    margin: 0 0 30px;
    padding-top: 0;
  }
  #store {
    margin-top: 64px;
  }
  #store h2 {
    margin: 0 0 30px;
    padding-top: 0;
  }
  #store .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #store .store-img {
    width: 100%;
    height: auto;
  }
  #store .store-img .sp-hidden {
    display: none;
  }
  #store .store-img .pc-hidden {
    display: inline;
  }
  #store .store-img img {
    width: 100%;
  }
  #store .store-info {
    width: 100%;
    padding: 30px 7.5% 80px;
    margin-top: 20px;
  }
  #store .store-info .address {
    line-height: 1.5;
  }
  #store .store-info .address img {
    width: 4.4vw;
  }
  #store .store-info .address .address-item {
    display: block;
    margin: 0 0 11.5625vw 0;
  }
  #store .store-info .address .address-item dt {
    font-size: 7vw;
    width: 31.25vw;
  }
  #store .store-info .address .address-item dt:after {
    width: 6.25vw;
    bottom: 3vw;
    right: -9.6875vw;
  }
  #store .store-info .address .address-item dd {
    font-size: 4.375vw;
  }
  #store .store-info .address .address-item.access-item dt:after {
    bottom: 3vw;
  }
  #store .store-info .address .tel-item {
    display: block;
    margin: 0 0 15.675vw 0;
    height: 8.4375vw;
  }
  #store .store-info .address .tel-item.access-item {
    display: block;
    margin: 0 0 15.675vw 0;
  }
  #store .store-info .address .tel-item.access-item dd {
    font-size: 4.375vw;
  }
  #store .store-info .address .tel-item img {
    width: 4.4vw;
  }
  #store .store-info .address .tel-item dt {
    display: inline-block;
    width: auto;
    margin-right: 19vw;
    font-size: 7vw;
  }
  #store .store-info .address .tel-item dt:after {
    width: 6.25vw;
    bottom: 1vw;
    right: -12.75vw;
  }
  #store .store-info .address .tel-item dd {
    display: inline-block;
    font-size: 4.375vw;
  }
  #store .store-info .breakfast-info .info-time, #store .store-info .lunch-info .info-time, #store .store-info .dinner-info .info-time {
    margin-bottom: 3.125vw;
    font-size: 6vw;
    width: 35vw;
  }
  #store .store-info .breakfast-info .sp-info-time, #store .store-info .lunch-info .sp-info-time, #store .store-info .dinner-info .sp-info-time {
    display: block;
    margin-bottom: 4.4vw;
    line-height: 8.4375vw;
  }
  #store .store-info .breakfast-info p, #store .store-info .lunch-info p, #store .store-info .dinner-info p {
    margin: 0;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  #store .store-info .breakfast-info .full-buffet, #store .store-info .lunch-info .full-buffet, #store .store-info .dinner-info .full-buffet {
    margin: 4.4vw 0 1.5625vw;
  }
  #store .store-info .breakfast-info .half-info, #store .store-info .lunch-info .half-info, #store .store-info .dinner-info .half-info {
    margin: 0 0 4.4vw;
  }
  #store .store-info .breakfast-info dl, #store .store-info .lunch-info dl, #store .store-info .dinner-info dl {
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  #store .store-info .breakfast-info dl dd, #store .store-info .lunch-info dl dd, #store .store-info .dinner-info dl dd {
    margin-left: 14.0625vw;
  }
  .global-footer {
    font-size: 3.75vw;
    padding: 50px 7.5% 100px;
  }
  .global-footer .page-top {
    bottom: calc(44px + 7.5vw);
    right: 7.5vw;
    width: 15.625vw;
    height: 15.625vw;
  }
  .global-footer .page-top.hidden.hold {
    top: 50px;
  }
  .global-footer .page-top img {
    width: 15.625vw;
    height: 15.625vw;
  }
  .global-footer .footer-inner .footer-link .footer-link-1 {
    width: 50%;
  }
  .global-footer .footer-inner .footer-link .footer-link-2 {
    width: 50%;
  }
  .global-footer .footer-inner .footer-logo {
    width: 31.25vw;
    height: 31.25vw;
  }
  .global-footer .footer-inner .footer-address-logo {
    width: 3.75vw;
    margin-right: 1.875vw;
  }
  .global-footer .footer-inner .footer-adress a.footer_address_tel {
    margin-top: 5.2vw;
  }
  .global-footer .copyright {
    margin: 8px 0 0;
    font-size: 3.175vw;
  }
  .page_top h5 {
    margin: 0 7.5% 12.5vw;
    font-size: 6.875vw;
    line-height: 11vw;
  }
  .page_top p {
    margin: 0 7.5%;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  .menu-tab {
    margin: 12.5vw 0 9.375vw;
  }
  .menu-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
  }
  .menu-tab ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3vw;
  }
  .menu-tab ul li:nth-child(1) {
    width: 33.4vw;
  }
  .menu-tab ul li a {
    font-size: 6.5625vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3vw;
  }
  .menu-tab ul li a:nth-child(1) {
    width: 33.4vw;
    padding-left: 0;
  }
  .lunch-tab {
    width: 100%;
  }
  .lunch-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
  }
  .lunch-tab ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50vw;
  }
  .lunch-tab ul li a {
    font-size: 6.5625vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50vw;
  }
  #lunch h2, #breakfast h2, #dinner h2 {
    margin: 0 0 0;
  }
  .menu-top .menu-toptext-left {
    float: none;
    width: 100%;
    padding: 0px 7.5% 15.6875vw 7.5%;
  }
  .menu-top .menu-toptext-left h5:after {
    width: 10.9375vw;
  }
  .menu-top .menu-toptext-left h5 {
    margin: 0 0 12.5vw;
    font-size: 6.1vw;
    line-height: 11vw;
  }
  .menu-top .menu-toptext-left p {
    margin: 0;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  .menu-top .menu-toptext-right {
    float: none;
    width: 100%;
    padding: 14vw 7.5%;
    margin: 0;
  }
  .menu-top .menu-toptext-right p {
    margin: 0;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  .menu-top .menu-toptext-right dl {
    margin: 0;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  .menu-top .menu-toptext-right dl dd {
    margin-left: 14.0625vw;
  }
  .page_main-contents {
    margin-top: 18.8125vw;
  }
  .page_main-contents h5:after {
    width: 10.9375vw;
  }
  .page_main-contents h5 {
    margin: 0 0 12.5vw;
    font-size: 6.875vw;
    line-height: 11vw;
  }
  .page_main-contents h5 .page_sub-title {
    font-size: 4.3vw;
  }
  .page_main-contents p {
    margin: 0;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  .page_main-contents .toggle-button {
    margin: 9.375vw 0 0 0;
    padding: 3.125vw 16.25vw 3.125vw 4.375vw;
    font-size: 5.625vw;
    line-height: 8.125vw;
  }
  .page_main-contents .toggle-button:after {
    width: 4.0625vw;
    height: 0.3125vw;
    top: 7.1875vw;
    right: 5vw;
  }
  .page_main-contents .toggle-button:before {
    height: 4.0625vw;
    width: 0.3125vw;
    top: 5.3125vw;
    right: 6.8vw;
  }
  .page_main-contents .toggle-menu {
    width: 85%;
    padding: 50px 7.5vw 0 7.5vw;
  }
  .page_main-contents .toggle-menu .toggle-menu__list-text .toggle-menu__list-text__item {
    width: 100%;
    font-size: 4.4vw;
    padding-right: 0;
    margin-right: 7.5%;
  }
  .page_main-contents .toggle-menu .toggle-menu__list-text .toggle-menu__list-text__item:before {
    font-size: 4.375vw;
  }
  .page_main-contents .toggle-menu .toggle-menu__clear {
    display: none;
  }
  .page_main-contents .toggle-menu .toggle__image-flex {
    margin: 25px 0 0 0;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item {
    width: 41vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:nth-child(2n) {
    margin-right: 0;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:nth-child(3n) {
    margin-right: 3vw;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:nth-child(5) {
    margin-bottom: 0;
  }
  .page_main-contents .toggle-menu .toggle__image-flex .toggle__image-flex__item:nth-child(6) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .page_main-contents .img-left {
    margin-bottom: 18.75vw;
    display: block;
  }
  .page_main-contents .img-left .page_main-image {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 9.375vw;
    max-height: initial;
  }
  .page_main-contents .img-left .page_main-image img {
    max-height: initial;
  }
  .page_main-contents .img-left .page_main-image.vertical-image img {
    max-height: initial;
    width: 100%;
  }
  .page_main-contents .img-left .page_main-text {
    float: none;
    width: 100%;
    padding: 0px 7.5% 0 7.5%;
  }
  .page_main-contents .img-left.sub .page_main-image {
    display: none;
    max-height: initial;
  }
  .page_main-contents .img-left.sub .page_main-text {
    width: 100%;
    padding: 0 7.5%;
  }
  .page_main-contents .img-left.onlytext .page_left-text {
    width: 100%;
    padding: 0 7.5%;
    margin-bottom: 0;
  }
  .page_main-contents .img-left.onlytext .page_left-text.bottom-0 {
    margin-bottom: 0;
  }
  .page_main-contents .img-left.onlytext .page_right-text {
    width: 100%;
    padding: 0 7.5%;
  }
  .page_main-contents .img-right {
    margin-bottom: 18.75vw;
    display: block;
  }
  .page_main-contents .img-right .page_main-image {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 9.375vw;
    max-height: initial;
  }
  .page_main-contents .img-right .page_main-image img {
    max-height: initial;
  }
  .page_main-contents .img-right .page_main-image.vertical-image img {
    max-height: initial;
    width: 100%;
  }
  .page_main-contents .img-right .page_main-text {
    float: none;
    width: 100%;
    padding: 0px 7.5% 0px 7.5%;
  }
  .page_main-contents .img-right.sub .page_main-image {
    display: none;
    width: 100%;
    max-height: initial;
  }
  .page_main-contents .img-right.sub .page_main-text {
    width: 100%;
    padding: 0 7.5%;
  }
  .page_main-contents .img-right.onlytext .page_left-text {
    width: 100%;
    padding: 0 7.5%;
  }
  .page_main-contents .img-right.onlytext .page_right-text {
    width: 100%;
    padding: 0 7.5%;
  }
  .concept-chef h2 {
    font-size: 21.875vw;
    margin: 0 0 0;
    padding: 10.625vw 7.5% 10vw;
  }
  .page_sub-contents {
    padding: 0 0 30px;
  }
  .page_sub-contents .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 7.5%;
  }
  .page_sub-contents .flex-container .item {
    margin: 0 0 50px;
  }
  .page_sub-contents .flex-container .item h5:after {
    width: 10.9375vw;
  }
  .page_sub-contents .flex-container .item h5 {
    margin: 6.25vw 0 12.5vw;
    padding: 0 0 3.125vw;
    font-size: 6.875vw;
    line-height: 11vw;
  }
  .page_sub-contents .flex-container .item .page_sub-title {
    font-size: 4.3vw;
  }
  .page_sub-contents .flex-container .item p {
    margin: 0;
    font-size: 4.4vw;
    line-height: 8.4375vw;
  }
  .page_floor .page_floor_contents {
    margin: 25vw 0 1px;
    height: 100vw;
    padding: 73.125vw 0 0 0;
  }
  .page_floor .page_floor_contents.page_floor-terrace {
    background: url("./img/sp_floor-terrace.jpg") center top no-repeat;
    background-size: cover;
  }
  .page_floor .page_floor_contents.page_floor-table {
    background: url("./img/sp_floor-table.jpg") center top no-repeat;
    background-size: cover;
  }
  .page_floor .page_floor_contents.page_floor-bar {
    background: url("./img/sp_floor-bar.jpg") center top no-repeat;
    background-size: cover;
  }
  .page_floor .page_floor_contents h4:after {
    width: 6.25vw;
  }
  .page_floor .page_floor_contents h4 {
    padding: 0 0 0 7.5vw;
    font-size: 8.75vw;
  }
  .page_floor .page_floor_contents p {
    margin-top: 21.875vw;
    font-size: 4.4vw;
    line-height: 8.4375vw;
    padding-right: 0;
    color: #333333;
    width: auto;
  }
  .page_floor.terrace_content .outer-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 72.8vw;
  }
  .page_floor.terrace_content .outer-img .item {
    width: 100%;
    height: unset;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .page_floor.terrace_content .outer-img .item:last-child {
    width: 100%;
  }
  .page_floor.table_content .outer-img, .page_floor.bar_content .outer-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 72.8vw;
  }
  .page_floor.table_content .outer-img .item, .page_floor.bar_content .outer-img .item {
    width: 100%;
    height: unset;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .page_floor.table_content .outer-img .item:last-child, .page_floor.bar_content .outer-img .item:last-child {
    width: 100%;
    height: unset;
  }
  .page_floor .floor_inner {
    padding: 0 7.5% 0;
  }
  .terrace_content .floor_cover {
    width: 47.125vw;
    margin-top: 0vw;
    padding: 4.0625vw 3.125vw 4.0625vw 0;
  }
  .table_content .floor_cover {
    width: 39vw;
    margin-top: 0vw;
    padding: 4.0625vw 3.125vw 4.0625vw 0;
  }
  .bar_content .floor_cover {
    width: 55.375vw;
    margin-top: 0vw;
    padding: 4.0625vw 3.125vw 4.0625vw 0;
  }
  .page_main-contents .img-left.onlytext .page_left-text + .page_right-text.sub-text, .page_main-contents .img-left.onlytext .page_left-text + .page_right-text.sub-text {
    margin-top: 0;
  }
}