/* ==============================
   リセット&ベース設定
============================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  color: #323232;
  background: #fff;
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

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

a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* ==============================
   表示切替
============================== */
.pc-only { 
  display: block; 
}

.sp-only { 
  display: none; 
}

@media (max-width: 768px) {
  .pc-only { 
    display: none !important; 
  }
  
  .sp-only { 
    display: block !important; 
  }
}

/* ==============================
   PCヘッダー
============================== */
.header-top {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5rem 2rem;
}

.header-top nav {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.header-top ul {
  display: inline-flex;
  gap: 2rem;
}

.header-top a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #323232;
  font-weight: 300;
  font-size: 0.95rem;
}

.header-top a img {
  display: inline-block;
  vertical-align: middle;
}

.header-bottom {
  background: #323232;
  color: #fff;
  padding: 1rem 0;
}

.header-logos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.logo-left {
  text-align: left;
  padding-left: 2rem;
}

.logo-center {
  text-align: center;
  justify-self: center;
}

.logo-right {
  text-align: right;
  padding-right: 2rem;
}

.header-logos img {
  max-height: 60px;
  width: auto;
}

.logo-center img {
  margin: 0 auto;
}

.logo-right img {
  margin-left: auto;
}

/* ==============================
   スマホヘッダー
============================== */
.site-header {
  background: #323232;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.8rem 1rem;
}

.header-logo {
  flex: 1;
  text-align: center;
  max-width: calc(100% - 60px);
}

