@charset "UTF-8";
/* stylelint-disable selector-no-qualifying-type */
.em {
  font-weight: bold;
}


.comment {
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #f00;
  border-radius: 4px;
  background-color: #fee;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  font-size: 1.6rem;
  gap: 20px;
}
.pagination a {
  display: flex;
  align-items: center;
}
html[data-states~=no-touch] .pagination a:hover {
  text-decoration: none;
}
html[data-states~=no-touch] .pagination a:hover span {
  text-decoration: underline;
}

.vacancyTable {
  position: relative;
  overflow: scroll;
  padding-bottom: 15px;
}
.vacancyTable table {
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
}
.vacancyTable thead th {
  position: sticky;
  top: 0;
}
.vacancyTable thead th:first-child,
.vacancyTable tbody th {
  position: sticky;
  z-index: 1;
  left: 0;
  background-color: #fff;
}
.vacancyTable thead th:first-child,
.vacancyTable thead th,
.vacancyTable thead td {
  background-color: #222;
  color: #fff;
}
.vacancyTable tbody tr:nth-child(even) th,
.vacancyTable tbody tr:nth-child(even) td {
  background-color: rgb(247, 247, 247);
}
.vacancyTable th,
.vacancyTable td {
  padding: 10px;
  text-align: center;
}
.vacancyTable a {
  color: #0096ff;
  text-decoration: none !important;
}
html[data-states~=no-touch] .vacancyTable a:hover {
  opacity: 0.5;
}

button.btn,
p.btn a {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0096ff;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
html[data-states~=no-touch] button.btn:hover,
html[data-states~=no-touch] p.btn a:hover {
  opacity: 0.9;
  text-decoration: none;
}

button.btn-secondary,
p.btn-secondary a {
  border: 1px solid #ddd;
  background-color: #fff;
  color: inherit;
}

.form {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 30px;
}
.form label {
  display: flex;
  flex-direction: column;
}
.form input:not([type=checkbox]):not([type=radio]),
.form textarea,
.form select {
  padding: 10px 15px;
  border: 1px solid #b0b0b0;
  -webkit-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 8px;
}
.form select {
  padding-right: 35px;
}
.form .select {
  position: relative;
}
.form .select i {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  height: 24px;
  margin: auto;
  pointer-events: none;
}
.form input:not([type=checkbox]):not([type=radio]),
.form textarea,
.form .select {
  margin: 5px 0 0;
}
.form_h {
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: normal;
}
.form_h:not(:first-child) {
  margin-top: 40px;
}
.form .btn {
  margin-top: 15px;
}
.form ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
}
.form li a {
  display: flex;
  align-items: center;
}
html[data-states~=no-touch] .form li a:hover {
  text-decoration: none;
}
html[data-states~=no-touch] .form li a:hover span {
  text-decoration: underline;
}

.formCtrl + .formCtrl {
  margin-top: 20px;
}
.formCtrl_label {
  width: 140px;
  flex-shrink: 0;
  font-weight: normal;
}
.formCtrl_label-sm {
  width: 100px;
}
.formCtrl_group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.formCtrl_group-gapLg {
  gap: 25px;
}

.btnGroup {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}
.btnGroup .btn {
  min-width: 150px;
  margin-top: 0;
}

.calendar_head {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  line-height: 1;
}
.calendar_arrow {
  margin: 0 10px;
}
.calendar_arrow a {
  display: block;
  padding: 0 10px;
  color: #000;
}
.calendar_arrow i {
  font-size: 3rem;
}
.calendar_current {
  font-size: larger;
  font-weight: bold;
}
.calendar_body {
  overflow: hidden;
  width: 60%;
  margin: auto;
}
.calendar_body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.calendar_body th,
.calendar_body td {
  text-align: center;
}
.calendar_body th:nth-child(1),
.calendar_body td:nth-child(1) {
  background-color: #fff4f4;
}
.calendar_body th:nth-child(7),
.calendar_body td:nth-child(7) {
  background-color: #eff5ff;
}
.calendar_body th {
  padding: 20px 5px;
  font-size: larger;
}
.calendar_body td {
  color: #ccc;
}
.calendar_body td label,
.calendar_body td span,
.calendar_body td a {
  display: block;
  padding: 10px 5px;
}
.calendar_body td label,
.calendar_body td a {
  color: #0096ff;
  font-size: larger;
  text-decoration: none;
}
.calendar_body td label {
  color: #000;
}
html[data-states~=no-touch] .calendar_body td:hover label:hover,
html[data-states~=no-touch] .calendar_body td:hover a:hover {
  box-shadow: 0 0 0 2px #0096ff inset;
  text-decoration: none;
}
.calendar_body b {
  display: block;
  color: #000;
  font-size: smaller;
  font-weight: normal;
  text-decoration: none;
}
.calendar_body input[type=checkbox] {
  display: table;
  margin: auto;
}
.calendar_holiday {
  background-color: #fff4f4;
}

