:root {
  --mainColor: ;
  --mainFontColor: #998675;
  --mainBorder: 1.5px solid var(--mainFontColor);
}
#mainBg {
  background-image: url(img/bg.jpg);
}
.mainCover {
  background-color: rgba(252, 252, 252, 0.411);
}
#home {
  background-image: url(img/home01.jpg);
  height: 120vh;
  max-height: 120vh;
}
.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}
.scollMenu a {
  color: #6d5d55;
}
#about p {
  margin-bottom: 25px;
}
.scollMenu {
  background-color: #53474160;
}
header {
  background-color: #53474160;
}
article {
  padding: 90px;
  max-width: 1024px;
  margin-top: 120px;
}
article h3 {
  letter-spacing: 5px;
  text-align: center;
  font-size: 16pt;
}
.newsTitle i {
  font-size: 18px;
}
.newsText {
  padding-top: 50px;
  width: 100%;
}
.item2 {
  width: 60%;
  margin: 0 5% 80px 5%;
  margin-top: 50px;
  margin-right: 5%;
  margin-bottom: 80px;
  margin-left: 20%;
}
.roomTypeTitle {
  width: 90%;
  margin: auto;
}
.roomTypeTitle h3 {
  font-size: 16pt;
  margin-bottom: 20px;
}
.trafficText {
  border-top: var(--mainBorder);
}
#traffic h3 {
  padding-top: 20px;
  font-size: 14px;
  text-align: left;
  letter-spacing: 5.5px
}
#traffic h3,
li {
  padding-left: 30px;
}
.service img {
  width: 30%;
  margin-bottom: 30px;
}
.roomTypeItem{
  letter-spacing: 4px
}
.newsTitle h3 {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.roomsTitle h3 {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.roomsTitle h4 {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.roomsTitle h3 {
  width: calc(99% - -44px);
  display: inline-block;
}
.roomsTitle h3,
.roomsTitle p {
  font-size: 16px;
  margin: 0;
  vertical-align: bottom;
}
.roomsTitle i {
  font-size: 16px;
  font-family: '微軟正黑體';
  font-weight: bolder;
  font-style: normal;
  user-select: none;
  color: #998675;
}
* {
  font-weight: normal !important;
}
li {
  font-size: 14px;
  line-height: 2.5em;
}
.roomTypeArea1 {
  width: 100%;
  margin: auto 150px;
}
.roomTypeArea2 {
  width: 85%;
}
#pricing p {
  text-align: left;
}
.roomTypeArea {
  width: 100%;
  margin: auto;
}
.flow {
  display: flex;
}
.flow>div {
  width: 50%;
  margin: auto;
}
#about p {
  text-align: center;
}
:root {
  --mainColor: ;
  --mainFontColor: #998675;
  --mainBorder: 1.5px solid #99867538;
}
@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
  article h3 {
    font-size: 24px;
  }
  article {
    padding: 25px;
  }
  #traffic {
    padding-bottom: 100px;
  }
  .roomTypeTitle h3 {
    font-size: 18px;
  }
  .newsItem {
    width: 100%;
  }
  .roomTypeArea1 {
    width: 100%;
    margin: auto 0px;
  }
  .newsTitle h3 {
    font-size: 16px;
  }
  .service {
    width: 100%;
  }
  li {
    font-size: 15px;
  }
  .roomTypeArea {
    width: 100%;
    margin: auto;
  }
  .roomTypeArea2 {
    width: 100%;
  }
  .roomTypeTitle {
    width: 85%;
    margin: auto;
  }
  #traffic h3 {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
  }
  #traffic li {
    text-align: center;
  }
  #traffic h3,
  li {
    padding-left: 0px;
  }
  .roomTypeItem{
    letter-spacing: 0px
  }
}