:root {
  --navBgColor: #FFF;
  --opacitynavBgColor: #FFF;
  --navTextColor: rgba(38, 43, 157, 1);
  --navhoverColor: #d5daed;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #d5daed;
  --titleColor: #141220;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(30, 30, 30, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#copyright {
  background-color: #d5daed;
}

.roomTitle h4 {
  font-size: 36px;
  color: rgb(208, 38, 38);
}

.roomTitle b {
  border-radius: 15px;
  font-size: 28px;
  background-color: rgb(44, 96, 226);
  color: rgb(250, 210, 51);
  padding: 8px;
  float: right;
}

.roomText p {
  font-size: 20px;
}

.roomText ul li {
  font-size: 30px;
  border-bottom: 2px solid rgb(250, 210, 51);
}

.roomText ul li::before {
  background-color: rgb(250, 63, 63);
  width: 20px;
  height: 20px;
}

#nav-icon span {

  background: var(--darkColor);

}

.title {
  height: 320px;
  border-right: 3px solid #FFF;
}

#menu .menuArea {
  border: 3px solid #FFF;
}

#menu .menuItem {
  float: left;
  width: 33.333%;
  margin: 0 auto 0px;
  padding: 0 0%;
  text-align: center;
}

#menu .menuItem p {
  padding-top: 15px;
  font-size: 20px;
}

#menu .menuItem h4 {
  border-bottom: none;
  padding: 8px;
  background-color: #FFF;
  margin-top: 40px;
}

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

article>h4 {
  font-size: 26px;
  color: var(--titleColor);
  text-align: center;
  margin-bottom: 40px;
}

.aboutText h4 {
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.aboutText p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 36px;
}

.item3 {
  float: left;
  width: 50%;
  margin: 0 auto 30px;
  padding: 0 2%;
}

.trafficArea>div {
  width: 55%;
  margin: auto;
}

.trafficText img {
  width: 25%;
  margin: auto;
}

#about1 .aboutText {
  border: 3px solid rgb(96, 96, 123);
  padding: 50px;
  background-color: #ffffff9c;
}

#about2 .aboutText {
  text-align: center;
}


.navbar {
  background-color: transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

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

#roomType .categoryArea {
  margin: auto;
  width: 60%;
}

#home,
#myCarousel {

  margin-top: 88px;
}

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


.floatRightText,
.floatLeftText {
  padding: 0px;
}

/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

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

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

.banner-full {

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

#sns .soeasy {
  background-image: url(../img/soeasy.png);
}

#sns .buzzdaily {
  background-image: url(../img/buzzdaily.png);
}

#sns .star {
  background-image: url(../img/star.png);
}

#sns ul li {
  filter: brightness(0);
}

.listArrangement {
  display: flex;
}

.listArrangement h4 {
  color: var(--highLightColor);
  text-align: center;
  font-size: 24px;
  border-bottom: var(--mainBorder);
  padding-bottom: 10px;
}

.Divider {
  border-right: 2px outset;
}

.menuItem h4 b {
  position: absolute;
  right: 0;
}


/* 響應式選單*/
@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) {
  #roomType .categoryArea {
    margin: auto;
    width: 90%;
    display: flex;
  }

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

  .roomTitle b {

    font-size: 16px;
  }

  .roomText p {
    font-size: 16px;
  }

  .roomText ul li {
    font-size: 20px;
  }

  #about1 .aboutText h6 {
    font-size: 18px;
    line-height: 25px;
  }

  #about1 .aboutText {
    padding: 20px;
  }

  article>h3::after,
  article>h3::before {
    width: 10px;
  }

  .trafficText img {
    width: 60%;
  }

  .item3 {
    width: 100%;
    float: none;
    margin: auto;
    margin-bottom: 48px;
  }

  .menuItem h4 {
    margin-top: 0px !important;
  }

  #menu .menuItem {
    float: none;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 0%;
    text-align: center;
  }

  .first {
    padding-bottom: 0px !important;

  }

  .third {
    padding-bottom: 20px !important;

  }

  #menu .menuArea {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }


  .title {
    height: 0px;
    border-right: none;
  }

  .menuItem h4 {
    margin-top: 0px !important;
  }

  .newsTitle h4 b {
    position: absolute;
    right: -50px;
  }

}

@media screen and (max-width:576px) {
  .listArrangement {
    display: block;
  }

  .Divider {
    border-right: 0px outset;
    margin-bottom: 20px;
  }
}

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

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