@charset "UTF-8";

#shio-cabbage-page {
    --sc-green: #6f942e;
    --sc-green-dark: #45631d;
    --sc-green-pale: #edf4df;
    --sc-beige: #f6f0e5;
    --sc-ink: #2e342d;
    --sc-gray: #5e655d;
    --sc-line: #d9dfd2;
    --sc-white: #ffffff;
    color: var(--sc-ink);
    background: var(--sc-white);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.8;
}

#shio-cabbage-page *,
#shio-cabbage-page *::before,
#shio-cabbage-page *::after { box-sizing: border-box; }
#shio-cabbage-page img { max-width: 100%; height: auto; vertical-align: middle; }
#shio-cabbage-page a { color: inherit; }
#shio-cabbage-page .shio-cabbage-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

#shio-cabbage-page .shio-cabbage-breadcrumb { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0; font-size: 0.88rem; color: var(--sc-gray); }
#shio-cabbage-page .shio-cabbage-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
#shio-cabbage-page .shio-cabbage-breadcrumb li:not(:last-child)::after { content: ">"; margin-left: 8px; color: #9aa093; }
#shio-cabbage-page .shio-cabbage-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }

#shio-cabbage-page .shio-cabbage-hero { overflow: hidden; background: linear-gradient(135deg, #f6faed 0%, #ffffff 55%, #f5eee2 100%); border-top: 1px solid var(--sc-line); border-bottom: 1px solid var(--sc-line); }
#shio-cabbage-page .shio-cabbage-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 56px; align-items: center; min-height: 620px; padding: 64px 0; }
#shio-cabbage-page .shio-cabbage-eyebrow,
#shio-cabbage-page .shio-cabbage-section-label { margin: 0 0 12px; color: var(--sc-green-dark); font-weight: 700; letter-spacing: .08em; }
#shio-cabbage-page .shio-cabbage-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1.35; letter-spacing: .02em; }
#shio-cabbage-page .shio-cabbage-lead { margin: 26px 0 0; max-width: 760px; font-size: 1.06rem; color: #434a42; }
#shio-cabbage-page .shio-cabbage-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
#shio-cabbage-page .shio-cabbage-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 2px solid var(--sc-green-dark); border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
#shio-cabbage-page .shio-cabbage-button:hover,
#shio-cabbage-page .shio-cabbage-button:focus-visible { transform: translateY(-2px); }
#shio-cabbage-page .shio-cabbage-button-primary { background: var(--sc-green-dark); color: #fff; }
#shio-cabbage-page .shio-cabbage-button-secondary { background: #fff; color: var(--sc-green-dark); }
#shio-cabbage-page .shio-cabbage-quick-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
#shio-cabbage-page .shio-cabbage-quick-facts li { padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.9); border: 1px solid var(--sc-line); font-size: .9rem; }
#shio-cabbage-page .shio-cabbage-hero-figure { margin: 0; text-align: center; }
#shio-cabbage-page .shio-cabbage-hero-figure img { width: min(100%, 390px); filter: drop-shadow(0 20px 28px rgba(43,53,34,.18)); }

#shio-cabbage-page .shio-cabbage-section { padding: 88px 0; }
#shio-cabbage-page .shio-cabbage-section h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.45; }
#shio-cabbage-page .shio-cabbage-section-intro { max-width: 760px; margin: 18px 0 0; color: var(--sc-gray); }
#shio-cabbage-page .shio-cabbage-problems { background: var(--sc-beige); }
#shio-cabbage-page .shio-cabbage-problem-grid,
#shio-cabbage-page .shio-cabbage-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 38px; }
#shio-cabbage-page .shio-cabbage-problem-card,
#shio-cabbage-page .shio-cabbage-feature-card { padding: 28px; border-radius: 16px; background: #fff; border: 1px solid var(--sc-line); box-shadow: 0 10px 28px rgba(46,52,45,.05); }
#shio-cabbage-page .shio-cabbage-problem-card span { display: block; color: var(--sc-green); font-size: 1.8rem; font-weight: 800; }
#shio-cabbage-page .shio-cabbage-problem-card p { margin: 12px 0 0; }
#shio-cabbage-page .shio-cabbage-feature-card h3 { margin: 0; font-size: 1.25rem; color: var(--sc-green-dark); }
#shio-cabbage-page .shio-cabbage-feature-card p { margin: 12px 0 0; }

