:root {
  --mainColor: ;
  --mainFontColor: #404b5d;
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(247, 247, 247, 0.705);
}

header {
  background-color: #fff !important;
}

#home {
  background-image: url(img/home.jpg);
  margin-top: 84px;
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}

* {
  font-weight: bold !important;
}

.menuItem h3 {
  border-bottom: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.80);
  color: #fff;
}

#sns ul li a {
  filter: brightness(0);
}

.proArea img {
  border: #404b5d 5px dashed;
}

#picture article a {
  width: 23%;
  margin: 20px 0.5%;
}

#picture article a span {
  color: rgba(255, 255, 255, 0.918);
}

.newsItem a:hover {
  color: #B2A081;
}

.roomTypeArea img {
  border-radius: 10px;
}

.nana {
  font-size: 24px;
  color: rgb(255, 151, 132);
}

.roomTypeArea .item2 {
  align-self: center;
}

.item4 {
  width: 23%;
  margin-bottom: 30px;
}

.qrcode {
  width: 20%;
  margin: 20px 0;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }

  h2 {
    width: 100%;
    font-size: 18px;
  }

  .nana {
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width:950px) {
  .navBar {
    filter: brightness(0);
  }

  ul.mainList li a {
    color: #fff
  }
}

@media screen and (max-width:600px) {
  .roomTypeArea .item4 {
    width: 46%;
  }

  .qrcode {
    width: 40%;
  }
}