@charset "utf-8";


/* top__access_route */
.top__access_route {
    margin-inline-start: 2.125rem;
}

.top__access_route h3 {
    font-size: 30px;
    color: #523622;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 100px;
}

.top__access_route dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top__access_route dl div {
    width: 30%;
    margin-top: 50px;
}

.top__access_route dl dt {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: #97887d 1px solid;
}

.top__access_route dl dd {
    margin-top: 8px;
}

.top__access_route .st,
.top__access_route .num {
    font-weight: normal;
    font-size: 30px;
}

/* top__about__gallery */
.sp_active {
    display: none;
}

@media screen and (max-width: 991px) {
    .top__access_route dl div {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .top__access {
        margin-block-end: 4.2857142857em;
    }

    .top__access_route {
        margin-inline-start: 0;
    }

    .top__access_route h3,
    .top__access_route .st,
    .top__access_route .num {
        font-size: 24px;
    }

    .top__access_route h3 {
        margin-top: 50px;
    }

    .top__access_route dl div {
        width: 100%;
        margin-top: 20px;
    }

    .pc_active {
        display: none;
    }

    .sp_active {
        display: block;
    }
}