@charset "UTF-8";

footer{
    overflow: hidden;
}

.acc-bg {
    background: #fff;
    padding-bottom: 100px;
    font-weight: 400;
    @media (max-width: 820px) {
        padding-bottom: 50px;
    }
}


figure {
    position: relative;
}

.page-ttl02 {
    background-image: url(../img/page-ttl.webp);
}

.sec{
    padding: 100px 0;
    @media (max-width: 820px) {
        padding: 60px 0;
    }
}

.sec+.sec:not(.has-bg){
    padding-top: 0;
}

.inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
}

.subtitle{
    margin-bottom: 100px;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    @media (max-width: 820px) {
        font-size: 24px;
        margin-bottom: 50px;
    }
}

.en-ttl {
    font-family: 'Marcellus', serif;
    font-size: 34px;
    letter-spacing: 3px;
    color: #896138;
    text-align: center;
    margin-bottom: 50px;

    @media (max-width: 820px) {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
}


.list-01{
    display: flex;
    margin-bottom: 40px;
    container-type: inline-size;
    @media (max-width: 820px) {
        flex-direction: column;
        gap: 30px;
    }
}
.list-01--item{
    width: 50%;
    text-align: center;
    @media (max-width: 820px) {
        width: 100%;
    }
}
.list-01--item--img{
    margin-bottom: 20px;
}
.list-01--item--line{
    font-size: calc(21cqw / 12);
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    @media (max-width: 820px) {
        font-size: 16px;
    }
}
.list-01--item--station{
    font-size: calc(24cqw / 12);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    strong{
        font-size: calc(36em / 24);
        font-weight: 400;
    }
    @media (max-width: 820px) {
        font-size: 18px;
    }
}
.list-01--item--dist{
    font-size: calc(24cqw / 12);
    line-height: 1.5;
    font-weight: 400;
    strong{
        font-size: calc(36em / 24);
        font-weight: 400;
    }
    small{
        font-size: calc(15em / 24);
        font-weight: 400;
    }
    @media (max-width: 820px) {
        font-size: 18px;
    }
}


.list-02{
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
    container-type: inline-size;
    @media (max-width: 820px) {
        flex-wrap: wrap;
        gap: 20px 10px;
    }
}
.list-02--item{
    width: calc(50% - 10px);
}
.list-02--item--line{
    font-size: calc(15cqw / 12);
    line-height: 1.5;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0;
    font-weight: 400;

    @media (max-width: 820px) {
        font-size: 12px;
    }
}
.list-02--item--station{
    font-size: calc(18cqw / 12);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;

    @media (max-width: 820px) {
        font-size: 14px;
    }
    strong{
        font-size: calc(24em / 18);
        font-weight: 400;
    }
    strong.is-narrow-pc{
        letter-spacing: -0.1em;
        @media (max-width: 820px) {
            letter-spacing: 0;
        }
    }
    strong.is-narrow-sp{
        letter-spacing: 0;
        @media (max-width: 820px) {
            letter-spacing: -0.1em;
        }
    }
}
.list-02--item--dist{
    font-size: calc(18cqw / 12);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    @media (max-width: 820px) {
        font-size: 14px;
    }
    strong{
        font-size: calc(34em / 18);
        font-weight: 400;
    }
    small{
        font-size: calc(14em / 18);
        font-weight: 400;
    }
}


.taxi--img {
    max-width: 402px;
    margin: -40px auto 60px;
    @media (max-width: 820px) {
        margin: -20px auto 60px;
    }
}
/* taxi */

.taxi__list{
    display: flex;
    gap: 40px;
    container-type: inline-size;
    @media (max-width: 1180px) {
        gap: 24px;
    }
    @media (max-width: 820px) {
        flex-direction: column;
        gap: 40px;
        max-width: 75%;
        margin: 0 auto;
    }
}

.taxi__item{
    flex: 1;
}

.taxi__from{
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    
    .s{ font-size: calc(25cqw / 12); }
    .l{ font-size: calc(32cqw / 12); }
    @media (max-width: 820px) {
        .s{ font-size: 18px; }
        .l{ font-size: 22px; }
    }
}

.taxi__time{
    line-height: 1.4;
    margin-top: 5px;
    font-weight: 400;
    .s{ font-size: calc(25cqw / 12); }
    .num{ font-size: calc(40cqw / 12); }
    .km{ font-size: calc(16cqw / 12); }
    @media (max-width: 820px) {
        .s{ font-size: 18px; }
        .num{ font-size: 30px; }
        .km{ font-size: 13px; }
    }
}

.taxi__fare{
    display: flex;
    align-items: center;
    gap: calc(15cqw / 12);
    margin-top: 15px;
    @media (max-width: 1180px) {
        gap: 12px;
    }
    @media (max-width: 820px) {
        gap: 12px;
        margin-top: 12px;
    }
}

.taxi__badge{
    flex-shrink: 0;
    width: 99px;
    padding: 5px 0;
    background: #B9AF8D;
    color: #fff;
    font-size: calc(26cqw / 12);
    line-height: 1.2;
    text-align: center;
    @media (max-width: 1180px) {
        width: 74px;
        font-size: 19px;
    }
    @media (max-width: 820px) {
        width: 90px;
        font-size: 24px;
    }
}

.taxi__price{
    line-height: 1.2;
    white-space: nowrap;
    .s{ font-size: calc(32cqw / 12); }
    .num{ font-size: calc(51cqw / 12); }
    @media (max-width: 1180px) {
        .s{ font-size: 19px; }
        .num{ font-size: 34px; }
    }
    @media (max-width: 820px) {
        .s{ font-size: 24px; }
        .num{ font-size: 40px; }
    }
}

.taxi__note{
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.5;
    color: #221714;
    word-break: break-all;
    @media (max-width: 820px) {
        margin-top: 30px;
    }
}




/* 眺望 */

.view-scroll {
    width: 100%;
    overflow-x: visible;
    position: relative;
}
.view-scroll .img-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
}
.view-scroll .fit-img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 820px) {
    .view-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .view-scroll .img-wrapper {
        width: 600px;
        max-width: none;
        margin-inline: auto;
    }
}
.view-scroll .scroll-hint-icon-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.view-scroll .scroll-hint-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
}
.view-scroll .scroll-hint-icon {
    width: 131px;
    height: 90px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 6px;
    position: relative !important;
    transform: none !important;
    margin: 0 !important;
}
.view-scroll .scroll-hint-text {
    font-size: 11px;
    letter-spacing: 0.08em;
}
