@charset "utf-8";

/* ==================
access
================== */
.pageAccess__fv {
    position: relative;
}

.pageAccess__section {
    padding: 0 10%;
}

.pageAccess__lead {
    font-size: 1.4rem;
    font-family: 'Zen Old Mincho';
    margin-top: 50px;
    line-height: 2.0;
    text-align: justify;
}

.pageAccess__mainImg-pc {
    display: none;
}

.pageAccess__fv-title {
    font-size: 2.4rem;
    font-family: 'Cormorant Garamond';
    position: absolute;
    bottom: 100px;
    left: 25px;
}

.pageAccess__fv-subtitle {
    font-size: 1.4rem;
    font-family: 'Zen Old Mincho';
    position: absolute;
    bottom: 80px;
    left: 30px;
}

.pageAccess__title {
    font-size: 2.0rem;
    font-family: 'Zen Old Mincho';
    margin-top: 80px;
}

.pageAccess__title.pageAccess__title--second{
    margin-top: 65px;
}

.pageAccess__label {
    display: inline-block;
    margin-top: 42px;
}

.pageAccess__label.pageAccess__label--second {
    margin-top: 22px;
}

.pageAccess__labelTxt {
    font-size: 1.4rem;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 3px 16px;
}

.pageAccess__txt {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-left: 16px;
}

.map {
    width: 100%;
    margin-top: 45px;
}

.pageAccess__parkingTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 42px;
    text-align: justify
}

.pageAccess__parkingImg01 {
    margin-top: 58px;
}

.pageAccess__parkingImg02 {
    margin-top: 42px;
}

.pageAccess__parkingLabel {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

/* access pc */
@media screen and (min-width: 769px) {
    .pageAccess__section {
        max-width: 1440px;
        margin: 0 auto;
    }

    .pageAccess__lead {
        font-size: 1.8rem;
        font-family: 'Zen Old Mincho';
        margin-top: 100px;
        line-height: 2.4;
        text-align: justify;
    }

    .pageAccess__mainImg-pc {
        display: block;
    }

    .pageAccess__mainImg-sp {
        display: none;
    }

    .pageAccess__fv-title {
        font-size: 5.6rem;
        position: absolute;
        bottom: 90px;
        left: 60px;
    }

    .pageAccess__fv-subtitle {
        font-size: 1.6rem;
        position: absolute;
        bottom: 60px;
        left: 65px;
    }

    .pageAccess__title {
        font-size: 3.2rem;
        margin-top: 165px;
    }

    .pageAccess__wrapper {
        display: flex;
        height: 460px;
        align-items: center;
        justify-content: space-between;
    }

    .pageAccess__itemInner {
        display: flex;
        align-items:baseline;
        margin-top: 60px;
    }

    .pageAccess__labelTxt {
        font-size: 1.6rem;
    }

    .pageAccess__txt {
        font-size: 1.6rem;
    }

    .pageAccess__parking {
        margin-top: 153px;
    }

    .pageAccess__parkingTxt {
        font-size: 1.6rem;
    }

    .pageAccess__parkingList {
        display: flex;
        gap: 50px;
        margin: 90px auto 0;
        justify-content: center;
    }

    .pageAccess__parkingItem {
        width: 40%;
    }

    .pageAccess__parkingImg01,
    .pageAccess__parkingImg02 {
        margin-top: 0;
    }


    .pageAccess__parkingLabel {
        font-size: 1.6rem;
    }

    .map {
        width: 50%;
        height: 400px;
    }
}