.general-dentistry {
    margin: 98px 0 0 0;
}

/* === キービジュアル（メインビジュアル） === */
.kv-general {
    position: relative;
    height: 50vh;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kv-general__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
    z-index: 1;
}

.kv-general__overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.6));
    z-index: 2;
}

.kv-general__content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    max-width: 800px;
}

.kv-general__title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 16px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.kv-general__sub {
    display: block;
    font-size: 16px;
    color: #ffd98a;
    margin-top: 4px;
}

.kv-general__lead {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 20px auto 0 auto;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* === パンくずリスト === */
.breadcrumb-cool {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 10px 16px;
    margin: 0 auto;
    max-width: 1200px;
}

.breadcrumb-cool__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
}

.breadcrumb-cool__item {
    color: #555;
    font-size: 13px;
}

.breadcrumb-cool__item+.breadcrumb-cool__item:before {
    content: "›";
    margin: 0 6px;
    color: #fc9356;
}

.breadcrumb-cool__item a {
    color: #494949;
    text-decoration: none;
    transition: color .2s;
}

.breadcrumb-cool__item a:hover {
    color: #fc9356;
}

.breadcrumb-cool__item--current {
    color: #222;
}

/* === 今風・かっこいい 一般歯科イントロ用CSS === */
.gd-intro-cool {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    background: #fff;
}

/* デコレーション用シェイプ */
.gd-intro-cool__shape {
    position: absolute;
    z-index: 1;
    opacity: 0.15;
}

.gd-intro-cool__shape--blob {
    top: -10%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: url('/assets/images/shapes/blob.svg') no-repeat center/cover;
}

.gd-intro-cool__shape--wave {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url('/assets/images/shapes/wave.svg') no-repeat bottom/cover;
}

/* コンテンツの横並び */
.gd-intro-cool__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* メディア（画像） */
.gd-intro-cool__media {
    flex: 1;
}

.gd-intro-cool__media img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    display: block;
}

.gd-intro-cool__media img:last-child {
    margin: 20px 0 0 0;
}

/* テキストコンテンツ */
.gd-intro-cool__content {
    flex: 1;
}

.gd-intro-cool__title {
    margin-bottom: 24px;
}

.gd-intro-cool__eyebrow {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.gd-intro-cool__sub {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #e26600;
    margin-top: 6px;
    letter-spacing: 0.08em;
}

/* 本文 */
.gd-intro-cool__text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
}

.gd-intro-cool__text strong {
    color: #e26600;
}

.gd-intro-cool__text em {
    font-style: normal;
    color: #fc9356;
}

/* CTAボタン */
.gd-intro-cool__cta {
    margin-top: 32px;
}

.gd-btn--primary {
    display: inline-block;
    background: linear-gradient(90deg, #fc9356 60%, #e26600 100%);
    color: #fff;
    padding: 14px 36px;
    border-radius: 32px;
    font-size: 1.12rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(252, 147, 86, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.gd-btn--primary i {
    margin-right: 8px;
}

.gd-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(252, 147, 86, 0.3);
}

/* === 当院が選ばれる4つの理由 セクション用CSS === */
.gd-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-reasons-cool {
    background: #fdfcf5;
    padding: 80px 20px 60px;
    position: relative;
}

.gd-section-sub {
    display: block;
    font-size: 13px;
    color: #e26600;
    margin-top: 0;
    font-weight: 500;
}

/* グリッドレイアウト */
.gd-reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

/* カードスタイル */
.gd-reason-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 32px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gd-reason-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* アイコン */
.gd-reason-icon {
    width: 60px;
    height: 60px;
    background: #fc9356;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px auto;
}

/* タイトル */
.gd-reason-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    text-align: center;
}

/* テキスト */
.gd-reason-text p {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 14px;
}

.gd-reason-text p:last-child {
    margin-bottom: 0;
}

/* 強調 */
.highlight {
    color: #e26600;
    font-weight: 600;
}

/* === 治療の流れセクション (gd-flow-cool) === */
.gd-flow-cool {
    background: #ffffff;
    padding: 80px 20px;
}

.gd-flow-cool__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.gd-flow-cool .gd-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-flow-cool .gd-section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

/* グリッドレイアウト */
.gd-flow-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
}

/* 各ステップカード */
.gd-flow-step {
    background: #fdfcf5;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gd-flow-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.gd-flow-step__num {
    font-size: 14px;
    font-weight: 700;
    color: #e26600;
}

