@charset "utf-8";


/*all device*/
.fc-title {
    font-family: 'Quicksand', sans-serif;
    color: #000;
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.calendarWrap {
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}
/*.show_fee {padding-left: 5px;}*/

/*sp*/
@media only screen and (max-width: 767px) {
    #singleEvent .entry-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
    }

    .fc-toolbar .fc-right {
        float: right;
        margin-top: 20px;
    }

    .fc-ltr .fc-basic-view .fc-day-number {
        font-size: 14px;
        background: #f7f7f7;
        border-top: 1px solid #ddd;
    }

    ..fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number,
    .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,
    .fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
        font-size: 12px;
    }

    .fc-ltr .fc-basic-view .fc-day-number .fc-sat .fc-past {
        background: #32566f !important;
    }

    .fc-row .fc-content-skeleton td,
    .fc-row .fc-helper-skeleton td {
        background: #333;
    }

    .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-sat {
        background: #32566f;
    }

    .fc-day-number .fc-sun .fc-past {
        background: #b92c2c;
    }

    .eventList {
        margin: 10px 0 0 0;
    }

    .eventList li {
        position: relative;
    }

    .listTable {
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
    }

    .listTable td {
        vertical-align: middle;
    }

    .listTable td.eventDay {
        display: block;
        text-align: center;
        font-size: 16px;
        background: #f1f1f1;
    }

    .listTable td.eventDay span {
        font-size: 16px;
        line-height: 1.7;
    }

    .listTable td.detail {
        width: calc(100% - 120px);
        padding: 0px 10px;
        overflow: hidden;
        box-sizing: border-box;
        display: inline-block;
    }

    .thumbnail-box {
        width: 120px;
        height: 120px;
        background-size: cover;
        background-position: top;
        margin: 0 auto;
    }

    .thumbnail-box.arch {
        height: 110px;
        width: 110px;
        background-size: cover;
        background-position: top;
        margin: 0 auto;
    }

    .thumbnail-box.frontPage {
        width: 90%;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .thumbnail-box.today {
        width: 100%;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .listTable td.thumb {
        width: 120px;
        display: inline-block;
    }

    .fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-sat {
        background: #999;
    }

    .dayName {
        display: inline-block;
    }

    .showTime span {
        font-size: 14px;
    }

    .showTime span.show_fee {
        font-size: 14px;
    }

    #singleEvent .show_fee {
        font-size: 27px;
        text-align: right;
        margin: 10px 0 0 0;
    }

    #singleEvent .show_fee.today {
        font-size: 14px;
        /* text-align: right; */
        margin: 0;
    }

    .price {
        /*margin-left: 0px;*/
        display: inline-block;
    }

    .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
        float: left !important;
        padding-left: 5px;
        color: #000 !important;
    }

    .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left {
        float: right !important;
        padding-right: 5px;
        color: #666;
    }
}

