/*!https://synastryhouse.com/?custom-css=5b072d02bb*/@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@500;700&display=swap');﻿/* お申込みボタン（プライマリ）の配色を変更 */
.btn-primary {
  background-color: #23B179;  /*グリーンの背景 */
  color: #ffffff;             /* 白文字 */
  border-color: #cc7a00;      /* 枠線も同系色で調整 */
}

/* ホバー時の色味 */
.btn-primary:hover {
  background-color: #e68a00;
  border-color: #b36b00;
}
.tagline { 
  font-style: italic; 
  color: #555; 
  margin-bottom: 1em; 
}
.page-id-16948 .sidebar,
.page-id-16948 #secondary {
    display: none !important;
}

.page-id-16948 .content-area,
.page-id-16948 #primary {
    width: 100% !important;
}
/* --- ソウルアルケミーセッション 専用CSS --- */


.alchemy-session-page {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: #4a4a4a;
    background-color: #fff;
    overflow-x: hidden;
}

/* --- 各セクション共通のスタイル --- */
.alc-section {
    padding: 100px 20px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.alc-section-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #F9D423, #e7b30d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.alc-section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 60px;
}
.alc-lead-text {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* --- 1. ファーストビュー --- */
.alc-hero {
    background-image: linear-gradient(rgba(44, 32, 66, 0.7), rgba(44, 32, 66, 0.7)), url('https://images.unsplash.com/photo-1620046399428-3a9e2200543e?q=80&w=1974&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 140px 20px;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alc-hero-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    margin: 0;
}
.alc-hero-subtitle {
    font-size: 1.5rem;
    margin: 20px 0 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    color: #F9D423;
}

/* --- 共通：CTAボタン --- */
.alc-cta-button {
    display: inline-block;
    padding: 20px 45px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c2042;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    background: linear-gradient(45deg, #F9D423, #e7b30d);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}
.alc-cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(249, 212, 35, 0.4);
    color: #2c2042;
}

/* --- 2. コンセプト --- */
.alc-concept { background-color: #f7f5fa; }
.alc-concept .alc-lead-text {
    border-left: 5px solid #e7b30d;
    padding-left: 25px;
    text-align: left;
}

/* --- 3. こんな方へ --- */
.alc-target-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: left;
}
.alc-target-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    width: 45%;
    min-width: 280px;
    display: flex;
    align-items: center;
}
.alc-target-card::before {
    content: '✦';
    font-size: 1.5rem;
    color: #e7b30d;
    margin-right: 15px;
}

/* --- 4. セッションの流れ --- */
.alc-flow { background-color: #f7f5fa; }
.alc-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.alc-timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #e7b30d;
    opacity: 0.3;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1.5px;
}
.alc-step {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.alc-step::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -14px;
    background-color: white;
    border: 4px solid #F9D423;
    top: 25px;
    border-radius: 50%;
    z-index: 1;
}
.alc-step.left { left: 0; text-align: right; }
.alc-step.right { left: 50%; text-align: left; }
.alc-step.left::before {
    content: " "; height: 0; position: absolute; top: 32px; width: 0; z-index: 1;
    right: 30px; border: medium solid white; border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}
.alc-step.right::before {
    content: " "; height: 0; position: absolute; top: 32px; width: 0; z-index: 1;
    left: 30px; border: medium solid white; border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}
.alc-step.right::after { left: -14px; }
.alc-step-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}
.alc-step-content h3 {
    font-family: 'Shippori Mincho', serif;
    color: #2c2042;
    margin-top: 0;
}
.alc-step-content span {
    font-weight: bold;
    color: #e7b30d;
}

/* --- 5. 期待できる変化 --- */
.alc-changes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: left;
}
.alc-change-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.alc-change-item h3 {
    display: flex;
    align-items: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 1.3rem;
    color: #2c2042;
    margin-top: 0;
}
/* ▼▼▼ ここの一行を修正しました ▼▼▼ */
.alc-change-item h3::before {
    content: '\2714';
    color: #e7b30d;
    font-size: 1.5rem;
    margin-right: 10px;
}
/* ▲▲▲ ここまで ▲▲▲ */

/* --- 6. 特典 --- */
.alc-bonus { background-color: #f7f5fa; }
.alc-bonus-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.alc-bonus-card {
    background-color: #fff;
    border: 2px solid #F9D423;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    width: 30%;
    min-width: 280px;
}
.alc-bonus-card svg {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    fill: #e7b30d;
}
.alc-bonus-card h3 {
    font-family: 'Shippori Mincho', serif;
    color: #2c2042;
    font-size: 1.4rem;
    margin-top: 0;
}


/* --- 7. セッション概要・料金 --- */
.alc-details {
    background-color: #2c2042;
    color: #f0f0f0;
}
.alc-details .alc-section-subtitle { color: #ccc; }
.alc-pricing-box {
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    padding: 50px;
    max-width: 750px;
    margin: 0 auto 50px;
    border: 1px solid rgba(255,255,255,0.2);
}
.alc-price {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
    margin-bottom: 10px;
}
.alc-price span { font-size: 1.2rem; font-weight: normal; }
.alc-price-note { font-size: 1rem; color: #F9D423; margin-bottom: 30px; }

/* --- 8. プロフィール --- */
.alc-profile { background-color: #f7f5fa; }
.alc-profile-content {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.alc-profile-img {
    width: 220px; height: 220px; border-radius: 50%; object-fit: cover;
    flex-shrink: 0; box-shadow: 0 0 0 8px #fff, 0 10px 30px rgba(0,0,0,0.1);
}
.alc-profile-name {
    font-family: 'Shippori Mincho', serif; font-size: 2rem; font-weight: bold;
    margin: 0 0 10px; color: #2c2042;
}

/* --- レスポンシブ対応 (スマートフォン) --- */
@media (max-width: 768px) {
    .alc-section { padding: 60px 15px; }
    .alc-section-title { font-size: 2rem; }
    .alc-hero-title { font-size: 2.2rem; }
    .alc-hero-subtitle { font-size: 1.2rem; }
    .alc-target-card { width: 100%; }
    .alc-changes-grid { grid-template-columns: 1fr; }
    .alc-profile-content { flex-direction: column; text-align: center; }

    .alc-timeline::after { left: 31px; }
    .alc-step { width: 100%; padding-left: 70px; padding-right: 25px; }
    .alc-step::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent white transparent transparent; }
    .alc-step.left, .alc-step.right { left: 0; text-align: left; }
    .alc-step.left::after, .alc-step.right::after { left: 15px; }
}