#map{    width: 90%;    }.access{    width: 90%;    height: auto;        display: flex;    margin: auto;    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;}.access > div{    width: 40%;    height: auto;    margin: auto;    margin-top: 0;        text-align: center;}.access > div > h4{    width: 70%;            margin: auto;    margin-top: 1%;    background-color: rgb(165, 27, 27);    color: white;    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;}@media (max-width: 1030px) {    .access{        display: block;        text-align: center;    }    .access > div{        width: 100%;        margin-top: 5%;    }    .access > div > h4{        width: 90%;    }}