t-fami

/* ------------------------------------------------------------
 * ＆me 共通スタイルシート (style.css)
 * ------------------------------------------------------------ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
  font-family: 'Noto Serif JP', 'Georgia', serif;
  background-color: #f5f5f5;
  /* 暖かみのある柔らかな白 */
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

.sp-br {
  display: none;
}

.nav-toggle {
  display: none;
}

.nav-menu {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  color: #7A8085;
}

ul {
  list-style: none;
}

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

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

.section-title {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 300;
  color: #4a4a4a;
  margin-bottom: 10px;
}


.section-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #AA8488;
  margin: 12px auto 0 auto;
}

/* --- ヘッダー全体のレイアウト（ロゴとナビを横並びに） --- */
.site-header {
  display: flex;
  justify-content: space-between;
  /* ロゴを左、ナビを右に割り振り */
  align-items: center;
  /* 縦方向の高さを中央で綺麗に揃える */
  padding: 10px 4% 0px;
  /* 左右に程よい余白を作る */
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  /* 確実に画面の左端からスタートさせる */
  width: 100%;
  /* 画面の横幅いっぱいに広げる */
  box-sizing: border-box;
  /* padding（左右の4%の余白）を含めて100%の幅にする */
  z-index: 1000;
}

.header-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ロゴのスタイリング */
.logo {
  margin: 0;
}

.logo a img {
  width: 100px;
}


/* ナビゲーション領域 */
.header-nav {
  display: flex;
  align-items: center;
}

/* PC環境のデフォルトスタイル */
.nav-toggle {
  display: none;
  /* PCでは3本線ボタンを隠す */
}

.nav-menu {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #555555;
  letter-spacing: 0.08em;
}

.header-nav a.active {
  color: #AA8488;
  font-weight: bold;
}

/* --- Hero セクション --- */
.hero-section {
  width: 100%;
  height: 80vh;
  /* 画面の高さの8割を使って印象的に見せる（100vhにすれば全画面になります） */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  background-image: url('image/bbg01.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 20px;
  margin-top: 15%;
}

.hero-subserif {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.2rem;
  color: #8c8275;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 2.2rem;
  /* PCでの存在感あるサイズ */
  font-weight: 300;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.15em;
  /* 文字の余白を贅沢に取る */
  margin: 0;
}



/* --- Concept セクション --- */
.concept-section {
  padding: 100px 4%;
  background-color: #ffffff;
  text-align: center;
}

.concept-container {
  max-width: 800px;
  margin: 0 auto;
}



.section-subtitle {
  font-size: 0.85rem;
  color: #8c8c8c;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}

.concept-text {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 2.3;
  /* 行間を広げて読みやすく、ゆったりと */
  letter-spacing: 0.08em;
}

.concept-text p {
  margin-bottom: 40px;
  text-align: center;
  /* 段落ごとの心地よい間隔 */
}

.features-section {
  padding: 80px 0;
  background-image: url(image/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ECECEC;
}

.features-section .section-subtitle {
  color: #FFFFFF;
}

.features-section h3 {
  color: #FFFFFF;
}

.features-grid {
  display: flex;
  gap: 20px;
}

.feature-card {
  flex: 1;
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 6px;
}

.feature-num {
  display: block;
  font-size: 1.2rem;
  color: #AA8488;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-card h4 {
  font-size: 1.05rem;
  color: #5A6065;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.88rem;
  color: #7A8085;
  line-height: 1.7;
}

.menu-section {
  padding: 80px 0;
  background-color: #FFF;
}

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

.menu-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.05rem;
  color: #5A6065;
  margin-bottom: 8px;
}

.menu-price {
  color: #AA8488;
}

.tax {
  font-size: 0.75rem;
  /* 文字を一回り小さく */
  color: #AA8488;
  /* 優しいニュアンスグレー */
  font-weight: 400;
  margin-left: 2px;
}

.menu-desc {
  font-size: 0.9rem;
  color: #7A8085;
}

.cases-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.cases-grid {
  display: flex;
  gap: 30px;
}

.case-card {
  flex: 1;
  background-color: #FFFFFF;
  padding: 20px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}

.case-image-placeholder {
  margin: 0 auto 15px;
}

.case-image-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}

.cases-grid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 1rem auto;
}

