/*固定ページヘッダー*/
#page_header {
  height: 750px;
}

@media only screen and (max-width: 600px) {
  #page_header {
    height: calc(35vh - 55px);
  }
}

/*改行*/
br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/*お知らせ一覧*/
@media screen and (max-width:750px) {
  #news_list .title {
    font-size: 12px;
  }
}

/*ウィジェット*/
#side_col-lp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .widget_content {
    display: none;
  }
}

/*お知らせのウィジェット*/
#main_col {
  width: 1000px;
}

#side_col {
  display: none;
}

@media only screen and (max-width: 1151px) {
  #container #main_col {
    width: auto;
    float: none;
  }
}

/*SNS*/
#header_social_link li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #000000;
}

#footer_social_link li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #000000;
}

#header_social_link li a:before {
  font-size: 20px;
  top: 0px;
}

#footer_social_link li a:before {
  font-size: 20px;
  top: 0px;
}

#header_social_link li.line a:before {
  content: '\e909';
}

#footer_social_link li.line a:before {
  content: '\e909';
}

#header_social_link a:hover i,
#footer_social_link a:hover i {
  color: #999999;
}

/*お問い合わせ*/
.grecaptcha-badge {
  visibility: hidden;
}

/*見出し*/
body h2.ace500_m1 {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 40px 0;
  padding-top: 12px;
  font-size: 38px;
  color: #634f32;
  font-family: 'Noto Serif JP', serif;
}

span.ace500_s1 {
  display: block;
  font-size: 50%;
}

@media screen and (max-width: 750px) {
  body h2.ace500_m1 {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }
}

/* ----------------------------------------------------------------------
 キャンペーン
---------------------------------------------------------------------- */
/*見出し*/
#container .index_news .headline {
  color: #634f32;
  font-family: 'Noto Serif JP', serif;
}

h3.headline.rich_font {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 49px 0;
  font-size: 38px;
  color: #58330d;
}

span.top-s1 {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  h3.headline.rich_font {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }

  span.top-s1 {
    font-size: 12px;
  }
}

/*料金表タグ*/
.parent10-tag1 {
  padding: 30px 30px 10px;
}

.parent10-tag1 ul {
  margin-left: 0.5em;
}

.parent10-tag1 ul li {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: 0.4px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
}

ul.parent10-tag1-ul {
  margin-bottom: 0;
}

li.parent10-tag1-li1 {
  padding: 0 10px;
  background-color: #f58ca9;
}

li.parent10-tag1-li2 {
  padding: 0 10px;
  background-color: #6DCD97;
}

@media screen and (max-width: 750px) {
  .parent10-tag1 {
    padding: 20px 10px 0px;
  }

  .parent10-tag1 ul {
    margin-left: 0;
  }

  .parent10-tag1 ul li {
    margin-right: 0.5em;
    font-size: 8px;
  }
}

/*料金表*/
h2.top-m1 {
  background-color: #9c7654;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 15px;
  margin-bottom: 0;
}

ul.campaignul {
  margin: 0 0 55px 0;
  list-style: none;
}

li.campaignli_item {
  border: solid 1px #ddd;
  border-top: none;
  background: #fff;
}

.parent10-c10 {
  padding: 0px 30px 0 30px;
}

.top-c2 {
  display: flex;
  padding-bottom: 10px;
}

.top-c3 {
  width: 35%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

.top-g1 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width: 100%;
  border-radius: 8px;
}

.top-c4 {
  width: 65%;
  padding: 30px;
  align-self: center;
}

.top-c4 p {
  margin-bottom: 0;
}

p.parent10 {
  margin-bottom: 0;
  color: #9c7654;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

p.parent11 {
  margin-bottom: 0;
  text-align: right;
  line-height: 1.5;
  padding-right: 1em;
}

p.top-sp1label {
  margin-bottom: 0;
}

span.top-sp10label {
  color: #bc4a4a;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 750px) and (max-width: 850px) {
  .top-c3 {
    padding: 15px 5px 30px 30px;
  }

  .top-c4 {
    padding: 15px 30px;
  }

  p.sp1label {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  ul.campaignul {
    margin-bottom: 30px;
  }

  .parent10-c10 {
    padding: 0px 5px 0 5px;
  }

  h2.top-m1 {
    padding: 12px;
    font-size: 16px;
  }

  .top-c2 {
    flex-direction: column-reverse;
  }

  .top-c2 p {
    margin-bottom: 0;
  }

  .top-c3 {
    width: auto;
    padding: 10px 10px 10px;
  }

  .top-c4 {
    width: auto;
    padding: 20px 10px 0px;
    align-self: normal;
  }

  .top-sp1label {
    font-size: 10px;
  }

  p.parent10 {
    font-size: 12px;
    padding-top: 10px;
  }

  p.parent11 {
    text-align: right;
    font-size: 8px;
    padding-top: 1em;
  }

  span.top-sp10label {
    font-size: 12px;
  }

  p.sp1label {
    font-size: 10px;
  }
}

/* ----------------------------------------------------------------------
 チャート
---------------------------------------------------------------------- */
/* 年齢層チャートセクション */
.age-chart-section {
    padding: 60px 20px;
    background-color: #fff;
}

.age-chart-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* チャート全体のラッパー */
.age-chart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

/* チャートキャンバスのラッパー */
.age-chart-canvas-wrapper {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    position: relative;
}

.age-chart-canvas-wrapper canvas {
    width: 100% !important;
    height: auto !important;
}

/* データテーブル */
.age-chart-data-table {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}

.age-chart-data-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f5f5f5;
}

.age-chart-data-table th,
.age-chart-data-table td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #ddd;
}

