.btn-ticket {
  width: 480px;
  margin: 0 auto 20px auto;
}
.btn-ticket img {
  vertical-align: middle;
  margin: -4px 10px 0 0;
  width: auto;
  height: 40px;
}
.btn-ticket a {
  padding: 0 30px 0 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #005251 url(/img/common/link_white.png) no-repeat center right 20px;
  background-size: 16px auto;
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  font-size: 20px;
  border-radius: 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.btn-ticket a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}
.btn-ticket a:hover {
  opacity: 0.85;
}
.btn-ticket span {
  background: #f5f5f5;
  color: #888888;
  display: block;
  font-weight: 500;
  font-size: 20px;
  border-radius: 16px;
  padding: 0 30px 0 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.btn-ticket span img {
  opacity: 0.5;
}
.btn-ticket.pro a {
  background: #fdd000 url(/img/common/link_black.png) no-repeat center right 20px;
  background-size: 16px auto;
  color: #1A1A1C;
}
.btn-ticket.pro a::after {
  border-color: #1A1A1C;
}

.border-box {
  border: 1px solid #005251;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #005251;
  margin: 30px 0;
}

.bg-box {
  background: #e6f2f1;
  padding: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 30px 0;
  font-size: 15px;
}
.bg-box dt {
  font-weight: 400;
}

.link-block-mini {
  margin: 0 0 20px auto;
  text-align: right;
}
.link-block-mini a {
  padding: 10px 20px 10px 10px;
  border: 1px solid #B4B4B7;
  border-radius: 8px;
}
.link-block-mini a::after {
  right: 10px;
}

div.month-wp {
  position: relative;
}
div.month-wp.year {
  margin-top: 50px;
}
div.month-wp h3 {
  background: #cce8e6;
  font-size: 28px;
  padding: 10px 15px;
  color: #005251;
  font-weight: 600;
}
div.month-wp form {
  position: absolute;
  top: 12px;
  right: 20px;
}
div.month-wp form select {
  background: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 4px 20px 4px 10px;
  cursor: pointer;
}
div.month-wp form select:focus {
  outline: none;
}
div.month-wp form div.select-month {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
div.month-wp form div.select-month::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1A1A1C;
  border-right: 2px solid #1A1A1C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  left: auto;
}

p.no-sale {
  text-align: center;
  margin: 50px auto;
  color: #7b7b7b;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 16px;
  max-width: 1000px;
}

p.txt.ticket-top {
  width: 1200px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .btn-ticket {
    width: auto;
    max-width: 360px;
    margin: 0 auto 15px auto;
  }
  .btn-ticket img {
    vertical-align: middle;
    margin: -4px 10px 0 0;
    width: auto;
    height: 36px;
  }
  .btn-ticket a {
    padding: 0 20px 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 8px;
    background-size: 14px auto;
  }
  .btn-ticket a:hover {
    opacity: 1;
  }
  .btn-ticket span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 8px;
  }
  .btn-ticket.pro a {
    background-size: 14px auto;
  }
  .border-box {
    padding: 10px;
    font-size: 13px;
    margin: 20px 0;
  }
  .bg-box {
    font-size: 13px;
    margin: 15px 0;
  }
  .bg-box dt {
    font-weight: 400;
  }
  .link-block-mini {
    margin: 0 3% 10px auto;
  }
  .link-block-mini a {
    padding: 5px 20px 5px 10px;
    font-size: 12px;
    border-radius: 6px;
  }
  div.month-wp.year {
    margin-top: 20px;
  }
  div.month-wp h3 {
    font-size: 22px;
  }
  div.month-wp form {
    position: absolute;
    top: 9px;
    right: 15px;
  }
  p.no-sale {
    margin: 30px auto;
    font-size: 14px;
    border-radius: 8px;
    line-height: 1.4;
    max-width: 400px;
    width: 90%;
  }
  p.txt.ticket-top {
    width: auto;
    margin: 20px 3%;
  }
}
#ticket #main.no-padding {
  padding: 0 0 40px 0;
}
#ticket #main .info-ticket {
  margin: 40px auto;
}

