body {
    font-family: "Noto sans JP", sans-serif;
    font-weight: 500;
    color: #222222;
}

/* reservation */
.reservation {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 7;
    width: 254px;
}

/* fv */
.fv {
    background: url(../img/airone/airone_fv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: 52px;
    height: 600px;
    width: 100%;
    max-width: 100%;
}

.fv__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fv__block {
    padding-top: 170px;
}

.fv__sub {
    font-size: 24px;
    line-height: 1;
    padding: 15px 20px;
    color: #fff;
    background-color: #8E2D2E;
    display: inline-block;
}

.fv__title {
    margin-top: 33px;
}

.fv__title p {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    width: fit-content;
    padding: 2px 10px;
    background: white;
}

.fv__title span {
    font-weight: 700;
    color: #8E2D2E;
}

.fv__text {
    margin-top: 24px;
    font-size: 28px;
    line-height: 1;
}

@media screen and (max-width: 850px) {
    .fv__sub {
        font-size: 20px;
        padding: 13px 20px;
    }
    .fv__title {
        margin-top: 30px;
    }
    .fv__title p {
        font-size: 30px;
        padding: 1px 8px;
    }
    .fv__title p + p {
        margin-top: 8px;
    }
    .fv__text {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    .fv__inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* movie */
.movie {
    margin-top: 100px;
}

.movie__block {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 9;
}

.movie__block video {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.movie__block iframe {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 850px) {
    .movie {
        margin-top: 60px;
    }
}

/* heat */
.heat {
    margin-top: 100px;
}

.heat__inner {
    max-width: 1120px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.heat__title-block {
    text-align: center;
}

.heat__title-sub {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.heat__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
}

.heat__contents {
    margin-top: 65px;
}

.heat__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heat__content + .heat__content {
    margin-top: 70px;
}

.heat__text-block {
    width: 63%;
    padding-top: 12px;
    border-top: 1px solid #8E2D2E;
}

.heat__text-title {
    font-size: 22px;
    line-height: 2.54;
    font-weight: 500;
}

.heat__number {
    display: inline-block;
    margin-right: 13px;
    font-family: "Josefin Sans", sans-serif;
    color: #8E2D2E;
    font-size: 32px;
    line-height: 2;
}

.heat__small {
    display: inline-block;
    font-size: 16px;
    line-height: 3.5;
    margin-left: 5px;
}

.heat__text-title-large {
    font-size: 24px;
    line-height: 1.875;
    font-weight: 700;
}

.heat__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 16px;
}

.heat__img {
    width: 32%;
    aspect-ratio: 34 / 24;
}

.heat__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 34 / 24;
}

@media screen and (max-width: 850px) {
    .heat {
        margin-top: 60px;
    }
    .heat__title-sub {
        font-size: 15px;
        line-height: 1.3;
    }
    .heat__title {
        font-size: 24px;
        margin-top: 6px;
    }
    .heat__contents {
        margin-top: 40px;
    }
    .heat__content {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .heat__content + .heat__content {
        margin-top: 35px;
    }
    .heat__text-block {
        width: 100%;
    }
    .heat__text-title-large {
        font-size: 20px;
        line-height: 1.4;
    }
    .heat__text {
        margin-top: 12px;
        font-size: 14px;
    }
    .heat__img {
        width: 100%;
        max-width: 400px;
    }
}

/* heat__cta */
.heat__cta {
    margin-top: 80px;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px;
    background-color: #8E2D2E;
    color: #fff;
    text-align: center;
}

.heat__cta-title {
    font-size: 32px;
    line-height: 1.75;
    font-weight: 700;
}

.heat__cta-title .underline {
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
}

.heat__cta-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
}

@media screen and (max-width: 850px) {
    .heat__cta {
        margin-top: 30px;
        padding: 40px 10px;
    }
    .heat__cta-title {
        font-size: 20px;
        line-height: 2;
    }
    .heat__cta-text {
        margin-top: 15px;
        font-size: 14px;
    }
}

/* worries */
.worries {
    padding-bottom: 100px;
    margin-top: 90px;
    text-align: center;
    background-color: #F2F2F2;
    position: relative;
}

.worries::before {
    content: "";
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 300px;
    background: url(../img/airone/worries_bg.png) no-repeat center / contain;
    background-size: 100% 100%;
    z-index: -1;
}

.worries__inner {
    max-width: 1120px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.worries__title {
    width: 504px;
    margin-left: auto;
    margin-right: auto;
}

.worries__contents {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7.4%;
}

.worries__content {
    width: 27.7%;
}

.worries__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.worries__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 16px;
}

.worries__text .underline {
    background: linear-gradient(#F2F2F2 50%, #FFFFFF 50%);
}

@media screen and (max-width: 850px) {
    .worries {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .worries::before {
        top: -75px;
        height: 75px;
    }
    .worries__title {
        width: 360px;
    }
    .worries__contents {
        margin-top: 25px;
        flex-direction: column;
        gap: 38px;
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .worries__content {
        width: 100%;
    }
    .worries__img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .worries__text {
        font-size: 16px;
        margin-top: 5px;
    }
    .worries__text br {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .worries__title {
        width: 280px;
    }
}

/* cta */
.cta {
    position: relative;
    padding-top: 120px;
    padding-bottom: 160px;
    background: url(../img/airone/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 40px solid #F2F2F2;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    z-index: 2;
}

.cta__inner {
    text-align: center;
    max-width: 940px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.cta__content {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 60px 70px;
}

.cta__text {
    font-size: 28px;
    line-height: 1.642;
    font-weight: 500;
}

.cta__text-large {
    margin-top: 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
}

.cta__bg-text {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 120px;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1150px) {
    .cta__text {
        font-size: 24px;
    }
}

@media screen and (max-width: 950px) {
    .cta__bg-text {
        font-size: 60px;
        bottom: -15px;
    }
}

@media screen and (max-width: 850px) {
    .cta {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .cta::before {
        border-top: 25px solid #F2F2F2;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
    .cta__content {
        padding: 30px 18px;
    }
    .cta__text {
        font-size: 14px;
    }
    .cta__text-large {
        margin-top: 15px;
        font-size: 20px;
    }
}

/* about */
.about {
    margin-top: 100px;
}

.about__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.about__title-block {
    text-align: center;
}

.about__title-sub {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.about__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
}

.about__contents {
    margin-top: 80px;
}

.about__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about__content + .about__content {
    margin-top: 80px;
}

.about__content:nth-of-type(2) {
    flex-direction: row-reverse;
}

.about__text-block {
    width: 50%;
}

.about__text-title {
    font-size: 30px;
    line-height: 1.267;
    font-weight: 700;
}

.about__text-title span {
    color: #8E2D2E;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 7px;
}

.about__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
}

.about__img {
    width: 46.667%;
    aspect-ratio: 56 / 38;
}

.about__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 56 / 38;
}

@media screen and (max-width: 1150px) {
    .about__text-title {
        font-size: 20px;
    }
    .about__text-title span {
        font-size: 38px;
    }
}

@media screen and (max-width: 850px) {
    .about {
        margin-top: 60px;
    }
    .about__title-sub {
        font-size: 15px;
        line-height: 1.3;
    }
    .about__title {
        font-size: 24px;
        margin-top: 6px;
    }
    .about__contents {
        margin-top: 30px;
    }
    .about__content {
        flex-direction: column;
        gap: 25px;
    }
    .about__content:nth-of-type(2) {
        flex-direction: column;
    }
    .about__content + .about__content {
        margin-top: 40px;
    }
    .about__text-block {
        width: 100%;
    }
    .about__text {
        margin-top: 13px;
        font-size: 14px;
    }
    .about__img {
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 450px) {
    .about__text-title span {
        font-size: 30px;
    }
}

/* construction */
.const {
    margin-top: 127px;
    padding-bottom: 40px;
    /* background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #F2F2F2 60%, #F2F2F2 100%); */
}

.const__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.const__flex {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    /* gap: 50px; */
    text-align: center;
}

.const__title-sub {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.const__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
}

.const__left {
    width: 100%;
}

.const__text-block {
    margin-top: 40px;
    /* padding: 40px; */
    /* border: 1px solid #222222; */
    /* background-color: #fff; */
    /* box-shadow: 16px 16px #222222; */
}

.const__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
}

/* .const__img {
    width: 48%;
    aspect-ratio: 60 / 44;
} */

/* .const__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 60 / 44;
} */

@media screen and (max-width: 1150px) {
    .const__left {
        width: 100%;
    }
    /* .const__img {
        width: 40%;
    } */
    /* .const__text-block {
        padding: 22px;
    } */
    .const__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    .const {
        margin-top: 80px;
        /* background: linear-gradient(180deg, #ffffff 0%, #ffffff 75%, #F2F2F2 75%, #F2F2F2 100%); */
    }
    .const__title-block {
        text-align: center;
    }
    .const__title-sub {
        font-size: 15px;
        line-height: 1.3;
    }
    .const__title {
        font-size: 24px;
        margin-top: 6px;
    }
    .const__left {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .const__flex {
        /* gap: 40px; */
        /* flex-direction: column; */
    }
    .const__text-block {
        margin-top: 30px;
        /* padding: 20px 12px; */
        /* box-shadow: 8px 8px #222; */
    }
    .const__text {
        font-size: 14px;
        line-height: 1.78;
    }
    /* .const__img {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        aspect-ratio: 67 / 50;
    } */

    /* .const__img img {
        aspect-ratio: 67 / 50;
    } */
}

@media screen and (max-width: 450px) {
    .const__text {
        font-size: 13px;
    }
}

/* season */
.season {
    margin-top: 76px;
    position: relative;
    z-index: -1;
    padding-top: 30px;
}

.season + .season {
    margin-top: 100px;
}

.season.blue {
    background: linear-gradient( 90deg,#EDF5F8 0%,#B1DEEF 80%,#FFFFFF 80%,#FFFFFF 100%);
}

.season.orange {
    background: linear-gradient( 90deg,#FFFFFF 0%,#FFFFFF 20%,#FDEDC8 20%,#FFF8E3 100%);
}

.season__lead-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1060px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.season__lead-img {
    width: 205px;
}

.season__lead-img img {
    width: 100%;
}

.season__lead-block {
    width: 70%;
}

.season__lead {
    font-size: 30px;
    line-height: 1.86;
    font-weight: 700;
}

.season__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

.season__block {
    margin-top: 40px;
    padding: 60px 0;
    position: relative;
    z-index: -2;
}

/* .season__block.blue {
    background: linear-gradient( 90deg,#EDF5F8 0%,#B1DEEF 80%,#FFFFFF 80%,#FFFFFF 100%);
} */

/* .season__block.orange {
    background: linear-gradient( 90deg,#FFFFFF 0%,#FFFFFF 20%,#FDEDC8 20%,#FFF8E3 100%);
} */

.season__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.season__block-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.season__block-flex.reverse {
    flex-direction: row-reverse;
}

.season__contents {
    width: 50%;
}

.season__content-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.66;
}

.season__content {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 20px;
}

.season__content h4 {
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    color: #22ACEF;
}

.season__content h4.title-orange {
    color: #EF680E;
}

.season__content p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 400;
}

.season__content + .season__content {
    margin-top: 12px;
}

.season__block-img {
    width: 38%;
}

.season__text-bg {
    color: #EDF5F8;
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
}

.season__text-bg.winter {
    color: #FFFAEB;
    position: absolute;
    left: 0;
    bottom: 88px;
}

@media screen and (max-width: 1100px) {
    .season__text-bg {
        font-size: 90px;
    }
}

@media screen and (max-width: 850px) {
    .season {
        margin-top: 40px;
    }
    .season + .season {
        margin-top: 40px;
    }
    .season.blue {
        background: linear-gradient( 90deg,#EDF5F8 0%,#B1DEEF 100%);
    }
    .season.orange {
        background: linear-gradient( 90deg,#FDEDC8 0%, #FFF8E3 100%);
    }
    .season__lead-flex {
        flex-direction: column;
        padding-bottom: 70px;
    }
    .season__lead-img {
        width: 150px;
    }
    .season__lead-block {
        margin-top: 20px;
        width: 100%;
    }
    .season__lead {
        font-size: 20px;
        line-height: 1.4;
    }
    .season__text {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.42;
    }
    .season__block {
        margin-top: 30px;
        padding: 50px 0;
    }
    /* .season__block.blue {
        background: linear-gradient( 90deg,#EDF5F8 0%,#B1DEEF 100%);
    } */
    /* .season__block.orange {
        background: linear-gradient( 90deg,#FDEDC8 0%, #FFF8E3 100%);
    } */
    .season__block-flex {
        flex-direction: column-reverse;
        margin-top: -120px;
    }
    .season__block-flex.reverse {
        flex-direction: column-reverse;
    }
    .season__contents {
        margin-top: 70px;
        width: 100%;
    }
    .season__content-title {
        font-size: 16px;
        line-height: 1.25;
    }
    .season__content {
        margin-top: 15px;
        border-radius: 3px;
        padding: 10px 10px 12px 10px;
    }
    .season__content h4 {
        font-size: 14px;
        line-height: 1.42;
    }
    .season__content p {
        font-size: 13px;
        line-height: 1.6;
    }
    .season__content + .season__content {
        margin-top: 10px;
    }
    .season__block-img {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .season__text-bg {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .season__text-bg {
        display: block;
        font-size: 70px;
        bottom: 460px;
    }
    .season__text-bg.winter {
        bottom: initial;
        top: 210px;
    }
}

/* season-img */
.season-img {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.season-img img {
    width: 100%;
}

@media screen and (max-width: 850px) {
    .season-img {
        margin-top: 0;
    }
}

/* price */
.price {
    margin-top: 120px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.price::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/airone/price_bg.png) no-repeat center / contain;
    background-size: 100% 100%;
    z-index: -1;
}

.price__title-block {
    text-align: center;
}

.price__title-sub {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.price__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
}

.price__img {
    margin-top: 50px;
    max-width: 920px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 92 / 56;
}

.price__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 92 / 56;
}

.price__inner {
    max-width: 1120px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.price__contents {
    margin-top: 60px;
}

.price__content {
    border: 1px solid #222;
    background-color: #fff;
    padding: 50px 80px;
}

.price__content + .price__content {
    margin-top: 24px;
}

.price__content-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.67;
    position: relative;
}

.price__content-title::before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 20px;
    left: -80px;
}

.price__text {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-left: 20px;
}

@media screen and (max-width: 1100px) {
    .price__content {
        padding: 50px 60px;
    }
}

@media screen and (max-width: 850px) {
    .price {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .price::before {
        top: -200px;
        width: 200%;
        height: 120%;
    }
    .price__title-sub {
        font-size: 15px;
        line-height: 1.3;
    }
    .price__title {
        font-size: 24px;
        margin-top: 6px;
    }
    .price__img {
        margin-top: 30px;
        aspect-ratio: 75 / 46;
        max-width: 500px;
        width: 100%;
    }
    .price__img img {
        aspect-ratio: 75 / 46;
    }
    .price__contents {
        margin-top: 30px;
    }
    .price__content {
        padding: 20px 10px 20px 25px;
    }
    .price__content + .price__content {
        margin-top: 20px;
    }
    .price__content-title {
        font-size: 16px;
        line-height: 1.43;
    }
    .price__content-title::before {
        content: "";
        width: 18px;
        height: 1px;
        top: 11px;
        left: -25px;
    }
    .price__text {
        font-size: 14px;
        line-height: 1.785;
        margin-top: 15px;
        padding-left: 0;
    }
}
@media screen and (max-width: 450px) {
    .price::before {
        top: -440px;
        width: 300%;
        height: 140%;
    }
}

/* maint(メンテナンス) */
.maint {
    margin-top: 100px;
}

.maint__inner {
    max-width: 1120px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.maint__title-block {
    text-align: center;
}

.maint__title-sub {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.maint__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
}

.maint__content {
    margin-top: 60px;
    border-top: 1px solid #707070;
    padding-top: 55px;
}

.maint__content-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maint__content-title-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.maint__content-title-block span {
    font-size: 56px;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    margin-right: 4px;
    color: #8E2D2E;
}

.maint__content-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.67;
}

.maint__content-text-block {
    width: 46%;
}

.maint__text {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}

.maint__content-flex {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.maint__content-img {
    width: 54%;
    aspect-ratio: 58 / 45;
}

.maint__content-img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 58 / 45;
}

.maint__content-cards {
    width: 43%;
}

.maint__card {
    border: 2px solid #DEE2E6;
    border-radius: 5px;
    background-color: #F2F8FC;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maint__card + .maint__card {
    margin-top: 10px;
}

.maint__card-text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.maint__flex {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.maint__flex-block {
    width: 48%;
}

.maint__img {
    width: 100%;
    aspect-ratio: 52 / 34;
}

.maint__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 52 / 34;
}

.maint__text-block {
    margin-top: 20px;
}

@media screen and (max-width: 1100px) {
    .maint__content-text-block {
        width: 46%;
    }
    .maint__content-title {
        font-size: 20px;
    }
    .maint__content-img {
        width: 47%;
    }
    .maint__content-cards {
        width: 50%;
    }
    .maint__card-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .maint {
        margin-top: 50px;
    }
    .maint__title-sub {
        font-size: 15px;
        line-height: 1.3;
    }
    .maint__title {
        font-size: 24px;
        margin-top: 6px;
    }
    .maint__content {
        margin-top: 40px;
        padding-top: 20px;
    }
    .maint__content-title-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .maint__content-title-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .maint__content-title-block span {
        font-size: 30px;
        line-height: 1;
    }
    .maint__content-title {
        font-size: 16px;
        line-height: 1.25;
    }
    .maint__content-text-block {
        width: 100%;
        margin-top: 15px;
    }
    .maint__text {
        font-size: 14px;
        line-height: 1.78;
    }
    .maint__content-flex {
        margin-top: 30px;
        flex-direction: column;
        max-width: 480px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .maint__content-img {
        width: 100%;
        aspect-ratio: 67 / 52;
    }
    .maint__content-img img {
        aspect-ratio: 67 / 52;
    }
    .maint__content-cards {
        width: 100%;
        margin-top: 15px;
    }
    .maint__card {
        border: 1px solid #DEE2E6;
        border-radius: 3px;
        padding: 12px 3px;
    }
    .maint__card + .maint__card {
        margin-top: 8px;
    }
    .maint__card-text {
        font-size: 13px;
    }
    .maint__flex {
        margin-top: 20px;
        flex-direction: column;
        max-width: 480px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .maint__flex-block {
        width: 100%;
    }
    .maint__flex-block + .maint__flex-block {
        margin-top: 30px;
    }
    .maint__img {
        width: 100%;
        aspect-ratio: 67 / 44;
    }
    .maint__img img {
        aspect-ratio: 67 / 44;
    }
    .maint__text-block {
        margin-top: 13px;
    }
}


/* faq + accordion */
.faq {
    margin-top: 165px;
    padding-bottom: 100px;
}

.faq__inner {
    max-width: 940px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.faq__title-block {
    text-align: center;
}

.faq__title-sub {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
}

.faq__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
}

.faq__accordion {
    width: 100%;
    margin-top: 50px;
}

.accordion {
    width: 100%;
}

.accordion__item {
    border-top: 1px solid #222;
}

.accordion__item:last-of-type {
    border-bottom: 1px solid #222;
}

.accordion__title {
    position: relative;
    padding: 30px 50px 30px 65px;
    cursor: pointer;
}

.accordion__title::before,
.accordion__title::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 2px;
    background-color: #222;
    transition: transform 0.3s, opacity 0.3s;
    content: '';
}

.accordion__title::after {
    transform: rotate(90deg);
}

.accordion__title.is-open::after {
    transform: rotate(180deg);
}

.accordion__title.is-open::before {
    opacity: 0;
}

.accordion__title-text {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    position: relative;
}

.accordion__title-text::before {
    content: "";
    background: url(../img/airone/faq.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 0;
}

.accordion__content {
    display: none;
    padding: 5px 30px 30px 65px;
}

.accordion__text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
}

@media screen and (max-width: 850px) {
    .faq {
        margin-top: 80px;
        padding-bottom: 50px;
    }
    .faq__title-sub {
        font-size: 15px;
        line-height: 1.3;
    }
    .faq__title {
        font-size: 24px;
        margin-top: 6px;
    }
    .faq__accordion {
        margin-top: 30px;
    }
    .accordion__title {
        padding: 13px 24px 12px 32px;
    }
    .accordion__title::before,
    .accordion__title::after {
        right: 0;
        width: 12px;
        height: 1px;
        content: '';
    }
    .accordion__title-text {
        font-size: 16px;
        line-height: 1.43;
    }
    .accordion__title-text::before {
        width: 25px;
        height: 25px;
        position: absolute;
        left: -30px;
        top: 0;
    }
    .accordion__content {
        display: none;
        padding: 0px 0px 35px 32px;
    }
    .accordion__text {
        font-size: 13px;
        line-height: 1.61;
    }
}


/* contact */
.contact {
    padding-top: 90px;
    padding-bottom: 100px;
    background: url(../img/lp/reserve_bg.jpg);
    background-repeat:  no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.contact__inner {
    max-width: 1140px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.contact__title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.389;
}

.contact__text {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.contact__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 53px;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact__reservation {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.7);
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    border: 6px solid #fff;
    padding: 30px 10px;
}

.contact__img {
    max-width: 200px;
    width: 100%;
}

.contact__sub-text {
    font-size: 24px;
    line-height: 1;
    color: #000000;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    text-align: left;
}

.contact__reservation-text {
    font-size: 26px;
    color: #030303;
    margin-top: 20px;
    line-height: 1.5;
    text-align: left;
}

.contact__button-block {
    margin-top: 34px;
    position: relative;
}

.contact__button-block::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 8px;
    right: 7px;
    top: 43%;
    z-index: 10;
    transform: translateY(-50%);
    background: url(../img/top/contact_after_on.png) no-repeat center / contain;
    transition: 0.3s ease-in-out;
}

.contact__button-block:hover::after {
    background: url(../img/top/contact_after.png) no-repeat center / contain;
    right: -35px;
    transition: 0.3s ease-in-out;
}

.contact__button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contact__button::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #030303;
    content: '';
    position: absolute;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.contact__button:hover::after {
    left: 0;
    transition: 0.3s ease-in-out;
}

.contact__button span {
    font-size: 20px;
    line-height: 1;
    color: #030303;
    background-color: #fff;
    border: 1px solid #030303;
    color: #030303;
    max-width: 420px;
    width: 100%;
    padding: 30px 10px;
    display: block;
    position: relative;
    z-index: 5;
}

.contact__button:hover span {
    color: #fff;
    background: transparent;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 850px) {
    .contact {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .contact__title {
        font-size: 30px;
    }
    .contact__text {
        margin-top: 25px;
    }
    .contact__flex {
        margin-top: 35px;
        gap: 20px;
    }
    .contact__reservation {
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px;
    }
    .contact__text-block {
        width: 100%;
    }
    .contact__sub-text {
        text-align: center;
        font-size: 22px;
    }
    .contact__reservation-text {
        text-align: center;
        margin-top: 5px;
        font-size: 22px;
    }
    .contact__button-block {
        margin-top: 25px;
        max-width: 415px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact__button span {
        font-size: 18px;
        padding: 20px 10px;
        text-align: left;
    }
    .contact__button-block::after {
        width: 30px;
        height: 5px;
    }
    .contact__button-block:hover::after {
        right: -20px;
    }
}

@media screen and (max-width: 600px) {
    .contact__flex {
        flex-direction: column;
        max-width: 370px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 500px) {
    .contact__title {
        font-size: 26px;
    }
}

/* 表示非表示対応 */
.sp2 {
    display: none;
}
@media screen and (max-width: 850px) {
    .sp2 {
        display: block;
    }
}

.sp2-none {
    display: block;
}
@media screen and (max-width: 850px) {
    .sp2-none {
        display: none;
    }
}

.pc2 {
    display: none;
}
@media screen and (max-width: 1150px) {
    .pc2 {
        display: block;
    }
}

.pc2-none {
    display: block;
}
@media screen and (max-width: 1150px) {
    .pc2-none {
        display: none;
    }
}