@charset "UTF-8";
/* CSS Document */
.w-90 {
	width: 90% !important;
}
.sp-br {
	display: none;
}
.nobr {
	white-space: nowrap;
}
.strong {
	font-weight: bold !important;
	font-size: 1.1em;
}
.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: 170px;
}
.lst-news_post_date {
	width: 80px;
}
.lst-news_post_cat {
	width: 80px;
	display: inline-block;
}
.ib {
  display: inline-block;
}
/* フッターリンク */
.link_hotel {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.pc-br {
		display: none;
	}
	.sp-br {
		display: block;
	}
}
/* お知らせボタン */
.news-button button {
	width: 200px;
	height: 50px;
	border-radius: 25px;
	color: white;
	font-weight: 600;
	background-color: #232e48;
}
@media (max-width:768px) {
	.news-button button {
		width: 100%;
		max-width: 300px;
		height: 40px;
	}
}
.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(0, 0, 0, 0.5);
}
.map-link:hover:before {
	width: 100%;
}
.place01 {
	width: 441px;
	height: 66px;
	top: 265px;
	left: 1px;
}
.place02 {
	width: 291px;
	height: 264px;
	top: 0px;
	left: 436px;
}
.map-thumbnail {
	display: none;
}
footer a {
	display: inline-block;
	transition: .15s;
}
footer a:hover {
	opacity: 0.6;
}
@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;
	}
}
@media (min-width: 320px) and (max-width: 767.98px) {
	.carousel-item .carousel-item-content.slide1 {
		background-image: url("../images/top/slide01_sp.jpg");
	}
	.carousel-item .carousel-item-content.slide2 {
		background-image: url(../images/top/slide02_sp.jpg);
	}
	.carousel-item .carousel-item-content.slide3 {
		background-image: url(../images/top/slide03_sp.jpg);
	}
	.m-li {
		display: none; /* 2020.06 追記 お知らせの表示・非表示 稲辺*/
	}
	.news {
		padding-top: 40px; /* 2020.06 追記 お知らせのマージン調整 稲辺*/
		padding-bottom: 40px;
	}
}
/* 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: 20px;
	}
}
/*お知らせNEWSボタン*/
.n-content {
	width: 100%;
}
.n-content img {
	height: auto;
	max-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;
}
/*　多言語 20191120追記 */
.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: #ffffee;
		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 #212529;
		display: inline-block;
	}
	.lang_btn ul li:after {
		background: #212529;
	}
	.lang_btn ul li:last-child {
		margin-right: auto;
	}
	.lang_btn ul li a {
		color: #212529;
	}
}
/*2020.03.05追加　３言語用お知らせ------------------------------------------------------------*/
#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: 770px;
	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;
	}
}
/*2020.06.08お知らせ------------------------------------------------------------*/
.news0608_text {
	position: relative;
	margin: 2em auto 4em;
}
.news0608_text dt {
	text-align: center;
	width: 5em;
	position: absolute;
	left: 0;
	top: auto;
}
.news0608_text dd {
	margin-left: 5em;
}
.news0608_text dd.dd03 {
	position: relative;
}
.news0608_text dd.dd03 span {
	position: absolute;
}
@media screen and (max-width: 767px) {
	.news0608_text {
		position: relative;
		margin-bottom: 10px;
	}
	.news0608_text dt {
		font-weight: bold !important;
	}
	.news0608_text dt.dt03 {
		position: relative;
	}
	.news0608_text dd.dd03 {
		margin-left: 0;
	}
	.news0608_text dd.dd03 span {
		position: relative;
	}
}
.news0617_ul {
	list-style: none;
}
.li01 {
	margin-left: 70px;
}
.li02 {
	margin-left: 85px;
}
@media (min-width: 320px) and (max-width: 767.98px) {
	.li01 {
		margin-left: 0px;
	}
	.li02 {
		margin-left: 0px;
	}
}
/* 20201002 「お知らせ」上バナー設置 */
.goto_banner {
	background-color: #ccc;
	padding: 30px 0;
}
.banner_section {
	width: calc(100% - 60px);
	max-width: 1200px; /* 820pxから変更20231024 */
	margin: 0 auto 0 83px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news .banner_section {
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 0 auto 43px;
	display: flex;
	flex-wrap: wrap;
	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%;
}
.banner_section.banner_section02 {
	max-width: 650px;
}
.banner_section.banner_section02 .banner_section--notice {
	width: 90%;
	margin-right: 0;
}
.banner_section--chiba01 {
	width: 50%;
	padding: 0 10px;
}
.banner_section--chiba02 {
	width: 68%;
}
.banner_section.fair {
	margin-bottom: 40px;
	/*justify-content: space-evenly;*/
}
.banner_section.fair a {
	display: inline-block;
	max-width: 370px;
	padding: 0 10px;
}
.banner_section.fair .banner_set {
	padding-right: 25px;
}
.banner_section .banner_item {
	height: 110px;
	margin: 10px;
	max-width: 50%;
	/*width: 370px; 20250630無い方が綺麗そうなので*/
}
.banner_section .banner_item:nth-child(2n + 1) {
	text-align: right;
}
.banner_section .banner_item a {
	margin: 0;
}
.banner_section .banner_item img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.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 {
		max-width: 320px;
		min-width: 290px;
		flex-wrap: wrap;
		margin: 0 auto 43px;
	}
	.banner_section.banner_section02 {
		max-width: 320px;
	}
	.banner_section.banner_section02 .banner_section--notice {
		width: auto;
	}
	.banner_section--chiba01 {
		width: 50%;
		padding-left: 0;
	}
	.banner_section--chiba02 {
		width: 50%;
	}
	.banner_section.fair {
		max-width: 320px;
	}
	.banner_section.fair a {
		margin: 5px auto;
		padding: 0;
	}
	.banner_section--notice {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.banner_section--eat, .banner_section--coupon {
		width: 50%;
		margin-left: 0px;
	}
	.banner_section.fair .banner_set {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.banner_section .banner_item {
		height: auto;
		max-width: 100%;
		text-align: center;
	}
	.banner_section .banner_item.line {
		max-width: 240px;
		text-align: center;
	}
}
/* 20210706 bbqとシェフズライブキッチンのバナー追加 */
.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%);
	}
}
/* fairバナーをgotoに表示させる用の調整 */
.banner_section a {
	margin: 10px;
}
.banner_section--chiba02 {
	width: 100%;
}
@media (min-width: 758px) {
	.banner_section--chiba02 {
		width: 47.5%;
	}
	.banner_section--fair {
		width: 62.5%;
	}
}
/* 20231202 linebanner */
.banner_section.line {
	margin-bottom: 20px;
}
.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;
}
/* lineバナーとサイズが違うためのずれ調整 */
.banner_item {
	text-align: right;
}
/* lineバナーの下にもう二つバナーを追加 */
.news .banner_section:first-child {
	margin-bottom: 0;
}
@media (max-width: 855px) {
	.news .banner_section .banner_item {
		text-align: center;
	}
}
/* 調整終了 */
@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 .banner_section_fair {
	display: none;
}
	.banner_section.fair .banner_section_fair {
		display: block;
	}
}

/* 2025.11.05 MVテキストとバナーが被るのを防止 */
.carousel-caption {
	left: 0;
	margin: auto;
	right: 0;
}
@media screen and (max-width: 1460px) {
	.carousel-caption {
		padding-bottom: 90px;
	}
	.carousel-item .carousel-item-content {
		min-height: 470px;
	}
	.top_banner {
		max-width: 320px;
	}
}
@media screen and (max-width: 767px) {
	.carousel-item .carousel-item-content {
		min-height: 600px;
	}
}