.age-chart-data-table th {
    background-color: #e8e8e8;
    font-weight: 600;
    font-size: 26px;
    color: #333;
}

.age-chart-data-table td {
    font-size: 26px;
    font-weight: 500;
    color: #555;
}

/* 見出し */
.age-chart-heading {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    line-height: 1.6;
}

/* テキストコンテンツ */
.age-chart-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.age-chart-text-col {
    flex: 1;
}

.age-chart-text-col p {
    font-size: 24px;
    line-height: 1.9;
    color: #555;
    margin: 0;
}

/* タブレット以上 */
@media (min-width: 768px) {
    .age-chart-section {
        padding: 80px 40px;
    }

    .age-chart-canvas-wrapper {
        max-width: 450px;
    }

    .age-chart-heading {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .age-chart-content {
        flex-direction: row;
        gap: 50px;
    }

    .age-chart-text-col p {
        font-size: 16px;
    }
}

/* PC以上 */
@media (min-width: 1024px) {
    .age-chart-section {
        padding: 100px 60px;
    }

    .age-chart-canvas-wrapper {
        max-width: 500px;
    }

    .age-chart-heading {
        font-size: 32px;
    }

    .age-chart-content {
        gap: 60px;
    }
}

/* ----------------------------------------------------------------------
 導入セクション1
---------------------------------------------------------------------- */
/* ===========================================
   セクション1: 髪質・髪型満足度
   =========================================== */

.hanahana-sec1 {
  padding: 60px 20px;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
}

.hanahana-sec1__container {
  max-width: 1100px;
  margin: 0 auto;
}

/* メインタイトル */
.hanahana-sec1__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* スライダー */
.hanahana-sec1__slider {
  position: relative;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hanahana-sec1__slider-wrapper {
  overflow: hidden;
  border-radius: 8px;
  background-color: transparent;
}

.hanahana-sec1__slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.hanahana-sec1__slide {
  min-width: 100%;
  flex-shrink: 0;
}

.hanahana-sec1__slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 500px;
  height: 500px;
}

.hanahana-sec1__slide-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 500px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

/* スライダーボタン */
.hanahana-sec1__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hanahana-sec1__slider-btn:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}

.hanahana-sec1__slider-btn--prev {
  left: 10px;
}

.hanahana-sec1__slider-btn--next {
  right: 10px;
}

.hanahana-sec1__slider-btn svg {
  color: #666;
}

/* ドットインジケーター */
.hanahana-sec1__slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.hanahana-sec1__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hanahana-sec1__dot:hover {
  border-color: #f5a5b8;
}

.hanahana-sec1__dot--active {
  background: #f5a5b8;
  border-color: #f5a5b8;
}

/* 質問テキスト */
.hanahana-sec1__question {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #555;
}

/* 悩みリスト */
.hanahana-sec1__concerns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.hanahana-sec1__concern {
  font-size: 24px;
  color: #666;
  text-align: center;
}

/* メインコンテンツ */
.hanahana-sec1__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.hanahana-sec1__text {
  font-size: 24px;
  color: #555;
  line-height: 1.8;
}

/* 当店の紹介 */
.hanahana-sec1__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.hanahana-sec1__intro-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.hanahana-sec1__intro-text {
  font-size: 24px;
  color: #555;
  line-height: 1.8;
}

.hanahana-sec1__intro-subtitle {
  font-size: 24px;
  color: #555;
  line-height: 1.8;
}

/* 7つの要素 */
.hanahana-sec1__technique {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.hanahana-sec1__technique-title {
  font-size: 24px;
  color: #555;
  text-align: center;
}

.hanahana-sec1__elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 600px;
}

.hanahana-sec1__element {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #f9f9f9;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
}

.hanahana-sec1__element-number {
  font-size: 24px;
  color: #f5a5b8;
  font-weight: bold;
}

.hanahana-sec1__element-text {
  font-size: 24px;
  color: #333;
}

.hanahana-sec1__technique-subtitle {
  font-size: 24px;
  color: #555;
  text-align: center;
}

