@charset "UTF-8";
/* 共通項目 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

.nav-list {
  font-size: clamp(1rem, 2vw, 1.2rem); /* 基本18px, 16〜19．2px */
}

.cat-fz20 {
  font-size: 20px;
  text-align: left;
  margin-top: 1rem;
}
.text-left {
  text-align: left;
}

.gabarito {
  font-size: 100px;
  line-height: 64px;
  padding: 1rem;
}

.roomlink-u-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
  gap: 1rem;
  margin: 0 2rem 0;
}
.roomlink-n-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 1rem;
  margin: 0 2rem 0;
}
.each-room {
  background-color: #1c1c1c;
  width: 100%;
  max-width: 200px;
  height: 42px;
  margin: 0 1rem;
}
.each-room a {
  color: #fff;
  font-size: 1.125rem;
  padding: 10px;
  text-align: center;
  max-width: 100%;
  line-height: 42px;
}
.each-room:hover {
  background: #2dd5e5;
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 60px;
  }
  .gabarito {
    font-size: 58px;
    line-height: 0.8;
    padding: 0.5rem;
  }
  .roomlink-u-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .roomlink-n-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 1rem;
    margin: 2rem 1rem 0;
  }
  .each-room {
    margin: 0 auto;
  }
  .each-room a {
    font-size: 1rem;
    padding: 5px;
  }
  .empty {
    display: none;
  }
}
/* -----------------ここから会議室---------------- */
/* 会議室の写真 */
.room-b-pic {
  position: relative;
  margin-top: 12rem;
}
.room-b-pic > img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
.link-plus {
  position: absolute;
  top: -78px;
  left: 10%;
  z-index: 10;
  max-width: 160px;
  height: auto;
}

.room-s-pic {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 5%;
}

.room-s-pic img {
  height: auto;
}
.floor-cat {
  font-size: 24px;
  font-weight: bold;
  /* margin: 0 2rem; */
  text-align-last: left;
}
.first-block {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  /* margin: 0 2rem; */
}
.first-block img {
  max-width: 400px;
  height: auto;
}
.first-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.price-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.price-list table {
  border-collapse: collapse;
}
.price-list tr,
.price-list td {
  border: 1px solid #1c1c1c;
}
.price-list td {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.4;
}
.price-list td:first-child {
  font-size: 1rem;
}
/* .price-list td:not(:nth-of-type(1)) {
  padding: 0 1rem;
} */
.equipment {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}
.equipment p {
  padding: 0 5px 0;
}
.wrap-blue p {
  color: #2485e7;
  border: 0.8px solid #2485e7;
}
.wrap-red p {
  color: #fb443b;
  border: 0.8px solid #fb443b;
}
.wrap-black p {
  color: #1c1c1c;
  border: 0.8px solid #1c1c1c;
}

.recommend-layout {
  margin: 1rem;
  font-weight: bold;
}
.recommend-layout li {
  list-style-type: disc;
  text-align: left;
}

/* --------------レイアウト例-------------- */

.layout-box {
  display: flex;
  justify-content: space-between;
}
.desk-layout {
  display: flex;
  text-align: center;
  margin: 0 auto;
  gap: 15px;
}
.desk-layout dt {
  font-size: clamp(12px, 1.7vw, 16px);
  max-width: 140px;
  width: 100%;
  padding: 10px;
  background-color: rgb(36 133 231 / 0.1);
}
.desk-layout img {
  max-width: 125px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .layout-box {
    display: flex;
    flex-direction: column;
  }
}
/* --------------お客様の声-------------- */
.voice-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 100px auto 70px;
}
.guest-voice-b {
  background-color: #2485e7;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  line-height: 115px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guest-voice-r {
  background-color: #fb443b;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  line-height: 115px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.person {
  width: 176px;
  height: auto;
  max-width: 100%;
}
.voice-box p:last-child {
  text-align: left;
}
.two-button {
  display: flex;
  justify-content: center;
  gap: 1rem;
  line-height: 2;
}
.flow-button {
  margin: 76px 20px 200px;
}

@media (max-width: 600px) {
  p {
    font-size: 16px;
  }

  .first-block div:last-child {
    display: none;
  }
  .two-button .flow-button {
    font-size: 1rem;
  }
  .room-b-pic {
    margin-top: 6rem;
  }
  .link-plus {
    position: absolute;
    top: -40px;
    left: 10%;
    z-index: 10;
    max-width: 80px;
    height: auto;
  }
  .room-s-pic {
    display: none;
  }
  .first-left {
    gap: 5px;
  }
  .flow-button {
    margin: 3rem auto 2rem;
    gap: 5px;
    height: 36px;
  }
  .two-button a {
    font-size: 1rem;
    padding-inline: 10px;
  }
  .price-list {
    min-width: 350px;
  }
  .price-list td:first-child {
    font-size: 10px;
    max-width: 45px;
    padding: 0 3px 0;
  }
  .price-list td {
    font-size: 12px;
    text-align: center;

    padding: 0;
  }
  .voice-box {
    flex-direction: column;
  }
  .voice-wrap {
    display: flex;
    justify-content: center;
  }
}
