:root {

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

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

  --navTextColor: rgb(211, 190, 174);

  --navhoverColor: rgb(226, 220, 215);

  --highLightColor: rgba(203, 125, 157, 1);

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

  --darkColor: #d4bd77;

  --titleColor: rgb(211, 190, 174);

  --mainFontColor: rgb(224, 223, 222);

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

  --mainBorder: 1.5px solid #d4bd77;

}

article {

  padding: 80px 0px;

}


h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Noto Serif TC',

    serif;

}

p {

  font-size: 16px;

  text-align: justify;

  letter-spacing: 1.6px;

  line-height: 26px;

  font-weight: 300;

}

article>h3 span.beforeline {

  display: none;

}

article>h3 span.afterline {

  display: none;

}

#nav-icon span {

  background: var(--darkColor);

}

.navbar-nav>li>a {

  font-family: 'Noto Serif TC',

    serif;

  letter-spacing: 1.6px;

}

.navbar {

  background-color: var(--opacitynavBgColor);

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

}

#nav-icon span {

  background: var(--darkColor);

}

/* 

#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)
}

.banner .title {

  position: absolute;

  z-index: 10;

  color: rgba(255, 255, 255, 0.836);

  top: 42%;

  left: 30%;

  font-size: 72px;

  text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.707);

}

.section:nth-child(odd) {

  background-color: #db9e8c8c
}

/* about */

.aboutText h5 {

  font-size: 20px;

  text-align: left;

  line-height: 28px;

  font-weight: 700;

  margin-bottom: 10px;

}

.aboutText h6 {

  font-size: 18px;

  text-align: left;

  line-height: 28px;

  font-weight: 400;

}

/* about */

.newsTitle h4 {

  font-size: 16px;

}

.item2 {
  width: 50%;
}

.newsArea {

  display: flex;

  flex-wrap: wrap;

  align-content: flex-end;

}

.item3 {

  width: 100%;

}



.menuItem ul li {

  font-size: 16px;

  font-weight: 300;

  line-height: 26px;

  letter-spacing: 0.1em;

}



.category_Text {

  padding-left: 8%;

}



.category_Text h5 {

  line-height: 32px;

}



.trafficText img {

  filter: brightness(1)
}



.listMenuItem li {

  width: 100%;

  font-size: 16px;

  letter-spacing: 1.6px;

}



#roomType .item2 {

  width: 100%;

}



#video .item2 {

  width: 50%;

}





#sns ul li {

  filter: brightness(0);

}



.footer {

  background-color: #c1baa8;

}



.floatRightText,

.floatLeftText {

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

}

#copyright {
  background-color: #ffffff00;
}

body {
  color: #fff;
  background-color: #fff;
}



/* 響應式選單*/

@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) {

  .banner .title {

    position: absolute;

    z-index: 10;

    color: rgba(255, 255, 255, 0.836);

    top: 42%;

    left: 30%;

    font-size: 60px;

    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);

  }

}



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



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

  .banner .title {

    position: absolute;

    z-index: 10;

    color: rgba(255, 255, 255, 0.836);

    top: 42%;

    left: 25%;

    font-size: 50px;

    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);

  }

}



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



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

  .banner .title {

    position: absolute;

    z-index: 10;

    color: rgba(255, 255, 255, 0.836);

    top: 40%;

    left: 22%;

    font-size: 35px;

    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);

  }



  .aboutText h6 {

    font-size: 22px;

  }



  article>h3 {

    font-size: 28px;

  }



  .item2 {

    width: 80%;

  }



  .item3 {

    width: 90%;

  }



  .menuItem h4 {

    font-size: 22px;

    letter-spacing: 1px;

    line-height: 30px;

  }



  .category_Text {

    padding-left: 0px;

  }



  .roomTitle h4 {

    line-height: 28px;

  }



  #video .item2 {

    width: 90%;

  }

}



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

  .banner .title {

    position: absolute;

    z-index: 10;

    color: rgba(255, 255, 255, 0.836);

    top: 42%;

    left: 20%;

    font-size: 28px;

    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);

  }

}



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