.cases-grid-grid img {
  width: 100%;
  height: auto;
}

.case-card h4 {
  font-size: 1rem;
  color: #5A6065;
  margin-bottom: 10px;
}

.case-text {
  font-size: 0.88rem;
  color: #7A8085;
}


.cta-section {
  background-color: #F2EDED;
  padding: 60px 20px;
  text-align: center;
}

.cta-lead {
  font-size: 1.05rem;
  color: #5A6065;
  font-weight: bold;
  margin-bottom: 10px;
}

.cta-sub {
  font-size: 0.88rem;
  color: #8A9095;
  margin-bottom: 25px;
}

.instagram-btn {
  display: inline-block;
  background-color: #AA8488;
  color: #FFFFFF;
  padding: 14px 40px;
  font-weight: bold;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

.policy-main {
  padding: 60px 0;
  background-color: #FFF;
  margin-top: 15%;
}

.page-title {
  text-align: center;
  font-size: 1.5rem;
  color: #5A6065;
  margin-bottom: 35px;
  font-weight: 300;
}

.policy-intro {
  font-size: 0.95rem;
  color: #6A7075;
  margin: 40px 0;
}

.policy-box {
  width: 90%;
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 6px;
  margin: 0 auto 40px;
}

.policy-box h3 {
  font-size: 1.1rem;
  color: #5A6065;
  margin-bottom: 2rem;
  text-align: center;
}

.fee-list {
  text-align: center;
}

.fee-list dt {
  font-weight: bold;
  color: #5A6065;
  margin-top: 15px;
}




.fee-list dd {
  margin-left: 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
}

.highlight {
  color: #AA8488;
  font-weight: bold;
  font-size: 1.3rem;
}

/* --- サロンスペース セクション --- */
.salon-space {
  margin-top: 80px;
  margin-bottom: 80px;
}

.salon-space .salon-description {
  max-width: 600px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
  font-size: 0.95rem;
  color: #555555;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

/* --- 無限ループ / スマホ手動スライダー（構造のベース） --- */
.slider-outer {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}

.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: max-content;
  transform: translateX(0);
  will-change: transform;
}

.slider-item {
  flex-shrink: 0;
  width: 360px;
  /* PC時の画像横幅 */
  aspect-ratio: 3 / 2;
  margin-right: 24px;
  background-color: #f0ede9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.2rem;
  color: #a39e93;
  font-style: italic;
}

/* --- 左右の矢印マーク（PC時はデフォルト非表示） --- */
.slider-arrow {
  display: none;
}

.policy-section {
  margin-bottom: 35px;
}

.policy-section h3 {
  font-size: 1.1rem;
  color: #5A6065;
  margin-bottom: 10px;
  border-left: 3px solid #AA8488;
  padding-left: 10px;
}

.underline {
  border-bottom: 2px solid #AA8488;
}

.note {
  font-size: 0.85rem;
  color: #767676;
  margin-top: 5px;
}

.policy-back-home {
  text-align: center;
  margin-top: 50px;
}

.back-btn {
  font-size: 0.9rem;
  color: #7A8085;
  border-bottom: 1px solid #7A8085;
  padding-bottom: 3px;
}


/* --- Owner Message セクション --- */
.owner-section {
  padding: 100px 4%;
  background-color: #ffffff;
  /* 暖かみのある柔らかな白 */
}

.owner-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* 写真とテキストの縦の中心を揃える */
  gap: 80px;
  /* 写真とテキストの間の贅沢な余白 */
}

/* オーナー写真のスタイリング */
.owner-image-area {
  flex: 1;
  max-width: 400px;
  position: relative;
}

.owner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* メッセージコンテンツ */
.owner-content {
  flex: 1.2;
  text-align: left;
  /* テキストは左寄せで誠実に語りかける */
}


