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;
    background: rgba(255,255,255,1);
}

.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: 1em;
}

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

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

.fmtitle{
    font-family: 'Kosugi Maru', Microsoft JhengHei, Verdana, sans-serif;
}
.fmeng{
    font-family: 'Montserrat', 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);
}
.lightgreenbg{
    background: rgba(215,239,226,1);
}
.greenbg{
    background: rgba(64,198,127,1);
}
.wasabibg{
    background: rgba(236,245,214,1);
}
.yellowbg{
    background: rgba(253,217,123,1);
}
.skinbg{
    background: rgba(253,244,229,1);
}
.greendecline::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: -webkit-repeating-linear-gradient(0deg, rgba(64,198,127,1) 0, rgba(64,198,127,1) 8%, rgba(64,198,127,.001) 0, rgba(64,198,127,.001) 50%);
    background: -o-repeating-linear-gradient(0deg, rgba(64,198,127,1) 0, rgba(64,198,127,1) 8%, rgba(64,198,127,.001) 0, rgba(64,198,127,.001) 50%);
    background: -moz-repeating-linear-gradient(0deg, rgba(64,198,127,1) 0, rgba(64,198,127,1) 8%, rgba(64,198,127,.001) 0, rgba(64,198,127,.001) 50%);
    background: repeating-linear-gradient(90deg, rgba(64,198,127,1) 0, rgba(64,198,127,1) 8%, rgba(64,198,127,.001) 0, rgba(64,198,127,.001) 50%);
    background-size: 8px 8px;
    background-repeat: repeat;
}
.decyellowsolidb16::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-bottom: 12px solid rgba(255,233,165,1);
}

.blackfont{
    color: rgba(27,27,27,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.greenfont{
    color: rgba(64,198,127,1);
}
.redfont{
    color: rgba(226,80,81,1);
}
.woodfont{
    color: rgba(101,49,38,1);
}
.pinkfont{
    color: rgba(232,123,94,1);
}
.yellowfont{
    color: rgba(246,197,0,1);
}
.greentowhitefont, .greentowhitefont:visited{
    color: rgba(64,198,127,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.greentowhitefont:hover, .greentowhitefont:active{
    color: rgba(255,255,255,1);
}

.whitedotr1{
    border-right: 1px dotted rgba(255,255,255,1);
}
.blackdotb1{
    border-bottom: 1px dotted rgba(27,27,27,1);
}
.violetsolidb1{
    border-bottom: 1px solid rgba(211,60,191,1);
}
.greensolidb1{
    border-bottom: 1px solid rgba(64,198,127,1);
}
.greensolidb8{
    border-bottom: 8px solid rgba(64,198,127,1);
}
.wasabisolid4{
    border: 4px solid rgba(236,245,214,1);
}
.greensolid2{
    border: 2px solid rgba(64,198,127,1);
}
.greensolid1{
    border: 1px solid rgba(64,198,127,1);
}
.woodsolid1{
    border: 1px solid rgba(101,49,38,1);
}
.pinksolid1{
    border: 1px solid rgba(232,123,94,1);
}

.yellowtextdecul{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(255,233,131,1);
    text-underline-offset: 8px;
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
}
.grayboxshadowb8{
    box-shadow: 0px 8px 8px -3px rgba(200,200,200,1);
    -webkit-box-shadow: 0px 8px 8px -3px rgba(200,200,200,1);
}
.lightgreenboxshadowlb4{
    box-shadow: -4px 4px 0px 0px rgba(113,212,158,1);
    -webkit-box-shadow: -4px 4px 0px 0px rgba(113,212,158,1);
}

.cusfixw56px{
    width: 56px;
    max-width: 56px;
}
.cusfixw100-64px{
    width: calc(100% - 64px);
    max-width: calc(100% - 64px);
}
.cusfixh408px{
    height: 408px;
    max-height: 408px;
}
.cusfixlefttop8px{
    left: 8px;
    top: 8px;
}

@media only screen and (min-width: 1025px){
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .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;
    }
    .greensuareline::before{
        content: "";
        position: absolute;
        background: -webkit-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: -o-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: -moz-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background-size: 32px 32px;
        background-position: -16px -16px;
        right: -6px;
        top: 50%;
        width: 32px;
        height: 96px;
        transform:translate(0px,-50%) rotateZ(0);
        -webkit-transform:translate(0px,-50%) rotateZ(0);
    }
    .decskinbg{
        background: -webkit-linear-gradient(top, rgba(253,244,229,.001) 20%, rgba(253,244,229,1) 20%);
        background: -o-linear-gradient(top, rgba(253,244,229,.001) 20%, rgba(253,244,229,1) 20%);
        background: -moz-linear-gradient(top, rgba(253,244,229,.001) 20%, rgba(253,244,229,1) 20%);
        background: linear-gradient(to bottom, rgba(253,244,229,.001) 20%, rgba(253,244,229,1) 20%);
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .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 (min-width: 1601px){
    .greensuareline::before{
        content: "";
        position: absolute;
        background: -webkit-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: -o-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: -moz-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background-size: 32px 32px;
        background-position: -16px -16px;
        right: 0px;
        top: 50%;
        width: 32px;
        height: 96px;
        transform:translate(0px,-50%) rotateZ(0);
        -webkit-transform:translate(0px,-50%) rotateZ(0);
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .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;
    }
    .greensuareline::before{
        content: "";
        position: absolute;
        background: -webkit-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: -o-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: -moz-radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background: radial-gradient(rgba(64,198,127,.001) 79%, rgba(64,198,127,1) 80%);
        background-size: 32px 32px;
        background-position: -16px -16px;
        left: 50%;
        bottom: -8px;
        height: 32px;
        width: 96px;
        transform:translate(-50%, 0px) rotateZ(0);
        -webkit-transform:translate(-50%, 0px) rotateZ(0);
    }
    .decskinbg{
        background: -webkit-linear-gradient(top, rgba(253,244,229,.001) 12%, rgba(253,244,229,1) 12%);
        background: -o-linear-gradient(top, rgba(253,244,229,.001) 12%, rgba(253,244,229,1) 12%);
        background: -moz-linear-gradient(top, rgba(253,244,229,.001) 12%, rgba(253,244,229,1) 12%);
        background: linear-gradient(to bottom, rgba(253,244,229,.001) 12%, rgba(253,244,229,1) 12%);
    }
    .cusmin1024h408px{
        height: 408px;
        max-height: 408px;
    }
}

@media only screen and (max-width: 600px){
    .cusminw600dpb{
        display: block;
    }
    .cusminw600hidden{
        display: none;
    }
    .banner01{
        background: url(../fimgs/indexbanner01004.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02004.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03004.jpg) center center no-repeat;
        background-size: contain;
    }
}