@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
.table-wrap {
  width: 100%;
  overflow: auto;
}

.guide-head {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}
.guide-link {
  width: 100%;
  margin: 20px 0;
  display: flex;
  text-align: center;
  font-size: 1.6rem;
}
.guide-link-tit {
  width: 15%;
  font-weight: bold;
  background: #444;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.guide-link-btn {
  width: 85%;
  padding: 1% 1%;
  display: flex;
  background: #eee;
  justify-content: center;
  align-items: center;
}
.guide-link-btn div {
  width: 25%;
  padding: 0 1%;
}
.guide-link-btn div span {
  width: 100%;
  padding: 5% 2%;
  display: block;
  border-radius: 4px;
  color: #fff;
}
.guide-link-btn div span.off {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
  background: #444 !important;
  overflow: hidden;
}
.guide-link-btn div span.off::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(12deg);
}
.guide-link-btn div span.btn01 {
  background: #017ebd;
}
.guide-link-btn div span.btn02 {
  background: #1fad9c;
}
.guide-link-btn div span.btn03 {
  background: #49a52a;
}
.guide-link-btn div span.btn04 {
  background: #dabf25;
}
.guide-table {
  width: 100%;
}
.guide-table th, .guide-table td {
  border: #ccc 1px solid;
  padding: 2% 1%;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
.guide-table th {
  padding: 0.5%;
  background: #eee;
  font-weight: bold;
  font-size: 1.4rem;
}
.guide-table .head01 {
  width: 20%;
}
.guide-table .head02 {
  width: 60%;
}
.guide-table .head03 {
  width: 20%;
}
.guide-table .place {
  width: 22.5%;
}
.guide-table .place:nth-of-type(3) {
  width: 15%;
}
.guide-table .way span {
  width: 100%;
  margin: 0 auto 5%;
  padding: 3%;
  display: block;
  border-radius: 4px;
  color: #fff;
  background: #444;
}
.guide-table .way span.off {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}
.guide-table .way span.off::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(12deg);
}
.guide-table .way .btn03 {
  margin-bottom: 0;
}
.guide-table .official {
  width: 100%;
  padding: 6% 2%;
  display: block;
  border-radius: 50px;
  color: #fff;
  background: #e71a1a;
}
.guide-table .link {
  width: 100%;
  padding: 6% 2%;
  display: block;
  border-radius: 50px;
  color: #fff;
  background: #e71a1a;
}

.ticket-table {
  width: 100%;
  border: #ccc 1px solid;
  font-feature-settings: "palt";
}
.ticket-table.door {
  border-top: none;
}
.ticket-table.door td {
  border-top: none;
}
.ticket-table.notice {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ticket-table.notice th {
  width: 20%;
  background: #e71a1a;
  color: #fff;
  border: #e71a1a 1px solid;
}
.ticket-table.notice td {
  width: 80%;
  padding: 1% 2%;
  color: #e71a1a;
  border: #e71a1a 1px solid;
  text-align: left;
}
.ticket-table th {
  padding: 1%;
  border: #ccc 1px solid;
  background: #fff6f9;
  font-weight: bold;
}
.ticket-table td {
  padding: 1% 1%;
  border: #ccc 1px dashed;
  background: #fff;
}
.ticket-table th, .ticket-table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
.ticket-table .head01 {
  width: 10%;
}
.ticket-table .head02 {
  width: 18%;
}
.ticket-table .head03 {
  width: 12%;
}
.ticket-table .head04 {
  width: 40%;
}
.ticket-table .day {
  width: 9%;
}
.ticket-table .category {
  background: #da467e;
}
.ticket-table .category span {
  white-space: pre;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: inline-block;
}
.ticket-table .off {
  background: #eee;
}

small.notice {
  margin-top: 5px;
  font-size: 1.4rem !important;
}

#tickets h3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
  background: url(../images/tickets/h3.png) no-repeat 5px 0;
}

