@import url('https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

:root {
  --kh-white: #ffffff;
  --kh-cream: #fdfcfa;
  --kh-warm: #faf8f5;
  --kh-mint-50: #f0fdf9;
  --kh-mint-100: #ccfbf1;
  --kh-teal-500: #14b8a6;
  --kh-teal-600: #0d9488;
  --kh-teal-700: #0f766e;
  --kh-sky-50: #f0f9ff;
  --kh-sky-100: #e0f2fe;
  --kh-sky-500: #0ea5e9;
  --kh-pink-50: #fdf2f8;
  --kh-pink-100: #fce7f3;
  --kh-pink-300: #f9a8d4;
  --kh-pink-400: #f472b6;
  --kh-gray-50: #f9fafb;
  --kh-gray-100: #f3f4f6;
  --kh-gray-200: #e5e7eb;
  --kh-gray-500: #6b7280;
  --kh-gray-600: #4b5563;
  --kh-gray-700: #374151;
  --kh-gray-800: #1f2937;
  --kh-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
  --kh-header-height: 64px;
}

html {
  scroll-behavior: smooth;
}

body.kikkake-front-page {
  margin: 0;
  background: var(--kh-white);
  color: var(--kh-gray-800);
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

body.kikkake-front-page * {
  box-sizing: border-box;
}

body.kikkake-front-page a {
  color: inherit;
  text-decoration: none;
}

body.kikkake-front-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kh-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--kh-white);
}

.kh-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.kh-container-narrow {
  width: min(1040px, calc(100% - 48px));
}

.kh-pc-only {
  display: inline;
}

/* Header */
.kh-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.admin-bar .kh-site-header {
  top: 32px;
}

.kh-header-inner {
  width: 100%;
  min-height: var(--kh-header-height);
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.kh-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--kh-teal-700);
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.kh-header-logo::before {
  display: none;
}

.kh-header-logo span {
  display: inline-block;
}

.kh-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  color: var(--kh-gray-600);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.kh-header-nav a {
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease;
}

.kh-header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--kh-teal-500);
  transition: width 0.3s ease;
}

.kh-header-nav a:hover {
  color: var(--kh-teal-600);
}

.kh-header-nav a:hover::after {
  width: 100%;
}

.kh-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--kh-gray-700);
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.25s ease;
}

.kh-menu-button:hover {
  background: var(--kh-gray-100);
}

.kh-mobile-nav {
  display: none;
}

/* Hero */
.kh-hero {
  position: relative;
  min-height: calc(100vh - var(--kh-header-height));
  padding: calc(var(--kh-header-height) + 42px) 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--kh-mint-50) 0%, #ffffff 50%, var(--kh-pink-50) 100%);
}

.kh-hero-bg {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.kh-hero-bg-01 {
  top: 64px;
  left: 32px;
  width: 224px;
  height: 224px;
  background: rgba(204, 251, 241, 0.60);
  filter: blur(64px);
}

.kh-hero-bg-02 {
  right: 32px;
  bottom: 64px;
  width: 288px;
  height: 288px;
  background: rgba(253, 242, 248, 0.70);
  filter: blur(64px);
}

.kh-hero-bg-03 {
  right: 25%;
  top: 33%;
  width: 160px;
  height: 160px;
  background: rgba(240, 249, 255, 0.50);
  filter: blur(48px);
}

.kh-hero::before,
.kh-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  animation: kh-bounce 3.5s infinite ease-in-out;
}

.kh-hero::before {
  top: 96px;
  right: 64px;
  width: 16px;
  height: 16px;
  background: rgba(249, 168, 212, 0.40);
}

.kh-hero::after {
  top: 160px;
  left: 80px;
  width: 12px;
  height: 12px;
  background: rgba(45, 212, 191, 0.40);
  animation-duration: 4s;
  animation-delay: 1s;
}

.kh-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 24px 64px;
  text-align: center;
}

.kh-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kh-teal-500), var(--kh-teal-600));
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.25);
}

