@charset "UTF-8";
/* CSS Document */

body{
margin:0;
font-family:sans-serif;
background:#fff;
}

/* コンテナ */

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

/* HERO */

.lp-hero img{
width:100%;
display:block;
}

/* セクション */

.lp-section{
padding:60px 0;
}

.lp-section.gray{
background:#f6f6f6;
}

.lp-section h1{
font-size:32px;
text-align:center;
margin-bottom:40px;
}

.lp-section h2{
font-size:28px;
text-align:center;
margin-bottom:30px;
}

/* チェック */

.check-list{
max-width:600px;
margin:0 auto;
padding:0;
list-style:none;
}

.check-list li{
font-size:20px;
padding:10px 0;
border-bottom:1px solid #ddd;
}

/* 固定予約 */

.fixed-reserve{

position:fixed;
bottom:20px;
left:50%;
transform:translateX(-50%);

display:flex;
gap:15px;

z-index:999;

}

.btn-reserve{

background:#e74c3c;
color:#fff;
text-decoration:none;

padding:18px 40px;
border-radius:40px;

font-size:18px;
font-weight:bold;

box-shadow:0 5px 15px rgba(0,0,0,0.2);

}

.btn-line{

background:#06c755;
color:#fff;
text-decoration:none;

padding:18px 40px;
border-radius:40px;

font-size:18px;
font-weight:bold;

box-shadow:0 5px 15px rgba(0,0,0,0.2);

}


/* SP */

@media(max-width:768px){

.container{
padding:0 15px;
}

.lp-section h1{
font-size:24px;
}

.check-list li{
font-size:18px;
}

.fixed-reserve{

width:90%;
bottom:15px;

}

.btn-reserve,
.btn-line{

flex:1;
text-align:center;
padding:16px;

}

}

.lp-section.flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.lp-section.flex.reverse {
    flex-direction: row-reverse;
}

.lp-text {
    width: 50%;
}

.lp-image {
    width: 50%;
}

.lp-image img {
    width: 100%;
    border-radius: 10px;
}

.feature-image-box {
    margin-top: 30px;
    text-align: center;
}

.feature-image-box img {
    width: 100%;
    max-width: 1100px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-text {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.campaign {
    text-align: center;
}

.campaign-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.campaign-text strong {
    font-size: 24px;
    color: #d60000;
}

.campaign-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.flow-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.flow-item {
    width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    position: relative;
}

.flow-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.flow-step {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #d60000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.flow-item h3 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.flow-item p {
    font-size: 14px;
    color: #555;
}

/* スマホ */
@media (max-width: 768px) {
    .flow-item {
        width: 100%;
    }
}

.voice {
    text-align: center;
}

.voice-lead {
    margin-bottom: 30px;
    color: #555;
}

/* 横並び */
.voice-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* カード */
.voice-card {
    width: 320px;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
}

/* 上部 */
.voice-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.voice-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* メタ */
.voice-meta span {
    font-size: 14px;
}

.star {
    color: #f5a623;
    font-size: 14px;
}

/* タグ */
.voice-tag {
    border: 1px solid #8bc48a;
    color: #5fae5f;
    padding: 8px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

/* 本文 */
.voice-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* スマホ */
@media (max-width: 768px) {
    .voice-card {
        width: 100%;
    }
}

.price-image-only {
    text-align: center;
}

.price-image-only img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cta {
    text-align: center;
    background: linear-gradient(135deg, #fff5f3, #ffffff);
    padding: 80px 20px;
}

.cta-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-lead {
    font-size: 18px;
    margin-bottom: 15px;
}

.cta-lead strong {
    color: #d60000;
    font-size: 20px;
}

.cta-sub {
    font-size: 16px;
    margin-bottom: 30px;
}

/* ボタン */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* 強化ボタン */
.btn-reserve.big,
.btn-line.big {
    font-size: 20px;
    padding: 22px 50px;
    border-radius: 50px;
    transition: 0.3s;
}

/* ホバー */
.btn-reserve.big:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.btn-line.big:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* スマホ */
@media (max-width: 768px) {
    .cta-title {
        font-size: 24px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-reserve.big,
    .btn-line.big {
        width: 100%;
    }
}

.access {
    text-align: center;
}

/* リード */
.access-lead {
    max-width: 800px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.8;
}

/* タイトル */
.access-title {
    max-width: 900px;
    margin: 0 auto 20px;
    background: #f0f0f0;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    text-align: left;
}

/* マップ */
.access-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 12px;
}

/* 補足 */
.access-text {
    margin: 20px auto;
    font-size: 14px;
    color: #555;
}

/* 店舗情報 */
.access-info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}

/* スマホ */
@media (max-width: 768px) {
    .access-map iframe {
        height: 300px;
    }
}

/* =========================
   固定CTA被り対策（完全版）
========================= */

/* 基本：ページ全体に余白 */
body {
    padding-bottom: 120px;
}

/* スマホは少し広め */
@media (max-width: 768px) {
    body {
        padding-bottom: 140px;
    }
}


/* =========================
   固定CTA 強化（見た目UP）
========================= */

.fixed-reserve {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    gap: 15px;

    z-index: 999;

    /* 追加 */
    background: rgba(255,255,255,0.9);
    padding: 10px 15px;
    border-radius: 50px;
    backdrop-filter: blur(6px);
}


/* =========================
   ボタン強化（クリック率UP）
========================= */

.btn-reserve {
    background: #e74c3c;
    color: #fff;
    text-decoration: none;

    padding: 18px 40px;
    border-radius: 40px;

    font-size: 18px;
    font-weight: bold;

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);

    transition: 0.3s;
}

.btn-line {
    background: #06c755;
    color: #fff;
    text-decoration: none;

    padding: 18px 40px;
    border-radius: 40px;

    font-size: 18px;
    font-weight: bold;

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);

    transition: 0.3s;
}

/* ホバー */
.btn-reserve:hover,
.btn-line:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}


