@charset "utf-8";
/*===========================
add
===========================*/



.footermap {
    height: 35vh;
    overflow: hidden;
	margin-bottom: 1rem;
}
.footermap iframe {
    width: 100%;
    height: calc(100% + 56px);
    margin-top: -67px;
}
iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 80%;
display: block;
margin: auto;
}


@media only screen and (max-width: 600px) {
	iframe.youtube-16-9 {
max-width: 100%;
}
	
}