@charset "UTF-8";
body.airtrip .c-view_wrap {
    background: url(../img/main_img_airtrip.jpg) no-repeat center top / cover;
}
.video_wrap iframe {
    text-align: center;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.text_wrap {
    padding-top: 80px;
}
.textTtl_wrap {
    text-align: center;
    background-color: #0fc1da;
    padding: 30px;
}
.textTtl_wrap h2 {
    line-height: 1.5;
    font-size: 30px;
    color: #fff;
}
.textTtl_wrap h2 span {
    font-size: 130%;
    font-weight: bold;
}
.textTtl_wrap h2 span.st {
    font-size: 140%;
    letter-spacing: -0.1em;
}
.text_ct {
    padding-top: 50px;
}
.text_ct .tl {
    color: #f8367b;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.text_ct .tx {
    padding-left: 80px;
}
.search_wrap {
    padding-top: 50px;
}
@media (max-width: 896px) {
    body.airtrip .c-view_wrap {
        background: url(../img/sp/main_img_airtrip.jpg) no-repeat center top / cover;
    }
    body.airtrip .c-view-ttl span {
        line-height: 1.2;
        font-size: 20px;
    }
    .airtrip_wrap {
        padding: 30px 0 0;
    }
    .video_wrap {
        padding: 0 20px;
    }
    .text_wrap {
        padding-top: 30px;
    }
    .textTtl_wrap {
        padding: 10px 20px;
    }
    .textTtl_wrap h2 {
        line-height: 1.4;
        font-size: 18px;
    }
    .text_ct {
        padding: 30px 15px 0;
    }
    .text_ct .tl {
        font-size: 18px;
        text-align: left;
        margin-bottom: 20px;
    }
    .text_ct .tx {
        padding: 0;
        font-size: 14px;
    }
    .search_wrap {
        padding: 20px;
    }
    .sideBnr_wrap {
        padding-bottom: 140px;
    }
}
