/* KUWABARA fixed page */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap");

.home .p-section-front-page-content {
  padding-top: 0 !important;
  padding-block-start: 0 !important;
}

.home .c-entry__content[data-home-page-container="true"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.home .p-section-front-page-content > :first-child,
.home .p-entry-content > :first-child,
.home .c-entry__content > :first-child {
  margin-top: 0 !important;
}

.home .wp-block-html:has(.kc-lp),
.home .wp-block-group.kc-lp {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

#page-top.c-page-top {
  right: 22px;
  bottom: 22px;
  z-index: 40;
  background: transparent !important;
  box-shadow: none !important;
}

#page-top.c-page-top a {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #181917;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  text-decoration: none;
  transition: transform .18s ease, color .18s ease;
}

#page-top.c-page-top a:hover {
  transform: translateY(-3px);
  background: transparent;
  box-shadow: none;
  color: #000;
}

#page-top.c-page-top svg {
  width: 15px;
  height: 15px;
}

.c-drawer,
.c-drawer__inner {
  background: #181917;
  color: rgba(255, 255, 255, .9);
}

.c-drawer__item > a,
.c-drawer__subitem > a {
  color: inherit;
}

.c-drawer__item > a:hover,
.c-drawer__subitem > a:hover {
  background: rgba(255, 255, 255, .08);
}

.c-drawer__item:has(.p-search-form),
.c-drawer .p-search-form {
  display: none !important;
}

