@charset "utf-8";


/**************************************************50
 * accessmap
 **************************************************/
#accessmap{
	position: relative;
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#accessmap:before{
	content: "";
	display:block;
}
#accessmap iframe{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width:767px){
	#accessmap:before{
		padding-top: 56.25%;
	}
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:1279px){
	#accessmap:before{
		padding-top: 31.25%;
	}
}
@media screen and (max-width:1279px){
}
@media screen and (min-width:1280px){
	#accessmap:before{
		padding-top: 23.4375%;
	}
}


/**************************************************50
 * operated-by
 **************************************************/
#operated-by{
	text-align: center;
}
#operated-by h2{
	line-height: 1.25;
	margin-bottom: 1em;
}
#operated-by p{
	line-height: 1.5;
}
@media screen and (max-width:767px){
	#operated-by{
		padding-top: 12.5%;
		padding-bottom: 12.5%;
	}
	#operated-by h2{
		font-size: 150%;
	}
	#operated-by p{
	}
	#operated-by .link_to{
		margin-top: 3.125%;
	}
}
@media screen and (min-width:768px){
	#operated-by{
		padding-top: 6.25em;
		padding-bottom: 6.25em;
	}
	#operated-by h2{
		font-size: 200%;
	}
	#operated-by h2{
	}
	#operated-by p{
	}
	#operated-by .link_to{
		margin-top: 1.5625em;
	}
}


