@charset "utf-8";

/*room*/
#sub_preview {
	margin-top: 88px;
	font-size: 0;
}
#sub_preview h3 {
	margin-bottom: 30px;
}
#sub_preview figure {
	display: inline-block;
	margin-right: 1.7%;
	width: 32.2%;
}
#sub_preview figure .img {
	width: 100%;
}
#sub_preview figure:nth-of-type(3n) {
	margin-right: 0;
}
#sub_preview figure {
	margin-bottom: 2%;	
}
#sub_preview div .room_txt {
	border-left: 1px solid #9B9B9B;
	padding-left: 10px;
}
#sub_preview div .room_txt p {
	font-size: 0.89vw;
}
#sub_preview figcaption {
	font-size: 1.15vw;
	font-weight: bold;
	margin: 5px 0;
}
#sub_preview .wrap {
	position: relative;
}
#sub_preview div.room_over {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	display: none;
}
#sub_preview .room_over p {
	color: #fff;
	font-size: 1.55vw;
	padding: 21% 0 2% 0;
}
#sub_preview .room_over a {
	display: inline-block;
	width: 39%;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	text-align: center;
	font-size: 0.89vw;
}
#sub_preview div.sub_preview_res {
	float: right;
	background-color: #015294;
	margin-top: 213px;
}
#sub_preview div.sub_preview_res a {
	display: inline-block;
	width: 515px;
	height: 99px;
	line-height: 99px;
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	text-align: center;
}
#sub_preview div.sub_preview_res img {
	margin-left: 10px;
}





/*room_sub*/
#room_list {
	overflow: hidden;
}
#room_list h3 {
	font-size: 3.13vw;
	margin: 2.5% 0 3% 0;
	color: #333333;
}
#room_list .room_img {
	float: left;
	width: 40.5%;
}
#room_list .room_img img {
	width: 100%;
}
#room_list .room_info {
	float: right;
	width: 55%;
}
#room_list .room_info p.title {
	margin-bottom: 1.2%;
	font-size: 0.89vw;
}
#room_list .room_info p.content {
	line-height: 30px;
	font-size: 0.78vw;
	color: #666666;
	margin-bottom: 2.8%;
}
#room_list .room_info p.content span {
	color: #EF3228;
}
#room_list .room_info div.room_list_res {
	margin-top: 37%;
}
#room_list .room_info div.room_list_res a {
	display: inline-block;
	width: 30%;
	height: 90px;
	line-height: 90px;
	background-color: #dc5521;
	font-size: 1vw;
	text-align: center;
}
#room_list .room_info div.room_list_res a img {
	margin-left: 15px;
}
#room_list .img_list img {
	margin-top: 4%;
}
#room_list .room_wrap {
	display: none;
}
#room_list .room_active {
	display: block;
}




#facilities_sub .facilities_wrap {
	display: none;
}
#facilities_sub .facilities_active {
	display: block;
}
#facilities_sub .img img {
	width: 100%;
}
#facilities_sub .mobile_tit {
	display: none;
}








/*service*/
#service {
	overflow: hidden;
	margin-top: 88px;
}
#service h3 {
	text-align: center;
	margin-bottom: 47px;
}
#service h4 {
	font-size: 2.1vw;
	color: #333333;
	margin: 69.5% 4% 1% 0;
}
#service p {
	margin-right: 24px;
	line-height: 28px;
	color: #666666;
	font-size: 0.89vw;
}
#service .service1 .service_txt1,
#service .service3 .service_txt3 {
	float: left;
	text-align: right;
}
#service .service2 h4,
#service .service4 h4{
	margin-left: 110px;
}
#service .service2 p,
#service .service4 p {
	margin-left: 30px;
}
#service .service1 img,
#service .service3 img {
	float: right;
}
#service .service2 .service_txt2,
#service .service4 .service_txt4 {
	float: right;
}
#service .service2 img,
#service .service4 img {
	float: left;
}
#service .service_txt {
	width: 33.3%;
	height: 100%;
}
#service .service_txt p {
	margin-bottom: 20%;
}
#service .service_txt1 {
	background: url(/img/service_bg1.png) 0 0 no-repeat;
	background-size: 100% 87.5%;
}
#service .service_txt2 {
	background: url(/img/service_bg2.png) 0 0 no-repeat;
	background-size: 100% 87.5%;
}
#service .service_txt3 {
	background: url(/img/service_bg3.png) 0 0 no-repeat;
	background-size: 100% 87.5%;
}
#service .service_txt4 {
	background: url(/img/service_bg4.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
#service .service a {
	display: inline-block;
	width: 66.7%;
	margin-bottom: 6.2%;
}
#service .service a img {
	width: 99%;
}







/*map*/
#map h3 {
	margin: 88px 0 0 0;
}
#map p.map_tit {
	font-size: 1.15vw;
	margin-bottom: 5px;
}
#map p.map_txt {
	margin-bottom: 20px;
	line-height: 27px;
	font-size: 0.89vw;
}
#map img {
	margin-bottom: 30px;
}




/*reservation*/
#reservation h3 {
	font-size: 2.6vw;
	color: #333333;
	margin: 2.5% 0 1% 0;
}
#reservation p {
	line-height: 30px;
	font-size: 0.89vw;
}
#reservation p strong {
	font-size: 0.94vw;
}
#reservation p.reser_txt {
	margin-bottom: 30px;
	font-size: 0.89vw;
}
#reservation table.refund_info {
	border-collapse: collapse;
	text-align: center;
	margin-top: 20px;
	
}
#reservation table.refund_info thead tr {
	border-top: 1px solid #000;
	background-color: #E9E9E9;
}
#reservation table.refund_info tr {
	border-bottom: 1px solid #000;
}
#reservation table.refund_info th {
	font-weight: lighter;
}
#reservation table.refund_info th,
#reservation table.refund_info td {
	border-left: 1px solid #000;
	padding: 10px;
	font-size: 0.89vw;
}
#reservation table.refund_info th.last_th,
#reservation table.refund_info td.last_td {
	border-right: 1px solid #000;
}
#reservation .reservation_wrap {
	display: none;
}
#reservation .reservation_active {
	display: block;
}




/*community*/
#community h3 {
	font-size: 2.6vw;
	color: #333333;
	margin: 2.5% 0 1% 0;
}




