@charset "utf-8";


.conts .read, .conts .app_confirmation {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 1100px) {
    .conts .read {
        text-align: left;
    }
}

.conts .app_confirmation .explanatory {
    font-weight: 400;
    text-align: left;
    margin-top: 0.5em;
}

.conts .app_confirmation {
    margin-top: 40px;
    margin-bottom: 70px;
    position: relative;
}

.conts .app_confirmation dt {
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
}

.conts .app_confirmation .day, .conts .app_confirmation .place, .conts .app_confirmation .company {
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
}

.conts .app_confirmation .day {
    margin-top: 60px;
    font-size: 2.5rem;
}

.conts .app_confirmation .day::after {
    content: "";
    width: 5px;
    height: 45px;
    position: absolute;
    top: -50px;
    left: 50%;
    border-right: 5px dotted #004B9E;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.conts .app_confirmation .company::before,
.conts .app_confirmation .place::before {
    line-height: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "location_on";
}

.conts .app_confirmation .company::before {
    content: "business";
}





.list_bookingday {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
}

.list_bookingday .item_day {
    display: flex;
    border-bottom: 3px solid #EDEDED;
    margin-top: 30px;
}

.list_bookingday .item_day:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
}

.list_bookingday .data_day {
    position: relative;
    font-size: 1.5rem;
    width: 5.5em;
    text-align: right;
    padding-right: 0.5em;
}

@media screen and (max-width: 767px) {
    .list_bookingday .item_day {
        display: block;
    }

    .list_bookingday .data_day {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1em;
    }
}

.list_bookingday .data_day span {
    font-size: 2.0rem;
    margin-left: 1em;
    line-height: 1;
    font-weight: 700;
}

.data_time_list {
    width: calc(100% - 5.5em);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .data_time_list {
        width: 100%;
    }
}

.data_time_list .item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 32%;
    min-width: 240px;
    margin-right: 1.3%;
    padding: 0px 15px 20px;
    margin-bottom: 15px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

@media screen and (max-width: 920px) {
    .data_time_list .item {
        width: 48%;
        min-width: 100px;
    }
}

@media screen and (max-width: 540px) {
    .data_time_list .item {
        width: 100%;
    }
}

.data_time_list .item h5 {
    text-align: center;
    position: relative;
}

.data_time_list .item .timeframe {
    color: #fff;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    font-size: 16px;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.advanced .data_time_list .item .timeframe {
    background-color: #00215d;
}

.key .data_time_list .item .timeframe {
    background-color: #4cac5a;
}

.partners .data_time_list .item .timeframe {
    background-color: #b78a00;
}

.startup .data_time_list .item .timeframe {
    background-color: #7030a0;
}


.data_time_list .item .explanatory {
    font-size: 14px;
    text-align: left;
    margin-top: 1em;
    margin-bottom: auto;
}

.data_time_list .item .place {
    text-align: left;
    margin-top: 1em;
    padding-left: 3.5em;
    position: relative;
    line-height: 1;
    width: 100%;
}

.en .data_time_list .item .place {
    padding-left: 5em;
}

.data_time_list .item .place::before {
    font-size: 16px;
    content: "location_on";
    position: absolute;
    left: 0;
    top: 0px;
    line-height: 1;
}

.data_time_list .item .place::after {
    font-family: 'LINESeedJP', sans-serif;
    font-size: 14px;
    content: "会場";
    line-height: 1.3;
    position: absolute;
    left: 1.1em;
    top: -2px;
}

.en .data_time_list .item .place::after {
    content: "Venue";
}

.data_time_list .item .remaining {
    display: block;
    width: 8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 2px;
    text-align: center;
    color: #fff;
    background-color: #E4318C;
    position: relative;
}

.data_time_list .item .remaining::after {
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #E4318C transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.data_time_list .item .wrap_btn {
    position: relative;
    border-radius: 50px;
}

.data_time_list .item .btn {
    z-index: 10;
    margin-top: 0.5em;
    box-shadow: none;
    padding: 0;
    line-height: 35px;
    text-indent: -9999px;
    background-color: transparent !important;
}




/* ボタン文字 */

.data_time_list .item .wrap_btn::before {
    text-align: center;
    display: inline-block;
    content: "申込";
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 100px;
    z-index: 2;
    transition: 1s all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'LINESeedJP', sans-serif;
}

.data_time_list .item .wrap_btn::after {
    content: "keyboard_double_arrow_right";
    display: inline-flex;
    vertical-align: middle;
    position: absolute;
    color: #fff;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 16px;
    transition: all 400ms ease;
}

.data_time_list .item .wrap_btn:hover::before {
    opacity: 1;
}

.data_time_list .item.reserved .wrap_btn::before {
    content: "予約済";
}

.data_time_list .item.progress .wrap_btn::before {
    content: "予約申請中";
}

.data_time_list .item.full .wrap_btn::before {
    content: "満席";
}

.data_time_list .item.full .wrap_btn,
.data_time_list .item.full .wrap_btn:hover {
    background: #BCBABB;
}

.data_time_list .item.cancel .wrap_btn::before {
    content: "否認";
}

.data_time_list .item.full.late .wrap_btn::before {
    content: "申込終了";
}

/**/

.en .data_time_list .item .wrap_btn::before {
    content: "Application";
}

.en .data_time_list .item.reserved .wrap_btn::before {
    content: "Reserved";
}

