@charset "UTF-8";

/* hubspot修正 */

@media (min-width: 320px) {
  .container-fluid {
      padding-right: 0;
      padding-left: 0;
  }
  }


@media (min-width: 320px) {
  .seat {
    background: url(../images/common/bg_pattern_01.png);
    background-position: top;

  }

  .seat #h1_area {
    background: url(../images/seat/h1_bg_seat.jpg)center center / cover no-repeat;
    padding: 8vw 0;
    color: #FFF;
    height: 60vh;
  }
}


@media (min-width: 768px) {
  .seat {
    background: url(../images/common/bg_pattern_01.png);
    background-position: top;
  }

  .seat #h1_area {

    padding: 8vw 0;
    height: auto;
  }
}



.seat #h1_area h1 {
  font-family: "Yuji Syuku", serif;
  writing-mode: vertical-rl;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.40);
}

@media (min-width: 320px) {
  .seat #h1_area h1 {
    font-size: 3.4rem;
    letter-spacing: 3px;
    margin: auto;
    margin-top: 24vh;
  }

}


@media (min-width: 768px) {
  .seat #h1_area h1 {
    font-size: 4.4rem;
    letter-spacing: 5px;
    margin: auto;
    margin-top: 12rem;
  }
}


@media (min-width: 320px) {

  .seat #first {
    text-align: center;
    padding: 4rem 0;
  }

  .seat #first p {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 1.7;
  }

}

@media (min-width: 768px) {

  .seat #first {
    text-align: center;
    padding: 10rem 0 6rem;
  }

  .seat #first p {
    font-size: 2rem;
    letter-spacing: 3.4px;
    line-height: 2;
  }

}



#seat_content .text_content {
  display: grid;
}

@media (min-width: 320px) {
  #seat_content {
    padding: 2rem 0 10rem;
  }

  #seat_content .content_block {
    display: flex;

    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 4rem;
  }

  #seat_content h2 {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    line-height: 2;
    border-bottom: 1px solid #939393;
    margin-bottom: 1rem;
  }

  #seat_content p.sub_title {
    color: #ADADAD;
    margin-bottom: 0;
  }


  #seat_content p.ex {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) {
  #seat_content {
    padding: 7rem 0 20rem;
  }

  #seat_content .content_block {

    flex-wrap: nowrap;
    padding-bottom: 10rem;
  }

  #seat_content .text_content {
    display: grid;
  }

  #seat_content h2 {
    font-size: 2.8rem;
    letter-spacing: 2.8px;
    line-height: 2.2;
    margin-bottom: 1.25rem
  }


  #seat_content p.ex {
    line-height: 1.8;
    font-size: 1.5rem;
  }

  .seating .image_content {
    display: flex;
    justify-content: flex-end;
  }

  .seating .left .image_content {
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .seating .image_content {
    order: 2;
  }

  .seating .text_content {
    order: 1;
  }
}

.private_rental {
  text-align: center;
  background: #FFF;
  border-radius: 4px;
  padding: 3rem;
}

.private_rental p {
  margin-bottom: 0;
}