@charset "UTF-8";

/* ========================
main
======================== */
.main {
    background-color: #F3EEE6;
}

/* ========================
order
======================== */
.section--access {
    background-color: #F3EEE6;
}

.orderTxt__main {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
}

.access__listParent {
    margin-top: 32px;
    text-align: center;
}

.access__list {
    text-align: left;
    display: inline-block;
}

.access__item {
    margin-top: 20px;
    color: #333;
    display: flex;
}

.access__item:first-of-type {
    margin-top: 0;
}

.access__item img {
    vertical-align: middle;
    margin-right: 20px;
}

.map {
    margin-top: 32px;
    width: 100%;
    height: 400px;
}

.how__topic {
    margin: 32px 0 16px;
    font-size: 1.8rem;
    font-weight: 700;
}

/* access pc */
@media screen and (min-width: 769px) {
    .orderTxt__main {
        margin-bottom: 24px;
        text-align: center;
        font-size: 2.0rem;
    }

    .access__listParent {
        margin: 64px auto;
    }

    .orderTxt__sub {
        text-align: center;
    }

    .map {
        margin-top: 0px;
        height: 500px;
    }

    .how__list {
        display: flex;
    }

    .how__item {
        width: 50%;
    }

    .how__item:first-of-type {
        margin-right: 32px;
    }

    .how__topic {
        margin: 64px 0 20px;
        font-size: 2.0rem;
    }
}/* pc 769px */
