.media-date.published,
.vk_post_dates,
.vk_post_date,
.entry-meta-item-date,
.entry-meta-item-published,
.entry-meta-item-updated,
.entry-date,
.wp-block-post-date,
.wp-block-latest-posts__post-date,
.post-date.published,
time.published,
time.updated {
  display: none !important;
}

/* Remove the service-area section from service posts only. */
body.single-post .ki-sv01-area,
body.single-post .ki-sv02-area,
body.single-post .ki-sv03-area,
body.single-post .ki-sv04-area,
body.single-post .ki-sv05-area,
body.single-post .ki-sv06-area {
  display: none !important;
}

/* Keep the archive widgets hidden even if a theme renders them outside the sidebar. */
#block-16,
#block-15 {
  display: none !important;
}

.vk_post.category-president-column .vk_post_imgOuter {
  background-image: url("https://www.kanban-ichiba.co.jp/wp-content/uploads/2026/09/president-hotta-icon.png") !important;
  background-color: #fff !important;
  background-size: auto 94% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.vk_post .vk_post_imgOuter[style*="kanban-ichiba-yokohama-site-icon"] {
  background-color: #fff !important;
  background-size: auto 82% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.kpc-archive-page .site-body {
  padding: 0 !important;
  background: #f8f5ed;
}

.kpc-archive-page .site-body-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.kpc-archive-page .main-section {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  padding: 0 !important;
}

.kpc-archive-page .sub-section {
  display: none !important;
}

.kpc-archive-page #main > .vk_posts {
  display: none !important;
}

.kpc-archive,
.kpc-archive * {
  box-sizing: border-box;
}

.kpc-archive {
  --kpc-paper: #f8f5ed;
  --kpc-ink: #272823;
  --kpc-muted: #77766e;
  --kpc-line: #d9d5ca;
  --kpc-accent: #bc6f27;
  padding: 64px 24px 82px;
  background: var(--kpc-paper);
  color: var(--kpc-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.kpc-archive__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.kpc-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--kpc-accent);
  font: 700 11px/1.4 Arial, sans-serif;
  letter-spacing: .2em;
}

.kpc-kicker span {
  width: 25px;
  height: 1px;
  background: currentColor;
}

.kpc-archive__intro h1 {
  margin: 18px 0 12px;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .08em;
}

.kpc-archive__author {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--kpc-muted);
  font: 400 13px/1.4 system-ui, sans-serif;
}

.kpc-archive__author img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.kpc-rule {
  display: block;
  width: 44px;
  height: 3px;
  margin: 21px 0 42px;
  background: var(--kpc-accent);
}

.kpc-archive a {
  text-decoration: none;
  color: inherit;
}

.kpc-archive a:hover,
.kpc-archive a:focus-visible {
  color: var(--kpc-accent);
}

.kpc-feature {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  min-height: 226px;
  border: 1px solid var(--kpc-line);
  background: #fffdfa;
}

.kpc-feature__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--kpc-line);
  color: var(--kpc-accent);
  font-family: Georgia, serif;
}

.kpc-feature__number small {
  font-size: 11px;
  letter-spacing: .18em;
}

.kpc-feature__number strong {
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

.kpc-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 48px;
}

.kpc-feature__content > small {
  color: var(--kpc-muted);
  font-size: 12px;
}

.kpc-feature__content > strong {
  margin: 11px 0 14px;
  font-size: clamp(22px, 3vw, 29px);
  font-weight: 500;
  line-height: 1.5;
}

.kpc-feature__excerpt {
  color: var(--kpc-muted);
  font-size: 12px;
  line-height: 1.9;
}

.kpc-feature__read {
  margin-top: 18px;
  color: var(--kpc-accent);
  font: 600 12px/1.4 system-ui, sans-serif;
}

.kpc-list {
  margin-top: 36px;
  border-top: 1px solid var(--kpc-line);
}

.kpc-list__row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 21px 9px 21px 4px;
  border-bottom: 1px solid var(--kpc-line);
}

.kpc-list__number {
  color: var(--kpc-accent);
  font: 400 29px/1 Georgia, serif;
}

.kpc-list__text small {
  display: block;
  color: var(--kpc-muted);
  font: 400 11px/1.3 system-ui, sans-serif;
}

.kpc-list__text strong {
  display: block;
  margin-top: 6px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.kpc-list__arrow {
  color: var(--kpc-muted);
  font-family: system-ui, sans-serif;
}

.kpc-extra {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 29px;
  padding: 19px 20px;
  background: #eeeae0;
  font-size: 13px;
}

.kpc-extra small {
  white-space: nowrap;
  color: var(--kpc-accent);
  font: 600 11px/1 system-ui, sans-serif;
}

.kpc-extra strong {
  flex: 1;
  font-weight: 500;
}

.kpc-single .page-header,
.kpc-single .breadcrumbs {
  display: none;
}

.kpc-single .site-body-container {
  width: min(100%, 1000px) !important;
  max-width: 1000px !important;
}

.kpc-single .main-section {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

.kpc-single .sub-section {
  display: none !important;
}

.kpc-single .entry-body > article {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.kpc-single .entry-body > article > header {
  border-top: 0 !important;
  background: #fffdfa !important;
  box-shadow: none !important;
}

.kpc-single .entry-body > article > header::before,
.kpc-single .entry-body > article > header::after {
  display: none !important;
}

.kpc-single .entry-body > article > header h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
  font-weight: 500 !important;
}

.kpc-single .kbi-president-column05__main-photo {
  display: none !important;
}

.kpc-single .kpc-author {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  margin: 16px 0 20px;
  color: #77766e !important;
  font: 400 14px/1.3 system-ui, sans-serif !important;
  text-decoration: none !important;
  grid-column: 1 / -1;
}

.kpc-single .kpc-author img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.kpc-single .kpc-author span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kpc-single .kpc-author small {
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: .08em;
}

@media (max-width: 640px) {
  .kpc-archive {
    padding: 42px 24px 56px;
  }

  .kpc-kicker {
    font-size: 9px;
    gap: 6px;
  }

  .kpc-kicker span {
    width: 12px;
  }

  .kpc-feature {
    display: block;
  }

  .kpc-feature__number {
    align-items: flex-start;
    padding: 20px 23px 0;
    border-right: 0;
  }

  .kpc-feature__number strong {
    font-size: 55px;
  }

  .kpc-feature__content {
    padding: 17px 23px 26px;
  }

  .kpc-list__row {
    grid-template-columns: 42px minmax(0, 1fr) 12px;
    gap: 9px;
  }

  .kpc-list__number {
    font-size: 22px;
  }

  .kpc-list__text strong {
    font-size: 16px;
  }

  .kpc-extra {
    gap: 8px;
    padding: 16px 13px;
  }

  .kpc-single .site-body-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
