@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;
}
.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: 600px;
}
.lst-news_post {
  width: 170px;
}
.lst-news_post_date {
  width: 80px;
}
.lst-news_post_cat {
  width: 80px;
  display: inline-block;
}
/* フッターリンク */
.link_hotel {
  text-decoration: underline;
}
/* お知らせ内リスト表示 */
.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;
}
  .timetable table {
    width: 100%;
  }
/* お知らせ内ボタン*/
.modal {
  width: 100vw;
}
.modal-content_button {
	margin-top: 30px;
}
.modal-content_button_btn {
	width: 300px;
	height: 50px;
	padding: 14px 100px;
	color: #fff;
	background-color: #5A5A5A;
	border-radius: 25px;
	display: block;
	margin: 0 auto;
}
.modal-content_button_btn:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .content-meal {
    width: 100%;
  }
  /* お知らせ内リスト表示 */
  .modal-content .menulist {
    flex-direction: column;
  }
  .modal-content .menulist ul:first-child {
    margin-bottom: 0;
  }
  .modal-content .w50 {
	width: 100%;
}
  /* お知らせ内ボタン*/
  .modal-content_button_btn {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .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:before {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	transition: 0.4s;
	background: rgba(0, 0, 0, 0.5);
}

.map-link:hover:before {
	width: 100%;
}

.place01 {
	width: 134px;
	height: 180px;
	top: 104px;
	left: 26px;
}

.place02 {
	width: 209px;
	height: 55px;
	top: 111px;
	left: 182px;
}

.place03 {
	width: 177px;
	height: 47px;
	top: 172px;
	left: 223px;
}

.place04 {
	width: 85px;
	height: 137px;
	top: 303px;
	left: 296px;
}

.place05 {
	width: 92px;
	height: 36px;
	top: 299px;
	left: 501px;
}

.place06 {
	width: 209px;
	height: 145px;
	top: 345px;
	left: 383px;
}

.place07 {
	width: 132px;
	height: 88px;
	top: 147px;
	left: 403px;
}

.map-thumbnail {
	display: none;
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.floormap-wrap {
		width: 768px;
	}
	.tb-br {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.map-link {
		display: none;
	}
	.map-thumbnail {
		display: block;
	}
	
}
/* 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;
	}
}
/* 2020.05 追記 お知らせの表示・非表示 */
/* 2020.05 追記お知らせのレイアウト調整*/ 
@media (min-width: 320px) and (max-width: 767.98px) {
	.m-li {
		display: none;          /*お知らせの表示・非表示 */
	}
	.news {
		padding-top: 40px;      /*お知らせのレイアウト調整*/
		padding-bottom: 40px;
	}
} 
/* 20201022 「お知らせ」内バナー設置 */
.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;
  }
  @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%;
	}
  } 
/*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;
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

	
