textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 32px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
    font-weight: 300;
}
input[name=zipcode]{
    width: 56px;
    margin: 0 4px;
}
input, select{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(115,115,115,1);
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
}

.fc-title{
    max-width: 100%;
    display: block;
}
.fc-day-grid-event .fc-content{
    white-space: normal;
}
.fc-basic-view .fc-body .fc-row{
    height: auto;
    font-size: 17px;
}

table, td, th{
	border:1px solid rgba(240,240,240,1);
    max-width: 100%;
    margin: 0 auto;
}

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

.fmtitle, .fmeng{
    font-family: 'Yusei Magic', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.aquabg{
    background: rgba(0,160,234,1);
}
.lightaquabg{
    background: rgba(126,205,244,1);
}
.pinkbg{
    background: rgba(242,156,159,1);
}
.orangebg{
    background: rgba(245,190,107,1);
}
.gooseyellowbg{
    background: rgba(255,208,94,1);
}
.greenbg{
    background: rgba(180,212,101,1);
}
.tiffinygreenbg{
    background: rgba(18,181,176,1);
}
.greengradientttobbg{
    background: -webkit-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -o-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -moz-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: linear-gradient(to bottom, rgba(151,242,10,1), rgba(5,182,0,1));
}
.whitetotransmirrorgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%);
}
.whitetolightyellowmirrorgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(255,253,238,1) 24%, rgba(255,253,238,1) 76%, rgba(255,255,255,1) 96%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(255,253,238,1) 24%, rgba(255,253,238,1) 76%, rgba(255,255,255,1) 96%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(255,253,238,1) 24%, rgba(255,253,238,1) 76%, rgba(255,255,255,1) 96%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%, rgba(255,253,238,1) 24%, rgba(255,253,238,1) 76%, rgba(255,255,255,1) 96%);
}
.headerbg{
    background: url(../fimgs/menubg01.png), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/menubg01.png), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/menubg01.png), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/menubg01.png), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
    background-repeat: repeat-x, no-repeat;
    background-position: center 560%, center center;
}
.navbg{
    background: url(../fimgs/menubg02.png), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/menubg02.png), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/menubg02.png), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/menubg02.png), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
    background-repeat: repeat-x, no-repeat;
    background-position: center bottom, center center;
}
.footerbg{
    background: url(../fimgs/footerbg.png), -webkit-linear-gradient(top, rgba(41,175,238,.001) 360px, rgba(41,175,238,1) 360px), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/footerbg.png), -o-linear-gradient(top, rgba(41,175,238,.001) 360px, rgba(41,175,238,1) 360px), -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/footerbg.png), -moz-linear-gradient(top, rgba(41,175,238,.001) 360px, rgba(41,175,238,1) 360px), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: url(../fimgs/footerbg.png), linear-gradient(to bottom, rgba(41,175,238,.001) 360px, rgba(41,175,238,1) 360px), linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-position: center top, center center, center center;
}
.indexbg01{
    background: 
        -webkit-linear-gradient(top, rgba(255,255,255,.001) 64%, rgba(255,255,255,1)), 
        url(../fimgs/wavebg.png), 
        -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: -o-linear-gradient(top, rgba(255,255,255,.001) 64%, rgba(255,255,255,1)), 
        url(../fimgs/wavebg.png), 
        -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,.001) 64%, rgba(255,255,255,1)), url(../fimgs/wavebg.png), 
        -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: linear-gradient(to bottom, rgba(255,255,255,.001) 64%, rgba(255,255,255,1)), url(../fimgs/wavebg.png), 
        linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: center center, center bottom, center center;
}
.indexbg02{
    background: 
        -webkit-linear-gradient(top, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%), 
        url(../fimgs/indexbg02.jpg), 
        -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%), 
        url(../fimgs/indexbg02.jpg), 
        -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%), 
        url(../fimgs/indexbg02.jpg), 
        -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
    background: linear-gradient(to bottom,, rgba(255,255,255,1) 8%, rgba(255,255,255,.001) 24%, rgba(255,255,255,.001) 76%, rgba(255,255,255,1) 92%), 
        url(../fimgs/indexbg02.jpg), 
        linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1));
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center center, center center, center center;
}

