:root {

  --navBgColor: #c1d1dc;

  --opacitynavBgColor: rgba(223, 215, 194, 0);

  --navTextColor: rgba(0, 0, 0, 1);

  --navhoverColor: #3b4e66;

  --highLightColor: #ff826c;

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

  --darkColor: #ff826c;

  --titleColor: #3b4e66;

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

  margin-top: 0px;

  margin-bottom: 24px;

  border: 2.5px dotted #3b4e66;

  padding: 8px;

  font-size: 18px;

  text-align: center;


}
.items-area{
  display: flex;
}

.items-area .item-box{
  margin: 2%;
}
.items-area .item-box .content{
  margin-top: 2%;
}
.newsItem-1{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.newsItem-1 .news-img-1{
  flex: 1;
}
.newsItem-1 .news-img-1 img{
  border: 3px double #000000;
  padding: 3%;
}
.newsItem-1 .news-content-1{
  flex: 1;
  margin: 3%;
}
.newsItem-1 .news-content-1 > h4{
  border-bottom:1px dashed #777777;
  padding: 3%;
}

.newsItem{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
.newsItem .news-img{
  flex: 1;
}
.newsItem .news-img img{
  border: 3px double #000000;
  padding: 3%;
  margin: 0 auto;
}
.newsItem .news-content{
  flex: 1;
  margin: 3%;
}
.newsItem .news-content > h4{
  border-bottom:1px dashed #777777;
  padding: 3%;
}

.col-sm-5 {

  width: 100%;

}

.newsTitle{
  width: 100%;
}
#product .actions{
  display: flex;
  flex-wrap: wrap;
}

.aboutText p {

  width: 60%;

  margin: auto;

}



.floatRightText,

.floatLeftText {

  border: none;

  width: 100%;

  left: 0%;

}



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

}



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

}





.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: center / cover no-repeat url(/img/bg.jpg);
  background-attachment: fixed;
  opacity: .4;
}



.mainMask {

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

}


/* 
.banner-full {

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

} */



/* .section:nth-child(odd) {

} */





.trafficText img {

  filter: brightness(0.4)

}





#sns ul li {

  filter: brightness(0);

}



.footer_logo img {

  width: 70%;

  margin: auto;

}



.footer {

  background-color: #e4e4e4;

}



#copyright {

  background-color: #c1d1dc;

}



.ccicon a {

  width: 120px;

}

.subtitle{
  width: 50%;
 text-align: center;
 margin: 0 auto 30px;
}


/* 響應式選單*/

@media (max-width:1200px) {
  .newsItem{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .newsItem-1{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #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) {

  .footer_logo img {

    width: 50%;

    margin: auto;

  }



  .footerQRcode {

    left: 3%;

  }



  .footer>div {

    width: 70%;

    margin-bottom: 24px;

  }



  .floatRightText,

  .floatLeftText {

    left: 0;

    transform: translateY(0);

    margin: auto;

    padding: 0px;

    box-shadow: none;

    background-color: none;

  }



  .aboutText p {

    width: 90%;

    margin: auto;

  }



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

  }
  .items-area{
    flex-direction: column;
    margin: 2% 0;
  }
}



@media screen and (max-width:576px) {
  .subtitle {
    width: 95%;}
    
}



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

  }

}