@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : ticket.css
Description : チケットページ
===================================================================== */
/* =====================================================================
    ticket  
======================================================================*/
@media screen and (max-width: 767px) {
  #main > section:nth-of-type(2) .sub_ttl::before {
    color: #fff280;
  }
  #main > section:nth-of-type(2) .sub_ttl span {
    color: #628c38;
  }
}

.ticket {
  padding-bottom: 6rem;
}

.circle_anime_2 {
  bottom: 45rem;
}

.box1 {
  margin-bottom: 6rem;
  background-color: #fff;
  border-radius: 3.2rem;
  overflow: hidden;
}

.box1 h3 {
  padding: 3rem 6.5rem;
  font-weight: 700;
  line-height: 1.833;
  color: #ffe600;
  background: #ff72a3;
}

.box1_inner {
  padding: 6.5rem;
}

.box1 figure {
  margin: 0 auto 6.4rem;
  width: 40rem;
}

.box1 figure img {
  border-radius: 3.2rem;
  overflow: hidden;
}

.box1 ul li:not(:last-child) {
  margin-bottom: 2.5em;
}

.box1 ul li.box1_price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  font-weight: 700;
  border-bottom: 1px dashed;
}

.box1 ul li.box1_price dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.box1 ul li.box1_price dl dt {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17rem;
  color: #ff72a3;
}

.box1 ul li.box1_price dl dt::after {
  content: ':';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #628c38;
}

.box1 ul li p {
  line-height: 1.833;
}

.box1 ul li.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box1 ul li.btn1 a:not(:last-child) {
  margin-right: 2em;
}

@media screen and (min-width: 768px) {
  .circle_anime_2 {
    bottom: 37.5rem;
  }
  .box1 {
    margin-left: auto;
    margin-right: auto;
    width: 88rem;
  }
  .box1 h3 {
    padding: 4rem 8rem;
    width: 100%;
    text-align: center;
  }
  .box1_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem 8rem 8rem;
  }
  .box1_inner figure {
    margin: 0 2.4rem 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20rem;
  }
  .box1_inner figure img {
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .box1_inner ul {
    width: 100%;
  }
  .box1_inner ul li.box1_price dl {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
  .box1_inner ul li.box1_price dl dt {
    width: 14rem;
  }
}

/* =====================================================================
    fee
======================================================================*/
.fee {
  padding-bottom: 9rem;
}

.circle_anime_3 {
  top: -22.8rem;
}

.table1 {
  margin: 0 auto 1.5em;
  width: 64rem;
  border-radius: 2.4rem;
  overflow: hidden;
}

.table1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 700;
}

.table1 dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.1rem;
  padding: 4rem 0;
  width: calc(100% / 3);
  line-height: 1.25;
  background-color: #fff;
}

.table1 dl dt {
  color: #ff72a3;
}

.table1_head > * {
  padding: 2rem 0 !important;
}

.notice {
  margin: 0 auto;
  width: 64rem;
  font-size: 2rem;
  line-height: 2;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .circle_anime_3 {
    top: -103.4rem;
  }
  .table1 {
    width: 88rem;
    border-radius: 3.2rem;
  }
  .table1 dl > * {
    width: calc(100% / 3);
  }
  .table1_head > * {
    padding: 2rem 0 !important;
  }
  .notice {
    width: 88rem;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

/* =====================================================================
    guide
======================================================================*/
.guide {
  padding-bottom: 12rem;
}

.guide h4 {
  text-align: center;
  color: #ff72a3;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin: 0 auto 3rem;
}

.guide h4 span {
  color: #ffffff;
}

.table2 > li {
  margin-bottom: 1.6rem;
  padding: 6rem 0;
  background-color: #fff;
  border-radius: 2.4rem;
  overflow: hidden;
}

.table2 > li h3 {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed;
}

.table2 > li h3 img {
  margin: auto;
  width: auto;
  height: 4.9rem;
}

.table2 > li ul li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.416;
  border-bottom: 1px dashed;
}

@media screen and (max-width: 767px) {
  .table2 > li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.table2 > li ul li a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .table2 {
    margin: 0 auto;
    width: 88rem;
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .table2 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: initial;
  }
  .table2 > li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.1rem;
    padding: 3.5rem 0;
    width: 29.8rem;
    background-color: #fff;
    border-bottom: 0;
  }
  .table2 > li h3 img {
    height: 3.4rem;
  }
  .table2 > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.1rem;
    background-color: #fff;
  }
  .table2 > li ul li {
    margin-bottom: 0;
    padding: 3rem 4rem;
    width: 58rem;
    text-align: left;
  }
  .table2 > li ul li:last-child {
    border-bottom: 0;
  }
  .table2 > li ul li a:hover {
    color: #ff72a3;
  }
}
/*# sourceMappingURL=ticket.css.map */