#tickets .tickets_inner {
  padding: 3.5%;
  text-align: justify;
}
#tickets .tickets_inner .box01 {
  border: #55ac07 1px dashed;
  margin: 40px 0 30px;
  padding: 20px 30px 30px;
}
#tickets .tickets_inner .box01 .point {
  margin-top: 20px;
  color: #55ac07;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
}
#tickets .tickets_inner .box01 .point span {
  display: block;
}
#tickets .tickets_inner .box01 .point::before {
  content: "";
  width: 34px;
  height: 29px;
  margin-right: 10px;
  background: url(../images/tickets/icon_point.png) no-repeat 0 0;
  background-size: contain;
  display: block;
}
#tickets .tickets_inner .box01 h5 {
  text-align: center;
  color: #55ac07;
  border-bottom: #55ac07 1px solid;
  font-size: 2.2rem;
}
#tickets .tickets_inner .box01 h6 {
  margin-bottom: 10px;
}
#tickets .tickets_inner .box01 p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
#tickets .tickets_inner .box01 table {
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
}
#tickets .tickets_inner .box01 table tr:nth-of-type(1) th,
#tickets .tickets_inner .box01 table tr:nth-of-type(1) td {
  background: #da467e;
  color: #fff;
}
#tickets .tickets_inner .box01 table th, #tickets .tickets_inner .box01 table td {
  width: 50%;
  padding: 1%;
  background: #e4f8ff;
  border: #fff 4px solid;
  font-size: 1.6rem;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#tickets .tickets_inner .box02 h5 {
  margin-bottom: 20px;
}
#tickets .tickets_inner .box02 p.red {
  margin-bottom: 30px;
  text-indent: -1em;
  padding-left: 1em;
  color: #f11313;
  font-size: 1.6rem;
  font-weight: bold;
}
#tickets .tickets_inner .box02 p.red small {
  font-size: 1.4rem;
}
#tickets .tickets_inner .box03 {
  padding-top: 20px;
}
#tickets .tickets_inner .box03 h6 {
  margin-bottom: 10px;
}
#tickets .tickets_inner .box03 p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
#tickets .tickets_inner .box03 p:not(:first-of-type) {
  margin-top: 10px;
}
#tickets .tickets_inner .box03 table {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 0;
}
#tickets .tickets_inner .box03 table th, #tickets .tickets_inner .box03 table td {
  padding: 1%;
  background: #e4f8ff;
  border: #fff 4px solid;
  font-size: 1.6rem;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#tickets .tickets_inner .way {
  margin-top: 30px;
  font-size: 1.6rem;
}
#tickets .tickets_inner .way ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
#tickets .tickets_inner .way ul li:not(:first-of-type) {
  margin-top: 10px;
}
#tickets .tickets_inner .way p {
  margin-top: 15px;
}
#tickets .tickets_inner .way dl a {
  color: #3ebae3;
  text-decoration: underline;
}
#tickets .tickets_inner .box_title01 {
  padding: 30px 0 0;
}
#tickets .tickets_inner .box_title01 h4 {
  margin: 0 0 10px;
  background: #208cd7;
}
#tickets .tickets_inner .box_title01 h4 span {
  width: 100%;
  padding: 1.5% 2%;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
#tickets .tickets_inner .box_title01 p {
  padding: 10px 0;
  font-size: 1.6rem;
  color: #e71a1a;
}
#tickets .tickets_inner .box_title01 ul {
  padding: 10px 0 30px;
  font-size: 1.6rem;
}
#tickets .tickets_inner .box_title01 ul li {
  padding: 2px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#tickets .tickets_inner .box_title02 h4 {
  margin: 30px 0 10px;
  background: #31ccb7;
  border: #31ccb7 3px solid;
}
#tickets .tickets_inner .box_title02 h4 span:nth-of-type(1) {
  width: 100%;
  padding: 1.5%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
#tickets .tickets_inner .box_title02 h4 span:nth-of-type(2) {
  width: 100%;
  padding: 2% 4%;
  background: #fff;
  color: #31ccb7;
  display: block;
  font-size: 1.8rem;
}
#tickets .tickets_inner .box_title02 h4 span:nth-of-type(2) strong {
  color: #e71a1a;
}
#tickets .tickets_inner .box_title02 dl {
  padding: 20px 0 0;
  line-height: 1.2;
}
#tickets .tickets_inner .box_title02 dl dt {
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#tickets .tickets_inner .box_title02 dl dd {
  padding: 15px 0 0;
  font-size: 1.8rem;
}
#tickets .tickets_inner .box_title03 h4 {
  margin: 30px 0 10px;
  background: #f67d25;
  border: #f67d25 3px solid;
}
#tickets .tickets_inner .box_title03 h4 span:nth-of-type(1) {
  width: 100%;
  padding: 1.5%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
#tickets .tickets_inner .box_title03 h4 span:nth-of-type(2) {
  width: 100%;
  padding: 2% 4%;
  background: #fff;
  color: #f67d25;
  display: block;
  font-size: 1.8rem;
}
#tickets .tickets_inner .box_title03 h4 span:nth-of-type(2) strong {
  color: #e71a1a;
}
#tickets .tickets_inner .box_title03 dl {
  padding: 20px 0 0;
  line-height: 1.2;
}
#tickets .tickets_inner .box_title03 dl dt {
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#tickets .tickets_inner .box_title03 dl dd {
  padding: 15px 0 0;
  font-size: 1.8rem;
}
#tickets .tickets_inner_head ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
#tickets .tickets_inner_head ul li {
  padding: 5px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
