@charset "utf-8";
/*==========================
Article header
==========================*/
.article__header {
    padding: 48px var(--contentPadding) 24px;
}

/* .article__header pc */
@media screen and (min-width:769px) {
    .article__header {
        padding: 64px var(--contentPadding);
    }
}
/*==========================
access
==========================*/

.access {
    padding-top: 40px;
    background-color: #f5f5e7;
    margin-bottom: 60px;
    padding-bottom: 40px;
}
.access h2 {
   margin-bottom: 40px;
}
.address {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 16px;
}
/* .section {
    padding: 0 var(--contentPadding);
}

.section--description {
    padding-bottom: 48px;
}

.subTopic {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.description__item--dt {
    color: var(--primary-darkGreen);
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 32px;
}

.description__item--dd {
    font-size: 1.4rem;
    margin-top: 16px;
}

.description__item--when {
    margin-top: 20px;
} */

/* sp none */
.pcBr {
    display: none;
}

.description__item--until {
    color: var(--primary-green);
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 19px;
}

/* access pc */
@media screen and (min-width:769px) {
    .description__item--dt {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 48px;
        text-align: center;
    }
    .description__item--dd {
        text-align: center;
    }

    .description__item--dd:first-of-type,
    .description__item--when {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 16px;
    }

    .description__item--when {
        margin-top: 20px;
    }

    /* pc block */
    .pcBr {
        display: block;
    }

    .description__item--until {
        font-size: 1.6rem;
        line-height: 1.3;
    }

}/* PC 769px */
/*==========================
map
==========================*/
.map {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 16/9;
    margin-inline: auto;
    display: block;
}

/* map pc */
@media screen and (min-width:769px) {
    .form {
        max-width: 570px;
        margin: 24px auto 0;
    }

    
}/* pc 769px */