/* =========================
   スマホ最適化
========================= */

@media(max-width:768px){

    .fixed-reserve{
        width: 90%;
        bottom: 15px;
    }

    .btn-reserve,
    .btn-line{
        flex: 1;
        text-align: center;
        padding: 16px;
        font-size: 16px;
    }
}


/* =========================
   アクセス（電話見やすく）
========================= */

.access-info {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
}


/* 電話番号だけ強調したい場合 */
.access-info a {
    color: #e74c3c;
    text-decoration: none;
}

.lp-hero {
    position: relative;
}

.hero-wrap {
    position: relative;
    display: block;
}

.lp-hero img {
    width: 100%;
    display: block;
}

/* 暗めフィルター（可読性UP） */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.35);
}

/* テキスト中央配置 */
.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    text-align: center;
    width: 90%;
}

/* キャッチコピー */
.hero-text h1 {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
}

/* サブ */
.hero-text p {
    font-size: 18px;
    line-height: 1.6;
}

/* スマホ */
@media (max-width: 768px) {

    .hero-text h1 {
        font-size: 26px;
    }

    .hero-text p {
        font-size: 14px;
    }

    .hero-overlay {
        background: rgba(0,0,0,0.4);
    }
}

/* キャッチコピーエリア */
.hero-catch {
    text-align: center;
    padding: 40px 20px 20px;
}

/* メインコピー */
.hero-catch h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* サブ */
.hero-catch p {
    font-size: 16px;
    color: #666;
}

/* スマホ */
@media (max-width: 768px) {
    .hero-catch h1 {
        font-size: 24px;
    }
}

.hero-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* =========================
   LP モバイル最適化（最強版）
========================= */

@media (max-width: 768px) {

    /* ===== セクション余白 ===== */
    .lp-section {
        padding: 40px 0;
    }

    /* ===== flex解除（最重要） ===== */
    .lp-section.flex,
    .lp-section.flex.reverse {
        flex-direction: column;
    }

    /* ===== 幅100% ===== */
    .lp-text,
    .lp-image {
        width: 100%;
    }

    /* ===== 画像余白 ===== */
    .lp-image {
        margin-top: 15px;
    }

    /* ===== テキスト ===== */
    .lp-text h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .lp-text p {
        font-size: 15px;
        line-height: 1.8;
    }

    /* ===== チェックリスト ===== */
    .check-list li {
        font-size: 16px;
        padding: 8px 0;
    }

    /* ===== HERO ===== */
    .hero-catch {
        padding: 25px 15px 10px;
    }

    .hero-catch h1 {
        font-size: 22px;
        line-height: 1.5;
    }

    .hero-catch p {
        font-size: 14px;
    }

    /* ===== ボタン ===== */
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-reserve,
    .btn-line {
        width: 100%;
        font-size: 16px;
        padding: 16px;
    }

    /* ===== CTA ===== */
    .cta {
        padding: 50px 15px;
    }

    .cta-title {
        font-size: 22px;
    }

    .cta-lead {
        font-size: 16px;
    }

    .cta-sub {
        font-size: 14px;
    }

    /* ===== フロー ===== */
    .flow-item {
        padding: 12px;
    }

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

    .flow-item p {
        font-size: 13px;
    }

    /* ===== 声 ===== */
    .voice-card {
        padding: 15px;
    }

    .voice-text {
        font-size: 13px;
    }

    /* ===== 固定CTA ===== */
    .fixed-reserve {
        width: 95%;
        gap: 10px;
        padding: 8px;
    }

}

