<a href="https://beauty.hotpepper.jp/kr/slnH000634844/?vos=cpshpborgmail140324001" 
   class="floating-reserve" 
   target="_blank" rel="noopener noreferrer">
   WEB予約
</a>


/* ===== ★★★ ここから変更 ★★★ ===== */
/* ===== 基本設定: モノトーン＆ミニマル ===== */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    margin: 0;
    color: #222;
    /* 背景をもわっとしたグラデーションに変更 */
    background: radial-gradient(circle at 80% 20%, #f9f9f9, #fff 40%);
    line-height: 1.8;
}
/* ===== ★★★ ここまで変更 ★★★ ===== */

/* ===== 紹介文 ===== */
.intro-content {
  text-align: center;               /* 中央ぞろえ */
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;                /* 少し大きめ */
  line-height: 2.4;
  max-width: 800px;                 /* 横幅を広げすぎない */
  margin: 0 auto;                   /* セクション中央に配置 */
}

.intro-content p {
  margin-bottom: 1.5em;             /* 段落ごとに余白を確保 */
}



a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
a:hover { opacity: 0.7; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
h1, h2, h3 { font-family: 'Noto Serif JP', serif; font-weight: 500; }
.section-container { padding: 120px 5%; max-width: 1000px; margin: 0 auto; }
.section-title { font-size: 2rem; text-align: center; margin-top: 0; margin-bottom: 60px; }

/* ===== ヘッダー ===== */
.header { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; position: absolute; width: calc(100% - 80px); top: 0; left: 0; z-index: 100; }
.header-logo img { height: 35px; }
.header-nav ul { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; }
.header-nav li { margin-left: 40px; font-weight: 400; font-size: 0.9rem; }
.nav-button a { background-color: #333; color: #fff; padding: 8px 20px; border-radius: 50px; font-weight: 400; transition: background-color 0.3s, color 0.3s; }
.nav-button a:hover { background-color: #888; color: #fff; opacity: 1; }

/* ===== メインビジュアル ===== */
.hero { position: relative; height: 100vh; overflow: hidden; }
.hero-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #eee; }
.hero-slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s ease-in-out; }
.hero-slide img.active { opacity: 1; }
.hero-slide::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); }
.hero-title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; text-align: center; z-index: 5; }
.hero-title h1, .hero-title p { text-shadow: 0 0 25px rgba(255, 255, 255, 0.4), 0 0 10px rgba(255, 255, 255, 0.6), 1px 1px 2px rgba(0,0,0,0.2); opacity: 0; transform: translateY(20px); transition: opacity 1.2s ease, transform 1.2s ease; }
.hero-title h1 { font-size: 2.8rem; margin: 0; transition-delay: 0.5s; }
.hero-title p { font-size: 1rem; font-weight: 300; font-family: 'Noto Sans JP', sans-serif; margin-top: 15px; transition-delay: 0.7s; }
.hero.is-visible .hero-title h1, .hero.is-visible .hero-title p { opacity: 1; transform: translateY(0); }

/* ===== 紹介文 ===== */
.intro-content { text-align: center; font-family: 'Noto Serif JP', serif; font-size: 1rem; line-height: 2.5; }

/* ===== コンセプト ===== */
.concept-topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.topic-item { text-align: left; }
.topic-item img { width: 100%; height: 240px; object-fit: cover; margin-bottom: 25px; }
.topic-title { font-size: 1.2rem; margin-top: 0; margin-bottom: 15px; }
.topic-text { font-size: 0.9rem; line-height: 1.9; }

/* ===== メニュー ===== */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 30px; }
.menu-item { text-align: center; }
.menu-item h3 { font-size: 1rem; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; margin-top: 15px; margin-bottom: 5px; }
.menu-item p { font-family: 'Noto Serif JP', serif; font-size: 1.1rem; margin-top: 10px; }