@media (min-width: 1024px) {
  .l-header--1row .l-1row-header > .c-container {
    width: min(1120px, calc(100% - 64px));
    max-width: 1120px;
    padding-right: 0;
    padding-left: 0;
  }

  .l-header--1row .l-1row-header > .c-container > .c-row {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }

  .l-header--1row .l-1row-header > .c-container > .c-row > .c-row__col {
    padding-right: 0;
    padding-left: 0;
  }

  .l-header--1row .l-1row-header > .c-container > .c-row > .c-row__col--auto {
    flex: 0 0 auto;
  }

  .l-header--1row .l-1row-header > .c-container > .c-row > .c-row__col--fit {
    flex: 0 1 auto;
    min-width: 0;
  }

  .l-header--1row .l-1row-header__branding,
  .l-header--1row .c-site-branding,
  .l-header--1row .c-site-branding__title,
  .l-header--1row .custom-logo-link {
    width: auto;
  }

  .l-header--1row .c-site-branding__title,
  .l-header--1row .custom-logo-link {
    line-height: 0;
  }

  .l-header--1row .custom-logo-link {
    display: inline-flex;
    align-items: center;
  }

  .l-header--1row .custom-logo {
    display: block;
  }
}

  .kc-lp {
    --kc-ink: #181917;
    --kc-muted: #5b5b55;
    --kc-line: #d5d2ca;
    --kc-paper: #f3f2ee;
    --kc-card: #fffdfa;
    --kc-dark: #171817;
    --kc-accent: #8d6745;
    --kc-hero: url("/wp-content/uploads/kuwabara/top_camp_bg.jpg");
    --kc-about: url("/wp-content/uploads/kuwabara/l_top_bg.jpg");
    --kc-forest: url("/wp-content/uploads/kuwabara/top_fas_bg.jpg");
    --kc-morning: url("/wp-content/uploads/kuwabara/1.jpg");
    --kc-noon: url("/wp-content/uploads/kuwabara/3.jpg");
    --kc-night: url("/wp-content/uploads/kuwabara/f_img.jpg");
    --kc-river: url("/wp-content/uploads/kuwabara/r_site.jpg");
    --kc-auto: url("/wp-content/uploads/kuwabara/a_site.jpg");
    --kc-free: url("/wp-content/uploads/kuwabara/free.jpg");
    --kc-solo: url("/wp-content/uploads/kuwabara/solo.jpg");
    --kc-reserve: url("/wp-content/uploads/kuwabara/l_intro_bg.jpg");
    width: 100vw;
    max-width: 100vw;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    background: var(--kc-paper);
    color: var(--kc-ink);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
  .kc-lp * { box-sizing: border-box; }
  .kc-lp a { color: inherit; }
  .kc-lp > .kc-page-head,
  .kc-lp > .kc-footer {
    display: none !important;
  }
  .kc-lp :where(h1, h2, h3, h4),
  .kc-post :where(h1, h2, h3, h4) {
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: .015em;
  }
  .kc-container {
    width: min(1120px, calc(100% - 64px));
    margin: 0 auto;
  }
  .kc-page-head {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(24, 25, 23, .1);
    backdrop-filter: blur(12px);
  }
  .kc-page-head__inner {
    width: min(1320px, calc(100% - 64px));
    min-height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .kc-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
  }
  .kc-brand span {
    white-space: nowrap;
  }
  .kc-brand img {
    width: 30px;
    height: 34px;
    object-fit: contain;
  }
  .kc-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--kc-muted);
    font-size: 12px;
    font-weight: 700;
  }
  .kc-nav a {
    text-decoration: none;
  }
  .kc-nav .kc-reserve-link {
    min-height: 38px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--kc-ink);
    color: var(--kc-ink);
  }
  .kc-hero {
    min-height: 92vh;
    display: grid;
    place-items: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    color: #fff;
    background: #171817;
  }
  .kc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0,0,0,.36);
  }
  .kc-hero__slides {
    position: absolute;
    inset: 0;
    z-index: -2;
  }
  .kc-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: center / cover no-repeat;
    transform: scale(1.04);
    animation: kcHeroFade 24s linear infinite;
  }
  .kc-hero__slide--01 {
    background-image: var(--kc-hero);
    background-position: center 55%;
  }
  .kc-hero__slide--02 {
    background-image: var(--kc-about);
    animation-delay: 6s;
  }
  .kc-hero__slide--03 {
    background-image: var(--kc-morning);
    background-position: center 58%;
    animation-delay: 12s;
  }
  .kc-hero__slide--04 {
    background-image: var(--kc-river);
    background-position: center 58%;
    animation-delay: 18s;
  }
  @keyframes kcHeroFade {
    0% { opacity: 0; }
    6% { opacity: 1; }
    25% { opacity: 1; }
    31% { opacity: 0; }
    100% { opacity: 0; }
  }
  .kc-hero__logo-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
  }
  .kc-hero__logo {
    width: clamp(150px, 16vw, 260px);
    height: auto;
    filter: drop-shadow(0 18px 38px rgba(0,0,0,.36));
  }
  .kc-hero__site-name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }
  .kc-hero__subcopy {
    margin: 0 0 18px;
    color: rgba(255,255,255,.74);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
  }
  .kc-hero h1 {
    margin: 0;
    font-size: clamp(40px, 5.4vw, 74px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0;
  }
  .kc-hero__catch {
    margin: 24px 0 0;
    max-width: 34em;
    color: rgba(255,255,255,.9);
    font-size: clamp(17px, 1.65vw, 23px);
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: .02em;
  }
  .kc-hero__lead {
    margin: 16px 0 0;
    max-width: 34em;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 2;
  }
  .kc-section {
    padding: 112px 0;
    border-bottom: 1px solid var(--kc-line);
  }
  .kc-section--dark {
    background: var(--kc-dark);
    color: #fff;
  }
  .kc-section__head {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 44px;
  }
  .kc-section__head--mood {
    display: block;
    max-width: 780px;
  }
  .kc-section__head--split {
    display: block;
  }
  .kc-section__titleline {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 64px;
    align-items: start;
  }
  .kc-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: currentColor;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .26em;
  }
  .kc-kicker::before {
    content: "";
    width: 14px;
    height: 1px;
    background: currentColor;
  }
  .kc-section h2 {
    margin: 0;
    font-size: clamp(28px, 2.7vw, 38px);
    line-height: 1.32;
    font-weight: 700;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }
  .kc-lead {
    margin: 0;
    max-width: 42em;
    color: var(--kc-muted);
    font-size: 16px;
    line-height: 2.05;
  }
  .kc-section__head > .kc-lead,
  .kc-section__titleline > .kc-lead {
    max-width: 44em;
  }
  .kc-section--dark .kc-lead {
    color: rgba(255,255,255,.72);
  }
  .kc-about-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 48px;
    align-items: center;
  }
  .kc-photo {
    min-height: 430px;
    border-radius: 5px;
    background: center / cover no-repeat;
  }
  .kc-photo--about { background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)), var(--kc-about); }
  .kc-photo--forest { background-image: linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)), var(--kc-forest); }
  .kc-copy-box {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  .kc-copy-box h3 {
    margin: 0;
    font-size: clamp(28px, 3.5vw, 50px);
    line-height: 1.18;
    letter-spacing: 0;
  }
  .kc-copy-box p {
    margin: 24px 0 0;
    color: var(--kc-muted);
    font-size: 15px;
    line-height: 2;
  }
  .kc-forest-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 64px;
    align-items: center;
  }
  .kc-forest-subcopy {
    margin: 0 0 14px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
  }
  .kc-forest-text h3 {
    margin: 0;
    font-size: clamp(31px, 3.9vw, 56px);
    line-height: 1.18;
    letter-spacing: 0;
  }
  .kc-forest-text p {
    margin: 26px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 2;
  }
  .kc-list {
    display: grid;
    gap: 20px;
    margin-top: 34px;
  }
  .kc-list div {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.74);
    line-height: 1.8;
  }
  .kc-list strong {
    color: #fff;
  }
  @media (prefers-reduced-motion: reduce) {
    .kc-hero__slide {
      animation: none;
    }
    .kc-hero__slide--01 {
      opacity: 1;
    }
  }
  .kc-mood-row {
    display: grid;
    grid-template-columns: minmax(560px, 1fr) minmax(0, .88fr);
    gap: 64px;
    align-items: center;
    padding: 56px 0;
    border-top: 1px solid var(--kc-line);
  }
  .kc-mood-row:nth-child(even) {
    grid-template-columns: minmax(0, .88fr) minmax(560px, 1fr);
  }
  .kc-mood-row:nth-child(even) .kc-mood-photo {
    order: 2;
  }
  .kc-mood-photo {
    height: 430px;
    border-radius: 5px;
    background: center / cover no-repeat;
  }
  .kc-mood-photo--morning { background-image: linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)), var(--kc-morning); }
  .kc-mood-photo--noon { background-image: linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)), var(--kc-noon); }
  .kc-mood-photo--night { background-image: linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)), var(--kc-night); }
  .kc-mood-text span {
    display: block;
    margin-bottom: 14px;
    color: var(--kc-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
  }
  .kc-mood-text h3 {
    margin: 0;
    font-size: clamp(25px, 2.7vw, 38px);
    line-height: 1.35;
  }
  .kc-mood-text p {
    margin: 16px 0 0;
    color: var(--kc-muted);
    line-height: 1.9;
  }
  .kc-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  .kc-site-card,
  .kc-info-card {
    border: 1px solid var(--kc-line);
    border-radius: 5px;
    overflow: hidden;
    background: var(--kc-card);
  }
  .kc-site-card__photo {
    height: 210px;
    background: center / cover no-repeat;
  }
  .kc-site-card__body,
  .kc-info-card {
    padding: 22px;
  }
  .kc-site-card h3,
  .kc-info-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
  }
  .kc-site-card p,
  .kc-info-card p {
    margin: 10px 0 0;
    color: var(--kc-muted);
    font-size: 13.5px;
    line-height: 1.85;
  }
  .kc-price-grid,
  .kc-access-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 22px;
  }
  .kc-panel {
    padding: 30px;
    border: 1px solid var(--kc-line);
    border-radius: 5px;
    background: var(--kc-card);
  }
  .kc-panel h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.45;
  }
  .kc-price {
    margin-top: 14px;
    font-size: clamp(28px, 3.1vw, 42px);
    line-height: 1;
    font-weight: 700;
  }
  .kc-guide-list {
    display: grid;
    border-top: 1px solid var(--kc-line);
  }
  .kc-guide-item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    padding: 24px 0;
    border-bottom: 1px solid var(--kc-line);
  }
  .kc-guide-item h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
  }
  .kc-guide-item p {
    margin: 0;
    color: var(--kc-muted);
    font-size: 14px;
    line-height: 1.9;
  }
  .kc-facts {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }
  .kc-facts div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    padding-top: 12px;
    border-top: 1px solid #dedbd3;
    color: var(--kc-muted);
    font-size: 13.5px;
    line-height: 1.75;
  }
  .kc-facts strong {
    color: var(--kc-ink);
  }
  .kc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid var(--kc-ink);
    background: var(--kc-ink);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
  }
  .kc-map {
    min-height: 450px;
    border: 1px solid var(--kc-line);
    border-radius: 5px;
    overflow: hidden;
    background: #efeee9;
  }
  .kc-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
    filter: grayscale(.26) contrast(.98) brightness(1.03);
  }
  .kc-news-list {
    border: 1px solid var(--kc-line);
    border-radius: 5px;
    background: var(--kc-card);
    padding: 0 26px;
  }
  .kc-news-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e3e0d8;
  }
  .kc-news-item:last-child {
    border-bottom: 0;
  }
  .kc-news-item time {
    color: var(--kc-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
  }
  .kc-news-item h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.45;
  }
  .kc-news-item h3 a {
    text-decoration: none;
  }
  .kc-news-item p {
    margin: 0;
    color: var(--kc-muted);
    font-size: 13.5px;
    line-height: 1.7;
  }
  .kc-news-link {
    display: inline-flex;
    margin-top: 10px;
    color: var(--kc-ink);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
  }
  .kc-news-smb {
    border: 1px solid var(--kc-line);
    border-radius: 5px;
    background: var(--kc-card);
    padding: 0 26px;
  }
  .kc-news-smb .c-entries {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kc-news-smb .c-entries__item {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #e3e0d8;
  }
  .kc-news-smb .c-entries__item:last-child {
    border-bottom: 0;
  }
  .kc-news-smb .c-entries__item > a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .kc-news-smb .c-entry-summary {
    margin: 0;
  }
  .kc-news-smb .c-entry-summary__figure {
    display: none;
  }
  .kc-news-smb .c-entry-summary__body {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 6px 24px;
    align-items: start;
  }
  .kc-news-smb .c-entry-summary__header,
  .kc-news-smb .c-entry-summary__content {
    grid-column: 2;
  }
  .kc-news-smb .c-entry-summary__meta {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
  }
  .kc-news-smb .c-meta {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kc-news-smb .c-meta__item {
    display: block;
    margin: 0;
  }
  .kc-news-smb .c-meta__item--author,
  .kc-news-smb .c-meta__item--categories {
    display: none;
  }
  .kc-news-smb .c-meta time {
    color: var(--kc-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 13px;
  }
  .kc-news-smb .c-entry-summary__title {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
  }
  .kc-news-smb .c-entry-summary__content {
    margin: 0;
    color: var(--kc-muted);
    font-size: 13.5px;
    line-height: 1.7;
  }
  .kc-reserve {
    position: relative;
    isolation: isolate;
    text-align: center;
    color: #fff;
    background: var(--kc-reserve) center 62% / cover no-repeat;
  }
  .kc-reserve::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(23,24,23,.72), rgba(23,24,23,.52));
  }
  .kc-reserve h2 {
    color: #fff;
  }
  .kc-reserve .kc-lead {
    margin: 20px auto 0;
    color: rgba(255,255,255,.78);
  }
  .kc-reserve-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
  }
  .kc-reserve-actions .kc-button {
    min-width: 220px;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 2px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .26);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
  }
  .kc-reserve-actions .kc-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
  }
  .kc-reserve-actions .kc-button:first-child {
    background: #fff;
    color: var(--kc-ink) !important;
    border-color: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
  }
  .kc-reserve-actions .kc-button:not(:first-child) {
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .72);
    backdrop-filter: blur(4px);
  }
  .kc-footer {
    padding: 54px 0 34px;
    color: rgba(255,255,255,.72);
    background: #262d27;
  }
  .kc-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
  .kc-footer img {
    width: 34px;
    height: 38px;
    object-fit: contain;
  }
  .kc-footer p {
    margin: 12px 0 0;
    max-width: 32em;
    font-size: 13px;
    line-height: 1.8;
  }
  @media (max-width: 767px) {
    #page-top.c-page-top {
      right: 14px;
      bottom: 14px;
    }
    #page-top.c-page-top a {
      width: 46px;
      height: 46px;
      box-shadow: none;
    }
    .kc-lp {
      width: 100vw;
      margin-top: 0 !important;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }
    .kc-container,
    .kc-page-head__inner {
      width: calc(100% - 32px);
    }
    .kc-page-head__inner {
      min-height: 58px;
      gap: 14px;
    }
    .kc-brand {
      gap: 8px;
      min-width: 0;
      font-size: 11.5px;
      letter-spacing: .02em;
    }
    .kc-brand img {
      width: 24px;
      height: 28px;
    }
    .kc-brand span {
      max-width: 188px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .kc-nav {
      flex: 0 0 auto;
    }
    .kc-nav a:not(.kc-reserve-link) {
      display: none;
    }
    .kc-nav .kc-reserve-link {
      min-height: 34px;
      padding: 0 12px;
      font-size: 12px;
    }
    .kc-hero {
      min-height: 100svh;
      padding: 0;
    }
    .kc-hero__logo {
      width: clamp(140px, 46vw, 210px);
    }
    .kc-hero__subcopy {
      margin-bottom: 14px;
      font-size: 12px;
      line-height: 1.7;
    }
    .kc-hero h1 {
      font-size: clamp(32px, 9.6vw, 46px);
      line-height: 1.16;
    }
    .kc-hero__catch {
      margin-top: 20px;
      font-size: 15px;
      line-height: 1.8;
    }
    .kc-hero__lead {
      margin-top: 14px;
      font-size: 14px;
      line-height: 1.9;
    }
    .kc-section {
      padding: 72px 0;
    }
    .kc-section__head,
    .kc-about-grid,
    .kc-forest-grid,
    .kc-mood-row,
    .kc-mood-row:nth-child(even),
    .kc-card-grid,
    .kc-price-grid,
    .kc-access-grid,
    .kc-news-item,
    .kc-footer__inner {
      grid-template-columns: 1fr;
      display: grid;
      gap: 24px;
    }
    .kc-section__head {
      margin-bottom: 30px;
      gap: 18px;
    }
    .kc-section h2 {
      font-size: 27px;
      line-height: 1.38;
    }
    .kc-lead {
      font-size: 14px;
      line-height: 1.9;
    }
    .kc-copy-box {
      padding: 0;
    }
    .kc-copy-box h3,
    .kc-forest-text h3 {
      font-size: 29px;
      line-height: 1.34;
    }
    .kc-forest-text p,
    .kc-copy-box p {
      font-size: 14px;
      line-height: 1.9;
    }
    .kc-list {
      gap: 14px;
      margin-top: 28px;
    }
    .kc-list div {
      grid-template-columns: 1fr;
      gap: 6px;
      padding-top: 14px;
    }
    .kc-photo,
    .kc-mood-photo {
      min-height: 0;
      height: 240px;
    }
    .kc-mood-row {
      padding: 38px 0;
    }
    .kc-mood-row:nth-child(even) .kc-mood-photo {
      order: 0;
    }
    .kc-site-card__photo {
      height: 220px;
    }
    .kc-panel {
      padding: 22px;
    }
    .kc-price {
      font-size: 32px;
    }
    .kc-section__head--mood {
      display: block;
      max-width: none;
    }
    .kc-section__head--split {
      display: block;
    }
    .kc-section__titleline,
    .kc-guide-item {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .kc-facts div {
      grid-template-columns: 82px 1fr;
      gap: 12px;
      font-size: 13px;
    }
    .kc-button {
      width: 100%;
      min-height: 48px;
      padding: 0 18px;
    }
    .kc-map,
    .kc-map iframe {
      min-height: 320px;
      height: 320px;
    }
    .kc-news-list {
      padding: 0 20px;
    }
    .kc-news-item {
      gap: 8px;
    }
    .kc-reserve-actions {
      display: grid;
      grid-template-columns: 1fr;
    }
    .kc-reserve-actions .kc-button {
      min-width: 0;
      min-height: 54px;
    }
    .kc-footer {
      padding: 44px 0 30px;
    }
  }

/* KUWABARA post common */
.kc-post {
  --kc-ink: #181917;
  --kc-muted: #4f544d;
  --kc-line: #d5d2ca;
  color: var(--kc-ink);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.kc-post * { box-sizing: border-box; }
.kc-post a { color: inherit; }
.kc-post__hero { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 92px 0 56px; }
.kc-post__kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #5b5b55; font-size: 11px; font-weight: 700; letter-spacing: .24em; }
.kc-post__kicker::before { content: ""; width: 14px; height: 1px; background: currentColor; }
.kc-post h1 { margin: 0; font-size: clamp(32px, 4.8vw, 54px); line-height: 1.25; letter-spacing: 0; }
.kc-post__meta { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 22px; color: #5b5b55; font-size: 13px; font-weight: 700; }
.kc-post__eyecatch { width: min(1120px, calc(100% - 40px)); height: min(48vw, 520px); min-height: 300px; margin: 0 auto 64px; border-radius: 5px; background: linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.08)), var(--kc-post-image) center / cover no-repeat; }
.kc-post__body { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 96px; }
.kc-post__body p { margin: 0; color: var(--kc-muted); font-size: 16px; line-height: 2.05; }
.kc-post__body p + p { margin-top: 18px; }
.kc-post__body h2 { margin: 48px 0 16px; padding-top: 24px; border-top: 1px solid var(--kc-line); font-size: 25px; line-height: 1.4; }
.kc-post__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.kc-post__button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--kc-ink); background: var(--kc-ink); color: #fff !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.kc-post__button--light { background: transparent; color: var(--kc-ink) !important; }
@media (max-width: 767px) {
  .kc-post__hero { padding: 64px 0 40px; }
  .kc-post h1 { font-size: 32px; }
  .kc-post__eyecatch { min-height: 230px; margin-bottom: 44px; }
  .kc-post__body p { font-size: 14px; line-height: 1.95; }
  .kc-post__button { width: 100%; }
}

