@charset "utf-8";

/* おすすめ情報（回遊ボタン） */
#kaiyu_banner {
	position: fixed;
	left: 0px;
	bottom: 70px;
	z-index: 90;
}

.kaiyu_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: stretch;
}

.kaiyu_ttl {
	display: block;
	width: 140px;
	border: 3px solid #007C69;
	border-top: 1px solid #007C69;
    border-left: none;
	border-radius: 0 5px 5px 0;
	background: #fff;
}

#btn_kaiyu_open {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 16px 0 30px;
	background: #fff url(/img/common/footer/kaiyu_arrow.png) center bottom 5px no-repeat;
	background-size: 24px;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.color_change #btn_kaiyu_open {
	background: #fff url(/img/common/footer/kaiyu_arrow_white.png) center bottom 5px no-repeat;
	background-size: 22px;
}
#btn_kaiyu_open:hover {
	text-decoration: underline;
}
.open .kaiyu_ttl,
.open #btn_kaiyu_open {
    border-right: none;
    border-radius: 0;
}
.open #btn_kaiyu_open {
	display: none;
}

.kaiyu_list {
	display: none;
	background: #fff;
    border: 3px solid #007C69;
	border-top: 1px solid #007C69;
    border-left: none;
    border-radius: 0 5px 5px 0;
	color: #333;
	max-width: calc(100vw - 140px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#kaiyu_banner.open .kaiyu_list {
	display: block;
}

.kaiyu_list_box {
	background: #fff;
	/* position: relative; */
}
.kaiyu_list_box2 {
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.kaiyu_list_box2 a {
	/* display: inline-block; */
    display: inline-flex;
	vertical-align: top;
	width: 100%;
	padding: 8px 0;
	margin-right: 20px;
}
/* .kaiyu_list_box2 a:last-child {
    margin-right: 0;
} */
.kaiyu_list_box2 img {
	width: 180px;
	height: 70px;
}

#btn_kaiyu_close {
	display: block;
	width: 140px;
	height: 100%;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	border: none;
	border-top: 1px solid #007C69;
	border-bottom: 3px solid #007C69;
	background: #fff url(/img/common/footer/kaiyu_arrow-close.png) center bottom 5px no-repeat;
	background-size: 24px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 95;
}
.color_change #btn_kaiyu_close {
	background: #fff url(/img/common/footer/kaiyu_arrow-close_white.png) center bottom 5px no-repeat;
	background-size: 22px;
}

/* 背景色変更時 */
.color_change #kaiyu_banner {
	outline: 1px solid rgba(255, 255, 255, 0.5);
}


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	.kaiyu_ttl {
		width: 60px;
	}

	#btn_kaiyu_open {
		font-size: 1.2rem;
		line-height: 1.6rem;
		padding: 14px 0px;
	}

	.kaiyu_list {
		max-width: calc(100vw - 80px);
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */