@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;800&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.xo-event-calendar table.xo-month{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}
.xo-event-calendar table.xo-month > thead th.saturday{
    color: #006aba !important;
}
.xo-event-calendar table.xo-month > thead th.sunday{
    color: #e84c3d !important;
}
.xo-event-calendar table.xo-month tr th{
    font-family: 'Barlow', sans-serif !important;
    font-weight: 600 !important;
    font-size: 2rem !important;
    padding: 10px 0px !important;
    color: #444444;
}
.xo-event-calendar table.xo-month .month-header{
    position: relative;
}
.xo-event-calendar table.xo-month .month-header .month-detail{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900 !important;
    text-align: left;
    color: #444444;
    line-height: 1;
}
.xo-event-calendar table.xo-month .month-header .month-calendar-title{
    display: inline-block;
    background-color: #23ac38;
    padding: 0 30px;
    color: #ffffff;
    border-radius: 20px;
}
.xo-event-calendar table.xo-month .month-header .month-detail .month-title{
    font-family: 'Barlow', sans-serif !important;
    font-weight: 800 !important;
    font-size: 5rem;
    margin-right: 10px;
}
.xo-event-calendar table.xo-month .month-header .month-detail .month-title span{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900 !important;
    font-size: 3rem;
}
.xo-event-calendar table.xo-month .month-header .month-detail .month-description{
    font-family: 'Barlow', sans-serif !important;
    font-weight: 600 !important;
    font-size: 2.5rem;
}
.xo-event-calendar table.xo-month .month-header .month-navigater{
    position: absolute;
    width: 20%;
    min-width: 150px;
    bottom: 0;
    right: 0;
    padding-bottom: 3px;
    text-align: right;
}
.xo-event-calendar table.xo-month .month-header .month-navigater button{
    color: #727272 !important;
    border: 1px solid #bdbdbd;
}
.xo-event-calendar table.xo-month .month-prev,
.xo-event-calendar table.xo-month .month-next{
    position: relative !important;
    margin-left: 10px;
}
.xo-event-calendar table.xo-month .month-header .month-navigater button.month-now{
    width: 100%;
    height: 30px;
    font-weight: bold;
    border: 1px solid #bdbdbd;
}
.xo-event-calendar table.xo-month .month-dayname-space,
.xo-event-calendar table.xo-month .month-event,
.xo-event-calendar table.xo-month .month-event .event-more{
    pointer-events: none;
}
.xo-event-calendar table.xo-month .event-bar{
    border: none !important;
}
.xo-event-calendar table.xo-month .month-event-title{
    padding: 0px 3px 1px 3px !important;
    color: #ffffff !important;
}
.xo-event-calendar table.xo-month .month-event .event-more{
    display: block;
    font-weight: bold;
    text-align: right;
}
.xo-event-calendar table.xo-month .month-week{
    height: 80px;
}
.xo-event-calendar table.xo-month .month-dayname .weekend-sat{
    color: #006aba !important;
}
.xo-event-calendar table.xo-month .month-dayname .weekend-sun{
    color: #e84c3d !important;
}
.xo-event-calendar table.xo-month .month-dayname .other-month{
    color: #9e9ea0 !important;
    opacity: 1 !important;
}
.xo-event-calendar table.xo-month .month-dayname td div{
    font-family: 'Barlow', sans-serif !important;
    font-weight: 800 !important;
    text-align: left !important;
    color: #444444;
}
.xo-event-calendar table.xo-month .month-dayname td div.today{
    color: #444444;
    background-color: #EFEFEF;
}
.event-swal2 .swal2-date{
    min-height: 275px;
    text-align: left;
}
.event-swal2 .swal2-date .swal2-date-title{
    font-family: 'Barlow', sans-serif !important;
    font-weight: 800 !important;
    padding-left: 15px;
    font-size: 5rem;
    color: #444444;
}
.event-swal2 .swal2-date .swal2-date-list {
    height: 220px;
    overflow-y: auto;
}
.event-swal2 .swal2-date .swal2-date-list::-webkit-scrollbar {
    width: .7em;
}
.event-swal2 .swal2-date .swal2-date-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.event-swal2 .swal2-date .swal2-date-list::-webkit-scrollbar-thumb {
    background: #444444; 
    border-radius: 10px;
}
.event-swal2 .swal2-date .swal2-date-list .swal2-date-bar{
    color: #ffffff;
    font-size: 2rem;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 5px 0px;
}
.event-swal2 .swal2-close{
    top: -60px !important;
    font-size: 6rem !important;
}
.event-swal2 .swal2-popup{
    padding: 1.25em 0;
}
.calendar-container{
    position: relative;
    width: 100%;
}
.calendar-container .calendar-box{
    overflow: hidden;
}
@media only screen and (max-width: 640px) {
    .calendar-container{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .calendar-container .calendar-box{
        width: calc(100% - 30px);
        margin-left: 15px;
        overflow: hidden;
    }
    .xo-event-calendar table.xo-month .month-dayname td div{
        font-size: .8em !important;
    }
    .xo-event-calendar table.xo-month .month-dayname-space{
        height: 1.2em !important;
    }
    .xo-event-calendar table.xo-month tr th{
        font-size: 1.5rem !important;
    }
    .xo-event-calendar table.xo-month .month-week{
        height: 60px;
    }
    .xo-event-calendar table.xo-month .month-event-title{
        font-size: .6em !important;
        padding: 2px 3px 0px 3px !important;
    }
    table.xo-month .month-event .event-more {
        font-size: .6em;
    }
}
@media only screen and (max-width: 576px) {
    .xo-event-calendar table.xo-month .month-event-title{
        font-size: .5em !important;
    }
    table.xo-month .month-event .event-more {
        font-size: .5em;
    }
    .xo-event-calendar table.xo-month .month-header .month-calendar-title{
        font-size: .8em;
        margin-bottom: 5px;
    }
    .xo-event-calendar table.xo-month .month-header .month-navigater{
        padding-bottom: 0px
    }
    .xo-event-calendar table.xo-month .month-header .month-detail .month-title{
        font-size: 3rem;
        margin-right: 5px;
    }
    .xo-event-calendar table.xo-month .month-header .month-detail .month-title span{
        font-size: 1.7rem;
    }
    .xo-event-calendar table.xo-month .month-header .month-detail .month-description{
        font-size: 1.5rem;
    }
    .xo-event-calendar table.xo-month .month-header .month-navigater button.month-now{
        height: 22px;
        font-size: .7em;
    }
    .xo-event-calendar table.xo-month button {
        margin-top: 5px;
    }
    .xo-event-calendar table.xo-month button span{
        font-size: 16px;
        height: 20px;
        line-height: 21px;
    }
}