/* プレゼント案内 */
.hanahana-sec1__gift {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.hanahana-sec1__gift-text {
  font-size: 24px;
  color: #555;
}

.hanahana-sec1__gift-highlight {
  color: #f5a5b8;
  font-weight: bold;
}

.hanahana-sec1__gift-book {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.hanahana-sec1__gift-present {
  font-size: 24px;
  color: #333;
}

.hanahana-sec1__gift-note {
  font-size: 24px;
  color: #999;
  margin-top: 10px;
}

/* CTAボタン */
.hanahana-sec1__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.hanahana-sec1__button {
  display: inline-block;
  padding: 18px 60px;
  background: linear-gradient(135deg, #f8b5c9 0%, #f5a5b8 100%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(245, 165, 184, 0.3);
  text-align: center;
}

.hanahana-sec1__button:hover {
  background: linear-gradient(135deg, #f5a5b8 0%, #f294ab 100%);
  box-shadow: 0 6px 20px rgba(245, 165, 184, 0.4);
  transform: translateY(-2px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .hanahana-sec1 {
    padding: 40px 15px;
  }

  .hanahana-sec1__title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hanahana-sec1__slide-content {
    padding: 0;
    min-height: 400px;
    height: 400px;
  }

  .hanahana-sec1__slide-image {
    border-radius: 6px;
    max-height: 400px;
  }

  .hanahana-sec1__slider-btn {
    width: 40px;
    height: 40px;
  }

  .hanahana-sec1__slider-btn--prev {
    left: 5px;
  }

  .hanahana-sec1__slider-btn--next {
    right: 5px;
  }

  .hanahana-sec1__slider-btn svg {
    width: 20px;
    height: 20px;
  }

  .hanahana-sec1__question,
  .hanahana-sec1__concern,
  .hanahana-sec1__text,
  .hanahana-sec1__intro-text,
  .hanahana-sec1__intro-subtitle,
  .hanahana-sec1__technique-title,
  .hanahana-sec1__technique-subtitle,
  .hanahana-sec1__gift-text {
    font-size: 14px;
  }

  .hanahana-sec1__intro-title {
    font-size: 16px;
  }

  .hanahana-sec1__gift-book {
    font-size: 18px;
  }

  .hanahana-sec1__elements {
    gap: 10px;
  }

  .hanahana-sec1__element {
    padding: 8px 15px;
  }

  .hanahana-sec1__button {
    padding: 15px 50px;
    font-size: 15px;
  }
}

/* スマホ専用の修正 */
@media (max-width: 480px) {
  .hanahana-sec1__title {
    font-size: 18px;
  }

  /* スライダーの調整 */
  .hanahana-sec1__slider {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hanahana-sec1__slider-wrapper {
    width: 100%;
  }

  .hanahana-sec1__slide {
    width: 100%;
  }

  .hanahana-sec1__slide-content {
    padding: 0;
    min-height: 250px;
    height: 250px;
    width: 100%;
    overflow: hidden;
  }

  .hanahana-sec1__slide-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: contain;
    object-position: center center;
    border-radius: 6px;
  }

  .hanahana-sec1__slider-btn {
    width: 35px;
    height: 35px;
  }

  .hanahana-sec1__slider-btn--prev {
    left: 5px;
  }

  .hanahana-sec1__slider-btn--next {
    right: 5px;
  }

  .hanahana-sec1__concerns {
    gap: 10px;
  }

  .hanahana-sec1__elements {
    flex-direction: column;
    align-items: stretch;
  }

  .hanahana-sec1__element {
    justify-content: center;
  }

  .hanahana-sec1__button {
    padding: 15px 40px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
  }
}

/* 極小サイズのスマホ対応 */
@media (max-width: 375px) {
  .hanahana-sec1__slide-content {
    min-height: 200px;
    height: 200px;
  }

  .hanahana-sec1__slide-image {
    max-height: 200px;
  }
}

/* ----------------------------------------------------------------------
 2段構成セクション
---------------------------------------------------------------------- */
/* ===================================
   セクション2 - 美容室紹介セクション
   =================================== */

.sec2-beauty-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

/* 各行のコンテナ */
.sec2-beauty-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 600px;
  margin: 0;
  padding: 0;
}

/* 画像エリア - 確実に50% */
.sec2-beauty-image-wrapper {
  width: 50%;
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  line-height: 0;
}

.sec2-beauty-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  vertical-align: bottom;
}

/* テキストエリア - 確実に50% */
.sec2-beauty-text-wrapper {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 600px;
}

/* ワインレッド背景 */
.sec2-beauty-wine-bg {
  background: linear-gradient(135deg, #8b2942 0%, #9b3952 100%);
  color: #ffffff;
}

/* テキストコンテンツ */
.sec2-beauty-text-content {
  max-width: 600px;
  width: 100%;
  font-size: 24px;
  padding: 0 2em;
}

/* タイトル */
.sec2-beauty-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: #ffffff;
  letter-spacing: 0.05em;
}

/* サブタイトル */
.sec2-beauty-subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

/* テキスト */
.sec2-beauty-text {
  font-size: 26px;
  line-height: 1.8;
  margin: 0 0 20px 0;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.sec2-beauty-text:last-child {
  margin-bottom: 0;
}

/* ===================================
   レスポンシブデザイン
   =================================== */

/* タブレット表示 (1024px以下) */
@media screen and (max-width: 1024px) {
  .sec2-beauty-row {
    min-height: 500px;
  }

  .sec2-beauty-image-wrapper {
    min-height: 500px;
  }

  .sec2-beauty-text-wrapper {
    min-height: 500px;
    padding: 50px 30px;
  }

  .sec2-beauty-title {
    font-size: 24px;
  }

  .sec2-beauty-subtitle {
    font-size: 20px;
  }

  .sec2-beauty-text {
    font-size: 15px;
  }
}

/* タブレット縦・スマホ横表示 (768px以下) - 縦並びに変更 */
@media screen and (max-width: 768px) {
  /* ★★★ 横幅いっぱいにする最重要設定 ★★★ */
  .sec2-beauty-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 !important;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
  }

  .sec2-beauty-row {
    flex-direction: column;
    flex-wrap: wrap;
    min-height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* ★★★ 画像を100%幅に（隙間をなくす） ★★★ */
  .sec2-beauty-image-wrapper {
    width: 100%;
    flex: 0 0 100%;
    min-height: 350px;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
  }

  .sec2-beauty-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
  }

  /* テキストを100%幅に */
  .sec2-beauty-text-wrapper {
    width: 100%;
    flex: 0 0 100%;
    min-height: auto;
    padding: 40px 20px;
  }

  /* 下段の順序を逆に(画像を下に) */
  .sec2-beauty-row.sec2-beauty-reverse {
    flex-direction: column-reverse;
  }

  .sec2-beauty-row.sec2-beauty-reverse .sec2-beauty-image-wrapper {
    order: 2;
  }

  .sec2-beauty-row.sec2-beauty-reverse .sec2-beauty-text-wrapper {
    order: 1;
  }

  .sec2-beauty-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec2-beauty-subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .sec2-beauty-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .sec2-beauty-text br {
    display: none;
  }
}

/* スマホ表示 (480px以下) */
@media screen and (max-width: 480px) {
  .sec2-beauty-image-wrapper {
    min-height: 300px;
  }

  .sec2-beauty-text-wrapper {
    padding: 35px 15px;
  }

  .sec2-beauty-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec2-beauty-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec2-beauty-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}

/* 小型スマホ表示 (375px以下) */
@media screen and (max-width: 375px) {
  .sec2-beauty-image-wrapper {
    min-height: 250px;
  }

  .sec2-beauty-text-wrapper {
    padding: 30px 12px;
  }

  .sec2-beauty-title {
    font-size: 18px;
  }

  .sec2-beauty-subtitle {
    font-size: 17px;
  }

  .sec2-beauty-text {
    font-size: 13px;
  }
}


/* ----------------------------------------------------------------------
 パララックスセクション
---------------------------------------------------------------------- */
/* ===================================
   オゾン医学予防カラーセクション
   =================================== */

.hanahana-sec3-wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

/* 固定背景 */
.hanahana-sec3-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://hanahana.ace214-demo.com/wp-content/uploads/pixta_118668512_M.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

.hanahana-sec3-parallax-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://hanahana.ace214-demo.com/wp-content/uploads/pixta_116583388_M.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

.hanahana-sec3-parallax-bg3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://hanahana.ace214-demo.com/wp-content/uploads/pixta_4236956_M.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

/* オーバーレイ（背景を少し暗く） */
.hanahana-sec3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* コンテンツコンテナ */
.hanahana-sec3-container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 100px 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hanahana-sec3-content {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
}

/* メインタイトル */
.hanahana-sec3-main-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}

/* 説明文 */
.hanahana-sec3-description {
  font-size: 24px;
  line-height: 2;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}

.hanahana-sec3-sub-description {
  font-size: 24px;
  line-height: 2;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}

/* ボタンラッパー */
.hanahana-sec3-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* CTAボタン */
.hanahana-sec3-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 45px;
  background: linear-gradient(135deg, #e88ca8 0%, #d97a96 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(232, 140, 168, 0.4);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hanahana-sec3-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 140, 168, 0.6);
  background: linear-gradient(135deg, #f09bb4 0%, #e88ca8 100%);
  color: #ffffff;
}

.hanahana-sec3-cta-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(232, 140, 168, 0.4);
}

/* PC用の改行 */
.hanahana-sec3-pc-br {
  display: inline;
}

/* 親要素の制約を上書き */
.hanahana-sec3-wrapper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

/* ===================================
   レスポンシブデザイン
   =================================== */

/* タブレット（768px以下） */
@media screen and (max-width: 768px) {
  .hanahana-sec3-wrapper {
    min-height: 500px;
  }

  /* モバイルでは固定背景を解除（パフォーマンス対策） */
  .hanahana-sec3-parallax-bg {
    background-attachment: scroll;
  }

  .hanahana-sec3-container {
    padding: 80px 30px;
  }

  .hanahana-sec3-content {
    gap: 25px;
  }

  .hanahana-sec3-main-title {
    font-size: 28px;
  }

  .hanahana-sec3-description {
    font-size: 16px;
    line-height: 1.9;
  }

  .hanahana-sec3-sub-description {
    font-size: 14px;
    line-height: 1.9;
  }

  .hanahana-sec3-cta-button {
    padding: 16px 35px;
    font-size: 15px;
  }

  /* PC用改行を無効化 */
  .hanahana-sec3-pc-br {
    display: none;
  }
}

/* スマートフォン（480px以下） */
@media screen and (max-width: 480px) {
  .hanahana-sec3-wrapper {
    min-height: 450px;
  }

  .hanahana-sec3-container {
    padding: 60px 20px;
  }

  .hanahana-sec3-content {
    gap: 20px;
  }

  .hanahana-sec3-main-title {
    font-size: 22px;
    line-height: 1.5;
  }

  .hanahana-sec3-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .hanahana-sec3-sub-description {
    font-size: 13px;
    line-height: 1.8;
  }

  .hanahana-sec3-cta-button {
    padding: 14px 30px;
    font-size: 14px;
  }
}

/* 親要素のスタイルをリセット */
.hanahana-sec3-wrapper * {
  box-sizing: border-box;
}


/* ----------------------------------------------------------------------
 セクション４-ヘアケア
---------------------------------------------------------------------- */
/* お手入れ方法チャートセクション */
.hair-care-chart-section {
    padding: 60px 20px;
    background-color: #fff;
}

.hair-care-chart-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* チャート全体のラッパー */
.hair-care-chart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

/* チャートキャンバスのラッパー */
.hair-care-chart-canvas-wrapper {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    position: relative;
}

.hair-care-chart-canvas-wrapper canvas {
    width: 100% !important;
    height: auto !important;
}

/* データ非表示 */
.hair-care-chart-data {
    display: none !important;
}

/* 見出し */
.hair-care-chart-heading {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    line-height: 1.6;
}

/* テキストコンテンツ */
.hair-care-chart-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hair-care-chart-text-col {
    flex: 1;
}

.hair-care-chart-text-col p {
    font-size: 24px;
    line-height: 1.9;
    color: #555;
    margin: 0;
}

/* タブレット以上 */
@media (min-width: 768px) {
    .hair-care-chart-section {
        padding: 80px 40px;
    }

    .hair-care-chart-canvas-wrapper {
        max-width: 450px;
    }

    .hair-care-chart-heading {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .hair-care-chart-content {
        flex-direction: row;
        gap: 50px;
    }

    .hair-care-chart-text-col p {
        font-size: 16px;
    }
}

/* PC以上 */
@media (min-width: 1024px) {
    .hair-care-chart-section {
        padding: 100px 60px;
    }

    .hair-care-chart-canvas-wrapper {
        max-width: 500px;
    }

    .hair-care-chart-heading {
        font-size: 32px;
    }

    .hair-care-chart-content {
        gap: 60px;
    }
}

/* ----------------------------------------------------------------------
 施術の流れセクション
---------------------------------------------------------------------- */

/* ============================================
   施術の流れセクション - sec5 スタイル
   ============================================ */

/* リセット・基本設定 */
.sec5-flow-section {
    
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-width: 100%;
    padding: 80px 0;
    background-color: #e3b2bccf;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    box-sizing: border-box;
}

.sec5-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ヘッダーセクション */
.sec5-header {
    text-align: center;
    margin-bottom: 60px;
}

.sec5-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.sec5-intro-text {
    font-size: 24px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}

/* ステップグリッド（3カラム） */
.sec5-steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.sec5-step-item {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.sec5-step-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0.05em;
}

.sec5-step-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    line-height: 0;
}

.sec5-step-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.sec5-step-content {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec5-step-description {
    font-size: 24px;
    color: #555;
    line-height: 1.9;
    margin: 0;
    letter-spacing: 0.03em;
}

/* スパセクション（3段階のエステ） */
.sec5-spa-section {
    margin-bottom: 60px;
}

.sec5-spa-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.sec5-spa-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sec5-spa-item {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.sec5-spa-label {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 12px 0;
    background-color: #f5f5f5;
    letter-spacing: 0.05em;
}

.sec5-spa-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    line-height: 0;
}

.sec5-spa-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.sec5-spa-content {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec5-spa-description {
    font-size: 24px;
    color: #555;
    line-height: 1.9;
    margin: 0;
    letter-spacing: 0.03em;
}

/* ステップグリッド（2カラム） */
.sec5-steps-grid-two {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.sec5-steps-grid-two .sec5-step-item {
    flex: 0 1 calc(50% - 15px);
    min-width: 300px;
}

/* タブレット対応 */
@media screen and (max-width: 1024px) {
    .sec5-flow-section {
        padding: 60px 0;
    }

    .sec5-container {
        padding: 0 15px;
    }

    .sec5-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .sec5-intro-text {
        font-size: 14px;
    }

    .sec5-steps-grid,
    .sec5-spa-grid {
        gap: 25px;
    }

    .sec5-step-item,
    .sec5-spa-item {
        min-width: 280px;
    }

    .sec5-step-image,
    .sec5-spa-image {
        height: 220px;
    }
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
    .sec5-flow-section {
        padding: 40px 0;
    }

    .sec5-header {
        margin-bottom: 40px;
    }

    .sec5-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sec5-intro-text {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .sec5-steps-grid,
    .sec5-spa-grid,
    .sec5-steps-grid-two {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .sec5-step-item,
    .sec5-spa-item {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .sec5-steps-grid-two .sec5-step-item {
        flex: 1 1 100%;
    }

    .sec5-step-image,
    .sec5-spa-image {
        height: 200px;
    }

    .sec5-step-title {
        font-size: 15px;
        padding: 12px 0;
    }

    .sec5-step-content,
    .sec5-spa-content {
        padding: 20px 15px;
    }

    .sec5-step-description,
    .sec5-spa-description {
        font-size: 13px;
    }

    .sec5-spa-title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .sec5-spa-label {
        font-size: 14px;
        padding: 10px 0;
    }
}

/* 極小画面対応 */
@media screen and (max-width: 480px) {
    .sec5-flow-section {
        padding: 30px 0;
    }

    .sec5-container {
        padding: 0 10px;
    }

    .sec5-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sec5-intro-text {
        font-size: 12px;
    }

    .sec5-header {
        margin-bottom: 30px;
    }

    .sec5-steps-grid,
    .sec5-spa-grid,
    .sec5-steps-grid-two {
        gap: 25px;
        margin-bottom: 30px;
    }

    .sec5-step-image,
    .sec5-spa-image {
        height: 180px;
    }

    .sec5-step-title {
        font-size: 14px;
    }

    .sec5-spa-title {
        font-size: 15px;
    }

    .sec5-step-content,
    .sec5-spa-content {
        padding: 15px 12px;
        gap: 12px;
    }

    .sec5-step-description,
    .sec5-spa-description {
        font-size: 12px;
        line-height: 1.8;
    }
}


/* ----------------------------------------------------------------------
 カスタマーセクション
---------------------------------------------------------------------- */
/* ==================================================
   お客様の声セクション専用スタイル (sec7)
   ================================================== */

/* セクション全体 */
.sec7-customer-voice {
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

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

/* ヘッダー部分 */
.sec7-header {
    text-align: center;
    margin-bottom: 60px;
}

.sec7-title {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.sec7-description {
    font-size: 24px;
    color: #666666;
    line-height: 2;
    letter-spacing: 0.05em;
}

.sec7-description p {
    margin: 5px 0;
}

/* お客様の声グリッド */
.sec7-voice-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.sec7-voice-item {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec7-voice-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.sec7-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.sec7-voice-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.sec7-voice-item:hover .sec7-voice-image {
    transform: scale(1.05);
}

/* オーバーレイ */
.sec7-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.sec7-voice-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-height: 54px;
    display: flex;
    align-items: flex-start;
}

.sec7-voice-subtitle {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.05em;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ボタンラッパー */
.sec7-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.sec7-interview-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 80px;
    background: linear-gradient(135deg, #ff85b3 0%, #ff6b9d 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.sec7-interview-button:hover {
    background: linear-gradient(135deg, #ff6b9d 0%, #ff5588 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
}

.sec7-interview-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 107, 157, 0.3);
}

/* タブレット対応 (768px以下) */
@media screen and (max-width: 768px) {
    .sec7-customer-voice {
        padding: 60px 0;
    }

    .sec7-container {
        padding: 0 15px;
    }

    .sec7-header {
        margin-bottom: 40px;
    }

    .sec7-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sec7-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .sec7-voice-grid {
        gap: 15px;
        margin-bottom: 40px;
    }

    .sec7-voice-item {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .sec7-image-wrapper {
        height: 320px;
    }

    .sec7-voice-title {
        font-size: 17px;
        min-height: 51px;
    }

    .sec7-voice-subtitle {
        font-size: 12px;
    }

    .sec7-interview-button {
        padding: 16px 60px;
        font-size: 16px;
    }
}

/* スマートフォン対応 (480px以下) */
@media screen and (max-width: 480px) {
    .sec7-customer-voice {
        padding: 50px 0;
    }

    .sec7-container {
        padding: 0 10px;
    }

    .sec7-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .sec7-description {
        font-size: 14px;
    }

    .sec7-voice-grid {
        gap: 12px;
    }

    .sec7-image-wrapper {
        height: 280px;
    }

    .sec7-overlay {
        padding: 25px 15px 15px;
    }

    .sec7-voice-title {
        font-size: 16px;
        min-height: 48px;
    }

    .sec7-voice-subtitle {
        font-size: 11px;
    }

    .sec7-interview-button {
        padding: 14px 50px;
        font-size: 15px;
    }
}

/* 横向きスマートフォン対応 */
@media screen and (max-width: 768px) and (orientation: landscape) {
    .sec7-voice-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .sec7-voice-item {
        flex: 1 1 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .sec7-image-wrapper {
        height: 300px;
    }
}


/* ----------------------------------------------------------------------
 faqセクション
---------------------------------------------------------------------- */
/* ============================================
   FAQセクション - スタイルシート
   ============================================ */

/* メインラッパー */
.faq-section-wrapper {
    
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #e3b2bccf;
    padding: 80px 20px;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

/* コンテナ */
.faq-section-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* タイトル */
.faq-section-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

/* イントロダクション */
.faq-section-intro {
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    line-height: 2;
}

.faq-section-intro p {
    font-size: 15px;
    margin-bottom: 10px;
}

/* FAQ項目コンテナ */
.faq-section-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

/* FAQ項目 */
.faq-section-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.faq-section-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* 質問部分 */
.faq-section-question {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    gap: 15px;
}

.faq-section-question:hover {
    background-color: #f8f8f8;
}

/* Qアイコン */
.faq-section-q-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #e3b2bccf;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

/* 質問テキスト */
.faq-section-q-text {
    flex: 1;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
}

/* 矢印アイコン */
.faq-section-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-section-item.active .faq-section-arrow {
    transform: rotate(180deg);
}

.faq-section-arrow svg {
    width: 100%;
    height: 100%;
}

/* 回答部分 */
.faq-section-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #f9f9f9;
}

.faq-section-item.active .faq-section-answer {
    max-height: 500px;
    padding: 25px 30px 25px 85px;
}

.faq-section-answer p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* フッター */
.faq-section-footer {
    text-align: center;
    color: #333;
    line-height: 2;
}

.faq-section-footer p {
    font-size: 15px;
    margin-bottom: 5px;
}

/* ============================================
   レスポンシブデザイン - タブレット
   ============================================ */
@media screen and (max-width: 768px) {
    .faq-section-wrapper {
        padding: 60px 15px;
    }

    .faq-section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .faq-section-intro p {
        font-size: 14px;
    }

    .faq-section-question {
        padding: 20px 20px;
        gap: 12px;
    }

    .faq-section-q-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .faq-section-q-text {
        font-size: 15px;
    }

    .faq-section-item.active .faq-section-answer {
        padding: 20px 20px 20px 68px;
    }

    .faq-section-answer p {
        font-size: 14px;
    }

    .faq-section-footer p {
        font-size: 14px;
    }
}

/* ============================================
   レスポンシブデザイン - スマートフォン
   ============================================ */
@media screen and (max-width: 480px) {
    .faq-section-wrapper {
        padding: 50px 10px;
    }

    .faq-section-title {
        font-size: 24px;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }

    .faq-section-intro {
        margin-bottom: 35px;
    }

    .faq-section-intro p {
        font-size: 13px;
    }

    .faq-section-items {
        gap: 15px;
        margin-bottom: 35px;
    }

    .faq-section-question {
        padding: 18px 15px;
        gap: 10px;
    }

    .faq-section-q-icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .faq-section-q-text {
        font-size: 20px;
        line-height: 1.5;
    }

    .faq-section-arrow {
        width: 20px;
        height: 20px;
    }

    .faq-section-item.active .faq-section-answer {
        padding: 18px 15px 18px 57px;
        max-height: 600px;
    }

    .faq-section-answer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .faq-section-footer p {
        font-size: 13px;
    }
}

/* ----------------------------------------------------------------------
 カードセクション
---------------------------------------------------------------------- */

/* セクション全体 */
.sec9-salon-features {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.sec9-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* カードのラッパー */
.sec9-cards-wrapper {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* 各カード */
.sec9-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

/* カード画像部分 */
.sec9-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec9-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* オーバーレイ */
.sec9-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* カードコンテンツ */
.sec9-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  height: 100%;
  color: #fff;
  text-align: center;
}

/* タイトル */
.sec9-card-title {
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.sec9-history-title {
  font-size: 24px;
  line-height: 2;
}

/* テキスト */
.sec9-card-text {
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* ボタン */
.sec9-card-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #E8B4C8 0%, #D995AD 100%);
  color: #fff;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin-top: auto;
  box-shadow: 0 4px 15px rgba(232, 180, 200, 0.3);
}

.sec9-card-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(232, 180, 200, 0.5);
  background: linear-gradient(135deg, #D995AD 0%, #E8B4C8 100%);
}

/* タブレット対応 */
@media screen and (max-width: 1024px) {
  .sec9-card-content {
    padding: 30px 20px;
  }

  .sec9-card-title {
    font-size: 20px;
  }

  .sec9-history-title {
    font-size: 16px;
  }

  .sec9-card-text {
    font-size: 14px;
  }

  .sec9-card-button {
    padding: 12px 30px;
    font-size: 14px;
  }
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
  .sec9-salon-features {
    padding: 0;
  }

  .sec9-cards-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .sec9-card {
    min-height: 500px;
  }

  .sec9-card-content {
    padding: 40px 25px;
  }

  .sec9-card-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec9-history-title {
    font-size: 16px;
  }

  .sec9-card-text {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px;
  }

  .sec9-card-button {
    padding: 14px 35px;
    font-size: 15px;
	margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .sec9-card {
    min-height: 450px;
  }

  .sec9-card-content {
    padding: 30px 20px;
  }

  .sec9-card-title {
    font-size: 20px;
  }

  .sec9-history-title {
    font-size: 15px;
  }

  .sec9-card-text {
    font-size: 14px;
  }
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/*snsアイコン*/
ul.sns500ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.7em;
}

.icon502_link {
  font-size: 24px;
  overflow: hidden;
}

.icon502_link {
  transition: all 0.4s;
  width: 24px;
  height: 24px;
}

i.fa-brands.fa-facebook-f,
i.fa-brands.fa-tiktok,
i.fa-brands.fa-line {
  font-size: 22px;
}

#container .sns500_item a:hover {
  color: #666;
  opacity: 0.5;
}

/* .icon500_link {
  overflow: hidden;
}

.icon500_link img {
  width: 35px;
  transition: all 0.4s;
}

.icon500_link:hover img {
  opacity: 0.5;
} */


/*ボタン*/
span.material-icons {
  vertical-align: -5px;
}

#footer_button {
  margin: 25px 0 0;
}

#footer_button a {
  border: solid 1px #573312;
  color: #573312;
}

#footer_button a:hover {
  background-color: #573312;
  color: #fff;
}

@media (max-width: 1000px) {
  #footer_button {
    margin: 20px 0 0;
  }
}

/*フッターロゴ*/
#footer_logo {
  margin: 0 0 5px 0;
}

@media (max-width: 750px) {
  #container #footer_logo {
    margin-bottom: 8px;
  }
}

/*フッター非表示*/
@media screen and (max-width: 750px) {
  #footer_menu {
    display: none;
  }
}

/*フッターメニュー縦並びに調整*/
@media (max-width: 750px) {
  #footer_menu li {
    display: block;
    margin: 10px 0;
    padding: 0;
    border-right: 0;
  }

  #footer_menu li:last-child {
    margin: 10px 0;
  }

  p#company_date {
    display: none;
  }
}

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
/*下から*/
.index_news.cb_contents,
.fadeUpTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(30px) translateX(0);
}

.index_news.cb_contents.fadeUp,
.fadeUpTrigger.fadeUp {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 3s;
}

/*左から*/
.fadeLeftTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(0) translateX(-30px);
}

.fadeLeftTrigger.fadeLeft {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 1s;
}

/*右から*/
.fadeRightTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(0) translateX(30px);
}

.fadeRightTrigger.fadeRight {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 1s;
}

/* ----------------------------------------------------------------------
 beauty-menu
---------------------------------------------------------------------- */
/*基本*/
.page-template-page-beauty-menu .about_content .content_area {
  background: transparent;
  padding: 50px 0px 40px;
  border: none;
  border-bottom: none;
}

@media only screen and (max-width: 750px) {
  .page-template-page-beauty-menu .about_content {
    margin-bottom: 80px;
  }

  .page-template-page-beauty-menu .about_content .content_area {
    padding: 0;
  }
}

/*ブロック*/
.ace500_blok {
  margin-bottom: 8em;
}

@media (max-width: 750px) {
  .ace500_blok {
    margin-bottom: 5em;
  }
}

/*料金表*/
h3.menu500_m1 {
  background-color: #897559;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 15px;
  margin-bottom: 0;
}

.menu500_c1 {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: none;
  border-top: none;
}

.menu500_c2 {
  display: flex;
}

.menu500_g1 {
  width: 50%;
}

.menu500_g1 img {
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

ul.menu500ul {
  margin: 0;
  list-style: none;
}

.menu500li_item {
  padding: 20px 40px;
  border-bottom: solid 1px #ddd
}

h4.menu500_m2 {
  margin-bottom: 0;
  color: #bc4a4a;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 10px 0 0 0;
  line-height: 1.4;
}

span.menu500_s1 {
  padding-left: 1em;
  margin-left: auto;
}

p.menu500_t1 {
  margin-bottom: 0;
  line-height: 2.5;
  font-size: 16px;
}

@media screen and (max-width: 1151px) {
  h3.menu500_m1 {
    font-size: 18px;
  }

  h4.menu500_m2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  h3.menu500_m1 {
    padding: 12px;
    font-size: 16px;
  }

  .menu500_c2 {
    flex-direction: column;
  }

  .menu500_g1 {
    width: auto;
  }

  .menu500li_item {
    padding: 20px;
  }

  h4.menu500_m2 {
    font-size: 14px;
    padding-top: 10px;
    margin: 0 0 10px 0;
  }

  p.menu500_t1 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .menu500_g1:last-of-type {
    display: none;
  }
}

/*ボタン*/
#footer_button a:hover {
  background: #867257;
  border-color: #867257;
}