/*box-schedule*/
.box-schedule {}

/*___box-schedule layout___*/
/*__全体__*/
/*_Reset_*/
.box-schedule img {
    height: none;
}

.box-schedule .mc-main .mc-events {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    border: 0;
    border-top: 1px solid var(--common_day_grey);
    border-left: 1px solid var(--common_day_grey);
    border-right: 1px solid var(--common_day_grey);
}

.box-schedule .mc-main .mc-events:last-child {
    border-bottom: 1px solid var(--common_day_grey);
}

.box-schedule .mc-main .mc-list li {
    padding: 0;
    border-bottom: dotted 1px var(--common_day_white);
    background: var(--common_day_grey);
}

.box-schedule .mc-main p {
    line-height: 1.2em;
    margin-bottom: 0.25em;
}
.box-schedule .mc-main p:last-child {
    margin-bottom: 0;
}

.box-schedule .mc-main .details .mc_edit_links {
    border: 0;
    margin: 0;
    padding: 0;
    background: var(--common_day_white);
    clear:both;
}

/*No Event*/
.box-schedule .mc-main li.no-events {
    height: 3em;
    line-height: 3em;
    background: var(--common_day_white);
    border: 0;
}


/*__nav__*/
.box-schedule .mc-main .my-calendar-nav {
    text-align: right;
}

@media (min-width: 960px) {
    .box-schedule .mc-main .my-calendar-nav {
        text-align: center;
    }
}

.box-schedule .mc-main .my-calendar-nav ul {
    height: 1em;
    position: relative;
    top: 1em;
    font-size: var(--f4);
    text-align: right;
}



.box-schedule .mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 1px 20px;
    color: var(--common_day_grey);
    background: #fff;
    line-height: 1em;
}

.box-schedule .mc-main .my-calendar-nav li a:hover {
    color: var(--common_day_black);
}

.box-schedule .mc-main .my-calendar-nav li a,
.mc-main .calendar-event .details,
.mc-main .calendar-events {
    border: none;
}

.box-schedule .mc-main .my-calendar-prev a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.box-schedule .mc-main .my-calendar-prev a::before {
    content: "« ";
    font-size: 1.5em;
}

.box-schedule .mc-main .my-calendar-next a::after {
    content: " »";
    font-size: 1.5em;
}






.box-schedule .my-calendar-nav li a {
    min-width: 4em;
}


/*__日付__*/

.box-schedule .my-calendar-month {
    font-size: var(--f4);
}



/*_Reset_*/
.box-schedule .mc-main .mc-events .event-date {
    /*    display: block;*/
    display: flex;
    justify-content: center;
    position: relative;
    width: 8%;
    padding-left: 0;
    padding-right: 0;
    background: var(--common_day_grey);
}

@media (min-width: 960px) {
    .box-schedule .mc-main .mc-events .event-date {
        min-width: 3em;
    }
}

.box-schedule .mc-main .mc-list .event-date button {
    /*    line-height: 4em;*/
    padding-top: 1.3em !important;
    padding-bottom: 1em !important;
    line-height: 1.2em;
    position: relative;
    bottom: 3px;
    font-size: var(--f6);
    color: var(--common_day_white);
    /*
    position: absolute;
    top: 0 !important;
    left: 0 !important;
*/
    margin-right: 0 !important;
    width: 3em;
}

.box-schedule .mc-list-details-separator {
    display: none;
}

.box-schedule .mc-main .mc-list .event-date button:first-child:hover {
    text-decoration: none;
}

.box-schedule .mc-main .mc-list .event-date button:first-child:nth-of-type(1)::before {
    display: none;
}


/*当日*/
.box-schedule .current-day .event-date button { 
    font-weight: bold;
}

/*曜日*/
.box-schedule .mc-main .mc-events .event-date.d_sun {
    background: var(--common_day_red);
    color: #fff;
}

.box-schedule .mc-main .mc-events .event-date.d_mon {}

.box-schedule .mc-main .mc-events .event-date.d_tue {}

.box-schedule .mc-main .mc-events .event-date.d_wed {}

.box-schedule .mc-main .mc-events .event-date.d_thu {}

.box-schedule .mc-main .mc-events .event-date.d_fri {}

.box-schedule .mc-main .mc-events .event-date.d_sat {
    background: var(--common_day_blue);
    color: #fff;
}



/*__情報__*/
/*_Reset_*/
.box-schedule .mc-main .mc-events .list-event {
    display: block !important;
    flex-grow: 4;
    padding: 0;
    width: 92%;
    background: var(--common_day_white);
}

