body {
  overflow: visible;
  @media screen and (max-width: 767px) {
    overflow: auto;
  }
}

.contents-wrapper {
  width: 108rem;
  margin-bottom: 13.7rem;
  @media screen and (max-width: 767px) {
    width: calc(100% - 3rem);
    margin: 0 auto 8rem;
  }
}

.tenant-wrapper .inner {
  padding-top: 8.2rem;
  display: flex;
  align-items: flex-start;
  width: 152.1rem;
  column-gap: 11.9rem;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    padding-top: 5.2rem;
    width: 100%;
  }
}

.tenant-title {
  display: inline-flex;
  column-gap: 2.5rem;
  align-items: center;
  padding-top: 10rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  &:not(:first-child) {
    padding-top: 5.6rem;
  }
  @media screen and (max-width: 767px) {
    padding-top: 5rem;
    font-size: 2rem;
    column-gap: 1.3rem;
    align-items: stretch;
  }
  &.first {
    padding-top: 0;
    @media screen and (max-width: 767px) {
      padding-top: 5rem;
    }
  }
  &::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 1em;
    background-color: var(--color-main);
    @media screen and (max-width: 767px) {
      flex-shrink: 0;
      width: 0.5rem;
      height: auto;
    }
  }
}

.tenant-sub-title {
  margin-top: 5rem;
  padding-bottom: 1.9rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-main);
  border-bottom: 0.1rem solid var(--color-line);
  @media screen and (max-width: 767px) {
    margin-top: 3rem;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}

.text-sub {
  margin-top: 3rem;
  line-height: 1.9;
  @media screen and (max-width: 767px) {
    margin-top: 1.4rem;
  }
}

.tenant-text-head + .text-sub {
  margin-top: 1.2rem;
}

.tenant-text-head {
  margin-top: 3.5rem;
  @media screen and (max-width: 767px) {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.link-wrapper {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  column-gap: 4rem;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    row-gap: 1rem;
    align-items: baseline;
  }
}

.link-wrapper .link {
  display: inline-flex;
  align-items: center;
  column-gap: 0.8rem;
  color: var(--color-main);
  font-weight: 700;
  text-decoration: underline;
}

.status-wrapper {
  display: flex;
  column-gap: 3.3rem;
  margin-top: 5.6rem;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    row-gap: 1.4rem;
    margin-top: 2.6rem;
  }
}

.status-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.9rem;
  padding: 3rem 0;
  width: 34rem;
  background-color: #e5e5e5;
  border: 0.3rem solid #e5e5e5;
  border-radius: 0.8rem;
  @media screen and (max-width: 767px) {
    column-gap: 0.6rem;
    padding: 2.1rem 0;
    width: 100%;
    border-radius: 0.6rem;
  }
}

.status-wrapper .item .head,
.status-wrapper .item .text {
  color: #939393;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.status-wrapper .item .head {
  font-size: 2rem;
  @media screen and (max-width: 767px) {
    font-size: 1.4rem;
  }
}

.status-wrapper .item .text {
  font-size: 3.1rem;
  @media screen and (max-width: 767px) {
    font-size: 2.3rem;
  }
}

.status-wrapper .item.full {
  border-color: var(--color-orange02);
  background-color: var(--color-orange03);
}

.status-wrapper .item.full .head,
.status-wrapper .item.full .text {
  color: var(--color-orange02);
}

.status-wrapper .desc {
  padding: 2.8rem 3.4rem 2.1rem;
  border: 0.4rem solid #ccc;
  border-radius: 0.4rem;
  flex: 1;
  @media screen and (max-width: 767px) {
    padding: 3.1rem 2.9rem 3.6rem;
  }
}

.status-wrapper .desc .head {
  font-size: 2rem;
  font-weight: 700;
  @media screen and (max-width: 767px) {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
}

.status-wrapper .desc .text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  @media screen and (max-width: 767px) {
    margin-top: 1.9rem;
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

.status-wrapper .desc .info-wrapper {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  margin-top: 0.8rem;
  @media screen and (max-width: 767px) {
    column-gap: 1.2rem;
  }
}

.status-wrapper .desc .info-wrapper .link-tel {
  display: inline-flex;
  column-gap: 0.3rem;
  font-size: 2rem;
  font-weight: 600;
  @media screen and (max-width: 767px) {
    font-size: 2rem;
  }
}

.status-wrapper .desc .info-wrapper .link-tel .tel {
  display: block;
  width: 1.8rem;
  aspect-ratio: 18/21;
  background: url(../../common/img/icon-tel.svg) no-repeat center center/contain;
  filter: var(--color-main-filter);
}

.status-wrapper .desc .info-wrapper .name {
  margin-top: -0.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  @media screen and (max-width: 767px) {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.tenant-img {
  margin-top: 3.9rem;
  aspect-ratio: 1080/427;
  @media screen and (max-width: 767px) {
    margin-top: 2.6rem;
  }
}

.bill-table.tenant-table {
  margin-top: 3.9rem;
  border-spacing: 0 2.8rem;
  @media screen and (max-width: 767px) {
    margin-top: 0.9rem;
    width: 100%;
  }
}

.bill-table.tenant-table.modal tr {
  cursor: pointer;
  @media (hover:hover) and (pointer: fine) {
    &:hover {
      opacity: 0.7;
    }
  }
}

.bill-table.tenant-table th,
.bill-table.tenant-table td {
  font-size: 1.6rem;
}

.bill-table.tenant-table th {
  padding-right: 7.9rem;
  padding-bottom: 3rem;
  min-height: 2.6rem;
  @media screen and (max-width: 767px) {
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}
.bill-table.tenant-table td {
  @media screen and (max-width: 767px) {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.main-contents .note {
  font-size: 1.6rem;
  font-weight: 400;
  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
}

.main-contents .room-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
  margin-top: 4.2rem;
}

.main-contents .room-wrapper {
  display: flex;
  column-gap: 3.2rem;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    row-gap: 2.6rem;
  }
}

.main-contents .room-wrapper .img-area {
  width: 30rem;
  aspect-ratio: 300/200;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.main-contents .room-wrapper .text-area {
  flex: 1;
}

.main-contents .room-wrapper .head {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  @media screen and (max-width: 767px) {
    margin-bottom: 1.4rem;
  }
}

.main-contents .room-wrapper .list {
}

.main-contents .room-wrapper .item {
  display: flex;
  column-gap: 2.4rem;
  @media screen and (max-width: 767px) {
    column-gap: 1rem;
  }
}

.main-contents .room-wrapper .label {
  font-weight: 600;
  line-height: 1.9;
  &::after {
    content: "………";
    margin-left: 1.9rem;
    @media screen and (max-width: 767px) {
      margin-left: 1rem;
    }
  }
}
.main-contents .room-wrapper .list.width-4 .label {
  width: 8.5em;
  @media screen and (max-width: 767px) {
    width: 8em;
  }
}

.main-contents .room-wrapper .text {
  flex: 1;
  line-height: 1.9;
}

.main-contents .soho-list {
  margin: 5.2rem auto 0;
  max-width: 96rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6rem 5.5rem;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    row-gap: 2.6rem;
  }
}

.main-contents .soho-list .item {
  width: calc((100% - 6rem) / 2);
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.main-contents .soho-list .head {
  margin-top: 2.3rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.main-contents .soho-list .text {
  margin-top: 1rem;
  line-height: 1.7;
}

.main-contents .room-img {
  margin-top: 4.4rem;
  width: 70.8rem;
  max-width: 100%;
}
