@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* リセット */
.wrap {
  width: 100%;
}

.content {
  margin-top: 0px;
}
.main {
  padding: 0px 0px;
}

.footer {
  margin-top: 0px;
}

/* ヘッダー */

#header-container-in {
	max-width:1200px;
}

.header-menu {
background-color: #ee6175;
  color: #fff;
  border-radius: 10px;
  margin: 0.5em 0;
}

.navi-in > ul {
	align-items:center;
	justify-content:right;
}

.navi-in > ul li {
  display: block;
  width: 120px;
  height: 60px;
  position: relative;
}

/* 予約するボタンだけ文字色を白にする */
.menu-header .header-menu .item-label {
    color: #fff;
}

/* =========================================
   FOOTER
========================================= */

.footer-section {
    background: #e8f0e6;
    padding: 80px 20px 40px;
    width: 100%;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding: 20px;
}

/* -------- 左カラム：サロン紹介 -------- */
.footer-brand h3 {
    color: #ee6175;
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-brand p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* -------- 中央：メニュースタイル -------- */
.footer-menu h4 {
    color: #ee6175;
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-menu ul.menu-footer {
    display: block;
    padding-left: 10px;
    list-style: disc;
}

.footer-menu ul.menu-footer li {
    margin-bottom: 10px;
    border: none;
}
.footer-menu ul.menu-footer li:last-child {
    border: none;
}

.footer-menu ul.menu-footer li a {
    color: #333;
    font-size: 15px;
    transition: 0.2s;
    text-align: left;
}

.footer-menu ul.menu-footer li a:hover {
    color: #0b5c3a;
}

/* -------- 右カラム：SNS + 営業時間 -------- */
.footer-follow h4 {
    color: #ee6175;
    font-size: 18px;
    margin-bottom: 16px;
}

/* SNSアイコン丸背景 */
.footer-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-icons a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f4dade;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    color: #ee6175;
}

.footer-icons a:hover {
    background: #ddd;
}

.footer-icons img {
    width: 22px;
}

/* 営業時間 */
.footer-info {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

/* 下のライン */
.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid #d0dccf;
    text-align: center;
    color: #777;
    font-size: 14px;
}

.footer {
	padding-top:20px;
}

/* -----------------------------------------
   スマホ
----------------------------------------- */
@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-section {
        padding: 60px 20px 40px;
    }

    .footer-icons {
        justify-content: flex-start;
    }

    .footer-bottom {
        margin-top: 30px;
        padding-top: 20px;
    }
}



/************************************
** フロント
************************************/
/* =========================================
   共通
========================================= */
.sec {
    width: 100%;
    padding: 100px 0;
}

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

.sec-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #ee6175;
    margin-bottom: 20px;
}

