@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
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 tr:nth-of-type(1) th,
#tickets .tickets_inner .box03 table tr:nth-of-type(1) td {
  background: #da467e;
  color: #fff;
}
#tickets .tickets_inner .box03 table th, #tickets .tickets_inner .box03 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 .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: #da467e;
  border: #da467e 3px solid;
}
#tickets .tickets_inner .box_title01 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_title01 h4 span:nth-of-type(2) {
  width: 100%;
  padding: 2% 4%;
  background: #fff;
  color: #da467e;
  display: block;
  font-size: 1.8rem;
}
#tickets .tickets_inner .box_title01 dl {
  padding: 20px 0 0;
  line-height: 1.2;
}
#tickets .tickets_inner .box_title01 dl dt {
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#tickets .tickets_inner .box_title01 dl dd {
  padding: 15px 0 0;
  font-size: 1.8rem;
}
#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-bottom: 30px;
}
#tickets .tickets_inner_head ul li {
  padding: 5px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
  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 table {
  width: 100%;
  min-width: 900px;
}
.tickets_inner_list table tr:nth-of-type(1) td.category {
  background: #da467e;
}
.tickets_inner_list table tr:nth-of-type(1) td.category img {
  max-width: 35px;
}
.tickets_inner_list table tr:nth-of-type(7) td.category {
  background: #31ccb7;
}
.tickets_inner_list table tr:nth-of-type(7) td.category img {
  max-width: 65px;
}
.tickets_inner_list table tr:nth-of-type(9) td.category {
  background: #f67d25;
}
.tickets_inner_list table tr:nth-of-type(9) td.category img {
  max-width: 43px;
}
.tickets_inner_list table tr.electronic td {
  background: #fff6f9;
}
.tickets_inner_list table tr.paper td {
  background: #f1fbfa;
}
.tickets_inner_list table tr.store td {
  background: #fef7f2;
}
.tickets_inner_list table tr.free td {
  background: #f5fbf4;
  border: #fff 3px solid;
}
.tickets_inner_list table tr.free td.category {
  width: 3%;
  background: #22a714;
}
.tickets_inner_list table td {
  border: #fff 3px solid;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center;
  width: 10%;
}
.tickets_inner_list table td small {
  font-size: 90%;
  margin-top: 3px;
  display: block;
}
.tickets_inner_list table td:nth-of-type(5) {
  width: 15%;
}
.tickets_inner_list table td:nth-of-type(6) {
  width: 15%;
}
.tickets_inner_list table td.align_left {
  text-align: left;
}
.tickets_inner_list table 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) {
  .tickets_inner_list {
    margin-bottom: 20px;
  }
  .tickets_inner_list h4 {
    margin-bottom: 7px;
    font-size: 2.2rem;
  }
  .tickets_inner_list table td {
    padding: 12px 8px;
    font-size: 1.4rem;
  }
  .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;
    font-size: 1.8rem;
  }
  #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: 40px 0 0;
  }
  #tickets .tickets_inner .box_title01 h4 {
    border: #da467e 2px solid;
  }
  #tickets .tickets_inner .box_title01 h4 span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box_title01 h4 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner .box_title01 dl dt {
    font-size: 1.6rem;
  }
  #tickets .tickets_inner .box_title01 dl dd {
    font-size: 1.6rem;
  }
  #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 */