:root {

  --navBgColor: #e3e3e5;

  --opacitynavBgColor: #e3e3e5;

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

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

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

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

  --darkColor: #da251c;

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

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

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

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

}



#nav-icon span {



  background: #fff;



}





.navbar {

  background-color: transparent;

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

}





#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/bg03.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: #cccccc;

}



.mainMask {

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

}



.banner-full {



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





#sns ul li {

  filter: brightness(1);

}

.btn_group a {

  border: 2px solid rgb(0, 0, 0);

  color: rgb(0, 0, 0);

  width: 45%;

}



.menuItem h4 {

  color: #fff;

  background-color: #5a1511;

  padding: 10px;

  border-bottom: none;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

}



.menuItem ul {

  padding: 5px;

  background-color: rgba(255, 255, 255, 0.766);

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

}



.menuItem>ul>li {

  color: #000;

}

.roomTitle {

  border-bottom: none;

}



.roomTitle h4 {

  background-color: #d13e37;

  padding: 10px;



  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

}



.newsText a {

  width: 16%;

  border: none;

  color: rgba(255, 255, 255, 0);

}

.newsText a:hover {

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

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

}

#sns .web {

  background-image: url(../img/web.svg);

  background-size: cover;

}

#sns .fb {

  background-image: url(../img/fb.svg);

  background-size: cover;

}

#sns .ig {

  background-image: url(../img/ig.svg);

  background-size: cover;

}

#sns .line {

  background-image: url(../img/line.svg);

  background-size: cover;

}

#sns .youtube {

  background-image: url(../img/youtube.svg);

  background-size: cover;

}

#sns .rakuten {

  background-image: url(../img/rakuten.svg);

  background-size: cover;

}

#sns .shopee {

  background-image: url(../img/Shopee.png);

  background-size: cover;
  border-radius: 50%;
}

#sns .top {

  background-image: url(../img/top.svg);

  background-size: cover;

}

article {

  padding: 80px 0;

}

/* article > h3::after{

  background-color: #fff;

}

article > h3::before{

  background-color: #fff;

} */

/* 響應式選單*/

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

  .menuItem h4 {

    margin-left: 21px;

  }

  .menuItem ul {

    margin-left: 21px;

  }

  .pictureArea {
    flex-direction: column;
  }


  .item4 {

    width: 50%;

    padding: 0 2%;

    float: left;

    margin: auto;

    margin-bottom: 24px;

  }

}



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



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



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