.today-info-wp {
  background: #cce8e6;
  padding: 40px 0 30px 0;
}
.today-info-wp h3 {
  color: #005251;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.today-info-wp .today-info {
  width: 480px;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 8px rgba(0, 0, 0, 0.1);
}
.today-info-wp .today-info-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.today-info-wp .today-info-schedule .date {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  background: #005251;
  border-radius: 8px 0 0 0;
  width: 200px;
  height: 54px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.today-info-wp .today-info-schedule .date span {
  font-size: 18px;
}
.today-info-wp .today-info-schedule .date span.sat {
  color: #006cb8;
}
.today-info-wp .today-info-schedule .date span.sun {
  color: #cc0000;
}
.today-info-wp .today-info-schedule .time {
  background: #eeeeee;
  padding: 6px 10px;
  border-radius: 0 8px 0 0;
  width: 280px;
  height: 54px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.today-info-wp .today-info-schedule .time::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 54px solid transparent;
  border-right: 24px solid #eeeeee;
  top: 0;
  left: -24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.today-info-wp .today-info-schedule .time dl {
  display: table;
  margin: 0 auto;
}
.today-info-wp .today-info-schedule .time dl dt,
.today-info-wp .today-info-schedule .time dl dd {
  display: table-cell;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.today-info-wp .today-info-schedule .time dl dt {
  width: 130px;
}
.today-info-wp .today-info-details {
  background: #FFFFFF;
  padding: 15px 15px 15px 15px;
  border-radius: 0 0 8px 8px;
  position: relative;
  text-align: center;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.today-info-wp .today-info-details p {
  line-height: 1.5;
}
.today-info-wp .today-info-details .btn-prev,
.today-info-wp .today-info-details .btn-next {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #005251;
  border-right: 3px solid #005251;
  top: 0;
  bottom: 0;
  margin: auto;
  text-decoration: none;
  cursor: pointer;
}
.today-info-wp .today-info-details .btn-prev {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: auto;
  left: 20px;
}
.today-info-wp .today-info-details .btn-next {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  left: auto;
}
.today-info-wp .today-info-details .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.today-info-wp .today-info-details .card .home,
.today-info-wp .today-info-details .card .visitor {
  text-align: center;
}
.today-info-wp .today-info-details .card .home span,
.today-info-wp .today-info-details .card .visitor span {
  display: block;
  font-size: 13px;
}
.today-info-wp .today-info-details .card .home img,
.today-info-wp .today-info-details .card .visitor img {
  width: 80px;
  height: auto;
}
.today-info-wp .today-info-details .card .vs {
  font-size: 20px;
  padding: 0 50px;
  margin-top: -15px;
}
.today-info-wp .today-info-details .ticket-states {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0;
}
.today-info-wp .today-info-details .ticket-states p {
  font-size: 12px;
  font-weight: 400;
}
.today-info-wp .today-info-details .ticket-states .mark {
  display: inline-block;
  margin: 0 20px 0 5px;
  vertical-align: middle;
}
.today-info-wp .today-info-details .ticket-states .mark img {
  width: 20px;
  height: auto;
}
.today-info-wp .today-info-details .ticket-states a {
  display: block;
  border: 1px solid #1A1A1C;
  padding: 8px 25px 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.today-info-wp .today-info-details .ticket-states a::after {
  right: 8px;
  top: 2px;
}
.today-info-wp .today-info-details .price-info {
  display: table;
  font-size: 16px;
  margin: 20px auto 0 auto;
  text-align: center;
  border: 1px solid #005251;
  width: 150px;
}
.today-info-wp .today-info-details .price-info dt,
.today-info-wp .today-info-details .price-info dd {
  display: table-cell;
  vertical-align: middle;
}
.today-info-wp .today-info-details .price-info dt {
  font-weight: 500;
  color: #005251;
  font-size: 15px;
}
.today-info-wp .today-info-details .price-info dd {
  background: #005251;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
}
.today-info-wp .today-info-details .event-info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.today-info-wp .today-info-details .event-info h4 {
  color: #005251;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.today-info-wp .today-info-details .event-info p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
  text-align: center;
}
.today-info-wp .today-info-details .event-info p a {
  color: #1A1A1C;
  font-size: 14px;
  text-decoration: underline;
}

.ticket-menu {
  width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-height: 292px;
}
.ticket-menu-wp {
  width: 380px;
  margin: 0 30px 0 0;
}
.ticket-menu-wp.last {
  margin-right: 0;
}
.ticket-menu-block {
  width: 380px;
  margin: 0 30px 34px 0;
}
.ticket-menu-block:nth-child(3n) {
  margin-right: 0;
}
.ticket-menu-block h4 {
  border: 1px solid #cccccc;
  font-size: 20px;
}
.ticket-menu-block h4 a {
  padding: 20px;
  color: #1A1A1C;
  font-size: 20px;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ticket-menu-block h4 a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1A1A1C;
  border-right: 3px solid #1A1A1C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
}
.ticket-menu-block h4 a:hover {
  opacity: 0.7;
}
.ticket-menu-block h4.menu-toggle {
  padding: 20px;
  position: relative;
  color: #1A1A1C;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: none;
}
.ticket-menu-block h4.menu-toggle span.btn-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.ticket-menu-block h4.menu-toggle span.btn-menu::before, .ticket-menu-block h4.menu-toggle span.btn-menu::after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background: #1A1A1C;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ticket-menu-block h4.menu-toggle span.btn-menu::before {
  display: none;
}
.ticket-menu-block h4.menu-toggle span.btn-menu::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ticket-menu-block h4.menu-toggle.close {
  border-bottom: 1px solid #cccccc;
}
.ticket-menu-block h4.menu-toggle.close span.btn-menu::before {
  display: block;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ticket-menu-block h4.menu-toggle.close span.btn-menu::after {
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}
.ticket-menu-list {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.ticket-menu-list li {
  border-top: 1px dotted #757578;
}
.ticket-menu-list li:first-child {
  border-top: none;
}
.ticket-menu-list li a {
  display: block;
  background: #f5f5f5;
  color: #1A1A1C;
  font-size: 16px;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ticket-menu-list li a span {
  font-size: 14px;
}
.ticket-menu-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1A1A1C;
  border-right: 2px solid #1A1A1C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
}
.ticket-menu-list li a:hover {
  opacity: 0.7;
}
.ticket-menu-list li a.ex {
  background: #f5f5f5 url(/img/common/link_black.png) no-repeat center right 20px;
  background-size: 14px auto;
}
.ticket-menu-list li a.ex::after {
  display: none;
}
.ticket-menu-list li span.off {
  display: block;
  background: #f5f5f5;
  color: #8c8c8c;
  font-size: 16px;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  #ticket #main.no-padding {
    padding: 0 0 20px 0;
  }
  #ticket #main .info-ticket {
    margin: 20px auto;
  }
  #ticket #main h2.sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .today-info-wp {
    padding: 20px 0 10px 0;
    margin-top: 20px;
  }
  .today-info-wp h3 {
    font-size: 18px;
  }
  .today-info-wp .today-info {
    width: 94%;
    max-width: 350px;
    margin: 15px auto;
  }
  .today-info-wp .today-info-schedule .date {
    font-size: 20px;
    height: 50px;
  }
  .today-info-wp .today-info-schedule .date span {
    font-size: 16px;
  }
  .today-info-wp .today-info-schedule .time {
    height: 50px;
    padding: 7px 10px;
  }
  .today-info-wp .today-info-schedule .time::after {
    border-top: 50px solid transparent;
  }
  .today-info-wp .today-info-schedule .time dl dt,
  .today-info-wp .today-info-schedule .time dl dd {
    font-size: 13px;
  }
  .today-info-wp .today-info-schedule .time dl dt {
    width: 120px;
  }
  .today-info-wp .today-info-details .btn-prev {
    left: 15px;
  }
  .today-info-wp .today-info-details .btn-next {
    right: 15px;
  }
  .today-info-wp .today-info-details .card .home span,
  .today-info-wp .today-info-details .card .visitor span {
    font-size: 12px;
  }
  .today-info-wp .today-info-details .card .home img,
  .today-info-wp .today-info-details .card .visitor img {
    width: 60px;
    height: auto;
  }
  .today-info-wp .today-info-details .card .vs {
    padding: 0 40px;
  }
  .today-info-wp .today-info-details .ticket-states {
    margin: 15px 0;
  }
  .today-info-wp .today-info-details .ticket-states p {
    font-size: 12px;
    font-weight: 400;
  }
  .today-info-wp .today-info-details .ticket-states .mark {
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
  }
  .today-info-wp .today-info-details .ticket-states .mark img {
    width: 20px;
    height: auto;
  }
  .today-info-wp .today-info-details .ticket-states a {
    padding: 5px 25px 5px 20px;
    font-size: 13px;
  }
  .today-info-wp .today-info-details .ticket-states a::after {
    right: 8px;
    top: 0;
  }
  .today-info-wp .today-info-details .price-info {
    font-size: 15px;
    margin: 15px auto;
    width: 140px;
  }
  .today-info-wp .today-info-details .price-info dt {
    font-size: 14px;
  }
  .today-info-wp .today-info-details .event-info {
    height: auto;
  }
  .today-info-wp .today-info-details .event-info h4 {
    font-size: 14px;
  }
  .today-info-wp .today-info-details .event-info p {
    font-size: 12px;
  }
  .today-info-wp .today-info-details .event-info p a {
    font-size: 12px;
  }
  .ticket-menu {
    width: auto;
    margin: 0 auto 20px auto;
    min-height: auto;
  }
  .ticket-menu-wp {
    width: 100%;
    margin: 0;
  }
  .ticket-menu-block {
    width: 100%;
    margin: 0;
  }
  .ticket-menu-block h4 {
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .ticket-menu-block h4 a {
    padding: 15px;
    font-size: 16px;
  }
  .ticket-menu-block h4 a::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #1A1A1C;
    border-right: 2px solid #1A1A1C;
  }
  .ticket-menu-block h4.menu-toggle {
    padding: 15px;
    font-size: 16px;
  }
  .ticket-menu-block h4.menu-toggle span.btn-menu::before, .ticket-menu-block h4.menu-toggle span.btn-menu::after {
    width: 14px;
    height: 2px;
    right: 12px;
  }
  .ticket-menu-list {
    border-left: none;
    border-right: none;
  }
  .ticket-menu-list li:first-child {
    border-top: none;
  }
  .ticket-menu-list li a {
    font-size: 15px;
    padding: 15px;
  }
  .ticket-menu-list li a span {
    font-size: 13px;
  }
  .ticket-menu-list li a::after {
    width: 8px;
    height: 8px;
    right: 17px;
  }
  .ticket-menu-list li a.ex {
    background: #f5f5f5 url(/img/common/link_black.png) no-repeat center right 12px;
    background-size: 12px auto;
  }
  .ticket-menu-list li span.off {
    font-size: 15px;
    padding: 15px;
  }
}
.schedule-list .schedule-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  position: relative;
}
.schedule-list .schedule-list-item.end {
  color: #BBBBBB;
  padding: 5px 0;
}
.schedule-list .schedule-list-item.end .day {
  color: #BBBBBB;
}
.schedule-list .schedule-list-item.end .day span.sat,
.schedule-list .schedule-list-item.end .day span.sun {
  color: #BBBBBB;
}
.schedule-list .schedule-list-item a {
  color: #1A1A1C;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 5px 0;
}
.schedule-list .schedule-list-item a:hover {
  background: rgba(204, 232, 230, 0.25);
}
.schedule-list .schedule-list-item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1A1A1C;
  border-right: 3px solid #1A1A1C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  left: auto;
}
.schedule-list .schedule-list-item .day {
  font-size: 30px;
  font-weight: 600;
  color: #1A1A1C;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 10px 15px;
  text-align: center;
  line-height: 0.9;
  width: 8%;
}
.schedule-list .schedule-list-item .day span {
  font-size: 16px;
}
.schedule-list .schedule-list-item .day span.sat {
  color: #006cb8;
}
.schedule-list .schedule-list-item .day span.sun {
  color: #cc0000;
}
.schedule-list .schedule-list-item .game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  width: 40%;
}
.schedule-list .schedule-list-item .game img {
  width: 44px;
  height: auto;
  vertical-align: middle;
}
.schedule-list .schedule-list-item .game span {
  display: inline-block;
  padding: 0 15px;
}
.schedule-list .schedule-list-item .event {
  width: 40%;
}
.schedule-list .schedule-list-item .status {
  width: 10%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
}
.schedule-list .schedule-list-item .status span {
  background: #BBBBBB;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #FFFFFF;
}

