:root {
  --navBgColor: rgba(255, 255, 255, 0.869);
  --opacitynavBgColor: rgba(255, 255, 255, 0.883);
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: #859b36;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #687a27;
  --titleColor: #687a27;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #687a27;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {

  background: var(--darkColor);

}


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

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

#home,
#myCarousel {

  margin-top: 88px;
}

body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}

.section:nth-child(odd) {
  background-color: rgba(242, 242, 242, 1);
}

.mainMask {
  background-color: rgba(255, 255, 255, 0.869);
}

.banner-full {

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


#sns ul li {
  filter: brightness(0);
}

#sns .link{
  background-image: url(../img/link.png);
  background-size: cover;
}
.picText{
  width: 88%;
}
.btn_groupone {
  display: flex;
  flex-wrap: wrap;
}
.btn_groupone a{
  border-radius: 10px;
  padding: 10px;
    border: 2px solid var(--darkColor);
    color: var(--darkColor);
    font-size: 18px;
    margin-top: 20px;
    width: 30%;
    text-align: center;
    transition: 0.5s;
  margin: auto;
}
.btn_groupone a:hover {
  background-color: var(--darkColor);
  color: var(--hoverColor);
}
.btn_grouponet a{
  border-radius: 10px;
  padding: 10px;
    border: 2px solid var(--darkColor);
    color: var(--darkColor);
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
  margin: auto;
  margin-bottom: 10px;
}
.btn_grouponet a:hover {
  background-color: var(--darkColor);
  color: var(--hoverColor);
}
.aboutText h6{
  text-align: center;
}
.aboutText p{
  text-align: center;
  line-height: 31px;
}
.navbar-nav>li>a {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 3px 2px 3px rgb(27 27 27 / 45%);
}
.btn_group a{
  border-radius: 10px;
  padding: 10px;
  width: 35%;
}
.roomTitle h4{
  color: #687a27;
}
.menuItem h4{
  background-color: #687a27;
  color: #fff;
  text-align: center;
  border-bottom: 0px;
  padding: 10px;
}
.menuItem p{
  font-size: 18px;
  color: #fff;
}
.trafficText h3{
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color: #687a27;
  padding: 10px;
}
article > h3::after{
  content: none;
}

article > h3::before{
  content: none;
}
.navbar-brand{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}
.navbar-brand > p{
  font-size: 18px;
  letter-spacing: 2px;
  color: #7f8a94;
}
.roomTitle h6 {
  padding-top: 100px;
  text-align: center;
  color: var(--titleColor);
  font-size: 20px;
  margin-bottom: 12px;
}

/* -----輪播---- */
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
/* -------------- */
/* 響應式選單*/
@media (max-width:1200px) {
  .navbar-brand > p{
    display: none;
  }
  #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: var(--navBgColor);
  }

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



/*響應式調整*/


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

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

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

@media screen and (max-width:770px) {
  .roomTitle h6{
    padding-top: 0px;
  }
  .btn_groupone a{
    width: 30%;
    font-size: 15px;
  }
  .picText{
    width: 96%;
  }
  .roomText p{
    text-align: justify;
    line-height: 30px;
  }
}

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

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

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