.gd-flow-step__title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.gd-flow-step__text p {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
}

.gd-flow-step__text p:last-child {
    margin-bottom: 0;
}

.gd-flow-step__text .highlight {
    color: #e26600;
    font-weight: 600;
}

/* メディア（画像） */
.gd-flow-step__media {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
}

.gd-flow-step__media img {
    width: 100%;
    height: 200px;
    display: block;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.gd-flow-step__media img:hover {
    transform: scale(1.05);
}

/* === よくある症状・治療例セクション (gd-symptoms-cool) === */
.gd-symptoms-cool {
    background: #f9f6f2;
    padding: 80px 20px;
}

.gd-symptoms-cool__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.gd-symptoms-cool .gd-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-symptoms-cool .gd-section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

/* 症状リスト */
.gd-symptoms-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.gd-symptom-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gd-symptom-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.gd-symptom-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.gd-symptom-text p {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 12px;
}

.gd-symptom-text p:last-child {
    margin-bottom: 0;
}

.gd-symptom-text .highlight {
    color: #e26600;
    font-weight: 600;
}

/* メディア（画像） */
.gd-symptom-item__media {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
}

.gd-symptom-item__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gd-symptom-item__media img:hover {
    transform: scale(1.05);
}

/* ‒‒ 症例ギャラリー（Improved） ‒‒ */
.gd-gallery.improved {
    background: #fdfcf5;
    padding: 80px 20px;
}

.gd-gallery.improved .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-gallery.improved .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

/* グリッド */
.gd-gallery.improved .gd-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 各アイテム */
.gd-gallery.improved .gd-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 0 20px 0;
}

.gd-gallery.improved .gd-gallery__item:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Before/After ラベル */
.gd-gallery.improved .gd-gallery__item::before {
    content: attr(data-label);
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(252, 147, 86, 0.9);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

/* サムネイル */
.gd-gallery.improved {
    background: #ffffff;
}

.gd-gallery.improved .gd-gallery__thumb img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

/* キャプション */
.gd-gallery.improved figcaption {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin: 0;
    padding: 10px 0;
    background: #f1f1f1;
}

.gd-gallery.improved .gd-gallery__item.is-after figcaption {
    background: #fc9356;
    color: #ffffff;
    font-weight: bold;
}

.gd-gallery.improved .gd-gallery__lead {
    text-align: center;
    margin: 0 0 30px 0;
}

/* === 患者さまの声（Testimonials） === */
.gd-testimonials {
    background: #ffffff;
    padding: 80px 20px;
}

.gd-testimonials .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-testimonials .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

.gd-testimonials__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.gd-testimonial {
    position: relative;
    background: #f9f6f2;
    border-radius: 12px;
    padding: 40px 24px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gd-testimonial:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* アイコン */
.gd-testimonial__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: #fc9356;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gd-testimonial__icon i {
    font-size: 2rem;
    color: #fff;
}

/* テキスト */
.gd-testimonial__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    padding: 0 12px;
}

/* 名前 */
.gd-testimonial__name {
    margin-top: 16px;
    text-align: right;
    font-size: 13px;
    color: #777;
    padding-right: 12px;
}

/* === 料金・保険案内（Pricing & Insurance） === */
.gd-pricing {
    background: #f9f6f2;
    padding: 80px 20px;
}

.gd-pricing .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin: 0 0 40px 0;
}

.gd-pricing .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

.gd-pricing__table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    border-collapse: collapse;
    background: #ffffff;
}

.gd-pricing__table th,
.gd-pricing__table td {
    padding: 6px 8px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
}

.gd-pricing__table th {
    background: #fc9356;
    color: #fff;
    font-weight: 600;
}

.gd-pricing__table td {
    padding: 10px 8px;
}

.gd-pricing__note {
    text-align: center;
    font-size: 13px;
    color: #777;
}

/* === 初めての方へセクション === */
.gd-first-visit {
    background: #f9f6f2;
    padding: 80px 20px;
}

.gd-first-visit__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.gd-first-visit .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-first-visit .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

/* 内部2カラム（gd-intro-coolのスタイルを流用） */
.gd-first-visit .gd-intro-cool__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* 画像 */
.gd-first-visit .gd-intro-cool__media {
    flex: 1;
}

.gd-first-visit .gd-intro-cool__media img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* テキスト */
.gd-first-visit .gd-intro-cool__content {
    flex: 1;
}

