section h2 {
	align-content: center;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 13px;
	margin: 0 auto 8px auto;
	background: #b2dbc9;
	color: #fff;
	letter-spacing: 1px;
}


section.kv {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 150px;
	padding: 0 20px;
	background-size: cover;
}
section.kv h1 {
	width: 80%;
	padding: 0 0 0 7px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	font-weight: normal;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	color: #fff;
}


section.main {
	padding: 10px 0;
	background: none;
}


.facilityList{

}

.facilityList a {
	display: flex;
	align-items: center;
	width: 98%;
	margin: 0 auto 1% auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(220, 220, 220, 0.1);
}

.facilityList a img {
	width: 90px;
	border-radius: 3px;
	margin: 4px;
}

.facilityInfo {
	margin-left: 20px;
}

.facilityInfo .name {
	width: 100%;
	text-align: left;
	color: #737776;
}

.facilityInfo .addr {
	width: 100%;
	text-align: left;
	color: #737776;
	font-size: 9px;
}
.noFacility {
	width: 100%;
	text-align: center;
	padding: 60px 0;
}