@charset "utf-8";
body.blog .under-v,
body.single .under-v {
    background-image: url(../img/low-fv-blog.png);
}

body.blog .news-wrap>.inner,
body.single .news-wrap>.inner {
    margin-top: 8rem;
}

.news-wrap.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.news-wrap.inner {
    padding: 60px 0 90px;
}

h1.news-title {
    margin-bottom: 28px;
}

article.entry_item {
        width: 24%;
        min-width: 24rem;
    display: flex;
    align-items: baseline;
}

article .entry_meta {
    width: 100%;
}

span.entry_date {
    display: block;
    width: 100%;
    max-width: fit-content;
}

p.entry_meta-flex {
    display: flex;
    max-width: fit-content;
    width: 100%;
    margin-right: 22px;
}

.entry_category {
    width: 119px;
    margin-left: 11px;
    display: block;
    text-align: center;
    background: #ccc;
}

.post-title p.entry_category {
    margin: 0 11px 0 0;
}

.entry_category a {
    display: block;
    background-color: #999;
    color: #fff;
    padding: 4px 0 5px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

span.page-numbers.current,
a.page-numbers {
    margin-right: 11px;
    display: block;
}

.nav-links {
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.nav_select {
    display: flex;
    justify-content: right;
    margin-top: 50px;
}

section.entry_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 2.4rem;
    justify-content: space-between;
}

.entry_thumbnail {
    aspect-ratio: 3 / 2;
    margin-bottom: .8rem;
    overflow: hidden;
}

.entry_thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.entry_thumbnail a img {
        height: 100%;
    object-fit: cover;
}

.entry_thumbnail a:hover img {
    transform: scale(1.08);
}

.entry_info,
.entry_title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
            line-height: 1.5;
}

.entry_info {
    font-size: 1.4rem;
}

.entry_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.entry_title a:hover {
    opacity: .8;
}

p.news-entry-title {
    font-size: 2rem;
    width: 100%;
}

p.entry_date {
    font-size: 1.6rem;
}

.post-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .8rem;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
        font-weight: 700;
            font-family: "Noto Serif JP", serif;
}

.date-category-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}


p.news-date {
    width: 100%;
    display: block;
}

.back-to-list {
    display: table;
    margin: 55px auto 0;
    border-bottom: 1px solid;
    max-width: fit-content;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

p.entry_meta-flex {
    display: flex;
    align-items: center;
}

.post-thumbnail {
    margin-bottom: 20px;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
    height: auto;
}

/* ==============================
ショートコード アイキャッチあり
==============================*/
.top-news-list-thumbnail {
    display: flex;
    column-gap: 3%;
}

.top-news-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 25%;
}

.top-news-item .top-news-thumbnail a:hover img {
    transform: scale(1.08);
}

.top-news-thumbnail {
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-bottom: .8rem;
}

.top-news-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: .3rem .3rem .8rem rgba(46, 31, 7, .024);
    overflow: hidden;
    transition: .5s;
}

.top-news-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-news-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

.top-news-date {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: .8rem;
}

.wrap.news-wrap {
    padding-bottom: 64px;
}

.top-news-title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.top-news-title:hover {
    opacity: .8;
}


span.top-news-date {
    width: 100%;
    display: block;
}

ul.top-news-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 6px;
    width: 100%;
}

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

    span.top-news-date {
        max-width: 85px;
    }
}

/* ==============================
    スマホ
============================== */

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

    .wrap.news-wrap {
        padding-bottom: 86px;
    }

    .nav_select {
        justify-content: center;
    }

    .news-wrap.inner {
        max-width: 800px;
        width: 90%;
        padding: 50px 0;
    }

    .entry_category a {
        padding: 3px 10px 4px;
        font-size: 12px;
    }

    .entry_category {
        max-width: 100px;
        margin-right: 13px;
        display: block;
    }

    p.entry_meta-flex {
        display: flex;
    }

    .post-title {
        display: block;
    }

    p.news-entry-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .post-title {
        display: block;
        padding: 0 0 16px;
        margin-bottom: 19px;
    }

    .back-to-list a {
        font-size: 14px;
    }

    article.entry_item {
        width: 49%;
    }
}

@media screen and (max-width: 710px) {
body.blog .under-v,
body.single .under-v {
    background-image: url(../img/low-fv-blog-sp.png );
}
    
}

@media screen and (max-width: 540px) {
    article.entry_item {
        width: 100%;
    }
}


/* ==============================
    タブレット横/縦のみ
============================== */

@media (max-width: 1650px) and (min-width: 800px) {

    .news-wrap.inner {
        width: 90%;
    }
}