@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');
body{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
    line-height: 1.8em;
    font-weight: 300;
}
.navbar{
	height:50px;
}
.navbar-default{
	background:rgba(0,0,0,0);
	border:0;
}

nav.black  {
    background: #00581b;
    transition: 3s;
}
nav ul.topmenu li{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
    font-weight: 100;
}
.navbar-brand{
    padding-top:0;
}
.navbar-default  ul.topmenu>li>a {
    color: #fff;
    padding-right:10px;
    padding-left:10px;   
}
.navbar-default ul.topmenu>li>a:focus,
.navbar-default ul.topmenu>li>a:hover ,
.navbar-default ul.topmenu>li.active>a, 
.navbar-default ul.topmenu>li.active>a:focus, 
.navbar-default ul.topmenu>li.active>a:hover {
    color: #fff;
    background-color: #4f9100;
}
.navbar-default ul.topmenu>.open>a,
.navbar-default ul.topmenu>.open>a:focus,
.navbar-default ul.topmenu>.open>a:hover {
    color: #fff;
    background-color: #4f9100;
}
.navbar-default ul.topmenu>li ul.dropdown-menu>li>a {  
    color: #fff;
}
.navbar-default ul.topmenu>li ul.dropdown-menu>li>a:hover {  
    color: #4f9100;
}
.navbar-default ul.topmenu>li ul.dropdown-menu,
.navbar-default ul.topmenu>li ul.dropdown-menu>li {  
    background-color: #4f9100;
}

.navbar-default ul.topmenu>li ul.dropdown-menu{
  top:48px;
}
.dropdown-menu>li>a{
    font-weight: 100;
}

.nav-width{
    width: 990px;
    margin:0 auto;
}
.icon-topmenu{
    margin-right: 8px;
    float: right;
    margin-top: 8px;
}
.icon-topmenu ul{
    margin:0;
    padding:0;
}
.icon-topmenu ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.icon-topmenu ul li a:link,
.icon-topmenu ul li a:visited{
    color:#fea82d;
    padding:3px;
    text-decoration:none;
}
.icon-topmenu ul li a:hover{
    background: #541801;
    color:#fff;
}
.icon-topmenu ul li i{
    margin-right: 6 px;
}

.carousel-coco .item img{
    margin:auto;
}

.carousel-control.right,
.carousel-control.left  {
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
}
/*各表表頭*/
.page-haader{
    height: 265px;
    color:#fff;
    position: relative;
    text-align:center;
    vertical-align: bottom;
    padding-bottom: 15px;
    padding-top:70px;
}
.page-haader h2.htit{
    font-weight: 500;
    font-size: 40px;
    display: inline-block;
    border-bottom:1px solid #fff; 
}
.page-haader h2 span.title-ety{
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 40px;
    margin-left: 20px;
}
.page-haader ol.breadcrumb {
    background:none;    
    position: absolute;
    left: 45%;
    bottom:0;
}
.page-haader ol.breadcrumb li a{
    color: #fff;    
}
.page-haader-room{    
    background:url(../image/headbg-room.jpg) #4e9aca  no-repeat;
    background-position: bottom left;
}
.page-haader-package{    
    background:url(../image/headbg-package.jpg) #4e9aca  no-repeat;
    background-position: bottom left;
}
.page-haader-notice{    
    background:url(../image/headbg-notice.jpg) #9fceff  no-repeat;
    background-position: bottom left;
}
.page-haader-traffic{    
    background:url(../image/headbg-traffic.jpg) #9fceff  no-repeat;
    background-position: bottom left;
}
.page-haader-news{    
    background:url(../image/headbg-news.jpg) #9fceff  no-repeat;
    background-position: bottom left;
}
.page-haader-about{    
    background:url(../image/headbg-about.jpg) #9fceff  no-repeat;
    background-position: bottom left;
}


/*首頁*/
.ind-room{
    background:#ececec;
    width: 75%;
}
.ind-room-group{ 
    width: 80%;
    float: right;
}
.ind-room-group .indrinfo{
    box-sizing: border-box;
    width: 33.33333%;
    float:left;
    padding: 20px;
    font-weight: 300;
}
.ind-room-group .indrinfo h3{
    margin-top: 0;
    margin-bottom: 30px;
}
.ind-room-group .indrinfo h3 span.etype{
    font-size: 30px;
    font-family: 'Arial', serif;;
    font-weight: 700;
    color: #99001d;
}
.ind-room-group .indrinfo h3 span.etypeb {
    font-size: 60px;
    font-family: 'Arial', serif;;
    font-weight: 700;
    color: #99001d;
}
.ind-room-group .indrinfo h3 span.ctype{
    display: block;
    margin-left: 30px;
    margin-top: -10px;
    font-size: 22px;
    font-weight: 500;    
    color: #99001d;
}

