@charset "UTF-8";
/* ヘッダーアニメーションのフォントを変更 */
.header-animation-text {
    font-family: '游明朝', serif !important; /* 例：明朝体 */
    font-weight: bold; /* 必要であれば太さを調整 */
}
.responsive-map {
    width: 100%; /* 横幅いっぱい */
    aspect-ratio: 16 / 9; /* アスペクト比（縦横比）を維持 */
    height: auto;
}