@charset "utf-8";

/* おすすめ情報（回遊ボタン） */
#kaiyu_banner {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 90;
	line-height: 1;
}

.kaiyu_ttl {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	width: 211px;
}

#btn_kaiyu_open {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#btn_kaiyu_open:hover {
	opacity: 0.75;
}
#btn_kaiyu_open img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.kaiyu_list {
	display: none;
	background: #f9efe1;
	border: 3px solid #ffffff;
	border-radius: 10px;
	color: #000000;
	position: relative;
	z-index: 1;
	margin: 0px 25px 0px 175px;
	padding: 25px 50px;
}
#kaiyu_banner.open .kaiyu_list {
	display: block;
}

.kaiyu_list_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.kaiyu_list_box2 a {
	display: block;
	width: 300px;
	max-width: calc(100% / 3 - 14px);
}
.kaiyu_list_box2 a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#btn_kaiyu_close {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: -25px;
	right: -25px;
}

/* 背景色変更時 */
.color_change #btn_kaiyu_open,
.color_change #btn_kaiyu_close {
	background: none !important;
}

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	.kaiyu_ttl {
		display: none;
	}

	#btn_kaiyu_open,
	#btn_kaiyu_close {
		display: none;
	}

	.kaiyu_list,
	#kaiyu_banner.open .kaiyu_list {
		display: none;
	}
	.spm_kaiyu_open .kaiyu_list,
	.spm_kaiyu_open #kaiyu_banner.open .kaiyu_list {
		display: block;
	}

	.kaiyu_list {
		border: none;
		border-radius: 0;
		margin: 0px;
		padding: 60px 20px 120px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
	}

	.kaiyu_list_box2 {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 10px;
	}
	.kaiyu_list_box2 a {
		width: 100%;
		max-width: 300px;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */