@charset "UTF-8";

.head:before {
	background-image: url(../disposal/img/pt-head.jpg);
}

.facilities {
}

.facilities_img {
	margin-bottom: 80px;
}

.facilities_img figure {
}

.facilities_img figcaption {
	line-height: 1.3;
	margin-top: 10px;
	text-align: center;
}

.facility {
	margin-top: 40px;
}

.facility_row {
}

.facility_col {
}

.facility_col.-img {
	width: 49%;
	float: left;
}

.facility_col.-txt {
	width: 47%;
	float: right;
}

.facility_img {
}

.facility_txt {
}

.facilities_map {
	margin-top: 40px;
	border: 1px solid #ccc;
/*	padding: 40px;*/
}

.facilities_map_name {
}

.facilities_map_note {
	font-size: 12px;
	margin-top: 20px;
}

.facilities_map_wrap {
}

.facilities_map_cnt {
	position: relative;
}

.facilities_map_img iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.facilities_map_cnt::before {
	content: "";
	display: block;
	padding-top: 70%;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.head {
		background-image: url(../disposal/img/pt-head.jpg);
	}

	.facilities {
	}

	.facilities_img {
		margin-bottom: 40px;
	}

	.facilities_img figure {
	}

	.facilities_img figcaption {
	}

	.facility {
	}

	.facility_row {
	}

	.facility_col {
	}

	.facility_col.-img {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.facility_col.-txt {
		width: 100%;
		float: none;
	}

	.facility_img {
	}

	.facility_txt {
	}

	.facilities_map {
		/*padding: 20px;*/
	}

	.facilities_map_name {
	}

	.facilities_map_wrap {
	}

	.facilities_map_cnt {
	}

	.facilities_map_img {
		margin-top: 0;
	}

}
