@charset "UTF-8";

/* ======================
index main
========================*/
/* summary */
.txt__summary {
    padding: 80px 5.3% 120px;
    line-height: 2;
}

/* summary pc */
@media screen and (min-width: 769px) {
    .txt__summary {
        padding: 100px auto;
        text-align: center;
    }
}/* pc 769px */


/* section--goods */
.section--goods {
    background-color: #F3EEE6;
}

.goods__contents {
    margin-top: 48px;
}

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

.goods__topic {
    margin-top: 16px;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
}

.txt--goods {
    margin-top: 20px;
}

/* goods pc */
@media screen and (min-width: 769px) {
    .goods__list {
        display: flex;
    }

    .goods__contents {
        margin: 0 20px 0 0;
    }

    .goods__contents:last-of-type {
        margin-right: 0;
    }

    .goods__topic {
        margin-top: 20px;
        font-size: 2.0rem;
    }
}/* pc 769px */


/* section--about */
.aboutTxt {
    margin-top: 20px;
}

/* about pc */
@media screen and (min-width: 769px) {
    #about .mainContents {
        display: grid;
        gap: 0 4.8rem;
        grid-template-columns: 2fr 3fr;
        align-items: center;
    }

    .about_pcRight {
        height: 100%;
        position: relative;
    }

    .aboutTxt {
        margin-top: 0;
    }

    .about_pcRight .btn__box {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}/* pc 769px */


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

.access__listParent {
    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) {
    .map {
        height: 500px;
    }

    .how__list {
        display: flex;
    }

    .how__item {
        width: 50%;
    }

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

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


/* section--news */
.news__icon {
    margin-top: 20px;
    display: flex;
}

.news__topic time {
    color: #398A32;
    margin-right: 20px;
}

.category {
    padding: 2px 5px;
    background-color: #398A32;
    color: #fff;
}

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

.news__img:last-of-type {
    margin-top: 48px;
}

/* news pc */
@media screen and (min-width: 769px) {
    .news__topic {
        margin-top: 32px;
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr 2fr;
    }

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

    .news__icon {
        margin-top: 0;
    }

    .news__topic time {
        margin-right: 24px;
    }

    .news__title {
        font-size: 2.0rem;
        margin: 16px 0 24px;
    }

    .news__img:last-of-type {
        margin-top: 0;
    }
}/* pc 769px */