.c-access__detail {
    max-width: 453px;
}

.t-news__wrap {
    padding-bottom: 15%;
}

.c-access__map {
    max-width: 440px;
}

.c-access-youtube__movie {
    width: 100%;
}

.c-access-youtube__movie iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
}

.c-access-youtube__text {
    color: #eb6033;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

.c-access-youtube__img {
    max-width: 410px;
}

.c-access-youtube__img img {
    margin-bottom: -24px;
}

@media only screen and (max-width: 1059px) {
    .t-news__wrap {
        padding-bottom: 35%;
    }
    .c-access-banner {
        margin-bottom: 60px;
    }
    .c-access-youtube__img {
            max-width: 100%;
        }
    
    .c-access-youtube__img img {
        margin-bottom: -24px;
    }
    .c-access-youtube__text {
        font-size: 16px;
    }
}

/* ネット予約ボタン */
.cta-contact__btn {
    width: 100%;
}

.cta-contact__note {
    margin: 10px 0 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #e60012;
    background-color: #fff100;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 8px 0;
    margin-top: 20px;
}

.web-btn {
    display: block;
    width: 100%;
    max-width: none;
    text-decoration: none;
    color: #fff;
}

.web-btn:hover {
    color: #fff;
    opacity: 1;
}

.web-btn__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    padding: 14px 12px;
    background: linear-gradient(180deg, #f6a820 0%, #f39800 55%, #ef9400 100%);
    border-radius: 10px;
    box-shadow: 0 5px 0 #c67605;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.web-btn:hover .web-btn__body {
    transform: translateY(2px);
    box-shadow: 0 3px 0 #c67605;
}

.web-btn__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.web-btn__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.web-btn__text {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    white-space: nowrap;
}

.cta-contact__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1.4;
    text-align: center;
}

.cta-contact__txt::before,
.cta-contact__txt::after {
    content: "";
    flex-shrink: 0;
    width: 1px;
    height: 30px;
    background-color: #9fc238;
    display: block;
}

.cta-contact__txt::before {
    transform: rotate(-10deg);
}

.cta-contact__txt::after {
    transform: rotate(10deg);
}

.c-access__detail .cta-contact {
    max-width: 100%;
    margin-bottom: 25px;
}

.f-nav__info .cta-contact {
    width: 100%;
    max-width: 350px;
    flex-basis: 100%;
}

.f-nav__info {
    flex-wrap: wrap;
    gap: 15px;
}

@media only screen and (max-width: 1059px) {
    .web-btn {
        max-width: none;
        margin: auto;
    }

    .web-btn__body {
        padding: 16px 20px;
        border-radius: 10px;
        gap: 8px;
        box-shadow: 0 5px 0 #c67605;
    }

    .web-btn:hover .web-btn__body {
        box-shadow: 0 3px 0 #c67605;
    }

    .web-btn__icon {
        width: 26px;
        height: 26px;
    }

    .web-btn__text {
        font-size: 1.6rem;
    }

    .cta-contact__txt {
        gap: 10px;
        line-height: 1.35;
        font-size: 1.5rem;
    }

    .cta-contact__txt::before,
    .cta-contact__txt::after {
        height: 48px;
    }

    .cta-contact__txt::before {
        transform: rotate(-10deg);
    }

    .cta-contact__txt::after {
        transform: rotate(10deg);
    }

    .cta-contact__note {
        font-size: 1.3rem;
        margin-top: 12px;
    }

    .c-access__detail .cta-contact,
    .f-nav__info .cta-contact {
        max-width: 325px;
        margin: 0 auto 25px;
    }
}