@charset "UTF-8";

#news .main {
    background-color: #f1eeeb;
}
#news .sub-sec .container::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(../img/event-news_title_img.png) no-repeat;
    background-size: cover;
    background-position: center;
}
#news .sub-sec .content .col_3 li .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}
#news .sub-sec .content .col_3 li .date {
    line-height: 1.3;
    margin-right: 10px;
}
#news .sub-sec .content .col_3 li .cat {
    height: auto;
    font-size: 0.85rem;
    line-height: 1.2;
    padding: 5px 8px 3px;
    border: 1px solid #000;
}
#news .sub-sec .content .news-ttl > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
#news .sub-sec .content .news-ttl > div .date {
    line-height: 1.3;
    margin-right: 10px;
}
#news .sub-sec .content .news-ttl > div .cat {
    height: auto;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 5px 8px 3px;
    border: 1px solid #000;
}
#news .sub-sec .content .news-ttl h2 {
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

/* media query : mobile
---------------------------------------------*/
@media screen and (max-width: 768px) {
    #news .sub-kv {
        height: 400px;
        padding-top: 70px;
        background: url(../img/news-kv_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    #news .sub-kv .content {
        position: relative;
        width: 100%;
        padding: 30px 20px 20px;
        box-sizing: border-box;
    }
    #news .sub-sec .container::after {
        top: -50px;
        width: 210px;
        height: 101px;
    }
    #news .sub-sec .content .col_3 {
        gap: 30px;
        margin-bottom: 40px;
    }
    #news .sub-sec .content .col_3 li {
        width: 100%;
    }
    #news .sub-sec .content .col_3 li img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    #news .sub-sec .content .news-ttl h2 {
        font-size: 1.45rem;
        margin-bottom: 40px;
    }
}

/* media query : desktop
---------------------------------------------*/
@media screen and (min-width: 769px) {
    #news .sub-kv {
        height: 580px;
        padding-top: 90px;
        background: url(../img/news-kv_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    #news .sub-sec .container::after {
        top: -70px;
        width: 340px;
        height: 139px;
    }
    #news .sub-sec .content .col_3 {
        gap: 50px 0;
        margin-bottom: 60px;
    }
    #news .sub-sec .content .col_3 li {
        width: calc((33.33% - 40px) - 0.67px);
    }
    #news .sub-sec .content .col_3 li:not(:nth-of-type(3n)) {
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #6e6e6e;
    }
    #news .sub-sec .content .col_3 li img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    #news .sub-sec .content .news-ttl h2 {
        font-size: 1.9rem;
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 1100px) and (min-width: 769px) {
    #news .sub-sec .content .col_3 li {
        width: calc((33.33% - 33.33px) - 0.67px);
    }
    #news .sub-sec .content .col_3 li:not(:nth-of-type(3n)) {
        padding-right: 25px;
        margin-right: 25px;
        border-right: 1px solid #6e6e6e;
    }
}
@media screen and (max-width: 890px) and (min-width: 769px) {
    #news .sub-sec .content .col_3 li {
        width: calc((50% - 25px) - 0.5px);
    }
    #news .sub-sec .content .col_3 li:nth-of-type(2n) {
        padding-right: 0!important;
        margin-right: 0!important;
        border-right: none!important;
    }
    #news .sub-sec .content .col_3 li:nth-of-type(3n) {
        padding-right: 25px;
        margin-right: 25px;
        border-right: 1px solid #6e6e6e;
    }
}


/* pagenavi
---------------------------------------------*/
.pagenavi-arc .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 1.15rem;
    color: #b2b2b2;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.pagenavi-arc .nav-links a {
    width: 30px;
    height: 30px;
    color: #7f552c;
    text-align: center;
    border-radius: 30px;
    padding: 6px;
    background-color: #e1dbd1;
    box-sizing: border-box;
}
.pagenavi-arc .nav-links .next {
    display: none;
}

.pagenavi-sgl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.pagenavi-sgl .info-list {
    width: 260px;
}
.pagenavi-sgl .previous a,
.pagenavi-sgl .next a {
    position: relative;
    height: 20px;
    font-size: 1.25rem;
    color: #7f552c;
    font-weight: 700;
    padding-top: 3px;
    transition: all 0.3s ease;
}
.pagenavi-sgl .previous a {
    padding-left: 28px;
}
.pagenavi-sgl .next a {
    padding-right: 28px;
}
.pagenavi-sgl .previous a::after,
.pagenavi-sgl .next a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}
.pagenavi-sgl .previous a::after {
    left: 0;
    background: url(../../assets/img/arrow-inv_bn.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}
.pagenavi-sgl .next a::after {
    right: 0;
    background: url(../../assets/img/arrow_bn.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .pagenavi-sgl .previous,
    .pagenavi-sgl .next {
        width: 50%;
        margin-bottom: 20px;
    }
    .pagenavi-sgl .previous {
        text-align: left;
    }
    .pagenavi-sgl .next {
        text-align: right;
    }
    .pagenavi-sgl .info-list {
        order: 3;
    }
}
@media screen and (min-width: 769px) {
    .pagenavi-sgl .previous a:hover,
    .pagenavi-sgl .next a:hover {
        opacity: 0.8;
    }
    .pagenavi-sgl .previous a:hover::after {
        left: -3px;
    }
    .pagenavi-sgl .next a:hover::after {
        right: -3px;
    }
}