section {
	margin-bottom: 20px;
}

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

section.kv {
	position: relative;
	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: 90%;
	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;
}
.kv p {
	color: #fff;
	font-size: 10px;
	padding-inline-start: 7px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* ---------------------------------------
施設お気に入り
--------------------------------------- */
.likeIt {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 5px;
	right: 5px;
	background: #fff;
	width: 100px;
	height: 30px;
	text-align: right;
	font-size: 10px;
	border-radius: 50px;
}
.likeIt .icon {
	font-size: 15px;
	color: #ffbb00;
}
.likeIt p {
	color: #737776;
	text-shadow: none;
	line-height: 10px;
}


section.main{
	padding: 0;
}

.floorListArea {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 0 1%;
}
.floorListArea a {
	background: #fff;
	border: 1px solid #23c5e3;
	padding: 15px 20px;
	color: #6dc29c;
	border-radius: 5px;
}



.typeList {
	padding-left: 10px;
}
.typeName {
	font-size: 10px;
}
.typeName:before {
	content: "・";
}