@charset "UTF-8";

#ticket .pricebox .ticket-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
    min-height: 40vh;
}

#ticket .pricebox .ticket-list li {
    flex-basis: calc(50% - 40px);
}

#ticket .pricebox .ticket-list .select-btn {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    padding: 20px 42px 24px 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

#ticket .pricebox .ticket-list .select-btn b {
    color: #ed7050;
    font-size: 2.6rem;
}

#ticket .pricebox .ticket-list .select-btn img {
    height: 1.8em;
    margin-bottom: .5em;
}

#ticket .pricebox .ticket-list .select-btn::after {
    content: "";
    display: block;
    width: 12px;
    height: 100%;
    background: url(/site/img/ticket/icon01.svg) no-repeat right 10px center / 12px auto;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0 10px;
    background-color: #ed7050;
}

#ticket .pricebox .ticket-list .select-btn:hover {
    box-shadow: 0px 0px 0px 0px;
    top: 5px;
    left: 5px;
    background-color: #f3e3de;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    #ticket .pricebox .ticket-list {
        flex-direction: column;
        row-gap: 20px;
        min-height: inherit;
    }

    #ticket .pricebox .ticket-list li {
        width: 100%;
    }

    #ticket .pricebox .ticket-list .select-btn {
        font-size: 1.6rem;
        min-height: 100px;
    }

    #ticket .pricebox .ticket-list .select-btn b {
        font-size: 2rem;
    }
}

.entrybtn-red {
    border-radius: 0.75rem;
    cursor: pointer;
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 2rem auto 5rem;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.2s;
    text-decoration: none;
    width: 100%;
}

.entrybtn-red:before {
    /* background-color: #b93844; */
    background-color: #ab933b;
    border: 2px solid #000;
    border-radius: inherit;
    box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate3d(0, 0.75rem, -1rem);
}

.entrybtn-red:hover {
transform: translateY(0.25rem);
text-decoration: none;
}

.entrybtn-red:hover:before {
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0.5rem, -1rem);
}

.entrybtn-red .front {
    /* background-color: #d11438; */
    background-color: #d5b021;
    border: 2px solid #000;
    border-radius: inherit;
    color: #fff;
    display: block;
    padding: 1.5rem 5rem 1.5rem 5rem;
    position: relative;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .entrybtn-red {
        max-width: 640px;
    }
    #ticket .pricebox .datearea > .inner {
        padding-top: 3.5rem;
    }

    #ticket .pricebox .datearea > .inner .text {
        font-size: 2rem;
    }

    #ticket .pricebox .datearea > .inner h3 {
        font-size: 2.2rem;
    }
}

.flat-table {
    margin-bottom: 20px;
    border-collapse: collapse;
    border: solid 1px #000;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.flat-table thead,
.flat-table .thead {
    background-color: #f1f1f1ee;
}

.flat-table thead th {
    padding: 0;
    text-align: center;
}

.flat-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.flat-table th,
.flat-table td {
    border-right: solid 1px #000;
    padding: 5px 10px;
}

.flat-table td:last-of-type {
    border-right: 0;
}

.flat-table tr {
    transition: background 0.3s, box-shadow 0.3s;
    border-bottom: solid 1px #000;
}

.flat-table .ta-r {
    text-align: right;
}

.flat-table .ta-l {
    text-align: left;
}

#ticket .pricebox .datearea .flat-table {
    margin: 0.5em 0;
}

@media screen and (max-width: 1024px) {
    .flat-table .small {
        font-size: 1.2rem;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .entrybtn-red {
        font-size: 3.75vw;
    }

    #ticket .pricebox .entrybtn.float br {
        display: none;
    }

    #ticket .pricebox .datearea > .inner {
        padding-top: 4vw;
    }

    #ticket .pricebox .datearea .flat-table th,
    #ticket .pricebox .datearea .flat-table td {
        border-right: 0;
        display: block;
        text-align: left;
    }

    #ticket .pricebox .datearea .flat-table th {
        border-bottom: solid 1px #000;
    }
    @media (max-width: 767px){
        #ticket.en .pricebox .read.long{
            padding: 2.3em 5em 2.3em 1.5em;
        }
    }
}