@font-face {
  font-family: "wbc-fiesta-b", sans-serif;
  src: url("/font/wbc-fiesta-bold") format("woff2"), url("/font/wbc-fiesta-bold") format("woff");
}
@font-face {
  font-family: "wbc-fiesta-r", sans-serif;
  src: url("/font/wbc-fiesta-regular") format("woff2"), url("/font/wbc-fiesta-regular") format("woff");
}
.card-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-unit__item {
  margin-bottom: 10px;
  width: 410px;
  padding: 10px;
  border: 1px solid rgb(210, 210, 210);
}
.card-unit__item img {
  width: 100%;
  height: auto;
}
.card-unit__pool {
  margin: 20px 0 10px 0;
  font-weight: 600;
  color: #002391;
  font-size: 18px;
}
.card-unit__pool small {
  font-size: 14px;
  display: inline-block;
}
.card-unit__info {
  display: table;
  width: 100%;
  border-top: 1px dotted rgb(210, 210, 210);
}
.card-unit__info dt, .card-unit__info dd {
  font-weight: normal;
  font-size: 13px;
  padding: 8px 0;
  display: table-cell;
  line-height: 1.4;
}
.card-unit__info dt {
  width: 90px;
}
.card-unit__info dt.date {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.card-unit__link {
  color: rgb(1, 107, 227) !important;
  text-decoration: underline !important;
}
.card-unit__button {
  text-align: center;
  width: 140px;
  display: block;
  margin: 15px auto;
  padding: 10px 10px 10px 35px;
  background: #002391 url(/img/ticket/icon_ticket.svg) no-repeat left 15px center;
  background-size: 20px auto;
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.card-unit__button:hover {
  background-color: #0035de;
}

@media screen and (max-width: 767px) {
  .card-unit__item {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .card-unit__pool {
    font-size: 16px;
  }
  .card-unit__pool small {
    font-size: 13px;
  }
  .card-unit__info dt, .card-unit__info dd {
    font-size: 12px;
  }
  .card-unit__info dt {
    width: 80px;
  }
  .card-unit__info dt.date {
    font-size: 14px;
  }
}
#pNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#pNav ul li {
  text-align: center;
  width: 50%;
}
#pNav ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  background: #E6DCD2;
}
#pNav ul li a small {
  font-weight: 16px;
}
#pNav ul li a.current {
  background: #FFC300;
}
#pNav ul li a.off {
  cursor: auto;
  background: #dbdbdb;
  color: #999;
}

.subMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subMenu ul li {
  text-align: center;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 25%;
}
.subMenu ul li:first-child {
  border-left: none;
}
.subMenu ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: #EBEBE6;
  font-size: 14px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  font-weight: 600;
}
.subMenu ul li a:hover {
  background: #002823;
  color: #EBEBE6;
}

@media screen and (max-width: 767px) {
  #pNav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #pNav ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 1px;
  }
  #pNav ul li a {
    padding: 8px;
    font-size: 16px;
  }
  #pNav ul li a small {
    font-weight: 13px;
    display: inline-block;
  }
  .subMenu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subMenu ul li {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .subMenu ul li:nth-child(odd) {
    border-left: none;
  }
  .subMenu ul li a {
    padding: 8px 5px;
    font-size: 13px;
  }
}
.basic-table1 tbody th {
  font-weight: normal;
}
.basic-table1 th {
  width: 200px;
}
.basic-table1 th,
.basic-table1 td {
  font-size: 13px;
}
.basic-table1 th .period,
.basic-table1 td .period {
  font-size: 14px;
  font-weight: bold;
  color: #CE0000;
}
.basic-table1 th .url,
.basic-table1 td .url {
  color: rgb(1, 107, 227);
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}
.basic-table1 th .tel,
.basic-table1 td .tel {
  font-weight: bold;
  font-size: 15px;
  color: rgb(1, 107, 227);
}
.basic-table1 th.lh,
.basic-table1 td.lh {
  line-height: 1.4;
}
.basic-table1 th ul.note,
.basic-table1 td ul.note {
  margin-top: 5px;
}
.basic-table1 th ul.code,
.basic-table1 td ul.code {
  margin-top: 5px;
}
.basic-table1 th ul.code li,
.basic-table1 td ul.code li {
  font-size: 14px;
  font-weight: bold;
  color: #E60050;
}

