@charset "utf-8";

/*----- 共通 ----- */



/*----- 一覧 ----- */
.Ebisuta2024-Performance-block{
    display: inline-block;
    width: 30%;
    margin: 10px 1% 25px;
    vertical-align: top;
    position: relative;
}
.Ebisuta2024-Performance-block a{
    display: block;
    position: relative;
}
.Ebisuta2024-Performance-block span.img{
    display: flex;
    flex-wrap: wrap;
    align-items: middle;
    justify-content: center;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.Ebisuta2024-Performance-block span.img img{
    max-width: 100%;
    width: 100%;
    height: 270px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.3s ease 0s;
    transform: scale(1);
    border: 1px solid #f2f2f2;
}
.Ebisuta2024-Performance-block:hover a img{
    opacity: .7;
    transform: scale(1.05);
}
.Ebisuta2024-Performance-block .txt{
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 10px;
    font-size: 13px;
}
.Ebisuta2024-Performance-block .day{
    font-size: 13px;
}
.Ebisuta2024-Performance-block h2{
    font-size: 13px;
    margin: 0px 0px;
    line-height: 1.5em;
    font-weight: 400;
}
.Ebisuta2024-Performance #event_pager{
    margin-top: 40px;
}
.Ebisuta2024-Performance #event_pager > .aligncenter{
    text-align: center;
}
.Ebisuta2024-Performance #event_pager *{
    font-size: 14px;
}

@media screen and (max-width: 680px){

    .Ebisuta2024-Performance-block {
        display: block;
        width: 90%;
        margin: 10px auto 25px;
        vertical-align: top;
    }

}