@charset "UTF-8";
.news {
  width: 52.0833333333vw;
  margin-bottom: 9.7222222222vw;
  color: #524e46;
  letter-spacing: 0.05em;
}
.news__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.75em;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 30px;
}
.news__title time {
  display: block;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 15px;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
  font-weight: 600;
}
.news__title .sp {
  display: none;
}
.news__content h2 {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 55px;
}
.news__content > figure {
  margin-bottom: 55px;
}
.news__content > figure.is-portrait {
  width: 28.6805555556vw;
  margin-left: auto;
  margin-right: auto;
}
.news__content p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 90px;
}
.news__content p a {
  text-decoration: underline;
}
.news__content p strong {
  font-weight: 700;
}
.news__content > .wp-block-columns {
  margin-bottom: 55px;
  justify-content: space-between;
}
.news__content > .wp-block-columns .wp-block-column {
  width: 50%;
  flex-grow: unset !important;
  flex-basis: unset !important;
}
.news__content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.news__content .wp-block-gallery .wp-block-image {
  width: 50% !important;
}
.news__content .wp-block-image :where(figcaption) {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .news {
    width: 86.6666666667vw;
    margin: 0 auto 26.6666666667vw;
  }
  .news__title {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
    height: auto;
    display: block;
    margin-bottom: 5.3333333333vw;
  }
  .news__title time {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
  .news__title .pc {
    display: none;
  }
  .news__title .sp {
    display: block;
  }
  .news__content h2 {
    font-size: 4.2666666667vw;
    margin-top: 32vw;
    margin-bottom: 8vw;
  }
  .news__content > figure {
    margin-bottom: 8vw;
  }
  .news__content > figure.is-portrait {
    width: 100%;
  }
  .news__content p {
    font-size: 3.6vw;
    margin-bottom: 13.3333333333vw;
  }
  .news__content > .wp-block-columns {
    margin-bottom: 6.6666666667vw;
    row-gap: 6.6666666667vw;
  }
  .news__content .wp-block-gallery {
    margin-bottom: 6.6666666667vw;
  }
  .news__content .wp-block-image :where(figcaption) {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.news-archive {
  width: 52.0833333333vw;
}
.news-archive__headline {
  margin-bottom: 2.7777777778vw;
  padding-bottom: 0.6944444444vw;
  border-bottom: 0.0694444444vw solid #707070;
}
.news-archive__headline .headline-container {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 19px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1em;
}
.news-archive__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-bottom: 35px;
}
.news-archive__item {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #524e46;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.news-archive__item:hover {
  opacity: 0.7;
}
.news-archive__date {
  width: 87px;
  flex-shrink: 0;
  font-feature-settings: "palt";
}
.news-archive__title {
  flex-grow: 1;
}
.news-archive__link {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #a50f1e;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
}
.news-archive__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .news-archive {
    width: 86.6666666667vw;
  }
  .news-archive__headline {
    margin-bottom: 12vw;
    padding-bottom: 2.4vw;
    border-bottom: 0.2666666667vw solid #707070;
  }
  .news-archive__headline .headline-container {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .news-archive__list {
    gap: 4vw;
    margin-bottom: 11.4666666667vw;
  }
  .news-archive__item {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
  .news-archive__item:hover {
    opacity: 0.5;
  }
  .news-archive__date {
    width: 21.8133333333vw;
  }
  .news-archive__title {
    flex-grow: 1;
  }
  .news-archive__link {
    font-size: 3.6vw;
  }
  .news-archive__link:hover {
    opacity: 0.5;
  }
}

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