#tickets .tickets_inner_box {
  padding: 40px 0 20px;
  line-height: 1.8;
}
#tickets .tickets_inner_box h5 {
  padding: 0 0 5px;
  border-bottom: #ccecde 2px solid;
  font-size: 2rem;
  font-weight: bold;
  color: #00a159;
}
#tickets .tickets_inner_box h6 {
  margin: 20px 0 0;
  font-size: 2rem;
  font-weight: bold;
}
#tickets .tickets_inner_box dl {
  padding: 20px 0;
}
#tickets .tickets_inner_box dl dt {
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#tickets .tickets_inner_box dl dd span {
  font-weight: bold;
}
#tickets .tickets_inner_box .flow h5 {
  margin-bottom: 120px;
}
#tickets .tickets_inner_box .flow h6 {
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
#tickets .tickets_inner_box .flow p:not(:first-of-type) {
  margin-top: 10px;
  font-size: 1.4rem;
}
#tickets .tickets_inner_box .flow li {
  text-indent: -1em;
  padding-left: 1em;
}
#tickets .tickets_inner_box .flow li:not(:first-of-type) {
  padding-top: 5px;
}
#tickets .tickets_inner_box .app {
  padding: 40px 0;
}
#tickets .tickets_inner_box .app p a {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  background: #ff8686;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 50px;
  display: block;
  text-decoration: none;
}

.pic01 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  margin: 50px 0;
  padding-top: 30%;
  background: url(../images/tickets/pic01.png) no-repeat center top;
  background-size: contain;
}

.pic02 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  margin-top: 20px;
  padding-top: 28%;
  background: url(../images/tickets/pic02.png) no-repeat center top;
  background-size: contain;
}

.pic03 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  margin-bottom: 30px;
  padding-top: 23.8%;
  background: url(../images/tickets/pic03.png) no-repeat center top;
  background-size: contain;
}

.tickets_inner_list {
  margin-bottom: 30px;
  overflow: auto;
}
.tickets_inner_list h4 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.tickets_inner_list h4 small {
  font-size: 80%;
}
.tickets_inner_list .ticket-free {
  width: 100%;
  min-width: 900px;
}
.tickets_inner_list .ticket-free tr:nth-of-type(1) td.category {
  width: 3%;
  background: #22a714;
}
.tickets_inner_list .ticket-free tr:nth-of-type(1) td.category img {
  max-width: 35px;
}
.tickets_inner_list .ticket-free tr:nth-of-type(7) td.category {
  background: #31ccb7;
}
.tickets_inner_list .ticket-free tr:nth-of-type(7) td.category img {
  max-width: 65px;
}
.tickets_inner_list .ticket-free tr:nth-of-type(9) td.category {
  background: #f67d25;
}
.tickets_inner_list .ticket-free tr:nth-of-type(9) td.category img {
  max-width: 43px;
}
.tickets_inner_list .ticket-free tr.electronic td {
  background: #fff6f9;
}
.tickets_inner_list .ticket-free tr.paper td {
  background: #f1fbfa;
}
.tickets_inner_list .ticket-free tr.store td {
  background: #fef7f2;
}
.tickets_inner_list .ticket-free tr.free td {
  background: #f5fbf4;
  border: #fff 3px solid;
}
.tickets_inner_list .ticket-free td {
  border: #fff 3px solid;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center;
  width: 10%;
}
.tickets_inner_list .ticket-free td small {
  font-size: 90%;
  margin-top: 3px;
  display: block;
}
.tickets_inner_list .ticket-free td:nth-of-type(5) {
  width: 15%;
}
.tickets_inner_list .ticket-free td:nth-of-type(6) {
  width: 15%;
}
.tickets_inner_list .ticket-free td.align_left {
  text-align: left;
}
.tickets_inner_list .ticket-free td.category {
  color: #fff;
  font-weight: bold;
}

