.seat_type_box_pc {
  background-color: #8a7329;
  text-align: center;
  color: #fff;
  padding: 1rem !important;
}

.seat_status_info_sp {
  background-color: #fff !important;
  border-bottom: 5px solid #f5f4ee !important;
}

.shop_open_seat_pc {
  display: block;
}

.shop_open_seat_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .shop_open_seat_pc {
    display: none;
  }
  .shop_open_seat_sp {
    display: block;
  }
}

.table_open_seat_sp_w_100 {
  width: 100%;
}

.table_open_seat_sp_w_20 {
  width: 20%;
}
