@charset "utf-8";

/*=====================================================================================
	
	Document    : gmap.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

#gmap {
	width:100%;
	height:500px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

@media screen and (max-width:640px) {
	#gmap {
		height:400px;
	}
}

@media screen and (max-width:420px) {
	#gmap {
		height:300px;
	}
}