.ind-room-group .indrimg{
    box-sizing: border-box;
    width: 66.66666%; 
    float:left;
}
.ind-room-group .indrimg img{
    width: 100%;
}

.ind-pac{
    background:#aacb91;
    width: 75%; 
    float: right;
}
.ind-pac-group{
    box-sizing: border-box; 
    width: 80%; 
    float: left;
}

.ind-pac-group .indpinfo{
    box-sizing: border-box;
    width: 34%;
    padding: 20px;
    font-weight: 300;
    float: right;
}
.ind-pac-group .indpimg-group{
    box-sizing: border-box;
    width: 66%;
    left: 34%;
    float: left;    
}
.ind-pac-group .indpimg{
    width: 50%;
    float: left;
}



.ind-pac-group  .indpinfo h3{
    margin-top: 0;
    margin-bottom: 30px;
}
.ind-pac-group .indpinfo h3 span.etype{
    font-size: 30px;
    font-family: 'Arial', serif;;
    font-weight: 700;
    color: #418a00;
}
.ind-pac-group .indpinfo h3 span.etypeb {
    font-size: 60px;
    font-family: 'Arial', serif;;
    font-weight: 700;
    color: #418a00;
}
.ind-pac-group .indpinfo h3 span.ctype{
    display: block;
    margin-left: 30px;
    margin-top: -5px;
    font-size: 22px;
    font-weight: 500;    
    color: #418a00;
}





footer{
    padding-top:159px;
    background:url(../image/footer-bg.png) no-repeat;
    background-position: top center;
}
.footer-row{
    width: 100%;
    background:#00581b;
}
.footer-info{ 
    width: 600px; 
    border-top: border-box;
    margin:auto;
    color: #fff;
    font-size: 15px;
    padding:10px 0;
}

.footer-info .ft-logo{
    box-sizing: border-box;
    padding:8px;
    width: 220px;
    text-align: center;
    /*border:1px solid #000;*/
    float: left;
    margin-right: 15px;
}
.footer-info .ft-logo img{
    width: 100%;
    display: block;   
}
.footer-info .ft-tel {
    width: 250px;
    float: left;
    margin-right: 15px; 
    /*border:1px solid #000; */
}
.footer-info .ft-tel a.etype{
    display: block;
    color:#fff;
    box-sizing: border-box;
    border:1px solid #fff;
    padding: 5px;
    margin:10px 0;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 900; 
    text-decoration: none;
    text-align: center;
}
.footer-info .ft-tel a.etype:hover{
   background: #fff;
   color: #00581b;
}
.footer-info .ft-tel span{
    font-size: 20px;
    font-weight:500;
    /*display: block;*/
}
.footer-info .ft-community{
    width: 100px;
    float: left;
    margin-top: 80px;
    /*border:1px solid #000;*/
}
.footer-info .ft-community img:hover{
  opacity: 0.5;

}

/* 房間 */
/*照片滑動*/
/*ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;            
}*/
.demo .item{
    margin-bottom: 60px;
}
/* .demo{
    border:1px solid #000;
} */
ul.gallery li img{
    width: 100%;
} 
h3.gallery-h{
    color: #00581b;
    text-align: center;
    margin-bottom: 15px;
}
h3.gallery-h span{
    font-size: 13px;
}
.room-infobg{
    background: url("../image/bg-room-single.jpg") no-repeat;
    background-position: center;
    color: #fff;
    padding: 30px 0;
    background-size: cover;
}
.room-infobg ul{  
    margin: 0;
    padding: 0;
}
.room-infobg ul li{
    list-style-type:none;   
    margin-bottom: 10px;
    line-height: 1.5em;
    border-bottom: 1px dotted #fff;
}
.room-infobg ul li.price{
    background: rgba(255,255,255,.5);
    font-weight: 500;
    color: #00581b;
    padding: 8px;
    font-size: 19px;
    margin-bottom: 15px;
    border-bottom: 0;
}
.room-infobg ul li.price-h{
    font-weight: 500;
    background: rgba(188, 19, 57, .5);
    padding: 8px;
    font-size: 19px;
    margin-bottom: 15px;
    border-bottom: 0;
}
.room-infobg ul li.price span,
.room-infobg ul li.price-h span{
    display: inline-block;
    width: 64px;
    font-weight: 100;    
}
.room-infobg ul li.price span.con,
.room-infobg ul li.price-h span.con{
    display: inline-block;
    width: calc(100% - 64px);
    font-weight: 500; 
}
.room-infobg ul li span{
    display: inline-block;
    width: 90px;
}
.room-infobg ul li span.con{
    display: inline-block;
    width: calc(100% - 90px);
}
.room-infobg ul li{
    padding: 3px 10px;
}

