/* ================================================
   リネンレンタルサービスページ専用CSS
   
   使用方法: bodyタグに class="linen-page" を追加
   最終更新: 2025年
================================================ */

/* ==============================================
   1. CSS変数
============================================== */
.linen-page {
    --primary: #5FB878;
    --primary-light: #7BC892;
    --primary-dark: #4A9D63;
    --secondary: #A8E6CF;
    --accent: #FFD98E;
    --success: #6BCF94;
    --text-dark: #2D3748;
    --text-medium: #4A5568;
    --text-light: #9CA3AF;
    --bg-white: #ffffff;
    --bg-light: #F7FFF7;
    --bg-gradient: linear-gradient(135deg, #A8E6CF 0%, #7BC892 100%);
    --border: #E8F5E9;
    
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* ==============================================
   2. WordPress構造リセット
============================================== */
body.linen-page main .l-container,
body.linen-page main .l-mainContent,
body.linen-page main .l-content,
body.linen-page main .l-content__inner,
body.linen-page main,
body.linen-page main article,
body.linen-page article,
body.linen-page .post_content,
body.linen-page .entry-content,
.linen-page .post_content {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.linen-page .l-header + *,
body.linen-page header + main,
body.linen-page .l-header + main,
body.linen-page #wpadminbar + * {
    padding-top: 0 !important;
}

body.linen-page .breadcrumb,
body.linen-page .c-breadcrumb {
    display: none !important;
}

/* フルワイドセクション共通 */
main.linen-page .hero,
main.linen-page .section-light,
main.linen-page .contact-section,
main.linen-page .footer {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
}

/* ==============================================
   3. 基本スタイル
============================================== */
main.linen-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.linen-page main {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: #1a1a2e;
}

/* ==============================================
   4. ヒーローセクション
============================================== */
.linen-page .hero {
    margin-top: 0 !important;
    padding: 8rem 2rem 6rem;
    background: linear-gradient(135deg, rgba(95, 184, 120, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%),
        url('../img/linen/eye_linen.png') center center / cover no-repeat !important;
    position: relative;
    overflow: hidden;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
}

.linen-page .hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.linen-page .hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.linen-page .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.linen-page .hero-content {
    color: white;
}

.linen-page .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.linen-page .hero-title {
    font-size: 3.0rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.linen-page .hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.linen-page .hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* 統計ボックス */
.linen-page .hero-visual {
    position: relative;
}

.linen-page .hero-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.linen-page .stat-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
}

.linen-page .stat-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .stat-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.linen-page .stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    margin-bottom: 0.5rem;
}

.linen-page .stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

/* ==============================================
   5. ボタン共通
============================================== */
.linen-page .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.linen-page .btn-primary {
    background: white;
    color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.linen-page .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.linen-page .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.linen-page .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

.linen-page .btn-area {
    display: inline-block;
    background: linear-gradient(135deg, #2f9d7e, #3fc496);
    color: #fff;
    font-weight: 600;
    padding: 0.7rem 1.4rem;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.linen-page .btn-area:hover {
    background: linear-gradient(135deg, #3fc496, #2f9d7e);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(63,196,150,0.25);
}

.linen-page .btn-contact {
    background: var(--primary);
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s;
}

.linen-page .btn-contact:hover {
    transform: translateY(-2px);
    background: var(--primary-dark);
    box-shadow: 0 10px 30px rgba(95, 184, 120, 0.4);
}

/* ==============================================
   6. セクション共通
============================================== */
.linen-page .section {
    padding: 6rem 2rem;
}

.linen-page .section-light {
    background: var(--bg-light);
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
}

.linen-page .section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.linen-page .section-header {
    text-align: left;
    margin-bottom: 4rem;
}

.linen-page .section-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #A8E6CF, #7BC892);
    color: white;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.linen-page .section-title {
    font-size: 2.75rem;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.linen-page .section-subtitle {
    font-size: 1.25rem;
    color: var(--text-medium);
    margin: 0 auto;
    line-height: 1.8;
}

/* ==============================================
   7. 比較カード
============================================== */
.linen-page .comparison-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 0 auto;
    position: relative;
}

.linen-page .comparison-card {
    background: white;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative !important;
    overflow: visible !important;
    border-radius: 8px;
}

.linen-page .comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 8px 8px 0 0;
}

.linen-page .problem-card::before {
    background: linear-gradient(90deg, #EF4444, #F59E0B);
}

.linen-page .solution-card::before {
    background: linear-gradient(135deg, #6BCF94 0%, #A8E6CF 100%);
}

.linen-page .comparison-card.problem-card::after {
    display: none !important;
}

.linen-page .comparison-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.linen-page .comparison-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    overflow: hidden;
}

.linen-page .comparison-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .problem-card .comparison-icon {
    background: linear-gradient(135deg, #FEE2E2, #FED7AA);
    color: #EF4444;
}

.linen-page .solution-card .comparison-icon {
    background: linear-gradient(135deg, #E0E7FF, #DDD6FE);
    color: var(--primary);
}

.linen-page .comparison-header h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
    position: relative;
    padding-bottom: 0.75rem;
}

.linen-page .solution-card .comparison-header h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #5FB878 0%, #A8E6CF 100%);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease-out;
}

.linen-page .solution-card.is-visible .comparison-header h3::after {
    transform: scaleX(1);
}

.linen-page .comparison-list {
    list-style: none;
}

.linen-page .comparison-list li {
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.05rem;
    color: var(--text-dark);
    line-height: 1.6;
    transition: all 0.3s ease;
}

.linen-page .comparison-list li:last-child {
    border-bottom: none;
}

.linen-page .comparison-list span {
    font-weight: 500;
    line-height: 1.6;
    width: 100%;
}

.linen-page .comparison-list li:hover {
    padding-left: 8px;
    background: rgba(0, 0, 0, 0.01);
}

/* ==============================================
   8. 特徴グリッド（4列）
============================================== */
.linen-page .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.linen-page .feature-card {
    background: var(--bg-light);
    border-radius: 16px !important;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    position: relative;
    overflow: visible !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* 番号コーナー */
.linen-page .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    z-index: 5;
    transition: all 0.3s;
}

.linen-page .feature-card:nth-child(1)::before { border-color: #5FB878 transparent transparent transparent; }
.linen-page .feature-card:nth-child(2)::before { border-color: #7BC892 transparent transparent transparent; }
.linen-page .feature-card:nth-child(3)::before { border-color: #7BC892 transparent transparent transparent; }
.linen-page .feature-card:nth-child(4)::before { border-color: #6BCF94 transparent transparent transparent; }

.linen-page .feature-card::after {
    position: absolute;
    top: 8px;
    left: 10px;
    color: white;
    font-size: 1.5rem;
    font-weight: 900;
    z-index: 6;
    line-height: 1;
}

.linen-page .feature-card:nth-child(1)::after { content: '1'; }
.linen-page .feature-card:nth-child(2)::after { content: '2'; }
.linen-page .feature-card:nth-child(3)::after { content: '3'; }
.linen-page .feature-card:nth-child(4)::after { content: '4'; }

.linen-page .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.linen-page .feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 1rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    overflow: hidden;
}

.linen-page .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .feature-card:nth-child(1) .feature-icon { background: linear-gradient(135deg, #E8F5E9, #C8E6C9); color: #5FB878; padding: 4px; }
.linen-page .feature-card:nth-child(2) .feature-icon { background: linear-gradient(135deg, #C8E6C9, #A5D6A7); color: #4A9D63; }
.linen-page .feature-card:nth-child(3) .feature-icon { background: linear-gradient(135deg, #C8E6C9, #A5D6A7); color: #4A9D63; }
.linen-page .feature-card:nth-child(4) .feature-icon { background: linear-gradient(135deg, #D1F2EB, #A9DFBF); color: #52C27C; }

.linen-page .feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.4;
    flex: 1;
    min-width: 0;
    min-height: 5.5rem;
    display: flex;
    align-items: flex-start;
}

.linen-page .feature-card p {
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.7;
    margin-top: 1rem;
    width: 100%;
}

/* ==============================================
   9. 選ばれる理由セクション（2列×2行）
============================================== */
.linen-page .linen-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
    padding: 0;
}

.linen-page .linen-feature-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: visible;
}

.linen-page .linen-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* 番号コーナー */
.linen-page .linen-feature-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    z-index: 1;
}

.linen-page .linen-feature-card:nth-child(1) .linen-feature-number { border-color: #5FB878 transparent transparent transparent; }
.linen-page .linen-feature-card:nth-child(2) .linen-feature-number { border-color: #7BC892 transparent transparent transparent; }
.linen-page .linen-feature-card:nth-child(3) .linen-feature-number { border-color: #7BC892 transparent transparent transparent; }
.linen-page .linen-feature-card:nth-child(4) .linen-feature-number { border-color: #6BCF94 transparent transparent transparent; }

.linen-page .linen-feature-number::after {
    content: attr(data-number);
    position: absolute;
    top: -54px;
    left: 10px;
    color: white;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
}

.linen-page .linen-feature-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 32px;
}

.linen-page .linen-feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.linen-page .linen-feature-card:nth-child(1) .linen-feature-icon { background: linear-gradient(135deg, #E8F5E9, #C8E6C9); }
.linen-page .linen-feature-card:nth-child(2) .linen-feature-icon { background: linear-gradient(135deg, #C8E6C9, #A5D6A7); }
.linen-page .linen-feature-card:nth-child(3) .linen-feature-icon { background: linear-gradient(135deg, #C8E6C9, #A5D6A7); }
.linen-page .linen-feature-card:nth-child(4) .linen-feature-icon { background: linear-gradient(135deg, #D1F2EB, #A9DFBF); }

.linen-page .linen-feature-icon img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.linen-page .linen-feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.linen-page .linen-feature-text {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 0 0 32px;
}

/* ページ内コンテンツリンク統一（緑の下線） */
.linen-page .linen-feature-text a,
.linen-page .faq-answer a,
.linen-page .section-subtitle a,
.linen-page .contact-header p a {
    color: #7cb342 !important;
    text-decoration: none !important;
    font-weight: bold;
    border-bottom: 1px solid #7cb342 !important;
    transition: all 0.3s ease;
}

.linen-page .linen-feature-text a:hover,
.linen-page .faq-answer a:hover,
.linen-page .section-subtitle a:hover,
.linen-page .contact-header p a:hover {
    color: #558b2f !important;
    border-bottom-color: #558b2f !important;
}

/* ==============================================
   10. 商品グリッド
============================================== */
.linen-page .items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.linen-page .item-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

.linen-page .item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.linen-page .item-image {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.linen-page .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .item-card:nth-child(1) .item-image { background: linear-gradient(135deg, #A8E6CF, #7BC892); }
.linen-page .item-card:nth-child(2) .item-image { background: linear-gradient(135deg, #7BC892, #6BCF94); }
.linen-page .item-card:nth-child(3) .item-image { background: linear-gradient(135deg, #FFD98E, #FFE4A8); }
.linen-page .item-card:nth-child(4) .item-image { background: linear-gradient(135deg, #6BCF94, #81D8A5); }

.linen-page .item-image:has(img) {
    background: transparent !important;
}

.linen-page .item-image i {
    font-size: 64px;
    color: white;
}

.linen-page .item-content {
    padding: 1.5rem;
}

.linen-page .item-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.linen-page .item-card p {
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.6;
}

/* ==============================================
   11. フローセクション
============================================== */
.linen-page .flow-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.linen-page .flow-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 31px;
    top: 64px;
    width: 2px;
    height: calc(100% - 40px);
    background: linear-gradient(180deg, var(--primary), transparent);
}

.linen-page .flow-number {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 900;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(95, 184, 120, 0.3);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.linen-page .flow-number img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .flow-content {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.linen-page .flow-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.linen-page .flow-content p {
    font-size: 1rem;
    color: var(--text-medium);
    line-height: 1.7;
}

/* アニメーション付きフロー */
.linen-flow-section .flow-container {
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}

.linen-flow-section .flow-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3rem;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease;
}

.linen-flow-section .flow-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.linen-flow-section .flow-number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7BC892, #5FB878);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 900;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(95, 184, 120, 0.3);
    transition: all 0.4s ease;
}

.linen-flow-section .flow-item:hover .flow-number {
    transform: rotate(8deg) scale(1.05);
    box-shadow: 0 6px 20px rgba(95, 184, 120, 0.45);
}

.linen-flow-section .flow-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.linen-flow-section .flow-content p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.8;
}

.linen-flow-section .flow-item::after,
.linen-flow-section .flow-item:not(:last-child)::after {
    display: none !important;
    content: none !important;
}

/* フェードインアニメーション */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }

/* ==============================================
   12. 対応エリアセクション
============================================== */
.linen-page .area-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 0 auto;
}

.linen-page .area-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.linen-page .area-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border);
}

.linen-page .area-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.linen-page .area-icon i {
    font-size: 32px;
    color: white;
}

.linen-page .area-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .area-header h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
}

.linen-page .area-list {
    list-style: none;
    margin-bottom: 1.5rem;
}

.linen-page .area-list li {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

.linen-page .area-list i {
    color: var(--success);
    font-size: 1.125rem;
}

.linen-page .area-note {
    background: var(--bg-light);
    padding: 1.2rem;
    border-radius: 12px;
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.7;
    min-height: 120px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: top;
}

/* リネン専用エリアセクション */
.linen-page .linen-area-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fdf5 0%, #fff 100%);
}

.linen-page .linen-area-intro {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
    line-height: 1.8;
}

.linen-page .linen-area-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.linen-page .linen-area-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.linen-page .linen-area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: #7cb342;
}

.linen-page .linen-area-card .linen-area-icon {
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.linen-page .linen-area-card .linen-area-name {
    font-size: 24px;
    font-weight: bold;
    color: #2d5016;
    margin-bottom: 15px;
    text-align: center;
}

.linen-page .linen-area-card .linen-area-description {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: left;
}

.linen-page .linen-area-link {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(135deg, #7cb342 0%, #558b2f 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

.linen-page .linen-area-link:hover {
    background: linear-gradient(135deg, #8bc34a 0%, #689f38 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(124, 179, 66, 0.3);
}

.linen-page .linen-other-areas {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.linen-page .linen-other-areas-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.linen-page .linen-other-link {
    color: #7cb342;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.linen-page .linen-other-link:hover {
    text-decoration: underline;
}

/* ==============================================
   13. 関連サービスセクション
============================================== */
.linen-page .linen-related-services {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9eb 0%, #fff 100%);
}

.linen-page .linen-related-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.linen-page .linen-related-item-large {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.linen-page .linen-related-item-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.linen-page .linen-related-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.linen-page .linen-related-item-large h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2d5016;
    font-weight: bold;
}

.linen-page .linen-related-item-large p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
}

.linen-page .linen-related-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #7cb342 0%, #558b2f 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.linen-page .linen-related-button:hover {
    background: linear-gradient(135deg, #8bc34a 0%, #689f38 100%);
    transform: scale(1.05);
}

/* ==============================================
   14. 料金セクション
============================================== */
.linen-page .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto 4rem;
}

.linen-page .pricing-card {
    background: white;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.linen-page .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.linen-page .pricing-card:nth-child(1)::before { background: linear-gradient(90deg, #64B5F6, #42A5F5); }
.linen-page .pricing-card:nth-child(2)::before { background: linear-gradient(90deg, #7BC892, #6BCF94); }
.linen-page .pricing-card:nth-child(3)::before { background: linear-gradient(90deg, #FFB74D, #FFA726); }

.linen-page .pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.linen-page .pricing-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    position: relative;
    overflow: hidden;
}

.linen-page .pricing-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .pricing-card:nth-child(1) .pricing-icon { background: linear-gradient(135deg, #E3F2FD, #BBDEFB); }
.linen-page .pricing-card:nth-child(2) .pricing-icon { background: linear-gradient(135deg, #C8E6C9, #A5D6A7); }
.linen-page .pricing-card:nth-child(3) .pricing-icon { background: linear-gradient(135deg, #FFF3E0, #FFE0B2); }

.linen-page .pricing-card:nth-child(1) .pricing-icon svg,
.linen-page .pricing-card:nth-child(1) .pricing-icon i { color: #2196F3 !important; font-size: 28px !important; }
.linen-page .pricing-card:nth-child(2) .pricing-icon svg,
.linen-page .pricing-card:nth-child(2) .pricing-icon i { color: #4CAF50 !important; font-size: 28px !important; }
.linen-page .pricing-card:nth-child(3) .pricing-icon svg,
.linen-page .pricing-card:nth-child(3) .pricing-icon i { color: #FF9800 !important; font-size: 28px !important; }

.linen-page .pricing-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.linen-page .pricing-subtitle {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.linen-page .pricing-amount {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.linen-page .pricing-period {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.linen-page .pricing-features {
    list-style: none;
    text-align: left;
}

.linen-page .pricing-features li {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-size: 0.95rem;
    color: var(--text-medium);
}

.linen-page .pricing-features i {
    color: var(--success);
    font-size: 1rem;
}

/* ==============================================
   15. FAQセクション
============================================== */
.linen-page .faq-list {
    margin: 0 auto;
}

.linen-page .faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s;
}

.linen-page .faq-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.linen-page .faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.linen-page .faq-q-text {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1.05rem;
}

.linen-page .faq-toggle {
    width: 36px;
    height: 36px;
    background: var(--bg-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-medium);
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.3s;
}

.linen-page .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    background: var(--primary);
    color: white;
}

.linen-page .faq-answer {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 1rem;
    color: var(--text-medium);
    line-height: 1.8;
}

.linen-page .faq-item.active .faq-answer {
    padding: 0 2rem 1.5rem;
    max-height: 500px;
}

/* ==============================================
   16. コンタクトセクション
============================================== */
.linen-page .contact-section {
    background: linear-gradient(135deg, #f9fcfb 0%, #eaf6f1 100%) !important;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
}

.linen-page .contact-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.linen-page .contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.linen-page .contact-header {
    text-align: left;
    margin-bottom: 4rem;
}

.linen-page .contact-header h2 {
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.linen-page .contact-header p {
    font-size: 1.25rem;
    color: var(--text-dark);
    line-height: 1.8;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.linen-page .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.linen-page .contact-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid #c8c8c8;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.linen-page .contact-card:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* アイコンアニメーション */
.linen-page .contact-card .contact-icon {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-origin: center;
    transform-style: preserve-3d;
}

.linen-page .contact-card .contact-icon i {
    transition: transform 0.6s ease, color 0.4s ease;
    display: inline-block;
}

.linen-page .contact-card:hover .contact-icon {
    transform: rotateY(15deg) rotateX(5deg) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.linen-page .contact-card:hover .contact-icon i {
    transform: rotateZ(12deg);
    color: var(--primary-dark);
}

.linen-page .contact-card:active .contact-icon {
    transform: rotateY(0deg) rotateX(0deg) scale(0.95);
    transition: transform 0.2s ease;
}

.linen-page .contact-card:active .contact-icon i {
    transform: rotateZ(0deg);
}

.linen-page .contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.linen-page .contact-icon i {
    font-size: 36px;
    color: var(--primary);
}

.linen-page .contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linen-page .contact-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.linen-page .contact-number {
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.linen-page .contact-time {
    font-size: 0.95rem;
    color: var(--text-medium);
    margin-bottom: 2rem;
}

/* ==============================================
   17. 情報ボックス（補足説明用）
============================================== */
.linen-page .alert-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    background: #ffffff;
    border-left: 4px solid #5FB878;
    border-right: 4px solid #5FB878;
    box-shadow: 0 2px 12px rgba(95, 184, 120, 0.1);
    transition: all 0.3s ease;
}

.linen-page .alert-box:hover {
    box-shadow: 0 4px 20px rgba(95, 184, 120, 0.15);
    transform: translateY(-2px);
}

.linen-page .alert-icon {
    font-size: 1.5rem;
    color: #5FB878;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.linen-page .alert-box p {
    margin: 0;
    color: #4A5568;
    line-height: 1.8;
    font-size: 0.95rem;
}

.linen-page .alert-box strong {
    color: #2D3748;
    font-weight: 600;
}

.linen-page .alert-info .alert-icon {
    color: #5FB878;
}

/* ==============================================
   18. レスポンシブデザイン
============================================== */
@media (max-width: 1024px) {
    .linen-page .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
    .linen-page .features-grid,
    .linen-page .items-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .linen-page .hero { padding: 6rem 1.5rem 4rem; }
    .linen-page .hero-title { font-size: 2.0rem; }
    
    .linen-page .hero-stats-grid,
    .linen-page .comparison-container,
    .linen-page .features-grid,
    .linen-page .items-grid,
    .linen-page .area-grid,
    .linen-page .pricing-grid,
    .linen-page .contact-grid { grid-template-columns: 1fr; }
    
    .linen-page .section { padding: 4rem 1.5rem; }
    .linen-page .section-title { font-size: 2rem; }
    .linen-page .flow-item:not(:last-child)::after { left: 24px; }
    
    .linen-page .linen-features-grid { grid-template-columns: 1fr; gap: 30px; }
    .linen-page .linen-feature-card { padding: 30px 20px; }
    .linen-page .linen-feature-title { font-size: 1.1rem; }
    .linen-page .linen-feature-text { font-size: 0.9rem; }
    
    .linen-page .linen-area-grid-two { grid-template-columns: 1fr; gap: 20px; }
    .linen-page .linen-area-card { padding: 30px 20px; }
    .linen-page .linen-area-card .linen-area-name { font-size: 20px; }
    .linen-page .linen-area-card .linen-area-description { font-size: 14px; }
    
    .linen-page .linen-related-grid-two { grid-template-columns: 1fr; gap: 20px; }
    .linen-page .linen-other-areas { padding: 20px; margin-top: 30px; }
    
    .linen-flow-section .flow-item { flex-direction: column; text-align: left; }
    .linen-flow-section .flow-number { margin: 0 auto 1rem; }
}

@media (max-width: 480px) {
    .linen-page .comparison-container { gap: 2rem; }
}


/* エアコンクリーニング提案ボックス */
.linen-page .upsell-box {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    background: linear-gradient(135deg, #709458 0%, #6a6f66 100%);
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: none;
}

.linen-page .upsell-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.linen-page .upsell-icon i {
    font-size: 28px;
    color: white;
}

.linen-page .upsell-content {
    flex: 1;
}

.linen-page .upsell-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, #FFD98E, #FFA726);
    color: #5D4E37;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
}

.linen-page .upsell-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.linen-page .upsell-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.linen-page .upsell-content p a {
    color: #FFD98E !important;
    border-bottom-color: #FFD98E !important;
}

.linen-page .upsell-content p a:hover {
    color: #fff !important;
    border-bottom-color: #fff !important;
}

.linen-page .btn-upsell {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: white;
    color: #2d5016;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.linen-page .btn-upsell:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: #f0f0f0;
}

@media (max-width: 768px) {
    .linen-page .upsell-box {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }
    
    .linen-page .upsell-icon {
        margin: 0 auto;
    }
}