body.single-post:has(.kc-post-page) .l-contents__container,
body.single-post:has(.kc-post-page) .l-contents__inner,
body.single-post:has(.kc-post-page) .l-contents__main,
body.single-post:has(.kc-post-page) .c-entry__body,
body.single-post:has(.kc-post-page) .c-entry__content {
  max-width: none;
  width: 100%;
}

body.single-post:has(.kc-post-page) .l-contents__container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-right: 0;
  padding-left: 0;
}

body.single-post:has(.kc-post-page) .l-contents__inner {
  display: block;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-post:has(.kc-post-page) .p-breadcrumbs-wrapper,
body.single-post:has(.kc-post-page) .c-entry__header,
body.single-post:has(.kc-post-page) .c-entry__footer,
body.single-post:has(.kc-post-page) .l-contents__sidebar,
body.single-post:has(.kc-post-page) .wp-profile-box,
body.single-post:has(.kc-post-page) .p-related-posts,
body.single-post:has(.kc-post-page) .p-comments,
body.single-post:has(.kc-post-page) .p-trackbacks {
  display: none !important;
}

body.single-post .wp-profile-box {
  display: none !important;
}

body.single-post:has(.kc-post-page) .c-entry__body,
body.single-post:has(.kc-post-page) .p-entry-content {
  margin-top: 0;
}

.kc-post-page {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100vh;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.kc-post-page .kc-page-head {
  position: sticky;
}

.kc-post-page .kc-post {
  width: 100%;
}

.kc-post-page .kc-footer {
  margin-top: 0;
}

body.single-post:has(.kc-post-page) {
  overflow-x: clip;
}

.kc-post-page,
.kc-post-page * {
  max-width: 100%;
}

.kc-post-page .kc-post h1,
.kc-post-page .kc-post h2,
.kc-post-page .kc-post p,
.kc-post-page .kc-footer p {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 767px) {
  .kc-post-page .kc-page-head__inner,
  .kc-post-page .kc-post__hero,
  .kc-post-page .kc-post__body,
  .kc-post-page .kc-footer__inner {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .kc-post-page .kc-post__eyecatch {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    height: 62vw;
    min-height: 220px;
  }

  .kc-post-page .kc-post__hero {
    padding-top: 58px;
  }

  .kc-post-page .kc-post h1 {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    font-size: 29px;
    line-height: 1.42;
    line-break: anywhere;
    word-break: break-all;
    white-space: normal !important;
  }

  .kc-post-page .kc-post__body {
    padding-bottom: 76px;
  }

  .kc-post-page .kc-post h2,
  .kc-post-page .kc-post p,
  .kc-post-page .kc-footer p {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    line-break: anywhere;
    word-break: break-all;
    white-space: normal !important;
  }
}
