.l-page-header__page-title {
  background-image: url(../img/page-header__tenant.jpg);
}

.p-tenant__lists {
  margin-bottom: 2rem;
  z-index: 1;
}
.p-tenant__list {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
  margin-bottom: 0.5rem;
  position: relative;
  background-color: var(--color_mono04);
  z-index: 1;
}
.p-tenant__list__floor {
  width: clamp(3rem, 0.1585623679vw, 1.875rem);
  aspect-ratio: 1/1;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
  position: relative;
  text-align: center;
  font-size: var(--f20);
  background-color: var(--color_mono03);
  color: var(--color_mono02);
}
.p-tenant__list__floor:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  background-color: var(--color_pink01);
  z-index: -1;
}
.p-tenant__list__name {
  display: block;
  padding: 0.25rem 1rem;
  text-align: left;
}
.p-tenant__lead {
  margin-bottom: clamp(2rem, 2.2395833333vw, 2.6875rem);
  text-align: center;
}
.p-tenant__floor {
  margin-bottom: clamp(4rem, 4.6875vw, 5.625rem);
  background-color: var(--color_mono02);
  border-top: clamp(4px, 0.5208333333vw, 0.625rem) solid var(--color_pink01);
}
.p-tenant__floor__number {
  width: 4em;
  aspect-ratio: 196/100;
  margin: 0 auto;
  background-image: url(../img/tenant__number__bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: var(--f60);
  color: var(--color_mono02);
  text-align: center;
  font-family: var(--f_serif);
}
.p-tenant__floor__shop {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: clamp(2rem, 3.125vw, 31.25rem);
  padding-bottom: clamp(2rem, 2.0833333333vw, 3.125rem);
}
.p-tenant__floor__shop + .p-tenant__floor__shop:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: var(--color_mono03);
}
.p-tenant__floor__shop > * {
  margin-bottom: clamp(1.5rem, 2.0833333333vw, 2.5rem);
}
.p-tenant__floor__shop__name {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  font-size: var(--f28);
  text-align: center;
}
.p-tenant__floor__shop__name:before, .p-tenant__floor__shop__name:after {
  content: "";
  display: block;
  width: 0.75em;
  margin: 0 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--color_pink01);
  border-radius: 50%;
}
.p-tenant__floor__shop__img {
  margin-bottom: 1rem;
}
.p-tenant__floor__shop__text__title {
  margin-bottom: 0.25rem;
  font-size: 1.1em;
  color: var(--color_pink01);
}
.p-tenant__floor__shop__text + .p-tenant__floor__shop__text {
  margin-top: clamp(1.5rem, 1.5625vw, 1.875rem);
}
.p-tenant__floor__shop__details__title {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  margin-bottom: clamp(0.5rem, 1.25vw, 1.5rem);
  font-size: 1.1rem;
}
.p-tenant__floor__shop__details__title:before, .p-tenant__floor__shop__details__title:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 0.5rem;
  background-color: var(--color_pink01);
  transform: rotate(20deg);
}
.p-tenant__floor__shop__lists dt {
  display: block;
  max-width: clamp(9rem, 8.59375vw, 10.3125rem);
  margin-bottom: 0.5rem;
  padding: 0.25rem;
  background-color: var(--color_pink03);
  text-align: center;
}
.p-tenant__floor__shop__lists + .p-tenant__floor__shop__lists {
  margin-top: clamp(1.5rem, 1.3020833333vw, 1.5625rem);
}
.p-tenant__floor__shop__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: flex-start;
  margin-bottom: clamp(0.5rem, 0.3125vw, 0.375rem);
}
.p-tenant__floor__shop__list:before {
  content: "";
  display: block;
  width: 0.75rem;
  margin: 0.3rem 0.5rem 0;
  aspect-ratio: 1/1;
  background-color: var(--color_pink02);
  border-radius: 50%;
}
.p-tenant__floor__shop .c-information__table tr:not(:last-of-type) {
  border-bottom: clamp(2px, 0.2604166667vw, 0.3125rem) solid var(--color_mono02);
}
.p-tenant__floor__shop .c-information__table th {
  width: clamp(7rem, 8.59375vw, 10.3125rem);
  border-right: clamp(2px, 0.2604166667vw, 0.3125rem) solid var(--color_mono02);
}
.p-tenant__floor__shop .c-information__table td {
  background-color: var(--color_mono06);
}
.p-tenant__floor__shop__opentime {
  margin-bottom: 0.5rem;
  table-layout: fixed;
  display: grid;
  grid-auto-flow: column;
  gap: 2px;
}
.p-tenant__floor__shop__opentime th,
.p-tenant__floor__shop__opentime td {
  text-align: center;
}
.p-tenant__floor__shop__opentime th {
  background-color: var(--color_mono03);
  color: var(--color_mono02);
}
.p-tenant__floor__shop__opentime td {
  background-color: var(--color_mono06);
  font-size: 0.8rem;
}
.p-tenant__floor__shop__opentime thead tr {
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  gap: 2px;
}
.p-tenant__floor__shop__opentime thead th:nth-of-type(1) {
  background-color: transparent;
}
.p-tenant__floor__shop__opentime tbody {
  display: grid;
  grid-auto-flow: column;
  gap: 2px;
}
.p-tenant__floor__shop__opentime tbody tr {
  display: grid;
  gap: 2px;
  grid-template-rows: repeat(8, 1fr);
}

@media screen and (min-width: 992px) {
  .p-tenant__floor__number {
    line-height: 1.3;
    width: clamp(3em, 10.2083333333vw, 12.25rem);
  }
  .p-tenant__floor__shop + .p-tenant__floor__shop:before {
    width: clamp(100%, 56.7708333333vw, 68.125rem);
    height: 1px;
    left: calc((clamp(100%, 56.7708333333vw, 68.125rem) - 100%) / 2 * -1);
  }
  .p-tenant__floor__shop__opentime {
    margin-bottom: 0.5rem;
    display: table;
  }
  .p-tenant__floor__shop__opentime th,
  .p-tenant__floor__shop__opentime td {
    padding: 0.5rem 0.25rem;
    border: clamp(2px, 0.15625vw, 0.1875rem) solid var(--color_mono02);
  }
  .p-tenant__floor__shop__opentime thead tr {
    display: table-row;
  }
  .p-tenant__floor__shop__opentime tbody {
    display: table-row-group;
  }
  .p-tenant__floor__shop__opentime tbody tr {
    display: table-row;
  }
  .p-tenant__floor__shop__opentime tbody th {
    width: 5.5rem;
  }
  .p-tenant__floor__shop__opentime tbody td {
    width: calc(100% - clamp(5.5rem, 6.25vw, 7.5rem) / 7);
  }
}
@media screen and (min-width: 1400px) {
  .p-tenant__lists {
    max-width: 300px;
    margin-bottom: 0;
    position: fixed;
    bottom: 12rem;
    right: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-tenant__lists {
    bottom: 0.5rem;
    right: 4rem;
  }
}/*# sourceMappingURL=tenant-bp.css.map */