@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "Fuggles", cursive;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* news-archive
---------------------------------------------------------------------------*/
.news-archive {
  margin-bottom: 84px; }
  @media screen and (max-width: 1300px) {
    .news-archive {
      margin-bottom: 6.4615384615vw; } }
  .news-archive li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px;
    border-bottom: 1px dotted #B7B7B7; }
    @media screen and (max-width: 1300px) {
      .news-archive li {
        padding-bottom: 3.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .news-archive li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10.6666666667vw; } }
    .news-archive li + li {
      margin-top: 50px; }
      @media screen and (max-width: 1300px) {
        .news-archive li + li {
          margin-top: 3.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .news-archive li + li {
          margin-top: 10.6666666667vw; } }
  .news-archive-img {
    width: 350px;
    margin-right: 36px;
    flex-shrink: 0; }
    @media screen and (max-width: 1300px) {
      .news-archive-img {
        width: 26.9230769231vw;
        margin-right: 2.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .news-archive-img {
        width: 100%;
        margin-right: 0; } }
    .news-archive-img img {
      width: 100%;
      border-radius: 20px; }
      @media screen and (max-width: 1300px) {
        .news-archive-img img {
          border-radius: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-img img {
          border-radius: 5.3333333333vw;
          object-fit: unset; } }
  .news-archive-bd {
    flex: 1; }
    @media screen and (max-width: 480px) {
      .news-archive-bd {
        width: 100%; } }
    .news-archive-bd .date {
      font-size: 16px;
      font-weight: 700;
      color: #AE9051;
      margin-bottom: 14px; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .date {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .date {
          font-size: 4.2666666667vw; } }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .date {
          margin-bottom: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .date {
          margin-bottom: 2.1333333333vw; } }
    .news-archive-bd .ttl {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.75;
      margin-bottom: 24px; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .ttl {
          font-size: 1.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .ttl {
          font-size: 6.4vw; } }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .ttl {
          margin-bottom: 1.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .ttl {
          font-size: 6.4vw;
          margin-bottom: 5.3333333333vw; } }
    .news-archive-bd .bd {
      font-size: 16px;
      line-height: 1.75; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .bd {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .bd {
          font-size: 4.2666666667vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .bd {
          font-size: 4vw;
          margin-top: 5.3333333333vw; } }

/* news-archive
---------------------------------------------------------------------------*/
.news-pagenation {
  margin-bottom: 86px; }
  @media screen and (max-width: 1300px) {
    .news-pagenation {
      margin-bottom: 6.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .news-pagenation {
      margin-bottom: 16vw; } }
  .news-pagenation .wp-pagenavi {
    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;
    gap: 10px; }
    @media screen and (max-width: 1300px) {
      .news-pagenation .wp-pagenavi {
        gap: 0.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .news-pagenation .wp-pagenavi {
        gap: 1.3333333333vw; } }
    .news-pagenation .wp-pagenavi span, .news-pagenation .wp-pagenavi a {
      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;
      width: 44px;
      height: 44px;
      font-size: 20px;
      color: #5f5f5f; }
      @media screen and (max-width: 1300px) {
        .news-pagenation .wp-pagenavi span, .news-pagenation .wp-pagenavi a {
          font-size: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-pagenation .wp-pagenavi span, .news-pagenation .wp-pagenavi a {
          font-size: 5.3333333333vw; } }
      @media screen and (max-width: 1300px) {
        .news-pagenation .wp-pagenavi span, .news-pagenation .wp-pagenavi a {
          width: 3.3846153846vw;
          height: 3.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .news-pagenation .wp-pagenavi span, .news-pagenation .wp-pagenavi a {
          width: 11.7333333333vw;
          height: 11.7333333333vw;
          font-size: 5.3333333333vw; } }
      .news-pagenation .wp-pagenavi span.current, .news-pagenation .wp-pagenavi a.current {
        background-color: #AE9051;
        color: #ffffff;
        border: 1px solid #AE9051;
        border-radius: 50%; }
      .news-pagenation .wp-pagenavi span.nextpostslink, .news-pagenation .wp-pagenavi span.previouspostslink, .news-pagenation .wp-pagenavi a.nextpostslink, .news-pagenation .wp-pagenavi a.previouspostslink {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        color: transparent; }
      .news-pagenation .wp-pagenavi span.nextpostslink, .news-pagenation .wp-pagenavi a.nextpostslink {
        background-image: url(../img/news/next.png); }
      .news-pagenation .wp-pagenavi span.previouspostslink, .news-pagenation .wp-pagenavi a.previouspostslink {
        background-image: url(../img/news/prev.png); }
