@charset "UTF-8";
/* =====================
	お知らせページ
 ======================= */

/** ------------------------ 一覧 ------------------------ **/

/** ------------------------ notice ------------------------ **/
.notice {
  margin-bottom: 7.81%;
}

.notice .top-bar {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  /* font-family: var(--font_Noto_Sans_JP); */
  padding-bottom: 8.33%;
  margin-bottom: 8.33%;
  border-bottom: 1px solid var(--c_text);
}

.notice .top-bar-category,
.notice .top-bar-archive {
  display: flex;
  align-items: flex-start;
  column-gap: 2em;
}

.notice .top-bar-ttl {
  width: 7.6em;
  font-size: 125%;
  font-weight: bold;
}

.notice .top-bar-list {
  font-size: 125%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em 1.6em;
}

.notice .top-bar-item a {
  display: block;
  background-color: #eae0c6;
  border-radius: 0.2em;
}

.notice .top-bar-item.is-active a {
  box-shadow: inset -3px -3px 8px 0px rgba(255, 255, 255, 0.5),
    inset 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.notice .top-bar-category .top-bar-item a {
  padding: 0.4em 2em;
}

.notice .top-bar-archive .top-bar-item a {
  padding: 0.4em 2.3em;
}

.notice .notice-list {
  /* font-family: var(--font_Noto_Sans_JP); */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em 3em;
  margin-bottom: 4.17%;
}

.notice .notice-article-img {
  aspect-ratio: 360 / 260;
  margin-bottom: 0.5em;
  position: relative;
}

.notice .notice-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notice .notice-article-cat {
  font-size: 90%;
  line-height: 1;
  padding: 0.39em 2.06em;
  background-color: #eae0c6;
  border-radius: 0 0 0.28em 0;
  position: absolute;
  top: 0;
  left: 0;
}

.notice .notice-article-date {
  display: inline-block;
  margin-bottom: 0.45em;
}

.notice .notice-article-ttl {
  font-size: 125%;
  font-weight: normal;
  line-height: 1.4;
}

.notice .btn-notice {
  padding: 0.85em 1.35em 0.7em 3.1em;
  margin: 4.17% auto 0;
}

/** ------------------------ 詳細 ------------------------ **/

/** ------------------------ notice-single ------------------------ **/
.notice-single {
  margin-bottom: 7.81%;
}

.notice-single .article-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5.83%;
}

.notice-single .notice-article {
  width: 68.33%;
  /* font-family: var(--font_Noto_Sans_JP); */
}

.notice-single .notice-article-header {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  margin-bottom: 3.66%;
}

.notice-single .notice-article-meta {
  display: flex;
  align-items: center;
  column-gap: 1.5em;
}

.notice-single .notice-article-cat {
  font-size: 125%;
  padding: 0.4em 2em;
  border-radius: 0.2em;
  background-color: #eae0c6;
}

.notice-single .notice-article-ttl {
  font-size: 175%;
  font-weight: normal;
  line-height: 1;
}

.notice-single .notice-article-content ul,
.notice-single .notice-article-content ol {
  list-style-position: inside;
}

.notice-single .notice-article-content ul {
  list-style-type: disc;
}

.notice-single .notice-article-content ol {
  list-style-type: decimal;
}

.notice-single .notice-article-content a {
  text-decoration: underline;
}

.notice-single .sidebar {
  width: 23.33%;
  /* font-family: var(--font_Noto_Sans_JP); */
  display: flex;
  flex-direction: column;
  row-gap: 3em;
  padding-top: 13.92%;
}

.notice-single .sidebar-category,
.notice-single .sidebar-archive {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}

.notice-single .sidebar-ttl {
  font-size: 125%;
  font-weight: bold;
}

.notice-single .sidebar-list {
  font-size: 125%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}

.notice-single .sidebar-item a {
  padding: 0.4em 0.5em;
  background-color: #eae0c6;
  border-radius: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice-single .btn-notice {
  padding: 0.85em 1.35em 0.7em 3.1em;
  margin: 0 auto;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  /** ------------------------ 一覧 ------------------------ **/

  /** ------------------------ notice ------------------------ **/
  .notice {
    margin-bottom: 50px;
  }

  .notice .top-bar {
    row-gap: 25px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .notice .top-bar-category,
  .notice .top-bar-archive {
    flex-direction: column;
    row-gap: 25px;
  }

  .notice .top-bar-list {
    font-size: 18px;
  }

  .notice .notice-list {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-bottom: 50px;
  }

  .notice .notice-article-cat {
    font-size: 14px;
  }

  .notice .notice-article-ttl {
    font-size: 20px;
  }

  .notice .btn-notice {
    margin: 50px auto 0;
  }

  /** ------------------------ 詳細 ------------------------ **/

  /** ------------------------ notice-single ------------------------ **/
  .notice-single {
    margin-bottom: 50px;
  }

  .notice-single .article-container {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    margin-bottom: 50px;
  }

  .notice-single .notice-article {
    width: 100%;
  }

  .notice-single .notice-article-header {
    row-gap: 10px;
    margin-bottom: 25px;
  }

  .notice-single .notice-article-cat {
    font-size: 18px;
  }

  .notice-single .notice-article-ttl {
    font-size: 20px;
  }

  .notice-single .sidebar {
    width: 300px;
    padding-top: 100px;
  }
}