.sec-sub {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

/* 薄いグリーン背景のセクション用 */
.bg-light {
    background: #eef3ec;
}

/* =========================================
   HERO
========================================= */
.hero-first-view {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-bg {
    display: none; /* 使わないので非表示 */
}

/* オーバーレイ兼背景画像：PC用 */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://dream-blog.net/miyu/wp-content/uploads/2026/06/slider_pc.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

/* スマホ用：画像切り替え */
@media (max-width: 768px) {
    .hero-overlay {
        background-image: url('http://dream-blog.net/miyu/wp-content/uploads/2026/06/slider_sp.jpg');
        background-position: center top;
    }
}

/* 中央テキスト */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    color: #fff;
    padding: 0 20px;
}

.hero-title {
    font-size: clamp(30px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-sub {
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 30px;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* ヒーローキャッチコピー幅を広げる */
.hero-content {
    width: 90%;
    max-width: 700px;
}

.hero-title {
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    white-space: nowrap; /* 折り返しを防ぐ */
}

/* スマホは折り返しあり */
@media (max-width: 480px) {
    .hero-content {
        width: 95%;
    }
    .hero-title {
        white-space: normal;
        font-size: clamp(24px, 7vw, 36px);
    }
}


/* ボタン */
.hero-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #ee6175;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.hero-btn:hover {
    opacity: 0.85;
}



/* =========================================
   メインメニュー（2カード）
========================================= */
.main-menu {
    padding-top: 120px;
}

.menu-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.menu-card {
    background: #eef7f3;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #dcece5;
}

.menu-card-icon img {
    width: 100%;
    height: auto;
}

.menu-card-title {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
    color: #0b5c3a;
}

.menu-card-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

.menu-card-list li {
    font-size: 16px;
    color: #222;
    margin-bottom: 6px;
}

/* =========================================
   メニューカード：もっと詳しくボタン
========================================= */
.menu-card-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 28px;
    background-color: transparent;
    color: #ee6175;
    border: 1.5px solid #ee6175;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-card-btn:hover {
    background-color: #ee6175;
    color: #fff;
}

* =========================================
   メインメニュー3カラム横並び（Cocoon干渉対策）
========================================= */

/* Cocoonの .main width:860px を無効化 */
.main {
    width: 100% !important;
    max-width: 100% !important;
}

/* menu-cards を強制的に3カラムグリッドに */
.menu-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
}

/* スマホは縦1列 */
@media (max-width: 768px) {
    .menu-cards {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================
   施術実績（Before/After）
========================================= */
.results {
    background: #f4dade;
    padding-bottom: 140px;
}

.result-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.result-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.result-card img {
    width: 100%;
    display: block;
	height:auto;
}

.ba-label {
    position: absolute;
    top: 10px;
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}




.result-info {
    padding: 20px;
}

.result-info h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #ee6175;
}

.result-info p {
    font-size: 14px;
    color: #555;
}


/* =========================================
   サロンのこだわり（3ボックス）
========================================= */
.concept {
    background: #fff;
}

.concept-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.concept-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #dce9df;
}

.cb-icon img {
    width: 60px;
    margin-bottom: 20px;
}

.concept-box h3 {
    color: #ee6175;
    font-size: 20px;
    margin-bottom: 12px;
}

.concept-box p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   メニュー一覧（大カード）
========================================= */
.menu-list {
    background: #f4dade;
}

.menu-list-boxes {
    max-width: 700px;
    margin: 0 auto 40px;
}

.ml-box {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #d9e7dd;
    text-align: center;
    line-height: 1.8;
}

.ml-btn {
    display: inline-block;
    padding: 14px 26px;
    background: #ee6175;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    transition: 0.2s;
    text-decoration: none;
}

.ml-btn:hover {
    opacity: 0.85;
}

/* ボタンを中央寄せ */
.results .ml-btn,
.menu-list .ml-btn{
  display: table;      /* または block */
  margin: 30px auto 0;
}


/* =========================================
   店舗案内（地図＋アクセス）
========================================= */
.access {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #fff;
}

.access-wrap {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: start;
}

.access-map iframe {
    width: 100%;
    height: 360px;
    border-radius: 18px;
    border: 1px solid #dce3da;
}

.access-info ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.acc-ico img {
    width: 30px;
    margin-right: 14px;
}

.acc-text strong {
    font-size: 18px;
    color: #ee6175;
}

.acc-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}


/* =========================================
   Instagram
========================================= */
.insta {
    background: #f4dade;
    text-align: center;
}

.insta-id {
    color: #0b5c3a;
    margin-bottom: 40px;
    font-size: 16px;
}

.insta-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.insta-list img {
    width: 100%;
    border-radius: 16px;
}

.insta-more {
    color: #0b5c3a;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
}


/* =========================================
   CTA（LINE予約）
========================================= */
.cta {
    text-align: center;
    background: #f6c3cb;
    padding: 120px 20px;
}

.cta-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ee6175;
    font-weight: 700;
}

.cta-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #00b43c;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.2s;
}

.cta-btn:hover {
    opacity: 0.8;
}

.cta-note {
    font-size: 13px;
    color: #666;
    margin-top: 20px;
}


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

    .sec {
        padding: 80px 20px;
    }

    .menu-cards,
    .result-cards,
    .concept-boxes,
    .insta-list,
    .access-wrap {
        grid-template-columns: 1fr;
    }

    .cta {
        padding: 80px 20px;
    }

    .access-map iframe {
        height: 280px;
    }
}

/* =========================================
   メニュー一覧ページ
========================================= */

.menu-page-wrapper {
    background: #fff5e6;
    padding: 120px 0 160px;
}

.menu-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0b5c3a;
    margin-bottom: 20px;
}

.menu-desc {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
    line-height: 1.8;
}

/* ブロック（カード） */
.menu-block {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    border: 1px solid #e0e5dc;
    margin-bottom: 80px;
}

