.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lightBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.dateSelese .bigClose {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dateSelese .content {
    background: #fff;
    width: 328px;
    padding: 15px;
    border-radius: 15px;
    position: absolute;
    top: 137px;
    left: 190px;
    z-index: 9;
}

.dateSelese .content .closeIcon {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

.dateSelese .content .closeIcon:before,
.dateSelese .content .closeIcon:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: -15px;
}

.dateSelese .content .closeIcon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dateSelese .content .lightBoxHead h2 {
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.dateSelese .content .lightBoxFooter {
    border-top: solid 1px #ccc;
    padding-top: 15px;
    text-align: right;
}

.dateSelese .content .lightBoxBody {
    min-height: 280px;
}

.UserIcon {
    max-width: 28px;
    /*vertical-align: middle;
    position: relative;
    top: 6px;*/
    margin: 0 7px;
    cursor: pointer;
}

.userList {
    position: relative;
    padding-right: 15px;
}

.userList:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    top: 50%;
    /*left: 36px;*/
}

.userList .UserIconList {
    display: none;
    list-style: none;
    position: absolute;
    width: 180px;
    background: #fff;
    padding: 10px;
    /*top: 38px;*/
    left: -77px;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 2px 3px #ccc;
    border-radius: 10px;
    line-height: 28px;
    z-index: 9;
}

.userList .UserIconList a {
    display: block;
    padding-left: 5px;
}

.userList .UserIconList a:hover {
    background: #f1f1f1;
}

.btnW {
    display: block;
}

.hideBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .phone{
        display: block;
    }
    .phone2{
        display: none;
    }

@media (max-width: 768px) {
    .phone{
        display: none;
    }
    .phone2{
        display: block;
    }
    .hideBox {
        padding: 3%;
    }
}
/*@media (max-width: 1250px) {*/
/*    .phone2{*/
/*        display: block;*/
/*    }*/
/*}*/

.hideBox .content {
    background: #fff;
    padding: 15px;
    min-width: 360px;
    margin: 0 auto;
    margin-left: 19%;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .hideBox .content {
        width: 100%;
        min-width: initial;
        margin-left: 0%;
    }
}

.hideBox .content .closehide {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}

.hideBox .content .closehide:before,
.hideBox .content .closehide:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: -15px;
}

