.calender_area {
    font-family: 'Noto Sans', sans-serif;
    width: 90%;
    margin: 0 auto;
}
.calendar_month {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar_month a{
    font-size: 1.5rem;
}

th {
    height: 30px;
    text-align: center;
    background-color: #dadada;
    border: solid 1px #aaaaaa;
    line-height: 1.8;
}
td {
    height: 100px;
    border: 1px solid #aaaaaa;
    padding: 3px 5px;
}

tr{
    border: 1px solid #aaaaaa;
}

.today {
    background: #feffbb;
}

.calender_area dt.sunday{
    background: #fcd4d4;
}

.sunday span{
    /* background: #fcd4d4;  */
    color:#df3232 ;
}
.sunday .day{
    color:#df3232 ;
}
th.sunday {
    color:#df3232 ;
}


.calender_area dt.saturday{
    background: #bbe1ff;
}

.saturday span {
    /* background: #bbe1ff; */
    color: #3246df;

}
.saturday .day{
    color: #3246df;
}
th.saturday {
    color: #3246df;
}


.calender_area dt.today{
    background: #feffbb;
}


.calender_area .table{
    background-color: #fff;
    width: 100%;
}

.calender_area td a{
    font-size: 0.875rem;
    display: inline-block;
    line-height: 1.3rem;
}

@media screen and (max-width: 768px){
    .calender_area td a{
        font-size: 12px;
    }

    .calender_area .day{
        font-size: 0.875rem;
    }
}








/* 20260128 ADD(begin) */
tr, td, th {
    width: 1000px;
    height: 20px;
    border: none;
    border-left: solid 2px #aaaaaa;
    border-right: solid 2px #aaaaaa;
}
.event_day {
    height: 20px;
    padding: 0;
    line-height: 0;
}

.color1 {
    background: #ddffd1 !important;
}
.color2 {
    background: #ffe9d1 !important;
}
.color3 {
    background: #ffd1d8 !important;
}
.color4 {
    background: #e5e1e2 !important;
}
.color5 {
    background: #deb887 !important;
}

.event_day a {
    width: 100%;
}
tr.day_label, tr.day_label td {
    height: 10px;
}
tr.gap, tr.gap td {
    height: 5px;
}
.day_label, .day_label td, .day_label th {
    border-top: solid 2px #aaaaaa;
}
table {
    border: solid 2px #aaaaaa;
}


a:hover {
    opacity: 1 !important;
}

.event_day {
    font-weight: bold;
}

.saturday {
    /*background: #bbe1ff;*/
}

.sunday{
     /*background: #fcd4d4;  */Z
}
/* 20260128 ADD(end) */

.event_day_in{padding: 3px 5px;}
.event_begin{margin-left: 5px;}
.event_begin_end{margin: 0 5px;}
.event_end{margin-right: 5px;}

.calendar_month a{width: 40px;}


.calender_area .fair,.calender_area .event,.calender_area .seminar,.calender_area .other{
    display: inline-block;
    width: 18px;
    height: 20px;
    vertical-align: bottom;
    margin: 0 2px 0 0;
}

.calender_area .fair{
    background: url(../images/fair.png) center/contain no-repeat;
}

.calender_area .event{
    background: url(../images/event.png) center/contain no-repeat;
}

.calender_area .seminar{
    background: url(../images/seminar.png) center/contain no-repeat;
}

.calender_area .other{
    background: url(../images/other.png) center/contain no-repeat;
}





@media screen and (max-width: 768px){
.calender_area {
    width: 100%;
}

.calendar_month a{
    width: 25px;
}

.calender_area dl{
    background: #fff;
    border: solid 1px #aaaaaa;

}


.calender_area dd{
    border-bottom: solid 1px #aaaaaa;
}
.calender_area dd:last-child{
    border-bottom: none;
}
.calender_area dd a{
font-size: 0.875rem;
}

.calender_area dt{
    background-color: #f4f4f4;
}

.calender_area dt{
    padding: 3px 0 3px 6px;
}
.calender_area dd{
    padding: 3px 6px;
}

.calender_area .fair,.calender_area .event,.calender_area .seminar,.calender_area .other{
    width: 16px;
    height: 22px;
    margin: 0 4px;

}

.calender_area dl{
    display: grid;
    grid-template-columns: 6em 1fr;

}

.calender_area dt{
    border-bottom: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender_area dt:last-of-type{
    border-bottom: none!important;
}

.calender_area dd{
    margin: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.3rem;
}




}