.ticket-title-area-bg {
    height: 70vh;
}
@media screen and (max-width: 1130px) {
    .ticket-title-area-bg {
        height: 58vw;
    }
}
@media screen and (max-width: 979px) {
    .ticket-title-area-bg {
        height: 62vw;
    }
}
@media screen and (max-width: 580px) {
    .ticket-title-area-bg {
        height: 102vw;
    }
}
.ticket-title-area {
    display: block;
  max-width: 1126px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  left: 0;
}
.ticket-title-back {
    background: url(img/main-visual.png) center center /contain no-repeat;
}
@media screen and (max-width: 979px) {
    .ticket-title-back {
        background: url(img/main-visual.png) center bottom /contain no-repeat;
        padding-top: 80px;
    }
}
@media screen and (max-width: 580px) {
    .ticket-title-back {
        background: url(img/sp-main-visual.png) center bottom /contain no-repeat;
        padding-top: 80px;
    }
}
.bp {
    display: inline-block;
}
.txt-al {
    text-align: center!important;
}
h1.ticket-top-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 40px;
    position: relative;
}
@media screen and (min-width: 980px) {
  h1.ticket-top-title {
    font-size: 3.8rem;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
h1.ticket-top-title::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 20px;
  border-bottom: 2px solid #0071e3;
}
@media screen and (min-width: 980px) {
  h1.ticket-top-title::after {
    width: 120px;
    border-bottom: 3px solid #0071e3;
  }
}
.bl-col {
    color: #0071e8;
    font-weight: 600;
}
.pk-back {
    background: #ff7bac;
    padding: 20px 30px;
}
.common-area-lead_p {
    margin-bottom: 0px!important;
}
.pk-col {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #FFF;
    font-size: 2.125rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.pk-flex {
    /*max-width: 880px;*/
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.pk-flex-b {
    width: 100%;
}
@media screen and (max-width: 580px) {
    .pk-flex,.pk-flex-b {
        display: block;
    }
}
.pk-flex h3 {
    color: #FFF;
    font-size: 1.625rem;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
   .pk-flex h3 {
        color: #FFF;
        font-size: 1.825rem;
        text-align: center;
        padding: 5px 0;
        margin-bottom: 30px;
    } 
}


.pk-inner {
    width: 100%;
    border-top: solid 1px #FFF;
}
.pk-inner-b {
    width: 100%;
    border-top: solid 1px #FFF;
}
@media screen and (max-width: 580px) {
    .pk-inner {
        width: 100%;
        padding-bottom: 30px;
}
.pk-inner-b {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
}
}
.pk-inner-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pk-inner-table-b {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
    .pk-inner-table {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .pk-inner-table-b {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
}

.pk-icon-a {
    position: absolute;
    content: "";
    width: 80%;
    left: 10%;
    top: -23px;
}
.pk-icon-b {
    position: absolute;
    content: "";
    width: 80%;
    left: 10%;
    top: -23px;
}
@media screen and (max-width: 580px) {
    .pk-icon-a {
    position: absolute;
    content: "";
    width: 60%;
    left: 20%;
    top: -23px;
}
.pk-icon-b {
    position: absolute;
    content: "";
    width: 60%;
    left: 20%;
    top: -23px;
}
}
.pk-icon-a img,.pk-icon-b img {
    width: 100%;
}


.pk-inner-in {
    cursor: pointer;
    width: 28%;
    background: #FFF;
    border-radius: 15px;
    position: relative;
}
.pk-inner-in-b {
    cursor: pointer;
    width: 42%;
    background: #FFF;
    border-radius: 15px;
    position: relative;
}


.pk-inner-in span,
.pk-inner-in-b span {
    position: absolute;
    white-space: nowrap;
    pointer-events: none;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    align-items: center;
    font-size: 1.75rem;
    line-height: 150%;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: left;
}






@media screen and (max-width: 580px) {
    .pk-inner-in {
        width: 100%;
        background: none;
        position: relative;margin-bottom: 30px;
    }
    .pk-inner-in-b {
        width: 100%;
        background: none;
        position: relative;
        position: relative;margin-bottom: 30px;
    }
    .pk-inner-in span,.pk-inner-in-b span {
        font-size: 6vw;
    }
}


@media screen and (max-width: 768px) {
    font-size: 1.5rem;
}
.pk {
    position: relative;
    z-index: 0;
    width: 100%;
    vertical-align: top;
}
.pk img{
    vertical-align: top;
}
.pk:hover {
    opacity: 0.8;
}
.pk:hover {
    opacity: 0.8;
}
/*.pk-inner-in img,.pk-inner-in-b img {
    width: 100%;
    vertical-align: top;
}*/
/*.pk-inner-in img:hover {
    opacity: 0.75;
}*/
.mb50 {
    margin-bottom: 50px!important;
}
@media screen and (max-width: 768px) {
.mb50 {
    margin-bottom: 30px!important;
}
}
.ticket-sub-title {
    font-size: 3rem;
    padding: 10px 0;
    border-bottom: solid 2px #0071e8;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.ticket-sub-title-b {
    font-size: 2.25rem;
    padding: 10px 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}
.ticket-sub-title-b span {
    font-size: 70%;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
.ticket-sub-title {
    font-size: 2.5rem;
}
.ticket-sub-title-b {
    font-size: 2rem;
}
}
.ticket-table-a,
.ticket-table-b {
    width: 100%;
    position: relative;
    border-collapse: collapse;
    border: solid 1px #000;
    position: relative;
}
@media screen and (max-width: 768px) {
    .ticket-table-a,.ticket-table-b {
        width: 840px;
    }
}
.ticket-table-a tr,
.ticket-table-b tr {
    border: solid 1px #000;
}
.ticket-table-bl {
    background: #def1f5;
    width: 25%;
    font-size: 2.225rem;
    padding: 20px 0!important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
.ticket-table-bl-b {
    background: #298be2;
    color: #FFF;
    width: 25%;
    font-size: 2.225rem;
    padding: 20px 0!important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    position: relative;
}
@media screen and (max-width: 768px) {
.ticket-table-bl,.ticket-table-bl-b,.ticket-table-ora{
    font-size: 1.725rem;
}
}
.ticket-table-ora {
    background: #f15a24;
    color: #FFF;
    width: 25%;
    font-size: 2.225rem;
    padding: 20px 0!important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    position: relative;
}
.ticket-table-bl-b span,
.ticket-table-ora span {
    display: block;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    content: "";
    width: 170px;
}
.ticket-table-bl-b span img,
.ticket-table-ora span img {
    width: 100%;
}
.ticket-table-a td,
.ticket-table-b td {
    border-left: solid 1px #000;
    font-size: 2rem;
    padding: 5px 0;
}
@media screen and (max-width: 768px) {
.ticket-table-a td,
.ticket-table-b td {
    font-size: 1.5rem;
}
}
.col-border {
    position: relative;
}
@media screen and (max-width: 786px) {
    .col-border {
        width: 840px;
    }
}
.col-border-inner {
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
    bottom: 0;
}
.bl {
    border: solid 2px #298be2;
    box-sizing: border-box;
    margin-right: 25%;
}
.ora {
    border: solid 2px #f15a24;
    box-sizing: border-box;
}
.ticket-txt {
    position: relative;
    font-size: 1.5rem;
    line-height: 200%;
    margin-left: 15px;
    text-align: left;
}
.ticket-txt::before {
    position: absolute;
    content: "※";
    left: -17px;
}
.red-txt {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    color: red;
    border: solid 2px red;
    font-size: 18px;
    background: #fff33f;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .red-txt {
        font-size: 15px;
        text-align: left;
    }
}
.mb100 {
    margin-bottom: 100px;
}
@media screen and (max-width: 786px) {
.mb100 {
    margin-bottom: 70px;
}
}
.ticket-con {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.ticket-aco {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px;
}
.ticket-aco-title {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer; /* ← アコーディオン用追加 */
    position: relative;
    padding-right: 60px;
    text-align: left;
}
@media screen and (max-width: 768px) {
.ticket-aco-title {
    font-size: 1.725rem;
}
}
.ticket-aco-cont {
    width: 100%;
    position: relative;
    padding: 35px 30px 10px;
    display: none; /* ← アコーディオンとして閉じた状態に */
}
@media screen and (max-width: 768px) {
.ticket-aco-cont {
    width: 100%;
    position: relative;
    padding: 25px 20px 10px;
    display: none; /* ← アコーディオンとして閉じた状態に */
}
}
.ticket-aco-cont::after {
    position: absolute;
    content: "";
    z-index: 0;
    margin-left: 30px;
    left: 49px;
    width: 0;
    border-right: dotted 3px #FFF;
    top: 10%;
    bottom: 15.5%;
}
@media screen and (max-width: 768px) {
.ticket-aco-cont::after {
    margin-left: 20px;
    left: 41px;
    top: 7.5%;
    bottom: 19.5%;
}
}
.ticket-aco-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.ticket-aco-box {
    display: block;
}
}
.ticket-aco-step-outer {
    display: flex;
    align-items: center;
}
.ticket-aco-step {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff33f;
    border-radius: 50%;
    width: 108px;
    aspect-ratio: 1 / 1;
    margin-right: 2vw;
}
.ticket-aco-step img {
    width: 55%;
}
@media screen and (max-width: 768px) {
.ticket-aco-step {
    width: 90px;
    aspect-ratio: 1 / 1;
}
}
.ticket-aco-photo {
    width: auto;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
.ticket-aco-photo {
    width: 80%;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
    height: 40vw;
}
}
.ticket-aco-photo img {
    width: 100%;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
.ticket-aco-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
.ticket-aco-contents {
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
.ticket-aco-contents {
    width: auto;
    margin-left: 21vw;
    display: block;
}
}
.ticket-aco-sub {
    font-size: 2.25rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 150%;
}
.ticket-aco-txt {
    font-size: 1.5rem;
    line-height: 180%;
}
@media screen and (max-width: 768px) {
.ticket-aco-sub {
    font-size: 1.725rem;
}
.ticket-aco-txt {
    font-size: 1.25rem;
    line-height: 180%;
}
}
/* ▼ アコーディオン矢印アイコン */
.ticket-aco-title::after {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: opacity 0.3s ease;
    background-image: url(img/plus.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* ▼ 開いているときの矢印向き */
.ticket-aco.open .ticket-aco-title::after {
    background-image: url(img/minus.png);
}
/* ▼ 開閉アニメーション */
.ticket-aco-cont {
    overflow: hidden;
}
.ticket-aco.rental_page{
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:80px;
}
.ticket-aco.rental_page .ticket-aco-cont{
    display: block;
}
.ticket-aco.rental_page .ticket-aco-title{
    cursor: default;
}
.ticket-aco.rental_page .ticket-aco-title:after{
    display: none;
}

/* ▼ 開いた時にクラス付与される前提
   （jQuery側で .open を付与する場合） */
.ticket-aco.open .ticket-aco-cont {
    display: block;
}

.aco-bl .ticket-aco-title {
    background: #298be2;
    color: #FFF;
}
.aco-bl .ticket-aco-cont {
    background: #29abe2;
}
.aco-bl .ticket-aco-sub {
    color: #fff33f;
}
.aco-bl .ticket-aco-txt {
    color: #FFF;
}

.aco-par .ticket-aco-title {
    background: #be145a;
    color: #FFF;
}
.aco-par .ticket-aco-cont {
    background: #d4145a;
}
.aco-par .ticket-aco-sub {
    color: #fff33f;
}
.aco-par .ticket-aco-txt {
    color: #FFF;
}

.aco-ora .ticket-aco-title {
    background: #fb893b;
    color: #FFF;
}
.aco-ora .ticket-aco-cont {
    background: #fbb03b;
}
.aco-ora .ticket-aco-sub {
    color: #000;
}
.aco-ora .ticket-aco-txt {
    color: #000;
}
.aco-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.aco-flex-inner {
    width: 50%;
    padding: 0 10px 0 0;

    h4 {
        font-size: 1.5rem;
        line-height: 130%;
        color: #FFF;
        border-bottom: solid 1px #FFF;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    p {
        font-size: 1.25rem;
        line-height: 150%;
        color: #FFF;
    }
}
@media screen and (max-width: 768px) {
.aco-flex {
    display: block;
    margin-top: 20px;
}
.aco-flex-inner {
    width: 100%;
    padding: 0 0 20px 0;

    h4 {
        font-size: 1.25rem;

        br {
            display: none;
        }
    }
    p {
        font-size: 1.125rem;
    }
}
}
.aco-flex-inner-b {
    width: 50%;
    padding: 0 10px 0 0;

    h4 {
        font-size: 1.5rem;
        line-height: 130%;
        color: #000;
        border-bottom: solid 1px #FFF;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    p {
        font-size: 1.25rem;
        line-height: 150%;
        color: #000;
    }
}
@media screen and (max-width: 768px) {
.aco-flex-inner-b {
    width: 100%;
    padding: 0 0 20px 0;

    h4 {
        font-size: 1.25rem;

        br {
            display: none;
        }
    }
    p {
        font-size: 1.125rem;
    }
}
}
.l-border {
    border-left: solid 1px #FFF;
    padding-left: 10px!important;
}
@media screen and (max-width: 768px) {
.l-border {
    border-left: none;
    padding-left: 0!important;
}
}
.aco-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 45px;
    background: #FFF;
    border-radius: 25px;
    color: #29abe2;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
}
.aco-link a:hover {
    background: #29abe2;
    border: solid 1px #FFF;
    box-sizing: border-box;
    color: #FFF;
}
.aco-link a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/arrow.png);
    background-position: center center;
}
.aco-link a:hover::before {
    background-image: url(img/arrow-b.png);
}
.ticket-rent a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    background: #FFF;
    border-radius: 25px;
    color: #000;
    font-size: 1.725rem;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ticket-rent a:hover {
    background: #000;
    border: solid 1px #FFF;
    box-sizing: border-box;
    color: #FFF;
}
.ticket-rent a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/arrow-c.png);
    background-position: center center;
}
.ticket-rent a:hover::before {
    background-image: url(img/arrow-b.png);
}

.school-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    background: #FFF;
    border-radius: 50px;
    color: #0071e8;
    border: solid 2px #0071e8;
    box-sizing: border-box;
    font-size: 2.25rem;
    line-height: 130%;
}
.school-link a:hover {
    background: #0071e8;
    border: solid 2px #0071e8;
    box-sizing: border-box;
    color: #FFF;
}
.school-link a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/arrow-d.png);
    background-position: center center;
}
.school-link a:hover::before {
    background-image: url(img/arrow-b.png);
}
@media screen and (max-width: 768px) {
.school-link a {
    height: 50px;
    font-size: 1.75rem;
}
}
.ticket-spac {
    width: 48%;
    padding: 20px 20px 10px;
    text-align: left;
}
@media screen and (max-width: 768px) {
.ticket-spac {
    width: 100%;
    margin-bottom: 20px;
}
}
.ticket-footer {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.ticket-spac h3 {
    font-size: 2rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 20px;
    line-height: 150%;
}
.ticket-spac p {
    font-size: 1.325rem;
    line-height: 150%;
    margin-bottom: 20px;
}
.ticket-spac p span {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}
.ticket-flex {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 980px) {
.ticket-flex {
    margin-top: 50px;
}
}
@media screen and (max-width: 768px) {
.ticket-flex {
    display: block;
    margin-top: 30px;
}
}
.scroll {
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: inherit;
  position: relative;
  padding-bottom: 30px;
  padding-top: 25px;
}
.scroll-b {
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: inherit;
  position: relative;
  padding-bottom: 30px;
}