@charset "UTF-8";
/* calendar */
.calendar .calendar_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.calendar .calendar_control .calendar_control_button {
    font-size: 20px;
    color: #0074be;
    cursor: pointer;
}

.calendar .calendar_control .calendar_control_month {
    font-weight: bold;
    color: #004487;
}

.calendar .calendar_content {
    padding: 0 5px 5px;
}

.calendar .calendar_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.calendar .calendar_table > thead > tr > th {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    background: #b2b2b2;
    color: #fff;
}

.calendar .calendar_table > tbody > tr > td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.9rem;
}

.calendar .calendar_table > tbody > tr > td.calendar_event {
    color: #0074be;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* datepicker */
.icon-date_wrap {
    position: relative;
}
.icon-date_wrap::after {
    content: "\f073";
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -.9rem;
    font-size: 1.8rem;
    color: #004387;
}

.button_search {
    width: 16rem;
    height: 4rem;
    background-color: #910000;
    border-radius: .5rem;
    line-height: 4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.button_calendar {
    padding-right: 2rem;
    width: 85.71vw;
    max-width: 30rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #004387;
    border-radius: .5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.button_calendar .icon-calendar {
    margin-right: 1rem;
}

.button_search_reset {
    width: 8rem;
    height: 4rem;
    background-color: #999;
    border-radius: .5rem;
    line-height: 4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.search_hide {
    display: none;
}

/* list
-------------------------------------*/
.search_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.search_top_word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search_toggle_button {
    width: 10vw;
    max-width: 40px;
    height: 10vw;
    max-height: 40px;
    border: 1px solid #004387;
    margin: 0 0 5px 8px;
    padding-top: .5rem;
    font-size: 1.2rem;
    color: #004387;
    text-align: center;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.search_toggle_button.open {
    margin-bottom: 0;
    height: calc(10vw + 5px);
    max-height: 45px;
    background-color: #eee;
    border: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}
.search_toggle_button.open::before {
    content: "";
    display: block;
    margin: 0 22% .5rem;
    width: 56%;
    height: 56%;
    background: url(../../img/list/ic_close.svg) center center no-repeat;
    background-size: contain;
}

.search_calendar_button a {
    display: block;
    width: 11vw;
    max-width: 40px;
    height: 10vw;
    max-height: 40px;
    padding-top: 1rem;
    background-color: #004387;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.search_calendar_button a .sp_none {
    display: none;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .search_toggle_button {
        padding-top: .8rem;
    }

    /* IE11 */
}

@media screen and (max-width: 360px) {
    .search_top_word .search_free .search_word_input {
        height: 10vw;
        padding: 10px 4px 9px;
        font-size: 3vw;
    }
    .search_top_word .search_free .search_word_button {
        font-size: 7vw;
        height: 10vw;
    }
    .search_top_word .search_toggle_button {
        padding-top: 1.6vw;
        font-size: 3vw;
    }
    .search_top_word .search_toggle_button.open {
        font-size: 2.85vw;
    }

    .search_calendar_button a {
        padding-top: 1.8vw;
        font-size: 5vw;
    }
}

@media screen and (max-width: 480px) {
    .search_top_word .search_free .search_word_input {
        font-size: 1.2rem;
    }  
}

.search_body {
    background-color: #eee;
}

.search_body_inner {
    padding: 10px 10px 5px;
    border-bottom: 1px solid #fff;
}
.search_body_inner .search_body_inner_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    color: #004387;
}
.search_body_inner .search_chk_list {
    letter-spacing: -.4em;
}
.search_body_inner .search_chk_list li {
    display: inline-block;
    margin: 15px 20px 8px 0;
    letter-spacing: normal;
    font-size: 1.6rem;
    list-style: none;
}
.search_body_inner .search_chk_list li input[type="checkbox"] {
    margin-right: .5rem;
}
.search_body_inner .search_terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem 0 .5rem;
}
.search_body_inner .search_terms .terms_item {
    padding: 0 .5rem;
    line-height: 3rem;
}
@media screen and (min-width: 480px) {
    .search_body_inner .search_terms {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.search_body_inner .datepicker {
    padding: 10px 10px 9px;
    width: 40.7vw;
    max-width: 18rem;
    height: 3rem;
    border-radius: .5rem;
}

.search_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 10px;
    background-color: #eee;
    border-bottom: 1px solid #fff;
}
.search_btm button {
    margin-left: 1.5rem;
}

/* results */
.search_results_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background-color: #ccc;
}
.search_results_top .search_results_num {
    font-size: 1.2rem;
}
.search_results_top .search_results_num .num {
    font-size: 1.6rem;
}

.search_results_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.results_change_button {
    margin-left: 1rem;
    width: 8rem;
    height: 2rem;
    line-height: normal;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #004387;
    color: #004387;
}
.results_change_button.active {
    color: #fff;
    background-color: #004387;
}

_:-ms-fullscreen, :root .results_change_button {
    padding-top: 0.3rem;
}

.search_results_body_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    min-height: 19rem;
    border-bottom: 1px solid #ccc;
}
.search_results_body_item .results_img {
    padding-right: 10px;
    width: 31%;
}
.search_results_body_item .results_img a:hover {
    opacity: .7;
}
.search_results_body_item .results_text {
    width: 69%;
}
.search_results_body_item .results_text_icon {
    position: relative;
}
.search_results_body_item .results_icon_status {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: .2rem;
    width: 10rem;
    height: 2rem;
    color: #fff;
    line-height: normal;
    font-size: 1.2rem;
    text-align: center;
}
.search_results_body_item .results_icon_status.bg_01 {
    background-color: #c6c;
}
.search_results_body_item .results_icon_status.bg_02 {
    background-color: #ff666d;
}

.search_results_body_item .results_text_terms {
    margin-top: 1rem;
    font-size: 1.2rem;
}
.search_results_body_item .results_text_ttl {
    margin-top: .5rem;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
}
.search_results_body_item .results_text_ttl a:hover {
    text-decoration: underline;
}
.search_results_body_item .results_text_ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.search_results_body_item .results_ticket_price {
    font-size: 1.2rem;
    font-weight: bold;
}
.search_results_body_item .results_ticket_seat {
    margin-top: 1.5rem;
    font-size: 1.2rem;
}
.search_results_body_item .results_ticket_buy_status {
    margin-top: .5rem;
    font-size: 1.2rem;
    text-align: center;
}

.search_results_bottom {
    padding-top: 2rem;
    text-align: center;
}

.search_results_body_item .results_icon_type {
    padding-top: .1rem;
    width: 10rem;
    height: 2rem;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: normal;
    font-size: 1.2rem;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .search_results_body_item {
        /* IE11 */
    }
    .search_results_body_item *::-ms-backdrop, .search_results_body_item .results_icon_status {
        padding-top: .4rem;
    }

    .search_results_body_item *::-ms-backdrop, .search_results_body_item .results_icon_type {
        padding-top: .3rem;
    }
}

@media screen and (min-width: 768px) {
    /* list
    -------------------------------------*/
    .search_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0 0;
    }

    .search_top_word {
        width: 73.67%;
        max-width: 725px;
    }

    .search_calendar_button a {
        width: 168px;
        max-width: 168px;
        height: 40px;
        padding: 1rem 1.5rem;
        border-radius: .5rem;
        font-size: 1.8rem;
        color: #fff;
        text-align: left;
        cursor: pointer;
    }
    .search_calendar_button a .sp_none {
        display: inline-block;
        padding-left: 1rem;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .search_body {
        padding: 10px 15px;
    }

    .search_body_inner {
        padding: 10px 0 10px;
    }
    .search_body_inner .search_body_inner_ttl {
        font-size: 1.4rem;
    }
    .search_body_inner .search_terms .terms_item {
        padding: 0 1.2rem;
    }

    .search_btm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 0 20px 80px;
    }

    /* results */
    .search_results_top {
        padding: 10px 20px;
    }

    .search_results_button .results_change_button {
        margin-left: 1rem;
        width: 8rem;
        height: 2rem;
        line-height: normal;
        font-size: 1.2rem;
        font-weight: bold;
        background-color: #fff;
        border: 1px solid #004387;
        color: #004387;
    }
    .search_results_button .results_change_button.active {
        color: #fff;
        background-color: #004387;
    }

    .search_results_body_item {
        padding: 10px 20px;
        min-height: 16rem;
    }
    .search_results_body_item .results_img {
        padding-right: 20px;
        width: 120px;
    }
    .search_results_body_item .results_img img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .search_results_body_item .results_text {
        padding-top: 10px;
        width: calc(100% - 120px);
    }
    .search_results_body_item .results_text_icon .results_icon_type {
        display: inline-block;
        margin-right: 1rem;
    }
    .search_results_body_item .results_text_icon .results_icon_status {
        width: 20rem;
    }
    .search_results_body_item .results_text_terms {
        display: inline-block;
        margin: 0;
    }
    .search_results_body_item .results_text_ttl {
        margin-top: 1.5rem;
        line-height: 1.5;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .search_results_body_item .results_text_ticket {
        margin-top: 2rem;
    }
    .search_results_body_item .results_ticket_price {
        display: inline-block;
    }
    .search_results_body_item .results_ticket_seat {
        display: inline-block;
        margin-top: 0;
        margin-left: 2rem;
    }
    .search_results_body_item .results_ticket_buy_status {
        margin-top: .5rem;
        font-size: 1.2rem;
        text-align: center;
    }
    .search_results_body_item .results_ticket_buy_button .btn_ss {
        width: 20rem !important;
    }
    .button_buy_ticket.btn_ss {
        width: 10rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
        padding-top:0rem;
    }
}