.en .data_time_list .item.progress .wrap_btn::before {
    content: "Pending";
}

.en .data_time_list .item.full .wrap_btn::before {
    content: "Fully occupied";
}

.en .data_time_list .item.cancel .wrap_btn::before {
    content: "Repudiation";
}

.en .data_time_list .item.full.late .wrap_btn::before {
    content: "Closed";
}

/* 予約済 */

.data_time_list .reserved {
    background: rgb(0, 53, 126);
    background: -moz-linear-gradient(135deg, rgba(0, 53, 126, 1) 0%, rgba(0, 188, 222, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0, 53, 126, 1) 0%, rgba(0, 188, 222, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 53, 126, 1) 0%, rgba(0, 188, 222, 1) 100%);
}

.data_time_list .item.reserved h5,
.data_time_list .item.reserved .explanatory,
.data_time_list .item.reserved .place {
    color: #fff;
}

.data_time_list .item.reserved h5::after {
    background-color: #fff;
}

.data_time_list .item.reserved .timeframe {
    background-color: #fff;
    color: rgb(0, 53, 126);
}

.data_time_list .item.reserved .timeframe::after {
    border-right: solid 10px #fff;
}

.data_time_list .item.reserved .timeframe::before {
    border-left: solid 10px #fff;
}

.data_time_list .item.reserved .btn::before {
    color: rgb(0, 53, 126);
    background-color: #fff;
    background: #fff;
    cursor: auto;
    box-shadow: none;
}

.data_time_list .item.reserved .btn::after {
    display: none;
}

/* 申請中 */

.data_time_list .progress {
    background: rgb(0, 160, 62);
    background: -moz-linear-gradient(135deg, rgba(0, 160, 62, 1) 0%, rgba(0, 115, 136, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0, 160, 62, 1) 0%, rgba(0, 115, 136, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 160, 62, 1) 0%, rgba(0, 115, 136, 1) 100%);
}

.data_time_list .item.progress h5,
.data_time_list .item.progress .explanatory,
.data_time_list .item.progress .place {
    color: #fff;
}

.data_time_list .item.progress h5::after {
    background-color: #fff;
}

.data_time_list .item.progress .timeframe {
    background-color: #fff;
    color: rgb(0, 160, 62);
}

.data_time_list .item.progress .timeframe::after {
    border-right: solid 10px #fff;
}

.data_time_list .item.progress .timeframe::before {
    border-left: solid 10px #fff;
}

.data_time_list .item.progress .btn::before {
    color: rgb(0, 160, 62);
    background: #fff;
    cursor: auto;
    box-shadow: none;
    background-color: #fff;
}

.data_time_list .item.progress .btn::after {
    color: rgb(0, 160, 62);
    line-height: 1;
    content: "watch_later";
}

/* 満席 */

.data_time_list .full {
    background-color: #EDEDED;
}

.data_time_list .item.full h5,
.data_time_list .item.full .explanatory,
.data_time_list .item.full .place {
    color: #bbb;
}

.data_time_list .item.full h5::after {
    background-color: #bbb;
}

.data_time_list .item.full .timeframe {
    background-color: #bbb;
    color: #fff;
}

.data_time_list .item.full .timeframe::after {
    border-right: solid 10px #bbb;
}

.data_time_list .item.full .timeframe::before {
    border-left: solid 10px #bbb;
}

.data_time_list .item.full .btn {
    color: #fff;
    cursor: auto;
}

.data_time_list .item.full .btn::before {
    box-shadow: none;
    background-color: #bbb;
}

.data_time_list .item.full .btn::after {
    display: none;
}

/* 否認 */

.data_time_list .cancel {
    background-color: #EDEDED;
}

.data_time_list .item.cancel h5 {
    color: #bbb;
}

.data_time_list .item.cancel h5::after {
    background-color: #bbb;
}

.data_time_list .item.cancel .timeframe {
    background-color: #bbb;
    color: #fff;
}

.data_time_list .item.cancel .timeframe::after {
    border-right: solid 10px #bbb;
}

.data_time_list .item.cancel .timeframe::before {
    border-left: solid 10px #bbb;
}

.data_time_list .item.cancel .btn::before {
    color: #fff;
    background: #bbb;
}

.data_time_list .item.cancel .btn::after {
    color: #fff;
    line-height: 1;
    content: "cancel";
}




/* 完了画面 */

.reserved_comp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.reserved_comp h4,
.reserved_comp h5 {
    font-size: 32px;
    font-weight: 700;
}

.reserved_comp h4 {
    font-size: 35px;
}

.reserved_comp .data_reserved {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 1em;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
}


.reserved_comp p {
    position: relative;
    font-weight: 700;
}

.reserved_comp .place {
    margin-top: 0.5em;
    font-size: 18px;
}

.reserved_comp .place::before {
    width: 1.45em;
    content: "location_on";
}

.reserved_comp .company_name::before {
    content: "business";
}

.reserved_comp .explanatory {
    margin-top: 1em;
}


.reserved_comp .btn {
    margin-top: 2em;
    color: #fff;
}

.reserved_comp textarea {
    width: 100%;
    max-width: 800px;
    height: 10em;
    padding: 1em;
    border-radius: 7px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
}

.reserved_comp .comments p {
    margin-top: 2em;
    margin-bottom: 1em;
}

.reserved_comp .comments p.err {
    color: #ffffff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 2em;
    background-color: rgba(235, 30, 30, .5);
}