:root {
  --mainColor: ;
  --mainFontColor: rgba(80, 58, 58, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

.productText {
  margin-bottom: 100px;
}

.roomTypeArea iframe {
  margin-top: -80px;
  margin-bottom: 150px;
}

.slick-slide {
  margin-left: 10px;
}

.item5 {
  width: 50%;
  margin: auto;
}

.productText h4 {
  text-align: left;
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(255, 255, 255, 0.75);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}

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

article h3,
h3,
h2,
h4 {
  font-weight: bold;
  letter-spacing: 5px;
}

h4 {
  text-align: center;
}

.homeCover h4 {
  letter-spacing: 3px;
  color: rgb(0, 0, 0);
  left: 8.5%;
  bottom: 20vh;
  text-align: left;
}



p,
li,
a {
  font-weight: bold;
  letter-spacing: 2px;
}

.roomTypeTitle h3 {
  text-align: center;
}

.roomTypeTitle p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

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

.mainList li a {
  font-weight: bold;
  font-size: 18px;
}

.award p {
  padding-left: 80px;
}

.roomTypeText a {
  line-height: 1.5em;
  font-weight: bold;
  text-align: right;
}

.roomTypeText a:hover {
  color: rgb(26, 118, 194);
}

@media screen and (max-width:1024px) {
  .news_class {
    display: flex;
    /* flex-wrap: wrap; */
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .homeCover h4 {
    letter-spacing: 5px;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.6);
  }

  .award h2 {
    text-align: center;
  }

  .award p {
    padding-left: 0px;
    text-align: center;
  }
}

@media screen and (max-width:770px) {
  .item5 {
    width: 100%;
  }
}



.slick-prev {
  background: url(img/pointer.png) center center no-repeat;
  background-size: 100% auto;
}

.slick-next {
  background: url(img/pointer.png) center center no-repeat;
  background-size: 100% auto;
  transform: rotatey(180deg);
}