:root {
  --navBgColor: #e6d3d5;
  --opacitynavBgColor: #e6d3d5;
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: #FFE4DF;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #A95F53;
  --titleColor: #A95F53;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #A95F53;
  --mainBorder: 1.5px dashed var(--opacityFontColor);
}

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

}


.navbar {
  background-color: transparent;
  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: #e6d3d5;
  /* background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; */
}

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

.mainMask {
  background-color: rgba(255, 255, 255, 0.712);
}

.banner-full {

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


#sns ul li {
  filter: brightness(0);
}
#sns .pinkoi {
  background-image: url(../img/pinkoi.png);
  background-size: cover;
}
.aboutItem{
  width: 32%;
}
.aboutItem img{
  border-radius: 20px;
  border: 3px dashed #A95F53;
 
}
.trafficArea{
  display: block;
}
.aboutText h6{
  text-align: center;
}
.aboutText p{
  text-align: center;
}
.newsTitle h4{
  font-weight: bold;
  color: #A95F53;
  font-size: 24px;
}
.newsText a{
  border-radius: 15px;
}
.btn_group a{
  border-radius: 15px;
}
.roomTitle{
  margin-top: 50%;
}
.roomTitle h4{
  color: #A95F53;
  font-size: 25px;
}
.menuItem h4{
  background-color: #A95F53;
  color: #fff;
  padding: 10px;
  border-top-right-radius:20px ;
  border-top-left-radius:20px ;
}
.menuItem ul{
  background-color: rgba(255, 255, 255, 0.582);
  border-bottom-right-radius:20px ;
  border-bottom-left-radius:20px ;
  padding: 10px;
}
.menuItema h4{
  font-size: 24px;
    border-bottom: var(--mainBorder);
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #A95F53;
    color: #fff;
    text-align: center;
}
.menuItema p{
  padding-top: 10px;
}
.menuItem b{
  color: #C98A80;
  font-size: 20px;
}
article > h3::after{
  content: none;
}
article > h3::before{
  content: none;
}
.newsItem img{
  border-radius: 20px;
}
.roomItem img{
  border-radius: 20px;
}
.proItem img{
  border-radius: 20px;
}
.catItem img{
  border-radius: 20px;
}
/* 響應式選單*/
@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: 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-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) {}

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

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

@media screen and (max-width:770px) {
  .roomTitle{
    margin-top: 0%;
  }
  .aboutText p{
    font-size: 15px;
  }
  .newsText P{
    text-align: justify;
  }
  .menuItem a{
    font-size: 15px;
  }
  .sologan{
    font-size: 17px;
  }
}

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

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

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