@charset "utf-8";

main {
  margin: 0 auto;
}

body {
  background-color: #383838;
}

/* ここまでが基本設定 */

.fv {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../room-img/title-aisatsu.jpg) no-repeat center/cover;
  height: 100vh;
  position: relative;
}

.fv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.room-des {
  text-align: center;
  margin-top: 150px;
}

.room-des p:nth-of-type(2) {
  margin-top: 20px;
}

.hanare-robby {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 150px;
}

.hanare-robby img {
  width: 400px;
}

.renewal-room {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 150px;
}

.renewal-room img {
  width: 400px;
  margin-right: 150px;
}

.renewal-room p:nth-of-type(2) {
  margin-top: 60px;
  margin-bottom: 10px;
}

p span {
  margin-left: 20px;
}

.kazari {
  background: url(../room-img/room-line.png) no-repeat right/70%;
  height: 270px;
  margin-top: 100px;
}

.honkan-des p {
  text-align: center;
  margin-top: 150px;
}

.honkan-room img {
  width: 400px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.honkan-room {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 150px;
  padding-bottom: 100px;
}

.honkan-room p:nth-of-type(1) {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .room-des {
    padding: 0 5%;
  }

  .hanare-robby {
    margin-top: 100px;
  }

  .hanare-robby img {
    width: 350px;
  }

  .renewal-room {
    margin-top: 150px;
  }

  .renewal-room img {
    width: 350px;
    margin-right: 0;
  }

  .renewal-room p {
    margin-top: 20px;
    text-align: center;
  }

  .renewal-room p:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .kazari {
    margin-top: 50px;
  }

  .honkan-des {
    padding: 0 5%;
  }

  .honkan-des p {
    margin-top: 20px;
  }

  .honkan-room img {
    width: 350px;
  }

  .wayoushitsu {
    margin-top: 100px;
  }

  .honkan-room {
    display: block;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 0px;
    padding: 0 2%;
  }

  .honkan-room p:nth-of-type(1) {
    margin-top: 20px;
  }
}

@media (max-width: 699px) {
  .hanare-robby {
    text-align: center;
  }

  .hanare-robby .robby2 {
    margin-top: 70px;
  }
}
