@charset "utf-8";
/*
Theme Name: 茶色テーマver.02
Theme URI: https://curacion.jp/nakayamakita/
Author: UnCity
Description: 下総中山駅北口整骨院のサイトのCSS
Version: 2
*/

/* ピラティスページスタイルシート 2026年4月  start */
.pilates_bg {
	background: #ffffff;
}
/* ピラティスページ ヘッダー */
.plt_header {
    background-color: #E6FFFA;
    padding: 3rem 1rem;
}

.plt_hd_box {
    display: flex;
    max-width: 1280px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: normal;
    justify-content: normal;
    align-items: center;
    margin: 0 auto;
}

.plt_hd_box .plt_hd_text {
    width: 50%;
}

.plt_hd_box .plt_hd_img {
    width: 50%;
}

.plt_hd_box .plt_hd_text h2 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.plt_hd_box .plt_hd_text .text-orange {
    color: #f97316;
}

.plt_hd_box .plt_hd_text .text-gray {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #374151;
    margin-bottom: 2rem;
}

.plt_hd_box .plt_hd_text .plt_hd_text_item1 {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 0.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    box-sizing: border-box;
/*    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;*/
}

.plt_hd_box .plt_hd_text .plt_hd_text_item1 .text-emerald-dark {
    color: #065F46;
}

@media (max-width: 600px) {
    .plt_header .plt_hd_box .plt_hd_img {
        margin-top: 20px;
    }

    .plt_hd_box {
        display: block;
    }

    .plt_hd_box .plt_hd_text, .plt_hd_box .plt_hd_img {
        width: 100%;
    }

    .plt_hd_box .plt_hd_text h2 {
        font-size: 1.75rem;
        line-height: 1.25;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }
}

/* メインコンテナ */
.plt_campaign {
    padding: 3rem 1rem;
}

.plt_campaign .plt-banner-container {
    position: relative;
    background-color: #ffffff;
    border: 4px solid #f99d3e;
    border-radius: 30px;
    width: 100%;
    max-width: 800px;
    padding: 60px 40px 40px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
}