.btn-list.flex-box {
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-list.flex-box .btn-ticket {
  margin: 0 40px 0 0;
}
.btn-list.flex-box .link-block {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .txt.mg-side {
    margin: 0 3%;
  }
  .schedule-list .schedule-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule-list .schedule-list-item.end {
    padding: 0;
  }
  .schedule-list .schedule-list-item.end .game::after {
    display: none;
  }
  .schedule-list .schedule-list-item a {
    font-size: 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .schedule-list .schedule-list-item a::after {
    display: none;
  }
  .schedule-list .schedule-list-item .day {
    font-size: 20px;
    padding: 5px 0px 5px 5px;
    width: 60px;
  }
  .schedule-list .schedule-list-item .day span {
    font-size: 13px;
  }
  .schedule-list .schedule-list-item .game {
    padding: 5px 10px;
    width: calc(100% - 70px);
    position: relative;
  }
  .schedule-list .schedule-list-item .game span {
    display: block;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .schedule-list .schedule-list-item .game::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1A1A1C;
    border-right: 2px solid #1A1A1C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .schedule-list .schedule-list-item .event {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px dotted #cccccc;
  }
  .schedule-list .schedule-list-item .status {
    width: 70px;
    right: 5px;
    top: 17px;
  }
  .schedule-list .schedule-list-item .status span {
    padding: 6px;
    font-size: 11px;
    display: inline-block;
    width: 60px;
  }
  .btn-list.flex-box {
    margin: 24px auto 0 auto;
    display: block;
  }
  .btn-list.flex-box .btn-ticket {
    margin: 0 auto 15px auto;
  }
  .btn-list.flex-box .link-block {
    margin: 0 auto;
  }
  .btn-ticket {
    width: 94%;
    max-width: 350px;
    margin: 0 auto 15px auto;
  }
  .btn-ticket a {
    padding: 0 24px 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 8px;
  }
  .btn-ticket a:hover {
    opacity: 1;
  }
}
body.vacantseat-day .vacantseat-summary {
  padding: 40px 0;
  width: 1200px;
  margin: 0 auto;
}
body.vacantseat-day .vacantseat-summary .status-list {
  border: 1px solid #cccccc;
  padding: 15px;
  margin: 40px auto 0 auto;
}
body.vacantseat-day .vacantseat-wp {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

body.vacantseat-seat .vacantseat-wp .link-block {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.vacantseat-day .vacantseat-summary {
    padding: 20px 0;
    width: auto;
    margin: 0 3%;
  }
  body.vacantseat-day .vacantseat-summary .status-list {
    padding: 10px;
    margin: 20px auto 0 auto;
  }
  body.vacantseat-day .vacantseat-wp {
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  body.vacantseat-seat .vacantseat-wp .link-block {
    margin-top: 20px;
  }
}
.vacantseat-summary p.txt {
  margin: 0;
}
.vacantseat-summary .flex-box {
  margin: 20px auto 40px auto;
}
.vacantseat-summary .flex-box .update-time {
  margin-right: 40px;
  width: 500px;
}

.update-time {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 16px;
}
.update-time h6 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.update-time ul li {
  display: block;
  line-height: 1.5;
}

.warning-box {
  background: #f3eee5;
  border-radius: 16px;
  padding: 30px;
  color: #af5208;
}
.warning-box h6 {
  color: #af5208;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.ticket-seat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
.ticket-seat-nav li {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px 0 0;
}
.ticket-seat-nav li:last-child {
  margin-right: 0;
}
.ticket-seat-nav li a {
  display: block;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 10px;
  color: #1A1A1C;
  text-decoration: none;
}
.ticket-seat-nav li.current {
  display: block;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 10px;
  color: #1A1A1C;
  background: #cce8e6;
}

.narrowing-down {
  margin: 30px 0;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.narrowing-down h4 {
  background: #F5F5F5;
  text-align: center;
  width: 210px;
  padding: 15px;
  font-weight: 500;
  border-radius: 7px 0 0 7px;
}
.narrowing-down form {
  padding: 15px;
}
.narrowing-down form input[type=checkbox] {
  display: none;
}
.narrowing-down form input[type=checkbox]:checked + label::before {
  background: #3f7d7a;
  border: 2px solid #3f7d7a;
}
.narrowing-down form input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px;
  bottom: 0;
  margin: auto;
  left: 5px;
}
.narrowing-down form label {
  padding: 0 15px 0 30px;
  position: relative;
}
.narrowing-down form label::before {
  border: 2px solid #cccccc;
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
}

.flex-box.seat-title {
  margin: 30px 0 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.flex-box.seat-title h3.heading {
  color: #005251;
  margin: 0 15px;
}
.flex-box.seat-title h3.heading span.update {
  font-size: 20px;
}

.status-list {
  text-align: center;
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.status-list li {
  display: inline-block;
  margin: 0 10px;
}
.status-list li img {
  width: 24px;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.status-list li span.st1 {
  color: #cd5182;
}
.status-list li span.st2 {
  color: #41b47c;
}
.status-list li span.st3 {
  color: #000000;
}
.status-list li span.st4 {
  color: #018edf;
}

.vacantseat-list-unit {
  border-top: 1px solid #cccccc;
}
.vacantseat-list-unit:last-child {
  border-bottom: 1px solid #cccccc;
}
.vacantseat-list-unit .vacantseat-list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.vacantseat-list-unit .vacantseat-list-menu.end {
  cursor: auto;
  border-bottom: 1px solid #cccccc;
}
.vacantseat-list-unit .vacantseat-list-menu.end span.btn-menu {
  display: none;
}
.vacantseat-list-unit .vacantseat-list-menu .seat-name {
  font-size: 24px;
  font-weight: 500;
  color: #1A1A1C;
  padding: 20px 15px;
}
.vacantseat-list-unit .vacantseat-list-menu .day {
  font-size: 30px;
  font-weight: 600;
  color: #1A1A1C;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 10px 15px;
  text-align: center;
  line-height: 0.9;
  width: 8%;
}
.vacantseat-list-unit .vacantseat-list-menu .day span {
  font-size: 16px;
}
.vacantseat-list-unit .vacantseat-list-menu .day span.sat {
  color: #006cb8;
}
.vacantseat-list-unit .vacantseat-list-menu .day span.sun {
  color: #cc0000;
}
.vacantseat-list-unit .vacantseat-list-menu .game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  width: 80%;
}
.vacantseat-list-unit .vacantseat-list-menu .game img {
  width: 44px;
  height: auto;
}
.vacantseat-list-unit .vacantseat-list-menu .game span {
  display: inline-block;
  padding: 0 15px;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vacantseat-list-unit .vacantseat-list-menu .game span.team {
  width: 300px;
}
.vacantseat-list-unit .vacantseat-list-menu .game span.title {
  width: 500px;
}
.vacantseat-list-unit .vacantseat-list-menu .ticket-genre {
  font-size: 24px;
  font-weight: 600;
  color: #005251;
  padding: 0 10px 0 25px;
  height: 64px;
  line-height: 64px;
}
.vacantseat-list-unit .vacantseat-list-menu span.btn-menu {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
}
.vacantseat-list-unit .vacantseat-list-menu span.btn-menu::before, .vacantseat-list-unit .vacantseat-list-menu span.btn-menu::after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background: #1A1A1C;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vacantseat-list-unit .vacantseat-list-menu span.btn-menu::before {
  display: none;
}
.vacantseat-list-unit .vacantseat-list-menu span.btn-menu::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.vacantseat-list-unit .vacantseat-list-menu.close span.btn-menu::before {
  display: block;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.vacantseat-list-unit .vacantseat-list-menu.close span.btn-menu::after {
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}
.vacantseat-list-unit .vacantseat-list-contents {
  display: none;
}
.vacantseat-list-unit .vacantseat-list-contents.end {
  display: block;
}
.vacantseat-list-unit .vacantseat-list-contents.open {
  display: block;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item h5 {
  background: #e6f2f1;
  font-size: 18px;
  color: #1A1A1C;
  padding: 15px;
  font-weight: 500;
  position: relative;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item h5 span.update {
  font-size: 14px;
  display: inline-block;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item p {
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item p.announce {
  background: #f3eee5;
  color: #af5208;
  border-radius: 8px;
  margin: 0 auto 20px auto;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 15px;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li {
  padding: 8px 20px 8px 30px;
  font-size: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 16.6666%;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st1 {
  background: url(/img/common/icon_maru.gif) no-repeat center left;
  background-size: 24px auto;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st2 {
  background: url(/img/common/icon_sankaku.gif) no-repeat center left;
  background-size: 24px auto;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st3 {
  background: url(/img/common/icon_batsu.gif) no-repeat center left;
  background-size: 24px auto;
}
.vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st4 {
  background: url(/img/common/icon_minus.gif) no-repeat center left;
  background-size: 24px auto;
}
.vacantseat-list-unit .vacantseat-list-contents .flex-box {
  border-top: 1px dotted #757578;
  padding: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.vacantseat-list-unit .vacantseat-list-contents .flex-box .btn-ticket,
.vacantseat-list-unit .vacantseat-list-contents .flex-box .link-block:first-child {
  margin: 0 40px 0 0;
}
.vacantseat-list-unit .vacantseat-list-contents .flex-box .link-block {
  margin: 0;
}
.vacantseat-list-unit .vacantseat-list-contents .bg-box {
  margin-top: 0;
}
.vacantseat-list-unit .vacantseat-list-contents .warning-box {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .vacantseat-summary {
    margin: 0 3%;
  }
  .vacantseat-summary .flex-box {
    margin: 20px 0;
  }
  .vacantseat-summary .flex-box .update-time {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .update-time {
    border-radius: 8px;
    padding: 15px;
  }
  .update-time h6 {
    margin: 0 0 5px 0;
    font-size: 15px;
  }
  .update-time ul li {
    display: block;
    margin-left: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .warning-box {
    border-radius: 8px;
    padding: 15px;
  }
  .warning-box h6 {
    font-size: 15px;
    margin: 0 0 5px 0;
  }
  .warning-box ul li {
    font-size: 13px;
  }
  .ticket-seat-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 20px 3% 10px 3%;
  }
  .ticket-seat-nav li {
    width: 49%;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    margin: 0 0 2% 0;
  }
  .ticket-seat-nav li:last-child {
    margin-right: 0;
  }
  .ticket-seat-nav li a {
    font-size: 13px;
    padding: 10px 5px;
  }
  .ticket-seat-nav li.current {
    font-size: 13px;
    padding: 10px 5px;
  }
  .narrowing-down {
    margin: 0 3% 15px 3%;
    display: block;
    padding: 15px 20px;
  }
  .narrowing-down h4 {
    background: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
  .narrowing-down form {
    padding: 0;
  }
  .narrowing-down form input[type=checkbox] {
    display: none;
  }
  .narrowing-down form input[type=checkbox]:checked + label::before {
    border: 2px solid #3f7d7a;
  }
  .narrowing-down form input[type=checkbox]:checked + label::after {
    width: 12px;
    height: 7px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #FFFFFF;
    top: -3px;
    left: 4px;
  }
  .narrowing-down form label {
    padding: 4px 15px 4px 25px;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .narrowing-down form label::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .flex-box.seat-title {
    margin: 15px 3% 0 3%;
  }
  .flex-box.seat-title h3.heading {
    margin: 0;
  }
  .flex-box.seat-title h3.heading span.update {
    font-size: 15px;
  }
  .status-list {
    padding: 5px;
    margin: 10px auto 15px auto;
    max-width: 300px;
    border: 1px solid #cccccc;
  }
  .status-list li {
    font-size: 13px;
    margin: 1%;
    width: 46%;
    text-align: left;
  }
  .status-list li img {
    width: 18px;
    height: auto;
  }
  .vacantseat-list-unit .vacantseat-list-menu {
    width: 100%;
    padding: 0;
  }
  .vacantseat-list-unit .vacantseat-list-menu .seat-name {
    padding: 15px;
    font-size: 16px;
  }
  .vacantseat-list-unit .vacantseat-list-menu .seat-name span {
    font-size: 13px;
  }
  .vacantseat-list-unit .vacantseat-list-menu .day {
    font-size: 20px;
    padding: 5px 0px 5px 5px;
    width: 60px;
  }
  .vacantseat-list-unit .vacantseat-list-menu .day span {
    font-size: 13px;
  }
  .vacantseat-list-unit .vacantseat-list-menu .game {
    padding: 5px 10px;
    width: calc(100% - 80px);
  }
  .vacantseat-list-unit .vacantseat-list-menu .game span {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.2;
  }
  .vacantseat-list-unit .vacantseat-list-menu .game span.team {
    width: auto;
  }
  .vacantseat-list-unit .vacantseat-list-menu .game span.title {
    width: auto;
    padding-right: 30px;
    margin-top: 3px;
  }
  .vacantseat-list-unit .vacantseat-list-menu .ticket-genre {
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  .vacantseat-list-unit .vacantseat-list-menu span.btn-menu {
    top: 0;
    bottom: 0;
    left: auto;
    right: 10px;
    width: 28px;
    margin: auto;
    border-radius: 5px;
  }
  .vacantseat-list-unit .vacantseat-list-menu span.btn-menu::before, .vacantseat-list-unit .vacantseat-list-menu span.btn-menu::after {
    width: 14px;
    height: 2px;
  }
  .vacantseat-list-unit .vacantseat-list-contents {
    display: none;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item h5 {
    font-size: 15px;
    padding: 10px 3%;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item h5 span.update {
    font-size: 12px;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item p {
    font-size: 13px;
    padding: 12px 15px;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item p.announce {
    margin: 10px 3%;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul {
    display: block;
    padding: 0;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li {
    font-size: 14px;
    border-bottom: 1px dotted #cccccc;
    width: auto;
    padding: 12px 15px 12px 40px;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li:last-child {
    border-bottom: none;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st1 {
    background-position: left 15px center;
    background-size: 18px auto;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st2 {
    background-position: left 15px center;
    background-size: 18px auto;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st3 {
    background-position: left 15px center;
    background-size: 18px auto;
  }
  .vacantseat-list-unit .vacantseat-list-contents .vacantseat-list-item ul li.st4 {
    background-position: left 15px center;
    background-size: 18px auto;
  }
  .vacantseat-list-unit .vacantseat-list-contents .flex-box {
    padding: 20px 0;
    display: block;
    border-color: #cccccc;
  }
  .vacantseat-list-unit .vacantseat-list-contents .flex-box .btn-ticket,
  .vacantseat-list-unit .vacantseat-list-contents .flex-box .link-block:first-child {
    margin: 0 auto 10px auto;
  }
  .vacantseat-list-unit .vacantseat-list-contents .flex-box .link-block {
    margin: 0 auto;
  }
  .vacantseat-list-unit .vacantseat-list-contents .warning-box {
    margin: 10px 3% 20px 3%;
  }
}
#ticket.manner p.author {
  text-align: right;
  margin-top: 20px;
}
#ticket.manner p.afterword {
  margin-top: 20px;
}
#ticket.manner .link-block {
  margin: 20px auto 30px auto;
}
#ticket.manner .link-block.wide {
  width: 600px;
}
#ticket.manner .link-block span.link {
  background: url(/img/common/link_black.png) no-repeat right top 2px;
  background-size: 18px auto;
  padding-right: 24px;
}
#ticket.manner .link-block span.link::after {
  display: none;
}
#ticket.manner .link-block:hover span.link {
  background: url(/img/common/link_white.png) no-repeat right top 2px;
  background-size: 18px auto;
}
#ticket.manner .manner-block {
  border-top: 1px solid #cccccc;
}
#ticket.manner .manner-block:last-child {
  border-bottom: 1px solid #cccccc;
}
#ticket.manner .manner-block h5 {
  color: #cc0000;
  margin: 10px 0;
}
#ticket.manner .manner-block dl {
  display: table;
  width: 100%;
}
#ticket.manner .manner-block dl dt,
#ticket.manner .manner-block dl dd {
  display: table-cell;
}
#ticket.manner .manner-block dl dd {
  padding: 0 20px;
  width: calc(100% - 202px);
  vertical-align: top;
}
#ticket.manner .manner-block dl dd p:first-child {
  margin-top: 0;
}
#ticket.manner .manner-block dl dt {
  padding: 0 0 10px 0;
  width: 202px;
  vertical-align: middle;
}
#ticket.manner .manner-block dl dt img {
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  #ticket.manner .link-block {
    margin: 20px auto 30px auto;
  }
  #ticket.manner .link-block.wide {
    width: auto;
  }
  #ticket.manner .link-block.wide a span {
    font-size: 14px;
  }
  #ticket.manner .link-block span.link {
    background-size: 14px auto;
    padding-right: 20px;
  }
  #ticket.manner .link-block:hover span.link {
    background-size: 14px auto;
  }
  #ticket.manner .manner-block h5 {
    color: #cc0000;
    margin: 10px 0;
  }
  #ticket.manner .manner-block dl dd {
    padding: 0 0 10px 10px;
    width: calc(100% - 102px);
  }
  #ticket.manner .manner-block dl dt {
    width: 102px;
    vertical-align: top;
  }
  #ticket.manner .manner-block dl dt img {
    width: 100%;
    height: auto;
  }
}
#ticket.purchase ul.p-nav,
#ticket.nishinomiyashimin ul.p-nav,
#ticket.qr ul.p-nav {
  margin-top: 0;
  border-bottom: 1px solid #B4B4B7;
}
#ticket.purchase ul.p-nav li a,
#ticket.nishinomiyashimin ul.p-nav li a,
#ticket.qr ul.p-nav li a {
  font-weight: 600;
  color: #005251;
}
#ticket.purchase ul.p-nav li a::after,
#ticket.nishinomiyashimin ul.p-nav li a::after,
#ticket.qr ul.p-nav li a::after {
  border-color: #005251;
}
#ticket.purchase ul.p-nav li a.line,
#ticket.nishinomiyashimin ul.p-nav li a.line,
#ticket.qr ul.p-nav li a.line {
  color: #06C152;
}
#ticket.purchase ul.p-nav li a.line::after,
#ticket.nishinomiyashimin ul.p-nav li a.line::after,
#ticket.qr ul.p-nav li a.line::after {
  border-color: #06C152;
}
#ticket.purchase ul.p-nav li a.mail,
#ticket.nishinomiyashimin ul.p-nav li a.mail,
#ticket.qr ul.p-nav li a.mail {
  color: #4285F4;
}
#ticket.purchase ul.p-nav li a.mail::after,
#ticket.nishinomiyashimin ul.p-nav li a.mail::after,
#ticket.qr ul.p-nav li a.mail::after {
  border-color: #4285F4;
}
#ticket.purchase div.warning-box.purchase,
#ticket.nishinomiyashimin div.warning-box.purchase,
#ticket.qr div.warning-box.purchase {
  margin: 40px auto;
}
#ticket.purchase div.warning-box.browser,
#ticket.nishinomiyashimin div.warning-box.browser,
#ticket.qr div.warning-box.browser {
  width: 720px;
  margin: 40px auto;
}
#ticket.purchase div.warning-box.browser p,
#ticket.nishinomiyashimin div.warning-box.browser p,
#ticket.qr div.warning-box.browser p {
  font-size: 15px;
}
#ticket.purchase div.warning-box.browser table,
#ticket.nishinomiyashimin div.warning-box.browser table,
#ticket.qr div.warning-box.browser table {
  margin: 15px auto 0 auto;
  width: 400px;
}
#ticket.purchase div.warning-box.browser table th,
#ticket.purchase div.warning-box.browser table td,
#ticket.nishinomiyashimin div.warning-box.browser table th,
#ticket.nishinomiyashimin div.warning-box.browser table td,
#ticket.qr div.warning-box.browser table th,
#ticket.qr div.warning-box.browser table td {
  border: 1px solid #d5b59c;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
