/* ========================================
   諫早整骨院 スタイルシート
   ======================================== */

:root {
    --color-primary: #1c80c4;        /* ブランドブルー */
    --color-primary-light: #4ba3dd;
    --color-primary-dark: #0d5a92;
    --color-secondary: #f5c518;      /* ブランドイエロー */
    --color-accent: #e8b800;
    --color-warm: #b8946a;           /* 温かみのあるブラウン */
    --color-warm-dark: #8b6f4e;
    --color-bg: #f9f7f3;             /* 柔らかいアイボリー */
    --color-bg-alt: #ffffff;
    --color-bg-dark: #2a3744;        /* 深いチャコールグレー */
    --color-text: #2d3748;
    --color-text-light: #5a6c7d;
    --color-border: #e8e0d2;
    --shadow-sm: 0 2px 8px rgba(43, 55, 68, 0.08);
    --shadow-md: 0 4px 20px rgba(43, 55, 68, 0.12);
    --shadow-lg: 0 8px 40px rgba(43, 55, 68, 0.15);
    --font-jp: 'Noto Sans JP', sans-serif;
    --font-mincho: 'Shippori Mincho', serif;
    --transition: all 0.3s ease;
}

/* リセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: var(--font-jp);
    color: var(--color-text);
    background-color: var(--color-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* 全要素がビューポート幅を超えないようにする */
section,
header,
footer,
main,
.container {
    max-width: 100%;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.sp-only { display: none; }

/* ========================================
   ヘッダー
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}

.header-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.logo-image {
    height: 52px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
}

.footer-logo .logo-image {
    height: 56px;
    max-width: 280px;
    filter: brightness(0) invert(1);
}

/* 旧構造の互換用 */
.logo-mark {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-family: var(--font-mincho);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
}

.logo-sub {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--color-text-light);
}

.main-nav ul {
    display: flex;
    gap: 26px;
}

.main-nav a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
    position: relative;
    padding: 4px 0;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width 0.3s ease;
}

.main-nav a:hover {
    color: var(--color-primary);
}

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

.header-cta {
    background: var(--color-primary);
    color: white !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.header-cta:hover {
    background: var(--color-primary-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-primary);
    transition: var(--transition);
}

/* ========================================
   ヒーローセクション
   ======================================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 20px 80px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(13, 90, 146, 0.78) 0%, rgba(13, 90, 146, 0.55) 45%, rgba(28, 128, 196, 0.35) 100%),
        url('images/treatment-back.jpg') center/cover;
    z-index: -1;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(245, 197, 24, 0.12), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08), transparent 50%);
}

/* 和モダンな縦ラインアクセント */
.hero-section::before {
    content: '';
    position: absolute;
    left: 6%;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: 1;
}

.hero-vertical-text {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--font-mincho);
    font-size: 13px;
    letter-spacing: 0.5em;
    z-index: 2;
    display: none;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: white;
    text-align: left;
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 3;
}

.hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-bottom: 28px;
    opacity: 0.95;
    font-family: var(--font-mincho);
}

.hero-subtitle::before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color-secondary);
}

.hero-title {
    font-family: var(--font-mincho);
    font-size: clamp(40px, 7vw, 78px);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 32px;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
    letter-spacing: 0.02em;
}

.hero-accent {
    color: var(--color-secondary);
    position: relative;
    display: inline-block;
}

.hero-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background: var(--color-secondary);
    opacity: 0.6;
}

.hero-description {
    font-size: clamp(15px, 1.6vw, 18px);
    margin-bottom: 44px;
    line-height: 2.1;
    opacity: 0.95;
    max-width: 580px;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.btn-primary {
    background: var(--color-secondary);
    color: white;
    box-shadow: 0 4px 20px rgba(212, 165, 116, 0.4);
}

.btn-primary:hover {
    background: #c4955f;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 165, 116, 0.5);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(220, 39, 67, 0.3);
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(220, 39, 67, 0.5);
}

.hero-sns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-sns a {
    color: white;
    font-size: 14px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-sns a:hover {
    background: rgba(255, 255, 255, 0.25);
}

.hero-info-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    max-width: 1300px;
    margin: 60px auto 0;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.info-card {
    background: transparent;
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--color-border);
    transition: var(--transition);
}

.info-card:last-child {
    border-right: none;
}

.info-card:hover {
    background: var(--color-bg);
}

.info-card i {
    font-size: 24px;
    color: var(--color-primary);
    flex-shrink: 0;
}

.info-label {
    font-size: 12px;
    color: var(--color-text-light);
    margin-bottom: 2px;
}

.info-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
}

/* ========================================
   セクション共通
   ======================================== */
section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-subtitle {
    font-size: 13px;
    letter-spacing: 0.4em;
    color: var(--color-warm);
    margin-bottom: 16px;
    font-weight: 500;
    font-family: var(--font-mincho);
}

.section-subtitle.white { color: var(--color-secondary); }

.section-title {
    font-family: var(--font-mincho);
    font-size: clamp(30px, 4.5vw, 46px);
    color: var(--color-primary);
    line-height: 1.5;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, var(--color-warm), var(--color-secondary));
    margin: 20px auto 0;
}

.section-title.white { color: white; }
.section-title.white::after { background: var(--color-secondary); }

.section-lead {
    margin-top: 20px;
    color: var(--color-text-light);
    line-height: 2;
    font-size: 15px;
}

/* ========================================
   お悩み訴求バナー
   ======================================== */
.trouble-section {
    position: relative;
    padding: 100px 20px;
    color: white;
    overflow: hidden;
}

.trouble-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(42, 55, 68, 0.85), rgba(42, 55, 68, 0.92)),
        url('images/treatment-shoulder.jpg') center/cover fixed;
    z-index: -1;
}

.trouble-container {
    position: relative;
    text-align: center;
    max-width: 1000px;
}

.trouble-header {
    margin-bottom: 50px;
}

.trouble-sub {
    font-family: var(--font-mincho);
    font-size: 14px;
    letter-spacing: 0.4em;
    color: var(--color-secondary);
    margin-bottom: 20px;
}

.trouble-title {
    font-family: var(--font-mincho);
    font-size: clamp(28px, 4.5vw, 44px);
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.trouble-accent {
    color: var(--color-secondary);
    border-bottom: 3px solid var(--color-secondary);
    padding-bottom: 4px;
}

.trouble-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin-bottom: 50px;
    text-align: left;
}

.trouble-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    padding: 18px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    border-left: 3px solid var(--color-secondary);
    transition: var(--transition);
}

.trouble-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(4px);
}

.trouble-item i {
    color: var(--color-secondary);
    font-size: 14px;
    flex-shrink: 0;
}

.trouble-message {
    font-family: var(--font-mincho);
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 2;
    opacity: 0.95;
}

.trouble-message strong {
    color: var(--color-secondary);
    font-weight: 700;
}

/* ========================================
   当院について
   ======================================== */
.about-section {
    background: var(--color-bg-alt);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text h3 {
    font-family: var(--font-mincho);
    font-size: clamp(22px, 2.6vw, 32px);
    color: var(--color-primary);
    margin-bottom: 24px;
    line-height: 1.5;
}

.about-text p {
    margin-bottom: 18px;
    color: var(--color-text-light);
    line-height: 1.9;
}

.about-features {
    margin-top: 24px;
}

.about-features li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
}

.about-features i {
    color: var(--color-primary);
}

.about-photo {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/5;
    position: relative;
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-photo:hover img {
    transform: scale(1.05);
}

.about-photo-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(28, 128, 196, 0.92);
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ========================================
   フルワイド施術バナー
   ======================================== */
.fullwide-banner {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(105deg, rgba(13, 90, 146, 0.92) 0%, rgba(28, 128, 196, 0.6) 60%, rgba(28, 128, 196, 0.2) 100%),
        url('images/treatment-neck.jpg') center/cover;
    color: white;
    padding: 80px 0;
}

.fullwide-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.fullwide-banner-text {
    max-width: 600px;
}

.fullwide-banner-sub {
    font-family: var(--font-mincho);
    font-size: 13px;
    letter-spacing: 0.4em;
    color: var(--color-secondary);
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.fullwide-banner-sub::before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color-secondary);
}

