:root {
  --navBgColor: #465260;
  --opacitynavBgColor: #465260;
  --navTextColor: rgb(255, 255, 255);
  --navhoverColor: #f07777;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #f07777;
  --titleColor: #f07777;
  --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);
}

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

#nav-icon span {
  background: #e9e9e9;
}

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

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

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

.mainMask {
  background-color: rgba(245, 237, 218, 0.527);
}

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

.aboutFlex {
  display: flex;
  justify-content: space-between;
}

.aboutItem {
  width: 48%;
}

.aboutText {
  width: 45%;
}

.aboutText h6 {
  text-align: left;
  font-size: 25px;
  letter-spacing: 2px;
}

.aboutText p {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 2px;
}

#news .item3 {
  width: 33.33%;
}

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

#roomType a {
  overflow: hidden;
}

#roomType img {
  height: 300px;
  object-fit: cover;
}

#roomType img:hover {
  transition: 0.5s;
  transform: scale(1.04);
}

#roomType .item3 {
  width: 33.33%;
  margin: 0px;
}

.roomTitle h4 {
  letter-spacing: 2px;
}

#picture .item4 {
  width: 33.33%;
}

.picText {
  padding: 10px 10px;
  width: 94%;
}

.picText h4 {
  color: white;
}

#product a {
  overflow: hidden;
}

#product img {
  height: 400px;
  object-fit: cover;
}

#product img:hover {
  transition: 0.5s;
  transform: scale(1.03);
}

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

#copyright {
  background-color: #f07777;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
}


.padding_0 {
  padding-right: 0;
  padding-left: 0;
}

.nav_padding {
  padding: 0 15px;
  background-color: #465260;
}

/* swiper */

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

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

  .collapse.in {
    display: block !important;
  }

  .navbar-nav>li>a {
    color: #dddddd;
  }

  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) {
  article {
    padding: 70px 0px;
  }

  .navbar-nav {
    margin: 0px;
    background-color: #465260;
  }

  .container-fluid {
    padding: 0px;
  }

  .aboutText {
    width: 90%;
  }

  #product img {
    height: 300px;
  }

  #news .item3 {
    width: 90%;
  }

  #picture .item4 {
    width: 90%;
  }

  .picText {
    width: 100%;
  }

  #roomType .item3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

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

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

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