:root {

  --navBgColor: #F5FFFA;

  --opacitynavBgColor: rgba(223, 215, 194, 0);

  --navTextColor: rgb(0, 0, 0);

  --navhoverColor: rgb(129, 45, 24);

  --highLightColor: rgb(129, 45, 24);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: rgb(129, 45, 24);

  --titleColor: rgb(129, 45, 24);

  --mainFontColor: rgba(30, 30, 30, 1);

  --opacityFontColor: rgba(103, 99, 90, 0.5);

  --mainBorder: 1.5px solid var(--opacityFontColor);

}



#nav-icon span {



  background: var(--darkColor);



}



.clearfix {

  clear: both;

}





.navbar {

  background-color: var(--opacitynavBgColor);

  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */

}



#nav-icon span {

  background: var(--darkColor);

}



.banner {

  height: 100vh;

}



/*

#home,#myCarousel{



  margin-top: 88px;

} */



.mainBg {

  background-color: var(--navBgColor);

  background-size: cover;

  background-attachment: fixed;

}



.mainMask {

  background-color: rgba(0, 0, 0, 0);

}



.banner-full {



  background-image: url(../img/banner1.jpg)
}



.section:nth-child(odd) {

  background-color: #fff
}



.aboutText p {

  font-size: 16px;

  letter-spacing: 1.8px;

  line-height: 1.8;

  font-weight: 300;

}



.aboutText span {

  text-indent: -20px;

  font-weight: 800;

  font-size: 18px;

}



#news .item2 {

  width: 60%;

}



#news .item2 a {

  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.382);

}



#news .item2 a:hover {

  transition: all 0.5s ease;

  transform: scale(1.02);

  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.203);

}

.trafficon {
  width: 100%;
}

.trafficon img {
  margin: auto;
  width: 75px;
  height: 75px;
}

.trafficon img:hover {
  opacity: 0.5;
}

.newsArea {

  display: flex;

  justify-content: center;

}



.item4 {

  width: 60%;

  float: none;

}



.overlay a {

  top: 80px;

}



.overlay img {

  width: 15%;

}



.overlay h2 {

  font-size: 28px;

}



.listMenuArea {

  margin-bottom: 20px;

}



.listMenuArea h4 {

  padding-bottom: 18px;

}



.listMenuItem {

  padding: 10px 0px;

  flex-direction: column;

}



.listMenuItem li {

  width: 100%;

}



.roomTitle h4 {

  font-size: 24px;

  font-weight: 900;

}



.roomText p {

  font-size: 16px;

  font-weight: 300;

  letter-spacing: 1.8px;

}



.category_Text p {

  height: 600px;

  overflow: scroll;

  overflow-x: hidden;

  padding: 10px;

  font-weight: 300;

}



.category_Text span {

  font-size: 18px;

  font-weight: 800;

}



.trafficText img {

  filter: brightness(0.4)
}



.category_img a {

  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.31);

}



.category_img a:hover {

  transition: all 0.5s ease;

  transform: scale(1.02);

  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.188);

}



.category_Text {

  padding-left: 4%;

}





#sns ul li {

  filter: brightness(0);

}



.footer {

  background-color: var(--navBgColor);

}



.floatRightText,

.floatLeftText {

  background-color: rgba(255, 255, 255, 0);

}



/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }



  #home,

  #myCarousel {



    margin-top: 88px;

  }



  .navbar {

    background-color: var(--navBgColor) !important;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .navbar-brand>img {

    margin: auto;



  }



  .collapse {

    position: absolute;

    display: block;

    top: -1200%;

    margin: 0;

    left: 100%;

    width: 100%;

    min-height: 100vh;

    background-color: var(--navBgColor);

    transition: 0.5s;



  }



  .collapse.move {

    top: 0;

    left: 0;

    opacity: 1;

  }



  .shop1688 {

    left: 15px;

  }



  /* .navbar-collapse{

    background-color: var(--navBgColor);

  } */

  .navbar-header {

    float: none;



  }



  .navbar .container-fluid {

    padding: 0;

  }



  .container-fluid>.navbar-collapse {

    margin: 0;

  }



  .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-nav {

    text-align: center;

    float: none !important;

    margin-top: 100px;



  }



  .navbar-nav>li>a::after {

    content: '';

    width: 0%;

    height: 3px;

    background-color: var(--navhoverColor);

    margin: auto;

    margin-top: 5px;

    display: block;







  }



  .navbar-nav>li>a:hover::after {

    width: 5%;







    transition: 0.5s;

  }



  .navbar-nav>li {

    float: none;

  }



  .navbar-nav>li>a {

    padding-top: 10px;

    padding-bottom: 10px;



  }



}







/*響應式調整*/





@media screen and (max-width:1200px) {}



@media screen and (max-width:1024px) {}



@media screen and (max-width:991px) {}



@media screen and (max-width:770px) {



  .banner {

    height: 100%;

  }



  #news .item2 {

    width: 100%;

  }



  .item4 {

    width: 100%;

  }



  .listMenuArea h4 {

    font-size: 16px;

  }

}



@media screen and (max-width:576px) {

  .aboutText h6 {

    font-size: 22px;

  }

  .newsArea {
    flex-wrap: wrap;

  }

  article>h3 {

    font-size: 28px;

  }

}



@media screen and (max-width:414px) {}



@media screen and (max-width:375px) {}