#ticket.purchase div.warning-box.browser table tbody th,
#ticket.purchase div.warning-box.browser table tbody td,
#ticket.nishinomiyashimin div.warning-box.browser table tbody th,
#ticket.nishinomiyashimin div.warning-box.browser table tbody td,
#ticket.qr div.warning-box.browser table tbody th,
#ticket.qr div.warning-box.browser table tbody td {
  background: #FFFFFF;
}
#ticket.purchase h3.heading.green,
#ticket.nishinomiyashimin h3.heading.green,
#ticket.qr h3.heading.green {
  color: #005251;
}
#ticket.purchase h3.heading.line,
#ticket.nishinomiyashimin h3.heading.line,
#ticket.qr h3.heading.line {
  color: #06C152;
}
#ticket.purchase h3.heading.mail,
#ticket.nishinomiyashimin h3.heading.mail,
#ticket.qr h3.heading.mail {
  color: #4285F4;
}
#ticket.purchase section#issuing,
#ticket.purchase section#mail,
#ticket.purchase section#history,
#ticket.purchase #history-direct,
#ticket.purchase #history-issuing,
#ticket.nishinomiyashimin section#issuing,
#ticket.nishinomiyashimin section#mail,
#ticket.nishinomiyashimin section#history,
#ticket.nishinomiyashimin #history-direct,
#ticket.nishinomiyashimin #history-issuing,
#ticket.qr section#issuing,
#ticket.qr section#mail,
#ticket.qr section#history,
#ticket.qr #history-direct,
#ticket.qr #history-issuing {
  margin-top: 60px;
}
#ticket.purchase .howto,
#ticket.nishinomiyashimin .howto,
#ticket.qr .howto {
  margin: 30px auto 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