.fullwide-banner-title {
    font-family: var(--font-mincho);
    font-size: clamp(30px, 4.5vw, 48px);
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.fullwide-banner-title span {
    color: var(--color-secondary);
}

.fullwide-banner-desc {
    font-size: 16px;
    line-height: 2;
    opacity: 0.95;
    font-weight: 300;
}

/* ========================================
   院長紹介
   ======================================== */
.director-section {
    background: var(--color-bg);
}

.director-content {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.director-photo-wrap {
    position: relative;
}

.director-photo {
    aspect-ratio: 3/4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, #e8f3fb, #c5e1f2);
    position: relative;
}

.director-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.director-photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
}

.director-photo-placeholder i {
    font-size: 100px;
    margin-bottom: 12px;
    opacity: 0.85;
}

.director-photo-placeholder p {
    font-size: 14px;
    letter-spacing: 0.2em;
    opacity: 0.9;
}

.director-name-card {
    position: absolute;
    bottom: -28px;
    right: -16px;
    background: white;
    padding: 18px 26px;
    border-radius: 14px;
    box-shadow: var(--shadow-lg);
    border-left: 4px solid var(--color-secondary);
}

.director-role {
    font-size: 12px;
    color: var(--color-text-light);
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.director-name {
    font-family: var(--font-mincho);
    font-size: 26px;
    color: var(--color-primary);
    font-weight: 700;
    line-height: 1.2;
}

.director-name-en {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: var(--color-text-light);
    margin-top: 4px;
}

.director-headline {
    font-family: var(--font-mincho);
    font-size: clamp(22px, 2.6vw, 32px);
    color: var(--color-primary);
    line-height: 1.5;
    margin-bottom: 28px;
}

.director-message {
    background: white;
    padding: 26px 28px;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    border-left: 4px solid var(--color-primary);
    margin-bottom: 28px;
}

.director-message-label {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.director-message-label i {
    color: var(--color-secondary);
}

.director-message p:last-child {
    color: var(--color-text-light);
    line-height: 2;
    font-size: 15px;
}

.director-profile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.director-profile li {
    background: white;
    padding: 18px 16px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.director-profile li:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.director-profile-label {
    display: block;
    font-size: 12px;
    color: var(--color-text-light);
    margin-bottom: 8px;
}

.director-profile-label i {
    color: var(--color-primary);
    margin-right: 4px;
}

.director-profile-value {
    display: block;
    font-family: var(--font-mincho);
    font-size: 17px;
    color: var(--color-primary);
    font-weight: 700;
}

.director-sns {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white !important;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
}

.director-sns:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 39, 67, 0.4);
}

/* ========================================
   プロ野球選手サポート実績
   ======================================== */
.pro-support-block {
    margin-top: 80px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(135deg, #ffffff 0%, #f4faff 100%);
    border-radius: 24px;
    padding: 56px 48px;
    box-shadow: 0 20px 50px rgba(13, 90, 146, 0.12);
    border: 1px solid rgba(28, 128, 196, 0.12);
    position: relative;
    overflow: hidden;
}

.pro-support-block::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.18), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pro-support-block::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(28, 128, 196, 0.10), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pro-support-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.pro-support-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-primary-dark);
    color: white;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.15em;
    font-weight: 600;
    margin-bottom: 18px;
}

.pro-support-tag i {
    color: var(--color-secondary);
}

.pro-support-title {
    font-family: var(--font-mincho);
    font-size: clamp(24px, 3.4vw, 34px);
    color: var(--color-primary-dark);
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.pro-support-lead {
    font-size: 15px;
    line-height: 1.9;
    color: var(--color-text-light);
    word-break: keep-all;
    overflow-wrap: break-word;
}

.pro-support-players {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.pro-support-team {
    background: white;
    border-radius: 16px;
    padding: 28px 28px 24px;
    box-shadow: 0 8px 24px rgba(13, 90, 146, 0.08);
    border-top: 4px solid var(--color-primary);
}

.pro-support-team-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-mincho);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(13, 90, 146, 0.2);
}

.pro-support-team-name i {
    color: var(--color-secondary);
    font-size: 20px;
}

.pro-support-team-carp {
    color: #c8102e;
}

.pro-support-team-carp i {
    color: #c8102e;
}

.pro-support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pro-support-list li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    color: var(--color-text);
    font-weight: 500;
    line-height: 1.6;
}

.pro-support-list li::before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-secondary);
    font-size: 12px;
}

.pro-support-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.pro-support-photo {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    background: #f0f0f0;
}

.pro-support-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pro-support-photo:hover img {
    transform: scale(1.06);
}

.pro-support-photo figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 12px 10px;
    background: linear-gradient(to top, rgba(13, 90, 146, 0.85) 0%, transparent 100%);
    color: white;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}

.pro-support-note {
    text-align: center;
    font-size: 14px;
    color: var(--color-text);
    background: rgba(245, 197, 24, 0.15);
    padding: 14px 20px;
    border-radius: 12px;
    border-left: 3px solid var(--color-secondary);
    position: relative;
    z-index: 1;
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.pro-support-note i {
    color: var(--color-primary);
    margin-right: 8px;
}

.pc-only { display: inline; }

@media (max-width: 1024px) {
    .pro-support-block {
        padding: 48px 32px;
    }
    .pro-support-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pc-only { display: none; }
    .pro-support-block {
        margin-top: 60px;
        padding: 40px 20px;
        border-radius: 18px;
    }
    .pro-support-header {
        margin-bottom: 30px;
    }
    .pro-support-title {
        font-size: 22px;
    }
    .pro-support-lead {
        font-size: 13px;
        line-height: 1.8;
    }
    .pro-support-players {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 28px;
    }
    .pro-support-team {
        padding: 22px 22px 20px;
    }
    .pro-support-team-name {
        font-size: 16px;
    }
    .pro-support-list li {
        font-size: 14px;
    }
    .pro-support-gallery {
        gap: 10px;
        margin-bottom: 22px;
    }
    .pro-support-photo {
        border-radius: 10px;
    }
    .pro-support-photo figcaption {
        font-size: 10px;
        padding: 12px 8px 8px;
    }
    .pro-support-note {
        font-size: 12px;
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .pro-support-block {
        padding: 32px 16px;
    }
    .pro-support-tag {
        font-size: 10px;
        padding: 6px 14px;
    }
    .pro-support-title {
        font-size: 20px;
    }
}

/* ========================================
   選ばれる理由
   ======================================== */
.reasons-section {
    background: var(--color-bg);
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.reason-card {
    background: white;
    padding: 36px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-top: 4px solid var(--color-primary);
}

.reason-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.reason-number {
    font-family: var(--font-mincho);
    font-size: 36px;
    color: var(--color-secondary);
    font-weight: 700;
    margin-bottom: 12px;
}

.reason-icon {
    font-size: 40px;
    color: var(--color-primary);
    margin-bottom: 16px;
}

.reason-card h3 {
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 12px;
    font-weight: 700;
}

.reason-card p {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.8;
}

/* ========================================
   施術メニュー
   ======================================== */
.services-section {
    background: var(--color-bg-alt);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.service-card {
    background: white;
    border-radius: 16px;
    transition: var(--transition);
    border: 1px solid var(--color-border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-primary-light);
}

.service-card-image {
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
}

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

.service-card:hover .service-card-image img {
    transform: scale(1.08);
}

.service-card-body {
    padding: 28px 24px 32px;
    flex: 1;
    position: relative;
}

.service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-top: -52px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-md);
    border: 3px solid white;
    position: relative;
    z-index: 2;
}

.service-card h3 {
    font-family: var(--font-mincho);
    font-size: 22px;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.service-card p {
    color: var(--color-text-light);
    line-height: 1.8;
}

/* ========================================
   施術メニュー（コンパクトカード／色分け）
   ======================================== */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--color-border);
    box-shadow: 0 4px 14px rgba(28, 128, 196, 0.06);
    text-decoration: none;
    color: var(--color-text);
    transition: var(--transition);
    overflow: hidden;
    min-height: 92px;
}

.menu-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--menu-color, var(--color-primary));
    transition: width 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(28, 128, 196, 0.18);
    border-color: var(--menu-color, var(--color-primary));
}

.menu-card:hover::before {
    width: 8px;
}

.menu-card-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--menu-color, var(--color-primary)), var(--menu-color-2, var(--color-primary-light)));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.menu-card-body {
    flex: 1;
    min-width: 0;
}

.menu-card-body h3 {
    font-family: var(--font-mincho);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 4px;
    line-height: 1.35;
}

.menu-card-body p {
    font-size: 12px;
    color: var(--color-text-light);
    line-height: 1.5;
    margin: 0;
}

