:root {

  --navBgColor: #d8ecdf;

  --opacitynavBgColor: rgba(255, 255, 255, 0.856);
  --navTextColor: rgba(0, 0, 0, 1);

  --navhoverColor: #01998a;

  --highLightColor: rgba(203, 125, 157, 1);

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

  --darkColor: #01998a;

  --titleColor: #01998a;

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

  --opacityFontColor: rgba(103, 99, 90, 0.5);

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

}



#nav-icon span {



  background: var(--darkColor);



}



.roomTitle h4 {

  font-size: 24px;

  color: var(--titleColor);

}



.line_n {

  text-decoration: line-through;

  color: rgb(124, 124, 124);

}



.roomTitle h3 {

  font-size: 16px;

  margin-top: -24px;

  text-align: right;

}



#pro1 .item2 {
  width: 100%;
  margin: 0 0 80px 0;
}

.proArea a {
  margin: auto;
  padding: 13px;
  position: absolute;
  text-align: center;
  top: 1px;
  left: 0px;
}

.proArea a:hover {
  opacity: 0.7;
}

.proTitle h3 {
  font-size: 24px;
  color: #5a9f73;
  text-align: center;
  padding-bottom: 10px;
}

.proTitle i {
  top: -5px;
  transform: scaleY(-1);
}

.proText ul li {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}

.proText ul li {
  color: #000000;
}

.proText p {
  font-size: 16px;
}


.service_mask {

  background-color: rgba(143, 142, 142, 0.26);

}



.aboutText h6 {

  line-height: 34px;

}



.aboutpic {

  position: fixed;

  top: 65%;

  left: 3%;

  cursor: pointer;

  z-index: 100;

}



.aboutpic img {

  width: 150px;

  animation: alarm 1s infinite;

}

#about .btn_group .btn_a {

  margin: auto;

}



.navbar {

  background-color: var(--opacitynavBgColor);

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

}



#nav-icon span {

  background: var(--darkColor);

}



/* 

#home,#myCarousel{

  

  margin-top: 88px;

} */



.mainBg {

  background-color: var(--navBgColor);

  background-size: cover;

  background-attachment: fixed;

}



.mainMask {

  background-color: rgba(0, 0, 0, 0);

}



.banner-full {



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



.section:nth-child(odd) {

  background-color: #fff
}



.hovereffect h2 {

  padding: 0em 0;

}



.overlay img {

  margin-top: 15px;

}



.trafficText img {

  filter: brightness(0.4)
}





#sns ul li {

  filter: brightness(0);

}



.footer {

  background-color: #d1e7d9;

}



#copyright {

  background-color: #5a9f73;

}

.newMenu {
  position: fixed;
  right: 80px;
  bottom: 100px;
  padding-top: 20px;
  padding-left: 80px;
  box-sizing: border-box;
  transition: .5s;
  z-index: 10;
}

.m1 {
  position: fixed;
  right: 28px;
  width: 55px;
  height: 55px;
  bottom: 100px;
  z-index: 10;
  transition: .5s;
}

.m2 {
  position: fixed;
  right: 28px;
  width: 55px;
  height: 55px;
  bottom: 165px;
  z-index: 10;
  transition: .5s;
}

.m3 {
  position: fixed;
  right: 28px;
  width: 55px;
  height: 55px;
  bottom: 230px;
  z-index: 10;
  transition: .5s;

}

.m4 {
  position: fixed;
  right: 28px;
  width: 55px;
  height: 55px;
  bottom: 295px;
  z-index: 10;
  transition: .5s;
}

.m5 {
  position: fixed;
  right: 28px;
  width: 55px;
  height: 55px;
  bottom: 360px;
  z-index: 99;
  transition: .5s;
}


/* 響應式選單*/

@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) {
  
  .m1 {
    right: 8px;
  }

  .m2 {
    right: 8px;
  }

  .m3 {
    right: 8px;

  }

  .m4 {
    right: 8px;
  }

  .m5 {
    right: 8px;
  }
}



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



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



  .aboutFlex img {

    background-color: #d1e7d9;

    border-style: double;

    border-width: 10px;

    border-color: #FFF;



  }



  .floatRightText {

    background-color: #FFF;

  }



  .aboutpic {

    top: 32%;

    left: 1%;

  }



  .btn_group .btn_a {

    width: 40%;

  }



  .aboutpic img {

    width: 80px;

  }



  .roomTitle h3 {

    margin-top: 8px;

    text-align: right;

    font-size: 16px;

  }

  .footer_text {
    font-size: 12px;
  }

}



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

  .hovereffect img {

    margin-bottom: 25px;

  }



  .overlay img {

    width: 18%;

  }

}



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



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





@keyframes alarm {

  0% {

    transform: rotate(3deg);

  }



  25% {

    transform: rotate(0deg);

  }



  50% {

    transform: rotate(-3deg);

  }



  75% {

    transform: rotate(0deg);

  }



  100% {

    transform: rotate(3deg);

  }

}