#ticket.purchase .howto .arrow,
#ticket.nishinomiyashimin .howto .arrow,
#ticket.qr .howto .arrow {
  width: 40px;
}
#ticket.purchase .howto .arrow span,
#ticket.nishinomiyashimin .howto .arrow span,
#ticket.qr .howto .arrow span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#ticket.purchase .howto .block,
#ticket.nishinomiyashimin .howto .block,
#ticket.qr .howto .block {
  width: 300px;
}
#ticket.purchase .howto .block p,
#ticket.nishinomiyashimin .howto .block p,
#ticket.qr .howto .block p {
  width: 240px;
}
#ticket.purchase .howto .block.wide,
#ticket.nishinomiyashimin .howto .block.wide,
#ticket.qr .howto .block.wide {
  width: 600px;
}
#ticket.purchase .howto .block.wide p,
#ticket.nishinomiyashimin .howto .block.wide p,
#ticket.qr .howto .block.wide p {
  width: 500px;
}
#ticket.purchase .howto .block ul,
#ticket.nishinomiyashimin .howto .block ul,
#ticket.qr .howto .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
#ticket.purchase .flow-unit.last,
#ticket.nishinomiyashimin .flow-unit.last,
#ticket.qr .flow-unit.last {
  margin-bottom: 60px;
}
#ticket.purchase .flow-unit h4.sub-heading span,
#ticket.nishinomiyashimin .flow-unit h4.sub-heading span,
#ticket.qr .flow-unit h4.sub-heading span {
  display: inline-block;
  background: #005251;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-right: 10px;
}
#ticket.purchase .flow-unit .flex-box,
#ticket.nishinomiyashimin .flow-unit .flex-box,
#ticket.qr .flow-unit .flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
#ticket.purchase .flow-unit .flex-box.center,
#ticket.nishinomiyashimin .flow-unit .flex-box.center,
#ticket.qr .flow-unit .flex-box.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#ticket.purchase .flow-unit .flex-box.center .block,
#ticket.nishinomiyashimin .flow-unit .flex-box.center .block,
#ticket.qr .flow-unit .flex-box.center .block {
  margin: 0 20px;
}
#ticket.purchase .flow-unit .flex-box .img-box,
#ticket.nishinomiyashimin .flow-unit .flex-box .img-box,
#ticket.qr .flow-unit .flex-box .img-box {
  width: 362px;
}
#ticket.purchase .flow-unit .flex-box .img-box img + img,
#ticket.nishinomiyashimin .flow-unit .flex-box .img-box img + img,
#ticket.qr .flow-unit .flex-box .img-box img + img {
  margin-top: 15px;
}
#ticket.purchase .flow-unit .flex-box img.no-zoom,
#ticket.nishinomiyashimin .flow-unit .flex-box img.no-zoom,
#ticket.qr .flow-unit .flex-box img.no-zoom {
  border: 1px solid #cccccc;
  width: 360px;
  height: auto;
}
#ticket.purchase .flow-unit .flex-box a.zoom,
#ticket.nishinomiyashimin .flow-unit .flex-box a.zoom,
#ticket.qr .flow-unit .flex-box a.zoom {
  position: relative;
  display: block;
}
#ticket.purchase .flow-unit .flex-box a.zoom img,
#ticket.nishinomiyashimin .flow-unit .flex-box a.zoom img,
#ticket.qr .flow-unit .flex-box a.zoom img {
  border: 1px solid #cccccc;
  width: 360px;
  height: auto;
}
#ticket.purchase .flow-unit .flex-box a.zoom::after,
#ticket.nishinomiyashimin .flow-unit .flex-box a.zoom::after,
#ticket.qr .flow-unit .flex-box a.zoom::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/img/ticket/zoom.png) no-repeat 0 0;
  background-size: contain;
}
#ticket.purchase .flow-unit .descript,
#ticket.nishinomiyashimin .flow-unit .descript,
#ticket.qr .flow-unit .descript {
  width: calc(100% - 400px);
  text-align: left;
  word-break: break-all;
}
#ticket.purchase .flow-unit .descript dl.warning-box,
#ticket.nishinomiyashimin .flow-unit .descript dl.warning-box,
#ticket.qr .flow-unit .descript dl.warning-box {
  background: #cce8e6;
  line-height: 1.5;
  margin-top: 20px;
}
#ticket.purchase .flow-unit .descript dl.warning-box dt,
#ticket.nishinomiyashimin .flow-unit .descript dl.warning-box dt,
#ticket.qr .flow-unit .descript dl.warning-box dt {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}
#ticket.purchase .flow-unit .descript dl.warning-box dd,
#ticket.nishinomiyashimin .flow-unit .descript dl.warning-box dd,
#ticket.qr .flow-unit .descript dl.warning-box dd {
  font-size: 15px;
}
#ticket.purchase .flow-unit .descript .bg-box,
#ticket.nishinomiyashimin .flow-unit .descript .bg-box,
#ticket.qr .flow-unit .descript .bg-box {
  background: #eef7f6;
  margin: 15px 0;
  padding: 10px 15px;
}
#ticket.purchase .flow-unit .descript .red-box,
#ticket.nishinomiyashimin .flow-unit .descript .red-box,
#ticket.qr .flow-unit .descript .red-box {
  border: 2px solid #ED0102;
  padding: 15px;
  margin: 20px 0;
  line-height: 1.5;
  font-size: 15px;
}
#ticket.purchase .flow-unit .descript .red-box dt,
#ticket.nishinomiyashimin .flow-unit .descript .red-box dt,
#ticket.qr .flow-unit .descript .red-box dt {
  color: #ED0102;
  margin-bottom: 5px;
}
#ticket.purchase .flow-unit .descript ul.list li,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li,
#ticket.qr .flow-unit .descript ul.list li {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 5px;
}
#ticket.purchase .flow-unit .descript ul.list li h5.colorRed,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li h5.colorRed,
#ticket.qr .flow-unit .descript ul.list li h5.colorRed {
  margin: 20px 0 5px 0;
  font-weight: 600;
  font-size: 16px;
}
#ticket.purchase .flow-unit .descript ul.list li h5.colorRed.top,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li h5.colorRed.top,
#ticket.qr .flow-unit .descript ul.list li h5.colorRed.top {
  margin-top: 0;
}
#ticket.purchase .flow-unit .descript ul.list li span,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li span,
#ticket.qr .flow-unit .descript ul.list li span {
  vertical-align: top;
}
#ticket.purchase .flow-unit .descript ul.list li span.no,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li span.no,
#ticket.qr .flow-unit .descript ul.list li span.no {
  background: #fa0106;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  margin-right: 10px;
}
#ticket.purchase .flow-unit .descript ul.list li span.no-b,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li span.no-b,
#ticket.qr .flow-unit .descript ul.list li span.no-b {
  color: #fa0106;
  font-weight: 600;
  margin-right: 5px;
}
#ticket.purchase .flow-unit .descript ul.list li span.txt,
#ticket.nishinomiyashimin .flow-unit .descript ul.list li span.txt,
#ticket.qr .flow-unit .descript ul.list li span.txt {
  display: inline-block;
  width: calc(100% - 36px);
}
#ticket.purchase .flow-unit .descript ul.list.icon,
#ticket.nishinomiyashimin .flow-unit .descript ul.list.icon,
#ticket.qr .flow-unit .descript ul.list.icon {
  background: #f0f0f0;
  padding: 15px;
  margin: 15px 0;
}
#ticket.purchase .flow-unit .descript ul.list.icon li,
#ticket.nishinomiyashimin .flow-unit .descript ul.list.icon li,
#ticket.qr .flow-unit .descript ul.list.icon li {
  font-size: 14px;
}
#ticket.purchase .flow-unit .descript ul.list.icon li span.no,
#ticket.nishinomiyashimin .flow-unit .descript ul.list.icon li span.no,
#ticket.qr .flow-unit .descript ul.list.icon li span.no {
  font-size: 16px;
}
#ticket.purchase .flow-unit .descript ul.list.icon li img,
#ticket.nishinomiyashimin .flow-unit .descript ul.list.icon li img,
#ticket.qr .flow-unit .descript ul.list.icon li img {
  width: 20px;
  height: auto;
  padding-right: 5px;
  vertical-align: middle;
}
#ticket.purchase .flow-unit .descript .price-table th,
#ticket.purchase .flow-unit .descript .price-table td,
#ticket.nishinomiyashimin .flow-unit .descript .price-table th,
#ticket.nishinomiyashimin .flow-unit .descript .price-table td,
#ticket.qr .flow-unit .descript .price-table th,
#ticket.qr .flow-unit .descript .price-table td {
  padding: 5px 10px;
  font-size: 14px;
}
#ticket.purchase .flow-unit .descript .price-table thead th,
#ticket.nishinomiyashimin .flow-unit .descript .price-table thead th,
#ticket.qr .flow-unit .descript .price-table thead th {
  text-align: center;
}
#ticket.purchase .flow-unit .descript .price-table tbody td,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody td,
#ticket.qr .flow-unit .descript .price-table tbody td {
  text-align: right;
}
#ticket.purchase .flow-unit .descript .price-table tbody th,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th,
#ticket.qr .flow-unit .descript .price-table tbody th {
  width: auto;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span,
