.backImg {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/commBackground_01.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
}

/*---------- Caption (start) ----------*/
.sectCaption {
    width: 100%;
    padding: 0;
    background: #fff;
}

.sectCaption .ctx {
    padding: 30px 0 10px;
}

.sectCaption .ctx .caption {
    padding: 0;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 500;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sectCaption .ctx {
        padding: 30px 20px 10px;
    }

    .sectCaption .ctx .caption {
        font-size: 24px;
    }
}
/*---------- Caption (end) ----------*/


/*---------- Explain (start) ----------*/
.sectExplain {
    width: 100%;
    padding: 0;
    font-size: 18px;
}

.sectExplain .ctx {
    padding: 20px 0;
    line-height: 1.8em;
    font-weight: 500;
}

.sectExplain .notice {
    width: 1200px;
    margin: 10px 0 0;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sectExplain .ctx {
        width: 100%;
        padding: 20px;
    }

    .sectExplain .notice {
        width: 100%;
    }
}
/*---------- Explain (end) ----------*/


/*---------- Type (start) ----------*/
.bookingTypeSection {
    width: 100%;
    padding: 0;
}

.bookingTypeSection .typeList {
    list-style: none;
}

.bookingTypeSection .typeList .item {
    width: 48%;
    height: 250px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    border: solid 1px #c0c0c0;
    cursor: pointer;
}

.bookingTypeSection .typeList .item:nth-child(2n+1) {
    margin: 0 2% 35px 0;
}

.bookingTypeSection .typeList .item:nth-child(2n+2) {
    margin: 0 0 35px 2%;
}