.box-schedule .mc-main .list-event .details,
.box-schedule .mc-main .odd .list-event .details {
    background: var(--common_day_white);
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
}

.box-schedule .event_list_description img {}

/*複数イベント対応*/
.box-schedule .mc-main .mc-events .list-event:nth-child(n+3) {
    border-top: solid 1px var(--common_day_grey);
    margin-left: 8%;
}

@media (min-width: 960px) {
    .box-schedule .mc-main .mc-events .list-event:nth-child(n+3) {
        margin-left: 8%;
    }
}



/*list_box*/
.box-schedule .event_list_box {
    clear: both;
}



/*inf-up inf-bottom*/
.box-schedule .event_list_box_inf-title,
.box-schedule .event_list_box_inf-up,
.box-schedule .event_list_box_inf-bottom {
    padding: 0.3em 0.5em 0 0.5em;
}

.box-schedule .event_list_box .event_list_box_inner {
    line-height: 1.2em;
    margin-bottom:0.3em;
}

/*title*/
.box-schedule .event_list_box_inf-title {
    border-bottom: dotted 1px var(--common_day_grey);
}
.box-schedule .event_list_title {
    font-size: var(--f5);
    font-weight: bold;
}

/*time shortdesc(price) description FONT*/
.box-schedule .event_list_p,
.box-schedule .event_list_shortdesc,
.box-schedule .event_list_description {
    font-size: var(--f6)
}



.box-schedule .event_list_box_inf-up {
    border-bottom: dotted 1px var(--common_day_grey);
}


@media (min-width: 960px) {}




/*description*/
.box-schedule .event_list_box_description {
    flex-grow: 5;
}

.box-schedule .event_list_box_img {
    max-width: 80px;
}

@media (min-width: 960px) {
    .box-schedule .event_list_box_img {
        max-width: 100px;
    }
}

.box-schedule .event_list_img img {
    height: auto;
}

.box-schedule .event_list_box_img_description {
    padding-top: 0.25em;
}





/*current day*/
.box-schedule .mc-main .current-day {
/*    background: var(--common_day_yellow);*/
}

/*__List Event__*/

/*Title-layout*/


.box-schedule .mc-main .mc-list .event-date button {
    /*
    position: absolute;
    left: 4em;
    text-align: left;
    margin-right: 4em !important;
*/
}




@media (min-width: 960px) {}


/*List-日付表示 .event-date button:first-child*/




/*List-タイトル .event-date buttonn*/
/*list_back*/
.box-schedule .mc-main .mc-list .odd {}

/*list_Title*/
/*
.box-schedule .mc-main .event_list_box h3,
.box-schedule .mc-main .event_list_box h3 a {
    font-size: var(--f4) !important;
    padding: 3px 10px;
}

.box-schedule .mc-main .event_list_box_ttl .event-title h3,
.box-schedule .mc-main .event_list_box_ttl .event-title h3 a {
    padding: 10px;
}
*/

/*list_Time*/


/*list_Bt detail*/


/*
.box-schedule .event_list_box_bt-detail .mc-detail {
    display: inline-block;
}

.box-schedule .event_list_box_bt-detail p.mc_details {
    text-align: center !important;
}

.box-schedule .event_list_box_bt-detail a.mc-details,
.box-schedule .event_detaile_box_bt-back a.bt_schedule {
    padding: 0.25em 0.5em;
    line-height: 3em;
    border: 1px solid var(--common_grey);
    border-radius: 1em;
    color: var(--common_white);
    background: var(--common_black);
    box-shadow: 2px 2px 2px var(--common_shadow);
}
*/





/*__Detail Event__*/

/*Detail Layout*/
/*
.box-schedule .event_detaile_box_img-desc {
    display: flex;
    flex-direction: column;
}

.box-schedule .event_detaile_box_img,
.box-schedule .event_detaile_box_desc {
    width: 100%;
}

@media (min-width: 960px) {
    .box-schedule .event_detaile_box_img-desc {
        flex-direction: row;
        justify-content: space-between;
    }
    .box-schedule .event_detaile_box_img {
        width: 49%;
    }
    .box-schedule .event_detaile_box_desc {
        width: 49%;
    }
}
*/

/*Detail_title time*/
/*
.box-schedule .event_detaile_box_time {
    text-align: right;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    font-weight: 700;
}
*/


/*Detail_bt Back to schedule*/
/*
.box-schedule .event_detaile_box_bt-back {
    text-align: center;
    height: 3em;
}
*/

.box-schedule .event_detaile_box_bt-back a.bt_schedule {
    /*.box-schedule .event_list_box_bt-detail a.mc-details と同じ*/
}