.tickets_inner_notice dl dt {
  margin-bottom: 7px;
  font-weight: bold;
}
.tickets_inner_notice dl dd {
  padding: 3px 0;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #tickets h3 {
    height: 0;
    margin-top: 1.5%;
    margin-bottom: 4%;
    padding-top: 4.61538%;
    background-position: 2% 0;
    background-size: contain;
  }
  #tickets .tickets_inner {
    padding: 3.5%;
    font-size: 1.6rem;
  }
  #tickets .tickets_inner table.combi td {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner table.combi .combi-body .combi-body-tit {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .guide-head {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .guide-link {
    width: 900px;
    font-size: 1.4rem !important;
  }
  .guide-link-tit {
    font-size: 1.2rem !important;
  }
  .guide-table {
    width: 900px;
  }
  .guide-table th {
    font-size: 1.2rem !important;
  }
  .guide-table td {
    font-size: 1.4rem !important;
  }
  .ticket-table {
    width: 900px;
  }
  .ticket-table th {
    font-size: 1.2rem !important;
  }
  .ticket-table td {
    font-size: 1.4rem !important;
    padding: 1% !important;
  }
  .ticket-table.notice td {
    padding: 2% 3% !important;
  }
  .ticket-free td {
    padding: 1% !important;
    font-size: 1.4rem !important;
  }
  .tickets_inner_list {
    margin-bottom: 20px;
  }
  .tickets_inner_list h4 {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  .tickets_inner_list table td {
    padding: 12px 8px;
    font-size: 1.4rem;
  }
  .tickets_inner_list table td.category {
    font-size: 2rem;
  }
  .tickets_inner_notice dl dt {
    font-size: 1.5rem;
  }
  small.notice {
    font-size: 1.2rem !important;
  }
  .pic01 {
    margin: 20px 0;
    padding-top: 42.8571428571%;
  }
  .pic02 {
    padding-top: 28.5714285714%;
  }
  .pic03 {
    padding-top: 25.7142857143%;
  }
  #tickets .tickets_inner {
    padding: 3.5%;
    font-size: 1.4rem;
  }
  #tickets .tickets_inner_head h4 {
    padding: 10px 0;
  }
  #tickets .tickets_inner_head ul {
    margin-bottom: 20px;
  }
  #tickets .tickets_inner_head ul li {
    font-size: 1.5rem;
  }
  #tickets .tickets_inner_box {
    padding: 30px 0 0;
  }
  #tickets .tickets_inner small {
    font-size: 1.2rem;
  }
  #tickets .tickets_inner .box01 {
    padding: 15px;
  }
  #tickets .tickets_inner .box01 .point {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box01 .point::before {
    width: 44px;
    height: 29px;
    margin-right: 5px;
  }
  #tickets .tickets_inner .box01 h5 {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box01 h6 {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box01 p {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box01 table th, #tickets .tickets_inner .box01 table td {
    border: #fff 3px solid;
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box02 p.red {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box02 p.red small {
    font-size: 1.2rem;
  }
  #tickets .tickets_inner .box03 p {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box03 h6 {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box03 table {
    max-width: 600px;
    width: 100%;
  }
  #tickets .tickets_inner .box03 table th, #tickets .tickets_inner .box03 table td {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .way {
    margin-bottom: 30px;
  }
  #tickets .tickets_inner .way ul li {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .way ul li:not(:first-of-type) {
    margin-top: 5px;
  }
  #tickets .tickets_inner .way p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #tickets .tickets_inner .way dl {
    padding: 30px 0 5px;
    font-size: 1.3rem;
  }
  #tickets .tickets_inner .box_title01 {
    padding: 20px 0 0;
  }
  #tickets .tickets_inner .box_title01 h4 span {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box_title01 ul {
    padding-bottom: 20px;
  }
  #tickets .tickets_inner .box_title01 p, #tickets .tickets_inner .box_title01 ul {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box_title02 h4 {
    border: #31ccb7 2px solid;
  }
  #tickets .tickets_inner .box_title02 h4 span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box_title02 h4 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box_title02 dl {
    padding: 20px 0 0;
    line-height: 1.2;
  }
  #tickets .tickets_inner .box_title02 dl dt {
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #tickets .tickets_inner .box_title02 dl dd {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box_title03 h4 {
    border: #f67d25 2px solid;
  }
  #tickets .tickets_inner .box_title03 h4 span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box_title03 h4 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box_title03 dl {
    padding: 20px 0 0;
    line-height: 1.2;
  }
  #tickets .tickets_inner .box_title03 dl dt {
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #tickets .tickets_inner .box_title03 dl dd {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
  #tickets .tickets_inner_box h5 {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner_box dl dt {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner_box dl dd {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner_box .flow h6 {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner_box .flow ul {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner_box .flow dl dt {
    font-size: 1.2rem;
  }
  #tickets .tickets_inner_box .flow dl dd {
    font-size: 1.2rem;
  }
  #tickets .tickets_inner_box .flow p.ex {
    font-size: 1.3rem;
  }
  #tickets .tickets_inner_box .app {
    padding: 40px 0 30px;
  }
  #tickets .tickets_inner_box .app p a {
    font-size: 3vw;
  }
}/*# sourceMappingURL=tickets.css.map */