.labelSet {
  display: flex;
  flex-wrap: wrap;
  margin: 48px 0 -30px;
  gap: 10px 20px;
}
.labelSet li {
  padding: 5px 10px;
}
.labelSet_green {
  background-color: #009600;
  color: #fff;
}
.labelSet_red {
  background-color: #d90048;
  color: #fff;
}
.labelSet_blue {
  background-color: #0096ff;
  color: #fff;
}
.labelSet_yellow {
  background-color: #ffea00;
}
.labelSet_purple {
  background-color: #ea00ff;
  color: #fff;
}
.labelSet_orange {
  background-color: #ff6a00;
  color: #fff;
}
.labelSet_white {
  background-color: #fff;
  box-shadow: 0 0 0 1px #000 inset;
}
.labelSet_black {
  background-color: #000;
  color: #fff;
}

.numberCtrl {
  display: flex;
  align-items: center;
  margin: auto;
}
.numberCtrl-start {
  margin-left: 0;
}
.numberCtrl_label {
  width: 100px;
}
.numberCtrl_body {
  display: flex;
  align-items: center;
}
.numberCtrl_body button {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #b0b0b0;
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  border-radius: 100%;
  color: #6a6a6a;
  cursor: pointer;
  line-height: 1;
}
.numberCtrl_body button i {
  font-size: 18px;
}
.numberCtrl_body button:disabled {
  border-color: #ebebeb;
  color: #ebebeb;
  cursor: not-allowed;
}
html[data-states~=no-touch] .numberCtrl_body button:not(:disabled):hover {
  border-color: #000;
  color: #000;
}
.numberCtrl_body div {
  width: 40px;
  font-weight: bold;
  text-align: center;
}

.seatList {
  position: relative;
  display: flex;
  width: 560px;
  flex-wrap: wrap;
  padding: 170px 0 50px;
  margin: auto;
  background: center top no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDk4IiBoZWlnaHQ9IjIzMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjE5NTEiIHk9Ijk4IiB3aWR0aD0iNDk4IiBoZWlnaHQ9IjIzMjIiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDEiPjxyZWN0IHg9IjE5NTEiIHk9Ijk3IiB3aWR0aD0iNDk4IiBoZWlnaHQ9IjE0ODMiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDIiPjxyZWN0IHg9IjE5NTEiIHk9Ijk3IiB3aWR0aD0iNDk4IiBoZWlnaHQ9IjE0ODMiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDMiPjxyZWN0IHg9IjE5NTEiIHk9Ijk3IiB3aWR0aD0iNDk4IiBoZWlnaHQ9IjE0ODMiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDQiPjxyZWN0IHg9IjE5NTEiIHk9IjkzOCIgd2lkdGg9IjQ5OCIgaGVpZ2h0PSIxNDgyIi8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImNsaXA1Ij48cmVjdCB4PSIxOTUxIiB5PSI5MzgiIHdpZHRoPSI0OTgiIGhlaWdodD0iMTQ4MiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwNiI+PHJlY3QgeD0iMTk1MSIgeT0iOTM4IiB3aWR0aD0iNDk4IiBoZWlnaHQ9IjE0ODIiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk1MSAtOTgpIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDIpIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDMpIj48cGF0aCBkPSJNMjQ1LjU2NSAxLjcxNzI0QzE5NC4wNDggMS43MTcyNCAxLjcxNzI0IDE1Mi44MzQgMS43MTcyNCAyNDIuMTMxTDEuNzE3MjQgMTQ1MS4wN0MxLjcxNzI0IDE0NTEuMDcgMTU2LjI2OSAxNDc4LjU0IDI0OSAxNDc4LjU0IDM0MS43MzEgMTQ3OC41NCA0OTYuMjgzIDE0NTEuMDcgNDk2LjI4MyAxNDUxLjA3TDQ5Ni4yODMgMjQyLjEzMUM0OTYuMjgzIDE1Mi44MzQgMjk3LjA4MyAxLjcxNzI0IDI0NS41NjUgMS43MTcyNFoiIGZpbGw9IiNEREREREQiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEuMDAxMTcgMTk1MSA5OCkiLz48L2c+PC9nPjwvZz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDQpIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDUpIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDYpIj48cGF0aCBkPSJNMjQ1LjU2NSAxLjcxNzI0QzE5NC4wNDggMS43MTcyNCAxLjcxNzI0IDE1Mi44MzQgMS43MTcyNCAyNDIuMTMxTDEuNzE3MjQgMTQ1MS4wN0MxLjcxNzI0IDE0NTEuMDcgMTU2LjI2OSAxNDc4LjU0IDI0OSAxNDc4LjU0IDM0MS43MzEgMTQ3OC41NCA0OTYuMjgzIDE0NTEuMDcgNDk2LjI4MyAxNDUxLjA3TDQ5Ni4yODMgMjQyLjEzMUM0OTYuMjgzIDE1Mi44MzQgMjk3LjA4MyAxLjcxNzI0IDI0NS41NjUgMS43MTcyNFoiIGZpbGw9IiNEREREREQiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEuMDAxMTcgMTk1MSA5MzgpIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-size: 350px auto;
  counter-reset: seat;
}

