@charset "UTF-8";
main {
  position: relative; /*background-color:#feda86;*/
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
/* hero */
@media (min-width: 320px) {
  .hero {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    background-image: url(../img/hero-bg.mp4);
    background-position: center;
    background-size: cover;
  }
  .hero .scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    margin-left: -50px;
    height: 60px;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.8);
    text-align: center;
  }
  .hero .scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 20px;
    background-color: rgb(255, 255, 255, 0.8);
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3))
  }
  .overlay.darker {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2))
  }
  .hero-text {
    z-index: 2;
    position: absolute;
    width: 80%;
    text-align: center;
    margin-top: 85px;
  }
  .hero-text h1 {
    font-size: 40px;
    color: #fff;
    position: relative;
    top: 0;
    line-height: 1;
    overflow-wrap: break-word;
  }
  .hero-text span.subttl {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
  }
  .hero-text span.discription {
    display: inline-block;
    font-size: 14px;
    color: #fff;
  }
  .buttons-wrapper {
    margin: 50px 0 0;
  }
  .button-1 {
    display: inline-block;
    background-color: rgba(190,140,50,0.9);
    box-shadow: 0 5px 10px 0 rgba(33, 32, 52, .13);
    font-size: 16px;
    padding: 15px 30px;
    text-align: center;
    border: 0 solid rgba(204, 2, 1, 0);
    border-radius: 4px;
    color: #fff;
    line-height: 16px;
  }
  .button-1:hover {
    border: 0 solid rgba(190,140,50,1);
  }
  .button-1:hover {
    background-color: rgba(190,140,50,0.6);
    box-shadow: 0 5px 10px 0 rgba(33, 32, 52, .2)
  }
  .hero-others {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50dvh;
    background-position: center;
    background-size: cover;
  }
  .hero-others.lunch {
    background-image: url(../img/book-5.jpg);
	}
  .hero-others.dinner {
    background-image: url(../img/book-1_.jpg);
	}
  .hero-others .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4))
  }
  .hero-others .hero-text h1 {
    font-size: 30px;
    top: 20px;
    font-weight: 500;
    line-height: 1.3;
    overflow-wrap: break-word;
  }
}
@media (min-width: 689px) {
  .hero-text h1 {
    font-size: 50px;
  }
  .hero-others .hero-text h1 {
    font-size: 40px;
	}
}
@media (min-width: 968px) {
  .hero .hero-text {
    width: 75%;
  }
  .hero-text span.subttl {
    font-size: 20px;
  }
  .hero-text span.discription {
    font-size: 17px;
  }
}
@media (min-width: 1100px) {
  .hero .hero-text {
    width: 60%;
  }
}
/* section-line / inner */
@media (min-width: 320px) {
  .section-line {
    position: relative;
    padding: 60px 0;
  }
  .section-line::before, .section-line::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: #999;
    z-index: 1;
  }
  .section-line::before {
    top: 0;
  }
  .section-line::after {
    bottom: 0;
  }
  .section-line.no-bottom::after {
    display: none;
  }
  .section-line.line-wh::before, .section-line.line-wh::after {
    background-color: #fff;
  }
  .section-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .section-inner.min {
    padding: 50px 10% 0;
    max-width: 1000px;
  }
  .section-title {
    text-align: center;
    padding: 20px 0;
  }
  .section-title p {
    font-size: 12px;
    margin-top: 10px;
  }
  .section-title.color-wh {
    color: #fff;
    text-align: center;
  }
  .section-title.color-wh.ta-l {
    color: #fff;
    text-align: left;
  }
  .section-title.color-wh h3 {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .section-line {
    padding: 80px 0;
  }
  .section-line::before, .section-line::after {
    height: 40px;
  }
  .section-inner {
    padding: 0;
  }
  .section-title p {
    font-size: 13px;
  }

}
@media (min-width: 960px) {
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 14px;
  }
}

