@charset "UTF-8";
/* CSS Document */
.w-90 {
  width: 90%!important;
}
.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: 100%;
  max-width: 640px;
}
/*.lst-news_post {
  width: 190px;
}*/
/*.lst-news_post_date {
  width: 80px;
}*/
/*.lst-news_post_cat {
  width: 80px;
  display: inline-block;
}*/
/* フッターリンク */
.link_hotel {
  text-decoration: underline;
}
/* お知らせ内ボタン*/
.n-content {
	width: 100%;
}
.modal-content_button {
	margin-top: 30px;
}
.modal-content_button_btn {
	width: 300px;
	height: 50px;
	margin: 0 auto;
	padding: 14px 100px;
	color: #fff;
	background-color: #0ea9ab;
	border-radius: 25px;
	display: block;
}
.modal-content_button_btn:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}
.content-meal {
  width: 80%;
}
/*2023/03.20 トップページ戻るアイコン追加 */
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    margin-bottom: 0;
}
.pagetop a {
	padding-top: 20%;
	background: rgba(0, 0, 0, 0.4);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	display: block;
}
.pagetop a:hover {
	animation-name: anime2;
	animation-duration: 0.4s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .modal-content_button_btn {
    margin: 0 auto;
  }
  .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(14, 169, 171, 0.5);
}

.map-link:hover:before {
	width: 100%;
}

.place01 {
	width: 185px;
	height: 104px;
	top: 159px;
	left: 197px;
}

.place02 {
	width: 196px;
	height: 241px;
	top: 51px;
	left: 398px;
}

.place03 {
	width: 40px;
	height: 256px;
	top: 81px;
	left: 148px;
}

.place04 {
	width: 187px;
	height: 63px;
	top: 76px;
	left: 195px;
}

.place05 {
	width: 75px;
	height: 42px;
	top: 265px;
	left: 307px;
}

.place06 {
	width: 29px;
	height: 58px;
	top: 266px;
	left: 274px;
}

.place07 {
	width: 177px;
	height: 35px;
	top: 332px;
	left: 221px;
}

.place08 {
	width: 101px;
	height: 286px;
	top: 51px;
	left: 598px;
}

.place09 {
	width: 114px;
	height: 190px;
	top: 148px;
	left: 30px;
}

.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) {
	.map-link {
		display: none;
	}
	.map-thumbnail {
		display: block;
	}
	
}
/* 2019.11 追記 見出しタグのフォントサイズ調整 */
h1 {
	margin-bottom: 0;
}
.fs-36 h2 {
   font-size: 28px;
}
.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 追記 お知らせ表示・非表示 稲辺*/
@media (min-width: 320px) and (max-width: 767.98px) {
	.m-li {
		display: none;
	}
}  
/* 2020.05 追記 お知らせマージン調整　稲辺*/
.news {
    padding-top: 55px;
    padding-bottom: 55px;
}
@media (max-width: 767.98px) and (min-width: 320px) {
　.news {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
/* 20201021 「お知らせ」内バナー設置 */
.banner_section {
	width: calc(100% - 60px);
	max-width: 720px;
	margin: -40px 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%;*/
	  margin: 0 auto;
  }
  .banner_section--notice a {
	  display: block;
	  margin: 20px auto 0;
}
  .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 {
		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%;
  	}
} 
/*20210914　MV右下バナー*/
.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 2px #fff;
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* 2025.11.04. news改修 */
.newsList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 35px auto 0;
	max-width: 984px;
}
.newsList .lst-news {
	margin: 0 0 30px !important;
	max-width: 328px;
	padding: 0 10px;
	width: 33%;
}
.newsList .lst-news a {
	display: block;
}
@media (hover:hover) {
	.newsList .lst-news a {
		transition: opacity 0.3s;
	}
	.newsList .lst-news a:hover {
		opacity: 0.7;
		border: none;
	}
}
.lst-news .lst-news_post {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lst-news_post_cat {
	display: inline-block;
	line-height: 1.1;
	height: auto;
	padding: 5px 8px 4px;
	vertical-align: middle;
	width: fit-content;
}
.newsList .lst-news .image {
	aspect-ratio: 1 / 1;
	background: url(../images/common/noimage.png) center center no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.newsList .lst-news .image img {
	object-fit: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}
.newsList .lst-news .c-news {
    display: block;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    white-space: normal;
}
@media screen and (max-width: 767px) {
	.newsList {
		display: block;
	}
	.newsList .lst-news {
		margin: 0 auto 8vw !important;
		max-width: 100%;
		width: 90%;
	}
}