@charset "UTF-8";

#access {
	
	margin-top: 2em;
	padding: 1em;
	text-align: center;

}

#access .map {
	
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 60%; 
	overflow: hidden;
	
}

#access .map iframe {
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;

}

#access .name1 {
	
	margin-bottom: 6px;
	font-size: 20px;

}

#access .name2 {
	
	margin-bottom: 16px;
	font-size: 28px;

}

#access .addr {

	font-size: 18px;

}


/* ƒXƒ}ƒz */
@media only screen and (max-width: 600px) {

	#access {
		
		margin-top: 0;

	}
	
	#access .name1 {
	
		margin-bottom: 4px;
		font-size: 18px;
		
	}
	
	#access .name2 {
	
		margin-bottom: 10px;
		font-size: 26px;

	}
	
}