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

.gmap {
	width: 100%;
	margin-bottom: 20px;
}
.gmap iframe {
	width: 100%;
	height: 450px;
}



@media screen and (max-width:768px) {
	
.gmap {
	width: 100%;
	margin-bottom: 10px;
}
.gmap iframe {
	width: 100%;
	height: 250px;
}


	
}