/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 05:06:25 */
/*マップclassセクションの高さを設定*/
.map{
	height:400px;
}
.map iframe {
    height: 400px !important;
}

.map .wp-has-aspect-ratio {
    height: 400px !important;
}

.map .wp-block-embed__wrapper{
    height: 400px !important;
}

.map .wp-block-embed__wrapper::before{
    display:none !important;
}

@media screen and (max-width: 599px) {
	.map{
	height:250px !important;
}
.map iframe {
    height: 250px !important;
}

}