@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 .point {
  margin-top: 20px;
  color: #19bc15;
  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 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: #44c7f3;
  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: #44c7f3;
  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: #44c7f3;
  border: #44c7f3 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: #3ebae3;
  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: #57d221;
  border: #57d221 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: #19bc15;
  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_head h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e57ea8;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#tickets .tickets_inner_head h4 span {
  padding-left: 10px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#tickets .tickets_inner_head ul:not(:first-of-type) {
  margin-top: 20px;
}
#tickets .tickets_inner_head ul li {
  padding: 5px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
#tickets .tickets_inner_head small {
  font-size: 1.6rem;
}
#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;
}

/* ---------------------------------
 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) {
  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 li {
    font-size: 1.4rem;
  }
  #tickets .tickets_inner_box {
    padding: 30px 0 0;
  }
  #tickets .tickets_inner small {
    font-size: 1.2rem;
  }
  #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 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: #44c7f3 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: #57d221 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 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 */