/*pc*/
@media only screen and (min-width: 768px) {
    #singleEvent .entry-title {
        font-size: 28px;
        font-weight: bold;
    }

    #singleEvent .show_fee.today {font-size: 14px;}

    #singleEvent .show_fee {
        font-size: 27px;
        text-align: right;
        margin: 10px 0 0 0;
    }

    .fc-row .fc-content-skeleton tbody td {
        padding: 10px 0px 10px 5px !important;
        height: auto;
        box-sizing: border-box;
    }

    .fc-row .fc-content-skeleton {
        min-height: 140px !important;
    }

    #singleEvent .fc-row .fc-content-skeleton tbody td {
        padding: 0px 0px 5px 3px !important;
        height: 70px;
        box-sizing: border-box;
    }

    .fc-ltr .fc-basic-view .fc-day-number {
        background: rgba(239,239,239,0.4);
        border-bottom: 1px solid #e2e2e2;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        padding-right: 5px !important;
    }

    .fc-basic-view tbody .fc-row {
        min-height: 140px !important;
    }

    .eventList li {
        height: 160px;
        position: relative;
    }

    .listTable {
        background-color: rgba(255, 255, 255, 0.8);
        margin: 10px 0;
        width: 100%;
    }

    .listTable tr {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .listTable td {
        vertical-align: middle;
    }

    .listTable td.eventDay {
        width: 9%;
        text-align: center;
        font-size: 40px;
        padding-top: 15px;
        background: #000;
        color: #fff;
    }

    .listTable td.fc-sat {background: #0000ff}

    .listTable td.eventDay span {
        font-size: 18px;
        vertical-align: top;
        line-height: 1.7;
    }

    .listTable td.detail {
        padding: 0px 20px;
        overflow: hidden;
        
        box-sizing: border-box;
        position: relative;
    }

    .listTable td.detail a{
        /*margin-bottom: 5px;*/
        line-height: 1.3;
    }

    .listTable .detail_content {
        width: 98%;
        color: #666;
    }

    .listTable td.thumb {
        width: 160px;
        border-right: 1px solid #eee;
    }

    .thumbnail-box {
        width: 100%;
        height: 160px;
        background-size: cover;
        background-position: top;        
    }

    .thumbnail-box.arch {
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
    }

    .thumbnail-box.single {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .showTime span {
        font-size: 22px;
        display: inline-block;
    }

    .showTime span.show_fee {
        font-size: 14px;
    }

    /*.price {
        margin-left: 10px;
    } */
    .fc-toolbar .fc-right {
    	float: left !important;
    	margin: 3px 0 0 30px;
    }
}

.fc-toolbar .fc-left {
    font-size: 36px !important;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}


.eo-fullcalendar .fc-view>table>tbody {
    background: rgba(255, 255, 255, 0.7) !important;
}

/*土曜日タイトルの背景色*/
th.fc-day-header.fc-widget-header.fc-sat {
    background: #32566f;
    color: #fff;
}

/*日曜日タイトルの背景色*/
th.fc-day-header.fc-widget-header.fc-sun {
    background: #b92c2c;
    color: #fff;
}

/*土曜日の背景の色を変える*/
.fc-day.fc-widget-content.fc-sat.fc-past,
.fc-day.fc-widget-content.fc-sat.fc-future {
    background: #e4f2fb;
}

/* 日曜日の背景の色を変える*/
.fc-day.fc-widget-content.fc-sun.fc-past,
.fc-day.fc-widget-content.fc-sun.fc-future {
    background: #fff1f1;
}

.fc-day.fc-widget-content.fc-sun.fc-past .fc-title,
.fc-day.fc-widget-content.fc-sun.fc-future .fc-title {
    color: #fff !important;
}

.fc-event-container {
    padding: 10px 5px !important;
}

.fc-day-header.fc-widget-header.fc-mon,
.fc-day-header.fc-widget-header.fc-tue,
.fc-day-header.fc-widget-header.fc-wed,
.fc-day-header.fc-widget-header.fc-thu,
.fc-day-header.fc-widget-header.fc-fri {
    background: #000;
    color: #fff;
}

td.fc-title.fc-sun {
    color: #fff;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
    background: #fcf8e3;
    border-top: 1px solid #ddd;
}

.fc-event {
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #333 !important;
    text-decoration: none;
}

.fc-event .fc-sun,
.fc-event .fc-sun:hover,
.ui-widget .fc-event .fc-sun {
    color: #fff !important;
    text-decoration: none;
}

.eo-fullcalendar-screen-reader-text {
    position: relative !important;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: none;
    clip: none;
    border: 0;
}

.fc-day-grid-event {
    padding: 0 5px !important;
    margin: 1px 1px 0 !important;
}

.eo-fullcalendar-screen-reader-text.screen-reader-text {
    display: none;
}

.fc-day-grid-event .fc-time {
    display: none;
}

.showTime {
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
}

#singleEvent .showTime {
    margin: 5px 0;
}

#singleEvent .showTime span {
    font-size: 170%;
}

#singleEvent .showTime span.show_fee {
    font-size: 14px;
}

#singleEvent .show_fee span {font-size: 16px;}

.qtip-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-family: 'Quicksand', sans-serif;
}

.qtip-content {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.qtip-eo .qtip-titlebar {
    background-color: #b92d2d !important;
    color: #fff;
}

.qtip-titlebar {
    padding: 5px 10px !important;
}

.qtip-content {
    background: #000;
}

.info_fee {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.info_fee p {font-size: 15px;}




