.h-1 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.3em 0.5em;
	background: #DCE5E6;
	margin-bottom: 1.5%;
}

/**/
.access-wp {
	display: flex;
	justify-content: space-between;
}
.access-wp > * {
	flex: 0 0 49%;
}
.access-wp .map {
	box-sizing: border-box;
	border: 1px solid #474747;
}
@media screen and (max-width: 799px) {
	.access-wp {
		display: block;
	}
	.access-wp > :nth-child(2) {
		margin-top: 7%;
	}
}

.map-wp {
	height: 0;
	padding-top: 55.55%;
	position: relative;
}
.map-wp iframe {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
/*facility*/
.facility_first {
	margin-bottom: 50px;
}
.facility_first img {
	display: block;
	margin: 20px auto 0 !important;
	width: 380px;
}
.facility_first strong,
.facility_photo strong {
	display: block;
	color: #ee6d79;
	font-weight: 600;
}
.facility_photo {
	display: flex;
	flex-wrap: wrap;
}
.facility_photo > div {
	margin-bottom: 20px;
}
.facility_photo .block_01 {
	width: 100%;
}
.facility_photo .block_02 {
	width: 49%;
}
.facility_photo .block_02:not(:nth-child(odd)) {
	margin-right: 2%;
}
.facility_photo .block_02_inr {
	margin-top: 10px;
}
@media screen and (max-width: 799px) {
	.facility_first img {
		width: 80%;
	}
	.facility_photo .block_02 {
		display: flex;
		width: 100%;
	}
	.facility_photo .block_02 img {
		width: 50%;
	}
	.facility_photo .block_02_inr {
		width: 48%;
		margin: 0 0 0 2%;
	}
}

/* ストリートビュー追加20230109 */
.street_view {
  aspect-ratio: 1 / 1;
}

.street_view iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 801px) {
  .street_view {
    aspect-ratio: 2 / 1;
  }
}

.facility_first img.floorheating_img01,
.facility_first img.floorheating_img02 {
    display: inline-block;
    width: 49%;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.facility_first img.floorheating_img02 {
    margin-left: 2% !important;
}