@charset "utf-8";


/* ==================================
header
===================================*/
.section--information {
    padding: 72px 10%
}

.information__list {
    margin-top: 72px;
}

.information__topic {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
}

.information__txt {
    font-size: 1.6rem;
    font-style: normal;
    line-height: 2;
}

.information__list tr {
    display: block;
    margin-bottom: 20px;
}

.information__list th,
.information__list td {
    display: block;
    text-align: left;
}

.information__layout {
    margin-top: 72px;
}

.access__wrap {
    margin-top: 72px;
    text-align: center;
}

.access__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.map-link {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
}

.menu__list {
    margin-top: 30px;
}

/* sp */

@media screen and (min-width: 769px) {
    .section--information {
        padding: 100px 6.6%;
    }

    .information__wrap {
        justify-content: center;
        display: flex;
        gap: 100px;
        margin-top: 100px;
    }

    .information__topic {
        font-size: 2rem;
        font-weight: 700;
        line-height: 4rem;
        margin-top: 20px;
        width: 200px;
    }

    .information__txt {
        font-family: "Zen Kaku Gothic New";
        font-size: 1.6rem;
        line-height: 4rem;
    }

    .access__wrap {
        text-align: center;
        flex-basis: 51.2%;
        padding-top: 100px;
        margin-top: 0;
    }

    .access__txt {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .map-link {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.8;
    }

    .pagetop__topic {
        margin-left: auto;
        display: block;
        width: 75px;
    }

    /* .pagetop__topic img {
        display: block;
        width: 100%
    } */
}