/* --- リセット --- */

/* school-detail-title-mobile.css ここから */
@media (max-width: 600px) {
  /* フッターリンクデザイン強制 */
  .luxe-footer-icon-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6em !important;
    font-size: 1.13em !important;
    padding: 0.62em 1.3em !important;
    border-radius: 2.2em !important;
    background: linear-gradient(120deg, #35353e 60%, #232323 100%) !important;
    color: #ffd700 !important;
    border: 2.2px solid #ffd70066 !important;
    margin: 0.33em 0.22em !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px #ffd70033, 0 1.5px 0 #fffbe733 inset !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    position: relative;
    overflow: hidden;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s !important;
  }
  .luxe-footer-icon-link:hover, .luxe-footer-icon-link:active {
    background: linear-gradient(100deg, #fffbe7 0%, #ffd700 90%) !important;
    color: #232323 !important;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 24px #ffd70055, 0 2px 8px #fffbe799 !important;
  }
  .luxe-footer-icon-link.ig {
    background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    color: #fff !important;
    border: 2.2px solid #fff3 !important;
    box-shadow: 0 4px 20px #fd594988, 0 1.5px 0 #fffbe799 inset !important;
  }
  .luxe-footer-icon-link.ig:hover, .luxe-footer-icon-link.ig:active {
    filter: brightness(1.08) drop-shadow(0 2px 8px #fd5949cc);
    color: #fff !important;
    background: radial-gradient(circle at 50% 90%, #fffbe7 0%, #fd5949 50%, #d6249f 100%) !important;
    border-color: #ffd700 !important;
  }
  .luxe-footer-icon-link.line {
    background: linear-gradient(90deg,#06c755 60%,#baff9a 100%) !important;
    color: #fff !important;
    border: 2.2px solid #baff9a55 !important;
    box-shadow: 0 4px 16px #06c75555, 0 1.5px 0 #fffbe799 inset !important;
  }
  .luxe-footer-icon-link.line:hover, .luxe-footer-icon-link.line:active {
    filter: brightness(1.12) drop-shadow(0 2px 8px #06c755cc);
    color: #fff !important;
    background: linear-gradient(90deg, #baff9a 0%, #06c755 100%) !important;
    border-color: #06c755 !important;
  }
  .luxe-footer-icon-link i {
    font-size: 1.27em !important;
    margin-right: 0.48em !important;
    filter: drop-shadow(0 2px 8px #ffd70044);
    transition: filter 0.18s, color 0.18s;
  }
  .luxe-footer-icon-link.ig i.fa-instagram {
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    filter: drop-shadow(0 2px 8px #fd594988);
  }
  .luxe-footer-icon-link.line i.fa-line {
    color: #fff !important;
    filter: drop-shadow(0 2px 8px #06c75588);
  }
  .luxe-footer-icon-link:hover i, .luxe-footer-icon-link:active i {
    filter: drop-shadow(0 2px 8px #ffd70099);
    color: #ffd700 !important;
  }

  /* フッター崩れ修正 */
  .luxe-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  .luxe-footer-inner {
    max-width: 98vw !important;
    width: 98vw !important;
    margin: 0 auto !important;
    padding: 0 1em !important;
    box-sizing: border-box !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    text-align: center !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .school-detail-card {
    padding-left: 1em !important;
    padding-right: 1em !important;
    box-sizing: border-box !important;
  }
  .school-detail-title {
    font-size: 1.13rem !important;
    white-space: nowrap !important;
    letter-spacing: 0.02em;
    line-height: 1.18;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .school-detail-card-body {
    width: 90% !important;
    max-width: 90vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
  }
  .school-detail-card-body .school-detail-list-inner {
    width: 90% !important;
    max-width: 90vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
  }

  .school-detail-title {
    font-size: 1.13rem !important;
    white-space: nowrap !important;
    letter-spacing: 0.02em;
    line-height: 1.18;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
/* school-detail-title-mobile.css ここまで */

/* fix-school-photo-gallery.css ここから */
/* スクールの様子ギャラリー用スタイル */
.school-photo-gallery-section {
  margin: 2.5rem 0 2rem 0;
  padding: 0 1rem;
}
.school-photo-gallery-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  text-align: center;
  color: #c39c5a;
  letter-spacing: 0.05em;
}
.school-photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
}
.school-photo-item img {
  width: 100%;
  height: auto;
  border-radius: 9px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  object-fit: cover;
}
@media (min-width: 700px) {
  .school-photo-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 900px;
  }
  .school-photo-gallery-title {
    font-size: 1.6rem;
  }
}
/* fix-school-photo-gallery.css ここまで */

/* scalpink-diagnosis.css ここから */
/* スカルプインク料金診断ウィジェット用CSS（最新版） */
#scalpink-diagnosis-widget {
  margin-bottom: 3.5rem; /* 下に十分な余白を追加 */
  max-width: 410px;
  margin: 40px auto;
  padding: 30px 20px 28px 20px;
  background: rgba(34,34,40,0.80); /* 半透明ダーク */
  border-radius: 18px;
  box-shadow: 0 10px 40px #0008, 0 2px 18px #ffd70033, 0 1.5px 0 #fffbe7cc inset;
  font-family: 'Segoe UI', 'Yu Gothic', sans-serif;
  backdrop-filter: blur(10px);
  border: 2.2px solid #ffd70055;
  position: relative;
}
#scalpink-diagnosis-widget::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(120deg, #222228 60%, #ffd70022 100%);
  opacity: 0.22;
  z-index: 0;
  pointer-events: none;
}
#scalpink-diagnosis-widget::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(120deg, #fffbe7 60%, #ffd700 100%);
  opacity: 0.14;
  z-index: 0;
  pointer-events: none;
}
#scalpink-diagnosis-widget h2 {
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  font-size: 1.55rem;
  margin-bottom: 28px;
  text-align: center;
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 60%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-shadow:
    0 2px 24px #ffd700aa,
    0 2px 0 #fff,
    0 0 4px #fffbe7,
    0 0 0.5px #fffbe7;
  z-index: 2;
  position: relative;
}
.scalpink-section label {
  font-size: 1.18rem;
  font-weight: 900;
  color: #ffe066;
  margin-bottom: 11px;
  display: block;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px #0005, 0 1px 0 #fffbe7cc;
}
.scalpink-section {
  margin-bottom: 30px;
}
.scalpink-options {
  display: flex;
  flex-direction: column;
}
.scalpink-options label {
  background: linear-gradient(120deg, #fffbe7 60%, #ffd70022 100%);
  border-radius: 9px;
  box-shadow: 0 2px 12px #ffd70022;
  padding: 13px 18px 13px 16px;
  font-size: 1.18rem;
  font-weight: 700;
  color: #23232a;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: box-shadow 0.18s, border 0.18s, background 0.18s;
  position: relative;
  text-shadow: 0 2px 8px #fffbe7aa, 0 1px 0 #ffd70022;
  letter-spacing: 0.03em;
}
.scalpink-options label:hover,
.scalpink-options input[type="radio"]:focus + label {
  box-shadow: 0 4px 16px #ffd70044, 0 2px 8px #fffbe7;
  background: linear-gradient(120deg, #fffbe7 60%, #ffd70055 100%);
}
.scalpink-options input[type="radio"] {
  margin-right: 10px;
  accent-color: #ffd700;
}
#scalpink-form button[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin-top: 18px;
  font-size: 1.18rem;
  font-weight: bold;
  color: #222228;
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 100%);
  border: none;
  border-radius: 9px;
  box-shadow: 0 2px 12px #ffd70022;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
}
#scalpink-form button[type="submit"]:hover {
  background: linear-gradient(90deg, #fffbe7 10%, #ffd700 100%);
  box-shadow: 0 4px 16px #ffd70044;
}
#scalpink-result {
  margin-top: 28px;
  padding: 18px 14px;
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  box-shadow: 0 2px 8px #ffd70022;
  color: #222228;
  font-size: 1.13rem;
  font-weight: 500;
  min-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 2;
  position: relative;
}
/* scalpink-diagnosis.css ここまで */


/* --- モバイル用LINE固定ボタン --- */
.line-contact-fixed {
  display: none;
}
@media (max-width: 768px) {
  .line-contact-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 56px;
    background: linear-gradient(90deg, #06c755 60%, #25d366 100%);
    color: #fff;
    font-size: 1.18rem;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -2px 12px #0003;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 0;
  }
  .line-contact-fixed i {
    font-size: 1.7em;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  .line-contact-fixed:active,
  .line-contact-fixed:focus {
    background: #059e47;
    color: #fff;
  }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Arial', sans-serif;
  background: #35353e;
  color: #fff;
  min-height: 100vh;
}

/* --- ヒーロー動画セクション --- */
.hero-video-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 400px;
  max-height: 100vh;
  overflow: hidden;
  background: #232323;
  margin: 0;
  padding: 0;
  z-index: 1;
}


.hero-video {
  width: 100vw;
  height: 100vh;
  min-height: 400px;
  max-height: 100vh;
  min-width: 100vw;
  object-fit: contain;
  background: #232323;
  display: block;
  filter: brightness(0.78) contrast(1.08);
}
.headerdougaresponnsib {
  display: none;
}
@media (max-width: 900px) {
  .headerdougaresponnsib {
    display: block;
  }
}
.hero-video-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hero-video-catch {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-shadow: 0 2px 10px #000a, 0 1px 0 #fff2;
  background: rgba(34,34,34,0.32);
  border-radius: 18px;
  padding: 0.7em 2.2em;
}
.hero-video-catch .gold {
  color: #ffd700;
}
@media (max-width: 900px) {
  .hero-video-section, .hero-video {
    height: 140px;
  }
  .hero-video-catch {
    font-size: 1.08rem;
    padding: 0.5em 1.1em;
  }
  .headerdougaresponnsib {
    width: 100vw !important;
    height: 140px !important;
    object-fit: cover !important;
    min-height: unset !important;
    max-height: unset !important;
  }
}
@media (max-width: 600px) {
  .hero-video-section, .hero-video {
    height: 100vh;
  }
  .hero-video-catch {
    font-size: 0.98rem;
    padding: 0.3em 0.7em;
  }
}

/* --- ギャラリー --- */
.gallery-section {
  background: #35353e;
  padding: 2.5rem 0 1.5rem 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem 1.2rem;
  max-width: 980px;
  margin: 0 auto;
}
.gallery-item {
  background: linear-gradient(120deg, #232323 80%, #3a2c10 100%);
  border-radius: 15px;
  box-shadow: 0 4px 24px #0004, 0 1.5px 0 #ffd70022;
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item img {
  width: 100%;
  max-width: 190px;
  border-radius: 12px;
  border: 2.5px solid #ffd70044;
  box-shadow: 0 2px 14px #0002;
  background: #232323;
  transition: filter 0.22s, box-shadow 0.22s;
  display: block;
}
.gallery-item:hover {
  transform: scale(1.045);
  box-shadow: 0 8px 32px #ffd70066, 0 2px 6px #0008;
  z-index: 2;
}
.gallery-item:hover img {
  filter: brightness(1.08) drop-shadow(0 2px 8px #ffd70088);
  box-shadow: 0 6px 24px #ffd70044, 0 2px 6px #0007;
}
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
    justify-items: center;
  }
  .gallery-item {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0.5em 0;
  }
  .gallery-item img {
    max-width: 96vw;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
  }
  .gallery-item { border-radius: 8px; }
  .gallery-item img { border-radius: 6px; }
}

/* --- Luxe Footer --- */
.luxe-footer {
  background: linear-gradient(120deg, #232323 70%, #3a2c10 100%);
  color: #fff;
  padding: 2.3rem 0 1.1rem 0;
  border-top: 1.5px solid #bfa14e44;
}
.luxe-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1em;
  max-width: 480px;
  margin: 0 auto;
}
.luxe-footer-title {
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #ffd700;
  text-shadow: 0 2px 8px #0007,0 1px 0 #fff2;
  margin-bottom: 0.2em;
}
.luxe-footer-divider {
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #fff 0%, #ffd700 35%, #ff9800 65%, #b8860b 100%);
  margin: 0.7em 0 1.1em 0;
}
.luxe-footer-links {
  display: flex;
  gap: 1.6em;
  align-items: center;
  justify-content: center;
}
.luxe-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55em;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  color: #fff;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s, filter 0.18s;
  box-shadow: 0 2px 10px #0002;
  margin: 0 0.1em;
  text-decoration: none;
  border: 1.5px solid #bfa14e33;
  position: relative;
}
.luxe-footer-icon.ig {
  color: #fff;
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border: 1.5px solid #fff3;
}
.luxe-footer-icon.line {
  color: #fff;
  background: linear-gradient(90deg,#06c755 60%,#baff9a 100%);
  border: 1.5px solid #baff9a55;
}
.luxe-footer-icon.phone {
  color: #ffd700;
  background: linear-gradient(120deg,#232323 60%,#bfa14e 120%);
  border: 1.5px solid #ffd70055;
}
.luxe-footer-icon:hover {
  filter: brightness(1.18) drop-shadow(0 2px 8px #ffd70088);
  box-shadow: 0 4px 18px #ffd70033, 0 1px 2px #222a;
  background: linear-gradient(90deg, #fffbe0 0%, #ffd700 80%, #ff9800 100%);
  color: #222;
}
.luxe-footer-tel {
  font-size: 0.97em;
  font-weight: 700;
  margin-left: 0.5em;
  letter-spacing: 0.06em;
  color: #ffd700;
}
@media (max-width: 600px) {
  .luxe-footer-inner { max-width: 98vw; }
  .luxe-footer-links { gap: 1em; }
  .luxe-footer-title { font-size: 1.09rem; }
  .luxe-footer-divider { width: 80px; }
}

.copyright-area {
  text-align: center;
  font-size: 0.95em;
  color: #fff;
  background: rgba(34,34,34,0.99);
  margin-top: 0.5rem;
  padding: 0.6em 0 0.7em 0;
  letter-spacing: 0.03em;
}
.copyright-text {
  font-weight: 400;
  letter-spacing: 0.03em;
}

.header-logo-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  padding: 0 0.8em 0 1.3em;
  background: #35353e;
  border-bottom: 2px solid #bfa14e66;
  position: relative;
  z-index: 10;
}
.header-logo-bar span {
  margin-right: 1.2em;
  font-weight: 700;
  font-size: 1.17em;
  letter-spacing: 0.32em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header-logo-bar .pink {
  color: #ff6ab5;
  margin: 0 0.01em;
}
.header-logo-bar .gold {
  color: #ffd700;
  margin-left: 0.12em;
  letter-spacing: 0.18em;
}
.line-contact-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: linear-gradient(90deg,#00c300 60%,#baff9a 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.09rem;
  border-radius: 24px;
  padding: 0.42em 1.5em 0.42em 1.1em;
  box-shadow: 0 2px 12px #00c30033, 0 1px 2px #222a;
  border: none;
  text-decoration: none;
  transition: box-shadow 0.18s, filter 0.18s, background 0.18s;
  line-height: 1.2;
  position: relative;
  margin-left: auto;
}
.line-contact-btn i {
  font-size: 1.22em;
  color: #fff;
  margin-right: 0.19em;
}
@media (max-width: 600px) {
  .header-logo-bar {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  .header-logo-bar span {
    font-size: 1em;
    margin-bottom: 0.4em;
  }
  .line-contact-btn {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    padding: 0.5em 1em;
    font-size: 1em;
  }
}

/* --- フッターお問い合わせリンク --- */
.luxe-footer-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 1.13em;
  padding: 0.62em 1.3em;
  border-radius: 2.2em;
  background: linear-gradient(120deg, #35353e 60%, #232323 100%);
  color: #ffd700;
  border: 2.2px solid #ffd70066;
  margin: 0.33em 0.22em;
  text-decoration: none;
  box-shadow: 0 4px 16px #ffd70033, 0 1.5px 0 #fffbe733 inset;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  overflow: hidden;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.13s;
}
.luxe-footer-icon-link:hover, .luxe-footer-icon-link:active {
  background: linear-gradient(100deg, #fffbe7 0%, #ffd700 90%);
  color: #232323;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px #ffd70055, 0 2px 8px #fffbe799;
}
.luxe-footer-icon-link.ig {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  border: 2.2px solid #fff3;
  box-shadow: 0 4px 20px #fd594988, 0 1.5px 0 #fffbe799 inset;
}
.luxe-footer-icon-link.ig:hover, .luxe-footer-icon-link.ig:active {
  filter: brightness(1.08) drop-shadow(0 2px 8px #fd5949cc);
  color: #fff;
  background: radial-gradient(circle at 50% 90%, #fffbe7 0%, #fd5949 50%, #d6249f 100%);
  border-color: #ffd700;
}
.luxe-footer-icon-link.line {
  background: linear-gradient(90deg,#06c755 60%,#baff9a 100%);
  color: #fff;
  border: 2.2px solid #baff9a55;
  box-shadow: 0 4px 16px #06c75555, 0 1.5px 0 #fffbe799 inset;
}
.luxe-footer-icon-link.line:hover, .luxe-footer-icon-link.line:active {
  filter: brightness(1.12) drop-shadow(0 2px 8px #06c755cc);
  color: #fff;
  background: linear-gradient(90deg, #baff9a 0%, #06c755 100%);
  border-color: #06c755;
}
.luxe-footer-icon-link i {
  font-size: 1.27em;
  margin-right: 0.48em;
  filter: drop-shadow(0 2px 8px #ffd70044);
  transition: filter 0.18s, color 0.18s;
}
.luxe-footer-icon-link.ig i.fa-instagram {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  filter: drop-shadow(0 2px 8px #fd594988);
}
.luxe-footer-icon-link.line i.fa-line {
  color: #fff;
  filter: drop-shadow(0 2px 8px #06c75588);
}
.luxe-footer-icon-link:hover i, .luxe-footer-icon-link:active i {
  filter: drop-shadow(0 2px 8px #ffd70099);
  color: #ffd700;
}


/* Instagram専用デザイン修正（フッター） */
.luxe-footer-icon-link.ig {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
  color: #fff !important;
  border: 2px solid #fff3 !important;
}
.luxe-footer-icon-link.ig i.fa-instagram {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  filter: none !important;
}

/* ビフォーアフター直後Instagramボタン中央ぞろえ */
.ig-link-gallery {
  text-align: center;
  margin: 2.2em 0 1.6em 0;
}
.ig-link-gallery .luxe-footer-icon-link.ig-link-btn {
  display: inline-block;
}

/* ビフォーアフター直後Instagramボタン */
.luxe-footer-icon-link.ig-link-btn {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #232323;
  border: 2px solid #fff3;
  font-weight: 900;
  font-size: 1.09em;
  box-shadow: 0 2px 14px #fd594988, 0 1px 2px #222a;
  transition: background 0.18s, box-shadow 0.18s, color 0.18s, border 0.18s;
}
.luxe-footer-icon-link.ig-link-btn i.fa-instagram {
  color: #232323;
  background: none;
  filter: none;
}
.luxe-footer-icon-link.ig-link-btn:hover {
  filter: brightness(1.15) drop-shadow(0 2px 8px #fd594988);
  color: #fff;
  border-color: #fff;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  background: linear-gradient(90deg, #23232a 60%, #ffd70044 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.07rem;
  border-radius: 2.3em;
  padding: 0.5em 1.6em 0.5em 1.2em;
  margin-bottom: 0.5em;
  box-shadow: 0 2px 14px #ffd70033, 0 1px 2px #222a;
  border: 2px solid #ffd70055;
  text-decoration: none;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s, border 0.18s, filter 0.18s;
  line-height: 1.2;
  position: relative;
}
.footer-contact-link:hover, .footer-contact-link:focus {
  background: linear-gradient(90deg, #ffd700 60%, #fffbe7 100%);
  color: #23232a;
  box-shadow: 0 6px 22px #ffd70077, 0 2px 8px #fff5;
  border: 2.5px solid #fffbe7cc;
  filter: brightness(1.07) saturate(1.12);
  outline: none;
}
.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.23em;
  color: #ffd700;
  background: #23232a;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  box-shadow: 0 1.5px 8px #ffd70044;
  margin-right: 0.2em;
  transition: background 0.18s, color 0.18s;
}
.footer-contact-link:hover .footer-contact-icon,
.footer-contact-link:focus .footer-contact-icon {
  color: #fffbe7;
  background: #ffd700;
}
.footer-contact-text {
  font-size: 1.09em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footer-contact-tel {
  margin-bottom: 0.35em;
}
.footer-contact-mail {
  margin-bottom: 0.1em;
}

/* --- About --- */
.about-section {
  background: #35353e;
  padding: 3.4rem 0 2.8rem 0;
  text-align: center;
}
.about-main-title {
  color: #ffd700;
  font-size: 2.35rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-shadow: 0 2px 8px #0007, 0 1px 0 #fff2;
  margin-bottom: 0.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-main-title::after {
  content: '';
  display: block;
  margin: 0.7em auto 0 auto;
  width: 68px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffd700 0%, #ff8ecf 100%);
  opacity: 0.92;
}

.about-desc-block {
  background: linear-gradient(135deg, #44454f 90%, #ffd70010 100%);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px #0004, 0 1.5px 0 #ffd70033 inset;
  max-width: 600px;
  margin: 0 auto 2.2rem auto;
  padding: 2.1em 2.5em 2em 2.5em;
  text-align: left;
  font-size: 1.15rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  border: 1.7px solid transparent;
  border-image: linear-gradient(120deg, #ffd700 0%, #ff8ecf 100%);
  border-image-slice: 1;
  position: relative;
  overflow: hidden;
}
.about-desc-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 30%, #ffd70022 0%, transparent 65%);
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
}
.about-desc-block > * { position: relative; z-index: 1; }

.about-cards {
  margin: 4.5rem auto 2.5rem auto;
  max-width: 540px;
}
.about-cards h3 {
  color: #fff;
  font-size: 1.27rem;
  font-weight: 800;
  margin: 2.2rem 0 1.1rem 0;
  text-align: center;
  letter-spacing: 0.06em;
}
.about-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2.1rem;
}
.card-item {
  background: rgba(255,255,255,0.09);
  color: #fff;
  border-radius: 13px;
  padding: 1.1em 1.2em;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 2px 10px #0002;
  text-align: center;
  letter-spacing: 0.03em;
}
.about-feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  justify-content: center;
  margin-top: 2.2rem;
}
.feature-card {
  display: flex;
  align-items: center;
  gap: 0.6em;
  background: rgba(255,255,255,0.13);
  color: #ffd700;
  border-radius: 12px;
  padding: 0.7em 1.4em;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 2px 10px #ffd70022;
  min-width: 150px;
  justify-content: center;
}
.feature-card i {
  color: #ffd700;
  font-size: 1.2em;
}

.about-lead {
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.about-detail {
  font-size: 1.02rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
}
.about-flow-label {
  font-size: 1.55rem;
  color: #fff;
  font-weight: 900;
  margin: 5rem auto 1.3rem auto;
  text-align: center;
  letter-spacing: 0.11em;
}
.about-flow-card {
  background: #44454f;
  border-radius: 17px;
  box-shadow: 0 2px 16px #0002;
  max-width: 540px;
  margin: 0 auto 0 auto;
  padding: 2.1em 2.3em 2.2em 2.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em;
}
.about-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.1em;
}
.about-flow-step-num {
  background: #ffd700;
  color: #232323;
  font-weight: 900;
  border-radius: 50%;
  width: 2.1em;
  height: 2.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.32em;
  margin-bottom: 0.3em;
  box-shadow: 0 2px 8px #0002;
}
.about-flow-step-title {
  color: #ffd700;
  font-size: 1.18em;
  font-weight: 900;
  margin-bottom: 0.2em;
}
.about-flow-step-desc {
  color: #fff;
  font-size: 1.03em;
  text-align: center;
  opacity: 0.95;
}
.about-flow-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-flow-img {
  width: 100%;
  max-width: 420px;
  border-radius: 13px;
  box-shadow: 0 2px 16px #0003;
  border: 2px solid #ffd70022;
  background: #232323;
  object-fit: cover;
}
@media (max-width: 900px) {
  .about-main-title { font-size: 1.5rem; }
  .about-lead, .about-detail, .about-flow-card { max-width: 97vw; padding: 1em 0.7em; }
  .about-flow-img { max-width: 97vw; }
}

/* --- 料金表 --- */
.price-section {
  background: #2c2c2c;
  padding: 2.1rem 0 1.5rem 0;
  text-align: center;
}
.price-table {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
.price-card {
  background: linear-gradient(120deg, #232323 80%, #bfa14e 120%);
  border-radius: 13px;
  box-shadow: 0 2px 12px #ffd70022;
  padding: 1.2rem 2.3rem;
  color: #fff;
  min-width: 145px;
  text-align: center;
}
.price-type {
  font-size: 1.08rem;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 0.5em;
}
.price-value {
  font-size: 1.45rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 8px #ffd70055;
}
.price-notes {
  font-size: 0.97rem;
  color: #ffd700;
  margin-top: 0.5rem;
}
@media (max-width: 900px) {
  .price-table { flex-direction: column; gap: 0.8rem; }
  .price-card { min-width: 0; width: 90vw; max-width: 340px; margin: 0 auto; }
}

/* --- サロン導入案内（洗練カードデザイン） --- */
.salon-section-title {
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 2.2rem;
  color: #fff;
}
.salon-section-title .gold-gradient {
  background: linear-gradient(90deg, #ffd700 60%, #fffbe7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  margin-left: 0.2em;
}
.salon-benefit-outer {
  background: linear-gradient(120deg, rgba(40,40,50,0.92) 80%, rgba(191,161,78,0.10) 120%);
  border-radius: 1.8em;
  box-shadow: 0 8px 32px #ffd70055, 0 1.5px 0 #ffd70033 inset;
  border: 2.5px solid #ffd70055;
  padding: 2.5em 1.3em 2.3em 1.3em;
  margin: 0 auto 2.8em auto;
  max-width: 520px;
}
.salon-benefit-leadbox {
  text-align: center;
  margin-bottom: 2.1em;
}
.salon-benefit-lead-title {
  font-size: 1.32rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
}
.salon-benefit-lead-divider {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #ffd700 60%, #fffbe7 100%);
  margin: 1rem auto 1.2rem auto;
  border-radius: 2px;
}
.salon-benefit-lead-desc {
  font-size: 1.08rem;
  color: #fff9;
  margin-bottom: 0.1em;
  font-weight: 500;
}
.salon-benefit-card-list {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.salon-benefit-card {
  display: flex;
  align-items: flex-start;
  background: rgba(40,40,50,0.93);
  border-radius: 1.3em;
  border: 2px solid #ffd70055;
  box-shadow: 0 4px 16px #ffd70022, 0 1.5px 0 #ffd70022 inset;
  padding: 1.2em 1.2em 1.1em 1.2em;
  margin: 0 auto;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}
.salon-benefit-card:hover {
  transform: scale(1.03) translateY(-2px);
  box-shadow: 0 8px 32px #ffd70055, 0 2px 10px #fff5;
  z-index: 2;
}
.salon-benefit-icon {
  font-size: 2.1rem;
  color: #ffd700;
  margin-right: 1em;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px #ffd70055);
  display: flex;
  align-items: center;
  justify-content: center;
}
.salon-benefit-card-title {
  font-size: 1.13rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.18em;
  letter-spacing: 0.01em;
}
.salon-benefit-card-desc {
  color: #fff9;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.salon-detail-outer {
  margin: 2.5em auto 0 auto;
  max-width: 520px;
}
.salon-detail-card {
  background: linear-gradient(120deg, rgba(40,40,50,0.97) 80%, rgba(191,161,78,0.13) 120%);
  border-radius: 1.6em;
  box-shadow: 0 6px 24px #ffd70033, 0 1.5px 0 #ffd70022 inset;
  border: 2.5px solid #ffd70077;
  padding: 2.1em 1.2em 1.7em 1.2em;
  margin: 0 auto 1.1em auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.salon-detail-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85em;
  margin-bottom: 1.1em;
  width: 100%;
  justify-content: center;
}
.salon-detail-header i {
  font-size: 1.45em;
  color: #ffd700;
  filter: drop-shadow(0 2px 8px #ffd70055);
}
.salon-detail-title-main {
  font-size: 1.13rem;
  font-weight: 900;
  color: #fff;
  margin-right: 0.2em;
}
.salon-detail-title-method {
  font-size: 1rem;
  color: #fff8;
  font-weight: 500;
}
.salon-detail-badge {
  background: linear-gradient(90deg, #ffd700 60%, #ff9800 100%);
  color: #fff;
  font-size: 0.93em;
  font-weight: 900;
  border-radius: 1.2em;
  padding: 0.3em 1.2em;
  box-shadow: 0 2px 8px #ffd70044;
  letter-spacing: 0.06em;
  margin-left: 0.5em;
  text-shadow: 0 1px 4px #d9a300aa;
  border: 1.5px solid #fffbe7cc;
}
.salon-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em 1.2em;
  justify-content: center;
}
.salon-detail-list li {
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 1.01rem;
  font-weight: 700;
  border-radius: 1em;
  padding: 0.32em 1.2em 0.32em 1em;
  display: flex;
  align-items: center;
  gap: 0.45em;
  box-shadow: 0 1px 4px #ffd70022;
}
.salon-detail-list i {
  color: #ffd700;
  font-size: 1.1em;
  margin-right: 0.1em;
}
.salon-detail-present {
  margin-top: 0.7em;
  background: linear-gradient(90deg, #ffd700 20%, #fffbe7 100%);
  color: #222;
  font-size: 1.01rem;
  font-weight: 900;
  border-radius: 1.1em;
  padding: 0.7em 1.3em;
  box-shadow: 0 2px 8px #ffd70044;
  display: flex;
  align-items: center;
  gap: 0.7em;
  justify-content: center;
}
.salon-detail-present i {
  color: #ff9800;
  font-size: 1.25em;
  margin-right: 0.3em;
}

/* --- 導入特典・benefit-cardsリッチデザイン --- */
.benefit-cards-section {
  background: linear-gradient(120deg, #23232a 60%, #ffd70022 100%);
  border-radius: 2.2em;
  box-shadow: 0 6px 32px #ffd70033, 0 1.5px 0 #ffd70022 inset;
  padding: 3.2rem 1.2rem 2.6rem 1.2rem;
  margin: 2.3rem auto 2.7rem auto;
  max-width: 900px;
  position: relative;
}
.benefit-title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #ffd700;
  text-shadow: 0 2px 12px #ffd70055, 0 1px 0 #fffbe7cc;
  margin-bottom: 1.2rem;
  position: relative;
}
.benefit-title i {
  color: #ffd700;
  margin-right: 0.5em;
}
.benefit-divider {
  display: inline-block;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #ffd700 60%, #fffbe7 100%);
  border-radius: 2px;
  margin-left: 1em;
  vertical-align: middle;
}
.benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.1rem;
}
.benefit-card {
  background: linear-gradient(120deg, #232323 80%, #ffd70033 120%);
  border-radius: 1.6em;
  box-shadow: 0 6px 24px #ffd70022, 0 1.5px 0 #ffd70022 inset;
  border: 2.5px solid #ffd70077;
  padding: 2.1em 1.2em 1.7em 1.2em;
  margin: 0 auto 1.1em auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  max-width: 320px;
  color: #fff;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}
.benefit-card:hover {
  transform: scale(1.045) translateY(-6px);
  box-shadow: 0 16px 48px #ffd70099, 0 2px 10px #fff5;
  z-index: 3;
}
.benefit-icon {
  font-size: 2.3em;
  color: #ffd700;
  margin-bottom: 0.6em;
  text-shadow: 0 2px 12px #ffd70055, 0 1px 0 #fff5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .benefit-cards {
    flex-direction: column;
    gap: 1.3rem;
    align-items: stretch;
  }
  .benefit-card {
    min-width: 0;
    width: 90vw;
    max-width: 340px;
    margin: 0 auto 1.1em auto;
  }
  .benefit-title {
    font-size: 1.3rem;
  }
  .benefit-divider {
    width: 60px;
  }
}

/* --- LINE予約ボタン --- */

/* === スクール特長セクション === */
.school-feature-section {
  margin: 3.2em 0 2.1em 0;
  text-align: center;
}
.school-feature-title {
  font-size: 1.45rem;
  font-weight: 900;
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 60%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #ffd700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 12px #ffd70055;
  margin-bottom: 1.6em;
}
.school-feature-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2em;
}
.school-feature-card {
  background: linear-gradient(120deg, #23232a 80%, #ffd70033 120%);
  border-radius: 1.4em;
  box-shadow: 0 4px 24px #ffd70033, 0 1.5px 0 #ffd70022 inset;
  border: 2.2px solid #ffd70088;
  padding: 1.6em 1.3em 1.2em 1.3em;
  min-width: 220px;
  max-width: 320px;
  color: #fff;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}
.school-feature-card:hover {
  transform: scale(1.045) translateY(-6px);
  box-shadow: 0 16px 48px #ffd70099, 0 2px 10px #fff5;
  z-index: 3;
}
.school-feature-icon {
  font-size: 2.2em;
  color: #ffd700;
  margin-bottom: 0.5em;
  filter: drop-shadow(0 2px 8px #ffd70044);
}
.school-feature-card-title {
  font-weight: 800;
  font-size: 1.13em;
  color: #ffd700;
  margin-bottom: 0.3em;
}
.school-feature-card-desc {
  font-size: 1.01em;
  opacity: 0.93;
}
@media (max-width: 700px) {
  .school-feature-cards { flex-direction: column; gap: 0.9em; }
  .school-feature-card { min-width: unset; max-width: 98vw; }
}

.line-reserve-wrap {
  text-align: center;
  margin: 2.2rem 0 2.2rem 0;
}
.line-reserve-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  background: linear-gradient(90deg, #00c300 60%, #baff9a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.13rem;
  border-radius: 26px;
  padding: 0.65em 2.2em 0.65em 1.5em;
  box-shadow: 0 2px 12px #00c30033, 0 1px 2px #222a;
  border: none;
  text-decoration: none;
  transition: box-shadow 0.18s, filter 0.18s, background 0.18s;
  line-height: 1.2;
  position: relative;
}
.line-reserve-btn i {
  font-size: 1.35em;
  color: #fff;
  margin-right: 0.18em;
}
.line-reserve-btn:hover {
  filter: brightness(1.12);
  background: linear-gradient(90deg,#00e300 60%,#ffd700 100%);
  color: #232323;
}

/* --- フッターは現状維持 --- */

/* --- 他店との違いセクション専用タイトル・ヘッダー・アイコン装飾 --- */
.diff-section .diff-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  margin-bottom: 0.5em;
}
.diff-section .diff-title {
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 0.25em 0;
  padding: 0.1em 0 0.2em 0;
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 60%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-bottom: 2.5px solid #ffd700cc;
  display: inline-block;
  border-radius: 0.2em;
  box-shadow: 0 2px 12px #ffd70033;
}
.diff-section .diff-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3em;
  width: 2.3em;
  background: linear-gradient(120deg, #fffbe7 0%, #ffd700 100%);
  border-radius: 50%;
  box-shadow: 0 2px 10px #ffd70033;
  margin-right: 0.1em;
}


/* --- スカルプインク特長リスト幅調整 --- */
.school-detail-card-body .school-detail-list-inner {
  width: 60%;
  margin: 0 auto;
}


* { margin: 0; padding: 0; box-sizing: border-box; }

/* --- デバイス別表示制御 --- */
.desktop-only { display: inline-block; }
.line-contact-btn-mobile, .hero-video-mobile { display: none; }
@media (max-width: 600px) {
  .desktop-only { display: none !important; }
  .line-contact-btn-mobile, .hero-video-mobile { display: block !important; }
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #fff;
  background-color: #35353e;
  overflow-x: hidden;
}

.header-logo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 1.2em 0 2.2em;
  background: linear-gradient(90deg, rgba(34,34,34,0.18) 50%, rgba(255,215,0,0.13) 100%);
  position: fixed;
  top: 0; left: 0; width: 100vw; z-index: 1000;
  border-bottom: 1.5px solid rgba(255,215,0,0.18);
}
.header-logo-bar span {
  margin-right: auto;
  text-align: left;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.28em;
  background: linear-gradient(90deg, #fffbe0 10%, #ffd700 55%, #fffbe0 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.line-contact-btn, .line-contact-btn-mobile {
  display: flex;
  align-items: center;
  gap: 0.45em;
  background: linear-gradient(90deg,#00c300 60%,#baff9a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.08rem;
  border-radius: 26px;
  padding: 0.5em 1.3em 0.5em 1em;
  box-shadow: 0 2px 12px #00c30033, 0 1px 2px #222a;
  border: none;
  text-decoration: none;
  transition: box-shadow 0.18s, filter 0.18s, background 0.18s;
  line-height: 1.2;
  position: relative;
}
.line-contact-btn i, .line-contact-btn-mobile i {
  font-size: 1.25em;
  color: #fff;
  margin-right: 0.15em;
}

.hero {
  padding-top: 60px;
  background: #35353e;
  color: #fff;
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
  background: linear-gradient(135deg, #fff 30%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- ギャラリー --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem 1.2rem;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 2.8rem auto;
  max-width: 1100px;
  padding: 0 1.5rem;
}
.gallery-item {
  background: linear-gradient(120deg, #232323 80%, #3a2c10 100%);
  border-radius: 16px;
  box-shadow: 0 4px 24px #0004, 0 1.5px 0 #ffd70022;
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-item:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px #ffd70066, 0 2px 6px #0008;
  z-index: 2;
}
.gallery-image {
  width: 100%;
  padding: 0.5em 0.5em 0.8em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
.gallery-image img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 10px;
  border: 2.5px solid #ffd70044;
  box-shadow: 0 2px 14px #0002;
  background: #232323;
  transition: filter 0.22s, box-shadow 0.22s;
  display: block;
}
.gallery-item:hover img {
  filter: brightness(1.08) drop-shadow(0 2px 8px #ffd70088);
  box-shadow: 0 6px 24px #ffd70044, 0 2px 6px #0007;
}
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem 0.7rem;
    padding: 0 0.5rem;
  }
  .gallery-image img {
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem 0.5rem;
    padding: 0 0.2rem;
  }
  .gallery-item {
    border-radius: 9px;
  }
  .gallery-image img {
    max-width: 94vw;
    border-radius: 7px;
  }
}

/* --- Luxe Footer --- */
.luxe-footer {
  background: linear-gradient(120deg, #232323 70%, #3a2c10 100%);
  color: #fff;
  padding: 2.3rem 0 1.1rem 0;
  border-top: 1.5px solid #bfa14e44;
}
.luxe-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1em;
  max-width: 480px;
  margin: 0 auto;
}
.luxe-footer-title {
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #ffd700;
  text-shadow: 0 2px 8px #0007,0 1px 0 #fff2;
  margin-bottom: 0.2em;
}
.luxe-footer-divider {
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #fff 0%, #ffd700 35%, #ff9800 65%, #b8860b 100%);
  margin: 0.7em 0 1.1em 0;
}
.luxe-footer-links {
  display: flex;
  gap: 1.6em;
  align-items: center;
  justify-content: center;
}
.luxe-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55em;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  color: #fff;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s, filter 0.18s;
  box-shadow: 0 2px 10px #0002;
  margin: 0 0.1em;
  text-decoration: none;
  border: 1.5px solid #bfa14e33;
  position: relative;
}
.luxe-footer-icon.ig {
  color: #fff;
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border: 1.5px solid #fff3;
}
.luxe-footer-icon.line {
  color: #fff;
  background: linear-gradient(90deg,#06c755 60%,#baff9a 100%);
  border: 1.5px solid #baff9a55;
}
.luxe-footer-icon.phone {
  color: #ffd700;
  background: linear-gradient(120deg,#232323 60%,#bfa14e 120%);
  border: 1.5px solid #ffd70055;
}
.luxe-footer-icon:hover {
  filter: brightness(1.18) drop-shadow(0 2px 8px #ffd70088);
  box-shadow: 0 4px 18px #ffd70033, 0 1px 2px #222a;
  background: linear-gradient(90deg, #fffbe0 0%, #ffd700 80%, #ff9800 100%);
  color: #222;
}
.luxe-footer-tel {
  font-size: 0.97em;
  font-weight: 700;
  margin-left: 0.5em;
  letter-spacing: 0.06em;
  color: #ffd700;
}
@media (max-width: 600px) {
  .luxe-footer-inner { max-width: 98vw; }
  .luxe-footer-links { gap: 1em; }
  .luxe-footer-title { font-size: 1.09rem; }
  .luxe-footer-divider { width: 80px; }
}
.luxe-footer-tel {
  font-size: 0.97em;
  font-weight: 700;
  margin-left: 0.5em;
  letter-spacing: 0.06em;
  color: #ffd700;
}
@media (max-width: 600px) {
  .luxe-footer-inner { max-width: 98vw; }
  .luxe-footer-links { gap: 1em; }
  .luxe-footer-title { font-size: 1.09rem; }
  .luxe-footer-divider { width: 80px; }
}

@media (max-width: 768px) {
  .header-logo-bar { padding: 0 0.6em 0 1em; height: 48px; }
  .hero-title { font-size: 1.7rem; }
}

/* --- 施術プラン例カード --- */
.plan-card-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin: 2.2rem 0 2.2rem 0;
}
.plan-card {
  background: linear-gradient(120deg, rgba(40,40,50,0.92) 70%, rgba(255,215,0,0.11) 100%);
  border-radius: 1.7em;
  box-shadow: 0 6px 28px #ffd70033, 0 1.5px 0 #ffd70022 inset;
  padding: 2.1em 2.2em 1.7em 2.2em;
  border: 2.5px solid #ffd70055;
  position: relative;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.18s, box-shadow 0.18s;
  overflow: hidden;
}
.plan-card:hover {
  transform: scale(1.035) translateY(-2px);
  box-shadow: 0 12px 38px #ffd70077, 0 2px 10px #fff5;
  z-index: 2;
}
.plan-icon {
  font-size: 2.2em;
  color: #ffd700;
  margin-bottom: 0.6em;
  text-shadow: 0 2px 12px #ffd70055, 0 1px 0 #fff5;
}
.plan-title {
  font-size: 1.22em;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0.7em;
  text-shadow: 0 2px 12px #0007;
}
.plan-info-block {
  display: flex;
  gap: 1.3em;
  justify-content: center;
}
.plan-shot {
  font-size: 1.09em;
  color: #e2c16b;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.plan-times {
  font-size: 0.99em;
  color: #fff;
  font-weight: 700;
  opacity: 0.92;
}
@media (max-width: 700px) {
  .plan-card {
    padding: 1.2em 0.7em 1.2em 0.7em;
  }
  .plan-card-list {
    gap: 0.7rem;
  }
  .plan-title { font-size: 1.05em; }
  .plan-icon { font-size: 1.5em; }
  .plan-info-block { gap: 0.7em; }
}

/* --- 料金表カード（カッコよくアップデート） --- */

/* =============================
   スクール詳細セクション用カードデザイン
   ============================= */
/* =============================
   スクール詳細セクション用カードデザイン（リッチ・アップロード風）
   ============================= */

/* --- アコーディオン（スクール詳細） --- */
.accordion-group {
  width: 100%;
  margin: 0 auto 1.2em auto;
  max-width: 400px;
}
.accordion-item {
  background: linear-gradient(120deg, #23232a 80%, #ffd70033 120%);
  border-radius: 1.4em;
  box-shadow: 0 2px 12px #ffd70033, 0 1.5px 0 #ffd70022 inset;
  margin-bottom: 1.1em;
  overflow: hidden;
  transition: box-shadow 0.18s, transform 0.18s;
}
.accordion-header {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.13em;
  font-weight: 900;
  color: #ffd700;
  padding: 1.1em 1.2em;
  cursor: pointer;
  position: relative;
  transition: background 0.18s, color 0.18s;
  letter-spacing: 0.04em;
}
.accordion-header:after {
  content: '\25BC';
  font-size: 1em;
  color: #ffd700;
  margin-left: auto;
  transition: transform 0.25s;
}
.accordion-header[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}
.accordion-panel {
  padding: 0.9em 1.2em 1.2em 1.2em;
  background: rgba(34,34,34,0.90);
  color: #fff;
  font-size: 1.05em;
  line-height: 1.7;
  border-top: 1.5px solid #ffd70033;
  animation: accordionOpen 0.25s cubic-bezier(.42,0,.58,1);
}
@keyframes accordionOpen {
  from { opacity: 0; transform: translateY(-8px) scaleY(0.97); }
  to   { opacity: 1; transform: none; }
}
@media (max-width: 600px) {
  .accordion-group {
    max-width: 98vw;
  }
  .accordion-header {
    font-size: 1.08em;
    padding: 1em 1em;
  }
  .accordion-panel {
    font-size: 0.99em;
    padding: 0.7em 1em 1em 1em;
  }
}
/* --- 他店との違い専用デザイン --- */
.diff-card {
  background: linear-gradient(120deg, rgba(40,40,50,0.97) 80%, rgba(255,215,0,0.13) 120%);
  border-radius: 1.9em;
  box-shadow: 0 8px 36px #ffd70055, 0 2px 14px #fff5, 0 1.5px 0 #ffd70044 inset;
  border: 2.5px solid #ffd70077;
  padding: 2.2em 2.1em 2em 2.1em;
  margin: 0 auto 2.1em auto;
  max-width: 900px;
  width: 100%;
  position: relative;
  overflow: visible;
  text-align: center;
  animation: diffFadeIn 1.2s cubic-bezier(.42,0,.58,1);
}

@media (min-width: 900px) {
  .diff-section {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .diff-feature-wrap--separate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 2.8em 2.2em;
    width: 100%;
  }
  .diff-feature--one-dot, .diff-feature--stamp {
    min-width: 420px;
    max-width: 600px;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 1.2em;
    align-self: stretch;
  }
}


  .diff-section {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .diff-feature-wrap--separate {
    justify-content: center;
    gap: 2.8em 2.2em;
  }
  .diff-feature--one-dot, .diff-feature--stamp {
    min-width: 420px;
    max-width: 100%;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 1.2em;
  }
}

  .diff-card {
    max-width: 1100px;
    padding-left: 2.1em;
    padding-right: 2.1em;
  }
  .diff-feature-wrap--separate {
    justify-content: center;
    gap: 2.8em 2.2em;
  }
  .diff-feature--one-dot, .diff-feature--stamp {
    min-width: 420px;
    max-width: 100%;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 1.2em;
  }
}



@keyframes diffFadeIn {
  from { opacity: 0; transform: translateY(40px) scale(0.97); }
  to   { opacity: 1; transform: none; }
}
.diff-card .diff-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  margin-bottom: 1.2em;
  position: relative;
}
.diff-card .diff-icon {
.diff-card .diff-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #ffd700 60%, #fffbe7 100%);
  border-radius: 1.5em;
  box-shadow: 0 2px 12px #ffd70088, 0 2.5px 0 #fffbe7cc inset;
  padding: 0.65em 0.7em;
  border: 2.2px solid #ffd700ee;
}
.diff-card .diff-title {
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  background: linear-gradient(90deg, #fffbe7 20%, #ffd700 60%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: #ffd700;
  margin: 0;
  padding: 0;
  line-height: 1.18;
}
.diff-vs-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffd700 0%, #fffbe7 60%, #ffd700 100%);
  margin: 0.7em auto 1.3em auto;
  box-shadow: 0 2px 12px #ffd70055, 0 1.5px 0 #fffbe7cc inset;
}
.diff-feature-wrap {
  gap: 2.4em;
}

.diff-feature-wrap--separate {
  flex-wrap: wrap;
  gap: 2.4em 1.3em;
}

.diff-feature--one-dot, .diff-feature--stamp {
  background: linear-gradient(120deg, #24406a 65%, #47b6ff 120%);
  border-radius: 1.4em;
  box-shadow: 0 4px 18px #ffd70033, 0 1.5px 0 #ffd70022 inset;
  border: 2.2px solid #ffd70077;
  padding: 1.6em 1.3em 1.2em 1.3em;
  width: 500px !important;
  min-width: 500px !important;
  max-width: 100vw !important;
  color: #fff;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diff-feature-wrap,
.diff-feature-wrap--separate {
  /* デフォルトは従来通り（横並び・中央ぞろえ・幅制限なし） */
}
.diff-feature {
  /* デフォルトは従来通り */
}
@media (max-width: 900px) {
  .diff-feature-wrap,
  .diff-feature-wrap--separate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 1.2em;
    max-width: 98vw;
    width: 100vw;
    margin: 0 auto;
    padding: 0 0.2em;
  }
  .diff-feature {
    flex: 1 1 160px;
    min-width: 120px;
    max-width: 98vw;
    margin: 0 0.5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .diff-card {
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .diff-feature-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9em;
    max-width: 99vw;
    width: 100vw;
    padding: 0 0.1em;
  }
  .diff-feature-wrap--separate {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
  }
  .diff-feature-wrap--separate .diff-feature {
    flex: unset;
    max-width: none;
  }
  .diff-feature {
    width: 100%;
    max-width: 400px;
    flex: 1 1 120px;
    min-width: 0;
    margin: 0 auto 1em auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.diff-card {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2.1em auto;
  padding-left: 2.1em;
  padding-right: 2.1em;
}



.diff-feature--one-dot {
  border-color: #ffd700cc;
}

.diff-feature--stamp {
  border-color: #ff9800cc;
}

.diff-feature-title {
  font-size: 1.25em;
  font-weight: 900;
  margin-bottom: 0.5em;
  letter-spacing: 0.04em;
}

.diff-feature-desc {
  font-size: 1.02em;
  color: #ffd700;
  margin-bottom: 0.7em;
  font-weight: 600;
  text-shadow: 0 2px 8px #ffd70033;
}

  display: flex;
  gap: 1.2em;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.8em;
  flex-wrap: wrap;
}
.diff-card {
  background: rgba(34,34,34,0.82);
  border-radius: 1.5em;
  box-shadow: 0 2.5px 12px #ffd70022;
  padding: 1.1em 1.3em 1em 1.3em;
  flex: 1 1 180px;
  min-width: 160px;
  max-width: 220px;
  margin: 0 0.2em;
  text-align: center;
  position: relative;
}

.diff-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0.9em;
  max-width: 99vw;
  width: 100vw;
  padding: 0 0.1em;
}

@media (max-width: 600px) {
  .diff-cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9em;
    max-width: 99vw;
    width: 100vw;
    padding: 0 0.1em;
  }
  .diff-card {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
  }
}

.diff-label {
  display: inline-block;
  font-weight: 900;
  font-size: 1.13em;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(90deg, #ffd700 60%, #ff9800 100%);
  border-radius: 1.2em;
  padding: 0.22em 1.1em;
  margin-bottom: 0.7em;
  box-shadow: 0 2px 8px #ffd70033;
  text-shadow: 0 2px 8px #ffd70055;
}
.diff-list {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}
.diff-list li {
  color: #fff;
  font-size: 1.07em;
  font-weight: 600;
  margin-bottom: 0.48em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-shadow: 0 2px 8px #ffd70055, 0 1px 0 #fffbe7cc;
  white-space: nowrap;
}
.diff-list li::before {
  content: '\272A';
  color: #fffbe7;
  font-size: 1.07em;
  margin-right: 0.3em;
  filter: drop-shadow(0 2px 8px #ffd70088);
}
@media (max-width: 700px) {
  .diff-card { padding: 1.1em 0.4em 1.2em 0.4em; border-radius: 1.3em; }
  .diff-card .diff-title { font-size: 1.18rem; }
  .diff-header { gap: 0.6em; }
  .diff-feature { padding: 0.7em 0.5em 0.7em 0.5em; }
}

.glass-gold-card {
  text-align: center;
  background: linear-gradient(120deg, rgba(40,40,50,0.92) 60%, rgba(255,215,0,0.16) 100%);
  border-radius: 2.7em;
  box-shadow: 0 12px 40px #ffd70066, 0 2px 14px #fff3, 0 1.5px 0 #ffd70033 inset;
  padding: 3.2em 2.7em 2.6em 2.7em;
  border: 3.5px solid;
  border-image: linear-gradient(120deg, #fffbe7cc 10%, #ffd700 60%, #ff9800 100%) 1;
  position: relative;
  backdrop-filter: blur(13px) saturate(1.15);
  -webkit-backdrop-filter: blur(13px) saturate(1.15);
  margin-bottom: 2.8rem;
  transition: transform 0.18s, box-shadow 0.18s;
  overflow: visible;
}
.glass-gold-card:hover {
  transform: scale(1.045) translateY(-8px);
  box-shadow: 0 24px 64px #ffd70099, 0 4px 18px #fff8;
  z-index: 5;
}

.school-detail-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1em;
  margin-bottom: 1.4em;
  position: relative;
}
.school-detail-card-header::after {
  content: '';
  display: block;
  width: 90%;
  height: 5px;
  margin: 0.4em auto 0 auto;
  border-radius: 3px;
  background: linear-gradient(90deg, #fff 0%, #ffd700 40%, #ff9800 100%);
  box-shadow: 0 2px 12px #ffd70055, 0 1.5px 0 #fffbe7cc inset;
  position: absolute;
  left: 5%;
  bottom: -1.1em;
  z-index: 1;
}

.school-detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #23232a 60%, #ffd70044 100%);
  border-radius: 1.7em;
  box-shadow: 0 2px 12px #ffd70077, 0 2.5px 0 #fffbe7cc inset;
  padding: 0.68em 0.7em;
  border: 2.2px solid #ffd700bb;
  position: relative;
}

.school-detail-title {
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 60%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: #ffd700;
}

.school-detail-card-body {
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.85;
  padding-top: 0.9em;
}

.school-detail-subtitle {
  font-size: 1.24rem;
  font-weight: bold;
  margin-bottom: 0.9em;
  color: #ffd700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px #ffd70044;
}

  background: linear-gradient(120deg, #23232a 60%, #ffd70044 100%);
  border-radius: 1.7em;
  box-shadow: 0 2px 12px #ffd70077, 0 2.5px 0 #fffbe7cc inset;
  padding: 0.68em 0.7em;
  border: 2.2px solid #ffd700bb;
  position: relative;
}


  border: 1.2px solid #ffd70066;
}
.school-detail-title {
  font-size: 1.48rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center !important;
  display: block;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center;
  align-items: center;
}

.gold-gradient-text {
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 60%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: #ffd700;
}
.school-detail-card-body {
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.85;
  padding-top: 0.9em;
}

.school-detail-subtitle {
  font-size: 1.24rem;
  font-weight: bold;
  margin-bottom: 0.9em;
  color: #ffd700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px #ffd70044;
}

.school-detail-subtitle-small {
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 0.7em;
  color: #ffd700;
  letter-spacing: 0.02em;
}

.school-detail-list, .school-detail-list-inner {
  text-align: center;
  justify-content: center;
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.1em 0;
  width: 100%;
  display: block;
}

.school-detail-list > li, .school-detail-list-inner > li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.65em;
  background: rgba(255,255,255,0.09);
  border-radius: 1.5em;
  padding: 0.59em 1.4em;
  margin-bottom: 0.48em;
  position: relative;
  font-size: 1.07em;
  color: #fff;
  box-shadow: 0 2.5px 12px #ffd70022;
  font-weight: 500;
}

.school-detail-list {
  text-align: center;
  background: rgba(255,255,255,0.06);
  border-radius: 1.1em;
  padding: 0.43em 1.1em;
  margin-bottom: 0.38em;
  position: relative;
  font-size: 1em;
  color: #fff;
  box-shadow: 0 1.5px 8px #ffd70011;
}

.school-detail-list-label {
  font-weight: 800;
  color: #ffd700;
  margin-right: 0.4em;
  font-size: 1.08em;
}

  font-size: 1.08em;
}

  font-weight: 700;
  color: #ffd700;
  margin-right: 0.3em;
}
.school-detail-list-inner > li::before {
  content: '\2605'; /* 星マーク */
  color: #ffd700;
  font-size: 1.25em;
  margin-right: 0.33em;
  filter: drop-shadow(0 2px 8px #ffd70044);
}

.school-detail-list-inner > li {
  padding-left: 0.2em;
}
.school-detail-list-inner > li {
  padding-left: 0.2em;
}

.school-detail-feature {
  margin-bottom: 1.1em;
}
.school-detail-feature-label {
  color: #ffd700;
  font-weight: bold;
  margin-bottom: 0.22em;
  display: inline-block;
  font-size: 1.07em;
  letter-spacing: 0.04em;
}

  color: #ffd700;
  font-weight: bold;
  margin-bottom: 0.22em;
  display: inline-block;
  font-size: 1.07em;
  letter-spacing: 0.04em;
}

  color: #ffd700;
  font-weight: bold;
  margin-bottom: 0.18em;
  display: inline-block;
}

.school-detail-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.6em;
  margin-bottom: 2.2em;
  width: 100%;
}

  display: flex;
  justify-content: center;
  margin-top: 2.2em;
  margin-bottom: 1.2em;
}

  display: flex;
  justify-content: center;
  margin-top: 1.8em;
  margin-bottom: 1em;
}
.btn-gold-glass {
  background: linear-gradient(90deg, #ffd700 60%, #ff9800 100%);
  color: #23232a;
  font-weight: 900;
  font-size: 1.15em;
  border-radius: 2em;
  border: none;
  padding: 0.85em 2.4em;
  box-shadow: 0 4px 16px #ffd70044, 0 1.5px 0 #fffbe7cc inset;
  letter-spacing: 0.07em;
  transition: background 0.18s, box-shadow 0.18s, color 0.13s;
  text-shadow: 0 1.5px 4px #fffbe7cc;
  position: relative;
  z-index: 2;
}
.btn-gold-glass:hover {
  background: linear-gradient(90deg, #fffbe7 60%, #ffd700 100%);
  color: #b48800;
  box-shadow: 0 12px 48px #ffd70077, 0 1.5px 0 #fffbe7cc inset;
  border: 2.5px solid #ffd700;
}

  background: linear-gradient(90deg, #fffbe7 60%, #ffd700 100%);
  color: #b48800;
  box-shadow: 0 12px 48px #ffd70077, 0 1.5px 0 #fffbe7cc inset;
  border: 2.5px solid #ffd700;
}

  background: linear-gradient(90deg, #fffbe7 60%, #ffd700 100%);
  color: #b48800;
  box-shadow: 0 8px 32px #ffd70077, 0 1.5px 0 #fffbe7cc inset;
}

@media (max-width: 700px) {
  .glass-gold-card {
    padding: 1.3em 0.7em 1.1em 0.7em;
    border-radius: 1.2em;
  }
  .school-detail-title {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .school-detail-card-header {
    gap: 0.55em;
  }
  .btn-gold-glass {
    font-size: 1em;
    padding: 0.7em 1.6em;
  }
}

.price-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, rgba(40,40,50,0.85) 65%, rgba(255,215,0,0.13) 100%);
  border-radius: 2.3em;
  box-shadow: 0 8px 32px #ffd70055, 0 1.5px 0 #ffd70033 inset;
  padding: 2.3em 2.2em 2em 2.2em;
  border: 2.5px solid #ffd70088;
  position: relative;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 1.3rem;
  transition: transform 0.18s, box-shadow 0.18s;
  overflow: hidden;
}
.price-card:hover {
  transform: scale(1.045) translateY(-4px);
  box-shadow: 0 16px 48px #ffd70099, 0 2px 10px #fff5;
  z-index: 3;
}
.price-card .menu-item {
  font-size: 1.28rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0.6em;
  text-shadow: 0 2px 12px #0007;
  margin-bottom: 0.7em;
}
.price-card .menu-price {
  font-size: 2.18rem;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(90deg, #ffd700 10%, #fffbe7 60%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: 0.09em;
  text-shadow: 0 2px 24px #ffd70077, 0 1.5px 0 #fff8;
  border-radius: 0.6em;
  padding: 0.1em 0.4em;
  margin-bottom: 0.1em;
}
.price-card .badge {
  position: absolute;
  top: 1.1em;
  right: 1.1em;
  background: linear-gradient(90deg, #ffd700 60%, #ff9800 100%);
  color: #fff;
  font-size: 0.93em;
  font-weight: 900;
  border-radius: 1.2em;
  padding: 0.3em 1.2em;
  box-shadow: 0 2px 8px #ffd70044;
  letter-spacing: 0.06em;
  z-index: 10;
  text-shadow: 0 1px 4px #d9a300aa;
  border: 1.5px solid #fffbe7cc;
}

