@media only screen and (min-width: 768px){
.topnavbar {
    background: none;
}}


#nav {
    background-color: rgba(52,19,12,0.75);
}
#footer{
    background-color: rgba(52,19,12,0.25);
}


#foot-nav ul li a {
    color: #777;
}


#foot-nav {

    border-bottom: 1px solid #c3bab8;
}




#nav .subnav {
  background-color: RGBA(81,53,41,0.9); /* 填入想要的顏色 */
}







.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
width: 100% !important;
}



.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}




.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}


body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



body.about-us .h1title{margin-top: -40px;} 
body.reservation .h1title{margin-top: -40px;} 
body.attractions .h1title{margin-top: -40px;} 
body.news .h1title{margin-top: -40px;} 
body.contact-us .h1title{margin-top: -40px;} 




body.about-us .fcol.fcol-3 {   display:none;}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}















ul.product-list li a:hover {
    color: #000;
    background-color: rgba(204,196,194,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(204,196,194,0.3);
}



body {
    background-color: #FFF;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #333;
}

.contact-row h5 {
    color: #222;
}


#contact-info ul li span {
    color: #222;
}


#footer {
    color: #333;
}

#footer a {
    color: #555;
}











/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 



a {
    color: #467faf;
    text-decoration: none;
}
#bodyinhome h3 {
    border-bottom: 1px solid #aaa;
 padding:5px;
}
.info ul li{
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    margin: 0;
}







/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #886da3;
    color: #fff;
}
#tb td a:hover {
    background: #222;
}