/* 色分け（10カード） */
.menu-c1  { --menu-color: #e74c3c; --menu-color-2: #ff7b6b; }   /* 腰痛 - レッド */
.menu-c2  { --menu-color: #9b59b6; --menu-color-2: #c68bd8; }   /* 頭痛 - パープル */
.menu-c3  { --menu-color: #3498db; --menu-color-2: #5dade2; }   /* 肩コリ - ブルー */
.menu-c4  { --menu-color: #16a085; --menu-color-2: #48c9b0; }   /* 膝痛 - ティール */
.menu-c5  { --menu-color: #27ae60; --menu-color-2: #58d68d; }   /* 自律神経 - グリーン */
.menu-c6  { --menu-color: #f39c12; --menu-color-2: #f8c471; }   /* 肩関節痛 - オレンジ */
.menu-c7  { --menu-color: #d35400; --menu-color-2: #e67e22; }   /* めまい等 - ディープオレンジ */
.menu-c8  { --menu-color: #2980b9; --menu-color-2: #5499c7; }   /* スポーツ - ディープブルー */
.menu-c9  { --menu-color: #34495e; --menu-color-2: #5d6d7e; }   /* 交通事故 - ネイビー */
.menu-c10 { --menu-color: #c0392b; --menu-color-2: #e6b800; }   /* デトックス - ゴールドレッド */
.menu-c10 .menu-card-icon {
    background: linear-gradient(135deg, #c8a24a, #e8c66b);
}
.menu-c10::before { background: linear-gradient(180deg, #c8a24a, #e8c66b); }

@media (max-width: 1024px) {
    .menu-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .menu-card {
        padding: 14px 12px;
        gap: 10px;
        min-height: 80px;
    }
    .menu-card-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 10px;
    }
    .menu-card-body h3 {
        font-size: 14px;
    }
    .menu-card-body p {
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   施術風景ギャラリー
   ======================================== */
.gallery-section {
    background: var(--color-bg);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 260px);
    gap: 14px;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: var(--transition);
}

.gallery-item.gallery-large {
    grid-row: span 2;
    grid-column: span 2;
}

.gallery-item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item figcaption {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 90, 146, 0.92) 0%, rgba(13, 90, 146, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover figcaption {
    opacity: 1;
}

.gallery-item figcaption h3 {
    font-family: var(--font-mincho);
    font-size: 20px;
    margin-bottom: 6px;
}

.gallery-item figcaption p {
    font-size: 14px;
    opacity: 0.95;
}

/* ========================================
   料金表
   ======================================== */
.price-section {
    background: var(--color-bg-alt);
}

.price-notice {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.price-notice-item {
    background: var(--color-bg);
    padding: 14px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--color-text);
    box-shadow: var(--shadow-sm);
}

.price-notice-item i {
    font-size: 20px;
}

.price-notice-item:nth-child(1) i {
    color: #c9534f;
}

.price-notice-item:nth-child(2) i {
    color: var(--color-primary);
}

.price-block {
    margin-bottom: 50px;
}

.price-block-header {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.price-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
    color: white;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(245, 197, 24, 0.3);
}

.price-badge-regular {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    box-shadow: 0 4px 12px rgba(28, 128, 196, 0.3);
}

.price-block-header h3 {
    font-family: var(--font-mincho);
    font-size: clamp(22px, 2.4vw, 28px);
    color: var(--color-primary);
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.price-card {
    background: white;
    border: 2px solid var(--color-border);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
    position: relative;
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-primary-light);
}

.price-card-highlight {
    background: linear-gradient(135deg, #fff8e7, #ffffff);
    border-color: var(--color-secondary);
}

.price-card-highlight:hover {
    border-color: var(--color-accent);
}

.price-card-student {
    background: linear-gradient(135deg, #e8f3fb, #ffffff);
    border-color: var(--color-primary-light);
}

.price-card-recommend {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: white;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}

.price-card-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 6px 16px;
    background: var(--color-bg);
    border-radius: 50px;
}

.price-card-amount {
    font-family: var(--font-mincho);
    font-size: 44px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 6px;
}

.price-yen {
    font-size: 24px;
    margin-right: 4px;
}

.price-card-tax {
    font-size: 12px;
    color: var(--color-text-light);
    margin-bottom: 18px;
}

.price-card-features {
    border-top: 1px solid var(--color-border);
    padding-top: 18px;
    text-align: left;
    max-width: 200px;
    margin: 0 auto;
}

.price-card-features li {
    padding: 6px 0;
    font-size: 14px;
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-card-features i {
    color: var(--color-primary);
    font-size: 12px;
}

.price-note {
    background: linear-gradient(135deg, #e8f3fb, #f7fbfe);
    padding: 24px 28px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
    border-left: 4px solid var(--color-primary);
}

.price-note i {
    font-size: 28px;
    color: var(--color-primary);
    flex-shrink: 0;
    margin-top: 2px;
}

.price-note p {
    color: var(--color-text);
    line-height: 1.9;
    font-size: 15px;
}

.price-note strong {
    color: var(--color-primary);
}

/* ========================================
   症状から探す
   ======================================== */
.symptoms-section {
    background: var(--color-bg);
}

.symptoms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.symptom-item {
    background: white;
    padding: 18px 22px;
    border-radius: 50px;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition);
    font-size: 15px;
    text-decoration: none;
    color: var(--color-text);
    position: relative;
}

a.symptom-item::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    color: var(--color-primary);
    transition: var(--transition);
    opacity: 0.5;
}

a.symptom-item:hover::after {
    color: var(--color-accent);
    opacity: 1;
    transform: translateX(3px);
}

.symptom-item:hover {
    transform: translateX(5px);
    background: var(--color-primary);
    color: white;
}

.symptom-item:hover i {
    color: var(--color-secondary);
}

.symptom-item i {
    color: var(--color-primary);
    font-size: 18px;
    transition: var(--transition);
}

.symptoms-message {
    text-align: center;
    margin-top: 50px;
    font-size: 17px;
    color: var(--color-primary);
    line-height: 2;
    font-weight: 500;
}

.symptoms-cta-wrap {
    text-align: center;
    margin-top: 30px;
}

/* ========================================
   来院の流れ
   ======================================== */
.flow-section {
    background: var(--color-bg-alt);
}

.flow-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.flow-step {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    background: var(--color-bg);
    border-radius: 16px;
    text-align: center;
    border: 2px solid var(--color-border);
    transition: var(--transition);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.flow-step:hover {
    border-color: var(--color-primary);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.flow-step-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.flow-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.flow-step:hover .flow-step-image img {
    transform: scale(1.08);
}

.flow-step-number {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--color-primary);
    color: white;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.1em;
    box-shadow: var(--shadow-sm);
}

.flow-step-body {
    padding: 24px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow-icon {
    font-size: 36px;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.flow-step h3 {
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.flow-step p {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.7;
}

.flow-arrow {
    display: flex;
    align-items: center;
    color: var(--color-primary-light);
    font-size: 24px;
}

/* ========================================
   お客様の声
   ======================================== */
.voice-section {
    background: var(--color-bg);
}

.voice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}

.voice-card {
    background: white;
    padding: 32px 28px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    border: 1px solid var(--color-border);
}

.voice-card::before {
    content: '"';
    position: absolute;
    top: 10px;
    right: 24px;
    font-family: var(--font-mincho);
    font-size: 80px;
    color: var(--color-secondary);
    opacity: 0.25;
    line-height: 1;
}

.voice-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
}

.voice-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-mincho);
    flex-shrink: 0;
}

.voice-name {
    font-weight: 500;
    color: var(--color-text);
    font-size: 15px;
    margin-bottom: 2px;
}

.voice-meta {
    font-size: 11px;
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    gap: 4px;
}

.voice-meta i {
    color: #4285F4;
    font-size: 12px;
}

/* Google評価サマリー */
.google-rating-summary {
    background: white;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: var(--shadow-md);
    text-align: center;
    max-width: 580px;
    margin: 0 auto 50px;
    border: 1px solid var(--color-border);
}

.google-rating-logo {
    font-family: 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}

.google-rating-label {
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-light);
    font-weight: 500;
    margin-left: 12px;
}

.google-rating-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}

.rating-number {
    font-family: var(--font-mincho);
    font-size: 56px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
}

.rating-stars-large {
    color: #FBBC05;
    font-size: 24px;
    letter-spacing: 4px;
}

.google-rating-note {
    color: var(--color-text-light);
    font-size: 14px;
    margin-bottom: 24px;
}

.google-review-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: var(--color-text) !important;
    padding: 12px 28px;
    border-radius: 50px;
    border: 1px solid var(--color-border);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.google-review-link:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    border-color: #4285F4;
}

.google-review-link i {
    color: #4285F4;
    font-size: 18px;
}

.voice-cta {
    text-align: center;
    margin-top: 40px;
}

.btn-google {
    background: white;
    color: var(--color-text);
    border: 2px solid var(--color-border);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.btn-google:hover {
    border-color: #4285F4;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(66, 133, 244, 0.2);
}

.btn-google i {
    color: #4285F4;
}

.voice-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.voice-rating {
    color: var(--color-accent);
    margin-bottom: 16px;
}

.voice-card h3 {
    font-family: var(--font-mincho);
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 16px;
    line-height: 1.5;
}

.voice-card p {
    color: var(--color-text-light);
    margin-bottom: 20px;
    line-height: 1.9;
}

.voice-author {
    color: var(--color-primary) !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0 !important;
}

/* ========================================
   Instagramセクション
   ======================================== */
.instagram-section {
    background: linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-bg) 100%);
}

.instagram-accounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.ig-account-card {
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: var(--transition);
    border: 2px solid transparent;
}

.ig-account-card:hover {
    border-color: #dc2743;
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.ig-account-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    flex-shrink: 0;
}

.ig-account-info {
    flex: 1;
    min-width: 0;
}

.ig-handle {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 16px;
    margin-bottom: 2px;
}

.ig-name {
    font-size: 13px;
    color: var(--color-text);
    margin-bottom: 6px;
    font-weight: 500;
}

.ig-desc {
    font-size: 12px;
    color: var(--color-text-light);
    line-height: 1.5;
}

.ig-follow-btn {
    background: var(--color-primary);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    flex-shrink: 0;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.ig-post {
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: var(--color-primary);
    transition: var(--transition);
}

.ig-post:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}

.ig-post-bg {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px;
    text-align: center;
}

.ig-post-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.1), rgba(0,0,0,0.4));
}

.ig-post-icon {
    font-size: 36px;
    margin-bottom: 10px;
    position: relative;
    opacity: 0.9;
}

.ig-post-text {
    position: relative;
    font-family: var(--font-mincho);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}

.ig-post-tag {
    position: relative;
    font-size: 11px;
    opacity: 0.85;
}

.ig-post-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ig-post:hover .ig-post-overlay {
    opacity: 1;
}

.ig-post-overlay span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 投稿の背景バリエーション */
.ig-post.gradient-1 .ig-post-bg { background: linear-gradient(135deg, #2c5f4c, #4a8975); }
.ig-post.gradient-2 .ig-post-bg { background: linear-gradient(135deg, #d4a574, #c9a961); }
.ig-post.gradient-3 .ig-post-bg { background: linear-gradient(135deg, #4a8975, #2c5f4c); }
.ig-post.gradient-4 .ig-post-bg { background: linear-gradient(135deg, #c9a961, #d4a574); }
.ig-post.gradient-5 .ig-post-bg { background: linear-gradient(135deg, #1a3a2e, #4a8975); }
.ig-post.gradient-6 .ig-post-bg { background: linear-gradient(135deg, #d4a574, #2c5f4c); }
.ig-post.gradient-7 .ig-post-bg { background: linear-gradient(135deg, #4a8975, #d4a574); }
.ig-post.gradient-8 .ig-post-bg { background: linear-gradient(135deg, #2c5f4c, #c9a961); }

.instagram-cta {
    text-align: center;
    margin-top: 50px;
}

/* ========================================
   アクセス
   ======================================== */
.access-section {
    background: var(--color-bg-alt);
}

.access-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.access-info h3 {
    font-family: var(--font-mincho);
    font-size: 28px;
    color: var(--color-primary);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--color-border);
}

.access-list dt {
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 6px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.access-list dt:first-child { margin-top: 0; }

.access-list dd {
    color: var(--color-text-light);
    padding-left: 24px;
    line-height: 1.9;
}

.access-list a {
    color: var(--color-primary);
    font-weight: 500;
}

.access-map iframe {
    border-radius: 16px;
    box-shadow: var(--shadow-md);
}

.map-actions {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.map-action-btn {
    flex: 1;
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: white;
    color: var(--color-text) !important;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.map-action-btn:hover {
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.map-action-btn i {
    color: var(--color-primary);
    font-size: 16px;
}

.map-action-review:hover {
    border-color: #4285F4;
}

.map-action-review i {
    color: #4285F4;
}

.access-list dd small {
    color: var(--color-accent);
    font-size: 13px;
}

/* ========================================
   予約セクション
   ======================================== */
.reservation-section {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    color: white;
}

.reservation-message {
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
    opacity: 0.95;
}

.reservation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .reservation-grid {
        grid-template-columns: 1fr;
    }
}

.reservation-card {
    background: white;
    color: var(--color-text);
    padding: 40px 32px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

a.reservation-card:hover {
    transform: translateY(-5px);
}

.reservation-card > i {
    font-size: 48px;
    color: var(--color-primary);
    margin-bottom: 16px;
}

.reservation-card h3 {
    font-family: var(--font-mincho);
    font-size: 24px;
    color: var(--color-primary);
    margin-bottom: 16px;
}

.phone-number {
    font-family: var(--font-mincho);
    font-size: 36px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 8px;
}

/* LINE（エルメ）予約カード */
.lme-card {
    background: linear-gradient(135deg, #06c755, #04a544);
    color: white;
    position: relative;
    overflow: hidden;
}

.lme-card > i {
    color: white;
    font-size: 56px;
}

.lme-card h3 {
    color: white;
    font-size: 22px;
}

.lme-card .lme-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
}

.lme-card p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    line-height: 1.7;
}

.lme-card .lme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    background: white;
    color: #06c755;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

a.lme-card:hover .lme-btn {
    transform: translateX(4px);
    background: var(--color-accent);
    color: var(--color-primary);
}

a.lme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(6, 199, 85, 0.4);
}

.form-card {
    text-align: left;
}

.form-card > i, .form-card > h3 {
    text-align: center;
    display: block;
}

.reservation-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--font-jp);
    background: var(--color-bg);
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    background: white;
    box-shadow: 0 0 0 3px rgba(44, 95, 76, 0.1);
}

.form-submit {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
}

/* ========================================
   フッター
   ======================================== */
.site-footer {
    background: #1a3a2e;
    color: rgba(255, 255, 255, 0.85);
    padding: 70px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo .logo-main { color: white; }
.footer-logo .logo-sub { color: rgba(255, 255, 255, 0.6); }

.footer-info p {
    line-height: 1.9;
    font-size: 14px;
}

.footer-sns {
    margin-top: 18px;
    display: flex;
    gap: 12px;
}

.footer-sns a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: var(--transition);
}

.footer-sns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.4);
}

.footer-nav h4,
.footer-hours h4 {
    color: var(--color-secondary);
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    font-size: 14px;
    transition: var(--transition);
}

.footer-nav a:hover {
    color: var(--color-secondary);
    padding-left: 5px;
}

.footer-hours table {
    width: 100%;
    font-size: 14px;
}

.footer-hours td {
    padding: 6px 0;
}

.footer-hours td:first-child {
    color: var(--color-secondary);
    width: 70px;
}

.footer-bottom {
    padding: 24px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    opacity: 0.7;
}

/* ========================================
   フローティング電話ボタン（旧・互換用）
   ======================================== */
.float-tel {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(44, 95, 76, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(44, 95, 76, 0); }
    100% { box-shadow: 0 0 0 0 rgba(44, 95, 76, 0); }
}

/* ========================================
   フローティング予約メニュー
   ======================================== */
.float-reserve {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    pointer-events: none;
}

.float-reserve > * {
    pointer-events: auto;
}

.float-reserve-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.92);
    transform-origin: bottom right;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

.float-reserve.is-open .float-reserve-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}

.float-action {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 10px 18px;
    background: white;
    color: var(--color-primary-dark);
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(13, 90, 146, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    white-space: nowrap;
    border: 1px solid rgba(13, 90, 146, 0.08);
}

.float-action:hover {
    transform: translateY(-3px) translateX(-2px);
    box-shadow: 0 12px 28px rgba(13, 90, 146, 0.3);
}

.float-action-label {
    letter-spacing: 0.04em;
}

.float-action-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
    box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.12);
}

.float-action-tel .float-action-icon {
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
}

.float-action-line .float-action-icon {
    background: linear-gradient(135deg, #06c755, #04a545);
}

.float-action-line:hover {
    background: #06c755;
    color: white;
}

.float-action-web .float-action-icon {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
    color: var(--color-primary-dark);
}

.float-action-web:hover {
    background: var(--color-secondary);
    color: var(--color-primary-dark);
}

.float-reserve-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
    color: var(--color-primary-dark);
    font-family: var(--font-mincho);
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(232, 184, 0, 0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: float-pulse 2.4s infinite;
    position: relative;
}

.float-reserve-toggle:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 14px 32px rgba(232, 184, 0, 0.55);
}

.float-toggle-icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.float-toggle-icon i {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.float-toggle-icon .icon-close {
    opacity: 0;
    transform: rotate(-90deg) scale(0.6);
}

.float-reserve.is-open .float-toggle-icon .icon-default {
    opacity: 0;
    transform: rotate(90deg) scale(0.6);
}

.float-reserve.is-open .float-toggle-icon .icon-close {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.float-toggle-text {
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-top: 2px;
}

@keyframes float-pulse {
    0% { box-shadow: 0 10px 28px rgba(232, 184, 0, 0.45), 0 0 0 0 rgba(245, 197, 24, 0.55); }
    70% { box-shadow: 0 10px 28px rgba(232, 184, 0, 0.45), 0 0 0 18px rgba(245, 197, 24, 0); }
    100% { box-shadow: 0 10px 28px rgba(232, 184, 0, 0.45), 0 0 0 0 rgba(245, 197, 24, 0); }
}

@media (max-width: 768px) {
    .float-reserve {
        bottom: 16px;
        right: 16px;
        gap: 10px;
    }
    .float-action {
        padding: 8px 12px 8px 16px;
        font-size: 13px;
        gap: 10px;
    }
    .float-action-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
    .float-reserve-toggle {
        width: 62px;
        height: 62px;
    }
    .float-toggle-text { font-size: 10px; }
    .float-toggle-icon i { font-size: 16px; }
}

@media (max-width: 480px) {
    .float-reserve {
        bottom: 14px;
        right: 14px;
    }
    .float-action {
        font-size: 12px;
        padding: 7px 11px 7px 14px;
    }
    .float-action-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .float-reserve-toggle {
        width: 58px;
        height: 58px;
    }
}

/* ========================================
   レスポンシブ
   ======================================== */
@media (min-width: 1024px) {
    .hero-vertical-text {
        display: block;
    }
}

@media (max-width: 1024px) {
    .main-nav ul { gap: 16px; }
    .main-nav a { font-size: 13px; }
    .about-content,
    .access-content,
    .reservation-grid,
    .instagram-accounts,
    .director-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .flow-arrow { transform: rotate(90deg); }
    .director-photo-wrap {
        max-width: 380px;
        margin: 0 auto;
    }
    .hero-info-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero-info-cards .info-card:nth-child(3) {
        border-right: none;
    }
    .hero-info-cards .info-card:nth-child(4),
    .hero-info-cards .info-card:nth-child(5) {
        border-top: 1px solid var(--color-border);
    }
    .hero-content {
        padding: 40px 0 40px 20px;
    }
}

@media (max-width: 768px) {
    section { padding: 70px 0; max-width: 100%; }

    /* スマホ横スクロール防止：ビューポート幅を厳守 */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative;
    }

    /* ぶれの原因となりやすい全要素にはみ出し制限 */
    body * {
        max-width: 100%;
    }

    /* 固定ヘッダーもビューポート幅を厳守 */
    .site-header {
        width: 100%;
        max-width: 100vw;
        left: 0;
        right: 0;
    }

    .header-inner {
        max-width: 100%;
    }

    /* ヒーロー関連のはみ出し要素を抑制 */
    .hero-section {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
    }
    .hero-section::before { display: none; }
    .hero-vertical-text { display: none !important; }

    /* ヒーロービジュアル装飾の負方向オフセットを抑制 */
    .hero-visual { padding: 12px; overflow: hidden; }
    .hero-visual-deco::after { display: none; }
    .hero-visual-deco::before {
        right: 0;
        bottom: 0;
        top: 8px;
        left: 8px;
    }

    /* プロサポート背景円のはみ出し抑制 */
    .pro-support-block::before,
    .pro-support-block::after {
        display: none;
    }

    /* ゴッドクリーナーセクションの背景円も内側に */
    .godcleaner-section::before,
    .godcleaner-section::after,
    .gc-page-header::before,
    .gc-page-header::after {
        display: none;
    }

    /* iframe / 画像の最大幅を確実に制限 */
    iframe, img, video {
        max-width: 100%;
    }

    /* footer もビューポート幅を厳守 */
    .site-footer { max-width: 100%; overflow: hidden; }

    .trouble-section { padding: 70px 16px; max-width: 100%; }
    .trouble-bg {
        background-attachment: scroll;
    }

    .fullwide-banner {
        min-height: 340px;
        padding: 60px 0;
    }

    .fullwide-banner-inner {
        padding: 0 24px;
    }

    .hero-info-cards {
        grid-template-columns: 1fr;
    }

    .hero-info-cards .info-card {
        border-right: none;
        border-bottom: 1px solid var(--color-border);
    }

    .hero-info-cards .info-card:last-child {
        border-bottom: none;
    }

    .hero-content {
        text-align: center;
        padding: 40px 16px;
    }

    .hero-buttons,
    .hero-sns {
        justify-content: center;
    }

    .hero-subtitle {
        justify-content: center;
    }

    .director-profile {
        grid-template-columns: 1fr;
    }

    .director-name-card {
        right: 50%;
        transform: translateX(50%);
        bottom: -24px;
        white-space: nowrap;
    }

    .director-message {
        padding: 22px 20px;
    }

    .sp-only { display: inline; }

    .menu-toggle { display: flex; }

    .main-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        box-shadow: var(--shadow-md);
        padding: 20px;
        transform: translateY(-150%);
        transition: transform 0.3s ease;
    }

    .main-nav.active { transform: translateY(0); }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .main-nav li {
        border-bottom: 1px solid var(--color-border);
    }

    .main-nav a {
        display: block;
        padding: 14px 0;
    }

    .header-cta {
        display: none;
    }

    .hero-info-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-buttons { flex-direction: column; }
    .btn { width: 100%; justify-content: center; }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .float-tel { display: flex; }

    .flow-step {
        max-width: none;
        width: 100%;
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .instagram-section .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .instagram-section .instagram-accounts {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0 auto 40px;
    }
    .ig-account-card {
        flex-wrap: wrap;
        padding: 20px 16px 18px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        gap: 12px;
        overflow: hidden;
    }
    .ig-account-card * {
        max-width: 100%;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    .ig-account-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
        border-radius: 14px;
    }
    .ig-handle {
        font-size: 18px;
        word-break: break-all;
    }
    .ig-account-topics {
        margin: 0 0 12px;
    }
    .ig-account-topics li {
        font-size: 12px;
        line-height: 1.55;
    }
    .ig-follow-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 200px);
    }

    .gallery-item.gallery-large {
        grid-row: span 2;
        grid-column: span 2;
    }

    .gallery-item figcaption {
        opacity: 1;
        background: linear-gradient(to top, rgba(13, 90, 146, 0.85) 0%, transparent 60%);
        padding: 16px;
    }

    .gallery-item figcaption h3 {
        font-size: 16px;
    }

    .gallery-item figcaption p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .logo-image { height: 38px; max-width: 200px; }
    .footer-logo .logo-image { height: 44px; max-width: 220px; }
    .logo-main { font-size: 18px; }
    .logo-sub { font-size: 9px; }
    .logo-mark { width: 38px; height: 38px; font-size: 16px; }
    .section-header { margin-bottom: 40px; }
    .reason-card, .service-card, .voice-card { padding: 28px 20px; }
}

@media (max-width: 768px) {
    .logo-image { height: 44px; max-width: 220px; }
}

/* ========================================
   ヒーローレイアウト（女性写真入り）
   ======================================== */
.hero-with-visual .hero-layout {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 20px 20px 20px 40px;
}

.hero-with-visual .hero-content {
    padding: 20px 0;
    max-width: none;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    padding: 20px;
}

.hero-visual-deco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -46%);
    width: 86%;
    height: 86%;
    background: linear-gradient(160deg, rgba(245, 197, 24, 0.95) 0%, rgba(232, 184, 0, 0.85) 100%);
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.hero-visual-deco::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    right: -18px;
    bottom: -18px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    z-index: -1;
}

.hero-visual-deco::after {
    content: '';
    position: absolute;
    top: -22px;
    right: -22px;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 70%);
    border-radius: 50%;
    z-index: -1;
}

.hero-visual-frame {
    position: relative;
    z-index: 2;
    width: 92%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(13, 90, 146, 0.35);
    background: #f0f0f0;
    transform: translate(-12px, 12px);
}

.hero-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.hero-visual-frame:hover .hero-visual-img {
    transform: scale(1.04);
}

.hero-visual-badge {
    position: absolute;
    top: 6%;
    left: 0;
    background: white;
    color: var(--color-primary);
    padding: 14px 20px;
    border-radius: 50px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    border-left: 4px solid var(--color-secondary);
}

.hero-badge-mini {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: var(--color-text-light);
    margin-bottom: 4px;
    white-space: nowrap;
}

.hero-badge-score {
    font-family: var(--font-mincho);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-primary-dark);
    white-space: nowrap;
}

.hero-visual-tag {
    position: absolute;
    bottom: 4%;
    right: 0;
    background: var(--color-primary-dark);
    color: white;
    padding: 12px 22px;
    border-radius: 50px;
    box-shadow: 0 12px 28px rgba(13, 90, 146, 0.4);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.hero-visual-tag i {
    color: var(--color-secondary);
    font-size: 16px;
}

@media (max-width: 1024px) {
    .hero-with-visual .hero-layout {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }
    .hero-visual {
        min-height: 360px;
        order: 2;
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }
    .hero-visual-frame {
        aspect-ratio: 4 / 3;
        transform: translate(-8px, 8px);
    }
}

@media (max-width: 768px) {
    .hero-visual {
        min-height: 280px;
        padding: 14px;
    }
    .hero-visual-frame {
        width: 94%;
        border-radius: 16px;
        transform: translate(-6px, 6px);
    }
    .hero-visual-deco {
        width: 90%;
        height: 88%;
        border-radius: 18px;
    }
    .hero-visual-badge {
        top: 4%;
        left: 4px;
        padding: 10px 16px;
    }
    .hero-badge-score { font-size: 15px; }
    .hero-badge-mini { font-size: 9px; }
    .hero-visual-tag {
        bottom: 4%;
        right: 4px;
        padding: 9px 16px;
        font-size: 11px;
    }
    .hero-visual-tag i { font-size: 13px; }
}

@media (max-width: 480px) {
    .hero-visual {
        min-height: 240px;
    }
    .hero-visual-tag {
        font-size: 10px;
        padding: 8px 14px;
    }
}

/* ========================================
   ゴッドクリーナー（第一階層紹介）
   ======================================== */
.godcleaner-section {
    padding: 100px 0;
    background:
        linear-gradient(180deg, #f4faff 0%, var(--color-bg) 100%);
    position: relative;
    overflow: hidden;
}

.godcleaner-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(28, 128, 196, 0.10), transparent 70%);
    border-radius: 50%;
}

.godcleaner-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.12), transparent 70%);
    border-radius: 50%;
}

.godcleaner-intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.godcleaner-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: var(--color-primary);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(28, 128, 196, 0.15);
}

.godcleaner-headline {
    font-family: var(--font-mincho);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.4;
    color: var(--color-text);
    margin-bottom: 24px;
    font-weight: 700;
}

.godcleaner-accent {
    color: var(--color-primary);
    position: relative;
    display: inline-block;
}

.godcleaner-accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 8px;
    background: rgba(245, 197, 24, 0.45);
    z-index: -1;
}

.godcleaner-desc {
    font-size: 15px;
    line-height: 2;
    color: var(--color-text-light);
    margin-bottom: 28px;
}

.godcleaner-points {
    list-style: none;
    margin-bottom: 28px;
}

.godcleaner-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 15px;
    color: var(--color-text);
    border-bottom: 1px dashed var(--color-border);
}

.godcleaner-points li i {
    color: var(--color-primary);
    font-size: 18px;
}

.godcleaner-price-summary {
    background: white;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 4px solid var(--color-primary);
}

.gc-price-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 6px 0;
}

.gc-price-item-highlight {
    background: linear-gradient(90deg, rgba(245, 197, 24, 0.12), transparent);
    margin: 0 -12px;
    padding: 10px 12px;
    border-radius: 8px;
}

.gc-price-label {
    font-size: 14px;
    color: var(--color-text);
    font-weight: 500;
}

.gc-price-value {
    font-family: var(--font-mincho);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary-dark);
    white-space: nowrap;
}

.gc-price-value small {
    font-size: 11px;
    font-weight: 400;
    color: var(--color-text-light);
    margin-left: 4px;
}

.godcleaner-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* ビジュアル */
.godcleaner-intro-visual {
    position: relative;
    aspect-ratio: 1/1;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
}

.gc-visual-card {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 30px 60px rgba(13, 90, 146, 0.35);
}

.gc-visual-card i {
    font-size: 90px;
    color: var(--color-secondary);
    margin-bottom: 16px;
}

.gc-visual-title {
    font-family: var(--font-mincho);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
}

.gc-visual-sub {
    font-size: 12px;
    letter-spacing: 0.4em;
    opacity: 0.85;
}

.gc-floating-badge {
    position: absolute;
    background: white;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--color-text);
    font-weight: 600;
    border-left: 3px solid var(--color-secondary);
}

.gc-floating-badge i {
    font-size: 22px;
    color: var(--color-primary);
}

.gc-badge-1 { top: 8%; right: -10px; }
.gc-badge-2 { bottom: 18%; left: -20px; }
.gc-badge-3 { bottom: -10px; right: 12%; }

@media (max-width: 1024px) {
    .godcleaner-intro {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .godcleaner-intro-visual {
        order: -1;
        max-width: 360px;
    }
}

@media (max-width: 768px) {
    .godcleaner-section { padding: 70px 0; }
    .gc-visual-card i { font-size: 60px; }
    .gc-visual-title { font-size: 26px; }
    .gc-floating-badge { padding: 10px 14px; font-size: 11px; }
    .gc-floating-badge i { font-size: 18px; }
    .gc-price-item { flex-direction: column; align-items: flex-start; gap: 4px; }
    .gc-price-value { font-size: 18px; }
}

/* ========================================
   ゴッドクリーナー詳細ページ
   ======================================== */
.gc-page-header {
    position: relative;
    padding: 140px 0 80px;
    background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary) 60%, var(--color-primary-light));
    color: white;
    overflow: hidden;
}

.gc-page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(245, 197, 24, 0.18), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1), transparent 50%);
}