.menu-block-title {
    font-size: 20px;
    font-weight: 600;
    color: #ee6175;
    margin-bottom: 30px;
}

/* 表（テーブル） */
.menu-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.menu-table thead th {
    text-align: left;
    padding-bottom: 12px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    color: #ee6175;
}

.menu-table tbody tr td {
    padding: 14px 6px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.menu-table tbody tr:last-child td {
    border-bottom: none;
}

.menu-page {
  background: #fff5e6;
  /*! padding: 60px 20px; */
}

.sec-inner {
  max-width: 900px;
  margin: 0 auto;
}

.menu-title {
  text-align: center;
  color: #ee6175;
  margin-bottom: 10px;
}

.menu-desc {
  text-align: center;
  margin-bottom: 40px;
}

.menu-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.menu-card-title {
  color: #ee6175;
  margin-bottom: 15px;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
}

.menu-table th,
.menu-table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.menu-table-wrap {
  overflow-x: auto;
}

.info-box {
  background: #ffd8de;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.accordion .acc-item {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.menu-cta {
  text-align: center;
  margin-top: 40px;
}

.btn-line {
  background: #ee6175;
  color: #fff;
  padding: 15px 40px;
  border-radius: 999px;
  display: inline-block;
  text-decoration: none;
}

.acc-title {
  width: 100%;
  text-align: left;
  padding: 15px;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.acc-title::after {
  content: "▼";
  position: absolute;
  right: 10px;
  transition: 0.3s;
}

.acc-item.active .acc-title::after {
  transform: rotate(180deg);
}

.acc-content {
  display: none;
  padding: 15px 0;
}

.acc-item.active .acc-content {
  display: block;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .menu-block {
        padding: 24px;
    }

    .menu-table thead {
        display: none;
    }

    .menu-table tbody tr {
        display: block;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .menu-table tbody td {
        display: block;
        padding: 8px 0;
    }

    .menu-table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0b5c3a;
        display: block;
        margin-bottom: 4px;
    }
}

/* =========================================
   脱毛セクション：画像2枚並び＋説明文
========================================= */
.datsumou-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}

.datsumou-images img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.datsumou-desc {
    background: #f8fbf8;
    border-left: 4px solid #0b5c3a;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 28px;
}

.datsumou-desc p {
    color: #444;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 12px;
}

.datsumou-desc p:last-child {
    margin-bottom: 0;
}

/* スマホ：画像縦並び */
@media (max-width: 768px) {
    .datsumou-images {
        grid-template-columns: 1fr;
    }
}
/* =========================================
   光フェイシャル：説明文
========================================= */
.hikari-desc {
    background: #f9eeef;
    border-left: 4px solid #ee6175;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 28px;
}

.hikari-desc p {
    color: #444;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 12px;
}

.hikari-desc p:last-child {
    margin-bottom: 0;
}

/* =========================================
   光フェイシャル：ケア4項目グリッド
========================================= */
.hikari-care-title {
    font-size: 17px;
    font-weight: 700;
    color: #ee6175;
    text-align: center;
    margin: 28px 0 20px;
    padding: 10px;
    background: #ffd8de;
    border-radius: 8px;
}

.hikari-care-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 8px;
}

.hikari-care-box {
    background: #fff;
    border: 1px solid #dce9df;
    border-radius: 12px;
    padding: 20px;
}

.hikari-care-box h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ee6175;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4dade;
}

.hikari-care-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* スマホ：1列 */
@media (max-width: 768px) {
    .hikari-care-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================
   施術実績ページ 共通
========================================= */
.results-page {
    background: #fff5e6;
    width: 100%;
    padding-bottom: 160px;
}

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

/* タイトル + 説明文 */
.results-header .sec-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #ee6175;
    margin-bottom: 20px;
}

.results-header .sec-sub {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 60px;
}

/* =========================================
   実績データ（4ボックス）
========================================= */
.results-stats {
    padding-bottom: 80px;
}

.stats-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-box {
    background: #fff;
    padding: 32px 20px;
    border-radius: 18px;
    border: 1px solid #dde3d9;
    text-align: center;
}

.stat-box img {
    width: 36px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.stat-box h3 {
    font-size: 26px;
    color: #ee6175;
    margin-bottom: 6px;
}

.stat-box p {
    color: #666;
    font-size: 14px;
}

/* =========================================
   施術例 セクションタイトル
========================================= */
.case-title {
    font-size: 20px;
    font-weight: 700;
    color: #ee6175;
    margin-bottom: 40px;
}

/* =========================================
   Before / After カード
========================================= */
.case-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 80px;
}

