@charset "utf-8";
/* CSS Document */


	@media screen and (max-width:640px)

.container {
	width: 100%;
}

.content{
	width:95%;
	margin:0 auto;
		

}
.img-center{
	text-align:center;
	}

img {
	max-width:85%;
	height: auto;
	}
	
.map{
	width:100%;
	height:auto;
}
	@media only screen and (max-width: 480px) {

.map {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
	}

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

}
