@charset "UTF-8";

.map {
	padding: 50px 0;
}

.gmap {
	width: 100%;
	height: 860px;
}

.profile {
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 240px;
}

.profile_img {
	width: 50%;
	position: relative;
}

.profile_img:before {
	display: block;
	content: "";
	padding-top: 133.33%;
}

.profile_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.profile_txt {
	width: 50%;
	padding: 0 3%;
}

.profile_tbl {
	width: 100%;
	max-width: 550px;
}

.profile_tbl th,
.profile_tbl td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.profile_tbl th {
	color: #A49145;
	text-align: left;
	padding-left: 0;
	white-space: nowrap;
}

.profile_tbl_dlist {
	display: flex;
}

.profile_tbl_dlist:nth-of-type(2) {
	margin-top: 10px;
}

.profile_tbl_dlist dt {
	white-space: nowrap;
	margin-right: 10px;
}

.profile_tbl_dlist dd {
}

.profile_tbl_list {
}

.profile_tbl_list > li {
	position: relative;
	padding-left: 1em;
}

.profile_tbl_list > li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

/* facility */
.facility {
	margin-bottom: 180px;
}

.facility_list {
}

.facility_list > li {
}

.facility_list_img {
	margin-bottom: 20px;
}

.facility_list_wrap {
	width: 100%;
	max-width: 420px;
}

.facility_list_ttl {
	margin-bottom: 10px;
}


/* All SP & Tablet */
@media screen and (max-width:1440px) {
}

@media screen and (min-width:641px) {
	.facility_list {
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.facility_list > li {
		width: 47.2%;
	}

	.facility_list > li:nth-child(even) {
		margin-left: 5.6%;
	}

	.facility_list > li:nth-child(n+3) {
		margin-top: 65px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.gmap {
		height: 350px;
	}

	.profile {
		display: block;
		margin-bottom: 50px;
	}

	.profile_img,
	.profile_txt {
		width: 100%;
	}

	.profile_txt {
		padding: 20px 10px 0;
	}

	.profile_tbl {
		max-width: 100%;
	}

	.facility {
		margin-bottom: 50px;
	}

	.facility_list > li:nth-child(n+2) {
		margin-top: 30px;
	}

	.facility_list_wrap {
		max-width: 100%;
	}

	.facility_list_img {
		margin-bottom: 10px;
	}

	.facility_list_ttl {
		margin-bottom: 0;
	}

}
