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