.gd-first-visit .gd-intro-cool__title {
    margin-bottom: 24px;
}

.gd-first-visit .gd-intro-cool__eyebrow {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.gd-first-visit .gd-intro-cool__sub {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #e26600;
    margin-top: 6px;
    letter-spacing: 0.08em;
}

.gd-first-visit .gd-intro-cool__text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
}

.gd-first-visit .gd-intro-cool__text strong {
    color: #e26600;
}

.gd-first-visit .gd-intro-cool__text em {
    font-style: normal;
    color: #fc9356;
}

.gd-first-visit .gd-intro-cool__text .highlight {
    color: #e26600;
    font-weight: 600;
}

/* === よくある質問（FAQ） === */
.gd-faq-cool {
    background: #f9f6f2;
    padding: 80px 20px;
}

.gd-faq-cool .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-faq-cool .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 24px;
}

.faq-question {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px;
}

.faq-question::before {
    content: 'Q';
    position: absolute;
    left: 0;
    color: #e26600;
    font-weight: 700;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    padding-left: 28px;
    position: relative;
}

.faq-answer p::before {
    content: 'A';
    position: absolute;
    left: 0;
    color: #fc9356;
    font-weight: 700;
}

/* === お役立ちコラム・豆知識（Useful Columns） === */
.gd-column-cool {
    background: #ffffff;
    padding: 80px 20px;
}

.gd-column-cool .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-column-cool .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

/* === スタッフ紹介（Team） === */
.gd-team-cool {
    background: #ffffff;
    padding: 80px 20px;
}

.gd-team-cool .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-team-cool .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

.gd-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.gd-team-member {
    background: #fdfcf5;
    border-radius: 12px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.gd-team-member:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.gd-team-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gd-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gd-team-photo img:hover {
    transform: scale(1.05);
}

.gd-team-name {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.gd-team-role {
    display: block;
    font-size: 13px;
    color: #e26600;
    margin-top: 4px;
    font-weight: 500;
}

.gd-team-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin-top: 12px;
}

/* 汎用セクション */
.content-section {
    padding: 80px 20px;
    background-color: #f9f6f2;
}

.content-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.content-section__title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 40px;
}

.content-section__title span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #e26600;
}

.content-section__text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

.content-section__text p {
    margin-bottom: 18px;
}

.content-section__text p:last-child {
    margin-bottom: 0;
}

.content-section__text strong {
    color: #e26600;
}

.content-section__text em {
    font-style: normal;
    color: #fc9356;
}

