/* p-seating
---------------------------------------------------------------------------- */
.p-seating {
  padding-block: 10rem;
}

.p-seating-txt {
  text-align: center;
  margin-bottom: 4rem;
}

.p-seating-img {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #fff;
}

.p-seating-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-seating {
    padding-block: 13.3333333333vw;
  }
  .p-seating-txt {
    margin-bottom: 5.3333333333vw;
  }
}
