/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 14:11:02 */
/*マップclassセクションの高さを設定*/
.map{
	height:400px;
}
.map iframe {
    height: 400px !important;
}

@media screen and (max-width: 599px) {
	.map{
	height:250px !important;
}
.map iframe {
    height: 250px !important;
}

}