


/* .l-content
----------------------------------------*/
.l-content {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 768px) {
}



/* .c-title--page__caption--bottom
----------------------------------------*/
.c-title--page__caption {
}
.c-title--page__caption--bottom {
    border-bottom: 1px solid #707070;
}
.c-title--page__caption .c-title--page {
    margin-bottom: calc( 30 * 100vw / 1388 );
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 768px) {
    .c-title--page__caption {
    }
    .c-title--page__caption--bottom {
        margin-bottom: 0;
    }
    .c-title--page__caption .c-title--page {
        margin-bottom: calc( 30 * 100vw / 375 );
    }
}



.t-access__guide__map {
}
.t-access__guide__map__link {
    font-size: var( --font_size-caption );
}
@media screen and (max-width: 768px) {
    .t-access__guide__map {
        margin-bottom: calc( 30 * 100vw / 375 );
    }
    .t-access__guide__map__image {
        width: 135%;
    }
    .t-access__guide__map__link {
    }
}



