@charset "UTF-8";
/*Newsカスタマイズ*/
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* Little-Days-Alt */
@font-face {
  font-family: "Little-Days-Alt";
  src: url("../../common/fonts/Little-Days-Alt.woff2") format("woff2"), url("../../common/fonts/Little-Days-Alt.woff") format("woff");
}
/* English */
@font-face {
  font-family: "English";
  src: url("../../common/fonts/English.woff2") format("woff2"), url("../../common/fonts/English.woff") format("woff");
}
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/YuGothM.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/YuGothB.woff2") format("woff2");
  font-weight: bold;
}
.breadcrumb {
  background-color: #f4f3e8;
}

.col_2_layout {
  background-color: #f4f3e8;
}
.col_2_layout .col_2_layout_inner {
  display: flex;
  margin: 0 auto;
  max-width: 1040px;
  padding: 4rem 20px 8rem;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .col_2_layout_inner {
    flex-direction: column;
    padding: 1rem 20px 14rem;
  }
}
.col_2_layout .col_2_layout_inner .main {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #ccc;
}
.col_2_layout .col_2_layout_inner .main .main_wrap {
  padding: 43px 40px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .col_2_layout_inner .main .main_wrap {
    padding: 30px 9px;
  }
}
.col_2_layout .col_2_layout_inner .side {
  width: 29%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #ccc;
}
@media screen and (max-width: 900px) {
  .col_2_layout .col_2_layout_inner .side {
    background-color: #fff;
    width: 100%;
    padding-right: 0;
  }
}
.col_2_layout .col_2_layout_inner .side .side_wrap {
  padding: 10px 10px 30px 10px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .col_2_layout_inner .side .side_wrap {
    padding: 0px 20px 30px 20px;
  }
}
.col_2_layout .col_2_layout_inner .side .side_wrap .cat_ttl {
  position: relative;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 22px;
  color: #519931;
  font-weight: bold;
  background-color: #f5fbe6;
  padding: 10px 10px 10px 50px;
}
@media screen and (max-width: 900px) {
  .col_2_layout .col_2_layout_inner .side .side_wrap .cat_ttl {
    font-size: calc(21px - 4px + 1.06vw);
  }
}
.col_2_layout .col_2_layout_inner .side .side_wrap .cat_ttl::before {
  content: "";
  background-image: url(../images/news/news_cat_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 33px;
  position: absolute;
  top: 7px;
  left: 8px;
}
.col_2_layout .col_2_layout_inner .side .side_wrap ul.cat_list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  min-height: 250px;
}
.col_2_layout .col_2_layout_inner .side .side_wrap ul.cat_list li {
  margin-bottom: 7px;
}
.col_2_layout .col_2_layout_inner .side .side_wrap ul.cat_list li a {
  text-decoration: none;
  position: relative;
  font-size: 17px;
  color: #444444;
  font-weight: 500;
  display: flex;
  width: 100%;
  padding-left: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行の高さを調整しておく */
  max-height: 4em;
  /* 2行分の高さに制限 */
  white-space: normal;
}
@media screen and (max-width: 900px) {
  .col_2_layout .col_2_layout_inner .side .side_wrap ul.cat_list li a {
    font-size: calc(16px - 4px + 1.06vw);
  }
}
.col_2_layout .col_2_layout_inner .side .side_wrap ul.cat_list li a:before {
  content: "⚫︎";
  color: #519931;
  position: absolute;
  left: 0;
  top: 0px;
}
.post-type-archive-news ul.news_conts,
.tax-news_cat ul.news_conts {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-type-archive-news ul.news_conts li.news_cont,
.tax-news_cat ul.news_conts li.news_cont {
  position: relative;
  margin: 14px auto 21px;
  color: #ffffff;
  border-bottom: 2px dashed #d4d1a8;
  width: 100%;
  padding: 0rem 0rem 1.3rem 0;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont,
  .tax-news_cat ul.news_conts li.news_cont {
    padding: 0 0 1rem 0;
    margin: 5px auto 20px;
    border-bottom: 1px dashed #d4d1a8;
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  position: relative;
  text-decoration: none;
  width: 86%;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont .news_cont_link,
  .tax-news_cat ul.news_conts li.news_cont .news_cont_link {
    width: 84%;
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont .infos,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont .infos {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont .infos,
  .tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont .infos {
    gap: 0.5rem;
    align-items: center;
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont .infos:before,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont .infos:before {
  content: "";
  background-image: url(../images/news/news_post_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 42px;
  position: absolute;
  left: -34px;
  top: -11px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont .infos:before,
  .tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont .infos:before {
    width: 18px;
    height: 29px;
    left: -27px;
    top: -2px;
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont .infos .date,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont .infos .date {
  color: #f19989;
  font-size: 15px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont .infos .date,
  .tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont .infos .date {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post_cont:hover .infos:before,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post_cont:hover .infos:before {
  transform: scale(1.2) rotate(-10deg);
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post {
  display: flex;
  flex-direction: column;
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post .post_title,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post .post_title {
  color: #519931;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行の高さを調整しておく */
  max-height: 3em;
  /* 2行分の高さに制限 */
  white-space: normal;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post .post_title,
  .tax-news_cat ul.news_conts li.news_cont .news_cont_link .post .post_title {
    -webkit-line-clamp: 3;
    /* 表示する行数を2行に設定 */
    line-height: 1.5;
    max-height: 5em;
    /* 2行分の高さに制限 */
    font-size: calc(17px - 4px + 1.06vw);
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post .post_excerpt,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post .post_excerpt {
  color: #444444;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行の高さを調整しておく */
  max-height: 4em;
  /* 2行分の高さに制限 */
  white-space: normal;
}
@media screen and (max-width: 900px) {
  .post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post .post_excerpt,
  .tax-news_cat ul.news_conts li.news_cont .news_cont_link .post .post_excerpt {
    font-size: calc(14px - 4px + 1.06vw);
    -webkit-line-clamp: 4;
    max-height: 7em;
  }
}
.post-type-archive-news ul.news_conts li.news_cont .news_cont_link .post .post_excerpt p,
.tax-news_cat ul.news_conts li.news_cont .news_cont_link .post .post_excerpt p {
  margin: 7px 0 5px;
}
.single-news .col_2_layout {
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout {
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main {
    padding-bottom: 2.5rem;
  }
}
.single-news .col_2_layout .main .main_wrap .head_ttl {
  margin-bottom: 35px;
  border-bottom: 2px dashed #d4d1a8;
}
.single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner {
    width: 84%;
  }
}
.single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner:before {
  content: "";
  background-image: url(../images/news/news_post_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 42px;
  position: absolute;
  left: -34px;
  top: -11px;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner:before {
    width: 18px;
    height: 29px;
    left: -27px;
    top: -2px;
  }
}
.single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .infos {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .infos .date {
  color: #f19989;
  font-size: 15px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .infos .date {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .ttl {
    margin-bottom: 20px;
  }
}
.single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .ttl h3 {
  color: #519931;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .head_ttl .head_ttl_inner .ttl h3 {
    font-size: calc(17px - 4px + 1.06vw);
  }
}
.single-news .col_2_layout .main .main_wrap .content {
  padding-bottom: 36px;
  margin-bottom: 25px;
}
.single-news .col_2_layout .main .main_wrap .content .content_wrap {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .content .content_wrap {
    width: 91%;
  }
}
.single-news .col_2_layout .main .main_wrap .content .content_wrap p {
  line-height: 2.3;
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .content .content_wrap p {
    font-size: calc(14px - 4px + 1.06vw);
    line-height: 2;
  }
}
.single-news .col_2_layout .main .main_wrap .content .content_wrap a {
  color: #1544a3;
}
.single-news .col_2_layout .main .main_wrap .single_pagenation {
  display: flex;
  width: 94%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .single_pagenation {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
.single-news .col_2_layout .main .main_wrap .single_pagenation a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .single_pagenation a {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.single-news .col_2_layout .main .main_wrap .single_pagenation .prev_post_link {
  position: relative;
  padding-left: 43px;
  padding-top: 3px;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .single_pagenation .prev_post_link {
    padding-left: 30px;
  }
}
.single-news .col_2_layout .main .main_wrap .single_pagenation .prev_post_link::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #827c44;
  border-left: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .single_pagenation .prev_post_link::before {
    left: 0%;
  }
}
.single-news .col_2_layout .main .main_wrap .single_pagenation .next_post_link {
  position: relative;
  padding-right: 43px;
  padding-top: 3px;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .single_pagenation .next_post_link {
    padding-right: 30px;
  }
}
.single-news .col_2_layout .main .main_wrap .single_pagenation .next_post_link::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .single_pagenation .next_post_link::after {
    right: 5%;
  }
}
.single-news .col_2_layout .main .main_wrap .btn_wrap {
  width: 258px;
  margin: 0 auto;
}
.single-news .col_2_layout .main .main_wrap .btn_wrap .el_btn_002_reverse {
  font-size: 16px;
  padding: 19px 0 18px 23px;
}
.single-news .col_2_layout .main .main_wrap .btn_wrap .el_btn_002_reverse::after {
  left: 12%;
}
@media screen and (max-width: 900px) {
  .single-news .col_2_layout .main .main_wrap .btn_wrap .el_btn_002_reverse::after {
    width: 13px;
    height: 13px;
  }
}

/*# sourceMappingURL=news.css.map */
