/* Treatment Fee Page Styles */

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

/* Main Content */
.treatment-fee {
  padding: 100px 0 80px;
  background: #fff;
}

.treatment-fee__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.treatment-fee__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 3px 0 4px;
}

.treatment-fee__label {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fa9a00;
  margin: 0;
  line-height: 1;
  font-style: normal;
}

.treatment-fee__title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #333;
  margin: 0;
  letter-spacing: 0.64px;
  line-height: 1;
  font-style: normal;
  word-break: auto-phrase;
}

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

.treatment-fee__tables {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: center;
  width: 100%;
}

.treatment-fee__table-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 860px;
  padding-bottom: 30px;
  overflow: hidden;
}

.treatment-fee__table-header {
  background: #fa9a00;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px 18.5px 44px;
}

.treatment-fee__table-header-left {
  flex: 1;
}

.treatment-fee__table-title {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: normal;
  font-style: normal;
  word-break: auto-phrase;
}

.treatment-fee__table-header-right {
  flex-shrink: 0;
}

.treatment-fee__table-label {
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: normal;
  font-style: normal;
}

.treatment-fee__table-body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.treatment-fee__table-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.treatment-fee__table-category {
  width: 280px;
  flex-shrink: 0;
  padding: 16px 15px 18.5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

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

.treatment-fee__table-items {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.treatment-fee__table-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16.5px 15px 18.5px;
  border-bottom: 1px solid #eee;
  min-height: 52px;
}

.treatment-fee__table-item:last-child {
  border-bottom: none;
}

.treatment-fee__table-item--tall {
  align-items: flex-start;
  padding-top: 16.5px;
  padding-bottom: 18.5px;
}

.treatment-fee__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

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

.treatment-fee__item-price {
  font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-align: right;
  margin: 0;
  line-height: normal;
  font-style: normal;
  width: 200px;
  flex-shrink: 0;
  white-space: nowrap;
}

.treatment-fee__table-item--no-name {
  justify-content: flex-end;
}

/* Responsive */
@media (max-width: 1024px) {
  .treatment-fee {
    padding: 80px 0 60px;
  }

  .treatment-fee__inner {
    gap: 30px;
  }

  .treatment-fee__tables {
    gap: 30px;
  }

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

  .treatment-fee__table-header {
    padding: 12px 20px 18.5px 30px;
  }

  .treatment-fee__table-body {
    max-width: 100%;
  }

  .treatment-fee__table-category {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .treatment-fee {
    padding: 60px 0 40px;
  }

  .treatment-fee__inner {
    gap: 30px;
    padding: 0 20px;
  }

  .treatment-fee__header {
    gap: 8px;
  }

  .treatment-fee__label {
    font-size: 16px;
  }

  .treatment-fee__title {
    font-size: 24px;
  }

  .treatment-fee__note {
    font-size: 16px;
  }

  .treatment-fee__tables {
    gap: 20px;
  }

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

  .treatment-fee__table-header {
    height: auto;
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

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

  .treatment-fee__table-label {
    font-size: 18px;
  }

  .treatment-fee__table-row {
    flex-direction: column;
  }

  .treatment-fee__table-category {
    width: 100%;
    padding: 12px 15px;
    background: #fff5e5;
    gap: 0;
  }

  .treatment-fee__table-items {
    width: 100%;
  }

  .treatment-fee__table-item {
    width: 100%;
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .treatment-fee__item-price {
    width: 100%;
    text-align: left;
  }

  .treatment-fee__table-item--tall {
    align-items: flex-start;
  }
}