.kh-open-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  animation: kh-pulse 1.8s infinite;
}

/* 看板画像：画面幅いっぱいに近いサイズ */
.kh-hero-sign-wrap {
  position: relative;
  width: min(92vw, 980px);
  max-width: calc(100vw - 48px);
  margin: 0 auto 20px;
  padding: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

.kh-hero-sign {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.16);
}

.kh-new-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--kh-pink-400);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 10px 20px rgba(244, 114, 182, 0.28);
}

.kh-eyebrow {
  margin: 0 0 8px;
  color: var(--kh-teal-600);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.30em;
}

.kh-hero-title {
  margin: 0 0 14px;
  color: var(--kh-gray-800);
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.kh-hero-lead {
  max-width: 672px;
  margin: 0 auto 22px;
  color: var(--kh-gray-600);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.85;
}

.kh-hero-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  max-width: 900px;
  margin: 0 auto 30px;
}

.kh-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 16px;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.80);
  color: var(--kh-teal-700);
  font-size: 0.875rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
}

.kh-hero-tags span:nth-child(2),
.kh-hero-tags span:nth-child(5) {
  border-color: rgba(244, 114, 182, 0.18);
  color: #db2777;
}

.kh-hero-tags span:nth-child(3),
.kh-hero-tags span:nth-child(6) {
  border-color: rgba(14, 165, 233, 0.18);
  color: #0284c7;
}

.kh-hero-tags i {
  font-size: 1rem;
}

.kh-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 16px;
  flex-wrap: wrap;
}

/* Buttons */
.kh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 14px 32px;
  border-radius: 999px;
  border: 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.kh-button i {
  font-size: 1.1rem;
}

.kh-button:hover {
  transform: translateY(-1px);
}

.kh-button-primary {
  background: var(--kh-teal-600);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(20, 184, 166, 0.25);
}

.kh-button-primary:hover {
  background: var(--kh-teal-700);
  box-shadow: 0 22px 36px rgba(20, 184, 166, 0.30);
}

.kh-button-outline {
  border: 2px solid var(--kh-teal-600);
  background: transparent;
  color: var(--kh-teal-600);
}

.kh-button-outline:hover {
  border-color: var(--kh-teal-700);
  background: rgba(240, 253, 249, 0.9);
}

.kh-button-gray {
  border: 2px solid var(--kh-gray-200);
  background: #ffffff;
  color: var(--kh-gray-600);
}

.kh-button-gray:hover {
  background: var(--kh-gray-50);
  border-color: #d1d5db;
}

