:root {
  --mainColor: ;
  --mainFontColor: #fff;
  --mainBorder: 1.5px solid var(--mainFontColor);
}

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

.mainCover {
  background-color: rgba(124, 112, 64, 0.671);
}

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

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

.roomTypeText p {
  line-height: 1.8em;
  font-size: 18px;
}

.roomTypeTitle h3 {
  text-align: center;
}

.btn {
  display: flex;
  justify-content: space-around;
  width: 100px;

}

.btn a {
  margin: 10% 6px 0 6px;

}

h4 {
  text-align: center;
}

p {
  font-size: 18px;
}

li {
  line-height: 1.8em;
}

.mainList li a {
  font-size: 18px;
  font-weight: bold;
  color: rgb(194, 164, 100);
}

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

#sns .logo {
  background-image: url(img/logo01.png);
  background-size: cover;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }

  #roomType article .roomTypeText p {
    font-size: 14px;
  }

  .mainList li a {
    color: #fff;
  }
}

@media only screen and (max-width: 950px) {
  #logo img {
    opacity: 0;
  }
}