textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 24px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(195,195,195,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(195,195,195,1);
    font-size: 1.063em;
    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: 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;
}
.nav:hover .subnav, .nav:active .subnav{
    height: auto;
    max-height: 389px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.fmtitle{
    font-family: 'Shippori Mincho B1', 'Noto Serif TC', serif, 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmeng{
    font-family: 'Pinyon Script', cursive, 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.lightskinbg{
    background: rgba(254,240,231,1);
}
.midskinbg01{
    background: rgba(232,189,160,1);
}
.midskinbg02{
    background: rgba(239,207,187,1);
}
.skinbg{
    background: rgba(207,158,124,1);
}
.skinbg64{
    background: rgba(239,207,187,.64);
}
.whitebg64{
    background: rgba(255,255,255,.64);
}
.darkwoodbg{
    background: rgba(62,44,33,1);
}
.lightwoodbg{
    background: rgba(208,158,124,1);
}

.lightskingradienttltobrbg{
    background: -webkit-linear-gradient(top, rgba(238,220,200,1), rgba(212,187,168,1));
    background: -o-linear-gradient(top, rgba(238,220,200,1), rgba(212,187,168,1));
    background: -moz-linear-gradient(top, rgba(238,220,200,1), rgba(212,187,168,1));
    background: linear-gradient(to bottom, rgba(238,220,200,1), rgba(212,187,168,1));
}
.skingradientttobbg{
    background: -webkit-linear-gradient(top, rgba(210,162,130,1), rgba(199,146,110,1));
    background: -o-linear-gradient(top, rgba(210,162,130,1), rgba(199,146,110,1));
    background: -moz-linear-gradient(top, rgba(210,162,130,1), rgba(199,146,110,1));
    background: linear-gradient(to bottom, rgba(210,162,130,1), rgba(199,146,110,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));
}

.blackfont{
    color: rgba(0,0,0,1);
}
.grayfont{
    color: rgba(140,140,140,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.darkwoodfont{
    color: rgba(62,44,33,1);
}
.woodfont{
    color: rgba(139,90,64,1);
}
.lightwoodfont{
    color: rgba(208,158,124,1);
}
.lightskinfont{
    color: rgba(254,240,231,1);
}
.woodtolightwoodfont, .woodtolightwoodfont:visited{
    color: rgba(139,90,64,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.woodtolightwoodfont:hover, .woodtolightwoodfont:active{
    color: rgba(208,158,124,1);
}
.lightskintodarkwoodfont, .lightskintodarkwoodfont:visited{
    color: rgba(254,240,231,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.lightskintodarkwoodfont:hover, .lightskintodarkwoodfont:active{
    color: rgba(62,44,33,1);
}

.skinsolid1{
    border: 1px solid rgba(209,159,129,1);
}
.skinsolid2{
    border: 2px solid rgba(209,159,129,1);
}
.lightskinsolid1{
    border: 1px solid rgba(238,220,200,1);
}
.lightskinsolid4{
    border: 4px solid rgba(238,220,200,1);
}
.lightwood01solid1{
    border: 1px solid rgba(188,160,136,1);
}
.lightskinsolidt1{
    border-top: 1px solid rgba(238,220,200,1);
}
.lightskinsolidb1{
    border-bottom: 1px solid rgba(238,220,200,1);
}
.woodsolidb1{
    border-bottom: 1px solid rgba(139,90,64,1);
}
.skinsolidt2{
    border-top: 2px solid rgba(209,159,129,1);
}
.skinsolidb2{
    border-bottom: 2px solid rgba(209,159,129,1);
}
.skinsolidb4{
    border-bottom: 4px solid rgba(209,159,129,1);
}
.lightskinsolidt4{
    border-top: 4px solid rgba(238,220,200,1);
}
.transtowoodsolidr1inset{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(rgba(164,133,114,.001) 4%, rgba(164,133,114,1) 96%) 1;
    -o-border-image: -o-linear-gradient(rgba(164,133,114,.001) 4%, rgba(164,133,114,1) 96%) 1;
    -moz-border-image: -moz-linear-gradient(rgba(164,133,114,.001) 4%, rgba(164,133,114,1) 96%) 1;
    border-image: linear-gradient(to bottom, rgba(164,133,114,.001) 4%, rgba(164,133,114,1) 96%) 1;
}
.transtoskinsolidt2inset{
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(209,159,129,.001) 4%, rgba(209,159,129,1), rgba(209,159,129,.001) 96%) 1;
    -o-border-image: -o-linear-gradient(left, rgba(209,159,129,.001) 4%, rgba(209,159,129,1), rgba(209,159,129,.001) 96%) 1;
    -moz-border-image: -moz-linear-gradient(left, rgba(209,159,129,.001) 4%, rgba(209,159,129,1), rgba(209,159,129,.001) 96%) 1;
    border-image: linear-gradient(to right, rgba(209,159,129,.001) 4%, rgba(209,159,129,1), rgba(209,159,129,.001) 96%) 1;
}
.hoverwoodsolid0to1 .hoverwoodsolid1, .hoverwoodsolid0to1:visited .hoverwoodsolid1{
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(238,220,200,1);
    opacity: 0.0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.hoverwoodsolid0to1:hover .hoverwoodsolid1, .hoverwoodsolid0to1:active .hoverwoodsolid1{
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(150,150,150,1), -4px 0px 4px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(150,150,150,1), -4px 0px 4px -3px rgba(150,150,150,1);
}
.blackboxshadow8{
    box-shadow: 0px 0px 8px 3px rgba(200,200,200,1);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(200,200,200,1);
}
.blackboxshadowt8{
    box-shadow: 0px -8px 8px -5px rgba(200,200,200,1);
    -webkit-box-shadow: 0px -8px 8px -5px rgba(200,200,200,1);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -5px rgba(200,200,200,1);
    -webkit-box-shadow: 0px 8px 8px -5px rgba(200,200,200,1);
}
.blackboxshadowtb8{
    box-shadow: 0px -8px 8px -5px rgba(200,200,200,1), 0px 8px 8px -5px rgba(200,200,200,1);
    -webkit-box-shadow: 0px -8px 8px -5px rgba(200,200,200,1), 0px 8px 8px -5px rgba(200,200,200,1);
}
.blackboxshadowt8inset{
    box-shadow: 0px 8px 8px -5px rgba(200,200,200,1) inset;
    -webkit-box-shadow: 0px 8px 8px -5px rgba(200,200,200,1) inset;
}
.blackboxshadowb8inset{
    box-shadow: 0px -8px 8px -5px rgba(200,200,200,1) inset;
    -webkit-box-shadow: 0px -8px 8px -5px rgba(200,200,200,1) inset;
}
.blackboxshadowtb8inset{
    box-shadow: 0px 8px 8px -5px rgba(200,200,200,1) inset, 0px -8px 8px -5px rgba(200,200,200,1) inset;
    -webkit-box-shadow: 0px 8px 8px -5px rgba(200,200,200,1) inset, 0px -8px 8px -5px rgba(200,200,200,1) inset;
}

.cusfixtranslatey50{
    transform:translate(0px,50%) rotate(0deg);
    -webkit-transform:translate(0px,50%) rotate(0deg);
}

.cusfixw24px{
    width: 24px;
    max-width: 24px;
}
.cusfixw100-32px{
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
}
.cusfixw100-80px{
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.cusfixwh64px{
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
}
.cusmaxwh100-32px{
    max-height: calc(100% - 32px);
    max-width: calc(100% - 32px);
}
.cusfixmaxh360px{
    max-height: 360px;
    height: 360px;
}

.cusfixtop1004px{
    top: calc(100% + 4px);
}
.cusfixbottom100{
    bottom: 100%;
}

@media only screen and (min-width: 1025px){
    .banner01{
        background: url(../fimgs/indexbanner01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner02{
        background: url(../fimgs/indexbanner02002.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner03{
        background: url(../fimgs/indexbanner03002.jpg) center center no-repeat;
        background-size: cover;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg01{
        background: url(../fimgs/aboutbg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg02{
        background: url(../fimgs/aboutbg02002.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusmax1025w4-1-32{
        max-width: calc(100% / 4 - 31.99px); 
        width: calc(100% / 4 - 31.99px);
    }
    .cusmax1025w3-1-32{
        max-width: calc(100% / 3 - 31.99px); 
        width: calc(100% / 3 - 31.99px);
    }
    .cusmax1025w2-1-32{
        max-width: calc(100% / 2 - 31.99px); 
        width: calc(100% / 2 - 31.99px);
    }
    .cusmax1025w4-3-32{
        max-width: calc(100% / 4 * 3 - 31.99px); 
        width: calc(100% / 4 * 3 - 31.99px);
    }
    .cusmax1025w7-3-32{
        max-width: calc(100% / 7 * 3 - 31.99px); 
        width: calc(100% / 7 * 3 - 31.99px); 
    }
    .cusmax1025w7-2-32{
        max-width: calc(100% / 7 * 2 - 31.99px); 
        width: calc(100% / 7 * 2 - 31.99px); 
    }
    .cusmax1025borderr15{
        border-radius: 15px;
        -webkit-border-radius: 15px;
    }
    .cusmax1025borderrtl13{
        border-top-left-radius: 13px;
        -webkit-border-top-left-radius: 13px;
    }
    .cusmax1025borderrtr13{
        border-top-right-radius: 13px;
        -webkit-border-top-right-radius: 13px;
    }
}

@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: cover;
    }
    .banner02{
        background: url(../fimgs/indexbanner02001.jpg) center center no-repeat;
        background-size: cover;
    }
    .banner03{
        background: url(../fimgs/indexbanner03001.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg02{
        background: url(../fimgs/aboutbg02001.jpg) center center no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 1921px){
    .cusmaxw1921h1080px{
        max-height: 1080px;
    }
}

@media only screen and (max-width: 1024px){
    .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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .aboutbg01{
        background: url(../fimgs/aboutbg01002.jpg) center center no-repeat;
        background-size: contain;
    }
    .aboutbg02{
        background: url(../fimgs/aboutbg02003.jpg) center center no-repeat;
        background-size: cover;
    }
    .minflexorder1{
        order: 1;
        -webkit-order: 1;
    }
    .minflexorder2{
        order: 2;
        -webkit-order: 2;
    }
    .minflexorder3{
        order: 3;
        -webkit-order: 3;
    }
    .cusmin1024w56px{
        width: 56px;
        max-width: 56px;
    }
    .cusmin1024w100-56px{
        width: calc(100% - 56px);
        max-width: calc(100% - 56px);
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .aboutbg01{
        background: url(../fimgs/aboutbg01003.jpg) center center no-repeat;
        background-size: contain;
    }
    .aboutbg02{
        background: url(../fimgs/aboutbg02004.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusmin600w3-1{
        max-width: calc(100% / 3); 
        width: calc(100% / 3);
    }
}