@charset "urf-8";
@page {
  size: A4 portrait;
  margin: 0mm;
}
.page {
  font-family: "Noto Sans JP", serif;
  width: 210mm;
  height: 297mm;
  padding: 25mm 0;
  box-sizing: border-box;
  position: relative;
}
.page .main {
  height: calc(297mm - 50mm);
  color: #22252c;
  font-size: 10pt;
  padding: 6mm 9mm;
  box-sizing: border-box;
}
.page .main .columns {
  display: flex;
}
.page .main .columns .column > *:first-child {
  margin-top: 0 !important;
}
.page .main .columns .column:nth-child(1) {
  flex-basis: 131mm;
  margin-right: 2mm;
}
.page .main .columns .column:nth-child(2) {
  flex-basis: 70mm;
}
.page .main .columns .column h2 {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  font-family: "Noto Serif JP", serif;
  font-size: 13pt;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 2mm;
  box-sizing: border-box;
  margin-top: 5.5mm;
  margin-bottom: 3.5mm;
}
.page .main .columns .column h2 .box {
  display: inline-block;
  width: 2.5mm;
  height: 2.5mm;
  background-color: #493365;
  margin-right: 2mm;
}
.page .main .columns .column .seat-imgs {
  display: flex;
}
.page .main .columns .column .seat-imgs .img {
  flex-basis: 59mm;
  margin-right: 3mm;
}
.page .main .columns .column .seat-imgs .img > img {
  max-width: 100%;
  height: auto;
}
.page .main .columns .column table.specs-table {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  width: 100%;
  box-sizing: border-box;
}
.page .main .columns .column table.specs-table tr {
  border: solid 0.5mm #bebebe;
  border-top: none;
}
.page .main .columns .column table.specs-table tr:first-child {
  border-top: solid 0.5mm #bebebe;
}
.page .main .columns .column table.specs-table tr *, .page .main .columns .column table.specs-table tr th, .page .main .columns .column table.specs-table tr td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.page .main .columns .column table.specs-table tr th, .page .main .columns .column table.specs-table tr td {
  font-size: 10pt;
  font-weight: 500;
  padding: 3mm;
}
.page .main .columns .column table.specs-table tr th {
  border-bottom: solid 0.5mm #bebebe;
  background-color: #ebe7e1;
}
.page .main .columns .column table.specs-table tr td {
  background-color: #f9f9f9;
}
.page .main .columns .column .equip-list {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: flex;
  flex-wrap: wrap;
}
.page .main .columns .column .equip-list .list-item {
  font-size: 7.5pt;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1mm;
  width: 15.7mm;
  height: 15.7mm;
  background-color: #cecece;
  padding-bottom: 3mm;
  box-sizing: border-box;
  margin-right: 1mm;
  margin-bottom: 1mm;
  position: relative;
}
.page .main .columns .column .equip-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.page .main .columns .column .equip-list .list-item:nth-child(n+5) {
  margin-bottom: 0;
}
.page .main .columns .column .equip-list .list-item.selected {
  background-color: #22252c;
}
.page .main .columns .column .equip-list .list-item img {
  max-width: 42px;
}
.page .main .columns .column .equip-list .list-item span {
  text-align: center;
  position: absolute;
  bottom: 2mm;
  left: 0;
  right: 0;
  margin: auto;
}
.page .main .columns .column .gallery-item {
  border: solid 0.5mm #f5f1eb;
  margin-bottom: 2mm;
  text-align: center;
  background-color: #000;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.page .main .columns .column .gallery-item:last-child {
  margin-bottom: 0;
}
.page .main .columns .column .gallery img {
  width: calc(100% - 10mm);
  height: 35mm;
  object-fit: cover;
}
.page .header {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  font-size: 16pt;
  font-weight: bold;
  color: #fff;
  background-color: #22252c !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5mm 11mm 0;
  box-sizing: border-box;
  height: 25mm;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page .footer {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  color: #fff;
  background-color: #493365 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9mm 5mm;
  box-sizing: border-box;
  height: 25mm;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page .footer .sitename {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page .footer .sitename .outline {
  font-size: 7.5pt;
}
.page .footer .sitename > img {
  height: 7mm;
}
.page .footer .detail {
  font-size: 7.5pt;
  line-height: 1.4;
}
.page .footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page .footer .bg svg {
  fill: #493365;
}
@media print {
  .page {
    padding-left: 0;
    padding-right: 0;
  }
  .note {
    display: none;
  }
}
@media screen {
  html, body {
    background-color: #c0b3a0;
  }
  .page {
    margin: 12.5mm auto;
    background-color: #fff;
  }
  .note {
    background-color: #fff;
    color: #22252c;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .note strong {
    font-weight: 500;
  }
  .note ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .note ul li a {
    display: inline-flex;
    align-items: center;
  }
  .note ul li a .text {
    margin-right: 0.8em;
  }
  .note ul li a.print-button {
    cursor: pointer;
    font-family: "Noto Sans JP", serif;
    position: relative;
  }
  .note ul li a.print-button:hover {
    text-decoration: underline;
  }
  .note ul li a.print-button:hover .toggle {
    opacity: 1;
  }
  .note ul li a.print-button .icon {
    width: 18px;
  }
  .note ul li a.print-button .toggle {
    font-family: "Noto Sans JP", serif;
    opacity: 0;
    font-size: 12px;
    padding: 0.4em;
    box-sizing: border-box;
    background-color: #22252c;
    border: solid 1px #fff;
    border-radius: 5px;
    position: absolute;
    right: -7em;
    bottom: -2.5em;
  }
}
