@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);
.ゴシック {
    font-family: "Noto Sans JP", sans-serif;
}
.明朝 {
    font-family: "Noto Serif JP", serif;
}
/* 会場図表示エリアの設定 */
#svg_contents_area {
    position: relative;
    overflow: hidden;
    padding: 5px;
    background-color: #fff;
    width:100%;
    height:100%;
}
#svg_contents {
    display: none;
}
#svg-wrapper{
    -webkit-text-size-adjust: none;
    touch-action: none;
    width:100%;
    height:100%;
}
#svg_hall_seat .svg-pan-zoom_viewport{
    transform: rotate(0.0001deg);
}

.select_seat_change dl {
    padding: 15px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select_seat_change dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
}
.select_seat_change dd {
    -webkit-box-flex: 3;
    -ms-flex: 3 0 auto;
    flex: 3 0 auto;
}
.select_seat_change dd ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.select_seat_change dd ul li {
    margin-left: 5px;
}
.select_seat_change dd ul a,
.select_seat_change dd ul span {
    display: block;
    width: 80px;
    line-height: 30px;
    font-size: 1.6rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select_seat_change dd ul a.noticket,.select_seat_change dd ul span.noticket{
    background-color: #ccc!important;
    pointer-events: none;
}

#free_seat{
    width: 7em;
    cursor: pointer;
}

.select_seat_body {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.select_seat_body .btn_toggle_sp {
    display: none;
}
.select_seat_body .select_seat_map {
    position: relative;
    width: 350px;
    /*height: 361px;*/
    border: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
}
.select_seat_body .select_seat_map.close_map {
    -webkit-transform-origin: calc(40vw - .5rem) 0.5rem;
    transform-origin: calc(40vw - .5rem) 0.5rem;
}
.select_seat_body .select_seat_map .select_seat_map_inner {
    -webkit-transition: .4s;
    transition: .4s;
}
.select_seat_body .select_seat_map .fade_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.select_seat_body .select_seat_map img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.select_seat_body .select_seat_detail {
    position: relative;
    margin-left: 5px;
    /*width: 630px;*/
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

.select_seat_body .select_seat_detail{
    height: 630px;
}
.select_seat_detail_text {
    line-height: 630px;
    font-size: 2.6rem;
    text-align: center;
    color: #888;
}
.select_seat_body .select_seat_detail button {
    position: absolute;
    right: 1rem;
    width: 3em;
    height: 3em;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 150;
}
.select_seat_body .select_seat_detail button i {
    font-size: 2.6rem;
}
.select_seat_body .select_seat_detail button#scale_up {
    bottom: 4em;
}
.select_seat_body .select_seat_detail button#scale_down {
    bottom: 1rem;
}
.select_seat_body .select_seat_detail svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* SS */
    /* S */
    /* A */
    /* B */
    /* 自由席 */
}
.select_seat_body .select_seat_detail svg .seatkind01 .base_r {
    fill: #95a5ff;
}
.select_seat_body .select_seat_detail svg .seatkind01 .base_c {
    fill: #790181;
}
.select_seat_body .select_seat_detail svg .seatkind02 .base_r {
    fill: #47e28d;
}
.select_seat_body .select_seat_detail svg .seatkind02 .base_c {
    fill: #007b85;
}
.select_seat_body .select_seat_detail svg .seatkind03 .base_r {
    fill: #7dd0f9;
}
.select_seat_body .select_seat_detail svg .seatkind03 .base_c {
    fill: #0073b8;
}
.select_seat_body .select_seat_detail svg .seatkind04 .base_r {
    fill: #c4b870;
}
.select_seat_body .select_seat_detail svg .seatkind04 .base_c {
    fill: #877b16;
}
.select_seat_body .select_seat_detail svg .seatkindfree .base_r {
    fill: #031686;
}
.select_seat_body .select_seat_detail svg .seatkindfree .base_c {
    fill: #031686;
    pointer-events: none !important;
    cursor: default;
}
.select_seat_body .select_seat_detail svg .base_c:not(.unreserved):not(.soldout):hover {
    cursor: pointer;
}
.select_seat_body .select_seat_detail svg .selected {
    /*fill: #f00 !important;*/
}
.select_seat_body .select_seat_detail svg .soldout {
    /*fill: #000 !important;*/
    pointer-events: none !important;
    cursor: default;
}

