@charset "utf-8";

.location-sec--1 {
    padding-block: 0px 160px;
}

.location-sec--2 {
    padding-block: 116px 190px;
}

.location-sec--3 {
    padding-block: 109px 120px;
}

.location-link--3.location01 {
    padding-bottom: 0;
    background-color: unset;
}

.footer-description.location01 {
    padding-block: 82px;
}

@media (max-width:767px) {
    .location-sec--1 {
        padding-block: 30px;
    }

    .location-sec--2 {
        padding-block: 30px;
    }

    .location-sec--3 {
        padding-block: 30px;
    }
}

.location01-mv {
    position: relative;
}

.location-target__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 88px 96px;
}

.location-target__section {
    text-align: center;
    padding-bottom: 25px;


    &:first-child {
        padding-right: 80px;
    }

    &:nth-child(2) {
        padding-inline: 80px;
        position: relative;

        &::after {
            content: "";
            position: absolute;
            left: 0;
            height: 102px;
            width: 2px;
            background: #CAD3C5;
            top: 50%;
            transform: translateY(-50%);
        }

        &::before {
            content: "";
            position: absolute;
            right: 0;
            height: 102px;
            width: 2px;
            background: #CAD3C5;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    &:last-child {
        padding-left: 80px;
    }
}

.location-target__section p {
    font-family: "Baskervville", serif;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.013em;
    color: #CAD3C5;
}

.location-target__section h3 {
    font-size: 2rem;
    color: #33411D;
    line-height: 32.5px;
    margin-top: 3px;
    position: relative;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.022em;

    &:after {
        content: "";
        position: absolute;
        background-image: url("../images/location01/arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 50%;
        transform: translateX(-50%);
        bottom: -16px;
        width: 12px;
        height: 15px;
    }
}

@media (max-width:991px) {
    .location-target__section h3 {
        font-size: 1.6rem;
    }

    .location-target__section {
        &:first-child {
            padding-right: 40px;
        }

        &:nth-child(2) {
            padding-inline: 40px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                left: 0;
                height: 102px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }

            &::before {
                content: "";
                position: absolute;
                right: 0;
                height: 102px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        &:last-child {
            padding-left: 40px;
        }
    }

    .location-target__wrapper {
        padding-block: 60px;
    }
}

@media (max-width:767px) {
    .location-target__section h3 {
        font-size: 1.4rem;
        line-height: 18px;
    }

    .location-target__wrapper {
        padding-block: 30px 0;
        flex-wrap: wrap;
        padding-inline: 15px;
    }

    .location-target__section {
        &:first-child {
            padding-right: 40px;
        }

        &:nth-child(2) {
            padding-inline: 40px;
            position: relative;
            
            &::after {
                content: "";
                position: absolute;
                left: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }

            &::before {
                content: "";
                position: absolute;
                right: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        &:last-child {
            padding-left: 40px;
        }
    }

}

@media (max-width:650px) {
    .br-n-650px {
        display: none;
    }
    
    .location-target__wrapper{
        flex-direction: column;
    }
    .location-target__section {
        &:nth-child(1) {
            padding-inline: 10px;
            position: relative;
            width: 100%;

            &::after {
                content: "";
                position: absolute;
                left: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }

            &::before {
                content: "";
                position: absolute;
                right: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        &:nth-child(2) {
            padding-inline: 10px;
            width: 100%;
        }

        &:nth-child(3) {
            padding-inline: 10px;
            position: relative;
            width: 100%;

            &::after {
                content: "";
                position: absolute;
                left: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }

            &::before {
                content: "";
                position: absolute;
                right: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }
}
/*
@media (max-width:574px) {
    .location-target__section h3 {
        font-size: 1.4rem;
        line-height: 18px;
    }

    .location-target__section {
        width: 50%;

        &:first-child {
            padding-right: 10px;
        }

        &:nth-child(2) {
            padding-inline: 10px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                left: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }

            &::before {
                content: none;
                position: absolute;
                right: 0;
                height: 60px;
                width: 2px;
                background: #CAD3C5;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        &:last-child {
            padding-left: 10px;
        }
    }
}
*/


.location01-heritage-wrapper {
    margin-bottom: 80px;
}

.location01-heritage__number {
    font-family: "Baskervville", serif;
    letter-spacing: 0.013em;
    font-size: 4.8rem;
    color: #CAD3C5;
    line-height: 64px;
    text-align: center;
    margin-bottom: 20px;
}

.location01-heritage__title {
    font-family: "Shippori Mincho", serif;
    font-size: 3.8rem;
    line-height: 61.5px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    color: #33411D;
}

.location01-heritage__titleafter {
    position: relative;
}

.location01-heritage__smtxt {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #33411D;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: 0.022em;
    font-family: "Noto Serif JP", serif;
    width: max-content;
}

.location01-heritage__subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    letter-spacing: 0.022em;
    line-height: 48px;
    text-align: center;
}

@media (max-width:991px) {
    .location01-heritage__title {
        font-size: 3rem;
    }

    .location01-heritage__subtitle {
        font-size: 1.6rem;
    }
}

@media (max-width:767px) {
    .location01-heritage__title {
        font-size: 2.5rem;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .location01-heritage__subtitle {
        font-size: 1.4rem;
        line-height: 25px;
        text-align: justify;
    }

    .location01-heritage-wrapper {
        margin-bottom: 30px;
    }

    .location01-heritage__smtxt {
        bottom: -11px;
        font-size: 1rem;
    }
}

/*  */
.location-card__row {
    max-width: 1233px;
    width: 100%;
    margin-inline: 0 auto;
}

.location-card__row.rev {
    margin-inline: auto 0;
}

@media (max-width:1119px) {
    .location-card__row {
        padding-inline: 15px;
    }
}

.location-card__row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 53px;
}

.location-card-wrapper.rev .location-card__row {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.location-card__img {
    position: relative;
    line-height: 0;
}

.location-card__col:first-child {
    max-width: 540px;
    width: 100%;
}

.location-card__ttl {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    line-height: 48px;
    color: #33411D;
    padding-block: 9.5px;
    border-top: 1px solid #33411D;
    border-bottom: 1px solid #33411D;
    margin-bottom: 7px;
}

.location-card__rtxt {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    letter-spacing: 0.022em;
    color: #33411D;
    line-height: 20px;
    text-align: end;
}

.location-card__subttl {
    padding-block: 32px;
    font-size: 2.4rem;
    letter-spacing: 0.022em;
    line-height: 37px;
    color: #101010;
    font-family: "Noto Serif JP", serif;
}

.location-card__description {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 30.87px;
    letter-spacing: 0.022em;
    font-weight: 400;
    color: #101010;
}

@media (max-width:991px) {
    .location-card__ttl {
        font-size: 2.8rem;
    }

    .location-card__subttl {
        font-size: 2rem;
    }

    .location-card__description {
        font-size: 1.6rem;
    }

    .location-card__col:first-child {
        width: 50%;
    }

    .location-card__col:last-child {
        width: 50%;
    }
}

@media (max-width:767px) {
    .location-card__row {
        flex-direction: column;
        gap: 20px;
    }

    .location-card-wrapper.rev .location-card__row {
        flex-direction: column;
    }

    .location-card__col:first-child {
        width: 100%;
        max-width: 100%;
    }

    .location-card__img img {
        width: 100%;
    }

    .location-card__col:last-child {
        width: 100%;
    }

    .location-card__ttl {
        font-size: 2.2rem;
        line-height: 18px;
    }

    .location-card__subttl {
        font-size: 2.0rem;
        line-height: 25px;
        padding-block: 30px;
    }

    .location-card__description {
        font-size: 1.6rem;
        line-height: 22px;
    }

    .location-card__rtxt {
        font-size: 1.4rem;
    }

}

.location-images__flex {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
}


.location-images__flex.mt0 {
    margin-top: 0;
}

.location-images__flex .location-image {
    position: relative;
    line-height: 0;
}

@media (max-width:767px) {
    .location-images__flex {
        gap: 5px;
        margin-top: 15px;
        padding-inline: 15px;
    }
}

.location01-cta {
    border-top: 40px solid #33411D;
    border-bottom: 40px solid #33411D;
    line-height: 0;
    position: relative;
}

@media (max-width:767px) {
    .location01-cta {
        border-top: 15px solid #33411D;
        border-bottom: 15px solid #33411D;
        line-height: 0;
        position: relative;
    }
}

.location-nijo__img {
    line-height: 0;
    padding-block: 0px 120px;
}

@media (max-width:767px) {
    .location-nijo__img {
        line-height: 0;
        padding-block: 0 30px;
    }
}

.location-nijo__txt {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    text-align: end;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #33411c;
    margin-top: 7.2px;
}

.location-nijopark__img {
    line-height: 0;
    padding-block: 0px 80px;
}

.location-nijopark__img .location-nijo__txt {
    font-size: 1.9rem;
    color: #33411c;
}

@media (max-width:767px) {
    .location-nijopark__img {
        line-height: 0;
        padding-block: 0px 30px;
    }

    .location-nijopark__img .location-nijo__txt {
        font-size: 1.4rem;
    }
}

@media (min-width:1400px) {
    .location-card__row.rev {
        margin-inline: auto;
    }

    .location-card__row {
        margin-inline: auto;
    }
}