.kh-button-instagram {
  background: linear-gradient(90deg, #f97316, #ec4899, #9333ea);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(236, 72, 153, 0.22);
}

.kh-button-instagram:hover {
  box-shadow: 0 22px 36px rgba(236, 72, 153, 0.28);
}

.kh-button-sky {
  background: #0ea5e9;
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(14, 165, 233, 0.20);
}

.kh-button-white {
  background: #ffffff;
  color: var(--kh-teal-700);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.kh-button-white:hover {
  background: var(--kh-mint-50);
}

/* レンタルルーム下部の白ボタン文字色を強制表示 */
.kh-rental-cta .kh-button-white,
.kh-rental-cta .kh-button-white i,
.kh-rental-cta .kh-button-white span {
  color: var(--kh-teal-700) !important;
}

.kh-rental-cta .kh-button-white:hover,
.kh-rental-cta .kh-button-white:hover i,
.kh-rental-cta .kh-button-white:hover span {
  color: var(--kh-teal-700) !important;
}

.kh-button-arrow {
  transition: transform 0.3s ease;
}

.kh-button:hover .kh-button-arrow {
  transform: translateX(4px);
}

/* Sections */
.kh-section {
  position: relative;
  padding: 96px 0;
}

.kh-section-white {
  background: #ffffff;
}

.kh-section-warm {
  background: linear-gradient(135deg, var(--kh-warm) 0%, #ffffff 50%, var(--kh-pink-50) 100%);
}

.kh-section-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.kh-section-en {
  margin: 0 0 8px;
  color: var(--kh-teal-600);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.kh-section-heading h2 {
  margin: 0;
  color: var(--kh-gray-800);
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.kh-section-lead {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--kh-gray-500);
  font-size: 1rem;
  font-weight: 400;
}

/* About */
.kh-about-lead {
  max-width: 768px;
  margin: 0 auto 40px;
  padding: 32px 40px;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(240, 253, 249, 0.72), rgba(255, 255, 255, 0.9));
  box-shadow: var(--kh-shadow);
}

.kh-about-lead p {
  margin: 0;
  color: var(--kh-gray-600);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
}

.kh-about-lead p + p {
  margin-top: 18px;
}

.kh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.kh-feature-card {
  padding: 28px 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--kh-gray-200);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.kh-feature-card h3 {
  margin: 18px 0 10px;
  color: var(--kh-gray-800);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.kh-feature-card p {
  margin: 0;
  color: var(--kh-gray-600);
  font-size: 0.95rem;
  font-weight: 400;
}

.kh-feature-icon,
.kh-card-icon,
.kh-small-icon,
.kh-info-icon,
.kh-contact-icon,
.kh-rental-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.kh-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.35rem;
}

.kh-feature-teal .kh-feature-icon,
.kh-icon-teal {
  background: var(--kh-teal-500);
}

.kh-feature-pink .kh-feature-icon,
.kh-icon-pink {
  background: var(--kh-pink-300);
}

.kh-feature-sky .kh-feature-icon,
.kh-icon-sky {
  background: #7dd3e8;
}

/* Cards */
.kh-card-grid {
  display: grid;
  gap: 24px;
}

.kh-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kh-image-card {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--kh-gray-200);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kh-image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.kh-card-image {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: var(--kh-mint-50);
}

.kh-event-image {
  height: 190px;
}

.kh-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

/* サービス紹介：正方形画像を見切れないように表示 */
#services .kh-card-image {
  aspect-ratio: 1 / 1;
  height: auto;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services .kh-card-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  background: #ffffff;
}

#services .kh-image-card:hover .kh-card-image img {
  transform: none;
}

.kh-image-card:hover .kh-card-image img {
  transform: scale(1.04);
}

.kh-card-shade {
  display: none;
}

.kh-card-icon {
  position: absolute;
  left: 20px;
  bottom: 16px;
  width: 54px;
  height: 54px;
  border: 4px solid #ffffff;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.35rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.kh-card-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--kh-gray-600);
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.kh-tag-pink {
  color: #db2777;
}

.kh-tag-teal {
  color: var(--kh-teal-700);
}

.kh-tag-sky {
  color: #0284c7;
}

.kh-card-body {
  padding: 22px 22px 28px;
}

.kh-card-body h3 {
  margin: 0 0 12px;
  color: var(--kh-gray-800);
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 700;
}

.kh-card-body p {
  margin: 0;
  color: var(--kh-gray-600);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.85;
}

.kh-date-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--kh-gray-600);
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.kh-event-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.kh-event-title-row h3 {
  margin: 0;
}

.kh-small-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.15rem;
}

.kh-instagram-notice {
  max-width: 860px;
  margin: 44px auto 0;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(244, 114, 182, 0.16);
  background: linear-gradient(135deg, var(--kh-pink-50), var(--kh-mint-50));
  text-align: center;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.kh-notice-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: var(--kh-gray-800);
  font-size: 1.125rem;
  font-weight: 700;
}

.kh-notice-title i {
  color: #ec4899;
  font-size: 1.35rem;
}

.kh-instagram-notice p {
  margin: 12px 0 22px;
  color: var(--kh-gray-500);
  font-size: 0.95rem;
  font-weight: 400;
}

