@charset "utf-8";
/* Private View CSS
=======================================*/
.wrapper__inner._privateview textarea {
    width: 100%;
    font-size: 16px;
    resize: none;
}

.wrapper__inner._privateview input[type="text"] {
    font-size: 16px;
}
.wrapper__inner._privateview table + table {
    margin-top: 3em;
}

.privateview_image {
    max-width: 210px;
    width: 100% !important;
    height: auto;
}
#wrapper.oakmember div.alert p a {
    color: #FC2900;
}

/* reserve */
#wrapper.oakmember .p-contact_index th.t_top,
#wrapper.oakmember .p-contact_index td.t_top {
    text-align: center;
}
#wrapper.oakmember .p-contact_index__title,
#wrapper.oakmember .p-contact_index__detail {
    vertical-align: top;
}
#wrapper.oakmember .p-contact_index__title {
    font-weight: bold;
}
#wrapper.oakmember .p-contact_index__detail {
    padding: 0;
}
.p-contact_index > tbody > tr.is-active {
    border-bottom: #e3e3e3 2px solid;
}
.p-contact_index > tbody > tr:first-child {
    border-bottom: none;
}
.p-contact_index > tbody > tr > th:nth-child(1),
.p-contact_index > tbody > tr > td:nth-child(1) {
	width: 25%;
}

.p-contact_index__time {
    margin-right: 1em;
}

.p-contact_index__data {
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    line-height: 24px;
}
.p-contact_index__toggle {
    display: inline-block;
    background: #F9504C;
    color: #fff;
    height: 24px;
    padding: 0 10px;
    text-decoration: none !important;
    border-radius: 4px;
    margin-left: auto;
}

.p-contact_index__reserve {
    display: flex;
}
.p-reserve_index__chatbot {
    background: #F9504C;
    color: #fff;
    padding: 0 10px;
    height: 24px;
    text-decoration: none !important;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-left: 1em;
}
.p-reserve_index__chatbot:hover {
    opacity: 0.7;
}
.p-reserve_index__chatbot:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #fff url(/images/oakmember/icn-chatbot.png) no-repeat center center;
    background-size: 82%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

.p-contact_index__toggle:hover {
    opacity: 0.7;
}
.p-contact_index__toggle:before {
    content:'';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    margin-bottom: -4px;
}
.is-active  .p-contact_index__toggle:before {
    border: 4px solid transparent;
    border-bottom: 4px solid #fff;
    margin-bottom: auto;
    margin-top: -4px;
}
.is-active .p-contact_index__toggle {
    background-color: #999;
}

.p-contact_index__toggle__show {
    display: inline;
}
.p-contact_index__toggle__hide {
    display: none;
}
.is-active .p-contact_index__toggle__show {
    display: none;
}
.is-active .p-contact_index__toggle__hide {
    display: inline;
}
.p-contact_index__target {
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}
.is-active .p-contact_index__target{
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
}
#wrapper.oakmember .p-contact_index__target table {
    border-top: #e3e3e3 1px dashed;
    margin: 0;
}
#wrapper.oakmember .p-contact_index__target table th {
    width: 35%;
    background-color: #fafafa;
    vertical-align: top;
}
#wrapper.oakmember .p-contact_index__target table th + th,
#wrapper.oakmember .p-contact_index__target table th + th + td {
    width: 20% !important;
}
#wrapper.oakmember .p-contact_index__target table th:first-child {
    border-left: none;
}
#wrapper.oakmember .p-contact_index__target table td:last-child {
    border-right: none;
}
#wrapper.oakmember .p-contact_index__target table tr:last-child th,
#wrapper.oakmember .p-contact_index__target table tr:last-child td {
    border-bottom: none;
}

#wrapper.oakmember .p-reserve_index th,
#wrapper.oakmember .p-reserve_index td {
    text-align: center;
}
#wrapper.oakmember .p-reserve_index th + td {
    width: 30%;
}

#wrapper.oakmember .p-reserve_index > tbody > tr > th:nth-child(1),
#wrapper.oakmember .p-reserve_index > tbody > tr > td:nth-child(1) {
    width: 25%;
    text-align: left;
}
#wrapper.oakmember .p-reserve_index th {
    font-weight: bold;
}
#wrapper.oakmember .p-reserve_index > tbody > tr > th.t_top {
    text-align: center;
    font-weight: normal;
}
.p-reserve_index__rendezvous {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.p-reserve_index__toggle {
    display: inline-block;
    background: #F9504C;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    text-decoration: none !important;
    border-radius: 4px;
    margin-left: 15px;
    text-align: center;
    white-space: nowrap;
}
.p-reserve_index__toggle:hover {
    opacity: 0.7;
}

@media (max-width: 820px) {
    #wrapper.oakmember .p-contact_index,
    #wrapper.oakmember .p-reserve_index {
        border-top: #e3e3e3 3px solid;
    }
    #wrapper.oakmember .p-contact_index__target table th,
    #wrapper.oakmember .p-contact_index__target table td {
        width: 100%;
        border-left: none;
        border-right: none;
    }
    #wrapper.oakmember .p-reserve_index > tbody > tr > th:nth-child(1),
    #wrapper.oakmember .p-reserve_index > tbody > tr > td:nth-child(1) {
        width: 100%;
    }
    #wrapper.oakmember .p-reserve_index th + td {
        width: 100%;
    }
    #wrapper.oakmember .p-contact_index__target table tr:last-child th {
        border-bottom: #e3e3e3 1px solid;
    }
    .p-contact_index__data {
        flex-direction: column;
        position: relative;
    }
    .p-contact_index__time {
        margin-bottom: 0.5em;
    }
    
    .p-contact_index__reserve {
        width: 100%;
    }
    .p-reserve_index__chatbot {
        margin-left: auto;
    }
    .p-contact_index__toggle {
        position: absolute;
        top:10px;
        right: 10px;
    }
}

.p-date_contract_note {
    color: red;
    font-size: 12px;
    display: none;
}
.p-date_contract_note.is-active {
    display: block;
}