:root {

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

  --opacitynavBgColor: rgba(223, 215, 194, 0);

  --navTextColor: #d92524;

  --navhoverColor: rgb(218, 207, 184);

  --highLightColor: rgba(203, 125, 157, 1);

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

  --darkColor: #d92524;

  --titleColor: #d92524;

  --mainFontColor: rgba(30, 30, 30, 1);

  --opacityFontColor: rgba(103, 99, 90, 0.5);

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

}



#nav-icon span {

  background: #d92524;

}



.navbar {

  background-color: var(--opacitynavBgColor);

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

}



article {

  padding: 70px 0px;

}





/*

#home,#myCarousel{



  margin-top: 88px;

}*/

article>h3 span.afterline,

article>h3 span.beforeline {

  width: 0px;

}



body:before {

  content: "";

  display: block;

  position: fixed;

  left: 0;

  top: 2.3cm;

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

}



.bg2 {

  background-color: rgb(226, 223, 215);

}



/* .mainBg{

  background-color: var(--navBgColor);

  background-size: cover;

  background-attachment: fixed;

} */

.mainMask {

  background-color: rgba(255, 255, 255, 0.434);

}



.banner-full {



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



b,

strong {

  color: #d92524;

  font-size: larger;

}





.newsTitle i {

  font-style: normal;

}



.btn_a {

  border: 2px solid #d92524;

  border-radius: 15px;

}



.btn_a a {

  color: #d92524;



}

.roomItem {
  float: none;
}



.aboutFlex h6 {

  color: #d92524;

  text-align: left;

  font-size: 19px;

  letter-spacing: 2px;

  margin-bottom: 50px;

  font-weight: 600;

}



.aboutFlex h6 span {

  font-family: 'Playfair Display',

    serif;

}



.aboutText {

  padding-left: 70px;

}



#news article {

  width: 90%;

}



.newsItem img {



  object-fit: cover;

}



/* #news .item2 {

  width: 33.33%;

} */



.topLine {

  border-top: 5px solid #d92524;

  width: 120px;

  margin-bottom: 15px;

}



.trafficText img {

  filter: brightness(0.4)
}



.menuArea {

  display: flex;

}



.menuItem a {

  overflow: hidden;

  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.422);

}



.menuItem img {

  height: 300px;

  object-fit: cover;

}



.menuItem img:hover {

  transition: 0.5s;

  transform: scale(1.05);

}



.roomText {

  display: flex;

  justify-content: center;

  margin-top: 30px;

  padding: 0px;

}







#roomType img {

  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.489);

}



#roomType img:hover {

  transition: 0.5s;

  transform: scale(1.05);

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.238);

}



#menu .item4 {

  width: 45%;

}



#newsone .item3 {

  width: 48%;

}



#newsone .newsArea {

  display: flex;

}



#newsone a {

  overflow: hidden;

  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.497);

}



#newsone img {

  height: 450px;

  object-fit: cover;

}



#newsone img:hover {

  transition: 0.5s;

  transform: scale(1.05);

}



#picture h3 {

  width: 100%;

  text-align: center;

  margin: 24px auto 48px;

  border-bottom: var(--mainBorder);

  padding-bottom: 30px;

}



#product article {

  padding-bottom: 60px;

}



.product2 article {

  padding-top: 0px;

}



#product img {

  height: 250px;

  object-fit: cover;

}



#video .item2 {

  width: 50%;

  float: left;

}



/* swiper */



.swiper {

  width: 100%;

  height: 100%;

}



.swiper-slide {

  text-align: center;

  font-size: 18px;

  background: #fff;



  /* 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: 100%;

  object-fit: cover;

}



/* swiper */



/* #sns ul li {

  filter: brightness(0);

} */



.footer {

  background-color: #c1baa800;

}



.trafficArea {

  display: flex;

  flex-wrap: wrap;

}



#traffic article h3 {

  width: 100%;

}



.trafficText {

  display: block;

  text-align: left;

  font-size: 17px;

  line-height: 40px;

}



.trafficText,

.trafficMap {

  width: 45%;

  margin: 0 auto;

}



.trafficBtn a {

  font-weight: 700;

  margin-top: 24px;

  border: 2px solid #d92524;

  padding: 5px;

  width: 100px;

  text-align: center;

  float: left;

  border-radius: 15px;

}



.trafficText li a:hover {

  color: rgb(255, 255, 255);

  background-color: #d92524;

  transition: 0.5s;

}



#traffic .trafficMap a:hover {

  transition: 0.5s;

  transform: scale(1.05);

  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.394);

}



#copyright {

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

}



.aboutText p {

  line-height: 30px;

  text-align: justify;

}



.newsText p {

  text-align: justify;

}



.newsText b {

  color: #d92524;

}



.roomTitle h4 {

  padding-bottom: 10px;

  border-bottom: 1.5px solid #000;

}



.newsTitle h4 {

  font-size: 16px;

}



.menuItem h4 {

  font-size: 20px;

  background-color: #d92524;

  color: #fff;

  padding: 10px;

  border-bottom: 0px;

  text-align: center;

}



.menuItem p {

  margin-top: 10px;

  text-align: justify;

}



article>h3 {

  text-shadow: 3px 2px 3px rgba(80, 80, 80, 0.386);

}



.join {

  text-align: center;

  color: #000000;

  padding: 15px;

  border: 3px solid;

  transition: 0.5s;

  font-size: 25px;

  font-family: 'Playfair Display',

    serif;

}



.join:hover {

  background-color: #d92524;

  color: rgb(255, 255, 255);

  border: 2px solid #d92524;

}



#picCategory .item5 {

  width: 100%;

}



#picCategory p {

  font-size: 16px;

  line-height: 30px;

  letter-spacing: 1px;

}



#picCategory ul {

  margin-bottom: 30px;

}



#picCategory .catItem a {

  overflow: hidden;

  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.319);

}





#picCategory img:hover {

  transition: 0.5s;

  transform: scale(1.05);

}

.item1 {
  width: 70%;
  margin: auto;
}

/* 響應式選單*/

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

  .item1 {
    width: 100%;
  }

  .join {

    font-size: 20px;

  }



  .topLine {

    margin-left: 20px;

  }



  .aboutFlex h6 {

    margin-left: 20px;

    margin-top: 20px;

  }



  .aboutText p {

    margin-top: 10px;

  }



  .aboutText {

    padding-left: 0px;

  }

  /*

  #news .item2 {

    width: 90%;

  } */



  .newsItem img {

    height: 350px;

  }



  .menuArea {

    flex-wrap: wrap;

  }



  #menu .item4 {

    width: 90%;

  }



  #newsone .newsArea {

    flex-wrap: wrap;

  }



  .nav-justified>li {

    width: 90%;

  }



  #picCategory p {

    width: 80%;

    margin: 0 auto;

  }



  #picCategory .item4 {

    width: 90%;

  }



  #picture .item4 {

    width: 90%;

  }



  #video .item2 {

    width: 90%;

  }



  #newsone .item3 {

    width: 90%;

  }



  .trafficArea {

    display: block;

  }



  .trafficText,

  .trafficMap {

    width: 85%;

    text-align: center;

  }



  .trafficBtn a {

    margin: 2em auto;

  }

}



@media screen and (max-width:576px) {
  .marginTop {
    margin-top: 100px;
  }
}



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



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