/* TICKET */
@media screen and (min-width: 1025px) {
  .table-list--ticket dt {
    width: 10em;
  }
}
.table-list--ticket > dd {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .table-list--ticket > dd {
    width: calc(100% - 10em);
    font-size: 1.7rem;
  }
}
.table-list--ticket > dd .font--m, .table-list--ticket > dd .font--s {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 10px;
}

.head--h2--center--ticket {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .head--h2--center--ticket {
    margin-bottom: 30px;
  }
}
.head--h2--center--ticket .icon--hex--ticket {
  margin-bottom: -29px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 60px;
}
@media screen and (min-width: 1025px) {
  .head--h2--center--ticket .icon--hex--ticket {
    top: 60px;
  }
}
.head--h2--center--ticket span {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.head--h2--center--ticket span::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../../ticket/img/icon-ticket-blk.svg);
  width: 25px;
  height: 25px;
  background-size: 100%;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .head--h2--center--ticket span::before {
    width: 33px;
    height: 33px;
    left: -45px;
  }
}

.entry-hour {
  width: 98%;
  letter-spacing: 0.1em;
  margin: 0 auto;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .entry-hour {
    font-size: 1.6rem;
  }
}
.entry-hour span {
  display: block;
  width: 5em;
  position: relative;
}
.entry-hour span::after {
  content: "/";
  position: absolute;
  right: 0.7em;
}

.tokuten__item {
  position: relative;
  padding-bottom: 20px;
}
.tokuten__item__name {
  text-align: center;
  color: #C90003;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (min-width: 1025px) {
  .tokuten__item__name {
    font-size: 1.4em;
  }
}
.tokuten__item__img {
  margin: 0 auto;
  text-align: center;
}
.tokuten__item__img img {
  max-width: 100%;
}