/*
 Theme Name: Envo One Child
 Description: まちかどアトリエNeiro 子テーマ
 Template: envo-one
 Version: 1.0.0
 Text Domain: envo-one-child
*/

/* ===== トップページ CSS ===== */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      /* 薄いピンク × ベージュ */
      --pink:        #e8a0b8;
      --pink-dark:   #c4708e;
      --pink-light:  #f5d5e2;
      --pink-pale:   #fdf0f5;
      --beige:       #d4b896;
      --beige-dark:  #a8886a;
      --beige-light: #edddc8;
      --beige-pale:  #faf4ee;
      --accent:      #f0c8a0;
      --accent-dark: #d4a070;
      --bg:          #fdf8f4;
      --bg-white:    #ffffff;
      --text:        #3d2b1f;
      --text-mid:    #8a6a58;
      --text-light:  #b89888;
      --border:      #edddc8;
      --radius:      20px;
      --radius-sm:   10px;
      --shadow:      0 4px 24px rgba(196,112,142,0.10);
      --shadow-md:   0 8px 40px rgba(61,43,31,0.09);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
      background-color: var(--bg);
      color: var(--text);
      line-height: 1.7;
      font-size: 16px;
    }

    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }

    /* ===== HEADER ===== */
    .header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      background: rgba(253,248,244,0.94);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 2px solid var(--beige-light);
      transition: box-shadow 0.3s;
    }

    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .logo-mark {
      width: 46px;
      height: 46px;
      background: linear-gradient(135deg, var(--pink), var(--pink-dark));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 22px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      box-shadow: 0 3px 10px rgba(196,112,142,0.30);
    }

    .logo-text { display: flex; flex-direction: column; }

    .logo-name {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--text);
      line-height: 1.2;
    }

    .logo-tagline {
      font-size: 10px;
      color: var(--pink-dark);
      letter-spacing: 0.05em;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .nav a {
      padding: 8px 14px;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-mid);
      border-radius: 24px;
      transition: all 0.2s;
    }

    .nav a:hover {
      background: var(--pink-pale);
      color: var(--pink-dark);
    }

    .nav-cta {
      background: var(--pink) !important;
      color: white !important;
      padding: 8px 20px !important;
      font-weight: 700 !important;
      border-radius: 24px !important;
    }

    .nav-cta:hover {
      background: var(--pink-dark) !important;
      color: white !important;
    }

    /* ===== HERO ===== */
    .hero {
      margin-top: 72px;
      min-height: calc(100vh - 72px);
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: linear-gradient(160deg, var(--pink-pale) 0%, var(--bg) 50%, var(--beige-pale) 100%);
    }

    .hero::before {
      content: '';
      position: absolute;
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(232,160,184,0.18) 0%, transparent 65%);
      top: -150px;
      right: -100px;
      pointer-events: none;
    }

    .hero::after {
      content: '';
      position: absolute;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(212,184,150,0.15) 0%, transparent 65%);
      bottom: -100px;
      left: -50px;
      pointer-events: none;
    }

    .hero-blob {
      position: absolute;
      width: 400px;
      height: 380px;
      background: rgba(232,160,184,0.08);
      border-radius: 62% 38% 46% 54% / 60% 44% 56% 40%;
      top: 10%;
      left: 30%;
      pointer-events: none;
      animation: blobFloat 8s ease-in-out infinite;
    }

    @keyframes blobFloat {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      33% { transform: translate(20px, -15px) rotate(3deg); }
      66% { transform: translate(-10px, 10px) rotate(-2deg); }
    }

    .hero-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 24px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--pink-light);
      color: var(--pink-dark);
      border: 2px solid var(--pink);
      border-radius: 24px;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 24px;
      letter-spacing: 0.05em;
    }

    .hero-badge::before { content: '🌸'; font-size: 14px; }

    .hero-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: clamp(30px, 4vw, 50px);
      font-weight: 700;
      line-height: 1.5;
      color: var(--text);
      margin-bottom: 24px;
    }

    .hero-title .accent-pink {
      color: var(--pink-dark);
      background: var(--pink-light);
      padding: 2px 10px;
      border-radius: 8px;
    }

    .hero-title .accent-beige {
      color: var(--beige-dark);
      border-bottom: 4px solid var(--beige-light);
    }

    .hero-desc {
      font-size: 16px;
      color: var(--text-mid);
      line-height: 2;
      margin-bottom: 40px;
      max-width: 480px;
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      border-radius: 48px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.25s;
      border: none;
      font-family: 'Zen Maru Gothic', sans-serif;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--pink), var(--pink-dark));
      color: white;
      box-shadow: 0 4px 20px rgba(196,112,142,0.38);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(196,112,142,0.48);
    }

    .btn-secondary {
      background: white;
      color: var(--text-mid);
      border: 2px solid var(--beige-light);
    }

    .btn-secondary:hover {
      border-color: var(--pink);
      background: var(--pink-pale);
      transform: translateY(-3px);
    }

    .hero-visual { position: relative; }

    .hero-image-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 14px;
    }

    .hero-img-card {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--shadow);
      aspect-ratio: 4/3;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: transform 0.3s;
    }

    .hero-img-card:hover { transform: scale(1.02); }

    .hero-img-card:nth-child(1) {
      background: linear-gradient(135deg, var(--pink-light), #f0b0c8);
    }

    .hero-img-card:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 3;
      background: linear-gradient(135deg, var(--beige-pale), var(--beige-light));
      aspect-ratio: auto;
    }

    .hero-img-card:nth-child(3) {
      background: linear-gradient(135deg, #fdf0e8, var(--accent));
    }

    .hero-img-placeholder { font-size: 44px; }

    .hero-img-label {
      position: absolute;
      bottom: 12px;
      left: 12px;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(8px);
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 11px;
      font-weight: 700;
      color: var(--text);
    }

    .hero-leaf {
      position: absolute;
      font-size: 32px;
      animation: leafSway 4s ease-in-out infinite;
      pointer-events: none;
    }

    .hero-leaf-1 { top: -10px; right: -15px; animation-delay: 0s; }
    .hero-leaf-2 { bottom: 20px; left: -20px; animation-delay: 1.5s; font-size: 24px; }

    @keyframes leafSway {
      0%, 100% { transform: rotate(-10deg); }
      50% { transform: rotate(10deg); }
    }


    /* ===== SECTION COMMON ===== */
    .section { padding: 96px 24px; }

    .section-inner { max-width: 1200px; margin: 0 auto; }

    .section-header { text-align: center; margin-bottom: 60px; }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--pink-dark);
      margin-bottom: 12px;
    }

    .section-label::before,
    .section-label::after {
      content: '';
      width: 24px;
      height: 2px;
      background: var(--pink-light);
      border-radius: 1px;
    }

    .section-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 700;
      color: var(--text);
      line-height: 1.5;
      margin-bottom: 16px;
    }

    .section-desc {
      font-size: 15px;
      color: var(--text-mid);
      max-width: 560px;
      margin: 0 auto;
      line-height: 1.9;
    }

    /* ===== ABOUT ===== */
    .about {
      background: var(--bg-white);
      position: relative;
      overflow: hidden;
    }

    .about::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 6px;
      background: linear-gradient(90deg,
        var(--pink-light), var(--pink),
        var(--beige-light), var(--accent),
        var(--pink-light));
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .about-visual { position: relative; }

    .about-img-main {
      width: 100%;
      aspect-ratio: 4/3;
      background: linear-gradient(135deg, var(--pink-pale), var(--beige-pale));
      border-radius: 28px;
      box-shadow: var(--shadow-md);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 72px;
      border: 3px solid var(--pink-light);
    }

    .about-img-accent {
      position: absolute;
      bottom: -24px;
      right: -24px;
      width: 140px;
      height: 140px;
      background: var(--pink-light);
      border: 3px solid var(--pink);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 2px;
      box-shadow: var(--shadow);
    }

    .about-img-accent-num {
      font-size: 28px;
      font-weight: 700;
      color: var(--pink-dark);
      font-family: 'Zen Maru Gothic', serif;
      line-height: 1;
    }

    .about-img-accent-text {
      font-size: 11px;
      color: var(--text-mid);
      font-weight: 500;
    }

    .about-content { padding-left: 20px; }

    .about-content .section-label,
    .about-content .section-title { text-align: left; }

    .about-content .section-label::before { display: none; }

    .about-body {
      font-size: 15px;
      color: var(--text);
      line-height: 2.1;
      margin-bottom: 32px;
    }

    .about-values { display: flex; flex-direction: column; gap: 14px; }

    .about-value {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 16px 18px;
      background: var(--bg);
      border-radius: var(--radius-sm);
      border-left: 5px solid var(--pink);
      transition: transform 0.2s;
    }

    .about-value:nth-child(2) { border-left-color: var(--beige); }
    .about-value:nth-child(3) { border-left-color: var(--accent); }

    .about-value:hover { transform: translateX(4px); }

    .about-value-icon { font-size: 24px; flex-shrink: 0; }

    .about-value-text { font-size: 14px; color: var(--text); line-height: 1.7; }

    .about-value-title { font-weight: 700; margin-bottom: 3px; }

    /* ===== SERVICES ===== */
    .services { background: var(--beige-pale); }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .service-card {
      background: white;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: all 0.3s;
      display: flex;
      flex-direction: column;
      border: 2px solid transparent;
    }

    .service-card:hover {
      transform: translateY(-6px) rotate(0.5deg);
      box-shadow: var(--shadow-md);
      border-color: var(--pink-light);
    }

    .service-card-image {
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 60px;
      position: relative;
    }

    .service-card:nth-child(1) .service-card-image {
      background: linear-gradient(135deg, var(--pink-light), #f0b0c8);
    }

    .service-card:nth-child(2) .service-card-image {
      background: linear-gradient(135deg, var(--beige-pale), var(--beige-light));
    }

    .service-card:nth-child(3) .service-card-image {
      background: linear-gradient(135deg, #fdf0e8, var(--accent));
    }

    .service-card:nth-child(4) .service-card-image {
      background: linear-gradient(135deg, var(--pink-pale), var(--pink-light));
    }

    .service-card-tag {
      position: absolute;
      top: 14px;
      left: 14px;
      background: rgba(255,255,255,0.92);
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 11px;
      font-weight: 700;
      color: var(--text);
    }

    .service-card-body {
      padding: 28px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .service-card-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--text);
    }

    .service-card-desc {
      font-size: 14px;
      color: var(--text-mid);
      line-height: 1.8;
      flex: 1;
      margin-bottom: 20px;
    }

    .service-card-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 700;
      color: var(--pink-dark);
      background: var(--pink-pale);
      padding: 8px 16px;
      border-radius: 20px;
      width: fit-content;
      transition: all 0.2s;
    }

    .service-card-link:hover {
      background: var(--pink-light);
      gap: 10px;
    }

    .service-card-link::after { content: '→'; }

    /* ===== NEWS ===== */
    .news { background: var(--pink-pale); }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 48px;
    }

    .news-card {
      border-radius: var(--radius);
      overflow: hidden;
      background: white;
      transition: all 0.3s;
      border: 2px solid transparent;
    }

    .news-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
      border-color: var(--pink-light);
    }

    .news-card-image {
      height: 180px;
      background: linear-gradient(135deg, var(--pink-pale), var(--beige-pale));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 44px;
    }

    .news-card-body { padding: 20px; }

    .news-card-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .news-card-date { font-size: 12px; color: var(--text-light); }

    .news-card-cat {
      font-size: 11px;
      font-weight: 700;
      color: var(--pink-dark);
      background: var(--pink-light);
      padding: 2px 10px;
      border-radius: 12px;
    }

    .news-card-title {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.5;
      color: var(--text);
      margin-bottom: 8px;
      font-family: 'Zen Maru Gothic', sans-serif;
    }

    .news-card-desc {
      font-size: 13px;
      color: var(--text-mid);
      line-height: 1.7;
    }

    .news-more { text-align: center; }

    .news-featured {
      border-radius: var(--radius);
      overflow: hidden;
      background: white;
      border: 3px solid var(--pink-light);
      box-shadow: var(--shadow-md);
      margin-bottom: 32px;
    }

    .news-featured img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ===== INSTAGRAM ===== */
    .instagram { background: var(--bg-white); }

    /* ===== ACCESS ===== */
    .access { background: var(--beige-pale); }

    .access-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .access-info { display: flex; flex-direction: column; gap: 20px; }

    .access-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding: 16px;
      background: white;
      border-radius: var(--radius-sm);
      border: 1px solid var(--beige-light);
    }

    .access-icon {
      width: 44px;
      height: 44px;
      background: var(--pink-pale);
      border: 2px solid var(--pink-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }

    .access-item-content { padding-top: 4px; }

    .access-item-label {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--pink-dark);
      margin-bottom: 4px;
    }

    .access-item-text { font-size: 15px; color: var(--text); line-height: 1.7; }

    .access-map {
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      background: var(--pink-pale);
      border: 2px solid var(--pink-light);
      height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 12px;
      color: var(--text-mid);
      font-size: 14px;
    }

    .access-map-icon { font-size: 48px; }

    /* ===== CONTACT BANNER ===== */
    .contact-banner {
      background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
      padding: 80px 24px;
      text-align: center;
      color: white;
      position: relative;
      overflow: hidden;
    }

    .contact-banner::before {
      content: '🌸';
      position: absolute;
      font-size: 120px;
      opacity: 0.10;
      top: -10px;
      left: 5%;
      transform: rotate(-20deg);
    }

    .contact-banner::after {
      content: '🌷';
      position: absolute;
      font-size: 100px;
      opacity: 0.10;
      bottom: -10px;
      right: 5%;
      transform: rotate(20deg);
    }

    .contact-banner-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 700;
      margin-bottom: 16px;
    }

    .contact-banner-desc {
      font-size: 16px;
      opacity: 0.90;
      margin-bottom: 40px;
      line-height: 1.9;
    }

    .contact-banner .btn {
      background: white;
      color: var(--pink-dark);
      font-size: 16px;
      padding: 16px 40px;
    }

    .contact-banner .btn:hover {
      background: var(--pink-pale);
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    }

    /* ===== FOOTER ===== */
    .footer {
      background: #3d2b2b;
      color: #c8b0b0;
      padding: 64px 24px 32px;
    }

    .footer-inner { max-width: 1200px; margin: 0 auto; }

    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
      margin-bottom: 48px;
    }

    .footer-brand { display: flex; flex-direction: column; gap: 16px; }

    .footer-logo { display: flex; align-items: center; gap: 12px; }

    .footer-logo-mark {
      width: 42px;
      height: 42px;
      background: linear-gradient(135deg, var(--pink), var(--pink-dark));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 700;
    }

    .footer-logo-name {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 16px;
      font-weight: 700;
      color: white;
    }

    .footer-brand-desc { font-size: 13px; line-height: 1.9; color: #9a8080; }

    .footer-col-title {
      font-size: 13px;
      font-weight: 700;
      color: white;
      margin-bottom: 16px;
      padding-bottom: 8px;
      border-bottom: 1px solid #5a3a3a;
    }

    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }

    .footer-links a { font-size: 13px; color: #9a8080; transition: color 0.2s; }

    .footer-links a:hover { color: var(--pink-light); }

    .footer-bottom {
      border-top: 1px solid #5a3a3a;
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: #6a4a4a;
    }

    /* ===== SCROLL ANIMATION ===== */
    .fade-in {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .fade-in.visible { opacity: 1; transform: translateY(0); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .hero-inner { grid-template-columns: 1fr; text-align: center; }
      .hero-desc { margin-left: auto; margin-right: auto; }
      .hero-actions { justify-content: center; }
      .hero-visual { max-width: 480px; margin: 0 auto; }
      .about-grid { grid-template-columns: 1fr; gap: 48px; }
      .about-content { padding-left: 0; }
      .about-content .section-label,
      .about-content .section-title { text-align: center; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    @media (max-width: 768px) {
      .nav { display: none; }
      .services-grid { grid-template-columns: 1fr; }
      .news-grid { grid-template-columns: 1fr; }
      .access-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .section { padding: 64px 24px; }
    }


/* ===== ひろばページ CSS ===== */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --pink:        #e8a0b8;
      --pink-dark:   #c4708e;
      --pink-light:  #f5d5e2;
      --pink-pale:   #fdf0f5;
      --beige:       #d4b896;
      --beige-dark:  #a8886a;
      --beige-light: #edddc8;
      --beige-pale:  #faf4ee;
      --accent:      #f0c8a0;
      --accent-dark: #d4a070;
      --bg:          #fdf8f4;
      --bg-white:    #ffffff;
      --text:        #3d2b1f;
      --text-mid:    #8a6a58;
      --text-light:  #b89888;
      --border:      #edddc8;
      --radius:      20px;
      --radius-sm:   10px;
      --shadow:      0 4px 24px rgba(196,112,142,0.10);
      --shadow-md:   0 8px 40px rgba(61,43,31,0.09);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
      background-color: var(--bg);
      color: var(--text);
      line-height: 1.7;
      font-size: 16px;
    }

    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }

    /* ===== HEADER ===== */
    .header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      background: rgba(253,248,244,0.94);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 2px solid var(--beige-light);
      transition: box-shadow 0.3s;
    }

    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .logo-mark {
      width: 46px;
      height: 46px;
      background: linear-gradient(135deg, var(--pink), var(--pink-dark));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 22px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      box-shadow: 0 3px 10px rgba(196,112,142,0.30);
    }

    .logo-text { display: flex; flex-direction: column; }

    .logo-name {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--text);
      line-height: 1.2;
    }

    .logo-tagline {
      font-size: 10px;
      color: var(--pink-dark);
      letter-spacing: 0.05em;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .nav a {
      padding: 8px 14px;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-mid);
      border-radius: 24px;
      transition: all 0.2s;
    }

    .nav a:hover {
      background: var(--pink-pale);
      color: var(--pink-dark);
    }

    .nav-cta {
      background: var(--pink) !important;
      color: white !important;
      padding: 8px 20px !important;
      font-weight: 700 !important;
      border-radius: 24px !important;
    }

    .nav-cta:hover {
      background: var(--pink-dark) !important;
      color: white !important;
    }

    /* ===== BREADCRUMB ===== */
    .breadcrumb {
      margin-top: 72px;
      padding: 14px 24px;
      background: var(--bg-white);
      border-bottom: 1px solid var(--beige-light);
    }

    .breadcrumb-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: var(--text-light);
    }

    .breadcrumb-inner a {
      color: var(--text-mid);
      transition: color 0.2s;
    }

    .breadcrumb-inner a:hover { color: var(--pink-dark); }

    .breadcrumb-sep { color: var(--beige); }

    /* ===== HERO ===== */
    .page-hero {
      background: linear-gradient(160deg, var(--beige-pale) 0%, var(--bg) 50%, var(--pink-pale) 100%);
      padding: 72px 24px 80px;
      position: relative;
      overflow: hidden;
    }

    .page-hero::before {
      content: '';
      position: absolute;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(212,184,150,0.18) 0%, transparent 65%);
      top: -100px;
      right: -80px;
      pointer-events: none;
    }

    .page-hero-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .page-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--beige-light);
      color: var(--beige-dark);
      border: 2px solid var(--beige);
      border-radius: 24px;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 24px;
      letter-spacing: 0.05em;
    }

    .page-hero-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: clamp(28px, 4vw, 48px);
      font-weight: 700;
      line-height: 1.5;
      color: var(--text);
      margin-bottom: 20px;
    }

    .page-hero-title .hl {
      color: var(--pink-dark);
      background: var(--pink-light);
      padding: 2px 10px;
      border-radius: 8px;
    }

    .page-hero-desc {
      font-size: 15px;
      color: var(--text-mid);
      line-height: 2;
      margin-bottom: 36px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      border-radius: 48px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.25s;
      border: none;
      font-family: 'Zen Maru Gothic', sans-serif;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--pink), var(--pink-dark));
      color: white;
      box-shadow: 0 4px 20px rgba(196,112,142,0.38);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(196,112,142,0.48);
    }

    .btn-line {
      background: #06C755;
      color: white;
      box-shadow: 0 4px 20px rgba(6,199,85,0.30);
    }

    .btn-line:hover {
      background: #05b34c;
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(6,199,85,0.40);
    }

    .btn-secondary {
      background: white;
      color: var(--text-mid);
      border: 2px solid var(--beige-light);
    }

    .btn-secondary:hover {
      border-color: var(--pink);
      background: var(--pink-pale);
      transform: translateY(-3px);
    }

    /* Hero visual */
    .hero-space-visual {
      background: linear-gradient(135deg, var(--beige-pale), var(--beige-light));
      border-radius: 28px;
      aspect-ratio: 4/3;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 80px;
      box-shadow: var(--shadow-md);
      border: 3px solid var(--beige-light);
      position: relative;
    }

    .hero-space-badges {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .hero-space-tag {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(8px);
      border-radius: 20px;
      padding: 5px 14px;
      font-size: 12px;
      font-weight: 700;
      color: var(--text);
    }

    /* ===== SECTION COMMON ===== */
    .section { padding: 80px 24px; }
    .section-inner { max-width: 1200px; margin: 0 auto; }

    .section-header { text-align: center; margin-bottom: 52px; }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--pink-dark);
      margin-bottom: 12px;
    }

    .section-label::before,
    .section-label::after {
      content: '';
      width: 24px;
      height: 2px;
      background: var(--pink-light);
      border-radius: 1px;
    }

    .section-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--text);
      line-height: 1.5;
      margin-bottom: 12px;
    }

    .section-desc {
      font-size: 15px;
      color: var(--text-mid);
      max-width: 560px;
      margin: 0 auto;
      line-height: 1.9;
    }

    /* ===== SPECS ===== */
    .specs { background: var(--bg-white); }

    .specs-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 48px;
    }

    .spec-card {
      background: var(--bg);
      border-radius: var(--radius);
      padding: 28px 20px;
      text-align: center;
      border: 2px solid var(--beige-light);
      transition: all 0.3s;
    }

    .spec-card:hover {
      border-color: var(--pink-light);
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .spec-icon {
      font-size: 36px;
      margin-bottom: 12px;
      display: block;
    }

    .spec-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--pink-dark);
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .spec-value {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--text);
      line-height: 1.3;
    }

    .spec-unit {
      font-size: 13px;
      color: var(--text-mid);
      margin-top: 4px;
    }

    /* ===== EQUIPMENT ===== */
    .equipment-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .equipment-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: var(--beige-pale);
      border-radius: var(--radius-sm);
      padding: 14px 16px;
      border: 1px solid var(--beige-light);
    }

    .equipment-icon {
      width: 38px;
      height: 38px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
      box-shadow: var(--shadow);
    }

    .equipment-name {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
    }

    .equipment-detail {
      font-size: 12px;
      color: var(--text-mid);
      margin-top: 2px;
    }

    /* ===== PRICING ===== */
    .pricing { background: var(--pink-pale); }

    .pricing-card {
      background: white;
      border-radius: var(--radius);
      padding: 48px;
      border: 3px solid var(--pink-light);
      box-shadow: var(--shadow-md);
      max-width: 640px;
      margin: 0 auto;
      text-align: center;
    }

    .pricing-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--pink-light);
      color: var(--pink-dark);
      border-radius: 24px;
      padding: 6px 18px;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 24px;
    }

    .pricing-price {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 64px;
      font-weight: 700;
      color: var(--pink-dark);
      line-height: 1;
      margin-bottom: 8px;
    }

    .pricing-price span {
      font-size: 24px;
      color: var(--text-mid);
    }

    .pricing-note {
      font-size: 14px;
      color: var(--text-mid);
      margin-bottom: 32px;
    }

    .pricing-rules {
      display: flex;
      flex-direction: column;
      gap: 10px;
      text-align: left;
      background: var(--bg);
      border-radius: var(--radius-sm);
      padding: 20px 24px;
    }

    .pricing-rule {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 13px;
      color: var(--text-mid);
    }

    .pricing-rule::before {
      content: '•';
      color: var(--pink-dark);
      font-weight: 700;
      flex-shrink: 0;
      margin-top: 1px;
    }

    /* ===== USE CASES ===== */
    .usecases { background: var(--beige-pale); }

    .usecases-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .usecase-card {
      background: white;
      border-radius: var(--radius);
      padding: 28px 24px;
      border: 2px solid var(--beige-light);
      transition: all 0.3s;
    }

    .usecase-card:hover {
      border-color: var(--pink-light);
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .usecase-icon {
      font-size: 40px;
      margin-bottom: 14px;
    }

    .usecase-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 8px;
    }

    .usecase-desc {
      font-size: 13px;
      color: var(--text-mid);
      line-height: 1.8;
    }

    /* ===== FLOW ===== */
    .flow { background: var(--bg-white); }

    .flow-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      position: relative;
    }

    .flow-steps::before {
      content: '';
      position: absolute;
      top: 32px;
      left: calc(12.5% + 8px);
      right: calc(12.5% + 8px);
      height: 2px;
      background: linear-gradient(90deg, var(--pink-light), var(--beige-light));
      z-index: 0;
    }

    .flow-step {
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .flow-step-num {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin: 0 auto 16px;
      background: white;
      border: 3px solid var(--pink-light);
      box-shadow: var(--shadow);
    }

    .flow-step:nth-child(2) .flow-step-num { border-color: var(--beige-light); }
    .flow-step:nth-child(3) .flow-step-num { border-color: var(--pink-light); }
    .flow-step:nth-child(4) .flow-step-num { border-color: var(--beige-light); }

    .flow-step-label {
      font-size: 11px;
      font-weight: 700;
      color: var(--pink-dark);
      margin-bottom: 6px;
      letter-spacing: 0.08em;
    }

    .flow-step:nth-child(2) .flow-step-label,
    .flow-step:nth-child(4) .flow-step-label { color: var(--beige-dark); }

    .flow-step-title {
      font-size: 15px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 6px;
    }

    .flow-step-desc {
      font-size: 12px;
      color: var(--text-mid);
      line-height: 1.7;
    }

    /* ===== BOOKING ===== */
    .booking {
      background: linear-gradient(135deg, var(--pink) 0%, var(--pink-dark) 100%);
      padding: 80px 24px;
      text-align: center;
      color: white;
      position: relative;
      overflow: hidden;
    }

    .booking::before {
      content: '🏠';
      position: absolute;
      font-size: 140px;
      opacity: 0.08;
      top: -20px;
      left: 3%;
      transform: rotate(-15deg);
    }

    .booking::after {
      content: '🌸';
      position: absolute;
      font-size: 120px;
      opacity: 0.08;
      bottom: -15px;
      right: 3%;
      transform: rotate(20deg);
    }

    .booking-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: clamp(22px, 3vw, 34px);
      font-weight: 700;
      margin-bottom: 14px;
    }

    .booking-desc {
      font-size: 15px;
      opacity: 0.92;
      margin-bottom: 12px;
      line-height: 1.9;
    }

    .booking-note {
      font-size: 13px;
      opacity: 0.75;
      margin-bottom: 40px;
    }

    .booking-actions {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .booking .btn-line {
      font-size: 16px;
      padding: 16px 40px;
    }

    .booking .btn-secondary {
      font-size: 15px;
      padding: 15px 32px;
    }

    /* ===== PRICING NEW ===== */
    .pricing-tabs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      margin-bottom: 40px;
    }

    .pricing-panel {
      background: white;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 2px solid var(--beige-light);
      display: flex;
      flex-direction: column;
    }

    .pricing-panel.featured {
      border-color: var(--pink);
      box-shadow: var(--shadow-md);
    }

    .pricing-panel-head {
      padding: 24px 28px 20px;
      background: var(--beige-pale);
      border-bottom: 2px solid var(--beige-light);
    }

    .pricing-panel.featured .pricing-panel-head {
      background: var(--pink-pale);
      border-bottom-color: var(--pink-light);
    }

    .pricing-panel-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--beige-light);
      color: var(--beige-dark);
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 11px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .pricing-panel.featured .pricing-panel-badge {
      background: var(--pink-light);
      color: var(--pink-dark);
    }

    .pricing-panel-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 4px;
    }

    .pricing-panel-subtitle {
      font-size: 13px;
      color: var(--text-mid);
    }

    .pricing-panel-body {
      padding: 24px 28px;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .pricing-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px;
      background: var(--bg);
      border-radius: var(--radius-sm);
      border: 1px solid var(--beige-light);
      gap: 12px;
    }

    .pricing-row-left {}

    .pricing-row-name {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 2px;
    }

    .pricing-row-desc {
      font-size: 12px;
      color: var(--text-mid);
    }

    .pricing-row-price {
      text-align: right;
      flex-shrink: 0;
    }

    .pricing-row-amount {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--pink-dark);
      line-height: 1;
    }

    .pricing-row-unit {
      font-size: 11px;
      color: var(--text-mid);
      margin-top: 3px;
    }

    .pricing-row-saving {
      display: inline-block;
      background: var(--pink-light);
      color: var(--pink-dark);
      font-size: 10px;
      font-weight: 700;
      padding: 2px 8px;
      border-radius: 10px;
      margin-top: 4px;
    }

    .pricing-notes {
      background: var(--bg);
      border-radius: var(--radius);
      padding: 28px 32px;
      border: 2px solid var(--beige-light);
    }

    .pricing-notes-title {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 16px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .pricing-notes-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .pricing-note-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 13px;
      color: var(--text-mid);
      line-height: 1.6;
    }

    .pricing-note-item::before {
      content: '※';
      color: var(--pink-dark);
      font-weight: 700;
      flex-shrink: 0;
    }

    /* ===== CAUTION ===== */
    .caution { background: var(--bg); }

    .caution-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .caution-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 14px;
      color: var(--text-mid);
      background: var(--bg-white);
      padding: 16px 18px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--beige-light);
    }

    .caution-item::before {
      content: '⚠️';
      font-size: 16px;
      flex-shrink: 0;
      margin-top: 1px;
    }

    /* ===== FOOTER ===== */
    .footer {
      background: #3d2b2b;
      color: #c8b0b0;
      padding: 64px 24px 32px;
    }

    .footer-inner { max-width: 1200px; margin: 0 auto; }

    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
      margin-bottom: 48px;
    }

    .footer-brand { display: flex; flex-direction: column; gap: 16px; }

    .footer-logo { display: flex; align-items: center; gap: 12px; }

    .footer-logo-mark {
      width: 42px;
      height: 42px;
      background: linear-gradient(135deg, var(--pink), var(--pink-dark));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
      font-family: 'Zen Maru Gothic', serif;
      font-weight: 700;
    }

    .footer-logo-name {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 16px;
      font-weight: 700;
      color: white;
    }

    .footer-brand-desc { font-size: 13px; line-height: 1.9; color: #9a8080; }

    .footer-col-title {
      font-size: 13px;
      font-weight: 700;
      color: white;
      margin-bottom: 16px;
      padding-bottom: 8px;
      border-bottom: 1px solid #5a3a3a;
    }

    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }

    .footer-links a { font-size: 13px; color: #9a8080; transition: color 0.2s; }

    .footer-links a:hover { color: var(--pink-light); }

    .footer-bottom {
      border-top: 1px solid #5a3a3a;
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: #6a4a4a;
    }

    /* ===== WEEKLY TABLE ===== */
    .weekly-table-wrap {
      overflow-x: auto;
      border-radius: var(--radius);
      border: 2px solid var(--beige-light);
      background: white;
    }

    .weekly-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 580px;
    }

    .weekly-table th {
      background: var(--beige-pale);
      border: 1px solid var(--beige-light);
      padding: 10px 6px;
      text-align: center;
      font-size: 13px;
      font-weight: 700;
      color: var(--text-mid);
    }

    .weekly-table td {
      border: 1px solid var(--beige-light);
      padding: 14px 6px;
      text-align: center;
      }

    .weekly-table .day-label {
      font-weight: 700;
      font-size: 15px;
      background: var(--beige-pale);
      color: var(--text);
      min-width: 48px;
    }

    .weekly-table .day-label.sat { color: #1976d2; }
    .weekly-table .day-label.sun { color: #d32f2f; }

    .slot-open {
      color: #388e3c;
      font-weight: 700;
      font-size: 17px;
    }

    .slot-booked {
      background: var(--pink-pale);
      color: var(--pink-dark);
      font-size: 12px;
      font-weight: 700;
    }

    .slot-closed {
      background: var(--bg);
      color: var(--text-light);
      font-size: 15px;
    }

    /* ===== FADE IN ===== */
    .fade-in {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .fade-in.visible { opacity: 1; transform: translateY(0); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .page-hero-inner { grid-template-columns: 1fr; text-align: center; }
      .specs-grid { grid-template-columns: repeat(2, 1fr); }
      .flow-steps { grid-template-columns: repeat(2, 1fr); }
      .flow-steps::before { display: none; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    @media (max-width: 768px) {
      .nav { display: none; }
      .specs-grid { grid-template-columns: repeat(2, 1fr); }
      .equipment-list { grid-template-columns: 1fr; }
      .usecases-grid { grid-template-columns: 1fr; }
      .flow-steps { grid-template-columns: 1fr 1fr; }
      .caution-list { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .section { padding: 60px 24px; }
      .pricing-tabs { grid-template-columns: 1fr; }
      .pricing-notes-grid { grid-template-columns: 1fr; }
    }

/* ===== Gutenberg ブロック版レイアウト調整 ===== */

/* セクション自体は全幅・パディングあり（.section CSS上書き） */
.about.section,
.services.section,
.news.section,
.access.section {
  width: 100%;
  box-sizing: border-box;
}

/* セクション直下ブロックの最大幅制限（section-inner の代わり） */
.about.section > .wp-block-html,
.about.section > .wp-block-group,
.services.section > .wp-block-html,
.services.section > .wp-block-group,
.news.section > .wp-block-html,
.news.section > .wp-block-group,
.access.section > .wp-block-html,
.access.section > .wp-block-group {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Gutenberg デフォルトのブロック間余白をリセット */
.about.section > .wp-block-html,
.about.section > .wp-block-group,
.services.section > .wp-block-html,
.services.section > .wp-block-group,
.news.section > .wp-block-html,
.news.section > .wp-block-group,
.access.section > .wp-block-html,
.access.section > .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}

/* services-grid / news-grid: __inner-container にグリッドを適用 */
.services-grid.wp-block-group > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.news-grid.wp-block-group > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* service-card: __inner-container を縦フレックスに */
.service-card.wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* __inner-container のデフォルトパディングをリセット */
.service-card.wp-block-group > .wp-block-group__inner-container,
.service-card-body.wp-block-group > .wp-block-group__inner-container,
.news-card.wp-block-group > .wp-block-group__inner-container,
.news-card-body.wp-block-group > .wp-block-group__inner-container,
.services-grid.wp-block-group > .wp-block-group__inner-container,
.news-grid.wp-block-group > .wp-block-group__inner-container {
  padding: 0;
}

/* カード内の見出し・段落の余白を統一 */
.service-card-body .wp-block-heading,
.news-card-body .wp-block-heading {
  margin-top: 0;
}
.service-card-body .wp-block-paragraph,
.news-card-body .wp-block-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .services-grid.wp-block-group > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
  .news-grid.wp-block-group > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
