
    /* ------------------------------------
       1. 基本・リセットCSS
       ------------------------------------ */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      color: #34374c;
      background-image: url(https://so-sha.co.jp/cont3/wp-content/themes/so-sha_theme2024/img/furisode/furisode_fair_lp/hair/all_bk.jpg);
font-size: 16px;
    }

    a{
      display: block;
    }
h2{
  margin-bottom: 60px;
}
    /* ------------------------------------
       2. レイアウト枠（スマホファースト最大560px）
       ------------------------------------ */
    .lp-container {
      max-width: 560px;
      margin: 0 auto;
      background-color: #ffffff;
      min-height: 100vh;
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    /* ------------------------------------
       3. 追従ヘッダー（ロゴ）
       ------------------------------------ */
    .header {
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 100;
      padding: 0 16px;
    }

    .header-logo {
      max-height: 38px;
      max-width: 100%;
      object-fit: contain;
    }


    /* ------------------------------------
       5. メインコンテンツ
       ------------------------------------ */

    .content img {
      width: 100%;
      display: block;     
  vertical-align: bottom;  
    }

    .map {
      margin: 0 auto;
      padding: 10px 20px 40px;
      line-height: 0;
      background: #eee057;
    }

    .map iframe {
      width: 100%;
      border: 0;
      vertical-align: bottom;
    }

.sns{
  text-align: center;
  margin-top: 35px;
}
.sns .insta{
  width: 80%;
  margin: 20px auto 0;
}
/* ------------------------------------
   ギャラリースライドショー
   ------------------------------------ */
.gallery-section {
  padding: 20px;
  background-color: #ffffff;
}

.gallery {
  position: relative;
  margin: 0 auto;
  padding: 0 30px; /* 矢印ボタンが重ならないための余白 */
}

/* スライド各項目の枠線デザイン（添付画像風） */
.gallery .slick-slide {
  padding: 10px;
}

.gallery .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* 左右矢印ボタン カスタマイズ */
.gallery .slick-prev,
.gallery .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  background-color: rgba(52, 55, 76, 0.7);
  border-radius: 50%;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.gallery .slick-prev {
  left: -5px;
}

.gallery .slick-next {
  right: -5px;
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover {
  background-color: rgba(52, 55, 76, 1);
}

/* 前後のテキスト消去（FontAwesomeアイコンのみ表示させるため） */
.gallery .slick-prev::before,
.gallery .slick-next::before {
  content: '';
}

/* ドットインジケーター カスタマイズ */
.gallery .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 15px;
  text-align: center;
  list-style: none;
}

.gallery .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.gallery .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s;
}

/* Slickデフォルトの ::before 疑似要素（余計なドット）を消す */
.gallery .slick-dots li button::before {
  display: none !important;
}

/* アクティブなドット */
.gallery .slick-dots li.slick-active button {
  background: #34374c;
  width: 24px; /* アクティブ時に横長にする場合 */
  border-radius: 5px;
}
 /* ------------------------------------
   ACCESSセクション
   ------------------------------------ */
  .access-section {
    background-color: #eee057;
    /* 画像の背景色 */
    padding: 40px 20px;
    text-align: center;
  }

  .access-section .section-title img {
    width: 100%;
    height: auto;
  }

  /* リスト部分 */
  .access-list {
    display: flex;
    flex-direction: column;
  }

  .access-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(52, 55, 76, 0.2);
    /* 項目の区切り線 */
    font-weight: 700;
    font-size: 16px;
  }

  /* 最後の項目の下線は非表示にする場合 */
  .access-item:last-child {
    border-bottom: none;
  }

  .access-item dt {
    text-align: left;
    width: 35%;
  }

  .access-item dd {
    text-align: right;
    width: 65%;
  }

  /* フリーダイヤルのリンク色（通常文字色に合わせる） */
  .access-item .tel-link {
    color: #34374c;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .access-item .tel-link:hover {
    opacity: 0.7;
  }
/* Q&A */
.qa {
    text-align: left;
    background: #8474ff63;
    padding: 60px 15px;
}
.qa h2{
    text-align: center;
    font-size: 28px;
}
.qa-item {
    margin-bottom: 25px;
    color: #34374c;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.qa-item dt {
   font-weight: 700;
    margin-bottom: 5px;
border-bottom:1px solid #34374c;
}
.qa-item dt {
   font-size: 14px;
}


/* 画像がはみ出さないための設定 */
.benefit-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* ------------------------------------
   固定追従ボタン（下部固定）
   ------------------------------------ */
.sticky-action-group {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px); /* 最初は少し下に下げておく */
  z-index: 999;
  width: 90%;
  max-width: 520px; /* lp-containerに合わせた最大幅 */
  text-align: center;
  
  /* 初期状態は非表示（透明） */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  pointer-events: none; /* 非表示時はクリック不可 */
}

/* FV通過後に付与するアクティブクラス */
.sticky-action-group.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto; /* 表示時にクリック有効化 */
}

/* 予約ボタン自体の調整 */
.sticky-reserve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(135deg, #ff6b6b, #ff4757);
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.sticky-reserve-btn:active {
  transform: scale(0.98);
}

.sticky-reserve-btn svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.contact{
padding: 40px 20px;
}
.contact .reserve_unit{
  margin-bottom: 20px;

}

.contact{
padding: 40px 20px;
}
.contact .reserve_dt{
  margin-bottom: 10px;
}
.contact .select_wrap{
  margin-top: 10px;
}