@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : ticket.css
Description : チケット
===================================================================== */
/* =====================================================================
    ticket
======================================================================*/
.ticket {
  padding: 15rem 0 50rem;
}

.group {
  padding-bottom: 16rem;
}
.group:last-child {
  padding-bottom: 0;
}

.sub_ttl {
  margin-bottom: 8rem;
}

.ticket_box {
  position: relative;
  margin: 0 auto 8rem;
  width: calc(640 / 680 * 100%);
  border-radius: 3.2rem;
  overflow: hidden;
}
.ticket_box:last-child {
  margin-bottom: 0;
}
.ticket_box h3 {
  padding: 8rem 9.375% 14rem;
  font-size: 113%;
  font-weight: 700;
  line-height: 1.47;
  color: #d93627;
  background: #000 url(../images/common/img_film_side.jpg) repeat-x center bottom/auto 6.8rem;
}
.ticket_box_inner {
  padding: 8rem 9.375%;
  background-color: #fff;
}
.ticket_box figure {
  margin: -18rem auto 6.4rem;
  width: 76.9230769231%;
  /*img {
      border-radius: 3.2rem;
  }*/
}
.ticket_box ul li:not(:last-child) {
  margin-bottom: 4rem;
}
.ticket_box ul li.ticket_box_price {
  border-bottom: 0.3rem dotted #d93627;
}
.ticket_box ul li.ticket_box_price dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
.ticket_box ul li.ticket_box_price dl dt {
  position: relative;
  flex-shrink: 0;
  padding-right: 1em;
  width: 50%;
  color: #bf3326;
}
.ticket_box ul li.ticket_box_price dl dt::after {
  content: "…";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #d93627;
}
.ticket_box ul li.ticket_box_price dl dd {
  padding-left: 1em;
}
.ticket_box ul li.ticket_box_price dl small {
  font-size: 66%;
}
.ticket_box ul li p {
  line-height: 1.666;
}
.ticket_box ul li.btn1 a:not(:last-child) {
  margin-right: 2em;
}

@media screen and (min-width: 768px) {
  .sub_ttl {
    margin: 0 auto 4rem;
    width: calc(500 / 1200 * 100%);
    min-width: 400px;
  }
  .ticket_box {
    margin: 0 auto 4rem;
    width: 100%;
    max-width: 880px;
  }
  .ticket_box h3 {
    padding: 3rem 9.0909090909% 5rem;
    font-size: 120%;
    background-size: auto 5.1rem;
  }
  .ticket_box_inner {
    display: flex;
    justify-content: center;
    padding: 5rem 9.0909090909% 8rem;
  }
  .ticket_box_inner figure {
    margin: 0 2.7777777778% 0 0;
    flex-shrink: 0;
    width: 27.7777777778%;
  }
  .ticket_box_inner ul {
    width: 100%;
  }
  .ticket_box_inner ul li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .ticket_box_inner ul li.ticket_box_price dl {
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }
  .ticket_box_inner ul li.ticket_box_price dl dt {
    width: auto;
    min-width: 9em;
  }
  .ticket_box_inner ul li p {
    font-size: 88%;
  }
}
/* =====================================================================
    fee
======================================================================*/
.fee_table {
  margin-bottom: 1.5em;
  border-radius: 3.2rem;
  overflow: hidden;
}
.fee_table dl {
  display: flex;
  text-align: center;
  font-weight: 700;
  border-bottom: 0.2rem solid #f2a324;
}
.fee_table dl > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 0;
  width: 50%;
  line-height: 1.25;
  background-color: #fff;
  border-right: 0.3rem dotted #f2a324;
}
.fee_table dl > *:last-child {
  border-right: 0;
}
.fee_table dl > * small {
  font-size: 75%;
}
.fee_table dl dt {
  font-size: 3.2rem;
  color: #bf3326;
}
.fee_table dl dd {
  font-size: 3.2rem;
  letter-spacing: 0.075em;
}
.fee_table_head > * {
  padding: 3rem 0 !important;
}

.notice {
  font-size: 2.4rem;
  line-height: 1.666;
}
.notice li {
  position: relative;
  padding-left: 1.2em;
}
.notice li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.notice li a {
  display: inline;
  text-decoration: underline;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .fee_box {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
  }
  .fee_table dl > * {
    padding: 4rem 0;
  }
  .fee_table dl dt {
    font-size: 133%;
  }
  .fee_table dl dd {
    font-size: 133%;
  }
  .notice {
    font-size: 88%;
    line-height: 1.714;
  }
}
/* =====================================================================
    guide
======================================================================*/
.guide_list > li {
  margin-bottom: 4rem;
  padding: 6rem 0;
  background-color: #fff;
  border-radius: 3.2rem;
}
.guide_list > li:last-child {
  margin-bottom: 0;
}
.guide_list > li h3 {
  padding-bottom: 3rem;
  border-bottom: 0.3rem dotted #f2a324;
}
.guide_list > li h3 img {
  margin: auto;
  width: auto;
  height: 4.9rem;
}
.guide_list_inner {
  line-height: 1.333;
}
.guide_list_inner dl {
  text-align: center;
  padding: 2.5rem calc(60 / 680 * 100%);
  border-bottom: 0.3rem dotted #f2a324;
}
.guide_list_inner dl:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .guide_list_inner dl:last-child {
    padding-bottom: 0;
  }
}
.guide_list_inner dl a {
  display: inline;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .guide_list {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .guide_list > li {
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 0.3rem solid #f2a324;
  }
  .guide_list > li h3 {
    display: grid;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 34.0909090909%;
    border-bottom: 0;
    border-right: 0.3rem solid #f2a324;
  }
  .guide_list > li h3 img {
    max-height: 30px;
  }
  .guide_list_inner {
    width: 65.9090909091%;
    line-height: 1.555;
  }
  .guide_list_inner dl {
    text-align: left;
    padding: 25px 6.8965517241%;
  }
  .guide_list_inner dl > *:not(:last-child) {
    margin-bottom: 0.3em;
  }
  .guide_list_inner dl a:hover {
    color: #bf3326;
  }
}/*# sourceMappingURL=ticket.css.map */