:root {

  --navBgColor: rgba(129, 102, 80, 0.664);

  --opacitynavBgColor: rgb(129, 102, 80);

  --navTextColor: rgb(255, 255, 255);

  --navhoverColor: rgb(93, 67, 44);

  --highLightColor: rgba(38, 43, 157, 1);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: rgb(93, 67, 44);

  --titleColor: #5f4e41;

  --mainFontColor: rgb(0, 0, 0);

  --opacityFontColor: rgba(30, 30, 30, 0.5);

  --mainBorder: 1.5px solid var(--opacityFontColor);

}



body {

  margin: 0;

  padding: 0;

}



/* Banner 上方 */

.container-fluid>.navbar-collapse {

  margin-right: 0;

  margin-left: 0;

  margin-top: 1.5rem;

}



#logo {

  position: initial;

  float: inherit;

  margin: auto;

  display: none;

}



h1 {

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



.navbar-header h1 {

  z-index: 10;

}



#logo2 {

  /* position: initial; */

  float: inherit;

  margin: auto;

  z-index: 10;

}



#logo2 img {

  height: 80px;

  width: auto;

  margin-top: -2rem;

}



.navbar {

  background-color: var(--hoverColor);

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

}



.navbar-nav>li>a {

  font-weight: 600;

  margin-top: 1em;

}



#nav-icon span {

  background: white;

}



.navbar-center {

  display: inline-block;

  float: none;

  vertical-align: top;

}



.navbar-collapse-center {

  text-align: center;

}



/* banner上方結束 */

#home,

#myCarousel {



  margin-top: 88px;

}



/* .mainBg {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  background-attachment: fixed;

} */



body:before {

  content: '';

  display: block;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  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%;

}



ul,

ol,

li,

p,

a,

footer {

  font-family: revert;
  line-height: 2;

}



.section:nth-child(odd) {

  background-color: rgb(227, 232, 225);

}



.mainMask {

  background-color: rgb(255, 255, 255);

}



.banner-full {

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



article>h2 {

  letter-spacing: 5px;

  font-size: 36px;

  color: var(--titleColor);

  text-align: center;

  margin-bottom: 60px;

}



article>h2::before {

  content: "";

  width: 50px;

  height: 3px;

  background-color: var(--titleColor);

  display: inline-block;

  vertical-align: middle;

  margin-right: 15px;

}

article>h2::after {

  content: "";

  width: 50px;

  height: 3px;

  background-color: var(--titleColor);

  display: inline-block;

  vertical-align: middle;

  margin-left: 15px;

}



article>h3::after,

article>h3::before {

  width: 0px;

}



/* banner-bottom 開始 */

#banner-bottom {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  padding: 4em 0;

}



.container {

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}

.newsArea h4:hover {
  color: aliceblue;
}

.newsArea h4 {
  text-align: center;
  font-size: 24px;
  color: var(--titleColor);
  /* margin-bottom: 50px; */
}

.newsText_full ol {
  justify-content: space-evenly;
  display: flex;
}

.newsText_full ul {

  width: 50%;
}

.newsItem img {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7))
}

.newstext p {
  color: var(--mainFontColor);
}

.newsItem p {
  color: var(--mainFontColor);
}

.newsText_full p {
  color: var(--mainFontColor);

}

.newsText_full li {
  color: var(--mainFontColor);

}

.newsArea {
  color: var(--mainFontColor);
  line-height: 3;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* .newsItem {
  width: 33%;
  margin: auto;


} */

.newsText_full {
  margin-top: 10%;
  width: 100%;
  text-align: center;
}

.newstext {

  width: 30%;
  margin: 1.5%;
}

.newstext_area {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.container h2,

.container p {

  color: aliceblue;

}



.banner-bottom-grids {

  line-height: 2em;

}

.aboutarea {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;

}

.trafficText li a {
  display: inline-block;

}

.trafficText li img {
  width: 75px;
  height: 75px;
}

.trafficText li img:hover {
  opacity: 0.7;
}

#traffic,
#roomType,
#picture1,
#about {
  background-color: #ebe8e2;
}

.aboutItem,
.aboutPic img {
  border-radius: 10px;
  box-shadow: 1px 1px 15px black;
  transform: scale(1.05);
  transition: .5s;
}

.aboutPic img:hover {
  transform: scale(1);

}

.aboutPic {
  width: 17%;
  margin: 1%;
}

/* banner-bottom End */
.aboutText {
  width: 47%;
  margin: auto;
}

.aboutText p {

  line-height: 4;

  font-size: 20px;

  font-weight: 600;

  letter-spacing: 2px;

  text-align: center;

  color: rgb(65, 50, 37);

}


.btn_group a:hover {
  color: #ffffff;
  font-weight: 600;
}


.picText p {

  text-align: center;

}



.FloatRight {

  float: right;

}



.roomTitle {

  border-bottom: 3px dotted var(--darkColor);

}



.roomItem img {

  border: 6px double;

  border-radius: 3em;

}



.trafficText ul li {

  border-bottom: 0;

  text-align: left;

}



#sns ul li {

  filter: brightness(0);

}



.icon,

#copyright {
  color: aliceblue;

  background-color: var(--opacitynavBgColor);

}





.icon {

  position: sticky;

  bottom: 0;

}

.icon ul {

  width: 200px;

  margin: auto;

  display: flex;

}



.icon ul li a:hover {

  filter: opacity(0.5);

}


/* 精選照片 */
#photo {
  width: 80%;
  margin: auto;

}

.photoItem {
  position: relative;
  width: 24%;
  margin-bottom: 20px;
}

#photo img {
  display: block;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.562);
  border-radius: 5px;
}

#photo img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.556);
  transition: all 0.5s ease;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: #5f4e41;
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 15px;
  padding: 20px;
  text-align: center;
  letter-spacing: 1.8px;
}

.photoItem:hover .overlay {
  opacity: 1;
}

#photo {

  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  padding: 4em 0;

  width: 100%;

}

.area {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#picture {
  background: url(../img/bg.jpg) no-repeat;

  background-size: cover;

  padding: 4em 0;

  width: 100%;
}



.picItem a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.783);
  border-radius: 20px;
}

.picText p {
  background-color: #5f4e41;
}

.text {
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}

/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }



  .navbar-brand>img {

    margin: auto;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .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: auto; */

    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) {



  .navbar-right,

  .navbar-left {

    margin: 0em;

  }



  .navbar {

    height: 88px;

  }



  #logo {

    display: block;

  }



  #logo2 {

    display: none;

  }

}



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



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

  .banner-bottom-grids:nth-child(2) {

    margin: 3em 0;

  }

  .aboutPic {
    width: 22%;
    margin: 1.5%;
  }

}



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



@media screen and (max-width:576px) {
  .aboutPic {
    width: 45%;
    margin: 2.5%;
  }

  .aboutText {
    width: 100%;
  }

  article {

    width: 100%;

  }



  .item2 {

    width: 95%;

  }

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

  .newsArea {
    font-size: 16px;
  }

  .newsText_full p {
    padding-left: 20px;
  }

  .newsTitle h4 {
    text-align: center;
  }

}



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



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



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

  .newsItem {
    width: 90%;
    margin: 10%;


  }

  .newstext p {
    padding: 0 20px;
    text-align: center;
  }

  .newstext {
    width: 100%;
    margin: auto;
  }

  #nav-icon {

    margin-right: 15px;

    position: absolute;

    right: 1rem;

  }

  .photoItem {
    width: 100%;
  }

}