:root {
  --mainColor: ;
  --mainFontColor: rgba(0, 0, 0, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
  font-weight: bold;
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(255, 255, 255, 0.5);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  background-color: rgba(206, 217, 223, 0.2);
}

.roomTypeText p {
  width: 95%;
  font-size: 20px;
  margin: 0 auto;
}

.roomTypeText2 p {
  width: 60%;
  font-size: 18px;
  left: 250px;
}



p {
  font-size: 20px;
  text-align: justify;
  font-weight: bold;
}

.roomTypeTitle h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}

.mainList li a {
  padding: 5px;
  font-size: 20px;
  user-select: none;
  font-weight: bold;
}

#sns ul li a {
  filter: brightness(0);
}

#picture article a {
  color: white;
}

#picture article a:hover {
  color: rgb(219, 219, 253);
}

#about p {
  font-size: 18px;
  padding-left: 80px;
}

.roomTypeTitle2 h3 {
  font-size: 24px;
  padding: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

.roomTypeItem2 a {
  width: 70%;
  margin: auto;
}

#report .roomTypeTitle {
  border-bottom: none;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }

  .menu_m>div {
    width: 100%;
  }

  .roomTypeTitle2 h3 {
    font-size: 14px;
    width: 80%;
    text-align: center;
  }

  .roomTypeText2 p {
    font-size: 12px;
    width: 90%;
    left: 18px;
  }

  .roomTypeText p {
    width: 100%;
    font-size: 12px;

  }

  #roomType3 a {
    width: 100%;
  }

  ul.mainList li a {
    padding: 5px 0;
    color: #f5ece4;
  }

  .roomTypeItem2 a {
    width: 100%;
    margin: auto;
  }

  .roomTypeText2 p {
    width: 80%;
    font-size: 16px;
    left: 40px;
  }

  #about p {
    font-size: 16px;
    padding-left: 0px;
    text-align: center;
  }
}