@charset "UTF-8";
/* CSS Document */
.w-90 {
  width: 90%!important;
}
.tb-br {
  display: none;
}
.sp-br {
  display: none;
}
.header-menu-li-reserve {
  position: fixed;
  top: 0;
    right: 0;
    z-index: 999;
}
.header-menu-li-reserve a:hover {
  color: inherit;
	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;
}
/* お知らせ ラベルの長さを伸ばす */
.lst-news {
  width: 96%;
  max-width: 640px;
}
.lst-news_post {
  width: 205px;
}
.lst-news_post_date {
  width: 80px;
}
.lst-news_post_cat {
  width: 120px;
  display: inline-block;
}
/* フッターリンク */
.link_hotel {
  text-decoration: underline;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .content-meal {
    width: 100%;
  }
}
/* 2019.06 追記 グルメリンク*/
footer a {
	display: inline-block;
	transition: .15s;
}
footer a:hover {
	opacity: 0.6;
}
/* 2019.06 追記 モーダル */
.img-floormap {
	position: relative;
}
.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(255, 255, 255, 0.5);
}
.map-link:hover:before {
	width: 100%;
}
.place01 {
	width: 82px;
	height: 82px;
	top: 508px;
	left: 298px;
}
.place02 {
	width: 82px;
	height: 382px;
	top: 188px;
	left: 49px;
}
.place03 {
	width: 364px;
	height: 93px;
	top: 43px;
	left: 49px;
}
.place04 {
	width: 78px;
	height: 306px;
	top: 185px;
	left: 302px;
}
.place05 {
	width: 283px;
	height: 215px;
	top: 233px;
	left: 380px;
}
.place06 {
	width: 54px;
	height: 54px;
	top: 135px;
	left: 29px;
}
.map-thumbnail {
	display: none;
}
div#rsv {
	width: 80%;
	margin: 50px auto 40px;
	border: 2px solid #000;
	border-radius: 15px;
	max-width: 800px;
	position: relative;
}
.text-center.rsvTxt {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 28px;
	top: -26px;
	background-color: #fff;
	padding: 0 14px;
	width: 430px;
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.floormap-wrap {
		width: 768px;
	}
}
@media screen and (max-width: 767px) {
	.map-link {
		display: none;
	}
	.map-thumbnail {
		display: block;
	}
	.m-li {
		display: none;
	}
	.news {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	div#rsv {
		width: 90%;
		padding: 18px;
	}
	.gourmet-link a:last-of-type {
    padding-top: 18px;
	}
	.text-center.rsvTxt {
		font-size: 5vw;
		padding: 0px;
		width: 73vw;
		top: -18px;
	}
}
/* 2019.11 追記 見出しタグのフォントサイズ調整 */
h1 {
	margin-bottom: 0px;
}
.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-28 h2 {
	   font-size: 24px;
	}
	.fs-24 h2 {
	   font-size: 22px;
	}
}
/*20200619トップ　テイクアウトバナー設置*/
.top_banner {
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: calc(100% - 60px);
	max-width: 345px;
	z-index: 50;
}
.top_banner a {
	display: block;
	transition: all 0.2s ease-in-out;
	margin-bottom: 5px;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
.info_text  {
	line-height: 1.4;
	color: #FF0004;
}
.info_text span  {
display: block;
margin-left: 1em;
}
@media (max-width: 950px){
	.top_banner {
		max-width: 270px;
	}
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* 20201019 「お知らせ」内バナー設置 */
.banner_section {
    width: calc(100% - 60px);
    max-width: 400px; /*バナー２つ掲載時*/
	/*max-width: 660px;*/ /*バナー3つ掲載時*/
	/*max-width: 960px;*/ /*大阪いらっしゃいバナー掲載時*/
    margin: -20px auto 40px; 
	display: flex;
	justify-content: center;
	align-items: 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: 2%;
}
.banner_section--eat,
.banner_section--coupon {
	/*width: 24%;*/
}
.banner_section--other {
	margin-left: 2%;
	width: 77%;
}
.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;
}
@media screen and (max-width: 767px) {	
    .banner_section {
        margin: -20px auto 40px; 
        width: calc(100% - 80px);
        max-width: 320px;
		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%;
		}
	.banner_section--other {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
}