10google mapを埋め込む
.********** iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
-- html --
iframe内の width と height は削除する
.********** iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
-- html --
iframe内の width と height は削除する