.border {
    box-sizing: border-box;
    border-top: 1px #333333 solid;
    border-left: 1px #333333 solid;
    border-right: 1px #333333 solid;
    border-bottom: 1px #333333 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#cal_navi {
    width: 100%;
}
div#js-reservation {
    color: #333333;
}
#cal_navi_center {
    float: left;
    margin: 0 auto;
    width: 70%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 108%;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: normal;
    border-top: 1px solid #333333;
}

#cal_navi_left.disable, #cal_navi_right.disable, #cal_navi_left.disable, #cal_navi_right.disable {
    cursor: not-allowed;
}

.disable > a {
    cursor: not-allowed;
    color: #ddd;
}

#cal_navi_left {
    box-sizing: border-box;
    float: left;
    margin: 0 auto;
    width: 15%;
    display: block;
    text-align: center;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
}

#cal_navi_right {
    box-sizing: border-box;
    float: left;
    margin: 0 auto;
    width: 15%;
    display: block;
    text-align: center;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
}

table {
    width: 100%;
    margin: 0 auto;
}

td, th {
    text-align: center;
    max-width: 12.5%;
    padding: 0;
    margin: 0;
}

td > p {
    padding: 0;
    margin: 0;
}

.text26 {
    font-size: 197%;
}

.text10 {
    font-size: 77%;
}

.ng_pc {
    cursor: not-allowed;
    background-color: #dddddd;
    max-width: 67px;
    height: 39px;
    box-sizing: border-box;
    color: #888888;
}

.ok_pc {
    cursor: pointer;
    max-width: 67px;
    height: 39px;
    box-sizing: border-box;
    color: #333333;
}

#sat {
    background-color: #f4fcfe;
    color: #0acbe0;
}

#sun {
    background-color: #fff7fa;
    color: #ff7cb1;
}

.label {
    background: #e69ac1;
    vertical-align: middle;
}

/* 20190418 - #195 - Add denied booking in today or tomorrow - START */
.denied-date-title {
    font-size: 0.81em;
    margin-bottom: 30px;
    font-weight: bold;
    overflow: hidden;
}

.denied-date-title span{
    border-bottom: 1px solid #fcd03b;
    padding-bottom: 2px;
}

.denied-date-title i {
    margin-right: 10px;
    color: #fcd03b;
}
.denied-date-title div{
    float: left;
}

.popover {
    display: none; 
    position: absolute; 
    background-color: #fbeef5; 
    top: -65px;
    left: -30px; 
    width: 284px;
    z-index: 9999;
    text-align: left;
    padding: 12px;
    font-weight: bold !important;
    line-height: 18px;
}

.popover::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: -11px;
    margin-left: -9px;
    border-top: 14px solid #fbeef5;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.has-popover {
    position: relative;
}
/* 20190418 - #195 - Add denied booking in today or tomorrow - END */
.oth-text-danger-reservation {
    font-size: 14.96px;
    font-weight: bold;
    background-color: yellow;
}
.oth-error-order-reservation {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    display: none;
}
.oth-btn-estlab-border {
    background-color: #ffffff;
    color: #333333;
    font-family: "HiraginoSans-W4", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: 0.72px;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid #F6DADF;
}
.text-center {
    text-align: center;
}
@media screen and (max-width: 48.6875em) {
    .row {
        display: block;
        flex: none;
        flex-direction: unset;
    }

    .img-full {
        width: 100%;
    }
}