.bookingTypeSection .typeList .item .cover {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.bookingTypeSection .typeList .item:hover .cover {
    transform: scale(1.1);
}

.bookingTypeSection .typeList .item:nth-child(1) .cover {
    background: url(../img/bookingRRRC/A_tour_cover.webp) center no-repeat;
    background-size: cover;
}

.bookingTypeSection .typeList .item:nth-child(2) .cover {
    background: url(../img/bookingRRRC/B_tour_cover.webp) center no-repeat;
    background-size: cover;
}

.bookingTypeSection .typeList .item:nth-child(3) .cover {
    background: url(../img/bookingRRRC/C_tour_cover.webp) center no-repeat;
    background-size: cover;
}

.bookingTypeSection .typeList .item:nth-child(4) .cover {
    background: url(../img/bookingRRRC/D_tour_cover.webp) center no-repeat;
    background-size: cover;
}

/* .bookingTypeSection .typeList .item:nth-last-child(2) .cover {
    background: url(../img/bookingRRRC/comingSoon.webp) center bottom no-repeat;
    background-size: cover;
    transform: scale(1.0);
    cursor: default;
} */

.bookingTypeSection .typeList .item .coverMask {
    width: 100%;
    height: 100%;
    padding: 50px 40px;    
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.bookingTypeSection .typeList .item:nth-child(1) .coverMask {
    margin: 0 2% 0 0;
    background: rgba(73, 171, 78, 0.75);
}

.bookingTypeSection .typeList .item:nth-child(2) .coverMask {
    margin: 0 2% 0 0;
    background: rgba(148, 162, 0, 0.8);
}

.bookingTypeSection .typeList .item:nth-child(3) .coverMask {
    margin: 0 2% 0 0;
    background: rgba(29, 82, 139, 0.8);
}

.bookingTypeSection .typeList .item:nth-child(4) .coverMask {
    margin: 0 2% 0 0;
    background: rgba(154, 88, 15, 0.8);
}

/* .bookingTypeSection .typeList .item:nth-child(5) .coverMask {
    margin: 0 2% 0 0;
    background: rgba(129, 209, 227, 0.75);
} */

.bookingTypeSection .typeList .item .coverMask .typeSign {
    flex: 0 0 33%;
    /* background: #00000040; */
}

.bookingTypeSection .typeList .item .coverMask .typeSign .ring {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookingTypeSection .typeList .item .coverMask .typeSign .ring .tour {
    text-align: center;
    line-height: 1.2em;
    font-size: 24px;
}

.bookingTypeSection .typeList .item .coverMask .typeInfo {
    flex: 0 0 67%;
    padding: 5px 0 5px 20px;
    box-sizing: border-box;
    /* background: #00000066; */
}

.bookingTypeSection .typeList .item .coverMask .typeInfo .title {
    letter-spacing: 1px;
    font-size: 24px;
}

.bookingTypeSection .typeList .item .coverMask .typeInfo .time {
    width: 55%;
    margin: 20px 5% 0 0;
    display: inline-block;
    font-size: 18px;
}

.bookingTypeSection .typeList .item .coverMask .typeInfo .link {
    width: 40%;
    padding: 10px 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #000;
    background: #ffffffcc;
    transform: translateY(-12px);
}

@media screen and (min-width: 1px) and (max-width: 1200px) {

    .bookingTypeSection .typeList .item {
        width: 100%;
        height: 320px;
    }

    .bookingTypeSection .typeList .item:nth-child(2n+1) {
        margin: 0 0 10px;
    }

    .bookingTypeSection .typeList .item:nth-child(2n+2) {
        margin: 0 0 10px;
    }

    .bookingTypeSection .typeList .item .coverMask {
        padding: 25px 10px;
        /* font-size: 24px; */
    }

    .bookingTypeSection .typeList .item .coverMask .typeSign {
        flex: 0 0 100%;
    }

    .bookingTypeSection .typeList .item .coverMask .typeSign .ring {
        width: 100px;
        height: 100px;
    }

    .bookingTypeSection .typeList .item .coverMask .typeSign .ring .tour {
        font-size: 20px;
    }

    .bookingTypeSection .typeList .item .coverMask .typeInfo {
        flex: 0 0 100%;
        padding: 5px 0;
        text-align: center;
    }

    .bookingTypeSection .typeList .item .coverMask .typeInfo .title {
        font-size: 20px;
    }

    .bookingTypeSection .typeList .item .coverMask .typeInfo .time {
        width: 40%;
        margin: 20px 5% 0;
    }

    .bookingTypeSection .typeList .item .coverMask .typeInfo .link {
        width: 40%;
        margin: 20px 5% 0;
    }
}

/* @media screen and (min-width: 801px) and (max-width: 850px) {
    .bookingTypeSection .typeList .item {
        width: 100%;
        height: 420px;
    }
    .bookingTypeSection .typeList .item .coverMask {
        padding: 80px 10px 0;
    }
}

@media screen and (min-width: 551px) and (max-width: 600px) {
    .bookingTypeSection .typeList .item {
        width: 100%;
        height: 400px;
    }
    .bookingTypeSection .typeList .item .coverMask {
        padding: 65px 0;
    }
} */
/*---------- Type (end) ----------*/


/*---------- Gallery (start) ----------*/
.sectGallery {
    width: 100%;
    padding: 0;
    background: linear-gradient(to bottom, #ffffff00 0%, #ffffff00 50%, #ffffff 50.1%, #ffffff 100%);
}

.sectGallery .ctx {
    padding: 20px 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
}

.sectGallery .ctx .pic {
    vertical-align: bottom;
}

.sectGallery .ctx .pic1 {
    flex: 0 0 45%;
    background: url(../img/bookingRRRC/pic_01.webp) center no-repeat;
    background-size: cover;
}

.sectGallery .ctx .pic2 {
    flex: 0 0 20%;
    background: url(../img/bookingRRRC/pic_02.webp) 55% center no-repeat;
    background-size: cover;
}

.sectGallery .ctx .pic3 {
    flex: 0 0 35%;
    background: url(../img/bookingRRRC/pic_03.webp) center bottom no-repeat;
    background-size: cover;
}

.sectGallery .ctx .pic4 {
    flex: 0 0 50%;
    background: url(../img/bookingRRRC/pic_04.webp) center 30% no-repeat;
    background-size: cover;
}

.sectGallery .ctx .pic5 {
    flex: 0 0 50%;    
    background: url(../img/bookingRRRC/pic_05.webp) center 25% no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sectGallery {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sectGallery {
        padding: 0 20px;
    }

    .sectGallery .ctx .pic1 {
        flex: 0 0 100%;
        margin: 0 0 1px;
    }

    .sectGallery .ctx .pic2 {
        flex: 0 0 100%;
        margin: 0 0 1px;
    }

    .sectGallery .ctx .pic3 {
        flex: 0 0 100%;
        margin: 0 0 1px;
    }

    .sectGallery .ctx .pic4 {
        flex: 0 0 100%;
        margin: 0 0 1px;
    }

    .sectGallery .ctx .pic5 {
        flex: 0 0 100%;
        margin: 0 0 1px;
    }
}
/*---------- Gallery (end) ----------*/


/*---------- Popup (start) ----------*/
.bookingPlanPopup {
    width: 1000px;
    height: 600px;
    padding: 30px 60px;
    box-sizing: border-box;
    border: solid 5px #fff;
    line-height: 1.6em;
    font-size: 18px;
    background: linear-gradient(135deg, rgba(122, 197, 0, 0.2) 0%, rgba(255, 149, 0, 0.2) 45%, rgba(240, 150, 15, 0.2) 55%, rgba(0, 170, 255, 0.2) 100%), #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset;
}

.bookingPlanPopup .title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 22px;
}

.bookingPlanPopup .highlight1 {
    margin: 30px 0;
    color: #7ac500;
}

.bookingPlanPopup .highlight2 {
    margin: 30px 0;
    color: #ff9500;
}

.bookingPlanPopup .highlight3 {
    margin: 30px 0;
    color: #00aaff;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .bookingPlanPopup {
        width: 90%;
        height: 80%;
        padding: 15px;
        overflow-y: auto;
        border: solid 3px #fff;
        line-height: 1.5em;
        font-size: 16px;
    }
    .bookingPlanPopup .title {
        margin: 0 0 5px;
        font-weight: bold;
        font-size: 20px;
    }
}
/*---------- Popup (end) ----------*/