:root {
  --navBgColor: #a8d4d3;
  --opacitynavBgColor: #a8d4d3;
  --navTextColor: #ffffff;
  --navhoverColor: #000;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #2e2e2e;
  --titleColor: #000000;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #000000;
  --mainBorder: 2.5px dashed var(--opacityFontColor);
}

html {
  scroll-behavior: smooth;
}

#nav-icon span {

  background: #FFF;

}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {

  margin-top: 137px;
}

.navbar-nav>li>a {
  font-size: 15px;
}


.pictureArea h6,
article>h6 {
  text-align: center;
  font-size: 20px;
  border: 2.5px solid #000000;
  padding: 8px;
  margin-top: 20px !important;
  width: 50%;
  margin: auto;
}

.pictureArea {
  margin-bottom: 80px;
}

article>h5 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
  /* border-bottom: var(--mainBorder); */
  padding-bottom: 8px;
}

.productArea {
  margin-bottom: 80px;
}

.menuItem h4 {
  padding: 8px;
  background-color: #ffffff;
  text-align: center;
  border-bottom: none;
  border-right: 3px solid #000000;
  border-left: 3px solid #000000;
}

.roomTypeArea {
  border-bottom: 2.5px dotted #000000;
}


.roomTypeArea .introduction {
  margin: 20px 2%;
  border-left: 3px solid #000000;
  padding-left: 10px
}


.roomItem {
  margin-top: 10px;
}

.roomText {
  padding: 0px;
  margin-bottom: 15px;
}

.roomText p {
  line-height: 24px;
}

.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */

  height: 115px;

}

.navbar-brand>img {
  height: 127%;
  width: auto;
}


/* 
#home,#myCarousel{
  
  margin-top: 88px;
} */




/* aboutpic */

.aboutpic img {
  width: 150px;
  animation: alarm 1s infinite;
  margin: 10px 0;
}

.aboutpic {
  position: fixed;
  top: 65%;
  left: 3%;
  /* cursor: pointer; */
  z-index: 100;
}

@keyframes alarm {
  0% {
    transform: rotate(3deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(3deg);
  }
}








.mainBg {

  background-size: cover;
  background-attachment: fixed;
}

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

body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  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%;
}

.banner-full {

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

.section {
  background-color: #ffffff0a;
}

/* 
.section:nth-child(odd) {
  background-color: #ecfafa;
} */


.trafficText img {
  filter: brightness(0.4)
}


#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: #a8d4d3;

}

.footerQRcode {
  justify-content: center;
  left: 0;
}




.footer_text li {
  color: rgb(0, 0, 0);
}

#copyright {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.roomTitle {
  /* border: #000000 dashed 3px;
background-color: #a8d4d3; */
}

.roomTitle h4 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.video {
  width: 18%;
  margin: 40px auto;
}

#logo {
  position: absolute;
  height: 91px;
  padding: 5px 15px;
}

/* 響應式選單*/
@media (max-width:1440px) {
  #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) {

  .pictureArea h6,
  article>h6 {
    width: 80%;
  }

  article>h3 span.afterline,
  article>h3 span.beforeline {
    width: 30px;
  }

  .menuItem h4 {
    font-size: 20px;
  }


  .footer>div {
    width: 70%;
  }

  .roomTitle h4 {
    letter-spacing: 0px;
    font-size: 21px;
  }

  .video {
    width: 30%;
  }

  .aboutpic img {
    width: 110px;
    animation: alarm 1s infinite;
    margin: 10px 0;
  }

}

@media screen and (max-width:576px) {
  article>h5 {
    font-size: 22px;
  }

}

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

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