#facilities ul li.type2 {
	margin-bottom: 0.8%;
}
#facilities ul li.type1 {
	margin-left: 0.8%;
}

#service_list {
	padding: 0 8%;
}
#service_list {
	overflow: hidden;
}
#service_list h3 {
	margin: 102px 0 20px 0;
}
#service_list h3 img {
	max-width: 50%;
}
#service_list h3+p {
	margin-bottom: 20px;
}
#service_list div.service {
/*	height: 570px;*/
}
#service_list div.service p.txt {
	line-height: 1.5vw;
	font-size: 0.9vw;
}
#service_list div.service span {
	color: #E92F2F;
}
#service_list div.service img {
	width: 100%;
	margin-bottom: 6.2%;
}
#service_list .service_odd .service_img {
	float: left;
	margin-right: 1.9%;
}
#service_list .service_odd div.service_txt {
	float: left;
}
#service_list .service_even .service_img {
	float: right;
}
#service_list .service_even div.service_txt {
	float: left;
}
#service_list div.service .service_img {
	width: 62.5%;

}
#service_list .service_txt {
	width: 27.6%;
}
#service_list p.tit {
	font-size: 1.6vw;
	margin-bottom: 20px;
}



#map {
	padding: 0 8%;
}
#map h3 {
	margin: 102px 0 20px 0;
}
#map h3 img {
	max-width: 35%;
}
#map h3+p {
	margin-bottom: 20px;
}
#map .content p.tit {
	margin-top: 30px;
	font-size: 0.85vw;
}
#map .content p.txt {
	margin-top: 10px;
	font-size: 0.85vw;
	line-height: 1.4vw;
}




#reservation {
	padding: 0 8%;
}
#reservation p {
	line-height: 26px;
	font-size: 0.9vw;
}
#reservation table {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #000;
}
#reservation table tr {
	border-bottom: 1px solid #000;
}
#reservation table td,
#reservation table th {
	border-right: 1px solid #000;
	padding: 10px;
	font-size: 0.9vw;
}
#reservation table th {
	background-color: #E6E6E6;
}
#reservation table td:first-child,
#reservation table th:first-child {
	border-left: 1px solid #000;
}
#reservation p.tit {
	margin-bottom: 10px;
	font-size: 0.85vw;
}
#reservation p.txt {
	margin-bottom: 30px;
	font-size: 0.85vw;
}
#reservation .reservation_wrap {
	display: none;
}
#reservation .reservation_active {
	display: block;
}