.basic-table2 tbody th {
  min-width: auto;
  font-weight: normal;
}
.basic-table2 th,
.basic-table2 td {
  padding: 10px 5px;
  font-size: 13px;
}
.basic-table2 tr.bg th, .basic-table2 tr.bg td {
  background: #EBEBE6;
}
.basic-table2 td.card.jp {
  background: #f5f2e1;
  font-weight: bold;
}
.basic-table2 td.card {
  vertical-align: middle;
  white-space: nowrap;
}
.basic-table2 td.card span {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
}
.basic-table2 td.card span.team {
  width: auto;
}
.basic-table2 td.card img {
  height: 16px;
  width: auto;
  vertical-align: middle;
}
.basic-table2 td.blank {
  background: #f4f4f4 url(/img/ticket/line.svg) no-repeat 0 0;
  background-size: cover;
}
.basic-table2 td.free {
  background: #fdd100;
}
.basic-table2 td.reserved {
  background: #EBEBE6;
}

.bg-block {
  background: #edf3f7;
  padding: 15px;
  margin: 10px 0;
}
.bg-block--gray {
  background: #eeeeee;
}
.bg-block p {
  font-size: 13px;
  line-height: 1.4;
}
.bg-block p.soon {
  text-align: center;
  color: #808080;
}
.bg-block table {
  background: #FFF;
}
.bg-block table.target th,
.bg-block table.target td {
  padding: 5px;
  font-size: 12px;
}

ul.note li {
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.5;
  margin: 2px 0 2px 1em;
}

ul.indent li {
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.5;
  margin: 2px 0 2px 1em;
}

@media screen and (max-width: 767px) {
  .basic-table1 th {
    width: 28%;
    min-width: auto !important;
  }
  .basic-table1 th .period,
  .basic-table1 td .period {
    font-size: 14px;
  }
  .basic-table1 th .url,
  .basic-table1 td .url {
    font-size: 14px;
  }
  .basic-table1 th .tel,
  .basic-table1 td .tel {
    font-size: 15px;
  }
  .basic-table2 th, .basic-table2 td {
    font-size: 12px;
  }
  .bg-block {
    padding: 10px;
  }
  .bg-block p {
    font-size: 12px;
  }
  ul.note li {
    font-size: 11px;
  }
  ul.indent li {
    font-size: 12px;
  }
}
h5.subHead {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #002823;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  color: #002823;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexBox.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexBox .info {
  width: 405px;
  margin-top: 20px;
}
.flexBox .seat-img {
  width: 500px;
}
.flexBox .seat-img.game10 {
  width: 400px;
}
.flexBox .seat-img span {
  display: inline-block;
  font-size: 14px;
}
.flexBox.drinkbottle .goods-img {
  width: 250px;
}
.flexBox.drinkbottle .goods-img img {
  width: 100%;
  height: auto;
}
.flexBox.drinkbottle .info {
  width: 580px;
}

.seat-img {
  text-align: center;
  margin: 20px auto;
}
.seat-img img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.seat-img.free {
  width: 400px;
  text-align: center;
}
.seat-img.kyocera {
  width: 450px;
}