.gc-page-header .container { position: relative; z-index: 1; }

.gc-page-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.gc-page-breadcrumb a { color: white; text-decoration: none; }
.gc-page-breadcrumb a:hover { color: var(--color-secondary); }
.gc-page-breadcrumb .current { color: var(--color-secondary); }

.gc-page-title {
    font-family: var(--font-mincho);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.gc-page-title-sub {
    font-size: 14px;
    letter-spacing: 0.3em;
    opacity: 0.85;
    margin-bottom: 12px;
    font-family: var(--font-mincho);
}

.gc-page-lead {
    font-size: 16px;
    line-height: 1.9;
    max-width: 720px;
    opacity: 0.95;
}

.gc-section { padding: 90px 0; }
.gc-section-alt { background: var(--color-bg); }

.gc-lead-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.gc-lead-block h2 {
    font-family: var(--font-mincho);
    font-size: clamp(26px, 3.6vw, 38px);
    color: var(--color-primary-dark);
    margin-bottom: 20px;
    line-height: 1.5;
}

.gc-lead-block p {
    font-size: 15px;
    line-height: 2;
    color: var(--color-text-light);
}

.gc-trouble-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.gc-trouble-card {
    background: white;
    padding: 28px 22px;
    border-radius: 14px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border-top: 3px solid var(--color-secondary);
}

.gc-trouble-card i {
    font-size: 36px;
    color: var(--color-primary);
    margin-bottom: 14px;
}

.gc-trouble-card p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text);
    font-weight: 500;
}

