
.heading-h1{
}
#premiumonstage{
    margin-bottom: 50px;
}
.premiumonstage_wrap{
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}

/*20230406 add_shimada*/
.premiumonstage_wrap video{
    width: 100%;
    height: auto;
}

.premiumonstage_h2{
    font-size: 24px;
}

.premiumonstage_h2,
.premiumonstage_h3{
    text-align: center;
}
.premiumonstage_h3.text-left,
.premiumonstage_h2.text-left{
    text-align: left !important;
}
.table-fest > tbody > tr > th,
.table-fest > tbody > tr > td{
    font-size: 18px;
    padding: 1em 0;
    line-height: 1.8;
    font-feature-settings: "palt";
    word-break: break-all;
}

.table_members > tbody > tr > th,
.table_members > tbody > tr > td{
    font-size: 16px;
}

.end_event{
    color: #26193a;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    background-color: #d6a4ea;
    padding: 10px; 
}

@media (max-width:767px) {
    
    .premiumonstage_h2{
        font-size: 22px;
    }

    .table-fest > tbody > tr > th,
    .table-fest > tbody > tr > td,
    .table_members > tbody > tr > th,
    .table_members > tbody > tr > td{
        font-size: 16px;
    }
}

.table-fest > tbody > tr > th,
.table_members > tbody > tr > th{
    vertical-align: top;
    padding-right: 2em;
    white-space: nowrap;
}

.table_members > tbody > tr > th {
    white-space: normal;
}


@media (max-width:767px) {
    .table-fest > tbody > tr > th{
        vertical-align: top;
        padding-right: 0;
        white-space:nowrap;
        display: block;
        padding-bottom: 0;
    }
    .table-fest > tbody > tr > td{
        padding-top: 0;
        display: block;
    }
    .table-fest ,
    .table-fest > tbody ,
    .table-fest > tbody > tr > th,
    .table-fest > tbody > tr > td {
        display: block;
    }
}
.premiumonstage_lead{
    margin-bottom: 40px;
    font-size: 21px;
    font-family: "palt";
}

.premiumonstage_stage{
    margin-bottom: 40px;
    font-size: 21px;
}

.premiumonstage_bold{
    font-weight: bold;
}

@media (max-width:767px) {
    .premiumonstage_lead{
        margin-bottom: 20px;
        font-size: 18px;
    }

    .premiumonstage_stage{
        margin: 30px 0 40px 0;
        font-size: 18px;
    }
}
.table-fest a{
    text-decoration: underline;
}

.table-fest a .vertical_top{
    vertical-align: top;
    font-size: 10px;
}

.premiumonstage_btn_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.premiumonstage_btn_wrap p{
    margin-top: 1em;
}
@media (max-width:767px) {
    .premiumonstage_btn_wrap{
    margin-top: 10px;
}
p.contact_wrap {
    margin-top: 40px;
}
}
.premiumonstage_btn,
.premiumonstage_btn_inactive {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
    width: 540px;
    height: auto;
    background-color: #aaa;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: 2px solid #aaa;
    max-width: 100%;
    transition: 0.4s;
    line-height: 1.3;
}

a.premiumonstage_btn{
    background-color: #4b1e78;
    border: 2px solid #4b1e78;
    text-decoration: none;
}
a.premiumonstage_btn:after{
    transition: all .4s ease;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
}
a.premiumonstage_btn:hover:after{
    border-top: solid 2px #4b1e78;
    border-right: solid 2px #4b1e78;
}
@media (max-width:767px) {
    .premiumonstage_btn{
        line-height: 1.3;
    }
}
a.premiumonstage_btn:hover,
a.premiumonstage_btn:focus{
    background-color: #fff;
    color: #4b1e78;
}




/*-- 非アクティブ --*/
.premiumonstage_btn_inactive {
    background-color: #b7b7b7;
    color: #333;
    border: 2px solid #b7b7b7;
}
@media (max-width:767px) {
    .premiumonstage_btn_inactive{
        font-size: 14px;
        line-height: 1.3;
    }
}


.table-notes td{
    vertical-align: top;
    font-size: 85%;
}
@media (max-width:767px) {
    .table-notes td{
        display: inline;
    }
}

.table-schedule{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.table-schedule thead td,
.table-schedule thead th{
    background-color: #4b1e78;
    color: #fff;
}

.table-schedule td,
.table-schedule th
{
    padding: 0.25em 0.5em;
    text-align: center;

    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.text-notice{
    font-size: 16px;
    color: #dd0000;
    text-align: center;
    font-weight: bold;
}
@media (max-width:767px) {
    .text-notice{
        font-size: 14px;
    }
}

.text-cancell{
    text-decoration: line-through;
}

.d-flex{
    display: flex;
}
.jc-center{
    justify-content: center;
}
.padding-left{
    padding-left: 1em;
}
.mb-0{
    margin-bottom: 0;
}

.pict-kaijou{
    display: flex;
    margin-top: 20px;
}

.pict-stage {
    display: flex;
    margin: 30px 0 80px;
}

@media (max-width:767px) {
    .pict-kaijou{
        margin-top: 0;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .pict-stage{
        margin: 30px 0 40px;
    }
    .pict-stage img {
    max-width: 200px;
}

}
.pict-kaijou-item,
.pict-stage-item{
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 10px;
}
@media (max-width:767px) {
    .pict-kaijou-item,
    .pict-stage-item{
        padding-left: 0;
        padding-right: 0;
    }

    .pict-stage-item img {
        max-width: 200px;
    }
}
.pict-kaijou-item figcaption{
    margin-top: 15px;
}
.pict-kaijou-item img {
    max-width: 100%;
}


.pict-stage-right{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}
@media (max-width:767px) {
    .pict-stage-right{
        padding-left: 0;
        padding-right: 0;
    }
}

.premiumonstage_detail {
    font-size: 17px;
}

.premiumonstage_detail_bottom {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 30px;
}
@media (max-width:900px) {
    .premiumonstage_detail_bottom{
        position: relative;
    }
}

th.comments {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.text-underline {
    text-decoration: underline;
}

.premiumonstage_add_wrap{
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.text_infomation {
    font-size:12px;
}

.text_inquiry {
    display: flex;
    justify-content: center;
}

p.contact_wrap {
    background-color: #eeeeee;
    padding: 20px 40px;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}