
@charset "UTF-8";
/* CSS Document */

/* ===================================================================
facility
=================================================================== */

#facility h2 span.house {
	height: 20px;
	background: url(../images/icon-house-g.png) no-repeat left center;
	background-size: 40px auto;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#facility h2 {
	height: 30px;
	background: url(../images/top-ttlline.png) no-repeat 200px center;
	background-size: 100% auto;
	margin-bottom: 40px;
}

.facility02 {
	font-size: 110%;
	line-height: 1.8;
	margin: 0 auto 20px;
}
.facility02 p {
	margin-bottom: 30px;
}

.facility02-1 {
	margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facility02-1-l {
	width: 36%;
}
.facility02-1-r {
	width: 60%;
}

.facility02 h4 {
	padding-left: 20px;
	background: url(../images/list-mark-g.png) no-repeat 3px 10px;
	background-size: 10px auto;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 120%;
	color: #00823a;
}

@media screen and (max-width: 655px) {
/* スマートフォン用のスタイル記述 */

.facility02-1 {
	margin: 0 auto 20px;
	display: block;
}
.facility02-1-l {
	width: 100%;
}
.facility02-1-r {
	width: 100%;
}
	
}