#ticket.qr .flow-unit .descript .price-table tbody th span {
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-right: 5px;
  vertical-align: baseline;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.ivy,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.ivy,
#ticket.qr .flow-unit .descript .price-table tbody th span.ivy {
  background: #8dc21f;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.breeze,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.breeze,
#ticket.qr .flow-unit .descript .price-table tbody th span.breeze {
  background: #009844;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.alpus-1st,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.alpus-1st,
#ticket.qr .flow-unit .descript .price-table tbody th span.alpus-1st {
  background: #a560a2;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.alpus-3rd,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.alpus-3rd,
#ticket.qr .flow-unit .descript .price-table tbody th span.alpus-3rd {
  background: #1d2087;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.outfield-r,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.outfield-r,
#ticket.qr .flow-unit .descript .price-table tbody th span.outfield-r {
  background: #0085d0;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.outfield-l,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.outfield-l,
#ticket.qr .flow-unit .descript .price-table tbody th span.outfield-l {
  background: #7dccf3;
}
#ticket.purchase .flow-unit .descript .price-table tbody th span.leftvisitor,
#ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span.leftvisitor,
#ticket.qr .flow-unit .descript .price-table tbody th span.leftvisitor {
  background: #E2007E;
}
#ticket.purchase .flow-unit .descript .colorRed,
#ticket.nishinomiyashimin .flow-unit .descript .colorRed,
#ticket.qr .flow-unit .descript .colorRed {
  color: #ed0102;
}
#ticket.purchase .flow-unit .descript .flex-box,
#ticket.nishinomiyashimin .flow-unit .descript .flex-box,
#ticket.qr .flow-unit .descript .flex-box {
  margin-top: 30px;
}
#ticket.purchase .flow-unit .descript .flex-box .link-block a,
#ticket.nishinomiyashimin .flow-unit .descript .flex-box .link-block a,
#ticket.qr .flow-unit .descript .flex-box .link-block a {
  width: 360px;
}
#ticket.purchase .flow-unit .descript .flex-box .link-block span,
#ticket.nishinomiyashimin .flow-unit .descript .flex-box .link-block span,
#ticket.qr .flow-unit .descript .flex-box .link-block span {
  font-size: 16px;
}
#ticket.purchase .flow-unit .arrow,
#ticket.nishinomiyashimin .flow-unit .arrow,
#ticket.qr .flow-unit .arrow {
  margin: 20px auto;
}
#ticket.purchase .flow-unit .arrow span,
#ticket.nishinomiyashimin .flow-unit .arrow span,
#ticket.qr .flow-unit .arrow span {
  display: block;
  width: 0;
  border-top: 25px solid #005251;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  #ticket.purchase .lum-lightbox-inner img,
  #ticket.nishinomiyashimin .lum-lightbox-inner img,
  #ticket.qr .lum-lightbox-inner img {
    max-width: 120vw;
    max-height: 70vh;
  }
  #ticket.purchase .lum-gallery-button,
  #ticket.nishinomiyashimin .lum-gallery-button,
  #ticket.qr .lum-gallery-button {
    width: 30px;
    height: 30px;
    bottom: 10vw;
    top: auto;
  }
  #ticket.purchase .lum-gallery-button::after,
  #ticket.nishinomiyashimin .lum-gallery-button::after,
  #ticket.qr .lum-gallery-button::after {
    width: 20px;
    height: 20px;
  }
  #ticket.purchase .lum-lightbox-caption,
  #ticket.nishinomiyashimin .lum-lightbox-caption,
  #ticket.qr .lum-lightbox-caption {
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12vw;
    font-size: 13px;
    height: 40px;
  }
  #ticket.purchase ul.p-nav li a.line,
  #ticket.nishinomiyashimin ul.p-nav li a.line,
  #ticket.qr ul.p-nav li a.line {
    margin-bottom: 0;
    border-right: none;
    border-bottom: 1px dotted #757578;
    padding-bottom: 20px;
  }
  #ticket.purchase div.warning-box.purchase,
  #ticket.nishinomiyashimin div.warning-box.purchase,
  #ticket.qr div.warning-box.purchase {
    margin: 20px auto;
  }
  #ticket.purchase div.warning-box.browser,
  #ticket.nishinomiyashimin div.warning-box.browser,
  #ticket.qr div.warning-box.browser {
    width: auto;
    margin: 20px auto;
  }
  #ticket.purchase div.warning-box.browser p,
  #ticket.nishinomiyashimin div.warning-box.browser p,
  #ticket.qr div.warning-box.browser p {
    font-size: 13px;
  }
  #ticket.purchase div.warning-box.browser table,
  #ticket.nishinomiyashimin div.warning-box.browser table,
  #ticket.qr div.warning-box.browser table {
    width: 100%;
  }
  #ticket.purchase div.warning-box.browser table th,
  #ticket.purchase div.warning-box.browser table td,
  #ticket.nishinomiyashimin div.warning-box.browser table th,
  #ticket.nishinomiyashimin div.warning-box.browser table td,
  #ticket.qr div.warning-box.browser table th,
  #ticket.qr div.warning-box.browser table td {
    font-size: 12px;
    padding: 5px;
  }
  #ticket.purchase section#issuing,
  #ticket.purchase section#mail,
  #ticket.purchase section#history,
  #ticket.purchase #history-direct,
  #ticket.purchase #history-issuing,
  #ticket.nishinomiyashimin section#issuing,
  #ticket.nishinomiyashimin section#mail,
  #ticket.nishinomiyashimin section#history,
  #ticket.nishinomiyashimin #history-direct,
  #ticket.nishinomiyashimin #history-issuing,
  #ticket.qr section#issuing,
  #ticket.qr section#mail,
  #ticket.qr section#history,
  #ticket.qr #history-direct,
  #ticket.qr #history-issuing {
    margin-top: 30px;
  }
  #ticket.purchase .howto,
  #ticket.nishinomiyashimin .howto,
  #ticket.qr .howto {
    margin: 30px auto 0 auto;
  }
  #ticket.purchase .howto .arrow,
  #ticket.nishinomiyashimin .howto .arrow,
  #ticket.qr .howto .arrow {
    width: auto;
    margin: 10px auto;
    text-align: center;
  }
  #ticket.purchase .howto .arrow span,
  #ticket.nishinomiyashimin .howto .arrow span,
  #ticket.qr .howto .arrow span {
    display: block;
    width: 18px;
    height: 18px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin: 0 auto;
  }
  #ticket.purchase .howto .block,
  #ticket.nishinomiyashimin .howto .block,
  #ticket.qr .howto .block {
    width: auto;
  }
  #ticket.purchase .howto .block p,
  #ticket.nishinomiyashimin .howto .block p,
  #ticket.qr .howto .block p {
    width: auto;
  }
  #ticket.purchase .howto .block.wide,
  #ticket.nishinomiyashimin .howto .block.wide,
  #ticket.qr .howto .block.wide {
    width: auto;
  }
  #ticket.purchase .howto .block.wide p,
  #ticket.nishinomiyashimin .howto .block.wide p,
  #ticket.qr .howto .block.wide p {
    width: auto;
  }
  #ticket.purchase .howto .block ul,
  #ticket.nishinomiyashimin .howto .block ul,
  #ticket.qr .howto .block ul {
    display: block;
  }
  #ticket.purchase .howto .block ul li,
  #ticket.nishinomiyashimin .howto .block ul li,
  #ticket.qr .howto .block ul li {
    text-align: center;
  }
  #ticket.purchase .howto .block ul li img,
  #ticket.nishinomiyashimin .howto .block ul li img,
  #ticket.qr .howto .block ul li img {
    width: 200px;
    height: auto;
  }
  #ticket.purchase .flow-unit.last,
  #ticket.nishinomiyashimin .flow-unit.last,
  #ticket.qr .flow-unit.last {
    margin-bottom: 40px;
  }
  #ticket.purchase .flow-unit h4.sub-heading,
  #ticket.nishinomiyashimin .flow-unit h4.sub-heading,
  #ticket.qr .flow-unit h4.sub-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px 15px;
    font-size: 14px;
  }
  #ticket.purchase .flow-unit h4.sub-heading span,
  #ticket.nishinomiyashimin .flow-unit h4.sub-heading span,
  #ticket.qr .flow-unit h4.sub-heading span {
    padding: 5px;
    font-size: 16px;
  }
  #ticket.purchase .flow-unit .flex-box,
  #ticket.nishinomiyashimin .flow-unit .flex-box,
  #ticket.qr .flow-unit .flex-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  #ticket.purchase .flow-unit .flex-box .img-box,
  #ticket.nishinomiyashimin .flow-unit .flex-box .img-box,
  #ticket.qr .flow-unit .flex-box .img-box {
    width: auto;
  }
  #ticket.purchase .flow-unit .flex-box .img-box img + img,
  #ticket.nishinomiyashimin .flow-unit .flex-box .img-box img + img,
  #ticket.qr .flow-unit .flex-box .img-box img + img {
    margin-top: 0;
  }
  #ticket.purchase .flow-unit .flex-box img.no-zoom,
  #ticket.nishinomiyashimin .flow-unit .flex-box img.no-zoom,
  #ticket.qr .flow-unit .flex-box img.no-zoom {
    max-width: 300px;
    margin: 10px auto;
  }
  #ticket.purchase .flow-unit .flex-box a.zoom img,
  #ticket.nishinomiyashimin .flow-unit .flex-box a.zoom img,
  #ticket.qr .flow-unit .flex-box a.zoom img {
    width: 100%;
    height: auto;
  }
  #ticket.purchase .flow-unit .flex-box a.zoom::after,
  #ticket.nishinomiyashimin .flow-unit .flex-box a.zoom::after,
  #ticket.qr .flow-unit .flex-box a.zoom::after {
    width: 24px;
    height: 24px;
  }
  #ticket.purchase .flow-unit .descript,
  #ticket.nishinomiyashimin .flow-unit .descript,
  #ticket.qr .flow-unit .descript {
    width: 100%;
  }
  #ticket.purchase .flow-unit .descript dl.warning-box,
  #ticket.nishinomiyashimin .flow-unit .descript dl.warning-box,
  #ticket.qr .flow-unit .descript dl.warning-box {
    padding: 15px;
    margin-top: 15px;
  }
  #ticket.purchase .flow-unit .descript dl.warning-box dt,
  #ticket.nishinomiyashimin .flow-unit .descript dl.warning-box dt,
  #ticket.qr .flow-unit .descript dl.warning-box dt {
    font-size: 14px;
  }
  #ticket.purchase .flow-unit .descript dl.warning-box dd,
  #ticket.nishinomiyashimin .flow-unit .descript dl.warning-box dd,
  #ticket.qr .flow-unit .descript dl.warning-box dd {
    font-size: 13px;
  }
  #ticket.purchase .flow-unit .descript .price-table th,
  #ticket.purchase .flow-unit .descript .price-table td,
  #ticket.nishinomiyashimin .flow-unit .descript .price-table th,
  #ticket.nishinomiyashimin .flow-unit .descript .price-table td,
  #ticket.qr .flow-unit .descript .price-table th,
  #ticket.qr .flow-unit .descript .price-table td {
    font-size: 12px;
    padding: 4px;
    white-space: nowrap;
  }
  #ticket.purchase .flow-unit .descript .price-table tbody th,
  #ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th,
  #ticket.qr .flow-unit .descript .price-table tbody th {
    width: auto;
    max-width: 200px;
  }
  #ticket.purchase .flow-unit .descript .price-table tbody th span,
  #ticket.nishinomiyashimin .flow-unit .descript .price-table tbody th span,
  #ticket.qr .flow-unit .descript .price-table tbody th span {
    width: 16px;
    height: 10px;
    margin-right: 4px;
  }
  #ticket.purchase .flow-unit .descript ul.list li,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list li,
  #ticket.qr .flow-unit .descript ul.list li {
    line-height: 1.5;
    font-size: 13px;
  }
  #ticket.purchase .flow-unit .descript ul.list li h5.colorRed,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list li h5.colorRed,
  #ticket.qr .flow-unit .descript ul.list li h5.colorRed {
    margin: 10px 0 5px 0;
    font-size: 14px;
  }
  #ticket.purchase .flow-unit .descript ul.list li span.no,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list li span.no,
  #ticket.qr .flow-unit .descript ul.list li span.no {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
  }
  #ticket.purchase .flow-unit .descript ul.list li span.no-b,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list li span.no-b,
  #ticket.qr .flow-unit .descript ul.list li span.no-b {
    font-size: 14px;
  }
  #ticket.purchase .flow-unit .descript ul.list li span.txt,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list li span.txt,
  #ticket.qr .flow-unit .descript ul.list li span.txt {
    width: calc(100% - 26px);
  }
  #ticket.purchase .flow-unit .descript ul.list li span.txt img,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list li span.txt img,
  #ticket.qr .flow-unit .descript ul.list li span.txt img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  #ticket.purchase .flow-unit .descript ul.list.icon li,
  #ticket.nishinomiyashimin .flow-unit .descript ul.list.icon li,
  #ticket.qr .flow-unit .descript ul.list.icon li {
    font-size: 13px;
  }
  #ticket.purchase .flow-unit .descript .red-box,
  #ticket.nishinomiyashimin .flow-unit .descript .red-box,
  #ticket.qr .flow-unit .descript .red-box {
    font-size: 13px;
    margin: 15px 0;
  }
  #ticket.purchase .flow-unit .descript .red-box dt,
  #ticket.nishinomiyashimin .flow-unit .descript .red-box dt,
  #ticket.qr .flow-unit .descript .red-box dt {
    text-align: center;
    margin-bottom: 5px;
  }
  #ticket.purchase .flow-unit .descript .flex-box,
  #ticket.nishinomiyashimin .flow-unit .descript .flex-box,
  #ticket.qr .flow-unit .descript .flex-box {
    margin-top: 15px;
  }
  #ticket.purchase .flow-unit .descript .flex-box .link-block,
  #ticket.nishinomiyashimin .flow-unit .descript .flex-box .link-block,
  #ticket.qr .flow-unit .descript .flex-box .link-block {
    width: 100%;
    margin: 0 auto;
  }
  #ticket.purchase .flow-unit .descript .flex-box .link-block:first-child,
  #ticket.nishinomiyashimin .flow-unit .descript .flex-box .link-block:first-child,
  #ticket.qr .flow-unit .descript .flex-box .link-block:first-child {
    margin: 0 auto 10px auto;
  }
  #ticket.purchase .flow-unit .descript .flex-box .link-block a,
  #ticket.nishinomiyashimin .flow-unit .descript .flex-box .link-block a,
  #ticket.qr .flow-unit .descript .flex-box .link-block a {
    width: 100%;
    max-width: 350px;
  }
  #ticket.purchase .flow-unit .descript .flex-box .link-block span,
  #ticket.nishinomiyashimin .flow-unit .descript .flex-box .link-block span,
  #ticket.qr .flow-unit .descript .flex-box .link-block span {
    font-size: 14px;
  }
  #ticket.purchase .flow-unit .arrow,
  #ticket.nishinomiyashimin .flow-unit .arrow,
  #ticket.qr .flow-unit .arrow {
    margin: 20px auto 0 auto;
  }
  #ticket.purchase .flow-unit .arrow span,
  #ticket.nishinomiyashimin .flow-unit .arrow span,
  #ticket.qr .flow-unit .arrow span {
    border-top: 20px solid #005251;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
/*# sourceMappingURL=ticket.css.map */