/* カスタマイズ用CSS */
/* 所在地全体のWrapper */
.map_wrapper {
    width: 90%;
    display: block;
    margin: auto;
}

/* 所在地タイトルのフォント設定 */
.map_title {
    margin: 30px auto 5px auto;
    font-size: 26px;
    font-weight: bold;
}

/* アクセスタイトルのフォント設定 */
.access_title {
    margin: 10px auto 5px auto;
    font-size: 20px;
    font-weight: bold;
}

/* Google Map表示設定 */
.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1100px;
    width: 100%;
    height: auto;
}

/* フッターナビのアンダーライン消去 */
.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
}