textarea{
    resize: none;
    min-height: 104px;
}
input{
    resize: none;
    min-height: 24px;
}
::-webkit-input-placeholder {
    font-size: 11px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 11px;
    color: rgba(135,135,135,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 11px;
    color: rgba(135,135,135,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 11px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 11px;
    color: rgba(135,135,135,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}

.cusfm{
    font-family: 'Montserrat', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}

.whitebg{
    background: rgba(255,255,255,1);
}
.blackbg{
    background: rgba(0,0,0,1);
}
.blackbg48{
    background: rgba(0,0,0,.48);
}
.darkbluebg80{
    background: rgba(11,38,66,.8);
}

.bluetoblackgradientbg{
    background: -webkit-linear-gradient(top, rgba(30,39,58,1), rgba(0,0,0,1));
    background: -o-linear-gradient(top, rgba(30,39,58,1), rgba(0,0,0,1));
    background: -moz-linear-gradient(top, rgba(30,39,58,1), rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(30,39,58,1), rgba(0,0,0,1));
}
.silvergradientbg{
    background: -webkit-linear-gradient(top, rgba(219,219,219,1), rgba(250,250,250,1));
    background: -o-linear-gradient(top, rgba(219,219,219,1), rgba(250,250,250,1));
    background: -moz-linear-gradient(top, rgba(219,219,219,1), rgba(250,250,250,1));
    background: linear-gradient(to bottom, rgba(219,219,219,1), rgba(250,250,250,1));
}
.yellowgradientbg{
    background: -webkit-linear-gradient(top, rgba(246,228,148,1), rgba(236,196,113,1));
    background: -o-linear-gradient(top, rgba(246,228,148,1), rgba(236,196,113,1));
    background: -moz-linear-gradient(top, rgba(246,228,148,1), rgba(236,196,113,1));
    background: linear-gradient(to bottom, rgba(246,228,148,1), rgba(236,196,113,1));
}
.greengradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -o-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -moz-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: linear-gradient(to bottom right, rgba(151,242,10,1), rgba(5,182,0,1));
}

.blacktotransbg{
    background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001));
}
.transtoblackbg{
    background: -webkit-linear-gradient(top, rgba(0,0,0,.001), rgba(0,0,0,1));
    background: -o-linear-gradient(top, rgba(0,0,0,.001), rgba(0,0,0,1));
    background: -moz-linear-gradient(top, rgba(0,0,0,.001), rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(0,0,0,.001), rgba(0,0,0,1));
}

.blacktotransbg120px{
    background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001));
    background-size: 100% 120px;
    background-repeat: no-repeat;
    background-position: center top;
}
.blacktotransbgmirror{
    background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001));
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.001));
    background-size: 100% 120px, 100% 80px;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
}