/* 共通スタイル */
.wp-pagenavi,
.default-pagination {
    display: block;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span,
.default-pagination a,
.default-pagination span {
    display: inline-block;
    min-width: 40px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.wp-pagenavi a:hover,
.default-pagination a:hover {
    background-color: #fc9356;
    color: #fff;
    border-color: #fc9356;
}

.wp-pagenavi span.current,
.default-pagination span.current {
    background-color: #fc9356;
    color: #fff;
    border-color: #fc9356;
    font-weight: bold;
}

/* ===== ページネーションスタイル ===== */
.gd-column-nav {
    margin-top: 60px;
    text-align: center;
}

.gd-column-nav__links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gd-column-nav__links a {
    display: inline-block;
    background: #246ba3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.gd-column-nav__links a:hover {
    background: #1b4d7e;
}

.btn-back {
    display: inline-block;
    margin-top: 10px;
    background: #eee;
    padding: 8px 16px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-back:hover {
    opacity: 0.7;
    color: #767676;
    background: #ddd;
}

/* -----------------------------
 コラム一覧（アーカイブ）
----------------------------- */
.column-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.column-item {
    background: #fdfcf5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.column-item:hover {
    transform: translateY(-4px);
}

.column-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.column-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.column-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.column-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.column-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.column-date {
    font-size: 13px;
    color: #999;
    display: block;
}

.column-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.column-cat__item {
    display: inline-block;
    font-size: 12px;
    padding: 2px 4px;
    background-color: #fc9356;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fc9356;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.column-cat__item:hover {
    background-color: #fc9356;
    color: #fff;
}

.column-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.column-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* -----------------------------
 ページネーション
----------------------------- */
.gd-pagination {
    text-align: center;
    margin-top: 48px;
}

.gd-pagination .wp-pagenavi {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gd-pagination .wp-pagenavi a,
.gd-pagination .wp-pagenavi span {
    display: inline-block;
    padding: 0 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gd-pagination .wp-pagenavi a:hover {
    background: #fc9356;
    color: #fff;
    border-color: #fc9356;
}

.gd-pagination .wp-pagenavi .current {
    background: #fc9356;
    color: #fff;
    border-color: #fc9356;
}

/* -----------------------------
 コラム詳細ページ（シングル）
----------------------------- */
.column-layout {
    display: flex;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 16px;
}

.column-main {
    flex: 1;
    min-width: 0;
}

.column-article__meta {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.column-article__cat {
    background: #fc9356;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 5px 0 0;
    text-decoration: none;
}

.column-article__cat:hover {
    opacity: 0.7;
    background: #fc9356;
    color: #ffffff;
}

.column-article__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 24px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}

.column-article__content {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

.column-article__thumb {
    margin: 24px 0;
}

.column-article__img {
    width: 100%;
    border-radius: 8px;
}

.column-article__nav {
    margin-top: 60px;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}

.column-article__nav-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

/* -----------------------------
 サイドバー（カテゴリー）
----------------------------- */
.column-sidebar {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    width: 20%;
}

.column-sidebar__title {
    font-size: 18px;
    position: relative;
    padding-bottom: 8px;
    margin: 0;
    border-bottom: 1px solid #fc9356;
    color: #fc9356;
}

/* リスト全体 */
.column-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

/* 各項目 */
.column-sidebar__list li {
    margin: 0;
}

/* 各リンク */
.column-sidebar__list a {
    position: relative;
    display: block;
    padding: 6px 12px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px #a5a5a5 mediumspringgreen;
}

/* 矢印（三角） */
.column-sidebar__list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #999;
    transition: border-left-color 0.3s ease;
}

/* ホバー時 */
.column-sidebar__list a:hover {
    color: #fc9356;
}

.column-sidebar__list a:hover::before {
    border-left-color: #fc9356;
}

/* ニュース */
.gd-news-cool {
    background: #ffffff;
    padding: 80px 20px;
}

.gd-news-cool .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.gd-news-cool .section-title span {
    display: block;
    font-size: 13px;
    color: #e26600;
    font-weight: 500;
}

.news_wrap {
  list-style: none;
  padding: 0;
  margin: 10px auto;
  max-width: 1200px;
}

.news_wrap li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.news_wrap li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news_wrap li a:hover {
    opacity: 0.7;
}

.news_wrap li time {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
}

.news-cat {
  display: inline-block;
  margin-bottom: 4px;
}

.news-cat__item {
  display: inline-block;
  font-size: 12px;
  background: #ffffff;
  color: #e26600;
  border: 1px solid #e26600;
  border-radius: 5px;
  padding: 2px 4px;
  margin-right: 6px;
}

.fademove.fademove_show p {
    font-size: 16px;
}

.gd-toc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.gd-toc-card {
  display: block;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all 0.3s ease;

  &:hover {
    background: #fff;
    border-color: #fc9356;
    color: #fc9356;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
}

.trouble-cv-img img {
    height: 300px;
    object-fit: cover;
}

/* 汎用クラス */
.section-block {
    background: #ffffff;
    padding: 80px 20px;
}

.section-block .section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fc9356;
    margin-bottom: 60px;
}

.section-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.sp_bottom_menu {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ddd;
	display: none;
	justify-content: space-around;
	padding: 0.5em 0;
	box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
	z-index: 999;
}

.sp_bottom_menu a {
	flex: 1;
	text-align: center;
	font-size: 15px;
	color: #fc9356;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	position: relative;
}

.sp_bottom_menu a:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background-color: #ccc;
}

.sp_bottom_menu a span {
    margin: 5px 0 0 0;
}

/* お問い合わせ */
.contact_form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}

.contact_form dt {
  width: 100%;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

/* input, textarea共通 */
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
  transition: border-color 0.3s;
}

.contact_form input:focus,
.contact_form textarea:focus {
  border-color: #007acc;
  outline: none;
}

/* textareaサイズ調整 */
.contact_form textarea {
  resize: vertical;
  min-height: 160px;
}

/* 郵便番号行のレイアウト微調整 */
.yubin_wrap dd {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 送信ボタン */
#form_submit {
  text-align: center;
  margin-top: 30px;
}

#form_submit input[type="submit"] {
  padding: 12px 32px;
  font-weight: bold;
  color: #fff;
  background-color: #007acc;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: 'Roboto', sans-serif;
}

#form_submit input[type="submit"]:hover {
  background-color: #005a99;
}

/* エラー・レスポンス出力 */
.wpcf7-response-output {
  margin-top: 20px;
  color: #c00;
}

@media (max-width: 1350px) {
    #header .header_inner .header_nav .header_menu_pc li a {
        font-size: 13px;
    }
}

