:root {
  --navBgColor: #996953;
  --opacitynavBgColor: #996953;
  --navTextColor: rgb(255, 255, 255);
  --navhoverColor: #fff0e3;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #7d4932;
  --titleColor: #736356;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(30, 30, 30, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}
#nav-icon span {
  background: var(--darkColor);
}
article>h3::after,
article>h3::before {
  display: none;
}
.navbar {
  background-color: transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#nav-icon span {
  background: #736356;
}
#home,
#myCarousel {
  margin-top: 80px;
}
.mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section:nth-child(odd) {
  background-color: #c7b39a;
}
.mainMask {
  background-color: rgba(245, 237, 218, 0.527);
}
.banner-full {
  background-image: url(../img/banner1.jpg)
}
.aboutFlex {
  display: flex;
}
.aboutText {
  width: 45%;
}
.aboutText h6 {
  text-align: left;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}
.aboutText p {
  text-align: justify;
  font-size: 16px;
  letter-spacing: 2px;
}
.roomTypeArea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.roomTypeArea .item3 {
  padding: 0px;
  width: 48%;
}
.roomTitle h4 {
  letter-spacing: 2px;
  line-height: 28px;
}
#experience {
  background-image: url(/img/bg2.jpg);
  background-size: cover;
  background-position-y: -300px;
}
.experArea {
  display: flex;
  justify-content: center;
}
/* #experience h3 {
  color: white;
} */
.experArea p {
  display: inline;
  margin: 0px 50px;
  /* color: white; */
  font-size: 18px;
  letter-spacing: 2px;
}
#sns ul li {
  filter: brightness(0);
  border-bottom: none;
}
#sns {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff0e3;
}
#sns ul {
  display: flex;
  /* width: 100%; */
  justify-content: space-evenly;
}
.qrcode {
  width: 32%;
  margin: auto;
}
.newsTitle a {
  /* right: -76%;
   */
  text-align: end;
  top: -22px;
  color: #736356;
}
/* .newsTitle i {
  transform: scaleY(-1);
 } */
 .newsTitle i {
  transform: scaleY(-1);
  width: 50px;
  top: 5px;
  text-align: center;
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  color: var(--mainFontColor);
  vertical-align: bottom;
  transition: opacity 0.2s ease-in-out;
  font-family: '微軟正黑體';
  font-style: normal;
  user-select: none;
}
#product img {
  height: 300px;
  object-fit: cover;
}
#copyright {
  background-color: #996953;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}
/* 響應式選單*/
@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: rgba(255, 255, 255, 1);
  }
  .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;
  }
  .navbar-nav>li>a {
    color: #736356;
  }
  article>h3 {
    font-size: x-large;
    color: var(--titleColor);
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sologan {
    font-size: 99%;
  }
  .newsTitle a {
    right: 1px;
    top: -2px;
    color: #736356;
  }
  .aboutItem {
    width: 100%;
  }
  .item3 {
    width: 100%;
    padding: 0;
  }
  .slick-slide img {
    width: 100%;
  }
}
/*響應式調整*/
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:770px) {
  .aboutText {
    width: 90%;
  }
  .newsTitle h4 {
    font-size: 18px;
  }
  #experience {
    background-position-y: 0px;
  }
  .experArea {
    flex-wrap: wrap;
  }
  .experArea p {
    width: 100%;
    margin: 0px 30px;
  }
  .roomTypeArea .item3 {
    width: 100%;
  }
  .item4 {
    width: 90%;
  }
  .picItem img {
    height: 250px;
    object-fit: cover;
  }
  #roomType article {
    padding-bottom: 20px;
  }
  #traffic article {
    padding-bottom: 0px;
  }
}
@media screen and (max-width:576px) {}
@media screen and (max-width:414px) {}
@media screen and (max-width:375px) {}