:root {

  --navBgColor: #131313;

  --opacitynavBgColor: #87182a00;

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

  --navhoverColor: #72141b;

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

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

  --darkColor: #d66b7d;

  --titleColor: #72141b;

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

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

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

}



#nav-icon span {

  background: var(--darkColor);

}



#logo {

  z-index: 10;

}



h1 {

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



article>h3::before,

article>h3::after {

  display: none;

}



.navbar {

  background-color: transparent;

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

}



#nav-icon span {

  background: #cec1b7;

}



#home,

#myCarousel {

  margin-top: 0px;

}



.mainBg {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  background-attachment: fixed;

}



.section:nth-child(odd) {

  background-color: #72141b;

}



.section2 h3 {

  color: rgb(230, 217, 217);

}



.section2 h4 {

  color: rgb(201, 201, 201);

}



.section2 i {

  color: white;

}



.section2 .newsTitle {

  border-bottom: 1px solid white;

}

.newsText a {
  background-color: #000;

  border: #000;

  color: #cfcfcf;
}

.newsText a:hover {
  background-color: #cfcfcf;
  color: #000;
}



.section2 .newsText a {

  background-color: #000;

  border: #000;

  color: #cfcfcf;

}



.section2 .newsText a:hover {

  background-color: #cfcfcf;
  color: #000;

}



.mainMask {

  background-color: rgba(233, 230, 221, 0.796);

}



.banner-full {

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



.aboutFlex {

  display: flex;

  justify-content: space-between;

}



.aboutItem {

  width: 45%;

}



.aboutText {

  width: 42%;

}



.aboutText h6 {

  text-align: left;

  font-size: 25px;

  font-weight: 700;

  letter-spacing: 2px;

}



.aboutText p {

  line-height: 28px;

  text-align: justify;

  font-size: 16px;

  letter-spacing: 2px;

}



.roomTitle h4 {

  letter-spacing: 2px;

}



#product img {

  height: 300px;

  object-fit: cover;

}



.newsText a {

  width: 100%;

}



.newsItem img {

  height: 230px;

  object-fit: cover;

}



#sns ul li {

  filter: brightness(0);

  border-bottom: none;

}



#sns {

  position: sticky;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: #fff0e3;

}



#sns ul {

  display: flex;

  /* width: 100%; */

  justify-content: space-evenly;

}



.qrcode {

  width: 32%;

  margin: auto;

}



.newsTitle a {

  /* right: -76%;

   */

  text-align: end;

  top: -22px;

  color: #736356;

}



#copyright {

  background-color: #131313;

  color: white;

  text-align: center;

  font-size: 12px;

  padding: 5px 0;

}



.trafficText a {

  display: inline;

  padding: 5px 20px;

  color: white;

  background-color: #72141b;

}



.trafficText a:hover {

  transition: 0.5s;

  background-color: #ce5058;

}

.roomTitle {
  text-align: center;
}

.menuArea {
  display: flex;
  flex-wrap: wrap;
}

.menuItem h3 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: var(--mainBorder);
}

.menuItem ul li {
  color: #cec1b7;
}

.item4 {
  width: 30%;
}

/*箭头向右*/
.item5 {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.to_right_group {

  height: 100px;
  display: flex;
  padding: 4px;
}

.to_right {
  width: 0;
  height: 0;
  border-left: 10px solid #cccf;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

}

.roomTypeArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

.roomItem {
  width: 40%;
}







/* 響應式選單*/

@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: #131313;

  }



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

  }



  .aboutItem {

    width: 100%;

  }



  .item3 {

    width: 100%;

    padding: 0;

  }



  .slick-slide img {

    width: 100%;

  }

}



/*響應式調整*/

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



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



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



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



  #home,

  #myCarousel {

    margin-top: 88px;

  }



  .aboutText {

    width: 90%;

  }



  #traffic article {

    padding-bottom: 0px;

  }

}



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



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



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