.whitefont{
    color: rgba(255,255,255,1);
}
.blackfont{
    color: rgba(44,44,44,1);
}
.yellowfont{
    color: rgba(245,216,126,1);
}
.redfont{
    color: rgba(177,43,40,1);
}
.pinkfont{
    color: rgba(255,223,231,1);
}
.yellowtogreenfont, .yellowtogreenfont:visited{
    color: rgba(255,248,159,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.yellowtogreenfont:hover, .yellowtogreenfont:active{
    color: rgba(58,165,161,1);
}

.yellowsolidb1{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(245,216,126,.001), rgba(245,216,126,1) 32%, rgba(245,216,126,1) 68%, rgba(245,216,126,.001)) 1;
    -o-border-image: -o-linear-gradient(left, rgba(245,216,126,.001), rgba(245,216,126,1) 32%, rgba(245,216,126,1) 68%, rgba(245,216,126,.001)) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(245,216,126,.001), rgba(245,216,126,1) 32%, rgba(245,216,126,1) 68%, rgba(245,216,126,.001)) 1;
    border-image: linear-gradient(to right, rgba(245,216,126,.001), rgba(245,216,126,1) 32%, rgba(245,216,126,1) 68%, rgba(245,216,126,.001)) 1;
}
.graysolidt1{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
    -o-border-image: -o-linear-gradient(left, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
    border-image: linear-gradient(to right, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
}
.yellowsolid2{
    border: 2px solid rgba(245,216,126,1);
}
.graysolid1{
    border: 1px solid rgba(120,120,120,1);
}

.textshadow1{
    text-shadow: 1px 1px 0px rgba(88,88,88,1);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(88,88,88,.8), -4px 0px 4px -3px rgba(88,88,88,.8);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(88,88,88,.8), -4px 0px 4px -3px rgba(88,88,88,.8);
}
.grayboxshadowrb8-9{
    box-shadow: 8px 8px 8px -9px rgba(0,0,0,1);
    -webkit-box-shadow: 8px 8px 8px -9px rgba(0,0,0,1);
}
.blackboxshadowt16-10{
    box-shadow: 0px -16px 16px -10px rgba(0,0,0,1);
    -webkit-box-shadow: 0px -16px 16px -10px rgba(0,0,0,1);
}
.blackboxshadowb16-10{
    box-shadow: 0px 16px 16px -10px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 16px 16px -10px rgba(0,0,0,1);
}
.blackboxshadowt8-9{
    box-shadow: 0px -8px 8px -9px rgba(0,0,0,1);
    -webkit-box-shadow: 0px -8px 8px -9px rgba(0,0,0,1);
}
.blackboxshadowtb8-9{
    box-shadow: 0px 8px 8px -9px rgba(0,0,0,1), 0px -8px 8px -9px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 8px 8px -9px rgba(0,0,0,1), 0px -8px 8px -9px rgba(0,0,0,1);
}
.blackboxshadowt16-10inset{
    box-shadow: 0px 16px 16px -10px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px 16px 16px -10px rgba(0,0,0,1) inset;
}
.blackboxshadowt8-9inset{
    box-shadow: 0px 8px 8px -9px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px 8px 8px -9px rgba(0,0,0,1) inset;
}
.whiteboxshadow8{
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,.8);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,.8);
}

.minh1000px{
    height: 1000px;
}

.translatex-50{
    transform:translate(-50%,0) rotate(0deg);
    -webkit-transform:translate(-50%,0) rotate(0deg);
}
.left50{
    left: 50%;
}
.left-16px{
    left: -16px;
}

.cusmaxw24px{
    max-width: 24px;
    width: 24px;
}
.cusmaxw100-32px{
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
}

.minh320px{
    min-height: 320px;
    height: 320px;
}

.cusmargin10{
    margin: 1px 0;
}

.nav .subnav{
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all .5s;
}
.nav:hover .subnav, .nav:active .subnav{
    height: auto;
    max-height: 389px;
}


