/* Cosmetic Dentistry Page Specific Styles */

/* Hero Section */
.hero__content {
  background-image: url(../../img/treatment/cosmetic-dentistry/cosmetic-dentistry-hero.jpg);
}

/* Section 1: 3つのこだわり */
.treatment-section__intro {
  margin-top: 40px;
  text-align: center;
}

.treatment-section__intro-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 0 0 16px;
}

.treatment-cosmetic__commitments {
  margin-top: 24px;
}

.treatment-cosmetic__commitments-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 24px;
}

.treatment-cosmetic__commitments-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.treatment-cosmetic__commitment-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1;
  max-width: 400px;
}

.treatment-cosmetic__commitment-number {
  background: #fa9a00;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.treatment-cosmetic__commitment-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.treatment-cosmetic__commitment-text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

/* Section 2: 選べる多彩な審美メニュー */
.treatment-cosmetic__menus {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
  justify-content: center;
  margin-top: 20px;
}

.treatment-cosmetic__menu-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex: 0 1 calc(33.333% - 17px);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 21.27px;
}

.treatment-cosmetic__menu-title {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1.6;
  margin: 0;
}

.treatment-cosmetic__menu-text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Section 4: カウンセリングの流れ */
.treatment-cosmetic__counseling {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.treatment-cosmetic__counseling-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 30px;
}

.treatment-cosmetic__counseling-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.treatment-cosmetic__counseling-step {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.treatment-cosmetic__counseling-step:not(:last-child) {
  margin-bottom: 0;
}

.treatment-cosmetic__counseling-number {
  background: #fa9a00;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.treatment-cosmetic__counseling-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-cosmetic__counseling-step-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fa9a00;
  line-height: 1.6;
  margin: 0;
}

.treatment-cosmetic__counseling-step-text {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .treatment-cosmetic__commitments-grid {
    flex-direction: column;
    align-items: center;
  }

  .treatment-cosmetic__commitment-card {
    max-width: 100%;
  }

  .treatment-cosmetic__menus {
    gap: 30px 20px;
  }

  .treatment-cosmetic__menu-card {
    flex: 0 1 calc(50% - 10px);
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .treatment-section__intro-title {
    font-size: 20px;
  }

  .treatment-cosmetic__commitments-title {
    font-size: 20px;
  }

  .treatment-cosmetic__commitment-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .treatment-cosmetic__commitment-title {
    font-size: 18px;
  }

  .treatment-cosmetic__commitment-text {
    font-size: 14px;
  }

  .treatment-cosmetic__menus {
    flex-direction: column;
    gap: 20px;
  }

  .treatment-cosmetic__menu-card {
    flex: 0 1 100%;
  }

  .treatment-cosmetic__menu-title {
    font-size: 15px;
  }

  .treatment-cosmetic__menu-text {
    font-size: 14px;
  }

  .treatment-cosmetic__counseling-title {
    font-size: 20px;
  }

  .treatment-cosmetic__counseling-steps {
    gap: 20px;
  }

  .treatment-cosmetic__counseling-step {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .treatment-cosmetic__counseling-step-title {
    font-size: 18px;
  }

  .treatment-cosmetic__counseling-step-text {
    font-size: 14px;
  }
}
