:root {
  --navBgColor: #fef0e7;
  --opacitynavBgColor: rgb(255, 255, 255);
  --navTextColor: rgb(93, 93, 93);
  --navhoverColor: #dba3a4;
  --highLightColor: rgb(174, 14, 56);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #dba3a4;
  --titleColor: #dba3a4;
  --mainFontColor: rgb(129, 129, 129);
  --opacityFontColor: #dba3a4;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

/* #logo {
  display: none;
} */

#nav-icon span {

  background: var(--darkColor);

}

.trafficText img {
  width: 30%;
  /* margin: auto; */
  display: -webkit-inline-box;
}


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



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

#home,
#myCarousel {

  margin-top: 88px;
}

#copyright {
  background-color: #dba3a4;
  color: #fef0e7;
  font-weight: bold;
}

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

/* .aboutText {
  text-align: center;
} */

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

/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */


.section h3 {
  text-align: center;
  margin: 0 0 40px 0;
}

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

.menubtn {
  display: flex;
  width: 100%;
}

.item1 {
  padding: 25px;
}

.listMenuItem li {
  width: 100% !important;
  text-align: left;
}

.small {
  padding-bottom: 20px;
}

.btnbox {
  margin: auto;
}

.proArea,
.listMenuArea {
  padding-bottom: 30px;
}

.btnbox a {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background-color: #dba3a4;
  border: 2px solid #dba3a4;
  color: #FFF;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.btnbox a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #dba3a4;
}

.menuItem h4 {
  text-align: center;
  margin-top: 12px;
}

.banner-full {

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


#sns ul li {
  filter: brightness(0);
}
.roomItem {
  width: 46%;
  margin: 0 auto 30px;
}
iframe {
  width: 100%;
 
}
.picItem{
  text-align: center;
  font-size: 20px;
}
.titl{
margin: auto;
  width: 80%;
  border-radius: 10px;
  border: 2px solid #dba3a4;
  padding: 10px;
  font-size: 25px;

}
.newsItem{
  margin: auto;
  align-items: center;
  width:50%;
  text-align: center;
}

.newsItem h3 {
  margin: 20px 0;
}

.slogan {

  color: var(--titleColor);

  text-align: center;

  font-size: 30px;

  margin-top: 60px;

  font-weight: 700;

}

.carousel-inner>.item {
  -webkit-transition: -webkit-transform 1.6s ease-in-out;
  -o-transition: -o-transform 1.6s ease-in-out;
  transition: transform 1.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* 響應式選單*/
@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) {
  .titl{
    width: 100%;
  }
  
  iframe{
    height: 100%;
  }
 
  .roomItem {
    width: 100%;
  }
  .trafficText img {
    padding: 10px;
    width: 50%;
    margin: auto;
  }
  .newsItem{
    width:100%;
    margin: auto;
  }
  


  .newsItem iframe {
    width: 100% !important;
    height: 400px !important;
  }

  .newsItem .newsItemText {
    text-align: left !important;
    margin: 40px 0;
  }
  
  .slogan {
  
    font-size: 16px;
  }
}

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

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

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