.case-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dde3d9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.case-images {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 260px;
    overflow: hidden;
}

.case-images img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Before / After ラベル */
.ba {
    position: absolute;
    top: 10px;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 5;
}

.before { left: 10px; background: rgba(0,0,0,0.6); }
.after { right: 10px; background: #ee6175; }

/* 下の説明文 */
.case-info {
    padding: 20px 24px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* =========================================
   お客様の声（3カード）
========================================= */
.voice-section {
    padding-top: 40px;
}

.voice-title {
    text-align: center;
    font-size: 20px;
    color: #ee6175;
    margin-bottom: 40px;
    font-weight: 700;
}

.voice-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 80px;
}

.voice-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #dde3d9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.voice-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

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

.voice-head h4 {
    font-size: 16px;
    color: #ee6175;
    margin-bottom: 2px;
}

.voice-head span {
    font-size: 13px;
    color: #777;
}

/* 星 */
.voice-stars {
    color: #ee6175;
    font-size: 18px;
    margin-bottom: 10px;
}

/* コメント文 */
.voice-text {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

/* =========================================
   注意書き（薄い背景のボックス）
========================================= */
.note-section {
    background: none;
    margin-bottom: 80px;
}

.note-box {
    background: #f6c3cb;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #ee6175;
}

.note-box h4 {
    color: #ee6175;
    font-size: 18px;
    margin-bottom: 16px;
}

.note-box ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #555;
}

/* =========================================
   CTAボタン（無料カウンセリング）
========================================= */
.cta-section {
    text-align: center;
}

.cta-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #0b5c3a;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

.cta-btn:hover {
    opacity: 0.85;
}

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

    .stats-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .case-wrap {
        grid-template-columns: 1fr;
    }

    .voice-wrap {
        grid-template-columns: 1fr;
    }

    .case-images {
        grid-template-columns: 1fr 1fr;
        height: 220px;
    }

    .case-images img {
        height: 220px;
    }
}

/* =========================================
   店舗案内ページ 共通
========================================= */
.store-page {
    background: #fff5e6;
    width: 100%;
    padding-bottom: 150px;
}

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

/* -----------------------------------------
   ページタイトル & 説明文
----------------------------------------- */
.store-header {
    text-align: center;
    padding: 80px 0 40px;
}

.store-header .sec-title {
    font-size: 26px;
    color: #ee6175;
    font-weight: 700;
    margin-bottom: 20px;
}

.store-header .sec-sub {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* =========================================
   サロンの様子（画像ギャラリー）
========================================= */
.gallery-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 40px 0 80px;
}

.gallery-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dde3d9;
}

.gallery-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.gallery-info {
    padding: 16px 20px;
}

.gallery-info h4 {
    font-size: 16px;
    color: #ee6175;
    margin-bottom: 6px;
}

.gallery-info p {
    font-size: 14px;
    color: #666;
}

/* =========================================
   サロンの特徴（3カラム）
========================================= */
.features-section {
    padding: 40px 0 80px;
}

.features-title {
    text-align: center;
    font-size: 20px;
    color: #ee6175;
    font-weight: 700;
    margin-bottom: 40px;
}

.feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.feature-box {
    background: #fff;
    border: 1px solid #dde3d9;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
}

.feature-box img {
    width: 80px;
    margin-bottom: 14px;
}

.feature-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ee6175;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

/* =========================================
   アクセス
========================================= */
.access-section {
    padding-top: 40px;
}

.access-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ee6175;
    margin-bottom: 40px;
}

.access-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    margin-bottom: 80px;
}

/* Google Map */
.map-frame iframe {
    width: 100%;
    height: 420px;
    border: none;
    border-radius: 16px;
}

/* アクセス情報（右側） */
.access-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.access-info-box {
    background: #fff;
    padding: 24px 26px;
    border-radius: 16px;
    border: 1px solid #dde3d9;
    display: flex;
    gap: 18px;
    align-items: center;
}

.access-info-box img {
    width: 36px;
}

.access-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ee6175;
    margin-bottom: 6px;
}

.access-info-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* =========================================
   ご来店時の注意事項