/* concept */
@media (min-width: 320px) {
  .concept-sec {
    position: relative;
    width: 100%;
  }
  .concept-sec .text {
    width: 100%;
    display: block;
    text-align: center;
  }
  .concept-sec .text p {
    font-size: 12px;
    line-height: 1.9;
    margin: 10px 0;
	color:#bbb;
  }
  .concept-sec .img {
    width: 100%;
    display: block;
    margin: 50px 0 20px;
  }
  .concept-sec .img img {
    width: 100%;
    display: block;
  }
  .title-label {
    color: rgba(190,140,50,1);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
  }
  h2.title {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
  }
  .menulist h2.title{
    font-size: 20px;  
  }
	.section-line.top-logoarea {
    display: block;
    background:url(../img/photo-3.jpg) no-repeat top  / cover, linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    background-blend-mode: darken;
}
}
@media (min-width: 768px)and (max-width: 959px) {
  #londoconcept .section-inner, #where .section-inner {
    padding: 0 10%;
  }
  h2.title {
    font-size: 2em;
    line-height: 1.2;
  }
  .menulist h2.title{
    font-size: 2em;  
  }
}
@media (min-width: 960px) {
  .concept-sec {
    margin: 50px 0;
  }
  .concept-sec .text {
    float: left;
    padding-right: 20px;
    width: calc(50% - 20px);
    text-align: left;
  }
  .concept-sec .img {
    float: right;
    width: 50%;
    margin: 0;
  }
  .concept-sec.turn .text {
    float: right;
    padding: 0 20px;
  }
  .concept-sec.turn .img {
    float: left;
    width: 50%;
  }
  .concept-sec .text p {
    font-size: 14px;
    margin: 20px 0;
    letter-spacing: 1px;
	color: #bbb;
  }
  h2.title {
    font-size: 2em;
    line-height: 1.2;
  }
  .menulist h2.title{
    font-size: 2em;  
  }
}
@media (min-width: 1200px) {
  .concept-sec {
    margin: 70px 0;
  }
  .concept-sec .text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .concept-sec.turn .text {
    left: auto;
    right: 0;
  }
}
/*  top-logoarea */
@media (min-width: 320px) {
  .top-logoarea {
    text-align: center;
  }
  .top-logoarea img {
    width: 200px;
    margin-top: 50px;
  }
}
/*  #photo */
@media (min-width: 320px) {
  .photo-sec .img {
    aspect-ratio: 3 / 2;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .photo-sec .img img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 575px) {
  .photo-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .photo-sec .img {
    height: 40vh;
  }
  .photo-sec .img:nth-child(2) {
    width: 60%;
  }
  .photo-sec .img:nth-child(3) {
    width: calc(40% - 10px);
  }
}
@media (min-width: 968px) {
  .photo-sec .img {
    margin-bottom: 0;
    height: 35vh;
  }
  .photo-sec .img:nth-child(1) {
    width: calc(50% - 10px);
  }
  .photo-sec .img:nth-child(2) {
    width: calc(30% - 10px);
  }
  .photo-sec .img:nth-child(3) {
    width: calc(20% - 10px);
  }
}
/*  Book */
@media (min-width: 320px) {
  .book-1 {
    background-image: url(../img/book-3.jpg);
    background-position: center;
    background-size: cover;
    text-align: left;
  }
  .book-1.book-2 {
    background-image: url(../img/book-1.jpg);
  }
  .book-1.book-3 {
    background-image: url(../img/book-2.jpg);
  }
   .book-1.book-4 {
    background-image: url(../img/book-4.jpg);
  }
   .book-1.book-5 {
    background-image: url(../img/book-5.jpg);
  }
   .book-1.book-6 {
    background-image: url(../img/book-6.jpg);
  }
  .book-1 .section-inner {
    padding: 0 10%;
  }
  .book-1 .section-inner h2.title {
    color: #fff;
  }
}
@media (min-width: 689px) {
  .book-1 .section-inner {
    padding: 0 10%;
  }
}
@media (min-width: 968px) {
  .book-1 .section-inner {
    padding: 0 20%;
  }
}


/* menu */
@media (min-width: 320px) {
	.menu .section-inner{
	padding: 50px 10% 0;
	}
  .menu-sec {
    position: relative;
    width: 100%;
  }
  .menu-sec .menu-wrap {
    overflow: hidden;
	margin-bottom: 50px;
  }
  .menu-sec .menu-wrap .img {
    aspect-ratio: 1 / 1;
    width: 100%;
	overflow: hidden;
    margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  .menu-sec .menu-wrap img {
    height: 100%;
    width: auto;
  }
  .menu-sec .menu-wrap .title-label{
  margin-bottom: 0;
  }
  .menu-sec .menu-wrap p{
color:#bbb;
  }
	.menu-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	}
	.menu-btn li{
	width:100%;
	margin-bottom:25px;
	}
	.menu-btn .button-1{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
}
@media (min-width: 768px) {
  .menu-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu-sec .menu-wrap {
    width: calc(100% / 2 - 20px);
    margin: 10px 5px 30px;
  }
	.menu-btn li{
    width: calc(100% / 2 - 60px);
	margin: 0 5px 50px;
	display: flex;
    flex-wrap: wrap;
	}
}
@media (min-width: 960px) {
  .menu-sec .menu-wrap {
    width: calc(100% / 2 - 60px);
  }
}


/* information */
@media (min-width: 320px) {
  .info-sec {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0;
  }
  .info-sec .info {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .info-sec .info img {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .info-sec .info p {
    font-size: 13px;
  }
  .info-sec .info table {
    width: 100%;
    margin: 0;
  }
  .info-sec .info table th, .info-sec .info table td {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding: 10px 0 0;
	width:100%;
	display: block;
  }
  .info-sec .info table th {
	color:rgba(190,140,50,0.9);
  }
  .info-sec .info table td {
  margin-bottom: 20px;
          padding-left: 10px;
  }
  .info-sec .map {
    position: relative;
    display: block;
    width: 100%;
	margin-bottom: 20px;
  }
	.info-sec .map iframe {
		width: 100%;
	}
  .info-sec .info table td a.sns {
	display: inline-block;
        margin-right: 30px;
        padding: 8px;
        transition: opacity .3s linear;
        border-radius: 50%;
        border: 2px solid #fff;
        width: 50px;
        height: 50px;
  }
  .info-sec .info table td a.sns svg {
    fill: #fff;
    width: 30px;
    height: 30px;
  }
  .info-sec .hr {
    display: block;
	width: 100%;
        margin: 15px auto;
        height: 1px;
        background: #ccc;
  }
}

.info-sec .linkicon {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
.info-sec .linkicon::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background-size: 15px 15px;
  background-image: url(../img/pdf.png);
}
@media (min-width:768px) {
	.info-sec{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
  .info-sec .info {
    width: calc(50% - 20px);
  }
  .info-sec .map {
    width: 50%;
    padding-right: 20px;
  }

}
@media (min-width:960px) {
  .info-sec .info h4 {
    font-size: 17px;
  }
  .info-sec .info p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .info-sec .info table th, .info-sec .info table td {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: lighter;
  }
}
/* instagram */
.instagram {
  display: flex;
}
.instagram > a {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
}
.instagram p {
  font-size: 16px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.instagram .img {
  width: 38px;
}
.line {
  text-decoration: line-through;
}

/*page menu*/
@media (min-width: 320px) {
	.menulist-sec {
	position: relative;
	width: 100%;
	box-shadow: 0 5px 10px 0 rgba(33, 32, 52, .13), inset 1px 1px 1px rgb(1, 1, 1, 0.1);
	text-align: left;
	}
	.menulist-sec .item-right {
    min-width: 40px;
}
	.menulist-sec .menulist-inner{
	padding: 40px 20px;
	}
	.menulist-sec h2.title{
	text-align: center;
	}
	.mini-dis{text-align: center; color:#bbb;}
	.ttl-wrap {
	background: rgba( 230, 230, 230, 0.05);
	}
	.sub-wrap {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: rgb(255, 255, 255, 0.1);
	}
	.sub-wrap h3{
		font-size: 23px;
	}
	.item-wrap{
		margin: 10px 0 50px;
	}
	.item {
    border-bottom: 1px solid #444;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 20px;
	}
	.item > div:nth-of-type(1){
    margin-right:10px;
	}
	.menu-ttl{font-size:16px; font-weight: 400; margin-bottom: 5px;}
	.menu-des{font-size:13px; color:#999;}
	.menu-price{font-size:12px; text-align: right;}
	.img-wrap{position: relative; aspect-ratio: 3 / 2; overflow: hidden;display: flex;flex-wrap: wrap; align-items: center;}
	.img-wrap:after {position: absolute; content:""; width: 100%; height:100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%); z-index: 2; }
	.img-wrap .menu-img {width:100%; position: absolute; z-index: 1; }
	.img-wrap .menu-img-cap {position: absolute; bottom:10px; text-align: center; color: #fff; z-index: 3; left: 50%;
        transform: translateX(-50%);}
	
}
  
@media (min-width: 768px) {
	.menulist .section-inner{padding: 50px 10% 0;}
	.menulist-sec {
	margin: 50px 0;
	}
	.menulist-sec .menulist-inner{
	padding: 80px;
	}
	.sub-wrap h3{
		font-size: 25px;
	}
	.item-wrap{
		margin: 20px 0 70px;
	}
	.menulist-sec .item-right {
    min-width: 60px;
}
}
  
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;

}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
  margin: 30px 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
/*  bottom: -40px;*/
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 0;
  position: static;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.flex-control-thumbs li {
  width: 19%;
  margin: 3px 1% 0 0;
  background-color: #000;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 0.5;
}
.flex-control-thumbs .flex-active {
  opacity: .5;
  cursor: default;
}
@media (min-width: 768px) {
  .flexslider {
    padding-left: 200px;
  }
  .flex-control-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  }
  .flex-control-thumbs li {
    width: 70px;
	height: 70px;
    padding: 0;
    margin: 0 15px 15px 0;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  opacity: 0.9;
  visibility: visible;
}
#page-top a {
  background: rgb(40, 70, 40, 1);
  text-decoration: none;
  width: 80px;
  height: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}
#page-top svg {
  fill: #fff;
  width: 70px;
  height: 40px;
}
.overtext {
  text-align: center;
  background-color: rgb(40, 70, 40, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 20px 11px;
  font-size: 0.8em;
}


/*Notice*/
.notice {
    position: fixed;
    top: 85px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 900;
    -webkit-transition: height 666ms 
cubic-bezier(1, 0, 0, 1);
    -ms-transition: height 666ms cubic-bezier(1,0,0,1);
    transition: height 666ms 
cubic-bezier(1, 0, 0, 1);
    border-bottom: 0px none rgba(0, 0, 0, 0%);
    background-color: rgba(190,140,50,0.8);
    box-shadow: 0px 5px 10px 0px rgba(33, 32, 52, 0.13);
	padding: 10px 5px;
}
.notice p {
    color: #fff;
    text-align: center;
}
.notice a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
html{scroll-padding-top: 120px; }
tr#newyear {
    background: rgba(255,255,255,0.1);
    padding: 10px;
    display: block;
    border: 1px dashed #aaa;
}


/*hero video*/
.video-box .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#video {
    z-index: -1;
    width: 178.082192vh; /* 1920 × 1080 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.15vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100dvh;
    min-width: 100%;
}
.bg-black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0,0.2);
}

.bg-black-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    mix-blend-mode: color-burn;
    background: -moz-linear-gradient(top, transparent 0%, transparent 5%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 5%, rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000'', endColorstr='#00000000,GradientType=0 )
}


/*map*/
body iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(580%);
}

/* dinner accordion */
.menu-intro,
.menu-pdf-bottom {
  text-align: center;
  margin-bottom: 40px;
}

.menu-pdf-bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.menu-note {
  font-size: 13px;
  color: #bbb;
  line-height: 1.9;
  margin-bottom: 20px;
}

.menu-pdf-btn .button-1 {
  min-width: 220px;
}

.accordion-menu {
  margin-top: 20px;
}

.accordion-item {
  border-top: 1px solid #444;
}

.accordion-item:last-child {
  border-bottom: 1px solid #444;
}

.accordion-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.accordion-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.accordion-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 20px;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background: rgba(190,140,50,0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.accordion-icon::before {
  width: 18px;
  height: 1px;
}

.accordion-icon::after {
  width: 1px;
  height: 18px;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon::after {
  opacity: 0;
}

.accordion-content {
  display: none;
  padding: 0 0 10px;
}

.accordion-content.is-open {
  display: block;
}

.accordion-content .item-wrap {
  margin: 0 0 20px;
}

.accordion-content .item {
  padding-left: 10px;
  /*padding-right: 20px;*/
}

@media (min-width: 768px) {
  .menu-note {
    font-size: 14px;
  }

  .accordion-trigger {
    padding: 26px 30px 26px 0;
  }

  .accordion-title {
    font-size: 22px;
  }

  .accordion-content .item {
    padding-left: 30px;
    /*padding-right: 30px;*/
  }
}
.accordion-intro {
  padding: 0 20px 20px 0;
}

@media (min-width: 768px) {
  .accordion-intro {
    padding: 0 30px 24px 0;
  }
}
.accordion-heading {
  margin: 0;
}