:root {

  --navBgColor: #c9c0d3;

  --opacitynavBgColor: #c9c0d3;

  --navTextColor: #525252;

  --navhoverColor: #525252;

  --highLightColor: rgba(38, 43, 157, 1);

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

  --darkColor: #7d4932;

  --titleColor: #726680;

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

  --opacityFontColor: rgba(30, 30, 30, 0.5);

  --mainBorder: 1.5px solid 1.5px solid rgb(247 237 221);

}

#nav-icon span {
  background: var(--darkColor);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif TC',
    serif;
  letter-spacing: 1.6px;
}

h3 {
  font-weight: 700;
}

article>h3::before {
  display: none;
}

article>h3::after {
  display: none;
}

.navbar {
  background-color: transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-nav>li>a {
  font-family: 'Noto Serif TC',
    serif;
}

#nav-icon span {

  background: #736356;

}



#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: #bbc4d291;

}



.mainMask {

  background-color: rgba(245, 237, 218, 0.527);

}



.banner-full {



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

#title h5 {
  text-align: center;
  letter-spacing: 1.6px;
  line-height: 32px;
  opacity: 0.6;
  font-size: 18px;
  padding: 70px 0px;
}

.aboutText h6 {

  text-align: center;

  font-size: 25px;

  letter-spacing: 2px;

}

.aboutText p {

  text-align: justify;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 28px;
  font-weight: 300;
}



.roomTitle h4 {

  font-size: 20px;

  text-align: center;

  letter-spacing: 1.6px;
  font-weight: 700;

}


.roomTitle3 h4 {

  font-size: 20px;

  text-align: center;

  letter-spacing: 2px;

  padding: 10px 20px;
  margin-bottom: 10px;

}

.roomTitle3 p {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}

.roomTitle2 h4 {

  font-size: 23px;

  text-align: center;

  letter-spacing: 2px;

  padding: 10px 5px;

}

.roomTitle3 p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
  margin-top: 0px;
}

.roomTitle2 p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.6px;
  font-weight: 300;
}

.roomItem2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.roomItem2 .roomTitle2 {
  width: 48%;
}

.roomTitle {

  background-color: #fff;

  padding: 10px 10px;

  /* border-bottom: var(--mainBorder); */

}

.roomTitle3 {

  background-color: rgb(255, 255, 255);

  padding: 30px 40px;

  /* border-bottom: var(--mainBorder); */

}



#sns ul li {

  filter: brightness(0);

}



.qrcode {

  width: 32%;

  margin: auto;

}



.newsTitle a {

  right: -76%;

  top: -22px;

  color: #736356;

}



#copyright {

  background-color: #c9c0d3;

  text-align: center;

  font-size: 12px;

  padding: 5px 0;

}





.newsTitle {

  border-bottom: 1px solid #000;

}



#sns .phone {

  background-image: url(../img/phone.png);

  background-size: cover;

}



.roomTitle2 h4 span {

  color: rgb(68, 68, 68);

  font-size: 20px;

}



.item1 {

  float: left;

  width: 100%;

  padding: 0 2%;

  margin: 0 auto 30px;

}


.bb {
  padding: 10px 20px;
  color: rgb(147, 134, 159);
  border: 1px solid #9e98a4;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 26px;
  text-align: justify;
}

.trafficMap p {
  margin-top: 10px;
  letter-spacing: 1.6px;
  line-height: 28px;
}

.pictureArea .item {
  margin: auto;
  width: 70%;
}

/* 響應式選單*/

@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: rgba(255, 255, 255, 1);

  }



  .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;

  }



  .navbar-nav>li>a {

    color: #736356;

  }



  article>h3 {

    font-size: x-large;

    color: var(--titleColor);

    text-align: center;

    margin-bottom: 60px;

  }

}







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

  .sologan {

    font-size: 99%;

  }



  .newsTitle a {

    right: 1px;

    top: -2px;

    color: #736356;

  }







}













/*響應式調整*/





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



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

  article {

    width: 82%;

  }

}



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



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

  .aboutText h6 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 900;
  }

  .lee {

    font-size: 18px;

    margin-top: 0px;

  }

  .item2 {
    width: 100%;
  }

  .roomTitle {
    padding: 20px 20px;
  }

  .roomTitle h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .roomItem2 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .roomItem2 .roomTitle2 {
    width: 100%;
  }



  .roomTitle2 h4 span {

    color: rgb(68, 68, 68);

    font-size: 17px;

  }

  .pictureArea .item {
    margin: auto;
    width: 100%;
  }
}



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



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



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