html {
  scroll-behavior: smooth;
}
* {
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック", "Yu Gothic", "メイリオ", "游ゴシック体", YuGothic, sans-serif;
}
.font-open {
  font-family: 'Open Sans', sans-serif !important;
}
.fs-36 {
  font-size: 36px;
}
.fs-28 {
  font-size: 28px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.fs-10 {
  font-size: 10px;
}
.w-768 {
  width: 768px;
  margin-left: 20px;
  margin-right: 20px;
}
.w-420 {
  width: 420px;
}
.w-160 {
  width: 170px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.m0-20 {
  margin: 0 20px;
}
.m0au {
  margin-left: auto;
  margin-right: auto;
}
.pr10 {
  padding-right: 10px;
}
.pr30 {
  padding-right: 30px;
}
.pt80 {
  padding-top: 80px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl10 {
  padding-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr100 {
  margin-right: 100px;
}
.btn-meal {
  margin-top: 20px;
}
.lightbrown {
  color: #bc9d51;
}
.contents-color {
  background-color: #222;
}
.text-black {
  color: #000;
}
.bg-bl {
  background-color: #F5C300;
  padding: 17px 26px;
}
.lh28 {
  line-height: 28px;
}
.btn.btn-infoo {
  padding: 12px 15px;
  border-radius: 0;
  width: 240px;
}
/* header */
header {
  position: relative;
}
/* ロゴふわっと表示 */
h1 {
	animation: fadeIn 4s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }
    25% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
/* mv ズームしながらフェード切り替え */
.main_imgBox {
    height: 100vh;
    overflow: hidden;
    position: relative; 
}
 .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 18s 0s infinite; 
}
.main_img:nth-of-type(1) {
    background-image: url('../images/top/slide01.jpg');
}
.main_img:nth-of-type(2) {
    background-image: url('../images/top/slide02.jpg');
    animation-delay: 6s; 
}
.main_img:nth-of-type(3) {
    background-image: url('../images/top/slide03.jpg?r3');
    animation-delay: 12s; 
}
@keyframes anime {
        0% {
            opacity: 0;
        }
        16% {
            opacity: 1;
        }
        39% {
            opacity: 1;
        }
        55% {
            opacity: 0;
            transform: scale(1.2) ;
             z-index: 5;
        }
        100% {
            opacity: 0;
             z-index: 1;
        }
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
width: 60%;
  max-width: 400px;
  z-index: 98;
}
.logo img {
    display: block;
    width: 100%;
    height: auto;
}
.mv_logo {
	padding: 20px 34px;
	background-color: rgba(255,255,255,0.65);
}
.mv_text {
    margin-top: 20px;
}
.caption {
  width: 100%;
  max-width: 100%;
  top: 40%;
}
.scroll {
  position: absolute;
  bottom: 11px;
  right: 50%;
  margin-right: -11px;
  z-index: 12;
}
.carousel-caption {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.header-menu {
  z-index: 23;
}
.reserve {
  background-image: url('../images/common/icon_reserv_yl.png');
  background-repeat: no-repeat;
	background-size: contain;
  content: "";
  width: 28px;
  height: 34px;
  position: absolute;
  top: 10px;
}
.txt {
  margin-left: 22px;
}
/*.carousel-indicators {
  right: auto !important;
  left: 40px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.carousel-item > div {
	background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
.carousel-item .slide1 {
  background-image: url('../images/top/slide01.jpg');
}
.carousel-item .slide2 {
  background-image: url('../images/top/slide02.jpg');
}
.carousel-item .slide3 {
  background-image: url('../images/top/slide03.jpg');
}
.carousel-item .slide4 {
  background-image: url('../images/top/slide04.jpg');
}
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  margin-right: 10px;
  color: black;
}*/
.news {
  background-color: #f2f2f2;
  padding-top: 55px;
  padding-bottom: 55px;
}
.lst-news {
  width: 480px;
  padding: 5px 20px;
  margin: 0 auto;
}
.h-news-N {
  background-color: #CFB27A;
  color: #ffffff;
  padding: 3px 21px;
  text-align: center;
}
.h-news-S {
  background-color: #5A5A5A;
  color: #ffffff;
  padding: 3px 14px;
  text-align: center;
}
a.text-less {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.text-less:hover {
  color: #CFB27A;
}
.menu-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
.img-info {
  position: relative;
}
.img-menu {
  position: relative;
}
.img-info img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.btn-infoo {
  width: 240px;
  position: relative;
}
.btn-infooo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-down {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -7px;
}
.select-food {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.content-meal {
  width: 480px;
  margin: 233px auto;
}
.content-food {
  margin: auto;
  margin-bottom: 20px;
}
.img-food1 {
  background-image: url('../images/top/block_concept.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.img-food2 {
  background-image: url('../images/top/block_lunch.jpg?r2');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.img-food3 {
  background-image: url('../images/top/block_dinner.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.img-food4 {
  background-image: url('../images/top/block_plan.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.img-food5 {
  background-image: url('../images/top/block_drink.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.img-food6 {
  background-image: url('../images/top/block_breakfast.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.reserv {
  width: 200px;
  height: 100%;
}
.btn-meal-cnt {
  width: 240px;
}
.btn-meal-cnt.btn-more-short  {
	max-width: 210px;
	width: 44%;
	min-width: 120px;
	margin: 0 5px 10px;
}
img.floar-map-img {
  width: 100%;
  height: auto;
}
.title-op {
  border-bottom: 1px solid;
}
footer {
  border-top: 1px solid;
  margin-top: 50px;
  position: relative;
}
.icon {
  position: absolute;
  top: -10px;
  z-index: 2;
  background-color: #ffffff;
  left: 50%;
  margin-left: -25px;
}
footer a {
  color: #000000;
  line-height: 24px;
}
  .logo-footer {
	  width: 65%;
    max-width: 400px;
    margin-bottom: 50px;
  }
.news a.text-less {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: #000000;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}
.news a.text-less:hover {
  text-decoration: none;
  border-bottom-color: #000000;
}
.a-modal {
  max-width: 100%;
  display: inline-block;
  color: #CFB27A;
  border-bottom: 1px solid transparent;
}
.a-modal:hover {
  text-decoration: none;
  color: #CFB27A;
  border-bottom-color: #CFB27A;
}
.iframe {
  width: 367px;
  height: 367px;
}
.modal-header {
  padding: 0 !important;
  position: relative;
  height: 100%;
}
.modal-title {
  width: 100% !important;
}
.modal.show .modal-dialog {
  max-width: 768px;
}
/* .close{
		position: absolute;
	    top: 0;
	    right: 0;
	    background-color: rgba(0, 0, 0, 1) !important;
	    margin: 0 !important;
	    opacity: 1;
	    z-index: 99;
	} */
.x {
  color: #ffffff;
  text-shadow: none;
  font-size: 35px;
}
.n-hot {
  background-color: #CFB27A;
  padding: 1px 20px;
  color: #ffffff;
  margin-left: 20px;
  height: 22px;
}
.n-title {
  font-size: 21px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-body {
  margin: 20px;
}
.c-news {
  width: calc(100% - 205px);
}
.header-row {
  position: absolute;
  top: 0;
  right: 16px;
}
.header-menu {
  float: right;
  z-index: 22;
}
.ml {
  padding: 13px 20px;
}
.img-box {
  margin-right: 0px;
  width: 23px;
}
.a-ml:hover {
  opacity: 0.2;
}
.header-menu-ul {
  list-style: none;
}
.dropdown-menu {
  border-radius: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 44px !important;
  left: 53px !important;
  width: 207px;
  background: transparent !important;
}
.dropdown-menu a:hover {
	text-decoration: none;
}
.header-menu-btn {
  border-color: #F5C300 !important;
  background-color: #F5C300 !important;
  border-radius: 0 !important;
  width: 50px;
}
.header-menu-btn:hover {
  opacity: 1;
}
.header-menu-btn:before {
  background-image: url('../images/common/icon-bars_yl.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  content: "";
  margin-top: 10px;
}
.show .header-menu-btn:before {
  background-image: url('../images/common/icon-close_yl.png');
  opacity: 1;
}
.btn-more {
  background-color: #bc9d51;
  padding: 14px 0px;
  color: #ffffff;
  border: none;
  margin-top: 10px;
  display: inline-block;
}
.btn-more.color-none {
  background-color: transparent;
}
.btn-more:hover {
  background-color: #d2b572;
  color: #ffffff;
  border: none;
  text-decoration: none;
}
.address {
  background-color: #222222;
  padding: 60px 20px;
}
.header-row {
  padding: 0;
  z-index: 99;
}
.dropdown-menu a:hover div.ml {
  opacity: 0.8;
}
.floor_text {
    padding: 0 18px;
}
.floormap-wrap {
    padding: 20px;
}
.floor-map {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.floor_img {
	height: 30vw;
	max-height: 440px;
	width: 80%;
	background-image: url('../images/top/floor.jpg');
	background-size: cover;
	background-position: top 60% center;
	margin: 40px auto 70px;
}
.lst-img {
  margin-left: -10px;
  margin-right: -10px;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1);
  margin: 0 !important;
  opacity: 1 !important;
  z-index: 99;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.modal-content {
  border-radius: 0 !important;
}
.store_info section {
    margin-bottom: 2em;
    padding-right: 50px;
}
.store_info section:last-of-type {
    margin-bottom: 0;
}
.store_info section h3 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
}
.store_info section a {
    text-decoration: underline;
}
.store_info section a:hover {
    text-decoration: none;
}
.store_info section dl {
    position: relative;
    margin-bottom: 0;
}
.store_info section dt {
    position: absolute;
    left: 0;
    top: auto;
}
.store_info section dd {
    margin-left: 110px;
    margin-bottom: 0;
}
.insta-link {
    width: 40px;
    margin: 0 auto;
}
.gourmet-link a {
	margin: 0 10px;
}
@media (min-width: 768px) and (max-width: 1180px) {
    .logo {
        transform: translate(-50%, -70%);
        width: 30%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-meal {
    width: 360px;
  }
 /* .carousel-indicators li {
    width: 7px;
    height: 7px;
  }*/
  .nav-item {
    font-size: 14px;
  }
  .navbar-brand {
    height: 37px;
  }
  .w-768 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    .main_img:nth-of-type(1) {
        background-image: url('../images/top/slide01_sp.jpg');
    }
    .main_img:nth-of-type(2) {
        background-image: url('../images/top/slide02_sp.jpg');
        animation-delay: 6s; 
    }
    .main_img:nth-of-type(3) {
        background-image: url('../images/top/slide03_sp.jpg?r2');
        animation-delay: 12s; 
    }
  /*.carousel-item .slide1 {
    background-image: url('../images/top/slide01_sp.jpg');
  }
  .carousel-item .slide2 {
    background-image: url('../images/top/slide02_sp.jpg');
  }
  .carousel-item .slide3 {
    background-image: url('../images/top/slide03_sp.jpg');
  }
  .carousel-item .slide4 {
    background-image: url('../images/top/slide04_sp.jpg');
  }*/
    .logo {
        transform: translate(-50%, -100%);
        width: 240px;
    }
  .mv_logo {
    padding: 11px 20px;
  }
  .img-food1,
  .img-food2,
  .img-food3,
  .img-food4,
  .img-food5,
  .img-food6 {
    height: 240px;
    width: 100%;
    background-size: cover;
  }
  .modal-dialog {
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
  }
  .w-768 {
    width: 100%;
  }
/*  .carousel-item img {
    height: 480px;
  }
  .carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
  }
  .carousel-indicators {
    left: 0 !important;
    right: 0 !important;
  }
  .carousel-caption {
    font-size: 20px;
  }*/
  .scroll {
    display: none;
    z-index: 12;
  }
  .lst-news {
	  width: 640px;
    width: 100%;
    padding-bottom: 15px;
  }
  .lst-news > .w-160 {
    margin-bottom: 10px;
    width: 100%;
  }
  .lst-news.d-sm-flex {
    display: block;
  }
  .content-meal {
    margin: 42px auto;
  }
  .content-meal {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  .img-food {
    height: 240px;
  }
  .fs-36 {
    font-size: 24px;
  }
  .flex-direc {
    display: flex;
    flex-direction: column-reverse;
  }
  .w-420 {
    width: 100%;
    padding: 0 20px;
  }
  .iframe {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .lst-img .col-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 10px;
  }
  .lst-img .col-6:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
    padding-top: 10px;
  }
  .lst-img {
    margin: 0;
  }
  .store_info {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
    margin-top: 35px;
  }
    .store_info section {
        padding-right: 0;
    }
  .c-news {
    width: 100%;
  }
  .btn.btn-infoo {
    padding: 12px 15px;
    border-radius: 0;
    width: 120px;
  }
  .img-info {
    height: 100px;
  }
  .floor-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
	.floor_img {
		height: 240px;
		width: 100%;
		margin: 20px auto 20px;
	}
  .iframe-maps {
    padding-top: 100%;
    position: relative;
  }
  .iframe-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 395px) {
  .for_sp{
    display: none;
  }
}