#shio-cabbage-page .shio-cabbage-howto { background: var(--sc-green-pale); }
#shio-cabbage-page .shio-cabbage-step-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin: 36px 0 0; padding: 0; list-style: none; counter-reset: none; }
#shio-cabbage-page .shio-cabbage-step-list li { display: flex; gap: 16px; padding: 26px; background: #fff; border-radius: 16px; border: 1px solid #d6e1c5; }
#shio-cabbage-page .shio-cabbage-step-number { flex: 0 0 42px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--sc-green-dark); color: #fff; font-weight: 800; }
#shio-cabbage-page .shio-cabbage-step-list h3 { margin: 2px 0 0; font-size: 1.15rem; }
#shio-cabbage-page .shio-cabbage-step-list p { margin: 8px 0 0; }
#shio-cabbage-page .shio-cabbage-tip { display: grid; grid-template-columns: 110px 1fr; gap: 18px; margin-top: 24px; padding: 20px 24px; border-radius: 14px; background: #fff; border-left: 5px solid var(--sc-green); }
#shio-cabbage-page .shio-cabbage-tip p { margin: 0; }

#shio-cabbage-page .shio-cabbage-use-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 36px; }
#shio-cabbage-page .shio-cabbage-use-grid > div { padding: 24px; border-radius: 14px; background: #fff; border: 1px solid var(--sc-line); }
#shio-cabbage-page .shio-cabbage-use-grid strong { color: var(--sc-green-dark); font-size: 1.08rem; }
#shio-cabbage-page .shio-cabbage-use-grid p { margin: 10px 0 0; }

#shio-cabbage-page .shio-cabbage-recipes { background: #f7f8f5; }
#shio-cabbage-page .shio-cabbage-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
#shio-cabbage-page .shio-cabbage-filter button { min-height: 44px; padding: 9px 18px; border: 1px solid var(--sc-green-dark); border-radius: 999px; background: #fff; color: var(--sc-green-dark); font: inherit; font-weight: 700; cursor: pointer; }
#shio-cabbage-page .shio-cabbage-filter button.is-active { background: var(--sc-green-dark); color: #fff; }
#shio-cabbage-page .shio-cabbage-recipe-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin-top: 30px; }
#shio-cabbage-page .shio-cabbage-recipe-card { overflow: hidden; border-radius: 16px; background: #fff; border: 1px solid var(--sc-line); box-shadow: 0 10px 28px rgba(46,52,45,.06); }
#shio-cabbage-page .shio-cabbage-recipe-card[hidden] { display: none; }
#shio-cabbage-page .shio-cabbage-recipe-card a { display: block; height: 100%; text-decoration: none; }
#shio-cabbage-page .shio-cabbage-recipe-image-wrap { aspect-ratio: 4 / 3; overflow: hidden; background: #f1f1ed; }
#shio-cabbage-page .shio-cabbage-recipe-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
#shio-cabbage-page .shio-cabbage-recipe-card a:hover img,
#shio-cabbage-page .shio-cabbage-recipe-card a:focus-visible img { transform: scale(1.035); }
#shio-cabbage-page .shio-cabbage-recipe-body { padding: 20px; }
#shio-cabbage-page .shio-cabbage-recipe-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
#shio-cabbage-page .shio-cabbage-recipe-meta span { padding: 3px 8px; border-radius: 999px; background: var(--sc-green-pale); color: var(--sc-green-dark); font-size: .75rem; font-weight: 700; }
#shio-cabbage-page .shio-cabbage-recipe-body h3 { margin: 12px 0 0; font-size: 1.12rem; line-height: 1.5; }
#shio-cabbage-page .shio-cabbage-recipe-body h3 + p { margin: 10px 0 0; color: var(--sc-gray); font-size: .92rem; }
#shio-cabbage-page .shio-cabbage-pdf-label { display: inline-block; margin-top: 16px; color: var(--sc-green-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
#shio-cabbage-page .shio-cabbage-noscript { margin-top: 20px; }