table.price-table {
  width: 100%;
}
table.price-table.half {
  width: 410px;
}
table.price-table.hosp {
  width: 250px;
}
table.price-table.full {
  width: 100%;
}
table.price-table.benefit {
  margin-right: 10px;
  width: 400px;
}
table.price-table th,
table.price-table td {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.3;
}
table.price-table thead th {
  background: #EBEBE6;
  text-align: center;
}
table.price-table tbody th {
  text-align: center;
  width: 15px;
}
table.price-table tbody th.diamond {
  background: #c7181f;
}
table.price-table tbody th.champion {
  background: #f29217;
}
table.price-table tbody th.excite {
  background: #b08e51;
}
table.price-table tbody th.excite-easy {
  background: #d0bb90;
}
table.price-table tbody th.reserved-sss {
  background: #a31c7a;
}
table.price-table tbody th.reserved-ss {
  background: #9a72b0;
}
table.price-table tbody th.reserved-s {
  background: #b4b1aa;
}
table.price-table tbody th.reserved-a {
  background: #e8295d;
}
table.price-table tbody th.reserved-b {
  background: #008685;
}
table.price-table tbody th.craft-counter {
  background: #aed487;
}
table.price-table tbody th.wheelchair {
  background: #FFF;
}
table.price-table tbody th.panorama-c {
  background: #014a96;
}
table.price-table tbody th.panorama {
  background: #008ab1;
}
table.price-table tbody th.reserved-c {
  background: #5bb9df;
}
table.price-table tbody th.outfield {
  background: #ffde59;
}
table.price-table tbody th.backscreen {
  background: #00563c;
}
table.price-table tbody th.sky-terrace {
  background: #1f2c61;
}
table.price-table tbody th.premium-lounge {
  background: #eaac7b;
}
table.price-table tbody th.premium-seat {
  background: #a86e3e;
}
table.price-table tbody th.mas-suite {
  background: #8e8d92;
}
table.price-table tbody th.mas-cabana {
  background: #f5b21d;
}
table.price-table tbody th.platinum-box {
  background: #1f1106;
}
table.price-table tbody th.infield-free {
  background: #fdd100;
}
table.price-table tbody th.outfield-free {
  background: #81c0eb;
}
table.price-table tbody th.field-s {
  background: #a88e53;
}
table.price-table tbody th.field-a {
  background: #705b2c;
}
table.price-table tbody th.excellent {
  background: #6b3906;
}
table.price-table tbody th.premium {
  background: #ad181e;
}
table.price-table tbody th.field-side-s {
  background: #771965;
}
table.price-table tbody th.field-side-a {
  background: #9f7eb7;
}
table.price-table tbody th.field-side-b {
  background: #c9b5d8;
}
table.price-table tbody th.reserved-ss-kyocera {
  background: #60615c;
}
table.price-table tbody th.outfield-kyocera {
  background: #fdd100;
}
table.price-table tbody th.center-kyocera-upper {
  background: #1f276f;
}
table.price-table tbody th.infield-kyocera-upper {
  background: #0e6eb8;
}
table.price-table tbody th.outfield-kyocera-upper {
  background: #80bfea;
}
table.price-table tbody th.infield-reserved-sp {
  background: #60615c;
}
table.price-table tbody th.infield-reserved {
  background: #81c0eb;
}
table.price-table tbody td.price {
  text-align: right;
}
table.price-table tbody td.goods {
  font-size: 11px;
}
table.price-table tbody td.center {
  text-align: center;
  white-space: nowrap;
}
table.price-table tbody td.hosp {
  font-size: 11px;
}

ul.goodsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.goodsList li {
  width: 400px;
  text-align: center;
}
ul.goodsList li.wide {
  width: 700px;
}
ul.goodsList li.thin {
  width: 270px;
}
ul.goodsList li img {
  width: 100%;
  height: auto;
}
ul.goodsList li span {
  font-size: 13px;
}

.tag-target {
  background: #FFC300;
  color: #000000;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  h5.subHead {
    font-size: 15px;
    margin: 15px 0 10px;
  }
  .flexBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexBox.align-c {
    margin-top: 10px;
  }
  .flexBox .info {
    width: auto;
    margin-top: 0;
  }
  .flexBox .scroll-wrapper + .scroll-wrapper {
    margin-top: 15px;
  }
  .flexBox.unreserved {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flexBox.drinkbottle .goods-img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 10px auto;
  }
  .flexBox.drinkbottle .info {
    width: auto;
  }
  .seat-img {
    margin: 15px auto;
  }
  .seat-img img {
    max-width: 600px;
  }
  .seat-img.free {
    width: 100%;
    text-align: center;
  }
  .lum-lightbox-inner img {
    max-height: 70vh;
    max-width: 180vw;
  }
  table.price-table {
    width: 100%;
    min-width: 100%;
  }
  table.price-table th, table.price-table td {
    white-space: normal;
  }
  table.price-table.full th, table.price-table.full td {
    white-space: nowrap;
  }
  table.price-table.benefit {
    margin: 0 0 10px 0;
    width: auto;
  }
  table.price-table.benefit th, table.price-table.benefit td {
    white-space: nowrap;
  }
  table.price-table.hosp {
    width: auto;
    margin: 10px 0;
  }
  table.price-table tbody th + td {
    min-width: 100px;
  }
  table.price-table.kyocera {
    width: 100%;
    min-width: 100%;
  }
  table.price-table + table.price-table {
    margin-top: 15px;
  }
  ul.goodsList li {
    width: 50%;
  }
  ul.goodsList li.wide {
    width: 100%;
  }
  ul.goodsList li.thin {
    width: 32%;
  }
  ul.goodsList li span {
    font-size: 12px;
  }
  .tag-target {
    font-size: 12px;
    padding: 6px 8px;
  }
}
/*# sourceMappingURL=ticket.css.map */