.room-show h3{
    border-bottom: 1px double #fff;
    padding-bottom: 10px;
}
.room-show ul{
    list-style-position: inside;
    margin-bottom: 40px;   
}
.room-show ul li{
    width: calc(50% - 15px);
    margin-right: 15px;
    list-style-type: circle;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255,0.3);
}

/* 入住須知 */
/*房間內*/
ul.notice-room{
   list-style-position: inside;
   margin-bottom: 40px; 
}
ul.notice-room li{
   list-style-type: square;
   width: 100%;
   border-bottom: 1px solid rgba(255, 255, 255,0.3);
}
ol.order{
    padding: 0;
    margin:0;
}
ol.order li{
    display: block;
    padding:8px;
    border-radius: 8px;
    border:1px solid #3b834e;
    background:rgba(255,255,255,0.5);
    margin:8px 0;
    text-align: center; 
}
ol.order li.arror{
    border:0px;
    display: block;
    margin:0;
    color: #3b834e;
    background:none;
}
ol.mustnoitce {
    padding: 0;
    margin:0;
}
.account h3,
.coco-traffic h3{
    color:#3b834e;
    border-bottom:2px solid #3b834e;
    line-height: 1.8em;
    background-image : url(/web/image/head-ball-l.png),
                       url(/web/image/head-ball-r.png);
    background-repeat : no-repeat,
                        no-repeat;
    background-position: top left,
                         top right;
    text-align: center;
    height: 66px;
    margin-bottom: 20px;
}
ul.account{
    margin:0;
    padding:0;
    margin-bottom: 30px;
}
ul.account li{
    list-style-type: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom:1px solid #b3b3b3;
}

/*套裝*/
section.package{
    background:url(../image/bg-coco-pac.jpg) no-repeat;
    /*background-size: cover;*/
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
} 
.package{
    background:url(../image/coco-p-img-bg.png) no-repeat;
    background-size: 100% auto;    
}
.package .item img{
    width: 100%;
}
.p-img-type{
    position: absolute;
    bottom:0;
    right: 0;
    z-index: 300;
    width: 60%;  
}
.p-img-type img{
    width: 100%;
    height: auto;
    float:right;   
    vertical-align: middle;
}
.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
    border-color: #102b67;
    background: #24499b;
    color: #fff;
    cursor: default;
}
.cbp-l-filters-big .cbp-filter-item {
    border: 1px solid #b3dbf2;
}
.cbp-l-filters-big .cbp-filter-item:hover {
    color:#102b67;
    background:#b3dbf2; 
}

/*交通資訊*/
.public-traffic-info{
    background-color: #ede7dc;  
    padding:15px;
    border-radius: 10px;
}
.public-traffic-info .bus-notice{
    color:;
}

.coco-traffic .cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active,
.coco-traffic .cbp-l-filters-big .cbp-filter-item:hover{
    border-color: #b8a9e9;
    background: #b8a9e9;
    color: #6648c8;
    cursor: default;
}
.coco-traffic .cbp-l-filters-big .cbp-filter-item {
    border-color: #b8a9e9;
    background: #fff;
    color: #6648c8;
}
.coco-traffic h3 span{
    font-size: 16px;
}
.step{
    display: block;
    border-radius: 10px;
    border:1px solid #c0c0c0;
    padding:15px;
    clear: both;
    background:#fff;
}
.step .step-title{
    display: block;
    background:#d3c8f7;
    color:#6648c8;
    padding:5px;
    margin-bottom: 10px;
}
.step .step-con{    
    display: block;
}
.step-con img.noticimg{
    width: 450px;
    height: auto;
    float: right;
    margin-left: 20px;
    clear: both;
}
.step-arror{
    display: block;
    color:#b8a9e9;
    width: 100%;    
    text-align: center;
    margin:20px 0;
    border:1px;
}


/*關於我們*/
section.about{
    margin-top:80px;
    margin-bottom:50px;
}
section.about h3{
    color:;
    font-size: 30px;
}
section.about h3 span{
    display: block;
    margin-top: 20px;
}
.about-content-bg{
    background: url(../image/about-con-bg.gif) repeat;       
    border:1px solid #d6d6d6;
}
.abo-con-type{
    padding:30px;
}

/* 通用 */
.clear-fix{
	clear: both;
}
.border-1{
	border:1px solid #000;
}
.mtb-50{
	margin-bottom: 50px;
	margin-top: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-30{
    margin-bottom: 30px;   
}
.ptb-30{
    padding: 30px 0;
}
.type-20{
	font-size: 20px;
}
.bg-w50{
    background: rgba(255, 255, 255, 0.3);
}
.bg-b50{
    background: rgba(0, 0, 0, 0.7);
    border: 1px sold black;
}
.bg-green{
    background:rgba(157,213,171,0.5); 
}
.color-yellow{
    color: #ffc600;
}
.color-red{
    color: #ad0000;
}