:root {

  --navBgColor: rgba(187, 208, 212, 1);

  --opacitynavBgColor: rgba(187, 208, 212, 1);

  --navTextColor: #3e3a39;

  --navhoverColor: #605653;

  --highLightColor: rgba(38, 43, 157, 1);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: #9f836f;

  --titleColor: rgb(0, 0, 0);

  --mainFontColor: #3e3a39;

  --opacityFontColor: #9f836f;

  --mainBorder: 1.5px dashed var(--opacityFontColor);

}



#nav-icon span {



  background: var(--darkColor);



}



#news img,

#about img {

  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.275);

}



.navbar {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  background-attachment: fixed;

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

}



.navbar .container-fluid {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  background-attachment: fixed;

}



#nav-icon span {

  background: var(--darkColor);

}



#home,

#myCarousel {



  margin-top: 88px;

}



.mainBg {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  background-attachment: fixed;

}



/* .section:nth-child(odd){

  background-color:#ffffff

}  */

.mainMask {

  background-color: rgba(255, 255, 255, 0);

}



.banner-full {



  background-image: url(../img/banner1.jpg)

}



/* #about */

.aboutItem {

  width: 32%;

}



.about2 {

  width: 50%;

}



/* swiper */

.swiper-container {

  width: 100%;

  height: 100%;

}



.swiper-slide {

  text-align: center;

  font-size: 18px;

  background: #fff;



  /* Center slide text vertically */

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

}



.swiper-slide img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



/* swiper */



/* news */

.newsItem {

  text-align: center;

}



.newsItem h4 {

  background-color: #fff;

  padding: 10px 20px;

  margin: 20px 0;

  border: 1px solid #9f836f;

}





/* #picture */

.picItem img {

  transform: scale(1);

}



.picItem img:hover {

  transform: scale(1.1);

}





/* #menu */

.menuItem {

  padding-bottom: 30px;

}



table {

  margin: auto;

  background-color: #fff;

  border: 1px solid #9f836f;

  font-size: 18px;

  font-weight: 600;

  width: 90%;

}





th {

  padding: 10px 0 10px 30px;

  border-bottom: 1px solid #9f836f;

  font-size: 18px;

  background-color: #e5e5e5;

}



td {

  padding: 10px 30px;

  border-bottom: 1px dashed #e5e5e5;

}





/* #roomType */

.roomText .imp {

  color: #cc7564;

}



/* #traffic */







.trafficText .btn_group {

  justify-content: center;

}





.trafficText .btn_group a {

  margin: 10px;

  border: none;



}



#sns ul li {

  filter: brightness(1);

}



#sns .fb {

  background-image: url(../img/fb.png);

  background-size: cover;

}



#sns .booking {

  background-image: url(../img/booking.png);

  background-size: cover;

}



#sns .web {

  background-image: url(../img/web.png);

  filter: brightness(1);

  background-size: cover;

}



#sns .line {

  background-image: url(../img/line.png);

  filter: brightness(1);

  background-size: cover;

}





#copyright {

  background-color: #9f836f;

  color: #FFF;

}













/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .navbar-brand>img {

    margin: auto;



  }



  .shop1688 {

    left: 15px;

  }



  .navbar-nav {

    text-align: center;

  }



  .navbar .container-fluid {

    background-color: var(--navBgColor);

  }



  .navbar-header {

    float: none;



  }



  .navbar-right {

    margin-right: 0;

  }



  .navbar-left,

  .navbar-right {

    float: none !important;

  }



  .navbar-toggle {

    display: block;

  }



  .navbar-fixed-top {

    top: 0;

    border-width: 0 0 1px;

  }



  .navbar-collapse.collapse {

    display: none !important;

    padding-bottom: 20px;

  }



  .navbar-nav {

    float: none !important;

    margin-top: 0px;

    border-top: 1px solid rgba(0, 0, 0, 0.5);

  }



  .navbar-nav>li {

    float: none;

  }



  .navbar-nav>li>a {

    padding-top: 10px;

    padding-bottom: 10px;



  }



  .collapse.in {

    display: block !important;

  }

}







/*響應式調整*/





@media screen and (max-width:1200px) {}



@media screen and (max-width:1024px) {}



@media screen and (max-width:991px) {}



@media screen and (max-width:770px) {}



@media screen and (max-width:576px) {

  .aboutItem {

    width: 90%;

  }



  table {

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: -ms-autohiding-scrollbar;

  }





  th {

    padding: 10px 0 10px 0px;

    border-bottom: 1px solid #9f836f;

    background-color: #e5e5e5;

    text-align: center;

    font-size: 16px;

  }



  td {

    padding: 10px 8px;

    font-size: 14px;

  }



  table .merge {

    font-size: 16px;

  }





}



@media screen and (max-width:414px) {}



@media screen and (max-width:375px) {}