:root {
  --navBgColor: #ffffff;
  --opacitynavBgColor: rgba(187, 208, 212, 0);
  --navTextColor: #000000;
  --navhoverColor: #ad803c;
  --highLightColor: #d09741;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #ad803c;
  --titleColor: #dca548;
  --mainFontColor: rgb(255, 255, 255);
  --opacityFontColor: #ffffff33;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

html {
  height: 100%;
}

article {
  padding: 70px 0px;
}

#nav-icon span {

  background: #7d7d7d;

}


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


.navbar-nav>li>a {
  border: #000 solid 1px;
  margin-right: 15px;
  font-size: 15px;
  letter-spacing: 2px;
}

#home,
#myCarousel {

  margin-top: 88px;
}

.glyphicon-chevron-right:before{
width: 32px;
height: 32px;
}

.roomType{
  display: flex;
}
.mainBg {
  background: url(../img/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section:nth-child(odd) {
  background-color: #ffe5b800;
}

.mainMask {
  background-color: #000000a9;
}

.banner-full {

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

.about {
  display: flex;
  flex-wrap: wrap;
}

.aboutFlex {
  width: 40%;
}

.aboutItem {
  width: 100%;
}

.aboutText {
  width: 40%;
}


.aboutText p {
  letter-spacing: 3px;
  font-weight: 100;
}

.listMenuItem li {
  text-align: left;
}

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

#menu img {
  width: 70%;
  margin: 0 auto 50px;
  box-shadow: 0 6px 15px 0;
}

.roomTitle {
  text-align: center;
  border-bottom: none;
  background-color: #f0f0f0fd;
  letter-spacing: 2px;
  padding: 10px;
  height: 220px;
}

.roomTitle p {
  color: #383838;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 1.2px;
}

.roomTitle h4 {
  color: #383838;
}

.listMenuItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.listMenuItem li:first-child {
  width: 28%;
  background-color: #868686c5;
  /* border: #000 solid 2px; */
  text-align: center;
}



.listMenuArea {
  width: 60%;
}

.picTitle h4 {
  font-size: 26px;
  border: #FFF solid 2px;
  width: 15%;
  text-align: center;
  margin: 5% 2%;
  padding: 10px;
}


.trafficText li {
  text-align: center;
}

.trafficText .qr {
  width: 30%;
  margin: 0 auto;
}



.pictureArea .goback a {
  border: var(--mainBorder);
  margin: auto;
  transition: 0.5s;
  text-align: center;
  display: block;
  width: 10%;
  padding: 10px 0;
  border-radius: 5px;
}

.pictureArea .goback a:hover {
  background-color: var(--darkColor);
  border: 1.5px solid var(--darkColor);
  color: var(--hoverColor);
}


/* 響應式選單*/
@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) {}

@media screen and (max-width:576px) {
  #menu img {
    width: 85%;
  }

  article>h3 {
    font-size: 30px;
  }

  .navbar-nav>li>a {
    margin-right: 0px;
  }

  .container-fluid {
    padding-right: 0px;
  }

  .about {
    align-items: center;
    flex-direction: column;
  }

  .aboutFlex {
    width: 80%;
  }

  .aboutText {
    width: 80%;
  }

  .item4 {
    width: 80%;
  }

  .roomTitle {
    height: 200px;
  }

  #nav-icon {
    margin-right: 30px;
  }

  .nav-justified>li>a {
    margin-bottom: 10px;
  }

  .nav-justified>li {
    margin-bottom: 0px;
  }

  .picItem {
    width: 80%;
  }

  .pictureArea .goback a {
    width: 20%;
  }

  .listMenuArea {
    width: 100%;
  }

  .picTitle h4 {
    width: 40%;
    margin: 7%;
    font-size: 23px;
  }

}

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

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