#shio-cabbage-page .shio-cabbage-info-grid { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: 38px; align-items: start; margin-top: 36px; }
#shio-cabbage-page .shio-cabbage-back-figure { margin: 0; }
#shio-cabbage-page .shio-cabbage-back-figure img { width: 100%; border: 1px solid var(--sc-line); border-radius: 12px; }
#shio-cabbage-page .shio-cabbage-back-figure figcaption { margin-top: 10px; color: var(--sc-gray); font-size: .82rem; }
#shio-cabbage-page .shio-cabbage-table-wrap { overflow-x: auto; }
#shio-cabbage-page .shio-cabbage-info-table { width: 100%; border-collapse: collapse; background: #fff; }
#shio-cabbage-page .shio-cabbage-info-table th,
#shio-cabbage-page .shio-cabbage-info-table td { padding: 15px 16px; border: 1px solid var(--sc-line); text-align: left; vertical-align: top; }
#shio-cabbage-page .shio-cabbage-info-table th { width: 150px; background: var(--sc-green-pale); color: var(--sc-green-dark); }

#shio-cabbage-page .shio-cabbage-nutrition { background: var(--sc-beige); }
#shio-cabbage-page .shio-cabbage-nutrition-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
#shio-cabbage-page .shio-cabbage-note { margin: 14px 0 0; color: var(--sc-gray); }
#shio-cabbage-page .shio-cabbage-nutrition-list { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
#shio-cabbage-page .shio-cabbage-nutrition-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 15px 17px; background: #fff; border: 1px solid var(--sc-line); border-radius: 10px; }
#shio-cabbage-page .shio-cabbage-nutrition-list dt { font-weight: 700; }
#shio-cabbage-page .shio-cabbage-nutrition-list dd { margin: 0; }

#shio-cabbage-page .shio-cabbage-cautions ul { margin: 28px 0 0; padding: 0; list-style: none; }
#shio-cabbage-page .shio-cabbage-cautions li { position: relative; padding: 12px 12px 12px 30px; border-bottom: 1px solid var(--sc-line); }
#shio-cabbage-page .shio-cabbage-cautions li::before { content: "•"; position: absolute; left: 10px; color: var(--sc-green); font-weight: 800; }
#shio-cabbage-page .shio-cabbage-contact { padding-top: 0; }
#shio-cabbage-page .shio-cabbage-contact-box { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 38px; border-radius: 18px; background: var(--sc-green-pale); }
#shio-cabbage-page .shio-cabbage-contact-box p:last-child { margin-bottom: 0; }

@media (max-width: 960px) {
    #shio-cabbage-page .shio-cabbage-hero-grid { grid-template-columns: 1fr .7fr; gap: 30px; min-height: 0; }
    #shio-cabbage-page .shio-cabbage-problem-grid,
    #shio-cabbage-page .shio-cabbage-feature-grid,
    #shio-cabbage-page .shio-cabbage-step-list { grid-template-columns: 1fr; }
    #shio-cabbage-page .shio-cabbage-use-grid,
    #shio-cabbage-page .shio-cabbage-recipe-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
    #shio-cabbage-page .shio-cabbage-inner,
    #shio-cabbage-page .shio-cabbage-breadcrumb { width: min(100% - 28px, 1120px); }
    #shio-cabbage-page .shio-cabbage-hero-grid { grid-template-columns: 1fr; padding: 42px 0 50px; }
    #shio-cabbage-page .shio-cabbage-hero-copy { order: 1; }
    #shio-cabbage-page .shio-cabbage-hero-figure { order: 2; }
    #shio-cabbage-page .shio-cabbage-hero h1 { font-size: 2rem; }
    #shio-cabbage-page .shio-cabbage-section { padding: 62px 0; }
    #shio-cabbage-page .shio-cabbage-use-grid,
    #shio-cabbage-page .shio-cabbage-recipe-grid,
    #shio-cabbage-page .shio-cabbage-info-grid,
    #shio-cabbage-page .shio-cabbage-nutrition-grid { grid-template-columns: 1fr; }
    #shio-cabbage-page .shio-cabbage-tip { grid-template-columns: 1fr; gap: 4px; }
    #shio-cabbage-page .shio-cabbage-contact-box { align-items: stretch; flex-direction: column; padding: 28px 22px; }
    #shio-cabbage-page .shio-cabbage-button { width: 100%; }
    #shio-cabbage-page .shio-cabbage-info-table th { width: 110px; }
}

@media (max-width: 430px) {
    #shio-cabbage-page .shio-cabbage-nutrition-list { grid-template-columns: 1fr; }
    #shio-cabbage-page .shio-cabbage-filter button { flex: 1 1 calc(50% - 10px); }
}

@media (prefers-reduced-motion: reduce) {
    #shio-cabbage-page *,
    #shio-cabbage-page *::before,
    #shio-cabbage-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
