@charset "UTF-8";


.ch-soldout{
    font-weight: 600;
    font-size:4rem;
    color: #ff0000;
    text-align: center;
}
.ch-attention{
    margin-top: 40px;
    font-weight: 600;
    font-size: 3rem;
    color: #ff0000;
    font-family: 'Noto Sans JP', sans-serif; 
    text-align: center;
}

.blink-red {
    animation: blinkAnime1 1.5s infinite alternate;
}
@keyframes blinkAnime1{
    0% { color: #ff0000 }
    50% { color: #fff }
    100% { color: #ff0000 }
}

.pink-txt{
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.7rem;
    color: deeppink;
    text-align: center;
}


.ticket-tokutenkai{
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    border: 3px solid #ff0000;
}

.ch-tokutenkai{
    margin-top: 10px;
    font-weight: 600;
    font-size: 3rem;
    color: #ff0000;
    font-family: 'Noto Sans JP', sans-serif; 
    text-align: center;
}


.head-anchor-txt{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ff0000;
    text-align: center;
    line-height: 1.5;
}
.head-anchor-txt a{
    text-decoration: underline;
}
.head-anchor-txt a:hover{
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    
}


.buppan-list{
    
}
.buppan-list table.buppan-info{
    font-family: 'Noto Sans JP', sans-serif; 
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border: 3px solid #aaa;
}
table.buppan-info tr:nth-child(1),
table.buppan-info tr:nth-child(3),
table.buppan-info tr:nth-child(5),
table.buppan-info tr:nth-child(7),
table.buppan-info tr:nth-child(9),
table.buppan-info tr:nth-child(11){
    background: #f0f0f0;
}
table.buppan-info td{
    padding: 10px 5px;
    min-width: 20%;
    border: 1px solid #aaa;
}

.buppan-qa{
    
}

.buppan-announce{
    border: 2px solid #c4171f;
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px;
    margin-bottom: 30px;
}

.buppan-link-txt{
    position: relative;
    z-index: 10;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    display: block;
}
.buppan-link-txt a{
    display: block;
    text-decoration: underline;
}
.buppan-link-txt a:hover{
    text-decoration: none;
}




.buppan-list .thumb {
    margin-bottom: 50px; }
.buppan-list .thumb figure {
    display: block;
    border: 1px solid #333;
    overflow: hidden; }
.buppan-list .thumb img {
    display: block;
    width: 100%;
    max-width: 400px; }
.buppan-list a:hover img {
    opacity: 0.8;
    transform: rotate(0) scale(0.3);
    transform: rotate(0deg) scale(1.2);
    transition: all 0.6s cubic-bezier(0.88, 0.006, 0.09, 0.99); }
.buppan-list h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif; }
.buppan-list h3 span {
    font-size: 1.4rem; }



@media screen and (max-width: 640px) {
    .buppan-list .thumb {
        margin-bottom: 30px; }
    .buppan-list .thumb img {
        width: 100%;
        margin: 0 auto;
    }
    .buppan-list h3 {
        color: #111;
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        margin: 0;
        margin-top: 10px;
        font-family: 'Montserrat', sans-serif; } 
}



/*--------------------
timetable
--------------------*/

.timetable-wrap{
    padding: 30px 0;
    min-height: 300px; 
}
.tt-img{
    margin: 20px 0;
}
.tt-img img{
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.ch-timetable-head {
    font-size: 3.5rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center; 
}




/*--------------------
Page - faq
--------------------*/
.qa-content-inner {
    position: relative;
    padding-top: 0px; 
}

section#top-faq {
    position: relative;
    padding: 100px 0 50px;
    margin-top: -100px; }

@media screen and (max-width: 767px) {
    section#top-faq {
        position: relative;
        padding: 40px 0;
        margin-top: -40px; } 
}
.qa-content {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    color: #111;
}

.centerplease {
    margin: 10px auto;
    max-width: 400px;
    font-size: 40px; }

/*Question*/
.question {
    position: relative;
    background: #f0f0f0;
    margin: 0;
    padding: 15px 15px 15px 50px;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    border-radius: 4px;
    cursor: pointer; }
.question span {
    color: #c4171f;
    margin-right: 0.5em; 
}
.question:hover{
    background: #c4171f;
    color: #fff;
}
.question:hover span{
    color: #fff;
}
.answer-img {
    display: block;
    width: 100%;
    max-width: 90px; }

/*Answer*/
.answers {
    padding: 0px 15px;
    margin: 0 0 10px;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    color: #111;
    background: #fff;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    font-family: 'Noto Sans JP', sans-serif; 
}
.answers p {
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 600; 
}

.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px 45px 15px 15px; }

/*FAQ Toggle*/
.plus {
    position: absolute;
    margin-left: 10px;
    margin-top: 11px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease; 
}

.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.questions {
    display: none; 
}

.section-head{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}


.link-haishin-head{
    background: #c4171f;
    color: #fff;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.link-haishin{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.025em;
}
.link-haishin span{
    font-size: 1.3rem;
}
.link-haishin a{
    color: #ff0000;
    text-decoration:underline;
}
.link-haishin a:hover{
    color: #c4171f;
    text-decoration:none;
}
.haishin-bd-txt{
    border: 1px solid #dcdcdc;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