/* 上部のオレンジバッジ */
.plt_campaign .plt-banner-container .badge {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f99d3e;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

/* メインタイトル */
.plt_campaign .plt-banner-container .main-title {
    color: #f99d3e;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

/* 特典内容のコンテナ */
.plt_campaign .plt-banner-container .offer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* グリーンのボックス */
.plt_campaign .plt-banner-container .offer-row .benefit-box {
    background-color: #dbf9e6;
    border: 2px solid #56d194;
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
}

.plt_campaign .plt-banner-container .offer-row .benefit-box .benefit-sub {
    color: #006b4d;
    font-size: 1rem;
    margin: 0;
    line-height: 1.2;
}

.plt_campaign .plt-banner-container .offer-row .benefit-box .benefit-main {
    color: #006b4d;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 5px 0 0;
    line-height: 1.2;
}

/* 10% OFF テキスト */
.plt_campaign .plt-banner-container .offer-row .discount-text {
    color: #f48a8a;
    font-size: clamp(3rem, 10vw, 5.5rem);
    font-weight: 900;
    line-height: 1;
}

/* 期間セクション */
.plt_campaign .plt-banner-container .period-section {
    display: inline-block;
    margin-top: 10px;
}

.plt_campaign .plt-banner-container .period-section.period-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.plt_campaign .plt-banner-container .period-section.period-date {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    border-bottom: 2px solid #f99d3e;
    padding: 0 10px 5px;
    display: inline-block;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .plt_campaign .plt-banner-container {
        padding: 50px 20px 30px;
    }
    .plt_campaign .plt-banner-container .badge {
        font-size: 1rem;
        padding: 6px 20px;
    }
    .plt_campaign .plt-banner-container .offer-row .benefit-box .benefit-main {
        font-size: 1.4rem;
    }
    .plt_campaign .plt-banner-container .period-section.period-date {
        font-size: 1.2rem;
    }
}

/* ピラティスはこのような方にオススメ */
.plt_recommendation {
    padding: 3rem 1rem;
    background-color: #fff7ed;
}
.plt_recommendation .plt-recommend-card {
    background-color: #ffffff;
    border: 1px solid #ffcc99; /* 細いオレンジの枠線 */
    border-radius: 30px;
    width: 100%;
    max-width: 900px;
    padding: 50px 40px;
    box-shadow: 0 4px 15px rgba(255, 204, 153, 0.15);
    box-sizing: border-box;
    margin: 0 auto;
}

/* タイトル部分 */
.plt_recommendation .plt-recommend-card .title-container {
    text-align: center;
    margin-bottom: 40px;
}

.plt_recommendation .plt-recommend-card .title-container .title {
    display: inline-block;
    color: #d35400; /* 濃いオレンジ色 */
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid #d35400; /* タイトルの下線 */
}

/* リストレイアウト（グリッド） */
.plt_recommendation .plt-recommend-card .checklist {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    gap: 20px 40px;
    max-width: 760px;
    margin: 0 auto;
}

/* 各項目 */
.plt_recommendation .plt-recommend-card .checklist .check-item {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.6;
}

/* チェックマークのアイコン (CSSで描画) */
.plt_recommendation .plt-recommend-card .checklist .check-item::before {
    content: "✓";
    color: #f39c12; /* チェックマークのオレンジ */
    font-weight: 900;
    margin-right: 12px;
    font-size: 1.2rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .plt_recommendation .plt-recommend-card {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .plt_recommendation .plt-recommend-card .checklist {
        grid-template-columns: 1fr; /* スマホでは1列 */
        gap: 15px;
    }

    .plt_recommendation .plt-recommend-card .checklist .check-item {
        font-size: 1rem;
    }
}

/* マシンピラティスがオススメの3つの理由 */
.plt_reason {
    padding: 3rem 1rem;
    background-color: #E6FFFA;
}
.plt_reason .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.plt_reason .section-header .section-title {
    color: #005d52; /* 濃いティールカラー */
    font-size: clamp(1.45rem, 4vw, 2.2rem);
    font-weight: 900;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
	background:none;
	padding: 0;
}

/* タイトルの下のオレンジの線 */
.plt_reason .section-header .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #f99d3e;
    border-radius: 2px;
}

/* カードのグリッドレイアウト */
.plt_reason .plt-reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

/* 個別のカードスタイル */
.plt_reason .plt-reasons-grid .reason-card {
    background-color: #ffffff;
    border-top: 10px solid #56d194; /* 上部の太いグリーン線 */
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0, 93, 82, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.plt_reason .plt-reasons-grid .reason-card:hover {
    transform: translateY(-5px);
}

/* 数字のインデックス */
.plt_reason .plt-reasons-grid .reason-card .reason-number {
    font-size: 3rem;
    font-weight: 900;
    color: #a2ebd0; /* 薄いグリーンの数字 */
    line-height: 1;
    margin-bottom: 15px;
}

/* カードのタイトル */
.plt_reason .plt-reasons-grid .reason-card .reason-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
    height: 3.5rem; /* 高さを揃える（2行想定） */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 画像プレースホルダー */
.plt_reason .plt-reasons-grid .reason-card .reason-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: #f2f2f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #aaa;
    font-size: 0.9rem;
    border: 1px solid #eee;
}

/* 説明テキスト */
.plt_reason .plt-reasons-grid .reason-card .reason-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    text-align: left; /* 左揃え */
}

/* レスポンシブ対応（タブレット以下） */
@media (max-width: 900px) {
    .plt_reason .plt-reasons-grid {
        grid-template-columns: 1fr; /* 1列に変更 */
        max-width: 500px;
        margin: 40px auto 0;
    }
    .plt_reason .plt-reasons-grid .reason-card .reason-title {
		font-size: 1.15rem;
        height: auto;
        margin-bottom: 20px;
    }
}

/* 料金案内  */
.plt_price {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.plt_price .plt-price-section {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.plt_price .plt-price-section .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
	background: none;
}

/* テーブルの外枠（角丸を実現するため） */
.plt_price .plt-price-section .table-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    background-color: #fff;
}

.plt_price .plt-price-section .table-container table {
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 600px;
    width: 100%;
}

/* ヘッダー */
.plt_price .plt-price-section .table-container th {
    background-color: #10b981; /* 鮮やかなグリーン */
    color: #ffffff;
    padding: 18px 10px;
    font-size: 1.1rem;
    font-weight: 700;
}

.plt_price .plt-price-section .table-container td {
    padding: 20px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1rem;
    vertical-align: middle;
}

/* コース列の結合セル */
.plt_price .plt-price-section .table-container .course-cell {
    font-weight: 700;
    background-color: #fff;
    border-right: 1px solid #f0f0f0;
}

/* キャンペーンエリアのスタイル */
.plt_price .plt-price-section .table-container .campaign-row {
    background-color: #fff7ed; /* 薄いクリーム色 */
}

.plt_price .plt-price-section .table-container .campaign-course {
    color: #e67e22; /* オレンジ */
    line-height: 1.4;
    background-color: #fff7ed;
}

.plt_price .plt-price-section .table-container .campaign-price {
    color: #e74c3c; /* 赤みがかったオレンジ */
    font-weight: 700;
}

/* 最後の行のボーダーを消す */
.plt_price .plt-price-section .table-container tr:last-child td {
    border-bottom: none;
}

.plt_price .plt-price-section .table-container .plt_border-emerald {
    border-bottom: 2px solid #a7f3d0;
}

/* 補足テキスト */
.plt_price .plt-price-section .footer-note {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #888;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .plt_price .plt-price-section .table-container th, td {
        padding: 12px 5px;
        font-size: 0.85rem;
    }
    .plt_price .plt-price-section .section-title {
        font-size: 1.4rem;
		background: none;
    }
    .plt_price .plt-price-section .table-container {
        overflow-x: auto;
    }
    .plt_price .plt-price-section .table-container table {
        width: 100%;
        min-width: 100%;
    }
}

/* ピラティスの説明  */
.plt_explanation {
    padding: 3rem 1rem;
    background-color: #E6FFFA;
}
.plt_explanation .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.plt_explanation .section-header .section-title {
    color: #005d52; /* 濃いティールカラー */
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 900;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
	background: none;
}

/* タイトルの下のオレンジの線 */
.plt_explanation .section-header .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #f99d3e;
    border-radius: 2px;
}

.plt-ex-text {
    margin: 0 4rem;
	font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}

.plt_explanation .plt-ex-text h4.section-ex-title {
    font-weight: bold;
	margin-top: 16px;
}

.plt_explanation .plt-ex-text .plt-ex-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.plt_explanation .plt-ex-text .plt-ex-indent span {
    font-weight: bold;
}

@media (max-width: 600px) {
    .plt-ex-text {
        margin: 0rem;
    }
}
/* ピラティスページスタイルシート 2026年4月  end */