.blackfont{
    color: rgba(88,88,88,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.yellowfont{
    color: rgba(254,242,0,1);
}
.aquafont{
    color: rgba(0,160,234,1);
}
.bluefont{
    color: rgba(1,137,197,1);
}
.greenfont{
    color: rgba(180,212,101,1);
}
.pinkfont{
    color: rgba(242,156,159,1);
}
.orangefont{
    color: rgba(245,190,107,1);
}
.gooseyellowfont{
    color: rgba(255,208,94,1);
}
.whitetoaquafont, .whitetoaquafont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoaquafont:hover, .whitetoaquafont:active{
    color: rgba(0,160,234,1);
}

.whitesolid1{
    border: 1px solid rgba(255,255,255,1);
}
.graysolid2{
    border: 2px solid rgba(215,215,215,1);
}
.pinksolid2{
    border: 2px solid rgba(242,156,159,1);
}
.orangesolid2{
    border: 2px solid rgba(245,190,107,1);
}
.gooseyellowsolid2{
    border: 2px solid rgba(255,208,94,1);
}
.greensolid2{
    border: 2px solid rgba(180,212,101,1);
}
.tiffinygreensolid2{
    border: 2px solid rgba(18,181,176,1);
}
.aquasolid2{
    border: 2px solid rgba(0,160,234,1);
}
.aquasolid1{
    border: 1px solid rgba(0,160,234,1);
}
.bluesolidb1{
    border-bottom: 1px solid rgba(1,137,197,1);
}
.bluesolidr1{
    border-right: 1px solid rgba(1,137,197,1);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -1px rgba(170,170,170,1), -4px 0px 4px -1px rgba(170,170,170,1);
    -webkit-box-shadow: 4px 0px 4px -1px rgba(170,170,170,1), -4px 0px 4px -1px rgba(170,170,170,1);
}
.blackboxshadowt8{
    box-shadow: 0px -8px 8px -3px rgba(170,170,170,1);
    -webkit-box-shadow: 0px -8px 8px -3px rgba(170,170,170,1);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -3px rgba(170,170,170,1);
    -webkit-box-shadow: 0px 8px 8px -3px rgba(170,170,170,1);
}
.blackboxshadowtb8inset{
    box-shadow: 0px -8px 8px -3px rgba(170,170,170,1) inset, 0px 8px 8px -3px rgba(170,170,170,1) inset;
    -webkit-box-shadow: 0px -8px 8px -3px rgba(170,170,170,1) inset, 0px 8px 8px -3px rgba(170,170,170,1) inset;
}
.blackboxshadowb4{
    box-shadow: 0px 4px 4px -1px rgba(170,170,170,1);
    -webkit-box-shadow: 0px 4px 4px -1px rgba(170,170,170,1);
}

.cusfixwh56px{
    width: 56px;
    height: 56px;
}
.cusfixtranslatey-8{
    transform: translate(0px,-8px) rotate(0deg);
    -webkit-transform: translate(0px,-8px) rotate(0deg);
}
.cusfixtranslatey-16{
    transform: translate(0px,-16px) rotate(0deg);
    -webkit-transform: translate(0px,-16px) rotate(0deg);
}
.cusfixtranslatey8{
    transform: translate(0px,8px) rotate(0deg);
    -webkit-transform: translate(0px,8px) rotate(0deg);
}
.cusfixrotate16{
    transform: translate(0px,0px) rotate(16deg);
    -webkit-transform: translate(0px,0px) rotate(16deg);
}
.cusliststyletype{
    list-style-type: cjk-ideographic;
}
.navbg::after, .white-4::after{
    width: 100%;
    height: 8px;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background: rgba(255,255,255,1);
}
.cusright100-4px{
    right: calc(100% - 4px);
}
.cusleft100-4px{
    left: calc(100% - 4px);
}
.cusbottom-48px{
    bottom: -48px;
}
.cuspaddingtb2lr48{padding: 2px 48px;}
.cusfixmaxh400px{
    height: 400px;
    max-height: 400px;
}
.cusfixmaxh520px{
    height: 520px;
    max-height: 520px;
}
.cusfixw96px{
    width: 96px;
    max-width: 96px;
}
.cusfixw100-112px{
    width: calc(100% - 112px);
    max-width: calc(100% - 112px);
}

.yeardot::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgba(1,137,197,1);
    top: calc(50% - 6px);
    right: -6px;
    border: 0px solid transparent;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

@media only screen and (min-width: 1025px){
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .mainbg{
        background: url(../fimgs/indexbg01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg01{
        background: url(../fimgs/recreation01img05002.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg02{
        background: url(../fimgs/recreation02img05002.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner01{
        background: url(../fimgs/indexbanner01002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03002.jpg) center center no-repeat;
        background-size: contain;
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .mainbg{
        background: url(../fimgs/indexbg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg01{
        background: url(../fimgs/recreation01img05001.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg02{
        background: url(../fimgs/recreation02img05001.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner01{
        background: url(../fimgs/indexbanner01001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03001.jpg) center center no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .mainbg{
        background: url(../fimgs/indexbg01003.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg01{
        background: url(../fimgs/recreation01img05003.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg02{
        background: url(../fimgs/recreation02img05003.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner01{
        background: url(../fimgs/indexbanner01003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03003.jpg) center center no-repeat;
        background-size: contain;
    }
    .cusmin1024paddingtb2lr24{
        padding: 2px 24px;
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .mainbg{
        background: url(../fimgs/indexbg01004.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg01{
        background: url(../fimgs/recreation01img05004.jpg) center center no-repeat;
        background-size: cover;
    }
    .recreationbg02{
        background: url(../fimgs/recreation02img05004.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusmin600wh40px{
        width: 40px;
        height: 40px;
    }
    .cusmin600fs25{
        font-size: 25px;
    }
    .cusmin600translatey-8{
        transform: translate(0px,-8px) rotate(0deg);
        -webkit-transform: translate(0px,-8px) rotate(0deg);
    }
    .cusmin600translatey12{
        transform: translate(0px,12px) rotate(0deg);
        -webkit-transform: translate(0px,12px) rotate(0deg);
    }
    .headerbg{
        background-position: center -64%, center center;
    }
}