:root {
  --mainColor: ;
  --mainFontColor: rgba(0, 0, 0, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  /* background-color: rgba(34, 24, 20, 0.5); */
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}

#sns ul li a {
  filter: brightness(0);
}

#logo img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
}

#sns .booking {
  background-image: url(img/booking.png);
}

h3 {
  font-weight: 600;
  letter-spacing: 5px;
  color: rgb(78, 59, 59);
}

h2 {
  font-weight: 400;
}

p,
li {
  font-weight: normal;
  letter-spacing: 2px;
}

.mainList li a {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }

  #logo img {
    max-height: 70px;
    max-width: 100%;
    width: auto;
  }

  .item3 {
    width: 40%;
    margin: 0 5% 20px 5%;
  }

  .mainList li a {
    color: #fff;
  }
}