@charset "UTF-8";

.main_head {
	background-image: url("/img/cmn/img-facility-bg.jpg");
}

.facility {
}

.facility_ttl {
}

.facility_lead {
	text-align: center;
	margin-top: 30px;
}

.facility_list {
	display: flex;
	max-width: 1070px;
	width: 100%;
	margin: 80px auto 0;
	flex-wrap: wrap;
}

.facility_item {
	width: 21.5%;
	margin-top: 40px;
	margin-left: 4.66%;
	max-width: 230px;
	border-radius: 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.facility_item:after {
	content: "";
	display: block;
	padding-top: 100%;
	background: #000;
	opacity: 0;
	transition: opacity .3s;
}

.facility_item:hover:after {
	opacity: 0.3;
}

.popup {
	position: fixed;
	align-items: center;
	justify-content: center;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 20px;	/* display: flex; */
	display: none;
}

.popup_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.popup_wrap {
	position: relative;
	z-index: 10;
	background: #FFF;
	max-width: 1200px;
}

.popup_row {
	display: flex;
	align-items: center;
}

.popup_col {
}

.popup_col.-img {
	flex-shrink: 0;
}

.popup_col.-cnt {
}

.popup_cnt {
	padding: 66px 12%;
}

.popup_ttl {
	color: #015539;
	font-size: 25px;
}

.popup_text {
	margin-top: 10px;
}

.popup_close {
	position: absolute;
	padding: 20px;
	background: none;
	top: 20px;
	right: 20px;
	border: none;
	appearance: none;
	text-align: center;
	cursor: pointer;
}

.popup_arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
}

.popup_arrow > button {
	padding: 0;
	width: 66px;
	height: 66px;
	line-height: 66px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	appearance: none;
	text-align: center;
	cursor: pointer;
	transition: background .3s;
}

.popup_arrow > button:hover {
	background: #C4B9A5;
}

@media screen and (min-width:641px) {
	.facility_item:nth-child(-n+4) {
		margin-top: 0;
	}

	.facility_item:nth-child(4n+1) {
		margin-left: 0;
	}

}

@media screen and (max-width:640px) {
	.facility {
	}

	.facility_ttl {
	}

	.facility_lead {
		margin-top: 20px;
	}

	.facility_list {
		margin-top: 40px;
	}

	.facility_item {
		width: 47%;
		margin-left: 6%;
		margin-top: 20px;
	}

	.facility_item:nth-child(-n+2) {
		margin-top: 0;
	}

	.facility_item:nth-child(2n+1) {
		margin-left: 0;
	}

	.facility_item:after {
	}

	.facility_item:hover:after {
	}

	.popup {
		padding: 40px 25px;
	}

	.popup_cover {
	}

	.popup_wrap {
		max-height: 100%;
		display: flex;
		flex-direction: column;
	}

	.popup_row {
		display: block;
		overflow-y: scroll;
		max-height: 100%;
		overflow-x: hidden;
		padding-bottom: 66px;
	}

	.popup_col {
	}

	.popup_col.-img {
	}

	.popup_col.-cnt {
	}

	.popup_cnt {
		padding: 40px 25px 0;
	}

	.popup_ttl {
		font-size: 21px;
	}

	.popup_text {
	}

	.popup_close {
		top: 0;
		right: 0;
	}

	.popup_arrow {
	}

	.popup_arrow > button {
	}

	.popup_arrow > button:hover {
	background: rgb(196 185 165 / 50%);
	}

}
