


section {
	margin-bottom: 20px;
}

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;
}


.prefList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1%;
}
.prefList a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 32%;
	height: 75px;
	background: #fff;
	border-radius: 5px;
	color: #737776;
	margin-bottom: 1%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 3px rgba(220, 220, 220, 0.1);
}
a.noImage {
	height: auto;
	padding: 10px;
	font-size: 12px;
	width: 24%;
}
.name {
	width: 100%;
	background: rgb(255 255 255 / 79%);
	text-align: center;
	font-size: 12px;
}


.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;
}
