:root {
  --navBgColor: #7f826f;
  --opacitynavBgColor: #7f826f;
  --navTextColor: #ffffff;
  --navhoverColor: #DAD1C5;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #7f826f;
  --titleColor: #7f826f;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #7f826f;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {

  background: #fff;

}


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


/*
#home,#myCarousel{

  margin-top: 88px;
}*/
article>h3 span.afterline,
article>h3 span.beforeline {
  width: 0px;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  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%;
}

.mainBg {
  background-image: url(../img/bg2.jpeg);
  /* background-color: var(--navBgColor); */
  background-size: cover;
  background-attachment: fixed;
}

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

.banner-full {

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

b,
strong {
  font-size: larger;
}

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

.newsTitle i {
  font-style: normal;
}

.btn_a {
  border: 2px solid #7f826f;
  border-radius: 15px;
}

.btn_a a {
  color: #7f826f;

}

.aboutFlex h6 {
  text-align: left;
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-weight: 400;
}

.aboutText h6 {
  color: #a27846;
}

/* .aboutText {
  padding-left: 80px;
} */

.topLine {
  border-top: 5px solid #7f826f;
  width: 120px;
  margin-bottom: 15px;
}

.trafficText img {
  filter: brightness(0.4)
}


#picture h3 {
  width: 100%;
  text-align: center;
  margin: 24px auto 48px;
  border-bottom: var(--mainBorder);
  padding-bottom: 30px;
}

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

.footer {
  background-color: #c1baa800;
}

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

#traffic article h3 {
  width: 100%;
}

.trafficText {
  display: block;
  text-align: left;
  font-size: 17px;
  line-height: 40px;
}

.trafficText,
.trafficMap {
  width: 45%;
  margin: 0 auto;
}

.trafficBtn a {
  font-weight: 700;
  margin-top: 24px;
  margin-left: 20px;
  border: 2px solid #7f826f;
  padding: 5px;
  width: 100px;
  text-align: center;
  float: left;
  border-radius: 15px;
}

.trafficText li a:hover {
  color: rgb(255, 255, 255);
  background-color: #7f826f;
  transition: 0.5s;
}

#copyright {
  margin-bottom: 48px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}

.item1 {
  width: 70%;
  margin: auto;
}

.aboutText p {
  text-align: justify;
  line-height: 30px;
}



.roomTitle h4 {
  color: #7f826f;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #7f826f;
}

.join {
  font-size: 20px;
  text-align: center;
  color: #7f826f;
  padding: 20px;
  border: 3px solid;
  transition: 0.5s;
}

.join:hover {
  background-color: #A27749;
  color: rgb(255, 255, 255);
  border: 2px solid #A27749;
}

#sns {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #7f826f;
}

#sns ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#sns ul li {
  filter: brightness(1);
  border-bottom: none;
}

.top {
  filter: brightness(5);
  top: -5px;
  left: 1px;
}

#sns ul li a {
  width: 25px;
  height: 25px;
}
.roomText p{
  text-align: justify;
  line-height: 28px;
}
.menuItem h4{
  background-color: #7f826fe5;
  text-align: center;
  padding: 10px;
  border-bottom: 0px;
  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) {}

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

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

@media screen and (max-width:770px) {
  .newsTitle h4 {
    line-height: 30px;
    width: 100%;
    display: inline-block;
    font-size: 20px;
  }


  .item1 {
    width: 90%;
  }

  .topLine {
    margin-left: 20px;
  }

  .aboutFlex h6 {
    color: #7f826f;
    margin-left: 20px;
    margin-top: 20px;
  }

  .aboutText p {
    margin-top: 20px;
  }

  .floatRightText,
  .floatLeftText {
    padding: 20px;
  }

  .trafficArea {
    display: block;
  }

  .trafficText,
  .trafficMap {
    width: 85%;
    text-align: center;
  }

  .trafficBtn a {
    margin: 2em auto;
  }
}

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

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

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