@char
et "UTF-8";
/* CSS Document */
.w-90 {
  width: 90% !important;
}
.tb-br {
  display: none;
}
.sp-br {
  display: none;
}
.ib {
  display: inline-block;
}
.header-menu-li-reserve {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.header-menu-li-reserve a:hover {
  color: inherit;
}
.header-menu-li-reserve a div:hover {
  opacity: 0.8;
}
.header-menu-li-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
/* mv上文字画像 carousel-caption*/
.mv_text_pc {
  width: 70%;
}
.mv_text_sp {
  display: none;
}
/* お知らせ */
.news {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  .mv_text_pc {
    display: none;
  }
  .mv_text_sp {
    width: 100%;
    display: block;
  }
  /* お知らせ */
  .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;
  }
}
/* 2019.07 追記 グルメリンク*/
footer a {
  display: inline-block;
  transition: .15s;
}
footer a:hover {
  opacity: 0.6;
}
@media(max-width: 991.98px) and (min-width: 768px) {
  .tb-br {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .content-meal {
    width: 100%;
  }
}
/* 2019.11 追記 見出しタグのフォントサイズ調整 */
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;
  }
}
/* floor modal */
.img-floormap {
  position: relative;
  margin-bottom: 60px;
}
.map-link {
  position: absolute;
  display: block;
}
.map-link:hover {
  cursor: pointer;
}
.map-link:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  transition: 0.4s;
  background: rgba(227, 159, 172, 0.2);
}
.map-link:hover:before {
  width: 100%;
}
.place01 {
  width: 355px;
  height: 214px;
  top: 10px;
  left: 10px;
}
.place02 {
  width: 355px;
  height: 201px;
  bottom: 5px;
  left: 10px;
}
.place03 {
  width: 185px;
  height: 80px;
  bottom: 5px;
  left: 365px;
}
.place04 {
  width: 103px;
  height: 100px;
  bottom: 130px;
  left: 445px;
}
.place05 {
  width: 170px;
  height: 285px;
  top: 10px;
  right: 10px;
}
.place06 {
  width: 185px;
  height: 60px;
  top: 0;
  left: 365px;
}
.map-thumbnail {
  display: none;
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .floormap-wrap {
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .img-floormap {
    margin-bottom: 30px;
  }
  .map-link {
    display: none;
  }
  .map-thumbnail {
    display: block;
  }
  .floor-map .lst-img div {
    margin-bottom: 10px;
  }
}
/* 20200616 ソーシャルディスタンス */
.address_info {
  margin-top: 80px;
  text-align: center;
}
.address_info img {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}
.address_info_title {
  color: #727171;
  font-weight: bold;
}
.address_info_text {
  color: #727171;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .address_info {
    margin-top: 50px;
  }
  .address_info img {
    width: 80%;
  }
  .address_info_title {
    font-size: 14px;
  }
  .address_info_text {
    font-size: 11px;
  }
}
/* 20201021 「お知らせ」内バナー設置 */
.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;
}
/*20210128　MVバナー設置*/
.top_banner {
	position: absolute;
	bottom: 20px;
	right: 20px;
	max-width: calc(50% - 40px);
	width: 365px;
	z-index: 50;
}
.top_banner a {
	display: block;
	transition: all 0.2s ease-in-out;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
/*2021/5/27更新 バナー設置----------------------------------------------*/
/*.banner_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: calc(50% - 40px);
  z-index: 50;
  width: 365px;
}
.banner_boxitem a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.banner_boxitem a:hover {
  opacity: 0.7;
}
.banner_boxitem_pc img {
  display: block;
  width: 90%;
  height: auto;
}
.banner_boxitem_sp img {
  display: none;
}
.goto_sp {
  display: none;
}*/
@media screen and (max-width: 767px) {	
  .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 screen and (max-width: 768px) {	
  /*.goto_sp {
    display: flex;
  }
    .banner_box {
      width: 80%;
      bottom: 60px;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      max-width: 365px;
    }
    .banner_boxitem_sp img {
      display: block;
      width: 70%;
      min-width: 200px;
      height: auto;
      margin: 0 35px 0px 100px;
    }
    .banner_boxitem_pc img {
      display: none;
    }*/
	/* .top_banner {
		bottom: 60px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	  max-width: 365px;
    width: 80%;
        
	} */
}
/*20210915　右下バナー設置*/
.top_banner {
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: calc(100% - 60px);
	max-width: 365px;
	z-index: 50;
}
.top_banner a {
	display: block;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
	/*border: solid #FFFFFF;*/
}
@media (max-width: 950px){
	.top_banner {
		max-width: 320px;
	}
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}