@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
* {
  font-weight: 500 !important;
  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;
}
.Semi {
  font-weight: 400 !important;
}
.fs-36 {
  font-size: 36px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-10 {
  font-size: 10px;
}
h1 {
  margin-bottom: 0;
}
.fs-36 h2 {
  font-size: 36px;
}
.fs-24 h2 {
  font-size: 24px;
}
.fs-20 h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs-36 h2 {
    font-size: 24px;
  }
  .fs-24 h2 {
    font-size: 22px;
  }
}
.w-768 {
  width: 768px;
  margin-left: 20px;
  margin-right: 20px;
}
.w-80 {
  width: 80px;
  display: inline-block;
}
.w-90 {
  width: 90% !important;
}
.w-451 {
  width: 451px;
}
.w-420 {
  width: 420px;
}
.w-240 {
  width: 240px;
}
.w-160 {
  width: 170px;
}
.m0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.p20 {
  padding: 20px;
}
.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m0-20 {
  margin: 0 20px;
}
.m0au {
  margin-left: auto;
  margin-right: auto;
}
.pr10 {
  padding-right: 10px !important;
}
.pr30 {
  padding-right: 30px;
}
.pt10 {
  padding-top: 10px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pl10 {
  padding-left: 10px !important;
}
.mt4 {
  margin-top: 4px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 50px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml10 {
  margin-left: 20px;
}
.mr100 {
  margin-right: 100px;
}
.btn-meal {
  margin-top: 20px;
}
.lightYello {
  background-color: #ffffee;
}
.lightRed {
  background-color: #ffefef;
}
.lightBlue {
  background-color: #eeffff;
}
.lightGreen {
  background-color: #ecffee;
}
.lightbrown {
  background-color: #f2efea;
}
.lightred {
  background-color: #fcf7f8;
}
.white {
  background-color: #ffffff;
}
.bg-bl {
  background-color: #000000;
  padding: 17px 26px !important;
}
.lh28 {
  line-height: 28px;
}
.container-fluid {
  padding: 0 !important;
}
.btn.btn-infoo {
  padding: 12px 15px;
  border-radius: 0;
  width: 240px;
}
.tb-br {
  display: none;
}
.sp-br {
  display: none;
}
.ib {
  display: inline-block;
}
/* header */
header {
  position: relative;
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}
.logo-footer {
  width: 120px;
  margin: 20px auto;
}
.logo-footer img {
  width: 100%;
  height: auto;
}
.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 !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.header-menu {
  z-index: 23;
}
.header-menu-li-reserve {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 999;
}
.header-menu-li-reserve a {
  align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #000000;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
}
@media (hover:hover) {
  .header-menu-li-reserve a:hover {
    color: white;
    text-decoration: none;
  }
  .header-menu-li-reserve a div:hover {
    opacity: 0.8;
  }
}
.header-menu-li-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.reserve {
  background-image: url('../images/common/icon_reserv.png');
  background-repeat: no-repeat;
  content: "";
  width: 37px;
  height: 33px;
  position: absolute;
  top: 8px;
}
.contact {
  background-image: url('../images/common/icon_phone.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 35px;
  height: 30px;
  position: absolute;
  top: 10px;
}
.txt {
  margin-left: 32px;
}
.carousel-indicators {
  right: auto !important;
  left: 40px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.carousel-item {
  position: relative;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.carousel-item .slide {
  display: block;
  height: 100vh;
  position: relative;
  width: 100vw;
}
.carousel-item .slide:after {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  opacity: 0.4;
  width: 100%;
}
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  margin-right: 10px;
  color: black;
}
.btn-fb {
  position: absolute;
  bottom: 0;
  right: 60px;
  border: none;
  background: #ffffff;
  padding: 5px 10px;
  opacity: 0.8;
}
.btn-insta {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  background: #ffffff;
  padding: 5px 10px;
  opacity: 0.8;
}
/* お知らせ */
.news {
  background-color: #f2efea;
  padding-top: 55px;
  padding-bottom: 55px;
}
.lst-news {
  width: 640px;
  padding: 5px 20px;
  margin: 0 auto !important;
}
.h-news-N {
  width: 80px;
  background-color: #CFB27A;
  color: #ffffff;
  padding: 3px 21px;
  text-align: center;
  display: inline-block;
}
.h-news-S {
  width: 80px;
  background-color: #5A5A5A;
  color: #ffffff;
  /*padding: 3px 14px;*/
  padding: 3px;
  text-align: center;
  display: inline-block;
}
.c-news {
  width: calc(100% - 170px);
}
a.text-less {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.text-less:hover {
  color: #CFB27A;
}
.menu-info {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding: 0;
}
.img-info {
  position: relative;
}
.img-info:before {
  background-color: #000000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.55;
  position: absolute;
  top: 0;
  width: 100%;
}
.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: 405px;
  margin: 233px auto;
}
.content-food {
  margin: auto;
  margin-bottom: 20px;
}
.img-food {
  height: 100%;
  width: 100%;
}
.reserv {
  width: 200px;
  height: 100%;
}
.btn-meal-cnt {
  width: 240px;
}
img.floar-map-img {
  width: 100%;
  height: auto;
}
.title-op {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.time-table tr:nth-child(2) td {
  padding-top: 20px;
}
footer {
  border-top: 1px solid;
  margin-top: 50px;
  position: relative;
}
.icon {
  position: absolute;
  top: -10px;
  z-index: 2;
  background-color: #ffffff;
  left: 49.7%;
  margin-left: -25px;
}
footer a {
  color: #000000;
  line-height: 24px;
  display: inline-block;
  transition: .15s;
}
footer a:hover {
  opacity: 0.6;
}
footer .link_gourmetblock {
  align-items: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .link_gourmetblock a {
  margin: 0 10px 20px; 
}
footer .link_hotel img {
  width: 200px;
  margin-top: 40px;
}
.news a.text-less {
  display: block;
  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 {
  display: block;
  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;
}
.header-row {
  position: absolute;
  top: 0;
  right: 16px;
}
.header-menu {
  float: right;
  z-index: 22;
}
.ml {
  padding: 13px 20px;
}
.img-box {
  margin-right: 0px !important;
  width: 23px !important;
}
.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;
}
.header-menu-btn {
  border-color: #000000 !important;
  background-color: #000000 !important;
  border-radius: 0 !important;
  width: 50px;
}
.header-menu-btn:hover {
  opacity: 1;
}
.header-menu-btn:before {
  background-image: url('../images/common/icon-bars.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.png');
  opacity: 1;
}
.btn-more {
  background-color: #5A5A5A;
  padding: 14px 100px;
  color: #ffffff;
  border: none;
  margin-top: 10px;
  display: inline-block;
}
.btn-more:hover {
  background-color: #7B7B7B;
  color: #ffffff;
  border: none;
  text-decoration: none;
}
.address {
  padding: 100px 20px;
}
.time-table tr {
  vertical-align: top;
}
.header-row {
  padding: 0;
  z-index: 99;
}
.dropdown-menu a:hover div.ml {
  opacity: 0.8;
}
.floor-map {
  padding-top: 100px;
  padding-bottom: 0px;
}
.lst-img {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1) !important;
  margin: 0 !important;
  opacity: 1;
  z-index: 99;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.modal-content {
  border-radius: 0 !important;
}
/*MVバナー*/
.top_banner {
	position: absolute;
	bottom: 20px;
	right: 20px;
	max-width: calc(50% - 40px);
	width: 365px;
	z-index: 50;
}
.top_banner a {
	display: block;
  margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
.top_banner {
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: calc(100% - 60px);
	max-width: 365px;
	z-index: 50;
}
/* 「お知らせ」内バナー */
.banner_section {
  width: calc(100% - 60px);
  max-width: 720px;
  margin: -20px auto 40px; 
display: flex;
justify-content: center;
}
.banner_section a {
  transition: all 0.2s ease-in-out;
}
.banner_section a:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  opacity: 0.8;
}
.banner_section img {
  width: 100%;
  height: auto;
}
.banner_section--notice {
width: 48%;
margin-right: 4%;
}
.banner_section--eat,
.banner_section--coupon {
width: 24%;
}
.news_info {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  width: 90%;
  max-width: 600px;
  background: #fff;
  border: solid 2px #999;
  padding: 20px 30px 7px;
  margin: 40px auto 0;
  border-radius: 10px;
}

/* tablet幅 */
@media (min-width: 768px) and (max-width: 991) { 
  .tb-br {
    display: block;
  }
  .content-meal {
    width: 340px;
  }
  .carousel-indicators li {
    width: 7px;
    height: 7px;
  }
  .nav-item {
    font-size: 14px;
  }
  .navbar-brand {
    height: 37px;
  }
  .logo {
    height: 150px;
    width: 150px;
  }
  .logo-footer {
    width: 100px;
  }
  .btn-fb {
    right: 50px;
  }
  .btn-insta img {
    width: 30px;
  }
  .btn-fb img {
    width: 30px;
  }
  .w-768 {
    width: 100%;
  }
  /* .iframe{
		width: 100%;
		height: 100%;
		padding: 0;
	} */
}
@media (max-width: 950px){
	.top_banner {
		max-width: 320px;
	}
}
@media (max-width: 767px) {
  .fs-36 {
    font-size: 24px;
  }
  .flex-direc {
    display: flex;
    flex-direction: column-reverse;
  }
  .w-451 {
    width: 240px;
  }
  .w-420 {
    width: 240px;
  }
  .iframe {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .carousel-item .slide {
    height: 100vh;
    position: relative;
    width: 100vw;
  }
  .carousel-item .slide1 {
    background-image: url('../images/top/slide01_sp.jpg');
    background-repeat: no-repeat;
    content: "";
    width: 100vw;
    height: 100vh;
    background-size: cover;
  }
  .carousel-item .slide2 {
    background-image: url('../images/top/slide02_sp.jpg');
    background-repeat: no-repeat;
    content: "";
    width: 100vw;
    height: 100vh;
    background-size: cover;
  }
  .carousel-item .slide3 {
    background-image: url('../images/top/slide03_sp.jpg');
    background-repeat: no-repeat;
    content: "";
    width: 100vw;
    height: 100vh;
    background-size: cover;
  }
  .img-food1, .img-food2, .img-food3, .img-food4 {
    height: 240px;
  }
  .modal-dialog {
    margin: 40px;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
    /* お知らせ */
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-li {
    display: none;
  }
  .lst-news {
    width: 96%;
    max-width: 600px;
  }
  .lst-news_post {
    width: 190px;
  }
  .lst-news_post_date {
    width: 80px;
  }
  .lst-news_post_cat {
    width: 100px;
    display: inline-block;
  }
  /* お知らせのイレギュラー */
  .modal-content .n-content {
    width: 100%;
  }
  .modal-content .menulist {
    padding-left: 30px;
    display: flex;
  }
  .modal-content .w50 {
    width: 50%;
  }
  .modal-content .menulist-item {
    list-style-type: none;
  }
  .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;
  }
  .logo {
    height: 100px;
    width: 100px;
  }
  .logo-footer {
    width: 140px;
  }
  .lst-news {
    width: 100%;
    padding-bottom: 15px;
  }
  .lst-news > .w-160 {
    margin-bottom: 10px;
    width: 100%;
  }
  .lst-news.d-sm-flex {
    display: block !important;
  }
  .content-meal {
    margin: 42px auto;
  }
  .content-meal {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-meal {
    width: 100%;
  }
  .img-food {
    height: 240px;
  }
  .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 !important;
  }
  .btn-fb {
    bottom: 0;
    right: 0;
  }
  .btn-insta {
    bottom: 34px;
    right: 0;
  }
  .btn-insta img {
    width: 20px;
  }
  .btn-fb img {
    width: 20px;
  }
  .timetable {
    margin-right: auto;
    margin-left: auto;
    /* width: 300px !important; */
    padding: 0 !important;
    width: 100%;
    margin-top: 35px;
  }
  .c-news {
    width: 100%;
  }
  .btn.btn-infoo {
    padding: 12px 15px;
    width: auto;
    border-radius: 0;
    width: 120px;
  }
  .img-info {
    height: 100px;
  }
  .timetable table {
    width: 100%;
  }
  .floor-map {
    padding-top: 42px;
    padding-bottom: 0px;
  }
  .address {
    padding: 42px 20px 30px;
  }
  footer {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer-column {
    flex-direction: column;
  }
  .footer-column-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-column-info a {
    margin-left: 0;
  }
  .iframe-maps {
    padding-top: 100%;
    position: relative;
  }
  .iframe-maps iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /*MVバナー*/
  .banner_section {
    margin: -20px auto 40px; 
    width: calc(100% - 80px);
    max-width: 400px;
    min-width: 290px;
    flex-wrap: wrap;
  }
  .banner_section--notice {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    }
  .banner_section--eat,
  .banner_section--coupon {
    width: 50%;
  }
}
@media (max-width: 320px) {
  footer .link_gourmetblock {
    flex-direction: column;
    align-items: center;
  }
  footer .link_gourmetblock a:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.iframe-maps{
		position: relative;
		height: 280px;
		padding-top: 0;

	}
	.iframe-maps iframe {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

} 
*/
/*　各ブロックのスライド　*/
.block_slide {
  width: 100%;
  height: 100%;
}
.block_slide .carousel-indicators {
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
.block_slide .carousel-indicators li {
  margin-right: 10px;
}
.block_slide .carousel-inner {
  width: 100%;
  height: 100%;
}
.block_slide .carousel-item {
  width: 100%;
  height: 100%;
}
.block_slide .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;    
}
@media (max-width: 767.98px) {
  .block_slide .carousel-indicators {
      margin-bottom: 0.5rem;
  }
}