﻿.block_calendar_box_ {
    padding: 40px 0;
}

.block_calendar_box_ .is-read {
    text-align: center;
    margin-bottom: 22px;
    font-size: 14px;
    color: #5c6771;
}

.block_calendar_innerbox_ {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.block_calendar_box_ h2 {
    text-align: center;
    border: 0;
    margin: 0 0 0px;
    color: #5c6771;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.block_calendar_box_ h2 .red_ {
    display: block;
    font-size: 15px;
    color: #c8102e;
    margin-top: 5px;
}

.block_calendar_box_ #datepicker {
    margin-left: auto;
}

.block_calendar_box_ .ui-datepicker-inline {
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    padding: 0;
    width: 900px!important;
    margin: auto;
    border: 0;
}

.block_calendar_box_ .ui-datepicker-multi-2 .ui-datepicker-group {
    border: 2px solid #dadada;
    width: 420px;
}

.block_calendar_box_ .ui-datepicker-group.ui-datepicker-group-last {
    margin-left: 60px;
}

.block_calendar_box_ .ui-datepicker .ui-datepicker-header {
    background: #595959;
    border: 0;
    color: #ffffff;
    padding: 0;
    border-radius: 0;
}

.block_calendar_box_ .ui-datepicker .ui-datepicker-header a {
    display: none;
}

.block_calendar_box_ .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 17px;
    padding: 6px 0 0;
}

.block_calendar_box_ .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
    font-size: 18px;
}

.block_calendar_box_ .ui-datepicker table {
    margin: 0;
    border-collapse: inherit;
    width: 100%;
}

.block_calendar_box_ .ui-datepicker table thead th {
    background: #595959;
    color: #ffffff;
    border: none;
    padding: 6px 0;
}

.block_calendar_box_ .ui-datepicker table th, .block_calendar_box_ .ui-datepicker table td {
    border: .9px solid #e3e2e2;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
}

.block_calendar_box_ .ui-datepicker table td {
    position: relative;
    height: 51.5px;
}

.block_calendar_box_ .ui-datepicker table thead th:first-child {
    border-left: 0;
}

.block_calendar_box_ td.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 1;
}

.block_calendar_box_ .ui-datepicker table td .ui-state-default {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    padding: 3px 0 30px;
    text-align: left;
    padding-left: 10px;
    color: #6d7174;
}

.block_calendar_box_ .ui-datepicker table tr td:first-child {
    border-left: 0;
}

.block_calendar_box_ .ui-datepicker table thead th.ui-datepicker-week-end {
    /* background: #fae5e5; */
}

.block_calendar_box_ .ui-datepicker table td.ui-datepicker-unselectable {
    /* background: #eee; */
}

.block_calendar_box_ .ui-datepicker table td.is-holiday, .block_calendar_box_ .ui-datepicker table td.ui-datepicker-week-end .ui-state-default, .block_calendar_box_ .ui-datepicker table td.ui-state-disabled .ui-state-default {
    /* color: #dcdcdc; */
}

.block_calendar_box_ .ui-datepicker table td.is-holiday, .block_calendar_box_ .ui-datepicker table td.ui-datepicker-week-end {
    background: #f6f6f6;
}

.block_calendar_box_ .ui-datepicker table td span, .block_calendar_box_ .ui-datepicker table th span {
    padding: 0;
    display: block;
}

.block_calendar_box_ .ui-datepicker table td span.is-select_tt {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px;
    background-color: #fff;
    border-radius: 2px;
    width: 93%;
    text-align: center;
    padding: 2px 0;
    color: #cc3e46;
}

.block_calendar_box_ .ui-datepicker table td span.is-select_tt-next, .block_calendar_box_ .ui-datepicker table td span.is-select_tt-next-next {
    position: absolute;
    bottom: -2px;
    margin: auto;
    font-size: 9px;
    transform: scale(0.9);
    background-color: #fab945;
    width: 66px;
    margin-left: -3.5px;
    text-align: center;
    padding: 2px 0;
    color: #fff;
}

.block_calendar_box_ .ui-datepicker table td span.is-select_tt-next-next {
    background-color: #faf495;
}

.block_calendar_box_ .ui-datepicker table td.is-select {
    background: #cc3e46;
}

.block_calendar_box_ .ui-datepicker table td.is-select .ui-state-default {
    color: #fff;
}

