:root {
  --navBgColor: rgb(241, 202, 94);
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: #ea0583;
  --navhoverColor: #ee7525;
  --highLightColor: rgb(56, 154, 150);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(44, 150, 147);
  --titleColor: rgb(78, 78, 78);
  --mainFontColor: rgb(57, 57, 57);
  --opacityFontColor: rgba(218, 217, 215, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#copyright {
  background-color: rgba(255, 255, 255, 0.144);
  color: #FFF;
  font-weight: bold;
}

.footer_logo img {
  width: 60%;
  margin: auto;
}

#nav-icon span {
  background: var(--darkColor);
}

#roomType .item3 {
  width: 33.33%;
}

#about h1 {
  font-size: 36px;
  color: var(--titleColor);
  text-align: center;
  margin-bottom: 75px;
}

.item4 {
  padding: 0 2%;
}

.item3 {
  width: 50%;
}

.hamburger {
  background-color: #000;
}

.aboutText {
  background-color: rgba(255, 255, 255, 0.185);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.374);
}

.aboutFlex img {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.528);
  border: 2px solid rgba(255, 255, 255, 0.85);
  padding: 3px;
}

.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-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
} */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}

.mainMask {
  background-color: rgba(238, 238, 238, 0.76);
}

.bookingimg{
  display: flex;
}
.roomItem a {
  overflow: hidden;
}

.roomItem img {
  padding: 3px;
  /* height: 190px; */
  object-fit: cover;
}

.roomItem img:hover {
  transition: 0.5s;
  transform: scale(1.03);
}

.roomItem .newsTitle {
  border-bottom: 1px solid rgba(255, 228, 166, 0.568);
}

.roomItem .newsTitle h4 {
  font-size: 18px;
  color: rgb(79, 79, 79);
  line-height: 26px;
  padding-bottom: 5px;
}

.roomItem .newsBt {
  opacity: 2;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.roomItem .newsText p {
  font-weight: lighter;
  text-align: left;
  line-height: 26px;
}

.roomItem {
  text-align: center;
}

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

.section:nth-child(odd) {
  background-color: #73cee2d7;
  box-shadow: 0px 3px 12px rgba(255, 228, 166, 0.528);
}

.newsItem img {
  border: 2px solid rgba(255, 255, 255, 0.822);
}

.listMenuItem li {
  width: 100%;
}

#listMenu a {
  width: 45%;
  margin: auto;
  margin-bottom: 60px;
}

.trafficText img {
  filter: brightness(2);
}

#copyright {
  padding: 10px 0px 60px 0px;
}

#sns ul li {
  filter: brightness(0);
  border-bottom: none;
}

#sns {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(241, 202, 94);
}

#sns ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

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

.top {
  filter: brightness(5);
  top: -5px;
  left: 1px;
}

.footer {
  background-color: rgb(241, 202, 94);
}

.hovereffect {
  border-radius: 15px;
  border-style: double;
  border-width: 8px;
  border-color: #E4B873;
  box-shadow: 3px 3px 5px rgba(44, 44, 44, 0.301);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.btn_a {
  margin: 20px 0;
  font-size: 18px;
}

.btn_a a:hover {
  color: #000;
}

/* 響應式選單*/
@media (max-width:1200px) {
  #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) {
  #listMenu a {
    width: 100%;
  }

  .roomItem .newsTitle h4 {
    font-size: 19px;
  }

  .roomItem .newsText p {
    font-size: 16px;
  }

  .item3 {
    width: 100%;
  }

  .item2 {
    width: 100%;
  }

  #roomType .item3 {
    width: 100%;
  }

  /* .roomItem img {
    height: 350px;
  } */
  .trafficText ul {
    width: 90%;
  }

  #about h1 {
    font-size: 38px;
    letter-spacing: 5px;
  }

  /* .roomItem img {
    height: 220px;
  } */
}

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

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

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