@charset "utf-8";
/* CSS Document */

.facilities_type {
	clear: both;
	margin-bottom: 80px;
}
.facilities_wrap{
	overflow: hidden;
	margin-bottom: 30px;
}
.facilities_type .type_image {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
.type_image img {
	width: 100%;
	height: auto;
}
.facilities_type .type_wording {
	display: block;
	float: right;
	width: 49%;
	padding: 1% 2%;
}
.facilities_type .type_wording a{
	font-size: 1.8rem;
	font-family: 'cwTeXFangSong', sans-serif;
}
.facilities_type:nth-child(odd) .type_image{
	float: right;
}
.type_wording span.fac_head {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
}
/*.type_wording span.fac_head::before {
	position: absolute;
	top: 90px;
	content: '';
	width: 50%;
	height: 1px;
	background-color: black;
}*/
.type_wording span.fac_head::before {
	left: -50px;
}
.facilities_type:nth-child(odd) .type_wording{
	float: left;}
.facilities_type:nth-child(odd) .type_wording span.fac_head::before {
    right: -50px;
	left: unset;
}
.owl_facilities{
	clear: both;
}

@media screen and (max-width:568px) {
.head03{
	margin-top: -25px;
}
.type_wording span::before{
	top:65px;
}
.facilities_type .type_wording {
	width: 100%;
}
.facilities_type .type_image{
	width: 100%;
}
}