@charset "utf-8";
i, em {
    font-style: normal;
}
.owl-item {
    float: left;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.owl-stage-outer {
    overflow: hidden;
}
.owl-stage:after {
    display: block;
    content: "";
    clear: both;
}
.owl-stage-outer:after {
    display: block;
    content: "";
    clear: both;
}
.disabled {
    display: none;
}

/*=======================================================
	skipNavi
=========================================================*/
#skipNavi {
    height: 0;
}
#skipNavi .skipLink {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    z-index: 5000;
}
#skipNavi .skipLink:focus,
#skipNavi .skipLink:active {
    top: 0;
    left: 0;
    padding: 10px 20px;
    background: #1e64ba;
    color: #fff;
}

/*=======================================================
	input & select
=========================================================*/
.field {
    position: Relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.chk-input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}
.chk-input input {
    height: 48px;
    letter-spacing: -0.03em;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    padding: 0 20px;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    position: relative;
}
.chk-input input::placeholder {
    color: #c4c4c4 !important ;
    opacity: 1 !important;
}
.chk-input.active input {
    color: #222;
}
.chk-input input:focus {
    color: #222;
}
.chk-input textarea {
    height: 140px;
    letter-spacing: -0.03em;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    position: relative;
    resize: none;
}
.chk-input textarea::placeholder {
    color: #c4c4c4 !important ;
    opacity: 1 !important;
}

.chk-input.readonly input {
    background: #f4f4f4;
}
@media only screen and (max-width: 999px) {
    .chk-input textarea {
        height: 120px;
        font-size: 13px;
    }
    .chk-input input {
        height: 40px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 680px) {
    .chk-input textarea {
        height: 100px;
        font-size: 12px;
        border-radius: 6px;
        padding: 8px;
    }
}
@media only screen and (max-width: 480px) {
    .chk-input textarea {
    }
}

.chk-select {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.chk-select:after {
    background: url(/static/booking/img/sub/select-arrow.png) no-repeat center center;
    position: absolute;
    width: 16px;
    height: 10px;
    margin-top: -5px;
    right: 12px;
    top: 50%;
    display: block;
    content: "";
    z-index: 3;
}
.chk-select select {
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
    height: 48px;
    color: #222;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    text-indent: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    appearance: none;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.chk-select select::-ms-expand {
    display: none;
}
.chk-select.active select {
    color: #000;
}
.chk-select.readonly {
    background: #f4f4f4;
}
.chk-select.readonly:before {
    width: 100%;
    height: 100%;
    position: Absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    z-index: 1234;
}
.chk-select.readonly select {
    color: #717171 !important;
}
@media only screen and (max-width: 999px) {
    .chk-select:after {
        background-size: 10px auto;
        right: 10px;
    }
    .chk-select select {
        font-size: 12px;
        height: 40px;
    }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}

.chk-radio {
    display: inline-block;
    font-size: 0px;
    vertical-align: top;
    line-height: 100%;
    color: #000;
}
.chk-radio input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.chk-radio input[type="radio"] + label {
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.chk-radio input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #7d7d7d;
    border-radius: 100%;
    box-sizing: border-box;
}
.chk-radio input[type="radio"] + label:after {
}
.chk-radio input[type="radio"]:checked + label:before {
}
.chk-radio input[type="radio"]:checked + label:after {
    position: Absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 5px;
    background: var(--brand-main-color);
    border-radius: 100%;
    display: block;
    content: "";
}
.chk-radio label .benefit {vertical-align:top;background:#e2893f;color:white;border-radius:4px;padding:2px 4px 1px 3px;line-height:1.3rem;font-size:0.75rem;margin-left:4px;}
.chk-radio label .benefit_orange {background:#e2893f;}
.chk-radio label .benefit_pupple {background:#742c7e;}
.chk-radio-desc {padding-left:28px;margin-top:9px;}
.chk-radio-desc > p {font-size:14px;color:#6a6a6a;margin-top:7px;line-height:1.28rem;}

.chk-check {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.chk-check input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.chk-check input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
    font-weight: 400;
    letter-spacing: -0.02em;
    cursor: pointer;
}
.chk-check input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b1b1b1;
}
.chk-check input[type="checkbox"]:checked + label {
    color: #222;
}
.chk-check input[type="checkbox"]:checked + label:before {
    background: url(/static/booking/img/sub/check-on.jpg) no-repeat center center #fff;
    background-size: 100% auto;
}
@media only screen and (max-width: 999px) {
    .chk-radio input[type="radio"] + label {
        font-size: 12px;
        padding-left: 22px;
    }
    .chk-radio input[type="radio"] + label:before {
        width: 15px;
        height: 15px;
        top: 3px;
    }
    .chk-radio input[type="radio"]:checked + label:after {
        width: 9px;
        height: 9px;
        left: 3px;
        top: 6px;
    }
    .chk-check input[type="checkbox"] + label {
        font-size: 12px;
        padding-left: 22px;
    }
    .chk-check input[type="checkbox"] + label:before {
        width: 14px;
        height: 14px;
        top: 3px;
    }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