#select_seat_num_all{
    opacity: 1.0;
}

.seat_example {
    display: table;
    width: 100%;
    margin-top: 1.2rem;
    table-layout: fixed;
}
.seat_example .seat_example_item {
    display: table-cell;
    vertical-align: middle;
}
.seat_example .seat_example_item + .seat_example_item {
    width: calc(100% / 3);
}
.seat_example .seat_example_item .seat_example_icon {
    display: inline-block;
    margin: -.4rem .5rem 0 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
}
.seat_example .seat_example_item .seat_example_icon.selected {
    background-color: #db4e4e;
}
.seat_example .seat_example_item .seat_example_icon.selectable {
    background-color: #ffffff;
    border: solid 1px #95959b;
}
.seat_example .seat_example_item .seat_example_icon.soldput {
    background-color: #95959b;
}

.button_modal_submit {
    width: 150px;
    height: 40px;
    background-color: #f60;
    line-height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


/* 席選択 購入時注意書き */
.payment_notification_box {
    padding: 10px 0px 15px;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}

.payment_notification_text {
    padding-left: 1em;
    text-indent: -1em;
}

.seat_fee_body_inner {
    padding: 10px 0px 15px;
    margin-top: 10px;
}

.seat_fee_body_inner .seat_fee_body_cont {
    line-height: 1.5;
}
.seat_fee_body_inner .seat_fee_body_cont h3 {
    color: #004387;
    font-weight: bold;
}

.select_seat_back {
    margin-top: 10px;
    text-align: center;
}

.button_seat_back {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #999;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#unreserved_seat_num{
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .select_seat_change dl {
        padding: 10px 0;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .select_seat_change dt {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .select_seat_change dd {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto;
    }
    .select_seat_change dd ul {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .select_seat_change dd ul li {
        margin-left: 5px;
    }
    .select_seat_change dd ul a {
        display: block;
        padding: 0 3vw;
        width: auto;
        font-size: 1.6rem;
    }

    .select_seat_body {
        position: relative;
        display: block;
        min-height: 250px;
    }
    .select_seat_body .btn_toggle_sp {
        display: block;
        position: absolute;
        top: .5rem;
        right: .5rem;
        width: 3rem;
        height: 3rem;
        background-color: #333;
        text-align: center;
        line-height: 3rem;
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
        z-index: 110;
        cursor: pointer;
    }
    .select_seat_body .select_seat_map {
        position: absolute;
        top: 0;
        right: 0;
        width: 40vw;
        z-index: 100;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: calc(40vw - .5rem) 0.5rem;
        transform-origin: calc(40vw - .5rem) 0.5rem;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .select_seat_body .select_seat_map.close_map {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .select_seat_body .select_seat_map.enlarge_map {
        width: 100%;
        height: 100%;
        z-index: 250;
    }
    .select_seat_body .select_seat_detail {
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
    .select_seat_body .select_seat_detail{
        width: 100%;
        height: calc(80vw - 20px);
    }
    .select_seat_detail_text {
        line-height:  calc(80vw - 20px);
        font-size: 2.2rem;
    }
    .select_seat_body .select_seat_detail button {
        left: auto;
        right: 1rem;
    }
    .button_modal_submit {
        width: 40%;
    }

    .select_seat_change dd ul span {
        width: 40px;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .seat_example {
        /*position: absolute;*/
        bottom: 0;
        left: 0;
        width: 350px;
    }
}

.payment_notification_box{
    line-height: 1.4em;
}

