* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.access_frame {
    padding-bottom: 140px;
}

.dounyuu_img {
    margin-bottom: 120px;
}

.access_container h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 48px;
    margin-top: 0;
}

.h4_title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #024287;
    letter-spacing: -0.03em;
}

.h4_title::before {
    content: "";
    display: block;
    width: 54px;
    height: 55px;
    background: url(../images/dream/star.png) no-repeat center / contain;
    padding-right: 14px;
}

@media (max-width: 1199px) {
    .dounyuu_img {
        margin-bottom: 12vw;
    }

    .h4_title {
        justify-content: left;
    }

    .h4_title::before {
        padding-right: 5px;
    }

    .access_container h4 {
        font-size: 1.6em;
    }
}

@media (max-width: 767px) {
    .h4_title::before {
        width: 34px;
        height: 35px;
    }

    .h4_title:has(.sp_br)::before {
        margin-top: -1.4em;
    }

    .access_container h4 {
        font-size: 4.0vw;
    }
}

.access_map {
    display: flex;
    gap: 20px;
}

.access_map.map1 {
    gap: 32px;
}

.access_list li+li {
    padding-top: 60px;
}

.map1_num,
.access_li {
    display: flex;
}

.map1_num,
.access_li,
.access_text {
    color: #024287;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.03em;
}

.map1_num::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 12px;
    position: relative;
    top: -0.1em;
}

.map1_num01::before {
    background: url(../images/access/num01.png) no-repeat center / contain;
}

.map1_num02::before {
    background: url(../images/access/num02.png) no-repeat center / contain;
}

.map1_num03::before {
    background: url(../images/access/num03.png) no-repeat center / contain;
}

.map1_num04::before {
    background: url(../images/access/num04.png) no-repeat center / contain;
}

.map1_num05::before {
    background: url(../images/access/num05.png) no-repeat center / contain;
}

.map1_num06::before {
    background: url(../images/access/num06.png) no-repeat center / contain;
}

.access_container table {
    border-collapse: collapse;
}

.access_li {
    margin: 1em 0;
    align-items: center;
}

.access_li_label {
    background-color: #e30214;
    /* border: #fff solid 2px; */
    color: #fff;
    width: 120px;
    height: 56px;
    margin-right: 0.4em;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_li_label-1 {
    background-color: #e30214;
    border: #fff solid 4px;
    color: #fff;
    width: 120px;
    height: 56px;
    margin-right: 0.4em;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_li_value {
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_li_label_02 {
    background-color: #fff100;
    border: #e30214 solid 4px;
    color: #fff;
    width: 120px;
    height: 56px;
    margin-right: 0.4em;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_li_label_03 {
    background-color: #024287;
    color: #fff;
    width: 120px;
    height: 56px;
    margin-right: 0.4em;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_half_label {
    background-color: #024287;
    color: #fff;
    font-size: 35px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.access_graph.map7 {
    margin: 37px 0 0;
}

@media (max-width: 1199px) {

    .dounyuu_img,
    .map_img {
        max-width: 1199px;
    }

    picture {
        width: 100%;
    }

    picture img {
        width: 100%;
        height: auto;
    }

    .map_img img {
        display: block;
        width: 100%;
        height: auto;
    }

    .access_frame,
    .access_frame_sp {
        padding-bottom: 16vw;
    }

    .access_container h4 {
        margin-bottom: 3vw;
    }

    .access_map {
        display: block;
        gap: 12px;
    }

    .access_list {
        margin-top: 6vw;
        /* margin-bottom: 6vw */
    }

    .access_graph {
        margin-top: 5vw;
        text-align: center;
        padding: 0 5%;
    }

    .access_graph img {
        height: min(354px, 60vw);
        width: auto;
    }

    .access_graph.map7 {
        margin: 5vw 0 0;
    }

    .map1_num::before {
        content: "";
        display: block;
        width: 46px;
        height: 46px;
        margin-right: 12px;
        top: 0;
    }

    .map1_num,
    .access_li,
    .access_text {
        font-size: 1.6em;
    }

    .access_list li+li {
        padding-top: 4vw;
    }

    .access_li_label {
        width: min(120px, 32vw);
        height: min(56px, 15vw);
        margin-right: 0.5em;
        font-size: 1.2em;
    }
}

@media (max-width: 767px) {
    .access_frame {
        padding-bottom: 18vw;
    }

    .access_container h4 {
        margin-bottom: 6vw;
    }

    .map1_num,
    .access_li,
    .access_text {
        font-size: 4.0vw;
    }

    .access_li_label,
    .access_li_label-1,
    .access_li_label_02,
    .access_li_label_03 {
        width: 75px;
        height: 35px;
        font-size: 4.2vw;
        border-width: 2px;
    }

    .access_li_label-1 img,
    .access_li_label_02 img {
        width: 55px;
        height: auto;
    }

    .map_half_label {
        font-size: 4.2vw;
    }
}

@media (max-width: 600px) {
    .map1_num::before {
        width: 36px;
        height: 36px;
        margin-right: 6px;
    }
}

@media (max-width: 500px) {
    .map1_num::before {
        top: -0.1em;
    }
}

@media (max-width: 400px) {
    .map1_num::before {
        width: 26px;
        height: 26px;
    }
}

.page-inner {
    padding-inline: 0;
}

/* sp改行 */
.sp_br {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_br {
        display: inline;
    }
}