/* 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 {
    }
}



.gallery {
    
}
.map-inner-gallery {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 115px 0;
    background-color: #fff;
}
.map-index .map-inner-gallery__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.5;
    letter-spacing: 0.1em;
    text-align: center;
    font-feature-settings: 'palt';
}
.map-index .map-inner-gallery__image {
    position: relative;
    width: 100%;
    max-width: 748px;
    margin: 0 auto 20px;
    padding: 0;
}
.map-index .map-inner-gallery__image picture {
}
.map-index .map-inner-gallery__image picture img {
    width: 100%;
}
.map-index .map-inner-gallery__address {
    position: relative;
    width: 100%;
    max-width: 748px;
    margin: 0 auto;
    padding: 1.5em 0;
    color: #fff;
    font-size: var( --font-size-18 );
    line-height: 1.7;
    letter-spacing: 0.06em;
    background-color: #434140;
    text-align: center;
}
.map-index .map-inner-gallery__googlemap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.map-index .map-inner-gallery__googlemap a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 80px;
    margin: 40px auto 0;
    padding: 0;
    color: #fff;
    font-size: var( --font-size-20 );
    line-height: 1.7;
    letter-spacing: 0.06em;
    background-color: #000;
}
@media screen and ( max-width: 768px ) {
    .gallery {
        padding-bottom: 0;
    }
    .map-inner-gallery {
        position: relative;
        width: 100%;
        margin: 0;
        padding: calc( 57.5 * 100vw / var( --design-width ) ) 0;
        background-color: #fff;
    }
    .map-index .map-inner-gallery__title {
        margin: 0 0 calc( 60 * 100vw / var( --design-width ) );
        font-size: calc( 25 * 100vw / var( --design-width ) );
        font-size: calc( 16 * 100vw / var( --design-width ) );
    }
    .map-index .map-inner-gallery__image {
        max-width: none;
    }
    .map-index .map-inner-gallery__image picture {
    }
    .map-index .map-inner-gallery__image picture img {
    }
    .map-index .map-inner-gallery__address {
        font-size: calc( 14 * 100vw / var( --design-width ) );
    }
    .map-index .map-inner-gallery__googlemap {
    }
    .map-index .map-inner-gallery__googlemap a {
        width: 200px;
        height: 40px;
        margin: 20px auto 0;
        font-size: var( --font-size-16 );
    }
}





























