.header-logo img {
  max-height: 48px;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

/* ==============================
   ハンバーガーメニュー
============================== */
.menu-toggle {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
  padding: 4px;
  z-index: 2100;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

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

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

/* ==============================
   モバイルナビゲーション
============================== */
.mobile-nav {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  z-index: 9999;
  background: #606060;
}

.mobile-nav.open {
  height: calc(100vh - 60px);
  overflow-y: auto;
}

.menu-gray {
  background: #606060;
  padding: 2rem 1.5rem;
}

.menu-gray li {
  margin-bottom: 1.2rem;
}

.menu-gray a {
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.menu-white {
  background: #fff;
  padding: 1.5rem;
}

.menu-white li {
  margin-bottom: 1rem;
}

.menu-white a {
  color: #323232;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

.menu-white a img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 16px;
}

/* ==============================
   メインビジュアル
============================== */
.hero-video {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}



.hero-video {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video,
.video-container .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.hero-separator {
  width: 100%;
  height: 30px;
  background: #323232;
}



/*　ここにロゴマークの回転を差し込み【重要】　*/
/*　ここにロゴマークの回転を差し込み【重要】　*/


.toppage_logo_marc_set {
  position: absolute;
top:0;
bottom:0;

  width: 100%;
  height: 100%;
border:0px solid #ffffff;
display:flex;
justify-content: center;
  align-items: center; 
}

.toppage_logo_marc_anim {
display:block;
border:0px solid #ffffff;
width: 300px;
height: 300px;
animation:10s kaiten ease-in-out infinite alternate;
}


@keyframes kaiten {
    0% { transform: rotateY(0deg) scale(1.0); }
  20% { transform: rotateY(360deg) scale(1.0); }
  80% { transform: rotateY(360deg) scale(1.0); }
  100% { transform: rotateY(360deg) scale(0.1); }
}
}



.toppage_logo_marc_anim img {
animation:10s touka ease-in-out infinite alternate;
}

@keyframes touka {
  0% { opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  80% { opacity:1; }
  100% { opacity: 0; }
}


.top_rijilead_okuri {
display:inline;
}




/*　ここにロゴマークの回転を差し込み【重要】　*/
/*　ここにロゴマークの回転を差し込み【重要】　*/







/* ==============================
   固定サイドボタン(PC版のみ)
============================== */
.fixed-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  box-shadow: -8px 0 20px rgba(0, 0, 0, 0.25);
}

.fixed-btn-wrapper {
  display: flex;
  flex-direction: column;
}

.fixed-btn {
  display: block;
  transition: opacity 0.3s ease;
}

.fixed-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .fixed-buttons {
    display: none;
  }
}

/* ==============================
   セクション共通スタイル
============================== */
section {
  padding: 3rem 1.5rem;
}

.section-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 300;
  color: #323232;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

.section-subtitle {
  display: block;
  font-size: 0.7em;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: #323232;
  margin-top: 0.3rem;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

.section-link {
  display: inline-block;
  background: #323232;
  color: #fff;
  padding: 0.6rem 1.8rem;
  border-radius: 0;
  font-size: 0.95rem;
  font-weight: 300;
  text-align: center;
  margin: 2rem auto 0;
  transition: all 0.3s ease;
}

.section-link:hover {
  opacity: 0.8;
}

/* ==============================
   千葉美容組合とは
============================== */
.about-section {
  background: linear-gradient(135deg, #efe2e3 0%, #f5e8e9 100%);
  text-align: center;
  padding: 5rem 1.5rem;
}

.about-text {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #323232;
}


.about-lead-text {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #821818;

}

.about-shomei-text {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #323232;

}





.about-rijicho-photo {
width:300px;
height:300px;
  margin: 0 auto;
  text-align: center;
  background-image: url('images/rijicho_image.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
}







/* ==============================
   加入サロン紹介
============================== */
.salon-section {
  background: #fff;
  text-align: center;
  background-image: url('images/salon_bg.png');
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: auto 80%;
}

.salon-section .section-title {
  color: #323232;
  text-shadow: 
    -3px -3px 0 #fff, -2px -3px 0 #fff, -1px -3px 0 #fff,
    0px -3px 0 #fff, 1px -3px 0 #fff, 2px -3px 0 #fff,
    3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff,
    3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff,
    3px 3px 0 #fff, 2px 3px 0 #fff, 1px 3px 0 #fff,
    0px 3px 0 #fff, -1px 3px 0 #fff, -2px 3px 0 #fff,
    -3px 3px 0 #fff, -3px 2px 0 #fff, -3px 1px 0 #fff,
    -3px 0px 0 #fff, -3px -1px 0 #fff, -3px -2px 0 #fff;
}

.salon-section .section-subtitle {
  color: #323232;
  text-shadow: 
    -3px -3px 0 #fff, -2px -3px 0 #fff, -1px -3px 0 #fff,
    0px -3px 0 #fff, 1px -3px 0 #fff, 2px -3px 0 #fff,
    3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff,
    3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff,
    3px 3px 0 #fff, 2px 3px 0 #fff, 1px 3px 0 #fff,
    0px 3px 0 #fff, -1px 3px 0 #fff, -2px 3px 0 #fff,
    -3px 3px 0 #fff, -3px 2px 0 #fff, -3px 1px 0 #fff,
    -3px 0px 0 #fff, -3px -1px 0 #fff, -3px -2px 0 #fff;
}

.salon-text {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #323232;
  position: relative;
  z-index: 1;
  text-shadow: 
    -3px -3px 0 #fff, -2px -3px 0 #fff, -1px -3px 0 #fff,
    0px -3px 0 #fff, 1px -3px 0 #fff, 2px -3px 0 #fff,
    3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff,
    3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff,
    3px 3px 0 #fff, 2px 3px 0 #fff, 1px 3px 0 #fff,
    0px 3px 0 #fff, -1px 3px 0 #fff, -2px 3px 0 #fff,
    -3px 3px 0 #fff, -3px 2px 0 #fff, -3px 1px 0 #fff,
    -3px 0px 0 #fff, -3px -1px 0 #fff, -3px -2px 0 #fff;
}
.access-section {
  background: #fff;
}

.access-content {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}

.map-area {
  overflow: hidden;
  border: 1px solid #000;
  width: 350px;
  height: 350px;
  max-width: 100%;
}

.map-area iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.access-info-inner {
  text-align: left;
  padding: 0;
}

.access-info p {
  margin-bottom: 1rem;
  color: #323232;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  white-space: normal;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .access-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .salon-section {
    background-size: auto 40%; /* 80%の20%のサイズに縮小 */
  }

  .map-area {
    width: 100%;
    height: 350px;
  }
}

/* ==============================
   組合加入のメリット
============================== */
.merit-section {
  background: #eee8e6;
}

.merit-section .section-title {
  color: #4b0303;
}

.merit-section .section-subtitle {
  color: #323232;
}

.merit-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.merit-box {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.merit-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4b0303;
  width: 100%;
  height: 26px;
  margin-bottom: 0;
}

.merit-image {
  display: block;
  margin: 16px auto;
  width: auto;
  height: auto;
}

.merit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.merit-title {
  font-size: 2rem;
  font-weight: 300;
  color: #323232;
  margin-bottom: 2rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0 2rem;
}

.merit-link {
  background: #4b0303;
  color: #fff;
  padding: 0.6rem 1.8rem;
  border-radius: 0;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 300;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}

.merit-box:nth-child(2) .merit-header {
  background: #936868;
}

.merit-box:nth-child(2) .merit-link {
  background: #936868;
}

.merit-box:nth-child(3) .merit-header {
  background: #c9b4b4;
}

.merit-box:nth-child(3) .merit-link {
  background: #c9b4b4;
  color: #4b0303;
}

/* ==============================
   組合加入について
============================== */
.joining-section {
  background: #a7a0a5;
  text-align: center;
  background-image: url('images/joining_bg.png');
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: auto 80%;
}

.joining-section .section-title,
.joining-section .section-subtitle {
  position: relative;
  z-index: 1;
}

.joining-section .section-title {
  color: #fff;
  text-shadow: 
    -3px -3px 0 #a79fa4, -2px -3px 0 #a79fa4, -1px -3px 0 #a79fa4,
    0px -3px 0 #a79fa4, 1px -3px 0 #a79fa4, 2px -3px 0 #a79fa4,
    3px -3px 0 #a79fa4, 3px -2px 0 #a79fa4, 3px -1px 0 #a79fa4,
    3px 0px 0 #a79fa4, 3px 1px 0 #a79fa4, 3px 2px 0 #a79fa4,
    3px 3px 0 #a79fa4, 2px 3px 0 #a79fa4, 1px 3px 0 #a79fa4,
    0px 3px 0 #a79fa4, -1px 3px 0 #a79fa4, -2px 3px 0 #a79fa4,
    -3px 3px 0 #a79fa4, -3px 2px 0 #a79fa4, -3px 1px 0 #a79fa4,
    -3px 0px 0 #a79fa4, -3px -1px 0 #a79fa4, -3px -2px 0 #a79fa4;
}

.joining-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 
    -3px -3px 0 #a79fa4, -2px -3px 0 #a79fa4, -1px -3px 0 #a79fa4,
    0px -3px 0 #a79fa4, 1px -3px 0 #a79fa4, 2px -3px 0 #a79fa4,
    3px -3px 0 #a79fa4, 3px -2px 0 #a79fa4, 3px -1px 0 #a79fa4,
    3px 0px 0 #a79fa4, 3px 1px 0 #a79fa4, 3px 2px 0 #a79fa4,
    3px 3px 0 #a79fa4, 2px 3px 0 #a79fa4, 1px 3px 0 #a79fa4,
    0px 3px 0 #a79fa4, -1px 3px 0 #a79fa4, -2px 3px 0 #a79fa4,
    -3px 3px 0 #a79fa4, -3px 2px 0 #a79fa4, -3px 1px 0 #a79fa4,
    -3px 0px 0 #a79fa4, -3px -1px 0 #a79fa4, -3px -2px 0 #a79fa4;
}

.joining-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 
    -3px -3px 0 #a79fa4, -2px -3px 0 #a79fa4, -1px -3px 0 #a79fa4,
    0px -3px 0 #a79fa4, 1px -3px 0 #a79fa4, 2px -3px 0 #a79fa4,
    3px -3px 0 #a79fa4, 3px -2px 0 #a79fa4, 3px -1px 0 #a79fa4,
    3px 0px 0 #a79fa4, 3px 1px 0 #a79fa4, 3px 2px 0 #a79fa4,
    3px 3px 0 #a79fa4, 2px 3px 0 #a79fa4, 1px 3px 0 #a79fa4,
    0px 3px 0 #a79fa4, -1px 3px 0 #a79fa4, -2px 3px 0 #a79fa4,
    -3px 3px 0 #a79fa4, -3px 2px 0 #a79fa4, -3px 1px 0 #a79fa4,
    -3px 0px 0 #a79fa4, -3px -1px 0 #a79fa4, -3px -2px 0 #a79fa4;
}

/* ==============================
   お知らせ
============================== */
.news-section {
  background: #fff;
}

.news-frame-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.news-frame {
  width: 100%;
  height: 500px;
  border: none;
}

/* ==============================
   BEAUTY広報 CHIBA
============================== */
.beauty-section {
  background: linear-gradient(135deg, #eee8e6 0%, #f5f0ee 100%);
}

.beauty-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  padding: 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
}

.beauty-box-image {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beauty-box-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.beauty-box-text {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #323232;
  text-align: center;
}

.beauty-box-button {
  background: #323232;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.beauty-box-button:hover {
  opacity: 0.8;
}

/* ==============================
   アクセス
============================== */
.access-section {
  background: #fff;
}

.access-content {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
}

.map-area {
  overflow: hidden;
  border: 1px solid #000;
  width: 350px;
  height: 350px;
  max-width: 100%;
}

.map-area iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.access-info-inner {
  text-align: left;
  padding: 0;
}

.access-info p {
  margin-bottom: 1rem;
  color: #323232;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  white-space: normal;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .access-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }

  .map-area {
    width: 100%;
    height: 350px;
  }

  .access-info {
    padding: 0 1rem;
  }

  .access-info p {
    font-size: 1rem;
    white-space: normal;
    word-break: break-word;
  }
}

/* ==============================
   リンク
============================== */
.links-section {
  background: #cdd3d1;
  padding: 4rem 1.5rem;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

.banner-grid-4col {
  grid-template-columns: repeat(4, 250px);
}

.banner-grid a {
  display: block;
  width: 250px;
  height: 80px;
}

.banner-grid img {
  width: 250px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-grid img:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ==============================
   フッターナビゲーション
============================== */
.footer-navigation {
  background: #323232;
  color: #fff;
  padding: 3rem 2rem 2rem;
}

.footer-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand {
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-navigation .footer-column h3 {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer-navigation .footer-column h3 a {
  color: #fff;
  text-decoration: none;
}

.footer-navigation .footer-column ul {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-navigation .footer-column li {
  margin-bottom: 0.75rem;
}

.footer-navigation .footer-column a {
  color: #fff;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-navigation .footer-column a:hover {
  color: #ccc;
  opacity: 1;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: #727272;
  margin-top: 2rem;
}

/* ==============================
   フッター
============================== */
.footer {
  background: #323232;
  color: #fff;
  padding: 2rem;
}

.footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer .copy {
  font-size: 0.9rem;
  color: #fff;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

/* ==============================
   スクリーンリーダー専用
============================== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==============================
   レスポンシブ対応
============================== */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  section {
    padding: 3rem 1rem;
  }
  
  .about-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem;
  }
  
  .hero-video {
    padding-top: 60px !important;
    height: 400px !important;
  }

  .section-title {
    margin-bottom: 2rem;
  }

  .merit-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .merit-box {
    padding: 2rem 1.5rem;
  }

  .banner-grid,
  .banner-grid-4col {
    grid-template-columns: repeat(2, 250px) !important;
    gap: 1rem;
    justify-content: center;
  }

  .access-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .map-area {
    width: 100%;
    height: 350px;
  }

  .news-frame {
    height: 400px;
  }

  .footer .footer-inner {
    justify-content: center;
    text-align: center;
  }

  .footer-logo,
  .footer-navigation {
    display: none;
  }
  
  .beauty-box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  
  .beauty-box-image {
    margin: 0 auto;
  }
  
  .beauty-box-button {
    margin: 0 auto;
  }

  .about-text,
  .salon-text,
  .joining-text {
    font-size: 1.1rem;
  max-width: 90vw;
  letter-spacing: 0.0em;
  }


	.about-lead-text,
	.about-shomei-text {
    font-size: 1.2rem;
line-height:1.7rem;
  max-width: 90vw;
  letter-spacing: 0.0em;
  }



}

@media (max-width: 480px) {
  .banner-grid,
  .banner-grid-4col {
    grid-template-columns: 250px !important;
    justify-content: center;
  }
}

/* ==============================
   アクセシビリティ
============================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

a:focus,
button:focus {
  outline: 2px solid #8b0000;
  outline-offset: 2px;
}



/* ==============================
   ローディングアニメーション
============================== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow: hidden;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
background-color:#eaeaea;
}

#loading-video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}



    /* このページ専用スタイル */
    .page-nav-bar {
      width: 100%;
      background: #5f5f5f;
      padding: 1rem 0;
    }

    .page-nav-bar nav {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    .page-nav-bar ul {
      display: flex;
      gap: 3rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-nav-bar li {
      list-style: none;
    }

    .page-nav-bar a {
      color: #fff;
      font-size: 0.95rem;
      text-decoration: none;
      transition: opacity 0.3s ease;
      letter-spacing: 0.05em;
    }

    .page-nav-bar a:hover {
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .page-nav-bar {
        display: none;
      }
    }

    .merit-detail-section {
      background: #fff;
      padding: 1.5rem 1.5rem;
    }

    .merit-detail-section:nth-child(even) {
      background: #fff;
    }

    .merit-detail-content {
      max-width: 900px;
      margin: 0 auto;
    }

    .merit-detail-title {
      font-size: clamp(1.3rem, 3vw, 1.8rem);
      font-weight: 400;
      color: #4b0303;
      margin-bottom: 2rem;
      border-left: 5px solid #4b0303;
      padding-left: 1rem;
      line-height: 1.3;
    }

    .merit-detail-text {
      font-size: 1.05rem;
      line-height: 2;
      letter-spacing: 0.08em;
      color: #323232;
      margin-bottom: 2rem;
    }

    .merit-feature-list {
      background: #fff;
      border: none;
      border-radius: 4px;
      padding: 0;
      margin: 2rem 0;
    }

    .merit-feature-item {
      display: flex;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .merit-feature-item:last-child {
      margin-bottom: 0;
    }

    .merit-feature-num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: #4b0303;
      color: #fff;
      border-radius: 50%;
      font-weight: 500;
      flex-shrink: 0;
      font-size: 1.2rem;
    }

    .merit-feature-text {
      flex: 1;
      display: flex;
      align-items: center;
      font-size: 1rem;
      line-height: 1.6;
    }

    .section-divider {
      text-align: center;
      padding: 0;
      max-width: 900px;
      margin: 0 auto;
      border-bottom: 1px solid #e8e8e8;
    }

    @media (max-width: 768px) {
      .merit-detail-section {
        padding: 2rem 1rem;
      }

      .merit-detail-title {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
      }

      .merit-detail-text {
        font-size: 0.95rem;
      }

      .merit-feature-list {
        padding: 1.5rem;
      }

      .merit-feature-item {
        gap: 1rem;
      }
    }

          @media (max-width: 768px) {
      .merit-detail-section:first-of-type {
        padding-top: 5rem !important;
      }

      .merit-detail-section div[style*="display: flex; gap: 2rem;"] {
        flex-direction: column !important;
      }

      .merit-detail-section div[style*="flex-shrink: 0;"] {
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
      }
    }



    .circle-container {
      display: flex;
      gap: 20px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 5px;
    }

    .circle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      padding: 10px;
      box-sizing: border-box;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .circle:nth-child(1) {
      background-color: #4b0303;
    }

    .circle:nth-child(2) {
      background-color: #936868;
    }

    .circle:nth-child(3) {
      background-color: #c9b3b3;
    }

    .circle:nth-child(4) {
      background-color: #323232;
    }

    @media (max-width: 768px) {
      .circle-container {
        gap: 10px;
      }

      .circle {
        width: 100px;
        height: 100px;
        font-size: 12px;
      }

.koho_waku{
	display:inline-block;
}
.koho_wakunaka{
	display:inline-block;
	border:1px solid #aaaaaa;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.2em;
	color:#5f5f5f;
	text-align:center;
	padding:5px;
	margin:0 0 7px 0;
	width:100%;
}



/*詳細css*/
table.details_table {
max-width:800px;
border-spacing: 2px;
margin: 0 0 0 0;
text-align:left;
box-sizing: border-box;
}
table.details_table th {
font-size: 11pt;
line-height: 28px;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
padding: 2px 5px;
box-sizing: border-box;
}
table.details_table td {
font-size: 11pt;
line-height: 28px;
font-weight: normal;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
padding: 2px 5px;
box-sizing: border-box;
}

/*詳細_タイトル*/
.details_title {
font-size: 11pt;
line-height: 28px;
text-decoration: none;
color: #238d97;
background-color: #5bced8;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
box-sizing: border-box;
}

/*詳細_項目*/
.details_name th {
width: 20%;
font-weight: normal;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
background-color: #f0f0f0;
box-sizing: border-box;
}

table.details_table td {
max-width:calc(85vw - 320px);
}


table.details_table th {display:block;width:100%;max-width:100%;text-align:center;}
table.details_table td {display:block;width:100%;max-width:100%;text-align:center;}
table.details_table {
width:100%;
border-spacing: 2px;
}

    }




/*詳細css*/
table.details_table {
width: 100%;
border-spacing: 2px;
margin: 0 0 0 0;
text-align:left;
}
table.details_table th {
font-size: 1.0em;
line-height: 28px;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
padding: 5px;
text-align: center;
}
table.details_table td {
font-size: 1.0em;
line-height: 28px;
font-weight: normal;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
padding: 5px;
}
/*詳細_項目*/
.details_name th {
width: 20%;
font-weight: normal;
border-style: solid;
border-width: 1px;
border-color: #d0d0d0;
background-color: #f0f0f0;
padding:0 5px;
}

.list_left{
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#d0d0d0;
	padding:0 5px;
}
.list_left input{
width:50%;
height:1.5em;
}

.list_left textarea{
width:100%;
height:20.0em;
}
.bt_bottom_waku{
	margin:5px 0 30px 0;
	padding: 20px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	border-radius: 10px;
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);;
	font-size: 1.1em;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
}




    @media (min-width: 768px) {
.koho{
	width:900px;
	margin:0 auto;
	text-align:left;
}

.koho_waku{
	display:inline-block;
}
.koho_wakunaka{
	display:inline-block;
	border:1px solid #aaaaaa;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.2em;
	color:#5f5f5f;
	text-align:center;
	padding:5px;
	margin:0 0 7px 0;
	width:220px;
}
.koho_wakunaka img{
	border:1px solid #cccccc;
}

}






.bt_back_waku{
	width:100%;
	text-align:center;
	margin:40px auto;

}
.bt_back{

	font-size:13pt;

	text-align:center;
	display:inline-block;
	padding:5px 15px;
	background:#dddcdc;
}
.bt_back:link{
	color:#404040;
}
.bt_back:visited{
	color:#404040;
}
.bt_back:hover{
	color:#ffffff;
	background:#7f7f7f;
}



















/*レスポンシブ対応 【重要】*/
/*レスポンシブ対応 【重要】*/

@media (max-width: 768px) {

.hero-image {
opacity: 0;
}











.video-container {
	background-image: url(./images/hero-image_sp3.png);
	background-repeat: no-repeat;
	background-position: center -20px;
background-size: cover;
}


.toppage_logo_marc_set {
  position: absolute;



  width: 100%;
  height: 100%;
border:0px solid #ff0000;
display:flex;
justify-content: center;
align-items: center; 
padding-top:60px;
}

.toppage_logo_marc_anim {
display:block;
border:0px solid #ffffff;
width: 250px;
height: 250px;
animation:10s kaiten ease-in-out infinite alternate;
}

@keyframes kaiten {
    0% { transform: rotateY(0deg) scale(1.0); }
  20% { transform: rotateY(360deg) scale(1.0); }
  80% { transform: rotateY(360deg) scale(1.0); }
  100% { transform: rotateY(360deg) scale(0.1); }
}



.toppage_logo_marc_anim img {
animation:10s touka ease-in-out infinite alternate;
}

@keyframes touka {
  0% { opacity: 0; }
  10% { opacity: 1; }
  70% { opacity: 1; }
  80% { opacity:1; }
  100% { opacity: 0; }
}




#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow: hidden;

}



.loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
background-color:#eaeaea;

}

#loading-video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}



.top_rijilead_okuri {
display:block;
}


.sp_okuri_tsume {
margin-top:-2.0rem;
}







}
/*レスポンシブ対応 【重要】*/
/*レスポンシブ対応 【重要】*/




















/*　トップページに理事監事記載　*/

.about-riji-border {
  width: 75%;
border-top:2px solid #c9b4b4;
height:50px;
margin:0 auto;
}




.flx_wrap_01 {
/*margin-left:100px;*/
margin:0 auto;
width: 50%;
	background-color:#f8f1f1;	/*背景うすく*/
	border:2px solid #e0bfc2;	/*わく線：淡く*/
	border-radius:4px;
padding:5px;
	max-width:700px;		/*最大わく幅700*/
}




.riji_text_mds {
font-size:1.3rem;
}




.about-riji-flxset_01 {
display:flex;
flex-wrap: wrap;
width:600px;
margin:0 auto;
align-items:flex-start;
justify-content: center;

/*border:0px solid #ffffff;*/
}




.about-riji-flxset_01_01 {
	font-size:1.4em;
	line-height:1.6em;
/*background-color:#efefef;*/
width:200px;
text-align:left;
}

.about-riji-flxset_01_02 {
	font-size:1.4em;
	line-height:1.6em;
/*background-color:#efefef;*/
width:380px;
text-align:left;
}



.about-riji-table {
text-align:left;
border:0px solid #ffffff;
}


.about-riji-td01 {
width:150px;
}

.about-riji-td02 {
}





.flx_wrap_02 {
/*margin-left:100px;*/
margin:0 auto;
width: 75%;
	background-color:#f8f1f1;	/*背景うすく*/
	border:2px solid #e0bfc2;	/*わく線：淡く*/
	border-radius:4px;
}




.about-riji-flxset_02 {
display:flex;
flex-wrap: wrap;
width:100%;
margin:0 auto;
align-items:flex-start;
justify-content: center
}


.about-riji-flxset_02_01 {
	font-size:1.4em;
	line-height:1.6em;
/*background-color:#efefef;*/

text-align:left;
}






.flx_wrap_03 {
margin:0 auto;
width: 50%;
	background-color:#f8f1f1;	/*背景うすく*/
	border:2px solid #e0bfc2;	/*わく線：淡く*/
	border-radius:4px;
padding:5px;
	max-width:500px;		/*最大わく幅500*/
}



.about-riji-flxset_03 {
display:flex;
flex-wrap: wrap;
width:75%;
margin:0 auto;
align-items:flex-start;
justify-content: center
}


.about-riji-flxset_03_01 {
	font-size:1.4em;
	line-height:1.6em;
/*background-color:#efefef;*/

text-align:left;
}



.riji_text_shibu {
	font-size:0.9em;
	line-height:1.6em;
}

.uetsume {
margin-bottom:10px;
}

.TBLTHREE {
margin-right:50px;
}





/*レスポンシブ対応-1 【重要】*/



@media (max-width: 1220px) {

.flx_wrap_01 {
margin:0 auto;
width: 75%;
padding:5px;
}


.about-riji-flxset_01 {
display:flex;
flex-wrap: wrap;
width:600px;
margin:0 auto;
align-items:flex-start;
justify-content: center;

/*border:0px solid #ffffff;*/
}





.flx_wrap_02 {
margin:0 auto;
width: 75%;
padding:5px;
}


.flx_wrap_03 {
margin:0 auto;
width: 75%;
padding:5px;
}


}




/*レスポンシブ対応-2 【重要】*/



@media (max-width: 880px) {

.flx_wrap_01 {
margin:0 auto;
width: 75%;
padding:5px;
}



.flx_wrap_02 {
margin:0 auto;
width: 75%;
padding:5px;
}



.flx_wrap_03 {
margin:0 auto;
width: 75%;
padding:5px;
}


}



















/*レスポンシブ対応-3 【重要】*/

@media (max-width: 768px) {


.flx_wrap_01 {
/*margin-left:0px;*/
margin:0 auto;
width: 75%;
padding:5px;
}




.riji_text_mds {
font-size:1.1rem;
}

.about-riji-flxset_01 {
display:block;
width:100%;
margin:0 auto;
text-align:center;
/*border:0px solid #ffffff;*/
}





.about-riji-flxset_01_01 {
	font-size:1.0em;
	line-height:1.2em;
		background-color:#efd7d9;
width:100%;
text-align:center;

}

.about-riji-flxset_01_02 {
	font-size:1.2em;
	line-height:1.4em;
/*background-color:#efefef;*/
width:100%;
text-align:center;
/*	margin-bottom:5px;	*/
}




.flx_wrap_02 {
margin:0 auto;
width: 90%;
}



.about-riji-flxset_02_01 {
	font-size:1.2em;
	line-height:1.4em;
/*background-color:#efefef;*/
/*width:100%;*/
text-align:center;
margin:0 auto;
		/*border:0px solid #ffffff;*/
}



.flx_wrap_03 {

margin:0 auto;
width: 90%;
padding:5px;
}




.about-riji-flxset_03_01 {
	font-size:1.2em;
	line-height:1.4em;
/*background-color:#efefef;*/
width:100%;
text-align:center;
}


.uetsume {
margin-bottom:0px;
}


.TBLTHREE {
margin-right:0px;
}



}
/*レスポンシブ対応 【重要】*/

/*　トップページに理事監事記載　*/








