:root {

  --navBgColor: rgb(0, 0, 0);

  --opacitynavBgColor: rgb(0, 0, 0);

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

  --navhoverColor: rgba(43, 95, 117, 1);

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

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

  --darkColor: #292929;

  --titleColor: #000;

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

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

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

}



#nav-icon span {



  background: #FFF;



}



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

}



.navbar {

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

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

}





#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: rgba(187, 208, 212, 0)

}



.mainMask {

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

}



.banner-full {



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

}





#sns ul li {

  filter: brightness(0);

}



.sologan {

  letter-spacing: 5px;

  margin-bottom: 5%;

}



.nav-justified>li>a {

  border: 2px solid #000;

}



.catItem img {

  border: 2.5px #000 solid;

}



.listMenuItem li {

  width: 100%;

  line-height: 1.6em;

  font-size: 19px;

  font-weight: 300;

  letter-spacing: 3px;

  margin: 3% auto;

}



.menu {

  width: 95%;

  margin: 0 auto 3%;

}



.aboutText h6,

.aboutText p {

  text-align: center;

}



.aboutItem2 {

  width: 30%;

  margin: 0 auto 30px;

}



.roomItem {

  width: 70%;

  margin: auto;

  text-align: center;

}



.nav-justified>li>a {

  margin-top: 9%;

}



.btn_group {

  justify-content: center;



}



article>h3::after,

article>h3::before {

  height: 2px;

  width: 35px;



}







.btn_group a {

  padding: 5px;

  color: var(--darkColor);

  border: none;

  font-size: 18px;

  margin: 7% 3%;

  width: 15%;

  text-align: center;

  transition: 0.5s;

}







.roomText h4 {

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

  line-height: 2.3em;

  font-size: 22px;

  color: #FFF;

  letter-spacing: 2px;

}



.roomText p {

  line-height: 2em;

  letter-spacing: 2px;

  font-size: 22px;

}



.btn_group p {

  font-size: 16px;

  letter-spacing: 2px;

}



#copyright {

  background-color: #000;

  color: #FFF;

}



.navbar-collapse {

  padding-right: 0px;

}

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

/* 響應式選單*/

@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: 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: 0px !important;

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

  .item1{
    width: 90%;

  }
}



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

  .btn_group a {

    width: 60%;

  }



  #news article>h3 {

    font-size: 22px;

  }



  article>h3 {

    font-size: 30px;

  }



  .roomText p {

    font-size: 18px;

  }



  .sologan {

    margin-bottom: 15%;

  }



  .aboutItem2 {

    width: 90%;

  }



  .listMenuItem li {

    font-size: 16px;

    letter-spacing: 1px;

  }

}



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



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