@charset "utf-8";
/* CSS Document */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
}

.jaldpCalendarWrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 950px;
    overflow-x: auto;
    /* border: 1px solid #999; */
}
.jaldpCalendarWrap .jaldpCalendar-table-unit {
    width: calc(100vw - 20px);
    padding: 0;
    overflow: visible;
    margin-right: 15px;
    flex: 0;
    min-width: max-content;
}
.jaldpCalendarWrap .jaldpCalendar-table-unit:last-child {
    margin-right: 0;
}
.jaldpCalendarWrap .jaldpCalendar_textMonth {
    font-weight: 700;
    font-size: 1.4rem;
    margin-left: 2px;
    text-align: left;
}
.jaldpCalendarWrap .jaldpCalendar_textMonth span {
    font-size: 1.8rem;
    margin-left: 0.15em;
}
.jaldpCalendarWrap .jaldpCalendar-table {
    margin-top: 0px;
    font-size: 1rem;
    border-collapse: separate;
    border-spacing: 2px;
    margin-left: -2px;
    width: inherit;
    min-width: 353px;
}
.jaldpCalendarWrap .jaldpCalendar-table .head-cell th {
    font-size: 1rem ;
    padding: 3px 0 1px;
    text-align: center;
    line-height: 1em;
    color: #FFF;
    background-color: #666666;
    width: calc(100% / 7);
    font-weight: 700;
    border-radius: 2px;
}
.jaldpCalendarWrap .jaldpCalendar-table .head-cell th[aria-label="Sunday"] {
    background-color: #CC0000;
}
.jaldpCalendarWrap .jaldpCalendar-table .head-cell th[aria-label="Saturday"] {
    background-color: #005893;
}

.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days {
    padding: 2px;
    position: relative;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: top;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days:not(.daysOut):not(.daysPast):hover {
    opacity: 0.6;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.sunday, 
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.holiday {
    background-color: #FFEFEF;
    border: 0px;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.saturday {
    background-color: #E6F5FF;
    border: 0px;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.daysPast, 
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.daysOut {
    background-color: #E8E8E8;
    border-color: #e8e8e8;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days .daysNum {
    font-size: 1rem;
    font-weight: 700;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days button {
    position: relative;
    border: 0;
    width: 100%;
    background-color: transparent;
    padding: 2rem 0 0;
    display: flex;
    min-height: 5.26rem;
    color: #000;

}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days:not(.daysOut):not(.daysPast) button:hover {
    cursor: pointer;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days button:disabled {
    pointer-events: none;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days .cell-price {
    text-align: center;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    min-width: 4em;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.daysPast .cell-price {
    color: #000;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days .cell-price::after {
    content: "";
    display: block;
    margin: 5px auto 8px;
    width: 9px;
    height: 6px;
    background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/intltour/jaldp/calendar/img_sites/icon_down.svg");
    background-size: contain;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.daysOut .cell-price::after, 
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.daysPast .cell-price::after {
    content: none;
}

/* 最安値 */
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.lowprice .cell-price {
    font-weight: 700;
}
.jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.lowprice button::before {
    content: "最安";
    color: #FFF;
    background-color: #CC0000;
    line-height: 1; 
    font-size: 1rem;
    border-radius: 2px;
    padding: 3px 3px 1px;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
}
@media screen and (min-width: 740px) {
    .jaldpCalendarWrap {
        width: calc(((100vw - 950px) / 2) + 950px);
        min-width: 950px;
    }
    .jaldpCalendarWrap .jaldpCalendar-table-unit {
        width: 100%;
        min-width: fit-content;
    }
    .jaldpCalendarWrap .jaldpCalendar-table-unit:last-child {
        margin-right: 15px;
    }
    .jaldpCalendarWrap .jaldpCalendar_textMonth {
        font-size: 2.8rem;
        margin-left: 6px;
    }
    .jaldpCalendarWrap .jaldpCalendar_textMonth span {
        font-size: 3.6rem;
    }
    .jaldpCalendarWrap .jaldpCalendar-table {
        font-size: 1.8rem;
        border-spacing: 6px;
        margin-left: -6px;
        width: 900px;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .head-cell th {
        font-size: 1.8rem ;
        padding: 7px 0 5px;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days {
        padding: 3px 6px;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days .daysNum {
        font-size: 2rem;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days button {
        padding: 3rem 0 0;
        min-height: 7.66rem;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days .cell-price {
        font-size: 2.2rem;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days .cell-price::after {
        width: 12px;
        height: 8px;
    }
    .jaldpCalendarWrap .jaldpCalendar-table .body-cell td.days.lowprice button::before {
        font-size: 1.6rem;
        top: 0;
        right: -3px;
    }
}