/* Rental */
.kh-rental {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background: linear-gradient(135deg, var(--kh-teal-600) 0%, #14b8a6 100%);
  color: #ffffff;
}

.kh-rental::before,
.kh-rental::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.kh-rental::before {
  left: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
}

.kh-rental::after {
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
}

.kh-rental-bg {
  display: none;
}

.kh-rental .kh-container {
  position: relative;
  z-index: 1;
}

.kh-section-heading-light h2,
.kh-section-heading-light .kh-section-lead {
  color: #ffffff;
}

.kh-rental-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
}

.kh-rental-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.kh-rental-card {
  padding: 26px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.kh-rental-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 1.35rem;
}

.kh-rental-card h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

.kh-rental-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 400;
}

.kh-rental-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 36px;
  padding: 28px 32px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.kh-rental-cta p {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
}

.kh-rental-cta span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 400;
}

/* Access */
.kh-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
}

.kh-info-panel,
.kh-map-panel {
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--kh-gray-200);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.kh-info-panel h3,
.kh-map-panel h3 {
  margin: 0 0 22px;
  color: var(--kh-gray-800);
  font-size: 1.25rem;
  font-weight: 700;
}

.kh-info-list {
  display: grid;
  gap: 18px;
}

.kh-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.kh-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.2rem;
}

.kh-info-item span {
  display: block;
  margin-bottom: 4px;
  color: #9ca3af;
  font-size: 0.8rem;
  font-weight: 500;
}

.kh-info-item p {
  margin: 0;
  color: var(--kh-gray-700);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
}

.kh-info-item a {
  color: var(--kh-teal-700);
  text-decoration: none;
}

.kh-parking-note {
  display: flex;
  gap: 14px;
  margin-top: 26px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(240, 253, 249, 0.72);
  border: 1px solid rgba(20, 184, 166, 0.16);
}

.kh-parking-note i {
  color: var(--kh-teal-600);
  font-size: 1.35rem;
}

.kh-parking-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--kh-gray-800);
  font-size: 0.95rem;
  font-weight: 700;
}

.kh-parking-note p {
  margin: 0;
  color: var(--kh-gray-600);
  font-size: 0.9rem;
  font-weight: 400;
}

.kh-map-wrap {
  overflow: hidden;
  height: 360px;
  border-radius: 18px;
  background: var(--kh-gray-100);
}

.kh-map-panel p {
  margin: 12px 0 0;
  color: var(--kh-gray-500);
  font-size: 0.85rem;
}

/* Contact */
.kh-contact {
  background: linear-gradient(135deg, var(--kh-mint-50) 0%, #ffffff 50%, var(--kh-pink-50) 100%);
}

.kh-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kh-contact-card {
  padding: 32px 26px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--kh-gray-200);
  text-align: center;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.kh-contact-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 1.45rem;
}

.kh-contact-card h3 {
  margin: 0 0 10px;
  color: var(--kh-gray-800);
  font-size: 1.15rem;
  font-weight: 700;
}

.kh-contact-card p {
  min-height: 48px;
  margin: 0 0 20px;
  color: var(--kh-gray-600);
  font-size: 0.95rem;
  font-weight: 400;
}

.kh-quick-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.kh-quick-info-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--kh-gray-200);
}

.kh-quick-info-item span {
  display: block;
  color: #9ca3af;
  font-size: 0.78rem;
  font-weight: 500;
}

.kh-quick-info-item strong {
  display: block;
  color: var(--kh-gray-800);
  font-size: 0.95rem;
  font-weight: 700;
}

/* Footer */
.kh-footer {
  padding: 58px 0 28px;
  background: #1f3f48;
  color: #ffffff;
}

.kh-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.1fr;
  gap: 36px;
}

.kh-footer h2,
.kh-footer h3,
.kh-footer p {
  margin: 0;
}

