:root {
  --navBgColor: rgb(233, 212, 221);
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: rgb(74, 70, 67);
  --navhoverColor: rgb(230, 105, 143);
  --highLightColor: rgb(230, 105, 143);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(230, 105, 143);
  --titleColor: rgb(118, 106, 94);
  --mainFontColor: rgb(68, 68, 68);
  --opacityFontColor: rgb(230, 105, 143);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

article {
  padding: 80px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif TC',
    serif;
}

p {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 1.6px;
  line-height: 26px;
  font-weight: 300;
}

article>h3 span.beforeline {
  display: none;
}

article>h3 span.afterline {
  display: none;
}

#nav-icon span {

  background: var(--darkColor);

}

.navbar-nav>li>a {
  font-family: 'Noto Serif TC',
    serif;
  letter-spacing: 1.6px;
}

.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}

#nav-icon span {
  background: var(--darkColor);
}

#logo img {
  mix-blend-mode: multiply;
}

/* 
#home,#myCarousel{
  
  margin-top: 88px;
} */

.mainBg {
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}



.banner .title {
  position: absolute;
  z-index: 10;
  color: rgba(255, 255, 255, 0.836);
  top: 42%;
  left: 30%;
  font-size: 72px;
  text-shadow: 0px 0px 10px rgba(68, 68, 68, 0.707);
}

.section2 {

  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section:nth-child(odd) {
  background-color: rgb(255, 255, 255)
}

/* about */

.aboutText h5 {
  font-size: 20px;
  text-align: left;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aboutText h6 {
  font-size: 18px;
  text-align: left;
  line-height: 28px;
  font-weight: 400;
}

/* about */

.newsTitle h4 {
  font-size: 20px;
}

.item2 {
  width: 50%;
}


.newsArea {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.menuArea {
  display: flex;
  justify-content: center;
}

.menuItem h4 {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.item3 {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

.menuItem ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.1em;
  width: 90%;
  text-align: justify;
  margin: 0 auto;
}

.category_Text {
  padding-left: 6%;
}

.category_Text h5 {
  line-height: 32px;
}

.trafficText img {
  filter: brightness(0.4)
}

.listMenuItem li {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.6px;
}

#roomType .item2 {
  width: 100%;
}

#video .item2 {
  width: 50%;
}


#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: #d193b3;
}

.floatRightText,
.floatLeftText {
  background-color: rgba(255, 255, 255, 0);
}

/* 響應式選單*/
@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) {
  .banner .title {
    position: absolute;
    z-index: 10;
    color: rgba(255, 255, 255, 0.836);
    top: 42%;
    left: 30%;
    font-size: 60px;
    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);
  }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {
  .banner .title {
    position: absolute;
    z-index: 10;
    color: rgba(255, 255, 255, 0.836);
    top: 42%;
    left: 25%;
    font-size: 50px;
    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);
  }
}

@media screen and (max-width:770px) {}

@media screen and (max-width:576px) {
  .banner .title {
    position: absolute;
    z-index: 10;
    color: rgba(255, 255, 255, 0.836);
    top: 40%;
    left: 22%;
    font-size: 35px;
    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);
  }

  .aboutText h6 {
    font-size: 22px;
  }

  article>h3 {
    font-size: 28px;
  }

  .item2 {
    width: 80%;
  }

  .item3 {
    width: 90%;
  }

  .menuItem h4 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  .category_Text {
    padding-left: 0px;
  }

  .roomTitle h4 {
    line-height: 28px;
  }

  #video .item2 {
    width: 90%;
  }
}

@media screen and (max-width:415px) {
  .banner .title {
    position: absolute;
    z-index: 10;
    color: rgba(255, 255, 255, 0.836);
    top: 42%;
    left: 20%;
    font-size: 28px;
    text-shadow: 0px 0px 10px rgb(68 68 68 / 71%);
  }
}

@media screen and (max-width:375px) {}