@charset "utf-8";
/* CSS Document */

.front .scheduleBox .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
        min-height:0;
        padding:0;
    }
.front .tribe-events .tribe-events-c-subscribe-dropdown__container{
    display:none;
}
.archive .tribe-events .tribe-events-c-subscribe-dropdown__container{
    display:none;
}
@media only screen and (max-width:999px) {
    .front .tribe-events .tribe-events-l-container{
        min-height:0;
        padding:0;        
    } 
}

#tribe-events-pg-template{
    max-width:1115px!important;
    min-width:1000px!important;
    margin:0 auto 60px!important;
    padding:0!important;
    clear:both!important;
}
@media only screen and (max-width:999px) {
    #tribe-events-pg-template{
        width:100%!important;
        min-width:100px!important;
        padding:0 15px!important;
    }
}
.detailTitle .tribe-events-single-event-title{
    font-size: 3.0rem;
    font-family: 'Roboto','Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height:1.4;
    margin-bottom:25px;
}
.detailTitle .tribe-events-single-event-title span{
    font-size:0.6em;
    display:inline-block;
    margin-bottom:10px;
    font-weight:normal;
}
.tagBox ul.tribe-events-c-top-bar__nav-list li{
    list-style-type:none;
}
.tagBox ul.tribe-events-c-view-selector__list li{
    list-style-type:none;
}
.tagBox .tribe-common h2::before{
    display:none;    
}
.tribe-events .cat_cattest1 .tribe-events-calendar-month__multiday-event-bar-inner{
    background-color:rgba(214,0,108,0.5);
}
/*カレンダーに追加を消す（アーカイブ処理）*/
.tagBox .tribe-events.tribe-common{display:none}