@charset "UTF-8";
/* ===============================================
# 境内をめぐる
=============================================== */
.sec_news {
  margin-top: 284px;
}

.sec_news .title_length {
  top: -245px;
}

.sec_news .title_length .main {
  letter-spacing: 0.12em;
  word-break: keep-all;
}

.sec_news .contents {
  width: 81%;
  max-width: calc(100% - 190px);
  margin: 0 0 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.sec_news .contents_text {
  line-height: 1.467;
}

@media screen and (max-width: 767px) {
  .sec_news {
    margin-top: 6.6vw;
  }
  .sec_news .title_length {
    top: 0;
  }
  .sec_news .title_length .main {
    font-size: 37.5px;
    font-size: 10.133vw;
    letter-spacing: 0.14em;
  }
  .sec_news .contents {
    width: 100%;
    max-width: inherit;
    margin: 16vw auto 0;
  }
  .sec_news .contents_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.514;
  }
}
/*リスト---------------------------------------------------*/
.sec_news .news_list {
  margin-top: 50px;
}

.box_pagination {
  margin-top: 40px;
  text-align: center;
}

.box_pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.box_pagination .wp-pagenavi > *:nth-child(n+2) {
  margin-left: 10px;
}

.box_pagination .wp-pagenavi a,
.box_pagination .wp-pagenavi span:not(.extend) {
  display: block;
  width: 55px;
  padding: 16.5px 0;
  text-align: center;
  color: #7b7b7b;
  border: solid 1px #7b7b7b;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_pagination .wp-pagenavi .current:not(.extend),
.box_pagination .wp-pagenavi a:hover {
  background-color: #7b7b7b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec_news .news_list {
    margin-top: 35px;
  }
  .box_pagination {
    margin-top: 55px;
  }
  .box_pagination .wp-pagenavi li a {
    width: 42px;
    padding: 10px 0;
  }
}
/* 251010 add */
.news-head {
  padding-block: 50px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.news-head .post__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .news-head .post__title {
    font-size: 2rem;
  }
}

.news-pager {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .news-pager {
    margin-top: 50px;
  }
}
.news-pager .contents::before {
  left: 190px;
}

.news-pager-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-pager-wrapper {
    width: 86.6%;
    margin-inline: auto;
  }
}

.news-pager-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-pager-item.--return {
  text-align: center;
}
.news-pager-item.--return a {
  display: inline-block;
  width: 105px;
  padding: 20px 0;
  border-block: 1px solid #a3a3a3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.news-pager-item.--return a:hover {
  opacity: 0.7;
}
.news-pager-item.--prev a::before {
  display: inline-block;
  content: "<<";
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.news-pager-item.--prev a:hover::before {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.news-pager-item.--next {
  text-align: right;
}
.news-pager-item.--next a::after {
  display: inline-block;
  content: ">>";
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.news-pager-item.--next a:hover::after {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.wp-post p,
.wp-post ul,
.wp-post ol {
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-top: 30px;
}
.wp-post ul {
  margin-left: 1.5em;
}
.wp-post ul li {
  list-style-type: disc;
}
.wp-post ol {
  margin-left: 1.5em;
}
.wp-post ol li {
  list-style-type: decimal;
}
.wp-post h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .wp-post h2 {
    font-size: 2rem;
  }
}
.wp-post h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-top: 30px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .wp-post h3 {
    font-size: 1.6rem;
  }
}
.wp-post h3::before {
  content: "■";
  position: absolute;
  left: 0;
}
.wp-post h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 30px 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .wp-post h4 {
    font-size: 1.4rem;
  }
}
.wp-post h5,
.wp-post h6 {
  font-weight: bold;
  padding-top: 30px;
}/*# sourceMappingURL=page_news.css.map */