/* ===== メディア掲載 ===== */
.media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 30px; }
.media-item { text-align: center; }
.media-item img { width: 100%; cursor: pointer; transition: opacity 0.3s; }
.media-item img:hover { opacity: 0.8; }

/* (ギャラリー、アクセスは変更ありません) */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.gallery-item img { cursor: pointer; transition: opacity 0.3s; }
.gallery-item img:hover { opacity: 0.8; }
.access-content { display: flex; align-items: flex-start; gap: 50px; }
.access-map { flex: 1; }
.access-map iframe { width: 100%; height: 400px; border: 0; }
.access-info { flex: 1; }
.access-info p { line-height: 2.2; }

/* ===== フッター ===== */
.footer { text-align: center; padding: 60px 5%; border-top: 1px solid #eee; color: #888; font-size: 0.8rem; }
.footer-social { margin-bottom: 20px; }
.social-link svg { width: 24px; height: 24px; fill: #888; transition: fill 0.3s; }
.social-link:hover svg { fill: #222; }

/* (アニメーション、ライトボックス、レスポンシブは変更ありません) */
.animated-item { opacity: 0; transform: translateY(30px); transition: opacity 1s ease-out, transform 1s ease-out; }
.animated-item.is-visible { opacity: 1; transform: translateY(0); }
.topic-item:nth-child(2), .media-item:nth-child(2), .gallery-item:nth-child(2), .menu-item:nth-child(2) { transition-delay: 0.1s; }
.topic-item:nth-child(3), .media-item:nth-child(3), .gallery-item:nth-child(3), .menu-item:nth-child(3) { transition-delay: 0.2s; }
.gallery-item:nth-child(4) { transition-delay: 0.3s; }
.gallery-item:nth-child(5) { transition-delay: 0.4s; }
.gallery-item:nth-child(6) { transition-delay: 0.5s; }
.gallery-item:nth-child(7) { transition-delay: 0.6s; }
body.is-lightbox-active { overflow: hidden; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); display: flex; justify-content: center; align-items: center; z-index: 9999; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; }
.lightbox.is-active { opacity: 1; visibility: visible; }
.lightbox-content { max-width: 90vw; max-height: 90vh; transform: scale(0.9); transition: transform 0.4s ease; }
.lightbox.is-active .lightbox-content { transform: scale(1); }
.lightbox-content img { width: 100%; height: auto; max-height: 90vh; object-fit: contain; border-radius: 4px; }
.lightbox-close { position: absolute; top: 20px; right: 30px; font-size: 40px; color: white; cursor: pointer; }
@media (max-width: 768px) {
    .section-container { padding: 80px 5%; }
    .section-title { font-size: 1.8rem; margin-bottom: 40px; }
    .header { padding: 15px 20px; width: calc(100% - 40px); }
    .header-nav { display: none; }
    .hero-title h1 { font-size: 2.2rem; }
    .concept-topics { grid-template-columns: 1fr; gap: 50px; }
    .access-content { flex-direction: column; }
}```

---

/* ===== スマホ向け下部固定予約ボタン（常時表示） ===== */
.floating-reserve {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.2s, background 0.3s;
}

.floating-reserve:hover {
  background-color: #555;
  transform: scale(1.05);
}

/* PCでも表示したい場合はこの部分を削除 */
/* 今回は「スマホ向け常時表示」なので非表示条件は無し */

/* 背景ベース */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  margin: 0;
  color: #222;
  background: #fdfdfd;
  line-height: 1.8;
  position: relative;
  overflow-x: hidden;
}

/* 左上から差し込む光 */
body::before {
  content: "";
  position: fixed;
  top: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.85) 0%, transparent 70%);
  filter: blur(120px);
  z-index: 0;
  animation: lightMove 15s ease-in-out infinite alternate;
  pointer-events: none;
}

/* ゆるやかに揺れる光の動き */
@keyframes lightMove {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(80px, 60px); }
  100% { transform: translate(-60px, 40px); }
}