@media (max-width: 1100px) {
    .general-dentistry {
        margin: 62px 0 0 0;
    }

        .sp_bottom_menu {
            display: flex;
    }
}

@media (max-width: 800px) {
    .kv-general__title {
        font-size: 35px;
    }

    .kv-general__sub {
        font-size: 14px;
    }

    .kv-general__lead {
        font-size: 16px;
    }

    .breadcrumb-cool__item {
        font-size: 12px;
    }

    .gd-intro-cool,
    .gd-flow-cool,
    .gd-symptoms-cool,
    .gd-gallery.improved,
    .gd-testimonials,
    .gd-pricing,
    .gd-first-visit,
    .gd-team-cool,
    .gd-faq-cool,
    .gd-column-cool,
    .section-block {
        padding: 30px 10px;
    }

    .gd-intro-cool__inner {
        display: block;
    }

    .gd-intro-cool__eyebrow,
    .gd-section-title,
    .gd-flow-cool .gd-section-title,
    .gd-symptoms-cool .gd-section-title,
    .gd-gallery.improved .section-title,
    .gd-testimonials .section-title,
    .gd-pricing .section-title,
    .gd-first-visit .section-title,
    .gd-team-cool .section-title,
    .gd-faq-cool .section-title,
    .gd-column-cool .section-title,
    .section-block  .section-title {
        font-size: 20px;
        margin: 0 0 30px 0;
    }

    .gd-intro-cool__eyebrow {
        margin: 25px 0 0 0;
    }

    .gd-reason-card,
    .gd-testimonial {
        padding: 15px;
    }

    .gd-reason-icon {
        width: 50px;
        height: 50px;
        font-size: 25px;
        margin: 0 auto 10px auto;
    }

    .gd-testimonial__icon {
        width: 50px;
        height: 50px;
    }

    .column-title {
        font-size: 16px;
    }

    .column-layout {
        display: block;
    }

    .column-sidebar {
        margin: 30px auto;
        width: 100%;
    }

    .column-article__title {
        font-size: 18px;
    }

    .section-text {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .general-dentistry {
        margin: 53px 0 0 0;
    }

    .kv-general {
        min-height: initial;
        height: 30vh;
    }

    .kv-general__title {
        font-size: 26px;
    }

    .kv-general__sub {
        font-size: 12px;
    }

    .kv-general__lead {
        font-size: 13px;
    }

    .breadcrumb-cool {
        padding: 5px 10px;
        font-size: 11px;
    }

    .gd-intro-cool,
    .gd-flow-cool,
    .gd-symptoms-cool,
    .gd-gallery.improved,
    .gd-testimonials,
    .gd-pricing,
    .gd-first-visit,
    .gd-team-cool,
    .gd-faq-cool,
    .gd-column-cool,
    .section-block {
        padding: 15px 10px;
    }

    .gd-intro-cool__eyebrow,
    .gd-section-title,
    .gd-flow-cool .gd-section-title,
    .gd-symptoms-cool .gd-section-title,
    .gd-gallery.improved .section-title,
    .gd-testimonials .section-title,
    .gd-pricing .section-title,
    .gd-first-visit .section-title,
    .gd-team-cool .section-title,
    .gd-faq-cool .section-title,
    .gd-column-cool .section-title,
    .section-block  .section-title {
        margin: 0 0 15px 0;
        font-size: 18px;
    }

    .gd-gallery.improved .gd-gallery__grid {
        margin: 0 auto 30px auto;
        gap: 10px;
    }

    .gd-gallery.improved .gd-gallery__item {
        margin: 0;
    }

    .gd-testimonials__list {
        margin: 30px auto 0 auto;
    }

    .gd-pricing__table th,
    .gd-pricing__table td {
        font-size: 13px;
    }

    .gd-intro-cool__eyebrow {
        margin: 15px 0;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .gd-first-visit .gd-intro-cool__inner {
        display: block;
    }

    .gd-first-visit .gd-intro-cool__eyebrow {
        font-size: 18px;
    }

    .column-article__title {
        font-size: 16px;
    }
}