.seatList-full::before {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  width: 180px;
  padding: 10px;
  border: 2px solid #0096ff;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  color: #0096ff;
  content: "満 席";
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.seatList li {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.seatList li::after {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  content: counter(seat);
  counter-increment: seat;
  font-size: 2rem;
  white-space: nowrap;
}

.seatList li[data-counter]::after {
  content: attr(data-counter);
}

.seatList li:nth-child(odd) {
  padding-right: 80px;
}

.seatList li:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 80px;
}

.seatList a,
.seatList label,
.seatList li > span,
.dummyBtn {
  display: block;
  width: 140px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.seatList li > span,
.dummyBtn {
  background-color: #fff;
  box-shadow: 0 0 0 1px #f00 inset;
  color: #f00;
}

.seatList_btn {
  position: relative;
  display: inline-block;
  border-width: 0;
  background-color: #20b2aa;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
.seatList_btn:has(input:checked) {
  font-weight: bold;
}
.seatList_btn input {
  position: absolute;
  opacity: 0;
}
.seatList_btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  margin: auto;
}
input:checked ~ .seatList_btn_on {
  display: block;
}
input:not(:checked) ~ .seatList_btn_on {
  display: none;
}
input:checked ~ .seatList_btn_off {
  display: none;
}
input:not(:checked) ~ .seatList_btn_off {
  display: block;
}
.lureSeatList {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  counter-reset: lure-seat;
}

.lureSeatList li {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}

.lureSeatList li::after {
  display: flex;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  content: "R" counter(lure-seat);
  counter-increment: lure-seat;
  font-size: 2rem;
  white-space: nowrap;
}

.lureSeatList li[data-counter]::after {
  content: "R" attr(data-counter);
}

.lureSeatList li:nth-child(even) {
  flex-direction: row-reverse;
}

.lureSeatList a,
.lureSeatList label,
.lureSeatList li > span {
  display: block;
  width: 140px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.lureSeatList li > span {
  background-color: #fff;
  box-shadow: 0 0 0 1px #f00 inset;
  color: #f00;
}

.lureSeatList-2 {
  margin: 140px auto -170px;
}

.lureSeatList-2 li:nth-child(1) {
  padding-right: 70px;
  transform: translateY(-80px);
}

.lureSeatList-2 li:nth-child(2) {
  padding-left: 70px;
  transform: translateY(-80px);
}

.lureSeatList-4 {
  margin: 110px auto -170px;
}

.lureSeatList-4 li:nth-child(1) {
  padding-right: 40px;
  transform: translateY(-60px);
}

.lureSeatList-4 li:nth-child(2) {
  padding-left: 40px;
  transform: translateY(-60px);
}

.lureSeatList-4 li:nth-child(3) {
  padding-right: 110px;
  transform: translateY(-30px);
}

.lureSeatList-4 li:nth-child(4) {
  padding-left: 110px;
  transform: translateY(-30px);
}

.lureSeatList-6 {
  margin: 80px auto -170px;
}

.lureSeatList-6 li:nth-child(1) {
  padding-right: 10px;
  transform: translate(0, -45px);
}

.lureSeatList-6 li:nth-child(2) {
  padding-left: 10px;
  transform: translate(0, -45px);
}

.lureSeatList-6 li:nth-child(3) {
  padding-right: 70px;
  transform: translate(0, -30px);
}

.lureSeatList-6 li:nth-child(4) {
  padding-left: 70px;
  transform: translate(0, -30px);
}

.lureSeatList-6 li:nth-child(5) {
  padding-right: 130px;
  transform: translate(10px, -10px);
}

.lureSeatList-6 li:nth-child(6) {
  padding-left: 130px;
  transform: translate(-10px, -10px);
}

.lureSeatList-8 {
  margin: 90px auto -170px;
}

.lureSeatList-8 li:nth-child(1) a,
.lureSeatList-8 li:nth-child(1) label,
.lureSeatList-8 li:nth-child(1) > span {
  transform: translate(60px, -55px);
}

.lureSeatList-8 li:nth-child(2) a,
.lureSeatList-8 li:nth-child(2) label,
.lureSeatList-8 li:nth-child(2) > span {
  transform: translate(-60px, -55px);
}

.lureSeatList-8 li:nth-child(3) {
  padding-right: 60px;
  transform: translate(10px, -10px);
}

.lureSeatList-8 li:nth-child(3) a,
.lureSeatList-8 li:nth-child(3) label,
.lureSeatList-8 li:nth-child(3) > span {
  transform: translate(5px, -25px);
}

.lureSeatList-8 li:nth-child(4) {
  padding-left: 60px;
  transform: translate(-10px, -10px);
}

.lureSeatList-8 li:nth-child(4) a,
.lureSeatList-8 li:nth-child(4) label,
.lureSeatList-8 li:nth-child(4) > span {
  transform: translate(-5px, -25px);
}

.lureSeatList-8 li:nth-child(5) {
  padding-right: 100px;
  transform: translate(10px, -10px);
}

.lureSeatList-8 li:nth-child(5) a,
.lureSeatList-8 li:nth-child(5) label,
.lureSeatList-8 li:nth-child(5) > span {
  transform: translate(5px, -8px);
}

.lureSeatList-8 li:nth-child(6) {
  padding-left: 100px;
  transform: translate(-10px, -10px);
}

.lureSeatList-8 li:nth-child(6) a,
.lureSeatList-8 li:nth-child(6) label,
.lureSeatList-8 li:nth-child(6) > span {
  transform: translate(-5px, -8px);
}

.lureSeatList-8 li:nth-child(7) {
  padding-right: 120px;
}

.lureSeatList-8 li:nth-child(8) {
  padding-left: 120px;
}

.lureSeatListSm {
  display: none;
}
.selectYear {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.selectYear .btn {
  margin: 0;
}

.history {
  display: grid;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, 310px);
}
.history_block {
  display: block;
  padding: 20px 24px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 6px 16px;
  color: #000;
}
html[data-states~=no-touch] .history_block:hover {
  opacity: 0.7;
  text-decoration: none;
}
.history_h {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.history_h span {
  font-size: 1.6rem;
  font-weight: normal;
}
.history_btn {
  margin: 10px auto 0;
}

.radio {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  margin-top: 5px;
  cursor: pointer;
}
.radio input {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
}
.radio_el {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  margin-right: 5px;
}
.radio_el i {
  position: absolute;
}
.radio-cb .radio_el {
  margin-right: 15px;
}
input:checked ~ .radio_on {
  display: block;
}
input:not(:checked) ~ .radio_on {
  display: none;
}
input:checked ~ .radio_off {
  display: none;
}
input:not(:checked) ~ .radio_off {
  display: block;
}

.link {
  text-decoration: underline;
}
html[data-states~=no-touch] .link:hover {
  color: #000;
  text-decoration: none;
}

.scroll-table-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: flex;
  width: 150px;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  pointer-events: none;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.scroll-table-icon i {
  font-size: 5rem;
}

.scroll-table-icon p {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .pagination {
    margin-top: 0;
    gap: 25px;
  }
  .form {
    width: 500px;
  }
  .form ul {
    flex-direction: row;
    margin-top: 20px;
    gap: 30px;
  }
  .formCtrl-row {
    flex-direction: row !important;
    align-items: center;
  }
  .formCtrl-row input,
.formCtrl-row textarea,
.formCtrl-row select,
.formCtrl-row .select,
.formCtrl-row .btn {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .form select {
    width: 100%;
  }
  .formCtrl_group-sm {
    flex-direction: column;
    gap: 5px;
  }
  .formCtrl_group-sm input {
    width: 100%;
  }
  .formCtrl_group-smGap {
    gap: 7px;
  }
  .calendar_head {
    width: 100%;
  }
  .calendar_body {
    width: 100%;
  }
  .calendar_body td label,
.calendar_body td a {
    font-size: inherit;
  }
  .seatList {
    width: 100%;
    padding: 110px 0 30px;
    background-size: 80% auto;
  }

  .seatList-full::before {
    top: 30px;
    width: 150px;
    font-size: 2rem;
  }

  .seatList li::after {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }

  .seatList li {
    justify-content: space-around;
  }

  .seatList li:nth-child(odd) {
    padding-right: 0;
  }

  .seatList li:nth-child(even) {
    padding-left: 0;
  }

  .seatList a,
.seatList label,
.seatList li > span,
.dummyBtn {
    width: 80px;
    padding: 10px 5px;
  }

  .seatList-lg a,
.seatList-lg label,
.seatList-lg li > span,
.seatList-lg .dummyBtn {
    width: 60%;
  }

  .seatList_btn {
    padding-left: 25px !important;
  }
  .seatList_btn i {
    left: 5px;
  }
  .lureSeatList-2 {
    margin: 90px auto -110px;
  }

  .lureSeatList li::after {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }

  .lureSeatList-2 li:nth-child(1) {
    transform: translate(35px, -50px);
  }

  .lureSeatList-2 li:nth-child(2) {
    transform: translate(-35px, -50px);
  }

  .lureSeatList-4 {
    margin: 50px auto -110px;
  }

  .lureSeatList-4 li:nth-child(1) {
    transform: translate(35px, -30px);
  }

  .lureSeatList-4 li:nth-child(2) {
    transform: translate(-35px, -30px);
  }

  .lureSeatList-4 li:nth-child(3) {
    padding-right: 50px;
    transform: translate(-8px, -20px);
  }

  .lureSeatList-4 li:nth-child(4) {
    padding-left: 50px;
    transform: translate(8px, -20px);
  }

  .lureSeatList-6 {
    margin: 30px auto -110px;
  }

  .lureSeatList-6 li:nth-child(1) {
    transform: translate(15px, -10px);
  }

  .lureSeatList-6 li:nth-child(2) {
    transform: translate(-15px, -10px);
  }

  .lureSeatList-6 li:nth-child(3) {
    padding-right: 30px;
    transform: translate(-8px, -10px);
  }

  .lureSeatList-6 li:nth-child(4) {
    padding-left: 30px;
    transform: translate(8px, -10px);
  }

  .lureSeatList-6 li:nth-child(5) {
    padding-right: 60px;
    transform: translate(-3px, 6px);
  }

  .lureSeatList-6 li:nth-child(6) {
    padding-left: 60px;
    transform: translate(3px, 6px);
  }

  .lureSeatList-8 {
    margin: 0 auto -110px;
  }

  .lureSeatList-8 li:nth-child(1) {
    transform: translate(15px, 20px);
  }

  .lureSeatList-8 li:nth-child(2) {
    transform: translate(-15px, 20px);
  }

  .lureSeatList-8 li:nth-child(3) {
    padding-right: 10px;
    transform: translate(-8px, 9px);
  }

  .lureSeatList-8 li:nth-child(4) {
    padding-left: 10px;
    transform: translate(8px, 9px);
  }

  .lureSeatList-8 li:nth-child(5) {
    padding-right: 40px;
    transform: translate(-3px, 6px);
  }

  .lureSeatList-8 li:nth-child(6) {
    padding-left: 40px;
    transform: translate(3px, 6px);
  }

  .lureSeatList-8 li:nth-child(7) {
    padding-right: 70px;
    transform: translate(0, 0);
  }

  .lureSeatList-8 li:nth-child(8) {
    padding-left: 70px;
    transform: translate(0, 0);
  }

  .lureSeatList a,
.lureSeatList label,
.lureSeatList > span {
    display: none;
  }

  .lureSeatListSm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
    counter-reset: lure-seat-sm;
  }

  .lureSeatListSm a,
.lureSeatListSm label,
.lureSeatListSm > span {
    margin: 4px;
  }

  .lureSeatListSm a::before,
.lureSeatListSm label::before,
.lureSeatListSm > span::before {
    content: "R" counter(lure-seat-sm) " ";
    counter-increment: lure-seat-sm;
  }

  .lureSeatListSm a[data-counter]::before,
.lureSeatListSm label[data-counter]::before,
.lureSeatListSm > span[data-counter]::before {
    content: "R" attr(data-counter) " ";
  }

  .lureSeatListSm a,
.lureSeatListSm label,
.lureSeatListSm > span {
    width: 30%;
    padding: 10px 2px;
  }

  .lureSeatListSm > span {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #f00 inset;
    color: #f00;
    text-align: center;
  }
  .history {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}