/* CSS Document */





/* ==============================

map

============================== */
.map-index .l-section.map {
    padding-top: 110px;
    background-image: url( '../img/map/map-bg.webp' );
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.map-index .map-inner {
}
@media screen and ( max-width: 768px ) {
    .map-index .l-section.map {
        padding-top: calc( 60 * 100vw / var( --design-width ) );
    }
    .map-index .map-inner {
    }
}



.map-index .map-inner__title {
    position: relative;
    width: 100%;
    margin: 0 0 200px;
    padding: 0;
    color: #333;
    font-size: clamp( 55px, 41.72px + 1.73vw, 75px );
    font-family: 'Cormorant', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and ( max-width: 768px ) {
    .map-index .map-inner__title {
        margin: 0 0 calc( 100 * 100vw / var( --design-width ) );
        font-size: calc( 55 * 100vw / var( --design-width ) );
    }
}



.map-index .map-inner-map__title {
    position: relative;
    width: 100%;
    margin: 0 0 120px;
    padding: 0;
    color: #333;
    font-size: clamp( 30px, 16.72px + 1.73vw, 50px );
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
.map-index .map-inner-map__image {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 230px;
    padding: 0;
    font-size: 0;
    border: 1px solid #333;
}
.map-index .map-inner-map__image picture {
}
.map-index .map-inner-map__image picture img {
    width: 100%;
}
@media screen and ( max-width: 768px ) {
    .map-index .map-inner-map__title {
        margin: 0 0 calc( 60 * 100vw / var( --design-width ) );
        font-size: calc( 25 * 100vw / var( --design-width ) );
    }
    .map-index .map-inner-map__image {
        max-width: none;
        margin: 0 auto calc( 115 * 100vw / var( --design-width ) );
    }
    .map-index .map-inner-map__image picture {
    }
    .map-index .map-inner-map__image picture img {
    }
}



.map-index .map-inner-route__title {
    position: relative;
    width: 100%;
    margin: 0 0 120px;
    padding: 0;
    color: #333;
    font-size: clamp( 30px, 16.72px + 1.73vw, 50px );
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
.map-index .map-inner-route__image {
    position: relative;
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
    padding: 0;
}
.map-index .map-inner-route__image picture {
}
.map-index .map-inner-route__image picture img {
    width: 100%;
}
@media screen and ( max-width: 768px ) {
    .map-index .map-inner-route__title {
        margin: 0 0 calc( 60 * 100vw / var( --design-width ) );
        font-size: calc( 25 * 100vw / var( --design-width ) );
    }
    .map-index .map-inner-route__image {
        max-width: none;
    }
    .map-index .map-inner-route__image picture {
    }
    .map-index .map-inner-route__image picture img {
    }
}
































































