@charset "UTF-8";
/* CSS Document */
.w-90 {
	width: 90% !important;
}
.tb-br {
	display: none;
}
.sp-br {
	display: none;
}
.block {
	display: block;
}
.text-left {
	text-align: left;
}
.fit-content {
	width: fit-content;
}
.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: 640px;
}
.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;
}
.content-note {
	color: #FF0004;
	font-size: 94%;
	text-align: center;
	font-weight: bold !important;
	margin-top: 1em;
}
.content-note-white {
	/* color: #000;
	background-color: #F4B183; */
	color: #353f55;
	background-color: #fff;
	font-size: 94%;
	text-align: center;
	font-weight: bold !important;
	margin-top: 1em;
}
.content-note * {
	font-weight: bold !important;
}
.ib {
  display: inline-block;
}
@media (max-width: 991.98px) and (min-width: 768px) {
	.tb-br {
		display: block;
	}
	.for-sp {
		display: none!important;
	}
}
@media (max-width: 767px) {
	.pc-br {
		display: none;
	}
	.sp-br {
		display: block;
	}
	.pc-blank{
		display: none;
	}
	.for-pc {
		display: none!important;
	}

}
/* 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: 151px;
	height: 190px;
	top: 200px;
	left: 40px;
}
.place02 {
	width: 205px;
	height: 108px;
	top: 23px;
	left: 211px;
}
.place03 {
	width: 489px;
	height: 190px;
	top: 200px;
	right: 44px;
}
.place04 {
	width: 229px;
	height: 186px;
	top: 14px;
	right: 44px;
}
.map-thumbnail {
	display: none;
}
.btn-more {
	padding: 14px 0;
}
@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;
	}
}
/*お知らせNEWSボタン*/
.n-content {
	width: 100%;
}
.modal-content_button {
	margin-top: 30px;
	margin-bottom: 30px;
}
.modal-content_button_btn {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 14px 0;
	color: #fff;
	background-color: #000;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.modal-content_button_btn:hover {
	opacity: 0.6;
	color: #fff;
	text-decoration: none;
}
/*　多言語 20191030追記 */
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.lang_btn {
	position: absolute;
	bottom: 5px;
	left: 25px;
	z-index: 16;
}
.lang_btn ul {
	border-bottom: 1px solid #fff;
}
.lang_btn ul li {
	position: relative;
	float: left;
	margin-right: 1em;
	padding-bottom: 3px;
}
.lang_btn ul li:after {
	content: " ";
	background: #fff;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.lang_btn ul li.selected {
	pointer-events: none;
}
.lang_btn ul li:hover:after, .lang_btn ul li.selected:after {
	display: block;
}
.lang_btn ul li:last-child {
	margin-right: 0;
}
.lang_btn ul li a {
	color: #fff;
}
.lang_btn ul li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.carousel-indicators {
		bottom: 50px;
	}
	.lang_btn {
		position: relative;
		bottom: auto;
		left: auto;
		background: #353f55;
		padding: 10px 0 15px;
	}
	.lang_btn ul {
		border-bottom: none;
		text-align: center;
		margin-bottom: 0;
	}
	.lang_btn ul li {
		float: none;
		margin-right: 1em;
		border-bottom: 1px solid #fff;
		display: inline-block;
	}
	.lang_btn ul li:last-child {
		margin-right: auto;
	}
	.lang_btn ul li a {}
}
/* 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.06 追記 お知らせ修正　稲辺 */
@media (min-width: 320px) and (max-width: 767.98px) {
	.m-li {
		display: none; /*表示・非表示*/
	}
	.news {
		padding-top: 40px; /*お知らせレイアウト修正*/
		padding-bottom: 40px;
	}
}
/*2020.10.23追加　３言語用お知らせ 稲辺*/
#lang_sc h2, #lang_sc div, #lang_sc p, #lang_sc a {
	font-family: "微软雅黑", "宋体" !important;
}
.news_container {
	text-align: center;
	margin: 30px auto 0;
	padding: 30px 40px;
	border: red 6px solid;
	width: 80%;
	max-width: 900px;
	box-sizing: border-box;
}
.news_container h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 120%;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.news_container {
		margin: 30px auto 20px;
		padding: 15px;
		border: red 4px solid;
		width: calc(100% - 30px);
	}
	.news_container h2 {
		margin-bottom: 0.5em;
	}
}
/* 20221208 「お知らせ」上バナー設置 */
.notice_banner {
	background-color: #ccc;
	padding: 30px 0;
}
/* 20201023 「お知らせ」内バナー設置  稲辺*/
.banner_section {
	width: calc(100% - 60px);
	max-width: 720px;
	margin: -20px auto 40px;
	margin: 5px auto 5px;
	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: 4%;
}
.banner_section--eat, .banner_section--coupon {
	width: 24%;
	margin-left: 20px;
}
.banner_section.fair {
	/*max-width: 365px;*/
	max-width: 620px;
	width: 50%;
	/* margin-bottom: 40px; */
	margin-bottom: 0px;
	justify-content: space-between;
}
.banner_section.fair a {
	padding: 0 10px;
	width: 50%;
}
.banner_section.fair .banner_set {
	padding-right: 25px;
}
.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;
	color: #212526;
}
@media screen and (max-width: 767px) {
	.banner_section {
		margin: -20px auto 40px;
		margin: 10px auto 0px;
		width: calc(100% - 80px);
		max-width: 400px;
		min-width: 290px;
	}
	.banner_section.fair {
		max-width: 320px;
		margin-bottom: 40px;
		width: 90%;
	}
	.banner_section.fair a {
		margin: 0 5px;
		padding: 0;
	}
	.banner_section--notice {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.banner_section--eat, .banner_section--coupon {
		width: 50%;
		margin-left: 0px;
	}
}
/* 20231102 バナーを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 img {
	display: block;
	width: 100%;
	height: auto;
}
.top_banner a:first-child {
	margin-bottom: 10px;
}
.top_banner a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.top_banner {
		bottom: 90px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		max-width: 365px;
		width: 80%;
	}
}
/*20210915　右下バナー設置*/
.top_banner {
	position: absolute;
	bottom: 35px;
	/*バナー１つ掲載はbottom: 35px;→55pxへ変更*/
	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;
}
.top_banner a.banner_border img {
	border: solid 2px #FFFFFF;
}
.banner_set {
	display: flex;
}
@media (max-width: 950px) {
	.top_banner {
		max-width: 320px;
	}
}
@media (max-width: 767.98px) and (min-width: 320px) {
	.top_banner {
		bottom: 90px;
		/**バナー１つ掲載のためbottom: 70px→90pxへ変更*/
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* 20240118 linebanner */
.banner_section.line {
	margin-bottom: 50px;
}
.banner_section.line a {
	width: 240px;
	height: auto;
}
/* 20240326 lineバナーの横に通常バナーをサイズよく配置する */
.banner_section.line .banner_section_fair {
	width: 350px;
}
.banner_section.fair .banner_section_fair {
	display: none;
}
/* .banner_section.fair {
	margin-bottom: 40px;
	justify-content: space-evenly;
} */
.banner_section.fair a {
	display: inline-block;
	max-width: 370px;
	padding: 0 10px;
}
@media (min-width: 758px) {
	.banner_section.line .banner_section_fair {
		display: inline-block;
		width: 100%;
		max-width: 370px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	/* .banner_section.line {
		margin-bottom: 20px;
	} */
	.banner_section.line .banner_section_fair {
		display: none;
	}
	.banner_section.fair .banner_section_fair {
		display: block;
	}
	.banner_section.fair a{
		width: 100%;
		max-width: 320px;
		margin: 5px auto;
		padding: 0;
	}
}