@charset "utf-8";

#newsArchive {
    padding: 30px 0 90px
}

[data-element-id] .newsList >div{
  display: flex;
  flex-wrap: wrap;
}

.newsList li {
    width: 334px;
    margin-right: 19px;
    margin-top: 40px
}

.newsList li:nth-of-type(3n) {
    margin-right: 0
}

.newsList_image {
    height: 210px
}

.newsList_meta {
    font-size: 19px;
    margin: 20px 0 15px
}

.newsList li h2 {
    line-height: 1.8
}

.pageNavi {
    border-bottom: 1px solid #fe929f;
    border-top: 1px solid #fe929f;
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
    margin-top: 70px
}

.pageNavi span {
    display: inline-block
}

.pageNum {
    height: 24px;
    line-height: 24px;
    margin-right: 15px
}

.page-numbers {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fe929f;
    margin-right: 8px;
    color: #fe929f
}

.page-numbers.current {
    background-color: #fe929f;
    color: #fff
}

.page-numbers.prev,
.page-numbers.next {
    width: 90px;
    background-color: #fe929f;
    color: #fff
}

.newsFooter {
    padding: 60px 0;
    background-color: #f9f2e7
}

.newsFooterBox {
    width: 50%;
    padding: 0 60px
}

.newsFooterBox+.newsFooterBox {
    border-left: 1px solid #fe929f
}

.newsFooterBox h2 {
    text-align: center
}

.newsFooterBox .title01 span.sacramento {
    padding-bottom: 15px
}

.newsFooterArchive li+li {
    margin-top: 10px
}

.newsFooterBox .footerMain_left {
    width: 100%
}

.newsFooterBox .footerMain_left .footerLogo {
    background-size: 256px;
    background-repeat: no-repeat;
    background-position: center top
}

.newsFooterBox .footerMain_left .footerLogo:before {
    display: none
}

.newsFooterBox .footerSns {
    margin-top: 40px
}

.newsFooterArchive li,
.newsFooterArchive li a.btn01,
.newsFooterArchive li a.btn01:hover {
    width: 100%;
    height: 60px
}

.newsFooterArchive li a.btn01 span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 20px
}

#newsSingle {
    padding: 70px 0 100px
}

.newsSingleHeader,
.newsSingleFooter {
    padding: 30px 40px
}

.newsSingleFooter .js-split-tag{
  display: flex;
  flex-wrap: wrap;
}

.newsSingleFooter .js-split-tag span::after{
  content: ",";
}

.newsSingleFooter .js-split-tag span:last-of-type::after{
  content: none;
}

.newsSingleHeader time {
    font-size: 19px;
    margin-bottom: 10px;
    display: block
}

.newsSingleBody {
    margin: 50px auto;
    width: 100%
}

.newsSingleBody p{
  margin-bottom: 1em;
}

.newsSingleBody * {
    line-height: 2.1;
}

.newsSingleBody img {
    height: auto
}

.newsSingleBody .p {
    margin-bottom: 1em
}

.newsSingleBody figure.wp-block-image {
    margin: 0 auto 1em;
    width: 100%
}

#newsSingle #newsArchive {
    padding: 80px 0 0;
}

.prevnext {
    border-bottom: 1px solid #fe929f;
    border-top: 1px solid #fe929f;
    font-size: 14px;
    width: 100%;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    height: 40px
}

.prevnext a {
    text-align: center;
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    width: 100px;
    background-color: #fe929f;
    position: absolute;
    top: 8px
}

.prevnext_next {
    right: 0
}

.prevnext_prev {
    left: 0
}

.prevnext_back {
    left: 50%;
    width: 130px !important;
    margin-left: -65px
}

.flex_box {
    display: flex;
    justify-content: space-between
}

.flex_box .box_li {
    width: 49%;
    border: solid 1px;
    padding: 20px
}

.flex_box .box_txt {
    line-height: 1.8
}

.flex_box .box_img {
    margin-top: 20px
}

.flex_box .box_img img {
    max-height: 230px
}

.flex_btn {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 50px
}

.flex_btn a {
    display: block;
    color: #fd919f;
    border: solid 1px #fd919f;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    width: 48.5%
}

@media only screen and (max-width:768px) {
    #newsArchive {
        padding: 0 5vw 30px
    }

    .newsList li {
        width: 100%;
        margin: 30px 0 0 !important
    }

    .newsList_meta {
        font-size: 16px;
        margin: 10px 0
    }

    .newsFooter {
        padding: 30px 0
    }

    .newsFooterBox {
        width: 100%;
        padding: 0;
        border: none !important
    }

    .newsFooterBox .title01 span {
        margin-bottom: 10px
    }

    .newsFooterBox .footerMain_left {
        padding-top: 20px
    }

    .newsFooterBox .footerMain_left .footerLogo {
        width: 100%;
        margin: 0;
        height: 85px
    }

    .newsFooterBox .footerMain_left address p {
        text-align: center
    }

    .newsFooterBox .footerSns {
        margin-top: 20px;
        margin-bottom: 40px
    }

    .newsSingleHeader h1 {
        font-size: 20px;
        line-height: 1.5
    }

    .newsSingleHeader,
    .newsSingleFooter {
        padding: 5vw
    }

    .newsSingleBody {
        width: 100%;
        padding: 5vw;
        margin: 0
    }

    .prevnext {
        width: 90%;
        margin: 30px auto 0
    }

    #newsSingle {
        padding-top: 0
    }

    .flex_box {
        display: block
    }

    .flex_box .box_li {
        width: 100%;
        margin-bottom: 20px
    }

    .flex_btn {
        display: block;
        padding: 30px 0 50px
    }

    .flex_btn a {
        width: 100%
    }

    .flex_btn a:first-child {
        margin-bottom: 20px
    }
    
    #newsSingle #newsArchive {
        padding: 60px 5% 0;
    }
}


.newsSingleBody h2 {
    font-size: 22px;
    line-height: 1;
    padding: 0.7em 20px;
    background: #fe929f;
    color: #fff;
    margin: 1em 0;
    font-weight: 400;
}

.newsSingleBody h3 {
    font-size: 20px;
    border-left: solid 10px #fe929f;
    line-height: 1;
    padding: 0.5em;
    margin: 1em 0;
    font-weight: 600;

}

.newsSingleBody h4 {
    font-size: 18px;
    border-bottom: dotted 2px #fe929f;
    padding-bottom: 0.5em;
    margin: 1em 0;
    font-weight: 600;
}

.newsSingleBody ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.newsSingleBody ul li::before {
    content: "■";
    color: #fe929f;
}

.newsSingleBody ol li {
    list-style-type: none;
    counter-increment: cnt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.newsSingleBody ol li::before {
    content: ""counter(cnt)".";
    font-weight: bold;
    margin-right: 10px;
    color: #fe929f;
    font-size: 120%;
}

.newsSingleBody iframe[src*="youtube"]{
    aspect-ratio: 16 / 9;
    margin-top: 1em;
    margin-bottom: 1em;
    height: auto;
}

.footerLogo a {
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

/* sns-share */

.sns-share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}

.sns-share-btn .item a {
  width: 100px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
}

.sns-share-btn .item.x a {
  background: #000000;
  color: #fff;
}

.sns-share-btn .item.fb a {
  background: #1877f2;
  color: #fff;
}