.block_calendar_box_ .is-attention_ {
    font-size: 14px;
    width: 100%;
    max-width: 744px;
    margin: 40px auto;
    color: #5c6771;
    line-height: 1.78;
}


.block_calendar_box_ .is-attention_ li {
    margin-bottom: 10px;
    text-indent: -13px;
    padding-left: 13px;
    line-height: 1.8;
    margin-left: 1.0em;
    text-indent: -1.0em;
}

.block_calendar_box_ .is-attention_ li:last-child {
    margin-bottom: 0px;
}

.block_calendar_box_ .is-attention_ .gray_ {
    background-color: #dcdcdc;
    color: #959595;
    padding: 0px 3px;
}

.block_calendar_box_ .is-attention_ .green_ {
    padding: 0 3px;
    background-color: #89c014;
    color: #fff;
}

.block_calendar_box_ .is-attention_ .ygreen_ {
    background-color: #d7e983;
    padding: 0 3px;
}

.block_calendar_box_ .is-attention_ .orange_ {
    background-color: #ffa500;
    padding: 0 3px;
    color: #fff;
}

.block_calendar_box_ .is-attention_ .underline_ {
    text-decoration: underline;
    text-decoration-color: #000000;
}

#block_calendar_box {
    background-color: #fafafa;
    padding: 0 0 40px 0;
    /*border: solid #ebebe5 1px;*/
    max-width: 1000px;
    margin: 0 auto;
}

.block_calendar_box_ h2 {
    font-size: 22px;
    text-align: center;
    padding: 12px 0;
    /*background: #f7f7f4;*/
    font-weight: 600;
}

#block_calendar_box .block_calendar_innerbox_ {
    width: 1000px;
    margin: auto;
}

#block_calendar_box .is-attention_ li {
    margin-bottom: 10px;
    text-indent: -13px;
    padding-left: 63px;
    line-height: 1.5;
}
.ui-datepicker-calendar thead th {
    border: none;
}
.is_active--orange {
    background-color: #fab945!important;
}
.is_active--yellow {
    background-color: #faf495!important;
}
.block_calendar_menu {
    background: #ffffff;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 22px;
}
.block_calendar_menu ul {
    display: flex;
    justify-content: center;
    padding: 12px 30px;
}
.block_calendar_menu ul li {
    font-size: 15px;
}
.block_calendar_menu ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e4e4e4;
    vertical-align: -5px;
}
.block_calendar_menu ul li:nth-child(2)::before {
    background-color: #d45158;
}
.block_calendar_menu ul li:nth-child(3)::before {
    background-color: #fab945;
}
.block_calendar_menu ul li:nth-child(4)::before {
    background-color: #f7f18d;
}
.block_calendar_menu ul li span {
    margin: 0 4px;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.block-common-payment {
    padding: 64px 0 94px 0;
    border-bottom: 1px solid rgb(220, 220, 220, 0.7);
}
.block-common-payment h2 {
    text-align: center;
    border-bottom: none;
    font-size: 22px;
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: 600;
}
.block-common-payment h3 {
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
}
.block-common-payment, .block-common-payment h3 {
    background-color: #ffffff;
    color: #5c6771;
}
.block-common-payment__wrapper {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-common-payment__wrapper>p {
    width: 100%;
    margin-bottom: 30px;
    text-align:center;
}
.block-common-payment__item p {
    line-height: 2;
    color: #5c6771;
    margin-bottom: 28px;
}
.block-common-payment__item--after {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #333;
    text-decoration: none;
}
.block-common-payment h3 span {
    position:relative;
}
.block-common-payment h3 span::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    right: -20px;
    border: 6px solid transparent;
    border-top: 10px solid #5c6771;   /* 好みで色を変えてください */
}
@media (max-width:900px) {
    .block_calendar_menu ul {
        padding: 10px 14px;
        margin-bottom: 20px;
    }
    .block_calendar_menu ul li {
        margin-right: 8px;
        font-size: 13px;
        font-weight: 600;
    }
    .block_calendar_menu ul li::before {
        width: 16px;
        height: 16px;
    }
    .block_calendar_menu ul li span {
        margin: 0 4px;
    }
    .block_calendar_box_ .ui-datepicker-inline {
        width: 100% !important;
    }
    .block_calendar_box_ .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }
    .block_calendar_box_ .ui-datepicker-group.ui-datepicker-group-last {
        margin: 40px 0 0;
    }
    .block_calendar_box_ .is-attention_ li {
        margin-left: 0;
    }
}