/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 06:55:41 */
/*マップclassセクションの高さを設定*/
.map{
	height:400px;
}
.map iframe {
	width:100% !important;
    height: 400px !important;
	    border-radius: 16px;
}

.map .wp-block-embed__wrapper {
    height: 400px !important;
}

.map .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}

.map-footer{
	height:260px;
}
.map-footer iframe {
	width:100% !important;
    height: 260px !important;
	    border-radius: 16px;
}

.map-footer .wp-block-embed__wrapper {
    height: 260px !important;
}

.map-footer .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}

@media screen and (max-width: 599px) {
	.map{
	height:250px !important;
}
.map iframe {
    height: 250px !important;
}
	
	.map .wp-block-embed__wrapper {
    height: 250px !important;
}

}