.hideBox .content .closehide:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hideBox .content .hideBoxHead h2 {
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.hideBox .content .hideBoxFooter {
    border-top: solid 1px #ccc;
    padding-top: 15px;
    text-align: right;
}

.hideBox .content .hideBoxBody {
    padding: 10px 5px;
}

.hideBox .content .hideBoxBody div {
    line-height: 24px;
    padding: 5px 0;
}

.priceBoxInput {
    width: 40%;
}

@media screen and (min-width: 801px) {
    .priceBoxInput {
        width: 40%;
    }

}

.hideBox .content .hideBoxBody .priceBoxInput {
    width: 80px;
}

.hideBox .content .hideBoxBody input[type="checkbox"] {
    margin-right: 5px;
}

.reLanguage {
    display: none;
    background: #f1f1f1;
}

.reLanguage .aBoxHead h2 {
    padding-left: 15px;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.reLanguage .aBoxHead h2 span {
    color: #444;
    font-size: 15px;
    padding-left: 10px;
}

.reLanguage .aBoxBody label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
}

.reLanguage .aBoxBody label input[type="checkbox"] {
    margin-right: 4px;
}

.reLanguage .aBoxFooter {
    border-top: solid 1px #ccc;
    padding-top: 15px;
    padding-right: 15px;
    text-align: right;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

.reLanguage .aBoxFooter a {
    color: #fff;
}

.siteBtn {
    width: 100%;
    font-size: 18px;
    color: #333333;
    background-color: #8ccbf7;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: 0;
    cursor: pointer;
}

.selectbox {
    margin-top: 5px;
}

.selectbox div {
    padding: 3px 0;
}

@media (max-width: 500px) {
    .showMapBtn {
        display: none;
    }

}

.showMapBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.showMapBox .showMapBoxBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.showMapBox .overflowpBox {
    width: 100%;
}

@media (max-width: 1024px) {
    .showMapBox .overflowpBox {
        padding: 3%;
        overflow: auto;
    }
}

.showMapBox .content {
    background: #fff;
    padding: 15px;
    width: 96%;
    height: 90vh;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

@media (max-width: 1024px) {
    .showMapBox .content {
        width: 1140px;
        overflow-y: auto;
    }
}

.showMapBox .content .showMapBoxClose {
    position: absolute;
    right: 0;
    background: red;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    top: 0;
    cursor: pointer;
    font-size: 20px;
}

.showMapBox .content .title {
    border: solid 1px #ccc;
}

.showMapBox .content .title .titleBtn {
    width: calc(100% - 210px);
    padding: 10px 0 0;
}

.showMapBox .content .title .titleBtn ul {
    list-style: none;
    padding-left: 10px;
}

.showMapBox .content .title .titleSelect {
    padding: 10px 0;
}

.showMapBox .content .flex .MapBoxLeft {
    width: 430px;
    border: 1px solid #ccc;
    overflow-y: auto;
    height: 100%;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv {
    padding: 5px;
    border-bottom: solid 1px #ccc;
    background: #fff;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv h2 {
    font-size: 22px;
    color: #bb5b49;
    line-height: 38px;
    font-weight: bold;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv h2 img {
    padding-left: 16px;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv section img {
    max-width: 130px;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv section div:last-child {
    padding-left: 10px;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv section div:last-child a {
    text-decoration: none;
    color: #3998c6 !important;
    font-size: 15px;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv section div:last-child p {
    margin: 0;
}

.showMapBox .content .flex .MapBoxLeft .leftDiv section div:last-child p span {
    display: inline-block;
    width: 150px;
}

.showMapBox .content .flex .googleMap {
    width: calc(100% - 445px);
    padding: 0 15px;
    position: relative;
    background: #fff;
}

.showMapBox .content .flex .googleMap .googleMapBtn {
    position: absolute;
    width: 160px;
    height: 140px;
    border-radius: 100%;
    left: 48%;
    top: 40%;
    cursor: pointer;
}

.showMapBox .content .flex .googleMap .googleMapData {
    position: absolute;
    width: 200px;
    border-radius: 15px;
    background: #fff;
    left: 48%;
    top: 51%;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 2px 3px #ccc;
    padding: 10px;
    display: none;
}

.showMapBox .content .flex .googleMap .googleMapData h4 {
    font-size: 17px;
    font-weight: bold;
}

.showMapBox .content .flex .googleMap .googleMapData img {
    max-width: 100%;
}

.showMapBox .content .flex .googleMap .googleMapData .flex div:last-child {
    padding-top: 10px;
}

.boxPrice,
.boxLanguage,
.boxArea,
.boxCategory,
.boxFacility,
.boxAssess {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (max-width: 500px) {

    .boxPrice,
    .boxLanguage,
    .boxArea,
    .boxCategory,
    .boxFacility,
    .boxAssess {
        padding: 15px;
    }
}

.boxPrice .content,
.boxLanguage .content,
.boxArea .content,
.boxCategory .content,
.boxFacility .content,
.boxAssess .content {
    width: 360px;
    padding: 15px;
    background: #fff;
    margin-top: 115px;
    margin-left: 3.5%;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 500px) {

    .boxPrice .content,
    .boxLanguage .content,
    .boxArea .content,
    .boxCategory .content,
    .boxFacility .content,
    .boxAssess .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 115px;
    }
}

.boxPrice .content .box-close,
.boxLanguage .content .box-close,
.boxArea .content .box-close,
.boxCategory .content .box-close,
.boxFacility .content .box-close,
.boxAssess .content .box-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.boxPrice .content .boxPrice,
.boxLanguage .content .boxPrice,
.boxArea .content .boxPrice,
.boxCategory .content .boxPrice,
.boxFacility .content .boxPrice,
.boxAssess .content .boxPrice {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
}

.boxPrice .content h2,
.boxLanguage .content h2,
.boxArea .content h2,
.boxCategory .content h2,
.boxFacility .content h2,
.boxAssess .content h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.boxPrice .content h2 span,
.boxLanguage .content h2 span,
.boxArea .content h2 span,
.boxCategory .content h2 span,
.boxFacility .content h2 span,
.boxAssess .content h2 span {
    color: #666;
    font-size: 15px;
    padding-left: 15px;
}

.boxPrice .content .hideBoxFooter,
.boxLanguage .content .hideBoxFooter,
.boxArea .content .hideBoxFooter,
.boxCategory .content .hideBoxFooter,
.boxFacility .content .hideBoxFooter,
.boxAssess .content .hideBoxFooter {
    border-top: solid 1px #ccc;
    padding-top: 15px;
    text-align: right;
}

.boxPrice .content .hideBoxBody,
.boxLanguage .content .hideBoxBody,
.boxArea .content .hideBoxBody,
.boxCategory .content .hideBoxBody,
.boxFacility .content .hideBoxBody,
.boxAssess .content .hideBoxBody {
    padding: 10px 5px;
}

.boxPrice .content .hideBoxBody div,
.boxLanguage .content .hideBoxBody div,
.boxArea .content .hideBoxBody div,
.boxCategory .content .hideBoxBody div,
.boxFacility .content .hideBoxBody div,
.boxAssess .content .hideBoxBody div {
    line-height: 24px;
    padding: 5px 0;
}

.boxPrice .content .hideBoxBody .priceBoxInput,
.boxLanguage .content .hideBoxBody .priceBoxInput,
.boxArea .content .hideBoxBody .priceBoxInput,
.boxCategory .content .hideBoxBody .priceBoxInput,
.boxFacility .content .hideBoxBody .priceBoxInput,
.boxAssess .content .hideBoxBody .priceBoxInput {
    width: 80px;
}

.boxPrice .content .hideBoxBody input[type="checkbox"],
.boxLanguage .content .hideBoxBody input[type="checkbox"],
.boxArea .content .hideBoxBody input[type="checkbox"],
.boxCategory .content .hideBoxBody input[type="checkbox"],
.boxFacility .content .hideBoxBody input[type="checkbox"],
.boxAssess .content .hideBoxBody input[type="checkbox"] {
    margin-right: 5px;
}

.boxLanguage .content,
.boxArea .content {
    width: 580px;
    padding: 15px;
    background: #fff;
    margin-top: 115px;
    margin-left: 13%;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 500px) {

    .boxLanguage .content,
    .boxArea .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 115px;
    }
}

.boxLanguage .content .box-close,
.boxArea .content .box-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.boxLanguage .content .hideBoxBody,
.boxArea .content .hideBoxBody {
    padding: 10px 5px;
}

.boxLanguage .content .hideBoxBody div,
.boxArea .content .hideBoxBody div {
    line-height: 24px;
    padding: 5px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

@media (max-width: 500px) {

    .boxLanguage .content .hideBoxBody div,
    .boxArea .content .hideBoxBody div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.boxLanguage .content .hideBoxBody .priceBoxInput,
.boxArea .content .hideBoxBody .priceBoxInput {
    width: 80px;
}

.boxLanguage .content .hideBoxBody input[type="checkbox"],
.boxArea .content .hideBoxBody input[type="checkbox"] {
    margin-right: 5px;
}

.boxArea .content {
    width: 580px;
    padding: 15px;
    background: #fff;
    margin-top: 115px;
    margin-left: 22%;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 500px) {
    .boxArea .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 115px;
    }
}

.boxCategory .content {
    width: 340px;
    padding: 15px;
    background: #fff;
    margin-top: 115px;
    margin-left: 31%;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 500px) {
    .boxCategory .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 115px;
    }
}

.boxCategory .content .hideBoxBody div {
    line-height: 13px;
}

@media (max-width: 1024px) {
    .boxFacility .overflowpBox {
        overflow-y: auto;
    }
}

.boxFacility .content {
    width: 620px;
    padding: 15px;
    background: #fff;
    margin-top: 115px;
    margin-left: 852px;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 1024px) {
    .boxFacility .content {
        margin: 0 auto;
        margin-top: 115px;
        height: 78vh;
        overflow-y: auto;
    }
}

@media (max-width: 500px) {
    .boxFacility .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 115px;
    }
}

.boxFacility .content .hideBoxBody {
    padding: 10px 5px;
}

.boxFacility .content .hideBoxBody div {
    padding: 5px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    line-height: 15px;
}

@media (max-width: 500px) {
    .boxFacility .content .hideBoxBody div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.boxAssess .content {
    width: 380px;
    padding: 15px;
    background: #fff;
    margin-top: 115px;
    margin-left: 65%;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 1024px) {
    .boxAssess .content {
        margin: 0 auto;
        margin-top: 115px;
    }
}

@media (max-width: 500px) {
    .boxAssess .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 115px;
    }
}

.boxAssess .content .hideBoxBody {
    padding: 10px 5px;
}

.boxAssess .content .hideBoxBody div {
    padding: 5px 0;
    line-height: 15px;
    width: 120px;
    margin: 0 auto;
}

.UserIconspan {
    position: relative;
    top: -3px;
}

.mobileBtn {
    display: none;
}

@media screen and (max-width : 992px) {}

@media (max-width: 500px) {
    .mobileBtn {
        display: block;
    }
}



@media (max-width: 768px) {

    .priceBox .content,
    .leftBoxLanguage .content,
    .leftBoxArea .content,
    .leftBoxStay .content,
    .leftBoxroomType .content,
    .leftBoxFacility .content,
    .leftBoxActivity .content,
    .leftBoxService .content,
    .leftBoxStar .content,
    .leftBoxAssess .content {
        width: 100%;
    }
}

.leftBoxStay .content .body .languageDiv,
.leftBoxroomType .content .body .languageDiv,
.leftBoxStar .content .body .languageDiv,
.leftBoxAssess .content .body .languageDiv {
    /*width: 60%;*/
    margin: 0 auto;
}

@media (max-width: 768px) {

    .leftBoxStay .content .body .languageDiv,
    .leftBoxroomType .content .body .languageDiv,
    .leftBoxStar .content .body .languageDiv,
    .leftBoxAssess .content .body .languageDiv {
        width: 100%;
    }
}



.leftBoxService .content {
    /*margin-top: 16%;*/
}

#datepicker {
    /*max-width: 55%;
    margin-right: 5%;*/
    border: solid 1px #ccc;
    height: 34px;
    text-indent: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background: #3998c6 !important;
    color: #fff !important;
}

.tainanpc2 {
    padding-left: 7rem;
}

.selectAeca {
    position: relative;
    left: -80%;
}

.priceBtn,
.languageBtn,
.areaBtn,
.stayBtn,
.roomBtn,
.facilityBtn,
.activityBtn,
.serviceBtn,
.starBtn,
.assessBtn {
    position: relative;
}

.priceBox,
.leftBoxLanguage,
.leftBoxArea,
.leftBoxStay,
.leftBoxroomType,
.leftBoxFacility,
.leftBoxActivity,
.leftBoxService,
.leftBoxStar,
.leftBoxAssess {
    /*  position: absolute; */
    position: fixed;
    top: 2.5%;
    left: 2.5%;
    z-index: 50;
    min-width: 95%;
    max-width: 95%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 801px) {
    .priceBox,


    .leftBoxStay,
    .leftBoxroomType,
    .leftBoxFacility,
    .leftBoxActivity,
    .leftBoxService,
    .leftBoxStar,
    .leftBoxAssess {
        position: fixed;
        top: 10px;
        /*   left: 228px; */
        left: 18.7%;
        min-width: 880px;
        max-width: 680px;
    }

    .leftBoxLanguage,
    .leftBoxArea {
        position: fixed;
        top: 10px;
        /*      left: 228px; */
        left: 18.7%;
        min-width: 600px;
        max-width: 680px;
    }

}

/*ipad 第七代以下的呎吋調整樣式*/
@media screen and (max-width : 810px) {

    .mobileBtn {
        display: none;
    }

    .navbar-collapse.collapse>ul.navbar-nav:first-child {
        display: none;
    }

    .contenthead .content01 .navbar .pc {
        /*   display: none; */
        /*平板以下呎吋隱藏 客房專線:+886-0935426132 
*/
    }

    .priceBox,
    .leftBoxLanguage,
    .leftBoxArea,
    .leftBoxStay,
    .leftBoxroomType,
    .leftBoxFacility,
    .leftBoxActivity,
    .leftBoxService,
    .leftBoxStar,
    .leftBoxAssess {
        /*  position: absolute; */
        position: fixed;
        top: 2.5%;
        left: 2.5%;
        z-index: 50;
        min-width: 95%;
        max-width: 95%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }


}

.leftBoxStar,
.leftBoxAssess {
    /*  top: -200px; */
    top: 1%;
}

.priceBox .content,
.leftBoxLanguage .content,
.leftBoxArea .content,
.leftBoxStay .content,
.leftBoxroomType .content,
.leftBoxFacility .content,
.leftBoxActivity .content,
.leftBoxService .content,
.leftBoxStar .content,
.leftBoxAssess .content {
    -webkit-box-shadow: 1px 2px 3px #333;
    box-shadow: 1px 2px 3px #333;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
}

.priceBox .content h2,
.leftBoxLanguage .content h2,
.leftBoxArea .content h2,
.leftBoxStay .content h2,
.leftBoxroomType .content h2,
.leftBoxFacility .content h2,
.leftBoxActivity .content h2,
.leftBoxService .content h2,
.leftBoxStar .content h2,
.leftBoxAssess .content h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.priceBox .content h2 span,
.leftBoxLanguage .content h2 span,
.leftBoxArea .content h2 span,
.leftBoxStay .content h2 span,
.leftBoxroomType .content h2 span,
.leftBoxFacility .content h2 span,
.leftBoxActivity .content h2 span,
.leftBoxService .content h2 span,
.leftBoxStar .content h2 span,
.leftBoxAssess .content h2 span {
    color: #666;
    font-size: 15px;
    padding-left: 15px;
}

.priceBox .content .header,
.leftBoxLanguage .content .header,
.leftBoxArea .content .header,
.leftBoxStay .content .header,
.leftBoxroomType .content .header,
.leftBoxFacility .content .header,
.leftBoxActivity .content .header,
.leftBoxService .content .header,
.leftBoxStar .content .header,
.leftBoxAssess .content .header {
    position: relative;
}

.priceBox .content .header h2,
.leftBoxLanguage .content .header h2,
.leftBoxArea .content .header h2,
.leftBoxStay .content .header h2,
.leftBoxroomType .content .header h2,
.leftBoxFacility .content .header h2,
.leftBoxActivity .content .header h2,
.leftBoxService .content .header h2,
.leftBoxStar .content .header h2,
.leftBoxAssess .content .header h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.priceBox .content .header h2 span,
.leftBoxLanguage .content .header h2 span,
.leftBoxArea .content .header h2 span,
.leftBoxStay .content .header h2 span,
.leftBoxroomType .content .header h2 span,
.leftBoxFacility .content .header h2 span,
.leftBoxActivity .content .header h2 span,
.leftBoxService .content .header h2 span,
.leftBoxStar .content .header h2 span,
.leftBoxAssess .content .header h2 span {
    color: #666;
    font-size: 15px;
    padding-left: 15px;
}

.priceBox .content .header .leftBoxClose,
.leftBoxLanguage .content .header .leftBoxClose,
.leftBoxArea .content .header .leftBoxClose,
.leftBoxStay .content .header .leftBoxClose,
.leftBoxroomType .content .header .leftBoxClose,
.leftBoxFacility .content .header .leftBoxClose,
.leftBoxActivity .content .header .leftBoxClose,
.leftBoxService .content .header .leftBoxClose,
.leftBoxStar .content .header .leftBoxClose,
.leftBoxAssess .content .header .leftBoxClose {
    position: absolute;
    right: 0;
    top: 0;
}

.priceBox .content input[type="checkbox"],
.leftBoxLanguage .content input[type="checkbox"],
.leftBoxArea .content input[type="checkbox"],
.leftBoxStay .content input[type="checkbox"],
.leftBoxroomType .content input[type="checkbox"],
.leftBoxFacility .content input[type="checkbox"],
.leftBoxActivity .content input[type="checkbox"],
.leftBoxService .content input[type="checkbox"],
.leftBoxStar .content input[type="checkbox"],
.leftBoxAssess .content input[type="checkbox"] {
    margin-right: 7px;
}

.priceBox .content div,
.leftBoxLanguage .content div,
.leftBoxArea .content div,
.leftBoxStay .content div,
.leftBoxroomType .content div,
.leftBoxFacility .content div,
.leftBoxActivity .content div,
.leftBoxService .content div,
.leftBoxStar .content div,
.leftBoxAssess .content div {
    padding: 5px 0;
    width: 100%;
}

.priceBox .content .hideBoxFooter,
.priceBox .content .leftBoxfooter,
.leftBoxLanguage .content .hideBoxFooter,
.leftBoxLanguage .content .leftBoxfooter,
.leftBoxArea .content .hideBoxFooter,
.leftBoxArea .content .leftBoxfooter,
.leftBoxStay .content .hideBoxFooter,
.leftBoxStay .content .leftBoxfooter,
.leftBoxroomType .content .hideBoxFooter,
.leftBoxroomType .content .leftBoxfooter,
.leftBoxFacility .content .hideBoxFooter,
.leftBoxFacility .content .leftBoxfooter,
.leftBoxActivity .content .hideBoxFooter,
.leftBoxActivity .content .leftBoxfooter,
.leftBoxService .content .hideBoxFooter,
.leftBoxService .content .leftBoxfooter,
.leftBoxStar .content .hideBoxFooter,
.leftBoxStar .content .leftBoxfooter,
.leftBoxAssess .content .hideBoxFooter,
.leftBoxAssess .content .leftBoxfooter {
    text-align: right;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-top: 10px;
}

.leftBoxLanguage .content .languageDiv,
.leftBoxArea .content .languageDiv,
.leftBoxFacility .content .languageDiv,
.leftBoxActivity .content .languageDiv,
.leftBoxService .content .languageDiv {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
}

.titleBtn .titleBtnLi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    margin-right: 1.2%;
}

.titleBtn .titleBtnLi span {
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #0283df;
    display: block;
    border-radius: 3rem;
}

.titleBtnLi {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
}

.titleBtnLi .boxPriceL {
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    list-style: none;
    top: 28px;
    left: 0;
    -webkit-box-shadow: 1px 2px 3px #333333;
    box-shadow: 1px 2px 3px #333333;
    color: #000;
    min-width: 380px;
    display: none;
    z-index: 99;
}

.titleBtnLi .boxPriceL input[type="checkbox"] {
    margin-right: 10px;
}

.titleBtnLi .boxPriceL input[type="text"] {
    width: 120px;
}

.titleBtnLi .boxPriceL h2 {
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.titleBtnLi .boxPriceL h2 span {
    color: #666;
    font-size: 14px;
    padding-left: 15px;
    background: none;
    display: inline-block;
}

.titleBtnLi .boxPriceL .h2Last {
    margin-top: 36px;
}

.titleBtnLi .boxPriceL h3 {
    padding-top: 10px;
    margin-top: 15px;
    text-align: right;
    display: block;
    width: 100%;
    position: relative;
    clear: both;
}

.titleBtnLi .boxPriceL h3 a {
    color: #fff;
}

.titleBtnLi .boxPriceL h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: solid 1px #ccc;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.titleBtnLi .boxPriceL h3 button {
    line-height: 30px;
    padding: 0 10px;
}

.titleBtnLi .boxPriceL li {
    padding: 3px 5px;
}

.boxPriceCon {
    width: 750px;
}

.boxPriceCon li {
    float: left;
    width: 33.333%;
}

.boxPriceCon2 {
    width: 600px;
}

.boxPriceCon2 li {
    float: left;
    width: 50%;
}

/*# sourceMappingURL=style.css.map */