:root {
  --navBgColor: #ffffff;
  --opacitynavBgColor: #ffffff;
  --navTextColor: rgb(105, 100, 95);
  --navhoverColor: #d80a2e;
  --highLightColor: #d80a2e;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #d80a2e;
  --titleColor: #ffffff;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(193, 193, 193, 0.796);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

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

article {
  padding: 70px 0px;
}

h3 {
  font-weight: 900;
  letter-spacing: 2px;
}

#nav-icon span {

  background: var(--darkColor);

}


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

#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: #d8b68a;
}

.mainMask {
  background-color: rgba(230, 227, 221, 0.591);
}

.banner-full {

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

.bg2 {
  background-image: url(../img/bg2.jpg);
  background-position: center;
  background-size: cover;
}

.bg3 {
  background-image: url(../img/bg3.jpg);
  background-position: center;
  background-size: cover;
}

.bg4{
  background-color: #fff !important;
}

#sns .fa-facebook-square{
  color:rgb(0, 132, 255);
}
#sns .fa-line{
  color:rgb(11, 255, 11);
}

#about h3 span {
  font-family: 'Saira Stencil One',
    cursive;
}

.aboutText {
  width: 90%;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.544);
}

.aboutText h6 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  color: white;
}

.aboutText p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  color: white;
}

.sologan {
  font-size: 22px;
}

.newsTitle h4 {
  font-size: 18px;
  color: #000;
}

#product img {
  height: 250px;
  object-fit: contain;
}

.roomTitle h4 {
  letter-spacing: 2px;
}

#sns ul li {
  filter: none;
}

.qrcode {
  width: 32%;
  margin: auto;
}

#news article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#news .btn_group {
  justify-content: center;
  width: 100%;
}

.newsTitle a {
  right: -76%;
  top: -23px;
  color: #5f5047;
}

.newsTitle a:hover {
  color: #d80a2e;
}

.newsItem a {
  color: rgba(0, 0, 0, 0.789);
  overflow: hidden;

}

.newsItem img {
  height: 250px;
  object-fit: cover;
}

.newsItem img:hover {
  transition: 0.5s;
  transform: scale(1.05);
}

.btn_group a {
  color: white;
  border: 1px solid white;
}

.btn_group a:hover {
  border: 1px solid #d80a2e;
}
.icon{
  display: flex;
  justify-content: space-around;
  width: 300px;
}
.icon .fa-facebook-square{
  color:rgb(14, 94, 199);
}
.icon .fa-line{
  color:rgb(18, 228, 18);
}

#picCategory .catItem a {
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.401);
}


#picCategory .catItem img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#picCategory .catItem img:hover {
  transition: 0.5s;
  transform: scale(1.1);
}

.trafficText ul li b {
  font-size: 20px;
}

.trafficText ul li {
  color: rgba(255, 255, 255, 0.918);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;

}

#copyright {
  background-color: #403530;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  color: white;
}

.container-fluid>.navbar-collapse {
  margin-left: 0px;

}



/* 響應式選單*/
@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%;
  }

  .bg2 {
    background-image: url(../img/bg2-1.jpg);
    background-position: center center;
    background-size: cover;
  }

  .aboutText p {
    text-align: justify;
  }


  .newsTitle a {
    right: 1px;
    top: -2px;
    color: #e0d9d3;
  }

  .btn_group a,
  .newsText a {
    width: 30%;
  }



  .nav-justified>li {
    margin-bottom: 0px;
    width: 100%;
  }

  .nav-justified>li>a {
    margin-bottom: 10px;
  }


  .item4 {
    width: 90%;
  }

  #traffic article {
    padding-bottom: 0px;
  }



}






/*響應式調整*/


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

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

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