/* Gym */

#gym_data .main {
    float: left;
	width: 65%;
}
#gym_data .side {
    float: right;
    width: 25%;
    width: 30%;
}
#gym_data_map {
	margin-bottom: 3em;
    aspect-ratio: 9 / 16;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    overflow: hidden;
}
#gym_data_map iframe {
    width: 100%;
    height: 100%;
}
#gym_data dl {
	line-height: 1.8em;
}
#gym_data.wo_map dl {
    float: none;
	width: 100%;
}
#gym_data dt {
	position: relative;
	clear: both;
	float: left;
	padding: 1em 0;
	width: 100%;
	width: 13em;
	font-weight: 500;
    line-height: 1.5em;
}
#gym_data dt span {
	display: block;
	font-size: 0.8em;
	letter-spacing: 0;
}
#gym_data dd {
	padding: 1.2em 0 1.2em 14em;
	border-bottom: 1px solid #ccc;
    line-height: 1.5em;
}
#gym_data dd li::before {
	content: '- ';
}
#gym_data dd li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
#gym_data dd li a {
	text-decoration: underline;
}
#gym_data dd h4 {
	margin-bottom: 0.8em;
}
#gym_data dd h4:not(:first-of-type) {
	margin-top: 1.5em;
}
#gym_data_access h4 {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.2em;
	color: #212362;
}
#gym_data_access ul {
	margin-bottom: 2em;
}
#gym_data_access li {
	font-size: 0.9em;
}
#gym_data_access li::before {
	content: '- ';
}
.gym_data_access_panes {
	margin-bottom: 1.5em;
}
.gym_data_access_pane {
	float: left;
	padding: 1em 0.5em;
	width: 48%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.gym_data_access_pane:nth-of-type(even) {
	float: right;
}
.gym_data_access_icon {
	margin: 0 auto;
	width: 65px;
}
.gym_data_access_pane h6 {
	font-size: 0.75em;
	line-height: 1.5em;
	letter-spacing: 0;
}

/* Facilities */

#gym_facilities_slides {
	position: relative;
	/* padding: 3em 0; */
	margin-bottom: 5em;
}
#_gym_facilities_slides::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.gym_facilities_slide {
	aspect-ratio: 3 / 2;
	background: #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.gym_facilities_panes {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #ccc;
}
.gym_facilities_pane {
	float: left;
	width: 22%;
}
.gym_facilities_pane:not(:last-of-type) {
	margin-right: 4%;
}
.gym_facilities_image {
	margin: 0 auto 1em auto;
	padding: 15px;
	width: 80px;
	height: 80px;
	background: #212362;
	border-radius: 50%;
	overflow: hidden;
}
.gym_facilities_pane h4 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #212362;
	text-align: center;
}
.gym_facilities_others ul {
	float: left;
	width: 40%;
}
.gym_facilities_others li {
	float: left;
	margin-bottom: 1em;
	padding: 0.8em;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.2em;
	/* letter-spacing: 0.1em; */
	color: #212362;
	background: #fff;
	border-radius: 5px;
}
.gym_facilities_others li:not(:last-of-type) {
	margin-right: 1em;
}
.gym_facilities_others h5 {
	float: right;
	position: relative;
	/* padding-bottom: 90px; */
	width: 55%;
	font-size: 1.1em;
	line-height: 2.2em;
}
._gym_facilities_others h5::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 180px;
	height: 180px;
	background: url(../images/gym/gym_facilities_others_image.png) no-repeat center / 100%;
	opacity: 0.2;
	z-index: -1;
}

 
@media screen and (max-width: 960px) and (min-width: 751px) {
	
	.gym_data_access_pane {
		padding: 1em 0.4em;
	}
	
}