.detail_main{margin-bottom:110px}.contents_title{border-bottom:1px solid #f0f0f0;padding-bottom:20px}.detail_top{margin:30px 0 40px;padding:25px 30px;background-color:#faf2e1}.detail_top_title{font-weight:700}.detail_top_text{margin-top:3px}.detail_top_text.marginbottom{margin-bottom:22px}.detail_top_text_anchor{color:#25629e;transition:.5s cubic-bezier(.36,.1,.16,1)}.info{margin-bottom:40px}.info:after{display:block;clear:both;content:'';height:0}.info_map{float:left;width:632px}.info_map_img{margin-bottom:20px}.info_map .external_link{text-align:right}.info_content{width:590px;float:right}.info_content:after{display:block;clear:both;content:'';height:0}.info_content_item{background-color:#f0f0f0;padding:15px 30px}.info_content_item:after{display:block;clear:both;content:'';height:0}.info_content_item:nth-child(2n){background-color:#fff}.info_content_item_title{font-weight:700;float:left;width:85px;font-size:1.6rem}.info_content_item_text{width:430px;float:right}.info_content_item_copy{display:none}.info_content_button{display:block;margin-top:20px}.info_content_button [align=center]{text-align:center}.info_content_button_img{transition:.5s cubic-bezier(.36,.1,.16,1)}.feature_list:after{display:block;clear:both;content:'';height:0}.feature_list_item{margin:15px 16px 0 0;float:left}.feature_list_item:nth-child(3n){margin-right:0}.feature_list_img{width:auto;height:auto;max-width:416px}.google_map{margin-bottom:20px;width:632px;height:362px}.sns{padding-top:0;margin-top:30px}

.info_content_item.facility {
	padding-bottom: 5px;
}
.info_content_item.facility ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.info_content_item.facility ul li {
	width: 70px;
	text-align: center;
	padding: 0 10px 10px 0;
}
.info_content_item.facility ul li span {
	display: block;
	margin-top: 5px;
	font-size: 1.1rem;
}

