@charset "utf-8";

/* ========== #experience ============ */

#experience {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", sans-serif;
  color: #333;
  line-height: 1.8;
  padding: 80px 0;
  background-color: #fff;
}

#experience *, 
#experience *::before, 
#experience *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

#experience ul {
  list-style: none;
}

#experience a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

#experience a:hover {
  opacity: 0.8;
}

#experience .content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* タイポグラフィ */
#experience .section-title {
  font-size: 24px;
  font-weight: 500;
  color: #5d4a41;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

#experience .subsection-title {
  font-size: 20px;
  font-weight: 500;
  color: #3498db;
  margin-bottom: 25px;
}

#experience .subsection-title.blue {
  color: #1e88e5;
}

#experience .intro-text {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 60px;
}

/* Section 2 */
#experience .naomomi-info { margin-bottom: 80px; }
#experience .naomomi-info__inner { display: flex; gap: 40px; }
#experience .naomomi-info__text-block { flex: 1; font-size: 14px; color: #555; }
#experience .naomomi-info__images { flex: 2; display: flex; gap: 15px; }
#experience .naomomi-info__img-item {
  width: calc(33.333% - 10px);
}

/* Section 3 */
#experience .recommended-section {
  background-color: #f6fafd;
  padding: 60px 20px;
  margin-bottom: 80px;
  border-radius: 8px;
}
#experience .recommended-section .subsection-title { text-align: center; }
#experience .recommended-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
}
#experience .icon-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 1px solid #c9e6fa;
  border-radius: 50%;
  background-color: #fff;
}

/* Section 4: CTA */
#experience .cta-section { margin-bottom: 100px; }
#experience .cta-inner { display: flex; gap: 60px; align-items: center; }
#experience .cta-image-block { flex: 1; }
#experience .cta-text-block { flex: 1; font-size: 14px; color: #666; }
#experience .btn-primary {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

/* Section 5: タブ切り替え（★ここが重要なポイントです） */
#experience .find-salons .subsection-title {
  text-align: center;
  margin-bottom: 50px;
}

#experience .region-tabs {
  margin-bottom: 40px;
}

#experience .tab-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#experience .tab-list li {
  width: calc(100% / 6);
  text-align: center;
}

#experience .tab-list a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #f6fafd;
  color: #3498db;
  border-color: #3498db;
  font-weight: bold;
}

#experience .tab-list a.active {
    background-color: #cae7fd;
  color: #3498db;
  border-color: #3498db;
  font-weight: bold;
}

/* ★デフォルトは非表示 */
#experience .salon-list-section {
  display: none;
}

/* ★activeクラスが付いている要素のみ表示 */
#experience .salon-list-section.active {
  display: block !important;
}

#experience .salon-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#experience .salon-area-title { font-size: 18px; color: #5d4a41; }
#experience .view-all-link { font-size: 13px; color: #888; text-decoration: underline; }

#experience .salon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#experience .salon-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

#experience .salon-card__img {
  width: 100%;
  aspect-ratio: 16 / 11;
  background-color: #eee;
}

#experience .salon-card__content { padding: 20px; }
#experience .salon-card__title { font-size: 16px; margin-bottom: 10px; }
#experience .salon-card__location { font-size: 13px; color: #888; margin-bottom: 15px; }
#experience .salon-card__info dt { font-size: 13px; color: #555; }
#experience .salon-card__info dd.price { font-size: 18px; font-weight: bold; }
#experience .detail-link { display: block; font-size: 13px; color: #3498db; text-decoration: underline; margin-top: 15px; }


/*===============================================
    ■tablet 画面の横幅が820pxまで
===============================================*/
@media screen and (max-width: 820px) {
/* ========== #experience ============ */
  #experience .naomomi-info__inner {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  #experience .cta-inner {
    flex-direction: column;
  }
  #experience .salon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #experience .recommended-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #experience .tab-list {
    flex-wrap: wrap;
  }
  #experience .tab-list li {
    width: calc(100% / 3);
  }
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/* ========== #experience ============ */
  #experience .salon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #experience .recommended-list {
    grid-template-columns: repeat(2, 1fr);
  }
}