.gc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.gc-feature-card {
    background: white;
    border-radius: 16px;
    padding: 36px 28px;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.gc-feature-card::before {
    content: attr(data-num);
    position: absolute;
    top: 14px;
    right: 18px;
    font-family: var(--font-mincho);
    font-size: 56px;
    color: rgba(245, 197, 24, 0.3);
    font-weight: 700;
    line-height: 1;
}

.gc-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.gc-feature-card h3 {
    font-family: var(--font-mincho);
    font-size: 20px;
    color: var(--color-primary-dark);
    margin-bottom: 14px;
}

.gc-feature-card p {
    font-size: 14px;
    line-height: 1.9;
    color: var(--color-text-light);
}

.gc-flow-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.gc-flow-step {
    background: white;
    padding: 28px 22px;
    border-radius: 14px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    position: relative;
}

.gc-flow-step .step-num {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: var(--color-secondary);
    color: var(--color-primary-dark);
    font-family: var(--font-mincho);
    font-weight: 700;
    margin-bottom: 14px;
}

.gc-flow-step h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-text);
}

.gc-flow-step p {
    font-size: 13px;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* プラン表 */
.gc-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.gc-plan-card {
    background: white;
    border-radius: 18px;
    padding: 36px 28px;
    box-shadow: var(--shadow-md);
    position: relative;
    text-align: center;
    transition: var(--transition);
    border-top: 5px solid var(--color-border);
}

.gc-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.gc-plan-card.is-featured {
    border-top-color: var(--color-secondary);
    background: linear-gradient(180deg, #fffdf5 0%, white 100%);
}

.gc-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-secondary);
    color: var(--color-primary-dark);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    box-shadow: var(--shadow-sm);
}

