@charset "UTF-8";

/* =========================
サブページ共通
========================= */
.sub-header .site-header-logo-img {
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .sub-header .site-header-logo-img {
    margin-top: 0;
  }
}

/* ================
  お知らせ一覧
================ */
.info-archive {
  padding-block: 100px;
}
.info-archive .info-title {
  text-align: center;
  margin-bottom: 48px;
}
.info-archive .info-title img {
  max-width: 470px;
}
.info-archive__subtitle {
  font-size: var(--fz30);
  font-weight: bold;
  color: var(--blue);
  text-align: center;
  margin-bottom: 2rem;
}
/* リスト */
.postlist {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.postlist__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.postlist__link {
  display: block;
  padding: 2rem 0.5rem;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.postlist__link:hover,
.postlist__link:focus {
  background: rgba(25, 60, 112, 0.05);
}

.postlist__date {
  display: inline-block;
  min-width: 9ch;
  margin-right: 2rem;
  font-size: var(--fz16);
  letter-spacing: 0.02em;
  color: #444444;
}
.postlist__title {
  display: inline;
  font-size: var(--fz20);
  font-weight: bold;
  color: var(--blue);
}
.postlist__excerpt {
  margin-top: 8px;
  font-size: var(--fz18);
  color: #444;
}

/* ページネーション */
.pager {
  margin-block: 5rem;
  display: flex;
  justify-content: center;
}
.pager__list {
  display: flex;
  gap: 12px;
}
.pager__link {
  display: inline-flex;
  min-width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 60, 112, 0.3);
  border-radius: 16px;
  color: var(--blue);
  font-size: var(--fz16);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.pager__link:hover,
.pager__link:focus {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.pager__link.is-current {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  pointer-events: none;
}
.pager__link.is-prev,
.pager__link.is-next {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .info-archive {
    padding: 140px 0 80px;
  }
  .info-archive .info-title img {
    max-width: 50%;
  }
  .postlist__link {
    padding: 18px 4px;
  }
  .postlist__title {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 499px) {
  .pager {
    margin-block: 3rem;
  }
  .pager__link {
    min-width: 40px;
    height: 40px;
  }
  .postlist__date {
    margin-right: 10px;
  }
}
/* =========================
お知らせ詳細ページ
========================= */

.info-page {
  padding-block: 100px;
}

.info-title {
  text-align: center;
  margin-bottom: 64px;
}
.info-title img {
  max-width: 470px;
}

.info-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.info-cat {
  display: inline-block;
  background: var(--yellow);
  font-size: var(--fz16);
  color: var(--white);
  padding: 4px 15px;
}

/* カテゴリー別カラー */
.info-cat--event {
  background-color: var(--yellow); /* イベント */
  color: var(--blue);
}

.info-cat--yataimura{
  background-color: var(--blue); /* 屋台村 */
}
.info-cat--news{
  background-color: var(--green); /* お知らせ */
}

.info-cat--rental {
  background-color: rgba(251, 162, 83, 0.6); /* 風街・レンタルスペース */
}

.info-cat--akibukken {
  background-color: #7bb661; /* 空き物件情報 */
}

.info-cat--store {
  background-color: #a066b3; /* 店舗情報 */
}

.info-cat--oshirase {
  background-color: #f08c3b; /* お知らせ */
}
.info-date {
  font-size: var(--fz20);
  color: #444444;
  letter-spacing: 0.1em;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 5rem;
}

.info-heading {
  font-size: var(--fz30);
  font-weight: bold;
  margin-bottom: 60px;
  color: #444444;
}
.info-figure {
  max-width: 70%;
  margin: 0 auto;
}
.info-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.info-content {
  margin-top: 30px;
}
.info-content p {
  font-size: var(--fz20);
  font-weight: normal;
  line-height: 2;
  color: #444444;
}

/* side */
.info-side .widget {
  margin-bottom: 28px;
}
.widget-title {
  font-size: var(--fz20);
  font-weight: 500;
  color: var(--blue);
  border: 1px solid var(--blue);
  text-align: center;
  padding: 4px;
}

.widget-list {
  margin: 1rem 0 0;
}
.widget-list li + li {
  margin-top: 4px;
}

.widget-list a {
  font-size: var(--fz18);
  color: #444444;
}
.widget-list a:hover {
  text-decoration: underline;
}
.info-btn-wrap {
  margin-top: 90px;
}
.info-btn-wrap .news-btn {
  font-size: var(--fz20);
  max-width: 45%;
  padding-block: 1rem;
}
.info-btn-wrap .common-insta-text {
  font-size: var(--fz25);
  padding-block: 0.8rem;
}

@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-page {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .info-title img {
    max-width: 50%;
  }
  .info-title {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .info-heading {
    margin-bottom: 20px;
  }
  .info-grid {
    gap: 3rem;
  }
  .info-btn-wrap {
    margin-top: 30px;
  }
  .info-btn-wrap .news-btn {
    max-width: 100%;
    padding-block: 0.7rem;
  }
  .info-btn-wrap .common-insta-text {
    font-size: 14px;
    gap: 4px;
    padding-block: 0.5rem;
  }
  .info-figure {
    max-width: 100%;
    margin: 0 auto;
  }
  .info-cat {
    order: 2;
  }
  .info-meta {
    gap: 8px;
    margin-bottom: 15px;
  }
}