/* =========================
   最強SP崩れ修正（完全版）
========================= */
@media (max-width: 768px) {

    /* ===== flex完全解除 ===== */
    .lp-section.flex,
    .lp-section.flex.reverse {
        display: block !important;
    }

    /* ===== 順番制御（超重要） ===== */
    .lp-image {
        order: 2;
    }

    .lp-text {
        order: 1;
    }

    /* ===== 幅100%強制 ===== */
    .lp-text,
    .lp-image {
        width: 100% !important;
    }

    /* ===== 画像サイズ安定 ===== */
    .lp-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ===== 余白調整 ===== */
    .lp-text {
        margin-bottom: 10px;
    }

    .lp-image {
        margin-top: 10px;
    }

    /* ===== セクション余白 ===== */
    .lp-section {
        padding: 35px 0;
    }

    /* ===== H2改善 ===== */
    .lp-section h2 {
        font-size: 22px;
        line-height: 1.4;
        text-align: left; /* ←これ重要（読みやすさUP） */
    }

    /* ===== テキスト改善 ===== */
    .lp-text p {
        font-size: 15px;
        line-height: 1.8;
    }

    /* ===== チェックリスト ===== */
    .check-list {
        margin: 0;
    }

    .check-list li {
        font-size: 15px;
        padding: 10px 0;
    }

}

/* =========================
   LP 最終完成（モバイル完全版）
========================= */
@media (max-width: 768px) {

    /* ===== レイアウト制御 ===== */
    .lp-section.flex,
    .lp-section.flex.reverse {
        display: block !important;
    }

    /* ===== 横並び完全殺し ===== */
    .lp-section.flex.reverse {
        flex-direction: unset !important;
    }

    /* ===== 順番固定（テキスト→画像） ===== */
    .lp-text {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .lp-image {
        width: 100% !important;
        margin-top: 12px;
    }

    /* ===== 画像の見え方改善 ===== */
    .lp-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
    }

    /* ===== セクション幅（LP最強化） ===== */
    .lp-section {
        padding: 35px 0;
        max-width: 600px;   /* ←これが効く */
        margin: 0 auto;
    }

    /* ===== H2（CV重視） ===== */
    .lp-section h2 {
        font-size: 22px;
        line-height: 1.4;
        text-align: left; /* 中央→左に変更 */
        margin-bottom: 20px;
    }

    /* ===== 本文 ===== */
    .lp-text p {
        font-size: 15px;
        line-height: 1.9;
    }

    /* ===== チェックリスト ===== */
    .check-list {
        margin: 0;
    }

    .check-list li {
        font-size: 15px;
        padding: 10px 0;
    }

    /* ===== 画像横並び防止（超重要） ===== */
    .lp-section img {
        max-width: 100%;
        height: auto;
    }

}


/* =========================
   CTAボタンはみ出し修正（完全版）
========================= */
.cta-buttons {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.btn-reserve.big,
.btn-line.big {

    width: 100%;
    box-sizing: border-box; /* ←これ超重要 */

    padding: 18px 20px; /* ←左右を削る */
    font-size: 18px;

}

/* =========================
   HEROボタン中央揃え（完全版）
========================= */

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
    }
}

/* =========================
   HEROボタン修正（安全版）
========================= */
.hero-buttons {
    max-width: 420px;
    margin: 25px auto 0;
}

.hero-buttons .btn-reserve,
.hero-buttons .btn-line {
    flex: 1;
}

@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center; /* ←これが本命 */
    }

    .hero-buttons .btn-reserve,
    .hero-buttons .btn-line {
        width: 100%;
        max-width: 420px; /* ←中央に見せるコア */
    }
}

@media (max-width: 768px) {

    .hero-buttons {
        flex-direction: column;
        align-items: stretch; /* ←これに変更 */
        max-width: 420px;
        margin: 25px auto 0;
    }

    .hero-buttons .btn-reserve,
    .hero-buttons .btn-line {
        width: 100%;
    }

}

/* =========================
   HEROズレ完全修正（これだけでOK）
========================= */
.hero-catch {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hero-buttons {
    max-width: 380px;
    margin: 25px auto 0;
}