:root {
  --mainColor: rgb(41, 0, 0);
  --mainFontColor: rgb(41, 0, 0);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

article h3 {
  text-align: center;
}


#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(255, 255, 255, 0.787);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}

.roomTypeText p {
  line-height: 1.8em;
  font-size: 16px;
}

.roomTypeTitle h3 {
  text-align: center;
}

li {
  line-height: 1.8em;
}

.mainList li a {
  font-size: 18px;
  font-weight: bold;
  color: rgb(68, 55, 42);
}

#sns .logo {
  background-image: url(img/logo.png);
}

#sns .fb {
  background-image: url(img/IcFB.png);
}

#sns .line {
  background-image: url(img/Line.png);
}

#sns .rakuten {
  background-image: url(img/RU.png);
  background-size: cover;
}

/* #sns {
  filter: brightness(0);
} */

@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;
  }
}

.roomTypeText ul {
  display: flex;
  align-items: center;
  justify-content: center;
}