div.map {
	width:100%;
	padding-top:56.25%;
	position:relative;
}

iframe.map {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}

div.address {
	margin:5% auto;
	font-size:150%;
	font-family:"Sawarabi Gothic","Mplus 1p";
}

@media screen and (max-width:767px) {
	div.map {
		width:90%;
		margin:0 auto;
	}
}