.mapBox{
	margin-top:1.6rem;
	width:100%;
	height:60rem;
}
.mapBox iframe{
	width:100%;
	height:100%;
}
.kenkouImage{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin:3.2rem auto;
}
.kenkouImage > img:nth-of-type(1){
	width:auto;
	height:30rem;
}
.kenkouImage > img:nth-of-type(2){
	width:auto;
	height:30rem;
}
.centerList li#emiure1 > img{
	object-position:center 22%;
}
#emiure1 > img{
	opacity:0;
	transition:all .3s ease;
}

#emiure1.active > img{
	opacity:1;
}

#emiure2 > img{
	opacity:0;
	transition:all .3s ease;
}

#emiure2.active > img{
	opacity:1;
}

#funfare1 > img{
	opacity:0;
	transition:all .3s ease;
}

#funfare1.active > img{
	opacity:1;
}

#funfare2 > img{
	opacity:0;
	transition:all .3s ease;
}

#funfare2.active > img{
	opacity:1;
}

#newseum > img{
	opacity:0;
	transition:all .3s ease;
}

#newseum.active > img{
	opacity:1;
}

#renobell > img{
	opacity:0;
	transition:all .3s ease;
}

#renobell.active > img{
	opacity:1;
}
@media(max-width:480px){
	.mapBox{
		height:40rem;
	}
	.kenkouImage{
		margin:1.6rem auto;
	}
	.kenkouImage > img:nth-of-type(1){
		width:100%;
		height:auto;
		margin-bottom:1.6rem;
	}
	.kenkouImage > img:nth-of-type(2){
		width:100%;
		height:auto;
	}
	.kenkou .titleSet > p:nth-of-type(1){
		font-size:2.6rem;
	}
	span.line{
		top:38px;
	}
}

.listCenter.commonSection.youtube .inner{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.listCenter.commonSection.youtube .inner iframe{
	width:100%;
	aspect-ratio: 16 / 9;
}
.facility-list{
	max-width:100%;
	width:500px;
	margin-top:1.6rem;
}
.facility-list tr *{
	color:#343434;
	text-align: left;
	vertical-align: baseline;
}

.facility-list tr > th:nth-of-type(1){
	width:13%;
}
.facility-list tr > th:nth-of-type(2){
	width:15%;
}
.facility-list tr > td{
	width:72%;
}
@media(max-width:480px){
	.facility-box{
		width:100%;
		overflow-x: scroll;
	}
	.facility-list{
		width:500px;
		max-width:none;
	}
	.facility-list tr *{
		font-size:1.5rem;
	}
}