@charset "utf-8";

/*----- 共通 ----- */
.Ebisuta2024-News__inner{
    padding-bottom: 50px;
}
/*----- 一覧 ----- */
.Ebisuta2024-News-block{
    display: inline-block;
    width: 30%;
    margin: 10px 1% 25px;
    vertical-align: top;
    position: relative;
}
.Ebisuta2024-News-block a{
    display: block;
    position: relative;
}
.Ebisuta2024-News-block span.img{
    display: flex;
    flex-wrap: wrap;
    align-items: middle;
    justify-content: center;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.Ebisuta2024-News-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-News-block:hover a img{
    opacity: .7;
    transform: scale(1.05);
}
.Ebisuta2024-News-block .txt{
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 10px;
    font-size: 13px;
}
.Ebisuta2024-News-block .day{
    font-size: 13px;
}
.Ebisuta2024-News-block h2{
    font-size: 13px;
    margin: 0px 0px;
    line-height: 1.5em;
    font-weight: 400;
}
.Ebisuta2024-News #event_pager{
    margin-top: 40px;
}
.Ebisuta2024-News #event_pager > .aligncenter{
    text-align: center;
}
.Ebisuta2024-News #event_pager *{
    font-size: 14px;
}

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

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

}


/*----- 一覧 ----- */
#newslist li{
    line-height: 2em;
    margin-bottom: 10px;
    font-size: 16px;
}
#newslist li a{
    text-decoration: underline;
}
.wrap_pagenavi{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}



/* ----- 詳細 ----- */
.Ebisuta2024-News.-single .Ebisuta2024-News__title{
    text-align: center;
    padding: 7px 0;
    line-height: 1.3em;
}
.Ebisuta2024-News.-single .Ebisuta2024-News__title a{
    font-size: 26px;
    font-weight: 500;
    color: #192F54;
}
.Ebisuta2024-News.-single .Ebisuta2024-News__title a:hover{
    opacity: .6;
}
.Ebisuta2024-News.-single .Ebisuta2024-News__date{
    padding-right: 20px;
    padding-top: 10px;
    font-size: 14px;
    color: red;
    text-align: right;
    display: block;
}
.Ebisuta2024-News.-single .Ebisuta2024-News__body a{
    text-decoration: underline;
}
.Ebisuta2024-News.-single .Ebisuta2024-News__body > div.type-news > *:not(:last-child){
    margin-bottom: 1em;
}
.Ebisuta2024-News.-single #prevANDnext{
    clear: both;
    padding: 80px 0 5px;
    margin: 10px 0;
    border-bottom: 2px #aaa dotted;
}
.Ebisuta2024-News.-single #prevANDnext::after{
    content: "";
    display: block;
    clear: both;
}
.Ebisuta2024-News.-single #prevANDnext .prev{
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 13px;
    width: 49.5%;
    font-size: 13px;
}
.Ebisuta2024-News.-single #prevANDnext .prev a{
    font-size: 13px;
}
.Ebisuta2024-News.-single #prevANDnext .next{
    display: block;
    float: right;
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 13px;
    width: 49.5%;
    text-align: right;
}
.Ebisuta2024-News.-single #prevANDnext .next a{
    font-size: 13px;
}