@charset "utf-8";

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

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

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

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

.entry_thumbnail img {
    object-fit: cover;
    height: 84px;
}

.entry_thumbnail {
    width: 140px;
    margin-right: 16px;
    height: 84px;
}

.entry_info {
    display: flex;
    align-items: center;
    max-width: 258px;
    width: 100%;
}

.entry_thumbnail a {
    display: inline-block;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.entry_thumbnail a img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.entry_meta-flex {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: fit-content;
}

.entry_meta {
    /* border-bottom: 1px solid #ccc; */
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: fit-content;
}

span.entry_date {
    max-width: 95px;
    display: block;
    width: 100%;
}

p.entry_meta-flex {
    display: flex;
    max-width: 262px;
    width: 100%;
}

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

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

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: end;
    margin-top: 50px;
}

section.entry_list {
    margin-bottom: 50px;
}

p.news-entry-title {
    font-size: 24px;
}

.post-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 24px;
}

.date-category-wrap {
    display: flex;
    align-items: center;
    max-width: fit-content;
    width: 100%;
    justify-content: end;
    margin: 0 0 0 auto;
}

.entry_category {
    width: 135px;
    margin-right: 13px;
}

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

.back-to-list {
    display: table;
    margin: 55px auto 0;
    border-bottom: 1px solid;
    max-width: fit-content;
}

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

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

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

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

.top-news-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-news-thumbnail {
    width: 100%;
    max-width: 160px;
    flex-shrink: 0;
}

.top-news-thumbnail a {
    display: inline-block;
    width: 100%;
    aspect-ratio: 16 / 9;
}

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

.top-news-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
}

.top-news-date {
    margin-bottom: 5px;
}

.entry_category {
    width: 135px;
    margin-right: 13px;
}

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

@media screen and (max-width: 800px) {
    .top-news-item {
        margin-bottom: 5px;
    }

}

/* ==============================
ショートコード アイキャッチなし
==============================*/
span.top-news-date {
    max-width: 111px;
    width: 100%;
    display: block;
    color: #000000;
    font-weight: normal;
}

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

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

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

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

@media screen and (max-width: 710px) {
    .entry_meta {
        /* display: block;
        max-width: 100%; */
    }

    .wrap.news-wrap .inner {
        padding-top: 69px;
    }

    article.entry_item {
        max-width: 100%;
        margin: 0 auto 20px;
        width: 100%;
    }

    .entry_info {
        display: block;
        text-align: center;
    }

    .entry_meta-flex {
        /* width: 100%;
        display: block;
        max-width: 100%; */
    }

    .nav_select {
        justify-content: center;
    }

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

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

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

    .entry_category {
        display: block;
    }

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

    .entry_info {
        display: flex;
        text-align: left;
        width: 100%;
    }

    .entry_thumbnail {
        /* max-width: 100%;
        width: 100%;
        margin: 0 auto 12px;
        height: auto; */
    }

    .entry_thumbnail img {
        /* height: 120px; */
    }

    p.entry_meta-flex {
        display: flex;
        margin-bottom: 3px;
    }

    .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;
    }
}


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

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

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

/* ==============================
    追加CSS
============================== */
.blog .under-v,
.archive.date .under-v,
.category-campaign .under-v,
.category-feature .under-v,
.news-wrap .under-v {
    position: relative;
    padding: 0;
    width: 100%;
    height: 280px;
    text-align: center;
    background: #424225;
    color: #fff;
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.campaign_wrap {
    margin-bottom: 100px;
}

.back-to-list {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: none;
}

.back-to-list.more_btn a::before {
    display: inline-block;
    top: 50%;
    left: initial;
    right: 20px;
    width: 10px !important;
    height: 10px !important;
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
    z-index: 2;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
    margin-right: 5px;
}

.back-to-list.more_btn a:hover {
    color: #000;
}

.back-to-list.more_btn a:hover::before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background-color: transparent !important;
}

.back-to-list.more_btn a {
    display: block;
    width: 280px !important;
    padding: 20px 0;
}

.entry_meta {
    margin-bottom: 0;
}

.entry_item a {
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    padding: 3% 0;
}

.entry_category {
    margin-left: 11px;
    display: block;
    text-align: center;
    background: none;
    border: 1px solid #82ae46;
}

.entry_title {
    color: #aeb568;
}

.entry_item a:hover .entry_title {
    color: #FFF;
    transition: .5s;
}

.side_title {
    font-size: 1.4rem;
    text-align: left;
    border-bottom: 1px solid #82ae46;
    padding-bottom: 10px;
}

.side_block ul li {
    margin-top: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.side_block ul li a:hover {
    opacity: .6;
    transition: .5s;
}

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

    .blog .under-v,
    .archive.date .under-v,
    .category-campaign .under-v,
    .category-feature .under-v,
    .news-wrap .under-v {
        margin-top: 145px !important;
    }

    .campaign_wrap {
        display: block !important;
    }

    .campaign_wrap aside {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 50px;
    }

}

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

    .blog .under-v,
    .archive.date .under-v,
    .category-campaign .under-v,
    .category-feature .under-v,
    .news-wrap .under-v {
        height: 200px !important;
        margin-top: 100px !important;
    }

    .entry_thumbnail {
        min-width: 120px !important;
        margin-right: 16px;
        height: 84px;
    }

    .entry_thumbnail img {
        width: 100% !important;
        margin-right: 16px;
        height: 84px;
    }

    .entry_meta {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .entry_meta-flex {
        align-items: flex-start;
    }

    .entry_info {
        margin-top: 5px;
    }

    .entry_title {
        margin-left: 150px;
        margin-top: -40px;
    }

    .entry_item a {
        display: block;
        border-bottom: 1px solid rgba(204, 204, 204, 0.2);
        padding-top: 0;
        padding-bottom: 30px;
    }

    .entry_item a:hover .entry_title {
        color: #aeb568;
    }

    .side_block ul li a:hover {
        opacity: 1;
    }

    .campaign_wrap {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .entry_info {
        display: flex;
        align-items: flex-start;
        max-width: 258px;
        width: 100%;
        flex-direction: column !important;
    }

    .entry_item a {
        display: block;
        border-bottom: 1px solid rgba(204, 204, 204, 0.2);
        padding-bottom: 22px;
        padding-top: 0;
    }

    .entry_thumbnail {
        height: 100px;
    }

    .entry_thumbnail img {
        height: 100%;
    }

    .entry_category {
        width: 120px;
        margin: 5px 0 5px 0;
        display: block;
        text-align: center;
        background: none;
        border: 1px solid #82ae46;
    }

    .entry_title {
        margin-left: 135px;
        margin-top: -30px;
    }

    .news-page .entry_category {
        margin-right: 10px !important;
    }
}