@charset "UTF-8";

/* Google Fonts - Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* フォントをNoto Serif JPに統一 */
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, a, li, th, td,
input, textarea, select, button,
div {
  font-family: 'Noto Serif JP', serif;
}

/* 国・言語セレクターを非表示 */
.newFooter__selectorContainer.footer2025__selectorContainer {
  display: none;
}

/* 地図セクション */
.map-section-8294 {
  width: 100%;
  line-height: 0;
}

.map-section-8294 iframe {
  width: 100%;
  height: 400px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.map-section-8294 iframe:hover {
  filter: grayscale(0%);
}

@media screen and (max-width: 768px) {
  .map-section-8294 iframe {
    height: 300px;
  }
}

/* ========================================
   ヘッダー修正 - 8294
   ======================================== */

/* 元のロゴスタイルを完全リセット */
.mega-menu .mega-menu__logo {
  display: flex;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: visible;
  flex-direction: row;
  position: relative;
}

.mega-menu__logo::before,
.mega-menu__logo::after,
.mega-menu__logo .icon {
  display: none;
}

/* 元のアイコンスタイルを無効化 */
.mega-menu .icon-explora-mandala,
.mega-menu .icon-explora-logo-simple,
.mega-menu-cmp.sticky-effect .icon-explora-mandala,
.mega-menu-cmp.sticky-effect .icon-explora-logo-simple {
  display: none;
}

/* ヘッダーロゴ */
.header-logo-8294 img {
  display: block;
  height: 60px;
  width: auto;
  transition: height 0.3s ease;
}

/* スクロール時: 小さくなる */
.mega-menu-cmp.sticky-effect .header-logo-8294 img {
  height: 40px;
}

/* 右側のアクション（検索・アカウント・ボタン）を非表示 */
.mega-menu__actions {
  display: none;
}

/* 不要なメニュー・パネルを非表示 */
.hidden-menu-8294,
.mega-menu__link.with-content,
.mega-menu__link.search-link,
.mega-menu__link.user-menu-link,
.mega-menu__panel {
  display: none;
}

/* 新しいメニューを表示 */
.mega-menu__link.no-content {
  display: flex;
}

/* モバイルサブメニューを非表示 */
.mega-menu__nav--mobile-section {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-logo-8294 img {
    height: 30px;
  }
}

/* ========================================
   トップ動画 - 8294
   ======================================== */

.top-video-8294 {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-video-8294 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PC: top-video-pc-8294 表示、SP非表示 */
.top-video-pc-8294 {
  display: block;
}

.top-video-sp-8294 {
  display: none;
}

/* スマホ: top-video-sp-8294 表示、PC非表示 */
@media screen and (max-width: 768px) {
  .top-video-pc-8294 {
    display: none;
  }

  .top-video-sp-8294 {
    display: block;
  }
}

/* ========================================
   サロンのご案内 装飾アイコン - 8294
   ======================================== */

.b2c-2025-inclusions.with-frames .b2c-2025-inclusions__column-text:after {
  font-family: inherit;
  content: '';
  background-image: url('../images/common/brown-en.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ========================================
   施術メニュー グリッド表示 - 7291
   ======================================== */

.menu-grid-wrapper-7291 {
  padding: 60px 0;
}

.menu-grid-content-7291 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-grid-title-7291 {
  text-align: center;
  margin-bottom: 15px;
}

.menu-grid-title-7291 p {
  font-size: 32px;
  font-weight: 500;
  color: #866d4b;
  margin: 0;
}

.menu-grid-description-7291 {
  text-align: center;
  margin-bottom: 40px;
}

.menu-grid-description-7291 p {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.menu-grid-items-7291 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.menu-grid-item-7291 {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.menu-grid-item-7291:hover {
  transform: translateY(-5px);
}

.menu-grid-item-image-7291 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

.menu-grid-item-image-7291 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.menu-grid-item-7291:hover .menu-grid-item-image-7291 img {
  transform: scale(1.05);
}

.menu-grid-item-title-7291 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .menu-grid-items-7291 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .menu-grid-wrapper-7291 {
    padding: 40px 0;
  }

  .menu-grid-title-7291 p {
    font-size: 24px;
  }

  .menu-grid-items-7291 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .menu-grid-item-title-7291 {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* ========================================
   サロンのこだわり グリッド表示 - 7291
   ======================================== */

.kodawari-grid-wrapper-7291 {
  padding: 60px 0;
}

.kodawari-grid-content-7291 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kodawari-grid-title-7291 {
  text-align: center;
  margin-bottom: 40px;
}

.kodawari-grid-title-7291 p {
  font-size: 32px;
  font-weight: 500;
  color: #866d4b;
  margin: 0;
}

.kodawari-grid-items-7291 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.kodawari-grid-item-7291 {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.kodawari-grid-item-7291:hover {
  transform: translateY(-5px);
}

.kodawari-grid-item-image-7291 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
}

.kodawari-grid-item-image-7291 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.kodawari-grid-item-7291:hover .kodawari-grid-item-image-7291 img {
  transform: scale(1.05);
}

.kodawari-grid-item-text-7291 {
  margin-top: 15px;
}

.kodawari-grid-item-title-7291 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.kodawari-grid-item-desc-7291 {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .kodawari-grid-items-7291 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
  .kodawari-grid-wrapper-7291 {
    padding: 40px 0;
  }

  .kodawari-grid-title-7291 p {
    font-size: 24px;
  }

  .kodawari-grid-items-7291 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .kodawari-grid-item-title-7291 {
    font-size: 16px;
  }
}

