/**
*   チケット情報
*/

.ticket-info-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 6px 0 18px;
  background: transparent;
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #111;
  box-sizing: border-box;
}

.ticket-title {
  width: 100%;
  height: 57px;
  margin: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='701' height='57' viewBox='0 0 701 57' preserveAspectRatio='none'%3E%3Cpath fill='%231a1a1a' d='M23 6H678V13H685V43H678V50H23V43H16V13H23V6Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  box-sizing: border-box;
}

.ticket-block {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 8px;
}

.ticket-side-label {
  width: 36px;
  flex-shrink: 0;
  background: #7f7f7f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  box-sizing: border-box;
}

.ticket-table-area {
  flex: 1;
  min-width: 0;
}

.ticket-table,
.guide-table,
.shop-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  font-size: 12px;
  line-height: 1.35;
}

/* =========================
   1番目のチケット表
========================= */
.ticket-table th,
.ticket-table td {
  border: none;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 4px 6px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
}

.ticket-table th:last-child,
.ticket-table td:last-child {
  border-right: none;
}

.ticket-table thead th {
  background: #fff9b8;
  font-weight: 700;
  text-align: center;
}

.ticket-table tbody tr:last-child td {
  border-bottom: none;
}

.ticket-table td {
  background: #fff;
  text-align: center;
}

.ticket-table .team-name {
  width: 32px;
  background: #fff9d6;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}

.ticket-table .team-name-last {
  border-bottom: none;
}

.ticket-table .ticket-type {
  text-align: center;
  font-weight: 700;
}

.ticket-table .ticket-price {
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.ticket-table .ticket-remarks {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
}

.ticket-table th:nth-child(1) {
  width: 48px;
}

.ticket-table th:nth-child(2) {
  width: 190px;
}

.ticket-table th:nth-child(3),
.ticket-table th:nth-child(4) {
  width: 92px;
}

.ticket-table th:nth-child(5) {
  width: auto;
}

/* =========================
   枠外注釈
========================= */
.ticket-note-outside {
  margin: 0 0 24px 0;
  font-size: 11px;
  line-height: 1.5;
  color: #111;
}

.ticket-red-note {
  color: #ff0000;
  font-weight: 700;
}

/* =========================
   プレイガイド
========================= */
.guide-block {
  margin-bottom: 24px;
}

.guide-table th,
.guide-table td {
  border: none;
  padding: 0.5em 0.7em;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
}

.guide-table th {
  width: 130px;
  background: #ffffd9;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.guide-table td {
  background: #ffffd9;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.guide-table strong {
  display: inline-block;
  margin-right: 14px;
  font-weight: 800;
}

.guide-table span {
  display: inline-block;
}

.guide-line-bottom th,
.guide-line-bottom td {
  border-bottom: 1px solid #777;
}

.guide-code-row td {
  background: #fff;
  padding: 0.5em 0.7em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  border: none;
}

.guide-code-row.guide-line-bottom td {
  border-bottom: 1px solid #777;
}

.guide-code-row span {
  display: inline-block;
  margin-right: 14px;
  white-space: nowrap;
}

.team-kagawa {
  color: #2e8b57;
}

.team-tokushima {
  color: #0070c0;
}

.team-kochi {
  color: #e60012;
}

.team-ehime {
  color: #f39800;
}

.playguide-note {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.45;
  padding : 0 0.7em 0.5em;
}

.playguide-note p {
  margin: 0 0 3px;
}

/* =========================
   取り扱い店
========================= */
.shop-block {
  margin-bottom: 8px;
}

.shop-table th,
.shop-table td {
  border: none;
  border-bottom: 1px solid #777;
  padding: 4px 6px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
}

.shop-table tr:last-child th,
.shop-table tr:last-child td {
  border-bottom: none;
}

.shop-table th {
  width: 48px;
  background: #fff9d6;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  border-right: 1px solid #777;
}

.shop-table td {
  background: #fff;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

@media (max-width: 767px) {
  .ticket-info-wrap {
    width: 100%;
    padding: 6px 0 18px;
    overflow-x: auto;
  }

  .ticket-title {
    min-width: 671px;
    font-size: 18px;
  }

  .ticket-block,
  .ticket-note-outside {
    min-width: 671px;
  }
}