@charset "utf-8";

/* 来店：地図 */
#map{
	margin-bottom: 3rem;
}

#map iframe{
	display: block;
	width: 100%;
	min-height: 300px;
}

@media print, screen and (min-width: 980px){
#map iframe{
	min-height: 600px;
}
}

/*eof*/