@charset "UTF-8";
:root {
  --cl-13-14: clamp(1.3rem, 1.2rem + 0.2vw, 1.4rem);
  --cl-14-16: clamp(1.4rem, 1.2rem + 0.4vw, 1.6rem);
  --cl-16-18: clamp(1.6rem, 1.4rem + 0.4vw, 1.8rem);
  --cl-18-22: clamp(1.8rem, 1.4rem + 0.8vw, 2.2rem);
  --cl-20-24: clamp(2rem, 1.6rem + 0.8vw, 2.4rem);
  --cl-20-32: clamp(2rem, 0.8rem + 2.4vw, 3.2rem);
  --cl-24-36: clamp(2rem, 0.4rem + 3.2vw, 3.6rem);
  --cl-28-50: clamp(2.4rem, -0.2rem + 5.2vw, 5rem);
  --cl-0-0: clamp(0rem, 0rem + 0vw, 0rem);
  --cl-4-8: clamp(0.4rem, 0rem + 0.8vw, 0.8rem);
  --cl-8-12: clamp(0.8rem, 0.4rem + 0.8vw, 1.2rem);
  --cl-12-16: clamp(1.2rem, 0.8rem + 0.8vw, 1.6rem);
  --cl-16-20: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
  --cl-20-40: clamp(2rem, 0rem + 4vw, 4rem);
  --cl-40-60: clamp(4rem, 2rem + 4vw, 6rem);
  --cl-60-80: clamp(6rem, 4rem + 4vw, 8rem);
  --cl-80-200: clamp(8rem, -4rem + 24vw, 20rem);
}

/*————————————————————————————————————————————

component

———————————*/
.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-news-list__item:nth-of-type(2n + 1) .c-news-list__link {
  background: #f7f7f7;
}
.c-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 1.25rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .c-news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 1.25rem;
  }
}
.c-news-list__date {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #f73823;
}

.c-pagination {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 2.5rem;
  }
}
.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-pagination__link {
  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;
  min-width: 30px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #432316;
  background-color: #fff;
  /* 前へ（左向きに回転） */
  /* 次へ（右向きに回転） */
}
.c-pagination__link.is-active, .c-pagination__link:hover {
  opacity: 1;
  background-color: #432316;
  border-color: #432316;
  color: #fff;
}
.c-pagination__link.is-active::before, .c-pagination__link:hover::before {
  border-color: #fff;
}
.c-pagination__link--prev::before, .c-pagination__link--next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f73823;
  border-right: 2px solid #f73823;
}
.c-pagination__link--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 2px;
}
.c-pagination__link--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}

.c-custom-select {
  position: relative;
}
.c-custom-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #f73823;
  font-size: 10px;
}
.c-custom-select select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #432316;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-size: 10px;
}

.c-post-nav {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-post-nav {
    margin-top: 2.5rem;
  }
}
.c-post-nav__list {
  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: 8px;
}
.c-post-nav__link {
  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;
  height: 32px;
  border: 1px solid #432316;
  background-color: #fff;
  /* 一覧に戻るボタン */
  /* 矢印ボタンの共通スタイル（ページネーションの応用） */
  /* 前へ（左向き） */
  /* 次へ（右向き） */
}
.c-post-nav__link:hover {
  opacity: 1;
  background-color: #432316;
  border-color: #432316;
  color: #fff;
}
.c-post-nav__link:hover::before {
  border-color: #fff;
}
.c-post-nav__link--back {
  padding: 0 1rem;
}
.c-post-nav__link--prev, .c-post-nav__link--next {
  min-width: 30px;
}
.c-post-nav__link--prev::before, .c-post-nav__link--next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f73823;
  border-right: 2px solid #f73823;
}
.c-post-nav__link--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 2px;
}
.c-post-nav__link--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}

/*————————————————————————————————————————————

TOP

———————————*/
.l-schedule .p-schedule__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .l-schedule .p-schedule__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-schedule .news-area {
  max-width: 380px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 24px;
}
@media (max-width: 767px) {
  .l-schedule .news-area {
    max-width: 55rem;
    width: 100%;
  }
}
.l-schedule .news-area__title {
  font-size: 20px;
  font-weight: bold;
}
.l-schedule .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.l-schedule .news-list .news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.l-schedule .news-list .news-item__date {
  color: #F73823;
}
.l-schedule .news-list .news-item__title {
  text-decoration: underline;
}
.l-schedule .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  background: #432316;
  border-radius: 16px;
  padding: 8px 16px;
  margin-left: auto;
  margin-top: 20px;
}
.l-schedule .link-btn::after {
  content: "▶";
  color: #f73823;
}

/*————————————————————————————————————————————

NEWS

———————————*/
.p-news .l-inner {
  max-width: 1200px;
}
.p-news__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem 6.25rem;
  margin-top: 7.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-news__layout {
    gap: 3.75rem;
  }
}
@media (max-width: 767px) {
  .p-news__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.75rem;
  }
}
.p-news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-news__sidebar {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-news__sidebar {
    width: 100%;
  }
}
.p-news .p-mainview__content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-news .p-mainview__title-area {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 50px;
  background: #f9f4f2;
}
@media (max-width: 767px) {
  .p-news .p-mainview__title-area {
    height: 25vh;
  }
}
.p-news .p-mainview__title {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin: auto;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .p-news .p-mainview__title {
    font-size: 32px;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
.p-news .p-news-widget:not(:first-of-type) {
  margin-top: 2.5rem;
}
.p-news .p-news-widget__title {
  font-weight: bold;
  border-bottom: 1px solid #432316;
  padding-bottom: 8px;
  margin-bottom: 1.25rem;
}
.p-news .p-news-recent-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-news .p-news-recent-posts {
    gap: 1rem;
  }
}
.p-news .p-news-recent-posts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-news .p-news-recent-posts__date {
  color: #f73823;
}
.p-news .p-news-recent-posts__title {
  text-decoration: underline;
}
.p-news .p-news-article__header {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .p-news .p-news-article__header {
    margin-bottom: 2.5rem;
  }
}
.p-news .p-news-article__date {
  display: block;
  color: #f73823;
  margin-bottom: 12px;
}
.p-news .p-news-article__title {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-news .p-news-article__title {
    font-size: 24px;
  }
}
.p-news .p-news-article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-news .p-news-article__body {
    gap: 1.25rem;
  }
}
.p-news .p-news-article__body p {
  line-height: 2;
}
.p-news .p-news-article__body img {
  max-width: 100%;
  width: auto;
  height: auto;
}