/*================================================
 *  一般・共通設定
 ================================================*/
body {
    font-size: 16px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

#contents {
    width: 980px;
    margin: 0 auto 50px;
}

#contents a {
    color: #1A0DAB;
}

.title01 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.title01 span {
    border-bottom: 2px solid #FF0000;
}

.title01_tei {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin: 20px;
}

.title01_tei span {
    border-bottom: 2px solid #FF0000;
}

.text {
    font-size: 1.5rem;
}

.text001 {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
}

.teikeitable {
    font-size: 1.4rem;
}

.box {
    padding: 10px;
    margin: 10px 10px 30px 10px;
    border: 1px solid #C7C7C7;
}

.boxBtn:disabled {
    cursor: not-allowed;
    background-color: #C8C8C8;
    border-color: #C8C8C8;
}

.resultBox {
    margin: 35px 0;
    display: none;
}

.resultBox._show {
    display: block;
}

.tipBox {
    margin-bottom: 35px;
}

.tipBox > div {
    position: relative;
    height: 23px;
    margin-top: 3px;
    text-indent: 45px;
}

.tipBox > div:first-child {
    margin-top: 0;
}

.tipBox .bg-color-normalseason::before,
.tipBox .bg-color-highseason::before,
.tipBox .bg-color-highseason-3::before,
.tipBox .bg-color-highseason-2::before {
    content: '';
    display: block;
    position: absolute;
    border: solid 1px #000000;
    width: 40px;
    height: 100%;
    box-sizing: border-box;
}

.tipBox .bg-color-normalseason::before {
    background-color: #ffffff;
}

.tipBox .bg-color-highseason::before {
    background-color: #ffe4b5;
}

.tipBox .bg-color-highseason-2::before {
    background-color: #ffc0a6;
}

.tipBox .bg-color-highseason-3::before {
    background-color: #ffadad;
}

/* カレンダー */
.calendar .month-container {
    margin-bottom: 15px;
}

.calendar table.month .month-title {
    background-color: #ED0000;
    color: white;
    padding: 5px;
}

.calendar table.month .day-header {
    padding-top: 8px;
    border-bottom: 2px solid #ED0000;
}

.calendar table.month td.day .day-content {
    padding: 5px 8px;
}

@media screen and (max-width:767px) {
    body {
        box-sizing: border-box;
        padding: 0 10px;
    }

    #contents {
        width: 90%;
    }

    .title01 {
        margin-top: 1.0rem;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }

    .title01_tei {
        margin-top: 1.0rem;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }

    .right {
        text-align: right;
    }

    .sptitle {
        text-align: center;
        margin: 10px 0;
    }

    .teikeitable {
        font-size: 1.3rem;
    }

    .text {
        font-size: 1.3rem;
    }

    .nrlogo img {
        width: 120px;
    }

    .searchBox {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        margin: 25px auto;
        padding: 30px 20px 30px 20px;
        width: 100%;
    }

    .searchBox .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 23px;
        line-height: 1.5;
    }

    .searchBox .columnComp-type01 .columnComp_box {
        font-size: 0;
        width: 100%;
    }

    .searchBox .searchBox_slc {
        display: inline-block;
        font-size: 0;
        position: relative;
        /* width: calc(50% - 10px); */
    }

    .searchBox .searchBox_slc::before {
        border-top: 2px solid #757574;
        border-right: 2px solid #757574;
        content: '';
        display: block;
        height: 6px;
        position: absolute;
        top: calc(50% - 5px);
        right: 16px;
        transform: rotate(135deg);
        width: 6px;
        z-index: 2;
    }

    .searchBox .searchBox_slc select {
        background-color: #f7f7f0;
        border: 1px solid #cccccc;
        display: inline-block;
        font-size: 1.3rem;
        padding: 12px 19% 12px 7%;
        position: relative;
        width: 100%;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
    }

    .searchBox .searchBox_slc select:disabled {
        background-color: #acacac;
    }

    .searchBox .searchBox_slc option:disabled {
        display: none;
    }

    .searchBox .boxBtn-typeSearch {
        font-size: 1.5rem;
        margin-top: 23px;
        margin-left: 0px;
        padding: 9px 46px 8px 46px;
        line-height: 1.5;
        letter-spacing: 0.3rem;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    .searchBox {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        margin: 25px auto;
        padding: 38px 38px 33px 38px;
    }

    .searchBox .title {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .searchBox .columnComp {
        align-items: center;
        justify-content: center;
    }

    .searchBox .searchBox_slc {
        display: inline-block;
        font-size: 0;
        position: relative;
    }

    .searchBox .searchBox_slc::before {
        border-top: 2px solid #757574;
        border-right: 2px solid #757574;
        content: '';
        display: block;
        height: 6px;
        position: absolute;
        top: calc(50% - 5px);
        right: 16px;
        transform: rotate(135deg);
        width: 6px;
        z-index: 2;
    }

    .searchBox .searchBox_slc select {
        background-color: #f7f7f0;
        border: 1px solid #cccccc;
        display: inline-block;
        font-size: 1.4rem;
        padding: 12px 42px 12px 18px;
        position: relative;
        text-align: left;
    }

    .searchBox .searchBox_slc select:disabled {
        background-color: #acacac;
    }

    .searchBox .searchBox_slc option:disabled {
        display: none;
    }

    .searchBox .boxBtn-typeSearch {
        font-size: 1.6rem;
        margin-left: 30px;
        padding: 10px 46px 9px 46px;
        letter-spacing: 0.3rem;
    }

    .tipBox {
        margin-left: 15px;
    }
}