@charset "UTF-8";

.eo-eb-filter{ background:#ececec ; display:inline-block; margin:5px; padding:3px; }
.eo-eb-filter.eo-eb-filter-on{ background:#d0d0d0; }
.eo-event-board-reversed .eo-eb-filter{ opacity:1; }
.eo-event-board-reversed .eo-eb-filter.eo-eb-filter-on{ opacity:0.5; }
.home-event.-top .eo-event-board-items { height: 100% !important; }
.home-event .eo-event-board-items { margin: auto; display: flex; flex-wrap: wrap; justify-content: center; }
.eo-event-board-items .eo-eb-event-box{z-index: 2;}
.eo-event-board-items .eo-eb-event-box-hidden{pointer-events: none;z-index: 1;}
.eo-event-board-items .eo-eb-event-meta-container h1{ display: inline; }
.eo-event-board-items .eo-eb-event-meta-container{ margin-bottom: 10px; }
.eo-event-board-items .eo-eb-date-container{ float:right;text-align: center;width: 50px;line-height: 1.3; }
.eo-event-board-items .eo-eb-date-container span{ float:right;text-align: center;width: 50px;line-height: 1.3; }
.eo-event-board-items .eo-eb-date-month{ margin: 0px;display: block;font-size: 14px;font-variant: small-caps;color: white;letter-spacing: 3.2px;text-align: center;}
.eo-event-board-items .eo-eb-date-day{ display: block;margin: 0px;border: none;font-size: 32px; }
.eo-event-board-items .eo-eb-event-box{ width: 220px; padding: 10px; background:#ececec; margin: 15px;opacity:0.91;}
.eo-event-board-items .eo-eb-event-box:hover{ opacity:1;}
.eo-event-board-items .eo-eb-event-meta{ display:block;margin:0px; font-size:12px; }
.eo-event-board-items .eo-eb-event-title a{ text-decoration:none; font-size: 23px;line-height: 30px; font-weight:bold; }
.eo-event-board-more{ cursor:pointer; text-align: center; font-weight:bold; background: #ececec; width: 60%; margin:auto; padding:5px; opacity:0.91; }
.eo-event-board-more:hover{ opacity:1; }
.eo-event-board-items img{ margin: 5px auto; }
#event .eo-event-board-items.masonry{
margin: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
height: 100%;
}
@media (max-width:767px) {
.eo-event-board-items{
flex-direction: column;
}
} .eo-event-board-items .eo-eb-event-box:hover{
background:#f0f0f0;
}
.eo-event-board-items .eo-eb-date-container{ font-weight: 700;
font-style: normal;
}
.eo-event-board-items .eo-eb-date-container{
line-height:1.4;
}
.eo-event-board-items .eo-eb-date-month{
background:#006933 !important;
font-size:var(--font-18);
color:#fff;
}
.eo-event-board-items .eo-eb-date-day{
background:#169868 !important;
font-size:var(--font-32);
color:#fff;
}
.eo-event-board-items .eo-eb-event-box{
width: clamp(240px, 28.86vw, 370px);
background:#fff;
padding:18px;
box-sizing:border-box;
border-radius:1px 12px 1px 1px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.40);
}
@media (max-width:1000px) {
.eo-event-board-items .eo-eb-event-box{
width: 45%;
}
}
.eo-event-board-items .eo-eb-event-title a{
font-size: var(--font-24);
line-height:1.4;
}
.eo-event-board-items .eo-eb-event-title a:hover{
color: var(--color-green);
opacity:1;
}
@media (max-width: 767px) {
.eo-event-board-items .eo-eb-event-box{
width:calc(100% - 32px);
}
}
.home-event .calender .eo-event-board-more { display:none;
}
.eo-event-board-more {
font-size: 0;
padding: 30px 10px;
margin: 30px auto;
}
.eo-event-board-more::before{
content: 'イベント情報をもっと読み込む';
font-size: var(--font-16);
}
.eo-event-board-items .image{ margin: 0 auto;
}
.eo-event-board-items .image img{ width: 100%;
height: 100%;
}
.eo-event-board-items .eo-eb-event-meta{
clear:both;
margin-top:15px;
color:#fff;
}
.eo-event-board-items .eo-eb-event-box:hover .eo-eb-event-meta{
color:#f0f0f0;
}
.eo-event-board-items .eo-eb-event-meta a{
color:#333;
font-size: var(--font-14);
background:#F0F4D9;
line-height:2.8;
padding:6px 8px;
box-sizing:border-box;
border-radius:2px;
}
.eo-event-board-items .excerpt{
clear:both;
font-size: var(--font-16);
line-height:1.8;
margin-top:10px;
}