.gc-plan-name {
    font-family: var(--font-mincho);
    font-size: 20px;
    color: var(--color-primary-dark);
    margin-bottom: 6px;
    font-weight: 700;
}

.gc-plan-time {
    font-size: 12px;
    color: var(--color-text-light);
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.gc-plan-price {
    font-family: var(--font-mincho);
    font-size: 38px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 4px;
    line-height: 1;
}

.gc-plan-price .yen { font-size: 22px; margin-right: 4px; }
.gc-plan-price small { font-size: 12px; font-weight: 400; color: var(--color-text-light); margin-left: 4px; }

.gc-plan-tax {
    font-size: 11px;
    color: var(--color-text-light);
    margin-bottom: 20px;
}

.gc-plan-features {
    list-style: none;
    text-align: left;
    margin-bottom: 24px;
    padding: 16px 18px;
    background: var(--color-bg);
    border-radius: 10px;
}

.gc-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: var(--color-text);
}

.gc-plan-features li i {
    color: var(--color-primary);
    margin-top: 4px;
    flex-shrink: 0;
}

.gc-plan-note {
    background: rgba(245, 197, 24, 0.12);
    color: var(--color-warm-dark);
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 30px;
    text-align: center;
}

.gc-faq {
    max-width: 880px;
    margin: 0 auto;
}

