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

 file name: stay.css
 author : Ability Consultant
style info	: トップページページ
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定*/
.con_intro, .con_stay, .con_ammenity, .btn, .con_rooms {
	text-align: center;
}
.con_stay {
	margin-top: 50px;
	display: flex;
}
.con_ammenity {
	margin-top: 50px;
	margin-bottom: 50px;
}
.con_rooms {
	margin-top: 110px;
	margin-bottom: 30px;
}
.con_cond, .con_annex {
	margin-top: 50px;
}
.con_hotel .img {
	margin-bottom: 50px;
}
.con_cond .img {
	margin-bottom: 50px;
}
.con_annex .img {
	margin-bottom: 50px;
}
.btn_top {
	text-align: right;
	margin-top: 50px;
}
.btn_stay {
	display: inline-block;
	position: relative;
	color: #6f6f6f;
	padding: 10px 60px 8px 20px;
	border: 1px solid #bbb;
	color: #000;
	text-decoration: none !important;
	width: 150px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}
.btn_stay::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 10%;
	margin: auto;
	width: 25px;
	height: 10px;
	border-bottom: 1px solid #666;
}
.btn_stay::after{
	position: absolute;
	right: 7%;
	bottom: 15px;
	border-right: 0.7em solid #fff;
	border-bottom: 0.5em solid #666;
	content: "";
}
.btn_stay:hover {
	background: #EAEAEA;
}
.btn_stay:hover::after {
	border-right: 0.7em solid #EAEAEA;
}
.btn_cond {
	text-align: right;
	margin-right: 20px;
}
.box_l, .box_r {
	text-align: left;
}