@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 750px) {

iframe {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    border: none;
}
    .item_details, .item_set, .calendar {
         width: 100%; 
        margin: 0 auto;
        color: #4D4D4D;
    }
    
    .js-yumeitem-calendar-available:hover {
        background: #fff;
        font-weight: normal;
        color: #4d4d4d;
    }
    .js-yumeitem-calendar-selected {
        background-color: #fff;
        font-weight: normal;
    }
    .js-yumeitem-calendar-selected span {
        color: #4d4d4d !important;
    }
    .calendar_wrap td .js-yumeitem-calendar-showif-available {
        color: #ec96a4 !important;
        font-weight: bold;
    }
    .title {
background: #5d535e;
        color: #fff;
        text-align: center;
        padding: 8px;
        margin-bottom: 15px;
        font-style: normal;
        font-size: 20px;
    }
    p.lead {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 1em;
    }
    .js-yumeitem-calendar-available:hover {
        background: #ffffff !important;
    }
    .js-yumeitem-calendar-selected {
        background-color: #fff !important;
    }
    .js-yumeitem-calendar-selected span {
        color: #4d4d4d !important;
    }
    ul.notes.align_left li {
        line-height: 2;
    }
    .calendar_wrap {
        width: 100% !important;
        border: 1px solid #acaea9 !important;
    }
    .js-yumeitem-calendar-day {
        font-size: 16px;
    }
    .js-yumeitem-calendar-showif-unavailable {
        background: #aaadb7;
    }
    .js-yumeitem-calendar-yearmon {
        display: inline-flex;
        align-items: center;
        position: relative;
    }
    .js-yumeitem-calendar-yearmon::after {
        position: absolute;
        right: 15px;
        width: 10px;
        height: 7px;
        background-color: #535353;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        pointer-events: none;
    }
    .js-yumeitem-calendar-yearmon select {
        appearance: none;
        min-width: 230px;
        height: 2.8em;
        padding: .4em calc(.8em + 30px) .4em .8em;
        border: none;
        border-bottom: 2px solid #d0d0d0;
        background-color: #fff;
        color: #333333;
        font-size: 1em;
        cursor: pointer;
    }
    .js-yumeitem-calendar-yearmon select:focus {
        outline: none;
    }
    .calendar thead th, .calendar tbody td {
                border: 1px solid #cccdcb!important;
    }
        button[type="button"].js-yumeitem-calendar-onclick-prevmon {
        font-size: 18px;
        color: #42444b;
        background: #fff;
        padding: 5px 10px;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0;
        float: right;
        border: none;
        position: absolute;
        left: 0;
        bottom: -20px;
    }
    button[type="button"].js-yumeitem-calendar-onclick-nextmon {
        font-size: 18px;
        color: #42444b;
        background: #fff;
        padding: 5px 10px;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0;
        float: right;
        border: none;
        position: absolute;
        right: 0;
        bottom: -20px;
    }
    select.js-yumeitem-calendar-yearmon {
        font-size: 23px;
        color: #4D4D4D;
        border-radius: 0;
        padding: 5px 5px 5px 20px;
        border: 1px solid #42444b;
        box-sizing: border-box;
        position: static;
    }
    
}
    @media screen and (min-width:751px) and (max-width: 1024px) {
        iframe {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    border: none;
}
        .js-yumeitem-calendar-available:hover {
            background: #fff;
            font-weight: normal;
            color: #4d4d4d;
        }
        .js-yumeitem-calendar-selected {
            background-color: #fff;
            font-weight: normal;
        }
        .js-yumeitem-calendar-selected span {
            color: #4d4d4d !important;
        }
        .calendar_wrap td .js-yumeitem-calendar-showif-available {
            color: #ed7979 !important;
        }
.title {
        background: #5d535e;
        color: #fff;
        text-align: center;
        padding: 8px;
        margin-bottom: 0px;
        font-style: normal;
        font-size: 19px;
        letter-spacing: 1.5px;
        width: 100%;
    }
        p.lead {
            text-align: center;
            margin-bottom: 0;
            width: 100%;
        }
        section.calendar {
            margin-top: 0px !important;
        }
        .calendar_wrap {
            margin: 15px auto 30px !important;
        }
        .js-yumeitem-calendar-available:hover {
            background: #ffffff !important;
        }
        ul.notes.align_left li {
            line-height: 2;
        }
        .item_details_obi {
            width: 100%;
            margin: 0 auto !important;
            color: #4D4D4D;
            line-height: 1.4;
            font-size: 16.5px !important;
        }
        .calendar thead th, .calendar tbody td {
                border: 1px solid #cccdcb!important;
    }
    }
    @media screen and (min-width:1025px), print, tv {
        iframe {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    border: none;
}
        .js-yumeitem-calendar-available:hover {
            background: #fff;
            font-weight: normal;
            color: #4d4d4d;
        }
        .js-yumeitem-calendar-selected {
            background-color: #fff;
            font-weight: normal;
        }
        .js-yumeitem-calendar-selected span {
            color: #4d4d4d !important;
        }
        .calendar_wrap td .js-yumeitem-calendar-showif-available {
            color: #ed7979 !important;
        }
        .main_contents {
            width: 95% !important;
        }
.title {
        background: #5d535e;
        color: #fff;
        text-align: center;
        padding: 8px;
        margin-bottom: 0px;
        font-style: normal;
        font-size: 19px;
        letter-spacing: 1.5px;
        width: 100%;
    }
        p.lead {
            text-align: center;
            margin-bottom: 0;
            width: 100%;
        }
        section.calendar {
            margin-top: 0px !important;
        }
        .calendar_wrap {
            margin: 15px auto 30px !important;
        }
        .main_contents_box {
            display: block !important;
            margin: 0 auto 30px;
        }
        .detail th {
            width: 19% !important;
        }
        .catarogue_link {
            color: #4d4d4d;
            text-decoration: underline;
        }
        .js-yumeitem-calendar-available:hover {
            background: #ffffff !important;
        }
        .detail th {
            width: 21%;
        }
        .calendar thead th, .calendar tbody td {
                border: 1px solid #cccdcb!important;
    }
    }