.gc-faq-item {
    background: white;
    border-radius: 12px;
    padding: 22px 26px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 14px;
}

.gc-faq-q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary-dark);
    margin-bottom: 10px;
}

.gc-faq-q::before {
    content: 'Q';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mincho);
    font-size: 14px;
}

.gc-faq-a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.9;
    color: var(--color-text-light);
    padding-left: 0;
}

.gc-faq-a::before {
    content: 'A';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--color-secondary);
    color: var(--color-primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mincho);
    font-size: 14px;
}

.gc-cta-section {
    background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
    padding: 80px 0;
    color: white;
    text-align: center;
}

.gc-cta-section h2 {
    font-family: var(--font-mincho);
    font-size: clamp(24px, 3.4vw, 36px);
    margin-bottom: 16px;
}

.gc-cta-section p {
    font-size: 15px;
    line-height: 1.9;
    opacity: 0.95;
    margin-bottom: 30px;
}

.gc-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .gc-section { padding: 60px 0; }
    .gc-page-header { padding: 110px 0 60px; }
}

/* ========================================
   店舗外観写真（アクセスセクション）
   ======================================== */
.clinic-exterior {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 50px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 16/9;
}

.clinic-exterior img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.clinic-exterior-caption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.95);
    padding: 14px 22px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    border-left: 4px solid var(--color-secondary);
    backdrop-filter: blur(4px);
}

.clinic-exterior-caption i {
    font-size: 28px;
    color: var(--color-primary);
}

.clinic-exterior-caption .caption-label {
    font-family: var(--font-mincho);
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--color-text-light);
    margin-bottom: 2px;
}

.clinic-exterior-caption .caption-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary-dark);
}

@media (max-width: 768px) {
    .clinic-exterior {
        aspect-ratio: 4/3;
        border-radius: 12px;
        margin-bottom: 36px;
    }
    .clinic-exterior-caption {
        left: 12px;
        bottom: 12px;
        padding: 10px 14px;
        gap: 10px;
    }
    .clinic-exterior-caption i { font-size: 22px; }
    .clinic-exterior-caption .caption-text { font-size: 12px; }
    .clinic-exterior-caption .caption-label { font-size: 10px; }
}

/* ========================================
   ゴッドクリーナー本体画像（プレースホルダ含む）
   ======================================== */
.gc-machine-frame {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(13, 90, 146, 0.35);
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
}

.gc-machine-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gc-machine-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.gc-machine-placeholder i {
    font-size: 90px;
    color: var(--color-secondary);
    margin-bottom: 16px;
}

.gc-machine-note {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.15em;
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .gc-machine-placeholder i { font-size: 60px; }
    .gc-machine-note { font-size: 10px; }
}

/* ========================================
   ゴッドクリーナー詳細ページ ショーケース
   ======================================== */
.gc-showcase-section {
    padding: 70px 0 30px;
    background: white;
}

.gc-showcase {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.gc-showcase-image {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, var(--color-primary-light), var(--color-primary));
}

.gc-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gc-showcase-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 24px;
    gap: 6px;
}

.gc-showcase-placeholder i {
    font-size: 68px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

.gc-placeholder-title {
    font-family: var(--font-mincho);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.gc-placeholder-sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    opacity: 0.85;
    margin-top: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 50px;
}

.gc-showcase-text {
    padding: 8px 0;
}

.gc-showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-bg);
    color: var(--color-primary);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.1em;
}

.gc-showcase-title {
    font-family: var(--font-mincho);
    font-size: clamp(22px, 3.2vw, 34px);
    line-height: 1.5;
    color: var(--color-text);
    margin-bottom: 18px;
    font-weight: 700;
}

.gc-showcase-accent {
    color: var(--color-primary);
    position: relative;
}

.gc-showcase-accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 8px;
    background: rgba(245, 197, 24, 0.45);
    z-index: -1;
}

.gc-showcase-desc {
    font-size: 15px;
    line-height: 2;
    color: var(--color-text-light);
}

@media (max-width: 1024px) {
    .gc-showcase {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .gc-showcase-image { max-width: 560px; margin: 0 auto; width: 100%; }
}

@media (max-width: 768px) {
    .gc-showcase-section { padding: 48px 0 20px; }
    .gc-showcase { gap: 24px; }
    .gc-placeholder-title { font-size: 20px; }
    .gc-showcase-placeholder i { font-size: 48px; }
}

/* ========================================
   モバイル表示の文字サイズ・改行位置の最適化
   ======================================== */
@media (max-width: 768px) {
    /* 共通ベース：モバイルで折り返しを自然に */
    body { font-size: 14px; }

    /* 改行制御：日本語の文節を意識した折返し */
    h1, h2, h3, h4,
    .hero-title,
    .section-title,
    .trouble-title,
    .fullwide-banner-title,
    .director-headline,
    .godcleaner-headline,
    .gc-page-title,
    .gc-showcase-title {
        word-break: keep-all;
        overflow-wrap: break-word;
        line-break: strict;
    }

    /* 768px以下では <br> をスペース扱いにしてレイアウト崩れを防止 */
    .hero-description br,
    .hero-title br,
    .trouble-message br,
    .section-lead br,
    .reservation-message br,
    .symptoms-message br,
    .godcleaner-desc br,
    .gc-page-lead br,
    .gc-lead-block p br,
    .gc-cta-section p br,
    .fullwide-banner-desc br {
        display: none;
    }

    /* モバイル専用改行は表示 */
    br.sp-only { display: inline; }

    /* セクション見出し */
    .section-title { font-size: 24px; line-height: 1.4; }
    .section-subtitle { font-size: 11px; letter-spacing: 0.2em; }
    .section-lead { font-size: 13px; line-height: 1.9; }

    /* ヒーロー */
    .hero-title { font-size: clamp(28px, 9vw, 42px); line-height: 1.3; }
    .hero-subtitle { font-size: 12px; letter-spacing: 0.2em; }
    .hero-description { font-size: 13px; line-height: 1.9; }

    /* お悩みセクション */
    .trouble-title { font-size: 22px; line-height: 1.5; }
    .trouble-sub { font-size: 12px; }
    .trouble-item { font-size: 13px; }
    .trouble-message { font-size: 13px; line-height: 1.9; }

    /* CONCEPT */
    .fullwide-banner-title { font-size: 26px; line-height: 1.4; }
    .fullwide-banner-desc { font-size: 13px; line-height: 1.9; }

    /* 院長 */
    .director-headline { font-size: 20px; line-height: 1.5; }
    .director-message p { font-size: 13px; line-height: 1.9; }

    /* 選ばれる理由 / サービス */
    .reason-card h3,
    .service-card h3 { font-size: 16px; }
    .reason-card p,
    .service-card p { font-size: 13px; line-height: 1.8; }

    /* 料金 */
    .price-card-amount { font-size: 28px; }
    .price-block-header h3 { font-size: 18px; }

    /* 症状 */
    .symptom-item { font-size: 13px; }
    .symptoms-message { font-size: 13px; line-height: 1.9; }

    /* 来院の流れ */
    .flow-step h3 { font-size: 16px; }
    .flow-step p { font-size: 13px; line-height: 1.8; }

    /* お客様の声 */
    .voice-card h3 { font-size: 15px; }
    .voice-card p { font-size: 13px; line-height: 1.8; }
    .rating-number { font-size: 42px; }

    /* Instagram */
    .instagram-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .ig-account-card {
        padding: 16px 12px 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        gap: 10px;
        overflow: hidden;
    }
    .ig-account-card * {
        max-width: 100%;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    .ig-account-tag {
        font-size: 10px;
        padding: 4px 9px;
        letter-spacing: 0.02em;
    }
    .ig-account-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
        border-radius: 12px;
    }
    .ig-handle { font-size: 16px; word-break: break-all; }
    .ig-name { font-size: 12px; }
    .ig-desc { font-size: 12px; line-height: 1.7; }
    .ig-follow-btn {
        font-size: 12px;
        padding: 8px 12px;
        width: 100%;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
    }

    /* アクセス */
    .access-info h3 { font-size: 18px; }
    .access-list dt { font-size: 13px; }
    .access-list dd { font-size: 13px; }

    /* 予約 */
    .reservation-message { font-size: 13px; line-height: 1.9; }
    .reservation-card h3 { font-size: 16px; }
    .phone-number { font-size: 24px; }

    /* ゴッドクリーナー（トップページ内） */
    .godcleaner-headline { font-size: 22px; line-height: 1.5; }
    .godcleaner-desc { font-size: 13px; line-height: 1.9; }
    .godcleaner-points li { font-size: 13px; }

    /* ゴッドクリーナー詳細ページ */
    .gc-page-title { font-size: 26px; line-height: 1.4; }
    .gc-page-lead { font-size: 13px; line-height: 1.9; }
    .gc-lead-block h2 { font-size: 22px; line-height: 1.5; }
    .gc-lead-block p { font-size: 13px; line-height: 1.9; }
    .gc-trouble-card p { font-size: 13px; }
    .gc-feature-card h3 { font-size: 17px; }
    .gc-feature-card p { font-size: 13px; line-height: 1.8; }
    .gc-flow-step h3 { font-size: 14px; }
    .gc-flow-step p { font-size: 12px; line-height: 1.7; }
    .gc-faq-q { font-size: 14px; }
    .gc-faq-a { font-size: 13px; line-height: 1.8; }
    .gc-cta-section h2 { font-size: 22px; line-height: 1.5; }
    .gc-cta-section p { font-size: 13px; line-height: 1.9; }
    .gc-plan-name { font-size: 17px; }
    .gc-plan-price { font-size: 32px; }
    .gc-plan-features li { font-size: 12px; }

    /* ボタン */
    .btn { font-size: 14px; padding: 14px 22px; }
}

@media (max-width: 480px) {
    .section-title { font-size: 22px; }
    .hero-title { font-size: 32px; line-height: 1.35; }
    .trouble-title { font-size: 20px; }
    .fullwide-banner-title { font-size: 22px; }
    .gc-page-title { font-size: 22px; }
    .gc-showcase-title { font-size: 19px; line-height: 1.5; }
    .godcleaner-headline { font-size: 20px; }
    .gc-cta-section h2 { font-size: 20px; }
    .gc-lead-block h2 { font-size: 19px; }
    .director-headline { font-size: 18px; }
}

/* ========================================
   セクション区切りラベル（施術 vs オプション）
   ======================================== */
.section-divider-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 800px;
    margin: 0 auto 32px;
    padding: 0 20px;
}

