@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : baywing.css
 author     : Ability Consultant
 style info : ベイウィング
=================================================================== */
/*Animate */
#htlSide-A {
	top: 845px !important;
}

.nav_bay a span:after {
	transform: inherit !important;
}

.anker_box {
	margin-bottom: 30px;
}
.anker_box ul {
	display: flex;
	justify-content: space-between;
}
.anker_box ul li:first-child a:before {
	position: absolute;
	content: '';
	width: 1px;
	color: #d8bdb4;
	height: 100%;
	left: 0;
	top: 0;
	background: #d8bdb4;
}
.anker_box ul li a {
	position: relative;
	display: inline-block;
}
.anker_box ul li a:after {
	position: absolute;
	content: '';
	width: 1px;
	color: #d8bdb4;
	height: 100%;
	right: 0;
	top: 0;
	background: #d8bdb4;
}

.con_guestroom {
	margin-bottom: 100px;
	position: relative;
}
.con_guestroom .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.con_delicafe {
	margin-bottom: 130px;
}

.con_sunsetpool {
	margin-bottom: 150px;
}
