@charset "utf-8";
.common_fv h3:before {
	 content: "FACILITY";
}
.facility_content {
	padding: 6rem 0;
}
/* anchor */
.anchor {
	display: flex;
	justify-content: center;
	margin: 0 0 6rem;
}
.anchor li {
	width: 31.8%;
	margin: 0 2rem;
}
.anchor a {
	font-size: 2.4rem;
	padding: 1.5rem 0;
	text-align: center;
	display: block;
	border-radius: 0.8rem;
	color: #e877a5;
	border: 3px solid #e877a5;
}
.anchor a:hover {
	color: #fff;
	background: #e877a5;
}
/* facility_content */
.facility_content h4 {
	font-size: 3.5rem;
	color: #e877a5;
	margin: 0;
	border-left: 10px solid #e877a5;
	padding-left: 1.2rem;
	line-height: 1.2;
	margin-bottom: 3rem;
}
.facility_content h5 {
	font-size: 2.4rem;
	border-bottom: 2px solid #e877a5;
	padding: 0.5rem 0;
	margin: 2rem 0;
}

/* facility_box */
.facility_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.facility_detail {
	width: 48%;
	margin-bottom: 2.5rem;
}
.facility_detail h6 {
	font-size: 2rem;
	line-height: 1.0;
	margin: 2rem 0;
	color: #e877a5;
}
.facility_txt {
	font-size: 1.6rem;
}
/* facility_price_box */
.facility_price_box table {
	width: 100%;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	border-left: none;
	border-right: none;
	margin-bottom: 2.5rem;
}
.facility_price_box tbody {
	border: none;
}
.facility_price_box tr {
	border: none;
}
.facility_price_box th,
.facility_price_box td {
	border: none;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	padding: 1rem;
}
.facility_price_box th:last-child,
.facility_price_box td:last-child {
	border-right: none;
}
.facility_price_box .border_pink {
	border-bottom: 2px solid #e877a5;
}
.facility_price_box th {
	font-size: 1.6rem;
	color: #e877a5;
	background: #FFEDF4;
}
.facility_price_box .price1 th {
	width: 20%;
}
.facility_price_box td {
	font-size: 1.8rem;
	text-align: center;
}
.facility_price_box .price3 th {
	width: 25%;
}
.facility_price_box .price3 tr:last-child td {
	width: 25%;
}
.facility_price_box .price4 {
	margin-bottom: 0.8rem;
}
.facility_price_box .price4 th {
	width: 30%;
}
.facility_price_box .price4 td {
	text-align: left;
}
.etc {
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px) {
	.facility_content {
		padding: 4rem 0;
	}
	/* anchor */
	.anchor {
		flex-direction: column;
		margin-bottom: 4rem;
	}
	.anchor li {
		width: 100%;
		margin: 0 0 1.5rem;
	}
	.anchor a {
		font-size: 2rem;
		padding: 1.2rem 0;
		border: 2px solid #e877a5;
	}
	.facility_content h4 {
		font-size: 2.5rem;
		border-left: 6px solid #e877a5;
		margin-bottom: 1.5rem;
	}
	.facility_content h5 {
		font-size: 1.8rem;
		margin: 0 0 1rem;
	}
	.facility_detail h6 {
		font-size: 1.8rem;
		margin: 1rem 0;
	}
	.facility_txt {
		font-size: 1.4rem;
		margin: 0;
	}
	.facility_details {
		 margin-bottom: 0;
	}
	.facility_price_box th,
	.facility_price_box td {
		padding: 0.5em;
	}
	.facility_price_box th {
		font-size: 1.4rem;
	}
	.facility_price_box td {
		font-size: 1.2rem;
	}
	.etc {
		font-size: 1.2rem;
	}
}
