.pc {
	display: none;
}
.sp {
	display: block;
}

#gotoHome {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999;

	width: 50px;
	height: 50px;
}

#gotoHome img {
	max-width: 100%;
}

@media (min-width: 1024px){
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	#gotoHome {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;

		width: 50px;
		height: 50px;
	}

	#gotoHome img {
		max-width: 100%;
	}


}



#switch {
	position: fixed;
	bottom: 5px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 9999;
	}

#switch ul {
	width: 350px;
	margin: 0 auto;
	list-style: none;
	padding-inline-start: 0px;
}

.btn {
	float: left;
	width: 50px;
	height: 50px;
	margin: 10px;
	padding: 0;
	font-size: 1.6rem;
	text-align: center;
/*	color: #fff;*/
/*	opacity: .3;*/
	background: url('../../images/ico/btnOff.png') no-repeat;
	background-size: contain;
	}

.btn img {
	max-width: 100%;
}

.btn:hover {
	opacity: .8;
	cursor: pointer;
	}

.active {
/*	opacity: 1.0;*/
/*	color: #B9187A;*/
	background: url('../../images/ico/btnOn.png') no-repeat;
	background-size: contain;
	}
.active:hover {
	opacity: .8;
	cursor: default;
	}
.boxDisplay { display: block; }
.boxNone { display: none; }		


.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


#modalA,
#modalB,
#modalC,
#modalD {
	visibility: hidden;
}

.modal{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	padding-inline-start: 0px;
}
.modal__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	padding-inline-start: 0px;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding-inline-start: 0px;
	padding: 2vh 8%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 68%;
	max-height: 60vh;
	overflow-y: scroll;
}

.youtube__content{
	left: 50%;
	padding-inline-start: 0px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 320px;
	height: 180px;
}

.youtube__content iframe{
	width: 320px;
	height: 180px;
}

.map__content{
	left: 50%;
	padding-inline-start: 0px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 320px;
	height: 320px;
}

.map__content iframe{
	width: 320px;
	height: 320px;
}




@media (min-width: 1024px){
	.youtube__content{
		left: 50%;
		padding-inline-start: 0px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 854px;
		height: 480px;
	}

	.youtube__content iframe{
		width: 854px;
		height: 480px;
	}
	
	.map__content{
		left: 50%;
		padding-inline-start: 0px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 854px;
		height: 480px;
	}

	.map__content iframe{
		width: 854px;
		height: 480px;
	}
	
}