.owner-text {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

.owner-text p {
  margin-bottom: 25px;
}

/* オープン日や結びの言葉を少し印象的に */
.owner-text .opening-date {
  font-size: 1rem;
  color: #333333;
}

.owner-text .closing-text {
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
  margin-top: 40px;
}

/* 署名部分のスタイリング */
.owner-signature {
  margin-top: 50px !important;
  text-align: right;
  /* 署名は右寄せで美しく */
  line-height: 1.8;
}

.owner-signature .salon-name {
  font-size: 1.1rem;
  margin-right: 5px;
}

.owner-signature .owner-name {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222222;
  display: inline-block;
  margin-top: 5px;
}


/* --- サロン情報セクション --- */
.info-section {
  padding: 100px 4%;
  background-color: #f5f5f5;
  text-align: center;
}

.info-container {
  max-width: 800px;
  margin: 0 auto;
}

.info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* テーブル（表）のデザイン調整 */
.info-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.info-table th,
.info-table td {
  padding: 20px;
  border-bottom: 1px solid #e5e2dd;
  text-align: left;
  font-size: 0.95rem;
}

/* 左側の項目名（日本語明朝体） */
.info-table th {
  color: #8c8275;
  width: 35%;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.info-table td {
  color: #333333;
  letter-spacing: 0.05em;
}

/* メッセージエリア */
.info-message {
  max-width: 650px;
  text-align: left;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 2px;
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.info-message p {
  margin-bottom: 20px;
}

.info-message p:last-child {
  margin-bottom: 0;
}

.info-message strong {
  color: #333333;
  font-weight: 500;
  background: linear-gradient(transparent 70%, #f3efe9 70%);
}

/* 見出しバッジ（日本語明朝体） */
.notice-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #8c8275;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #8c8275;
  margin-bottom: 25px;
  line-height: 1.6;
}


/* --- フッタースタイリング（PC・スマホ共通で縦並び中央揃え） --- */
.site-footer {
  background-color: #f5f5f5;
  /* ヘッダーと合わせた柔らかな白 */
  border-top: 1px solid #e5e2dd;
  /* 上品な細い区切り線 */
  padding: 60px 4% 20px 4%;
  color: #333333;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* PC・スマホ共通で縦並びにする */
  align-items: center;
  /* 中央揃え */
  gap: 40px;
  /* ロゴとメニューの間のゆったりとした余白 */
}

/* ロゴ画像のサイズ調整 */
.footer-logo-area {
  max-width: 100px;
  /* ロゴの大きさに合わせて調整してください */
}

.footer-logo-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 縦並びナビゲーション */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 10px;
  /* 項目間のゆったりとした余白 */
  text-align: center;
  /* 文字を中央揃えに */
}

.footer-nav li a {
  text-decoration: none;
  color: #555555;
  font-size: 1rem;
  /* 縦並びで映えるよう、少しだけサイズを上げました */
  letter-spacing: 0.1em;
  /* 文字間隔を広げてより優雅に */
  transition: color 0.3s ease;
}

.footer-nav li a:hover {
  color: #8c8275;
  /* ホバー時に優しく色が変わる */
}

/* ポリシー項目（一番下）のスタイリング */
.footer-nav .policy-item a {
  color: #4a4a4a;
  font-weight: 400;
}

/* コピーライト */
.footer-copyright {
  text-align: center;
  margin-top: 50px;
  font-size: 0.75rem;
  color: #8c8c8c;
  letter-spacing: 0.05em;
}

.footer-links a {
  border-bottom: 1px solid #7A8085;
}

.footer-links {
  margin-top: 1rem;
}

/* スマホ用固定CTAボタン */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #AA8488;
  text-align: center;
  z-index: 999;
  display: none;
}

.floating-cta a {
  display: block;
  color: #FFFFFF;
  padding: 16px;
  font-weight: bold;
  font-size: 0.95rem;
}


/* inview */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* スマホ対応（レスポンシブ） */
@media (max-width: 768px) {

  body {
    padding-bottom: 70px;
  }

  .sp-br {
    display: inline;
  }

  .header-container {
    flex-direction: column;
    gap: 10px;
  }

  .logo a img {
    width: 65px;
  }

  .hero-section {
    height: 70vh;
    /* スマホでは少し高さを抑える */
  }

  .hero-title {
    font-size: 1.4rem;
    /* スマホの画面に収まりやすく、かつ綺麗に見えるサイズ */
    line-height: 1.8;
  }

  .hero-subserif {
    font-size: 1rem;
  }

  .concept-section {
    padding: 70px 20px;
  }

  .concept-text {
    font-size: 0.9rem;
    text-align: left;
    /* スマホでは左寄せ（またはcenterのままでもお好みで） */
    line-height: 2.1;
  }

  .features-section {
    padding: 80px 0;
    background-image: url(image/bg02.jpg);
  }

  .features-grid,
  .cases-grid {
    flex-direction: column;
    gap: 20px;
  }

  .cases-grid-grid {
    display: block;
    margin: 1rem auto;
  }

  .cases-grid-grid img {
    display: block;
    margin: 2rem auto 0;
    max-width: 400px;
  }

  .floating-cta {
    display: block;
  }

  .owner-section {
    padding: 70px 20px;
  }

  .owner-container {
    flex-direction: column;
    /* スマホでは縦に並べる（写真を上、文章を下に） */
    gap: 40px;
  }

  .owner-image-area {
    max-width: 280px;
    /* スマホでは写真を少しコンパクトに */
  }

  .owner-content {
    width: 100%;
  }

  .owner-text {
    font-size: 0.9rem;
    line-height: 2.1;
  }

  .owner-signature .owner-name {
    font-size: 1.2rem;
  }


  .info-section {
    padding: 70px 20px;
  }

  .info-table th,
  .info-table td {
    padding: 15px 10px;
    font-size: 0.85rem;
  }

  .info-table th {
    width: 38%;
  }

  .info-message {
    padding: 30px 20px;
    font-size: 0.85rem;
    line-height: 2.0;
  }


  /* ハンバーガーボタンを右端に表示 */
  .nav-toggle {
    display: block;
    position: relative;
    z-index: 1000;
    /* メニューより前面へ */
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  /* 三本線のデザイン */
  .nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    /* 上品な細い線 */
    background-color: #4a4a4a;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* 三本線の初期位置（等間隔に配置） */
  .nav-toggle span:nth-child(1) {
    top: 0;
  }

  .nav-toggle span:nth-child(2) {
    top: 9px;
  }

  .nav-toggle span:nth-child(3) {
    top: 18px;
  }

  /* メニューが開いた時の「×」アニメーション */
  .nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* 右からふんわり現れるスマホメニュー画面 */
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* 初期状態は画面の外に隠す */
    width: 75%;
    /* 画面幅の75%で開く */
    height: 100vh;
    background-color: rgba(252, 251, 250, 0.98);
    /* サロンのベース白 */
    flex-direction: column;
    /* 縦並び */
    justify-content: center;
    align-items: center;
    gap: 40px;
    z-index: 999;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.02);
    transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .nav-menu.active {
    right: 0;
    /* アクティブ時に画面内にスライド */
  }

  .nav-menu li a {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .slider-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .slider-container::-webkit-scrollbar {
    display: none;
  }

  .slider-track {
    transform: none !important;
    padding-left: 24px;
    /* 矢印と被らないように少し広めの余白 */
    padding-right: 24px;
  }

  .slider-item {
    width: 280px;
    /* スマホ時は少しコンパクトに */
    margin-right: 16px;
  }

  /* --- スマホ時のみ矢印マークを表示（上品で薄めな矢印） --- */
  .slider-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-top: 1px solid #8c8c8c;
    /* サロンの雰囲気に合わせた細いグレーの線 */
    border-right: 1px solid #8c8c8c;
    z-index: 10;
    pointer-events: none;
    /* 矢印の上からでも指でのスワイプ操作を邪魔しない設定 */
    opacity: 0.6;
    /* 主張しすぎないように少し透明に */
  }

  /* 左矢印（＜）の向きと位置 */
  .arrow-left {
    left: 12px;
    transform: translateY(-50%) rotate(-135deg);
  }

  /* 右矢印（＞）の向きと位置 */
  .arrow-right {
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
  }



}