.textMv .textMv__bg .textMv__img {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textMv .textMv__lead {
    max-width: 992px;
    width: calc(100% - (24px * 2));
}

.textMv .to-subpage-wrapper {
    width: auto;
    max-width: 1024px;
}

#navSeason {
    overflow-x: auto;
}

.calendar__wrapper {
    max-width: 100%;
    width: 1024px;
}

@media only screen and (max-width: 1024px) {
    .section__linkArea .buttonContainer .button__wrap {
        padding: 0 2px 16px;
    }
    .section__linkArea .buttonContainer .button__wrap .button {
        font-size: 10px;
    }
}

@media only screen and (max-width: 740px) {
    .calendar__wrapper .categoryWrapper {
        padding-top: 10px;
    }
    .section__linkArea .buttonContainer .button__wrap {
        padding: 0 8px 16px;
    }
    .section__linkArea .buttonContainer .button__wrap .button {
        font-size: 12px;
    }
}

@media only screen and (min-width: 741px) {
    .breadcrumb {
        max-width: 1024px;
    }
    .textMv__textWrapper {
        max-width: 1024px;
        width: 100%;
    }
    .section__container {
        width: 100%;
        max-width: 1024px;
    }
    .faq .frequently-asked-questions__wrap .frequently-asked-questions__answer {
        display: block !important;
    }
}

@media only screen and (min-width: 741px) and (max-width: 1024px) {
    .tour-recommended .card--bottomPrice {
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
    }
    .tour-recommended .card--bottomPrice .card__bottomItem {
        position: static;
        margin-top: auto;
        padding: 0 10px;
    }
}

/* 個別ページ調整 */
@media only screen and (max-width: 740px) {
    .main.is-spring-top .textMv .textMv__bg {
         height: 440px;
    }

    .main.is-goldenweek-top .textMv .textMv__textWrapper .textMv__title span.textMv__title--large,
    .main.is-goldenweek-kaigai .textMv .textMv__textWrapper .textMv__title span.textMv__title--large,
    .main.is-goldenweek-kokunai .textMv .textMv__textWrapper .textMv__title span.textMv__title--large {
        font-size: 8.533vw;
    }

    .main.is-summer-top,
    .main.is-summer-kaigai,
    .main.is-summer-kokunai {
        .other-recommended .grid-row .grid-col4 {
            a {
                flex-direction: row;

                .imgContainer--full {
                    width: 100px;
                    flex-shrink: 0;
                    margin-right: 16px;
                }

                .grid-col__body {
                    flex-shrink: 1;
                }
                .heading--md {
                    padding: 0 32px 0 0;
                    background-image: url(/season/newyear/__renew/images/icon_arrow_right_red.svg);
                    background-repeat: no-repeat;
                    background-position: right 4px center;
                    background-size: 34px 34px;
                }
            }
        }


                
    }
}