.section-divider-label .divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--color-border), transparent);
}

.section-divider-label .divider-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--color-primary-dark);
    color: white;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(13, 90, 146, 0.18);
}

.section-divider-label .divider-text i {
    color: var(--color-secondary);
    font-size: 14px;
}

.section-divider-label.gc-divider .divider-text {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
    color: var(--color-primary-dark);
    box-shadow: 0 4px 16px rgba(232, 184, 0, 0.35);
}

.section-divider-label.gc-divider .divider-text i {
    color: var(--color-primary-dark);
}

@media (max-width: 768px) {
    .section-divider-label {
        gap: 10px;
        margin-bottom: 24px;
    }
    .section-divider-label .divider-text {
        font-size: 11px;
        padding: 8px 14px;
    }
    .section-divider-label .divider-text i { font-size: 12px; }
}

/* ========================================
   選ばれる理由 - 各種保険対応バッジ
   ======================================== */
.reason-card .reason-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    margin: 3px 4px;
    letter-spacing: 0.04em;
}

.reason-badge-no {
    background: rgba(220, 53, 69, 0.10);
    color: #c82333;
    border: 1px solid rgba(220, 53, 69, 0.25);
    text-decoration: line-through;
}

.reason-badge-yes {
    background: rgba(28, 128, 196, 0.10);
    color: var(--color-primary-dark);
    border: 1px solid rgba(28, 128, 196, 0.25);
}

.reason-card-note {
    font-size: 12px;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-top: 10px;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.reason-card-note strong {
    color: var(--color-primary-dark);
}

/* ========================================
   Googleレビュー埋め込み
   ======================================== */
.google-reviews-embed {
    background: white;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: var(--shadow-md);
    margin: 40px auto;
    max-width: 900px;
    text-align: center;
    border-top: 4px solid #4285F4;
}

.google-reviews-embed-header {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.google-reviews-embed-header i {
    font-size: 28px;
    color: #4285F4;
}

.google-reviews-embed-header h3 {
    font-size: 18px;
    color: var(--color-text);
    font-weight: 700;
}

.google-reviews-embed-note {
    font-size: 13px;
    color: var(--color-text-light);
    line-height: 1.8;
    background: var(--color-bg);
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.google-reviews-embed-note i {
    color: #4285F4;
    margin-right: 6px;
}

.google-reviews-embed-frame {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
}

.google-reviews-embed-frame iframe {
    display: block;
    width: 100%;
    border: 0;
}

.google-reviews-embed-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.voice-sample-label {
    text-align: center;
    font-family: var(--font-mincho);
    font-size: 16px;
    color: var(--color-text-light);
    margin: 30px 0 24px;
    letter-spacing: 0.05em;
}

.voice-sample-label i {
    color: var(--color-secondary);
    margin-right: 8px;
}

@media (max-width: 768px) {
    .google-reviews-embed {
        padding: 24px 18px;
        margin: 28px auto;
    }
    .google-reviews-embed-header h3 { font-size: 15px; }
    .google-reviews-embed-header i { font-size: 22px; }
    .google-reviews-embed-note { font-size: 12px; }
    .google-reviews-embed-frame iframe { height: 220px; }
    .voice-sample-label { font-size: 14px; }
}

/* ========================================
   施術風景バナー（第二階層リンク）
   ======================================== */
.gallery-banner {
    background: var(--color-bg);
    padding: 60px 0;
}

.gallery-banner-link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 32px;
    background: white;
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--color-border);
    transition: var(--transition);
    text-decoration: none;
    color: inherit;
}

.gallery-banner-link:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-primary);
}

.gallery-banner-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    width: 160px;
}

.gallery-banner-thumbs img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.gallery-banner-text {
    flex: 1;
}

.gallery-banner-sub {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 6px;
}

.gallery-banner-title {
    font-family: var(--font-mincho);
    font-size: 22px;
    color: var(--color-text);
    margin-bottom: 8px;
    font-weight: 700;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.gallery-banner-desc {
    font-size: 13px;
    color: var(--color-text-light);
    line-height: 1.7;
}

.gallery-banner-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-primary);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: var(--transition);
    flex-shrink: 0;
}

.gallery-banner-link:hover .gallery-banner-arrow {
    background: var(--color-secondary);
    color: var(--color-primary-dark);
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .gallery-banner { padding: 40px 0; }
    .gallery-banner-link {
        grid-template-columns: 1fr auto;
        gap: 16px;
        padding: 20px;
    }
    .gallery-banner-thumbs {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }
    .gallery-banner-thumbs img { height: 60px; }
    .gallery-banner-title { font-size: 17px; }
    .gallery-banner-desc { font-size: 12px; }
    .gallery-banner-arrow { width: 40px; height: 40px; font-size: 15px; }
}

/* ========================================
   Instagram アカウントカード（差別化版）
   ======================================== */
.instagram-section .instagram-accounts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.ig-account-card {
    position: relative;
    background: white;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-shadow: var(--shadow-md);
    border-top: 5px solid var(--color-primary);
    transition: var(--transition);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ig-account-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.ig-account-card.ig-account-detox {
    border-top-color: #06b6d4;
}

.ig-account-card.ig-account-treatment {
    border-top-color: #f5c518;
}

.ig-account-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    color: white;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    align-self: flex-start;
}

.ig-account-tag.ig-tag-treatment {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
    color: var(--color-primary-dark);
}

.ig-account-tag i { font-size: 13px; }

.ig-account-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
}

.ig-account-info {
    flex: 1;
}

.ig-handle {
    font-family: var(--font-mincho);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 4px;
}

.ig-name {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 12px;
    font-weight: 600;
}

.ig-desc {
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ig-desc strong {
    color: var(--color-primary-dark);
    background: linear-gradient(transparent 60%, rgba(245, 197, 24, 0.45) 60%);
    padding: 0 2px;
}

.ig-account-topics {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ig-account-topics li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--color-text);
    line-height: 1.6;
}

.ig-account-topics li i {
    color: var(--color-primary);
    margin-top: 4px;
    font-size: 11px;
}

.ig-account-card.ig-account-treatment .ig-account-topics li i {
    color: var(--color-accent);
}

.ig-follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    align-self: stretch;
    transition: var(--transition);
}

.ig-follow-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(220, 39, 67, 0.35);
}

@media (max-width: 1024px) {
    .instagram-section .instagram-accounts {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .ig-account-card { padding: 24px 20px; }
    .ig-handle { font-size: 19px; }
    .ig-name { font-size: 13px; }
    .ig-desc { font-size: 13px; line-height: 1.8; }
    .ig-account-topics li { font-size: 12px; }
    .ig-account-icon { width: 54px; height: 54px; font-size: 28px; }
}