@media only screen and (min-width: 1001px){
    .indexbannerbg01{
        background: url(../fimgs/indexbannerm.png) bottom center no-repeat;
        background-size: contain;
    }
    .indexbannerbg02{
        background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01m.jpg);
        background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01m.jpg);
        background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01m.jpg);
        background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01m.jpg);
        background-size: 100% 160px, 100% 80px, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: center top, center bottom, center bottom;
    }
    .indexbannerbg03{
        background:  url(../fimgs/indexbg03m.jpg) center center no-repeat;
        background-size: cover;
    }
    .indexbannerbg04{
        background:  url(../fimgs/indexbg04b.jpg) center center no-repeat fixed;
    }
    .aboutbg01{
        background:  url(../fimgs/aboutbgm.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .bookingbg01{
        background:  url(../fimgs/bookingbgm.jpg) center center no-repeat fixed;
    }
    .campbg01{
        background:  url(../fimgs/campbg01m.jpg) center center no-repeat fixed;
    }
    .campbg02{
        background:  url(../fimgs/campbg02m.jpg) center center no-repeat fixed;
    }
    .campbg03{
        background:  url(../fimgs/campbg03m.jpg) center center no-repeat;
        background-size: auto;
    }
    .viewbg01{
        background:  url(../fimgs/viewbg01m.jpg) center center no-repeat fixed;
    }
    .viewbg02{
        background:  url(../fimgs/viewbg02m.jpg) center center no-repeat fixed;
    }
    .viewbanner01{
        background:  url(../fimgs/viewbanner01m.jpg) center center no-repeat;
    }
    .roolistbg01{
        background:  url(../fimgs/roomlistbg01m.png) center bottom no-repeat;
        background-size: auto;
    }
    .roomlistbg02{
        background:  url(../fimgs/roomlistimg01m.jpg) center center no-repeat;
    }
    .room01bg01{
        background:  url(../fimgs/room0101bgm.jpg) center center no-repeat;
    }
    .room01bg02{
        background:  url(../fimgs/room0102bgm.jpg) center center no-repeat fixed;
    }
    .room01banner01{
        background:  url(../fimgs/room01bannerm.jpg) center center no-repeat;
    }
    .room02bg01{
        background:  url(../fimgs/room0201bgm.jpg) center center no-repeat;
    }
    .room02bg02{
        background:  url(../fimgs/room0202bgm.jpg) center center no-repeat fixed;
    }
    .room02banner01{
        background:  url(../fimgs/room02bannerm.jpg) center center no-repeat;
    }
    .room03bg01{
        background:  url(../fimgs/room0301bgm.jpg) center center no-repeat;
    }
    .room03bg02{
        background:  url(../fimgs/room0302bgm.jpg) center center no-repeat fixed;
    }
    .room03banner01{
        background:  url(../fimgs/room03bannerm.jpg) center center no-repeat;
    }
    .room04bg01{
        background:  url(../fimgs/room0401bgm.jpg) center center no-repeat;
    }
    .room04bg02{
        background:  url(../fimgs/room0402bgm.jpg) center center no-repeat fixed;
    }
    .room04banner01{
        background:  url(../fimgs/room04bannerm.jpg) center center no-repeat;
    }
    .room05bg01{
        background:  url(../fimgs/room0501bgm.jpg) center center no-repeat;
    }
    .room05bg02{
        background:  url(../fimgs/room0502bgm.jpg) center center no-repeat fixed;
    }
    .room05banner01{
        background:  url(../fimgs/room05bannerm.jpg) center center no-repeat;
    }
    .room06bg01{
        background:  url(../fimgs/room0601bgm.jpg) center center no-repeat;
    }
    .room06bg02{
        background:  url(../fimgs/room0602bgm.jpg) center center no-repeat fixed;
    }
    .room06banner01{
        background:  url(../fimgs/room06bannerm.jpg) center center no-repeat;
    }
    .room07bg01{
        background:  url(../fimgs/room0701bgm.jpg) center center no-repeat;
    }
    .room07bg02{
        background:  url(../fimgs/room0702bgm.jpg) center center no-repeat fixed;
    }
    .room07banner01{
        background:  url(../fimgs/room07bannerm.jpg) center center no-repeat;
    }
    .room08bg01{
        background:  url(../fimgs/room0801bgm.jpg) center center no-repeat;
    }
    .room08bg02{
        background:  url(../fimgs/room0802bgm.jpg) center center no-repeat fixed;
    }
    .room08banner01{
        background:  url(../fimgs/room08bannerm.jpg) center center no-repeat;
    }
    .room09bg01{
        background:  url(../fimgs/room0901bgm.jpg) center center no-repeat;
    }
    .room09bg02{
        background:  url(../fimgs/room0902bgm.jpg) center center no-repeat fixed;
    }
    .room09banner01{
        background:  url(../fimgs/room09bannerm.jpg) center center no-repeat;
    }
    .reservebg01{
        background: url(../fimgs/reservebg01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg02{
        background: url(../fimgs/reservebg03002.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg04{
        background: url(../fimgs/reservebg04002.jpg) center center no-repeat;
        background-size: cover;
    }
    .hoverlens::after, .hoverlens:visited::after{
        background: url(../fimgs/iconlens.png) left top no-repeat;
        content: "";
        position: absolute;
        left: -10px;
        top: 0px;
        width: 24px;
        height: 24px;
        opacity: 0.0;
        filter: alpha(opacity=0);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .hoverlens:hover::after, .hoverlens:active::after{
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    .cusbottom104px{
        bottom: 104px;
    }
    .cusmaxw144px{
        max-width: 144px;
        width: 144px;
    }
    .cusmaxw100-152px{
        max-width: calc(100% - 152px);
        width: calc(100% - 152px);
    }
    .cusmaxw200px{
        max-width: 200px;
        width: 200px;
    }
    .cusmaxw100-208px{
        max-width: calc(100% - 208px);
        width: calc(100% - 208px);
    }
    .cuspaddingtb160lr0{
        padding: 160px 0px;
    }
    .maxgraysolidr1{
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        -webkit-border-image: -webkit-linear-gradient(top, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
        -o-border-image: -o-linear-gradient(top, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
        -moz-border-image: -moz-linear-gradient(top, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
        border-image: linear-gradient(to bottom, rgba(120,120,120,.001), rgba(120,120,120,1) 16%, rgba(120,120,120,1) 84%, rgba(120,120,120,.001)) 1;
    }
    .hoverblackbg1to0 .blackbg48, .hoverblackbg1to0:visited .blackbg48{
        opacity: 1.0;
        filter: alpha(opacity=100);
        transition: all 0.1s;
        -webkit-transition: all 0.1s;
    }
    .hoverblackbg1to0:hover .blackbg48, .hoverblackbg1to0:active .blackbg48{
        opacity: 0.0;
        filter: alpha(opacity=0);
    }
    .maxminh640px{
        min-height: 640px;
        height: 640px;
    }
}

@media only screen and (min-width: 1201px){
    .indexbannerbg01{
        background: url(../fimgs/indexbannerb.png) bottom center no-repeat;
        background-size: contain;
    }
    .indexbannerbg02{
        background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01b.jpg);
        background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01b.jpg);
        background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01b.jpg);
        background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01b.jpg);
        background-size: 100% 160px, 100% 80px, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: center top, center bottom, center bottom;
    }
    .indexbannerbg03{
        background:  url(../fimgs/indexbg03b.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg01{
        background:  url(../fimgs/aboutbgb.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .bookingbg01{
        background:  url(../fimgs/bookingbgb.jpg) center center no-repeat fixed;
    }
    .campbg01{
        background:  url(../fimgs/campbg01b.jpg) center center no-repeat fixed;
    }
    .campbg02{
        background:  url(../fimgs/campbg02b.jpg) center center no-repeat fixed;
    }
    .campbg03{
        background:  url(../fimgs/campbg03b.jpg) center center no-repeat;
        background-size: auto;
    }
    .viewbg01{
        background:  url(../fimgs/viewbg01b.jpg) center center no-repeat fixed;
    }
    .viewbg02{
        background:  url(../fimgs/viewbg02b.jpg) center center no-repeat fixed;
    }
    .viewbanner01{
        background:  url(../fimgs/viewbanner01b.jpg) center center no-repeat;
    }
    .roolistbg01{
        background:  url(../fimgs/roomlistbg01b.png) center bottom no-repeat;
        background-size: auto;
    }
    .roomlistbg02{
        background:  url(../fimgs/roomlistimg01b.jpg) center center no-repeat;
    }
    .room02bg01{
        background:  url(../fimgs/room0201bgb.jpg) center center no-repeat;
    }
    .room02bg02{
        background:  url(../fimgs/room0202bgb.jpg) center center no-repeat fixed;
    }
    .room02banner01{
        background:  url(../fimgs/room02bannerb.jpg) center center no-repeat;
    }
    .room01bg01{
        background:  url(../fimgs/room0101bgb.jpg) center center no-repeat;
    }
    .room01bg02{
        background:  url(../fimgs/room0102bgb.jpg) center center no-repeat fixed;
    }
    .room01banner01{
        background:  url(../fimgs/room01bannerb.jpg) center center no-repeat;
    }
    .room03bg01{
        background:  url(../fimgs/room0301bgb.jpg) center center no-repeat;
    }
    .room03bg02{
        background:  url(../fimgs/room0302bgb.jpg) center center no-repeat fixed;
    }
    .room03banner01{
        background:  url(../fimgs/room03bannerb.jpg) center center no-repeat;
    }
    .room04bg01{
        background:  url(../fimgs/room0401bgb.jpg) center center no-repeat;
    }
    .room04bg02{
        background:  url(../fimgs/room0402bgb.jpg) center center no-repeat fixed;
    }
    .room04banner01{
        background:  url(../fimgs/room04bannerb.jpg) center center no-repeat;
    }
    .room05bg01{
        background:  url(../fimgs/room0501bgb.jpg) center center no-repeat;
    }
    .room05bg02{
        background:  url(../fimgs/room0502bgb.jpg) center center no-repeat fixed;
    }
    .room05banner01{
        background:  url(../fimgs/room05bannerb.jpg) center center no-repeat;
    }
    .room06bg01{
        background:  url(../fimgs/room0601bgb.jpg) center center no-repeat;
    }
    .room06bg02{
        background:  url(../fimgs/room0602bgb.jpg) center center no-repeat fixed;
    }
    .room06banner01{
        background:  url(../fimgs/room06bannerb.jpg) center center no-repeat;
    }
    .room07bg01{
        background:  url(../fimgs/room0701bgb.jpg) center center no-repeat;
    }
    .room07bg02{
        background:  url(../fimgs/room0702bgb.jpg) center center no-repeat fixed;
    }
    .room07banner01{
        background:  url(../fimgs/room07bannerb.jpg) center center no-repeat;
    }
    .room08bg01{
        background:  url(../fimgs/room0801bgb.jpg) center center no-repeat;
    }
    .room08bg02{
        background:  url(../fimgs/room0802bgb.jpg) center center no-repeat fixed;
    }
    .room08banner01{
        background:  url(../fimgs/room08bannerb.jpg) center center no-repeat;
    }
    .room09bg01{
        background:  url(../fimgs/room0901bgb.jpg) center center no-repeat;
    }
    .room09bg02{
        background:  url(../fimgs/room0902bgb.jpg) center center no-repeat fixed;
    }
    .room09banner01{
        background:  url(../fimgs/room09bannerb.jpg) center center no-repeat;
    }
    .reservebg01{
        background: url(../fimgs/reservebg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg02{
        background: url(../fimgs/reservebg03001.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg04{
        background: url(../fimgs/reservebg04001.jpg) center center no-repeat;
        background-size: cover;
    }
    .bottom80px{
        bottom: 80px;
    }
}

@media only screen and (max-width: 1000px){
    .indexbannerbg01{
        background: url(../fimgs/indexbanners.png) bottom center no-repeat;
        background-size: auto;
    }
    .indexbannerbg02{
        background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01s.jpg);
        background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01s.jpg);
        background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01s.jpg);
        background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01s.jpg);
        background-size: 100% 160px, 100% 80px, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: center top, center bottom, center bottom;
    }
    .indexbannerbg03{
        background:  url(../fimgs/indexbg03s.jpg) center center no-repeat;
        background-size: cover;
    }
    .indexbannerbg04{
        background:  url(../fimgs/indexbg04s.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg01{
        background:  url(../fimgs/aboutbgs.png) center bottom no-repeat;
        background-size: auto;
    }
    .bookingbg01{
        background:  url(../fimgs/bookingbgs.jpg) center center no-repeat fixed;
    }
    .campbg01{
        background:  url(../fimgs/campbg01s.jpg) center center no-repeat fixed;
    }
    .campbg02{
        background:  url(../fimgs/campbg02s.jpg) center center no-repeat fixed;
    }
    .campbg03{
        background:  url(../fimgs/campbg03s.jpg) center center no-repeat;
        background-size: auto;
    }
    .viewbg01{
        background:  url(../fimgs/viewbg01s.jpg) center center no-repeat fixed;
    }
    .viewbg02{
        background:  url(../fimgs/viewbg02s.jpg) center center no-repeat fixed;
    }
    .viewbanner01{
        background:  url(../fimgs/viewbanner01s.jpg) center center no-repeat;
    }
    .roolistbg01{
        background:  url(../fimgs/roomlistbg01s.png) center bottom no-repeat;
        background-size: auto;
    }
    .roomlistbg02{
        background:  url(../fimgs/roomlistimg01s.jpg) center center no-repeat;
    }
    .room02bg01{
        background:  url(../fimgs/room0201bgs.jpg) center center no-repeat;
    }
    .room02bg02{
        background:  url(../fimgs/room0202bgs.jpg) center center no-repeat fixed;
    }
    .room02banner01{
        background:  url(../fimgs/room02banners.jpg) center center no-repeat;
    }
    .room01bg01{
        background:  url(../fimgs/room0101bgs.jpg) center center no-repeat;
    }
    .room01bg02{
        background:  url(../fimgs/room0102bgs.jpg) center center no-repeat fixed;
    }
    .room01banner01{
        background:  url(../fimgs/room01banners.jpg) center center no-repeat;
    }
    .room03bg01{
        background:  url(../fimgs/room0301bgs.jpg) center center no-repeat;
    }
    .room03bg02{
        background:  url(../fimgs/room0302bgs.jpg) center center no-repeat fixed;
    }
    .room03banner01{
        background:  url(../fimgs/room03banners.jpg) center center no-repeat;
    }
    .room04bg01{
        background:  url(../fimgs/room0401bgs.jpg) center center no-repeat;
    }
    .room04bg02{
        background:  url(../fimgs/room0402bgs.jpg) center center no-repeat fixed;
    }
    .room04banner01{
        background:  url(../fimgs/room04banners.jpg) center center no-repeat;
    }
    .room05bg01{
        background:  url(../fimgs/room0501bgs.jpg) center center no-repeat;
    }
    .room05bg02{
        background:  url(../fimgs/room0502bgs.jpg) center center no-repeat fixed;
    }
    .room05banner01{
        background:  url(../fimgs/room05banners.jpg) center center no-repeat;
    }
    .room06bg01{
        background:  url(../fimgs/room0601bgs.jpg) center center no-repeat;
    }
    .room06bg02{
        background:  url(../fimgs/room0602bgs.jpg) center center no-repeat fixed;
    }
    .room06banner01{
        background:  url(../fimgs/room06banners.jpg) center center no-repeat;
    }
    .room07bg01{
        background:  url(../fimgs/room0701bgs.jpg) center center no-repeat;
    }
    .room07bg02{
        background:  url(../fimgs/room0702bgs.jpg) center center no-repeat fixed;
    }
    .room07banner01{
        background:  url(../fimgs/room07banners.jpg) center center no-repeat;
    }
    .room08bg01{
        background:  url(../fimgs/room0801bgs.jpg) center center no-repeat;
    }
    .room08bg02{
        background:  url(../fimgs/room0802bgs.jpg) center center no-repeat fixed;
    }
    .room08banner01{
        background:  url(../fimgs/room08banners.jpg) center center no-repeat;
    }
    .room09bg01{
        background:  url(../fimgs/room0901bgs.jpg) center center no-repeat;
    }
    .room09bg02{
        background:  url(../fimgs/room0902bgs.jpg) center center no-repeat fixed;
    }
    .room09banner01{
        background:  url(../fimgs/room09banners.jpg) center center no-repeat;
    }
    .reservebg01{
        background: url(../fimgs/reservebg01003.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg02{
        background: url(../fimgs/reservebg03003.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg04{
        background: url(../fimgs/reservebg04003.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusbottom64px{
        bottom: 64px;
    }
    .starbg::before, .starbg::after{
        position: absolute;
        z-index: 1;
        content: "";
        left: 0;
    }
    .starbg::before{
        border-width: 0px 40px 72px 40px;
        border-color: transparent transparent rgba(11,38,66,1) transparent;
        border-style: solid;
        top: -75%;
    }
    .starbg::after{
        border-width: 72px 40px 0px 40px;
        border-color: rgba(11,38,66,1) transparent transparent transparent;
        border-style: solid;
        top: -25%;
    }
    .cusminpaddingtb80lr0{
        padding: 80px 0px;
    }
}

@media only screen and (max-width: 800px){
    .cus800bottom64px{
        bottom: 64px;
    }
}
@media only screen and (max-width: 600px){
    .indexbannerbg02{
        background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01min.jpg);
        background: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01min.jpg);
        background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,.001)), -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01min.jpg);
        background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.001)), linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.001)), url(../fimgs/indexbg01min.jpg);
        background-size: 100% 80px, 100% 80px, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: center top, center bottom, center bottom;
    }
    .indexbannerbg03{
        background:  url(../fimgs/indexbg03min.jpg) center center no-repeat;
        background-size: cover;
    }
    .indexbannerbg04{
        background:  url(../fimgs/indexbg04min.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg01{
        background:  url(../fimgs/aboutbgmin.png) center bottom no-repeat;
        background-size: auto;
    }
    .bookingbg01{
        background:  url(../fimgs/bookingbgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .campbg01{
        background:  url(../fimgs/campbg01min.jpg) center center no-repeat;
        background-size: cover;
    }
    .campbg02{
        background:  url(../fimgs/campbg02min.jpg) center center no-repeat;
        background-size: cover;
    }
    .campbg03{
        background:  url(../fimgs/campbg03min.jpg) center center no-repeat;
        background-size: auto;
    }
    .viewbg01{
        background:  url(../fimgs/viewbg01min.jpg) center center no-repeat;
        background-size: cover;
    }
    .viewbg02{
        background:  url(../fimgs/viewbg02min.jpg) center center no-repeat;
        background-size: cover;
    }
    .viewbanner01{
        background:  url(../fimgs/viewbanner01min.jpg) center center no-repeat;
    }
    .roolistbg01{
        background:  url(../fimgs/roomlistbg01min.png) center bottom no-repeat;
        background-size: auto;
    }
    .roomlistbg02{
        background:  url(../fimgs/roomlistimg01min.jpg) center center no-repeat;
    }
    .room02bg01{
        background:  url(../fimgs/room0201bgmin.jpg) center center no-repeat;
    }
    .room02bg02{
        background:  url(../fimgs/room0202bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room02banner01{
        background:  url(../fimgs/room02bannermin.jpg) center center no-repeat;
    }
    .room01bg01{
        background:  url(../fimgs/room0101bgmin.jpg) center center no-repeat;
    }
    .room01bg02{
        background:  url(../fimgs/room0102bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room01banner01{
        background:  url(../fimgs/room01bannermin.jpg) center center no-repeat;
    }
    .room03bg01{
        background:  url(../fimgs/room0301bgmin.jpg) center center no-repeat;
    }
    .room03bg02{
        background:  url(../fimgs/room0302bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room03banner01{
        background:  url(../fimgs/room03bannermin.jpg) center center no-repeat;
    }
    .room04bg01{
        background:  url(../fimgs/room0401bgmin.jpg) center center no-repeat;
    }
    .room04bg02{
        background:  url(../fimgs/room0402bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room04banner01{
        background:  url(../fimgs/room04bannermin.jpg) center center no-repeat;
    }
    .room05bg01{
        background:  url(../fimgs/room0501bgmin.jpg) center center no-repeat;
    }
    .room05bg02{
        background:  url(../fimgs/room0502bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room05anner01{
        background:  url(../fimgs/room05bannermin.jpg) center center no-repeat;
    }
    .room06bg01{
        background:  url(../fimgs/room0601bgmin.jpg) center center no-repeat;
    }
    .room06bg02{
        background:  url(../fimgs/room0602bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room06banner01{
        background:  url(../fimgs/room06bannermin.jpg) center center no-repeat;
    }
    .room07bg01{
        background:  url(../fimgs/room0701bgmin.jpg) center center no-repeat;
    }
    .room07bg02{
        background:  url(../fimgs/room0702bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room07banner01{
        background:  url(../fimgs/room07bannermin.jpg) center center no-repeat;
    }
    .room08bg01{
        background:  url(../fimgs/room0801bgmin.jpg) center center no-repeat;
    }
    .room08bg02{
        background:  url(../fimgs/room0802bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room08banner01{
        background:  url(../fimgs/room08bannermin.jpg) center center no-repeat;
    }
    .room09bg01{
        background:  url(../fimgs/room0901bgmin.jpg) center center no-repeat;
    }
    .room09bg02{
        background:  url(../fimgs/room0902bgmin.jpg) center center no-repeat;
        background-size: cover;
    }
    .room09banner01{
        background:  url(../fimgs/room09bannermin.jpg) center center no-repeat;
    }
    .reservebg01{
        background: url(../fimgs/reservebg01004.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg02{
        background: url(../fimgs/reservebg03004.jpg) center center no-repeat;
        background-size: cover;
    }
    .reservebg04{
        background: url(../fimgs/reservebg04004.jpg) center center no-repeat;
        background-size: cover;
    }
}