.kh-footer-brand h2 {
  margin-bottom: 12px;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.kh-footer-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.kh-footer-brand span {
  display: inline-block;
  margin-top: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
  font-weight: 500;
}

.kh-footer h3 {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.kh-footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.kh-footer-links a {
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.92rem;
  font-weight: 500;
}

.kh-footer-links a:hover,
.kh-footer-contact a:hover {
  color: #ffffff;
}

.kh-footer-contact {
  display: grid;
  gap: 10px;
}

.kh-footer-contact p {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.7;
}

.kh-footer-contact i {
  color: #5eead4;
  padding-top: 3px;
}

.kh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.kh-footer-bottom p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  font-weight: 400;
}

.kh-footer-sns {
  display: flex;
  gap: 10px;
}

.kh-footer-sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.1rem;
}

/* Animation */
.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes kh-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

@keyframes kh-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

/* Responsive */
@media (max-width: 1080px) {
  .kh-header-nav {
    gap: 18px;
    font-size: 0.82rem;
  }

  .kh-card-grid-3,
  .kh-feature-grid,
  .kh-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kh-access-grid {
    grid-template-columns: 1fr;
  }

  .kh-map-wrap {
    height: 340px;
  }
}

@media (max-width: 860px) {
  :root {
    --kh-header-height: 64px;
  }

  .kh-header-inner {
    padding: 12px 24px;
  }

  .kh-header-nav {
    display: none;
  }

  .kh-menu-button {
    display: inline-flex;
  }

  .kh-mobile-nav {
    display: grid;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    padding: 0 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .kh-mobile-nav.is-open {
    max-height: 500px;
    padding: 12px 24px 18px;
  }

  .kh-mobile-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--kh-gray-700);
    font-size: 0.92rem;
    font-weight: 500;
  }

  .kh-mobile-nav a:hover {
    background: var(--kh-mint-50);
    color: var(--kh-teal-600);
  }

  .kh-hero {
    min-height: auto;
    padding-top: calc(var(--kh-header-height) + 36px);
  }

  .kh-hero-inner {
    padding: 42px 16px 56px;
  }

  .kh-hero-sign-wrap {
    width: min(94vw, 760px);
    max-width: calc(100vw - 32px);
  }

  .kh-hero-title {
    font-size: clamp(2.1rem, 9vw, 3.25rem);
  }

  .kh-rental-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kh-rental-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .kh-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .kh-site-header {
    top: 46px;
  }
}

@media (max-width: 640px) {
  .kh-container,
  .kh-container-narrow {
    width: min(100% - 32px, 1180px);
  }

  .kh-section {
    padding: 72px 0;
  }

  .kh-header-inner {
    padding: 12px 16px;
  }

  .kh-header-logo {
    font-size: 1.08rem;
  }

  .kh-hero-inner {
    width: min(100% - 20px, 1152px);
    padding: 36px 10px 52px;
  }

  .kh-hero-sign-wrap {
    width: 94vw;
    max-width: calc(100vw - 20px);
  }

  .kh-new-badge {
    width: 50px;
    height: 50px;
    font-size: 0.68rem;
  }

  .kh-pc-only {
    display: none;
  }

  .kh-hero-lead {
    font-size: 1rem;
  }

  .kh-hero-tags {
    gap: 8px;
  }

  .kh-hero-tags span {
    padding: 6px 12px;
    font-size: 0.78rem;
  }

  .kh-hero-actions,
  .kh-button {
    width: 100%;
  }

  .kh-feature-grid,
  .kh-card-grid-3,
  .kh-contact-grid,
  .kh-quick-info,
  .kh-rental-grid {
    grid-template-columns: 1fr;
  }

  .kh-card-image {
    height: 220px;
  }

  #services .kh-card-image {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .kh-event-image {
    height: 200px;
  }

  .kh-rental-card {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .kh-rental-icon {
    margin: 0;
  }

  .kh-info-panel,
  .kh-map-panel {
    padding: 24px 20px;
  }

  .kh-map-wrap {
    height: 300px;
  }

  .kh-contact-card p {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .kh-hero-sign-wrap {
    width: 94vw;
    max-width: calc(100vw - 16px);
  }

  .kh-section-heading h2 {
    font-size: 2rem;
  }

  .kh-card-body {
    padding: 22px 20px 24px;
  }
}