========================================= */
.notice-section {
    margin-top: 40px;
}

.notice-box {
    background: #f6c3cb;
    padding: 32px 40px;
    border-radius: 16px;
    border: 1px solid #ee6175;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.notice-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ee6175;
    margin-bottom: 16px;
}

.notice-box ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* =========================================
   CTAボタン（LINE予約）
========================================= */
.cta-section {
    text-align: center;
}

.cta-btn {
    display: inline-block;
    padding: 16px 42px;
    background: #ee6175;
    color: #fff !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
}

.cta-btn:hover {
    opacity: 0.85;
}

/* =========================================
   スマホ対応
========================================= */
@media (max-width: 768px) {
    .gallery-wrap {
        grid-template-columns: 1fr;
    }

    .feature-wrap {
        grid-template-columns: 1fr;
    }

    .access-grid {
        grid-template-columns: 1fr;
    }

    .map-frame iframe {
        height: 300px;
    }

    .access-info-box {
        flex-direction: row;
    }
}


.mobile-menu-buttons .menu-icon {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 19px;
  color: #ee6175;
}

.mobile-menu-buttons .menu-caption {
  font-size: 9px;
  text-align: center;
  opacity: 0.8;
  display: block;
  color: #ee6175;
}

.mobile-menu-buttons .menu-content {
  cursor: default;
	background-color: #FDF7F0;
}

/* ================================================
   スマホ ドロワーメニュー カスタマイズ
   ================================================ */

/* ── ① ハンバーガーボタンエリアのテキストを非表示 ── */
@media screen and (max-width: 1023px) {
    .mobile-menu-buttons .menu-caption {
        /*! display: none; */
    }
    .mobile-menu-buttons {
        align-items: center;
    }
}

/* ── ② メニューパネル背景をダーク系に ── */
.navi-menu-content,
.sidebar-menu-content {
    background-color: #fff5e6 !important;
    color: #444 !important;
}

/* ── ③ メニューパネル内のリンク文字色・区切り線 ── */
.menu-drawer a,
.menu-drawer .menu-item a {
    color: #444 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    padding: 16px 24px !important;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}

/* ── ④ ホバー時 ── */
.menu-drawer a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    padding-left: 30px !important;
}

/* ── ⑤ 現在のページのリンクをアクセントカラーで強調 ── */
.menu-drawer .current-menu-item > a,
.menu-drawer .current_page_item > a {
    color: #ee6175 !important; /* テーマのグリーン系アクセント */
    border-left: 3px solid #ee6175 !important;
}

/* ── ⑥ サブメニュー（子メニュー）のインデント ── */
.menu-drawer .sub-menu {
    background-color: #111111 !important;
}
.menu-drawer .sub-menu li a {
    font-size: 13px !important;
    padding-left: 36px !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

/* ── ⑦ ×（閉じる）ボタンの位置・色 ── */
.menu-close-button {
    padding-top: 18px !important;
    padding-left: 20px !important;
    padding-bottom: 24px !important;
    text-align: left !important;
    font-size: 1.4em !important;
    color: #444 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* ── ⑧ メニューを開いた時の背景オーバーレイを少し暗く ── */
#navi-menu-input:checked ~ #navi-menu-close,
#sidebar-menu-input:checked ~ #sidebar-menu-close {
    opacity: 0.5 !important;
    background-color: #000 !important;
}

/* ── ⑨ ヘッダーのハンバーガーアイコン色（スマホ） ── */
@media screen and (max-width: 1023px) {
    .mobile-menu-buttons .menu-icon,
    .mobile-menu-buttons .navi-icon-menu {
        color: #ee6175;   /* ヘッダーが明るい場合は濃い色に */
    }
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	
  main.main {
    padding: 0px 0px;
	}

}

/*480px以下*/
@media screen and (max-width: 480px){
    .page-id-19 .sec-sub {
        padding: 0 20px;
    }
    .page-id-19 .feature-wrap {
        padding: 0 20px;
    }
}

.aaa {
    display: none;
}
.footer-info .tel {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}
.footer-info .tel a {
    color: #ee6175;
    font-size: 1.5em;
    text-decoration: none;
}

.footer-info .tel::before {
    content: "";
    background-image: url(http://dream-blog.net/miyu/wp-content/uploads/2026/06/Vector.png);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 8px;
    left: 0;

}