@charset "utf-8";

/* =========================================
 専用CSS
========================================= */

.cosmetic-page {
  color: #fff;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

/* ページ大見出し */
.cosmetic-main-title {
  position: relative;
  width: 680px;
  height: 85px;
  box-sizing: border-box;
  padding-top: 35px;
}

.cosmetic-main-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 680px;
  height: 14px;
  background: rgba(0, 0, 0, 0.18);
}

.cosmetic-main-title h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #00a7b4;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.cosmetic-main-title span {
  position: absolute;
  right: 0px;
  bottom: 33px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.28);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.1rem;
}

/* 共通ボックス */
.cosmetic-page #box-680 {
  width: 680px;
  margin: 0 0 32px;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}

.cosmetic-page #box-680 p {
  margin: 0;
}

/* セクション見出し */
.cosmetic-section-title {
  margin: 0 0 14px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

/* 導入文 */
.cosmetic-intro {
  margin-bottom: 42px;
}

/* 流れ全体 */
.cosmetic-flow {
  margin-top: 0;
}

.cosmetic-flow .cosmetic-section-title {
  margin-bottom: 18px;
}

/* 各フロー */
.flow-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  width: 680px;
  min-height: 160px;
  margin: 0 0 24px;
  padding: 0 0 34px;
  box-sizing: border-box;
}

/* 下向き矢印 */
.flow-item::after {
  content: "";
  position: absolute;
  left: 145px;
  bottom: 0;
  width: 58px;
  height: 20px;
  background: #8a8a85;
  clip-path: polygon(0 0, 50% 45%, 100% 0, 100% 45%, 50% 100%, 0 45%);
  opacity: 0.85;
}

.flow-item.is-last {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flow-item.is-last::after {
  display: none;
}

/* 写真 */
.flow-photo {
  flex: 0 0 120px;
  width: 120px;
}

.flow-photo img {
  display: block;
  width: 120px;
  height: 160px;
  box-sizing: border-box;
  border: 2px solid #fff;
  object-fit: cover;
}

/* テキスト */
.flow-text {
  flex: 1;
  padding-top: 4px;
}

.flow-text h3 {
  display: flex;
  align-items: baseline;
  margin: 0 0 9px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.flow-text h3 span {
  margin-right: 12px;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
}

.flow-text p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}

/* 既存のfloat解除が残っていても崩れないように */
.cosmetic-page .clearfloat {
  display: none;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .cosmetic-main-title,
  .cosmetic-main-title::before,
  .cosmetic-page #box-680,
  .flow-item {
    width: 100%;
  }

  .cosmetic-main-title {
    height: auto;
    padding: 28px 0 18px;
  }

  .cosmetic-main-title::before {
    bottom: 17px;
  }

  .cosmetic-main-title h2 {
    font-size: 18px;
  }

  .cosmetic-main-title span {
    right: 0;
    bottom: 14px;
    font-size: 30px;
  }

  .flow-item {
    gap: 16px;
  }

  .flow-item::after {
    left: 135px;
  }

  .flow-text h3 {
    display: block;
    font-size: 18px;
  }

  .flow-text h3 span {
    display: inline-block;
    margin-right: 8px;
    font-size: 26px;
  }
}


.cosmetic-main-title h1,
.cosmetic-section-title,
.flow-text h3 {
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "M PLUS Rounded 1c",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;
  font-weight: 700;
}


/* テキスト＋画像 横並び */
.cosmetic-message {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 42px;
}

.cosmetic-message-text {
  flex: 1;
}

.cosmetic-message-text p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}

.cosmetic-message-photo {
  flex: 0 0 240px;
  width: 240px;
}

.cosmetic-message-photo img {
  display: block;
  width: 240px;
  height: 180px;
  box-sizing: border-box;
  border: 2px solid #fff;
  object-fit: cover;
  background: #d8d8d8;
}

.cosmetic-main-title h1,
.cosmetic-section-title,
.flow-text h3,
.cosmetic-feature-item h3 {
  font-family:
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "M PLUS Rounded 1c",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;
  font-weight: 700;
}


/* 診療メニュー */
.cosmetic-menu {
  margin-bottom: 48px;
}

.cosmetic-menu .cosmetic-section-title {
  margin-bottom: 16px;
}

.cosmetic-menu-lead {
  margin: 0 0 24px;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}

.cosmetic-menu-item {
  margin-bottom: 28px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.cosmetic-menu-item:last-child {
  margin-bottom: 0;
}

.cosmetic-menu-item h3 {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.45;
}

.cosmetic-menu-item h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.cosmetic-menu-item p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}

.cosmetic-menu-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cosmetic-menu-item li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 1.2em;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}

.cosmetic-menu-item li:last-child {
  margin-bottom: 0;
}

.cosmetic-menu-item li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.9;
}

.cosmetic-menu-item li strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cosmetic-menu-item li span {
  display: block;
  color: #fff;
}
/* ボツリヌス菌注入：施術部位別単位 */
.cosmetic-page .botulinum-unit {
  margin: 18px 0 18px;
  padding: 0;
  color: #d1d0cf;
  box-sizing: border-box;
}

.cosmetic-page .botulinum-unit h4 {
  margin: 0 0 12px;
  padding: 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px dotted #847a75;
}

.cosmetic-page .botulinum-unit-layout {
  display: block;
}

.cosmetic-page .botulinum-unit-table {
  width: 100%;
  margin-bottom: 16px;
}

.cosmetic-page .botulinum-unit-table table {
  width: 100%;
  border-collapse: collapse;
  color: #d1d0cf;
  font-size: 12px;
  line-height: 1.6;
}

.cosmetic-page .botulinum-unit-table th,
.cosmetic-page .botulinum-unit-table td {
  padding: 6px 8px;
  border-bottom: 1px dotted #847a75;
  box-sizing: border-box;
}

.cosmetic-page .botulinum-unit-table th {
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.cosmetic-page .botulinum-unit-table th:nth-child(2),
.cosmetic-page .botulinum-unit-table th:nth-child(4),
.cosmetic-page .botulinum-unit-table td:nth-child(2),
.cosmetic-page .botulinum-unit-table td:nth-child(4) {
  width: 90px;
  text-align: right;
  white-space: nowrap;
}

.cosmetic-page .botulinum-unit-table th:nth-child(3),
.cosmetic-page .botulinum-unit-table td:nth-child(3) {
  padding-left: 22px;
}

.cosmetic-page .botulinum-unit-table td:nth-child(1),
.cosmetic-page .botulinum-unit-table td:nth-child(3) {
  color: #fff;
}

.cosmetic-page .botulinum-unit-note {
  margin: 8px 0 0;
  color: #d1d0cf;
  font-size: 11px;
  line-height: 1.6;
}

.cosmetic-page .botulinum-unit-photo {
  width: 100%;
  text-align: center;
}

.cosmetic-page .botulinum-unit-photo img {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  height: auto;
  border: 2px solid #fff;
  box-sizing: border-box;
}

/* 施術同意書ダウンロードボタン */
.cosmetic-page .cosmetic-consent-btn {
  margin: 18px 0 0;
  text-align: center;
}

.cosmetic-page .cosmetic-consent-btn a {
  margin-top: 30px;
  display: inline-block;
  min-width: 240px;
  padding: 10px 24px;
  background: #c9302c;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.cosmetic-page .cosmetic-consent-btn a:hover {
  background: #a92522;
  color: #fff;
  text-decoration: none;
}


/* 美容皮膚科担当医 */
.cosmetic-doctor {
  margin-bottom: 48px;
}

.cosmetic-doctor-box {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.cosmetic-doctor-head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #847a75;
}

.cosmetic-doctor-position {
  margin: 0 0 6px;
  color: #d1d0cf;
  font-size: 12px;
  line-height: 1.5;
}

.cosmetic-doctor-name {
  margin: 0 0 4px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.cosmetic-doctor-en {
  margin: 0;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.cosmetic-doctor-content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.cosmetic-doctor-block {
  width: 50%;
  box-sizing: border-box;
}

.cosmetic-doctor-block h3 {
  margin: 0 0 10px;
  padding: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px dotted #847a75;
}

.cosmetic-doctor-block dl {
  margin: 0;
  padding: 0;
}

#box-680 .cosmetic-doctor-block dt {
  float: left;
  clear: left;
  width: 58px;
  height: 0;
  margin: 0 0 7px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}

.cosmetic-doctor-block dd {
  margin: 0 0 7px 68px;
  color: #d1d0cf;
  font-size: 12px;
  line-height: 1.6;
}

.cosmetic-doctor-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cosmetic-doctor-block li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 1.1em;
  color: #d1d0cf;
  font-size: 12px;
  line-height: 1.6;
}

.cosmetic-doctor-block li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 10px;
  line-height: 1.9;
}


/* 旧価格：二重取り消し線 */
.cosmetic-page .torikeshi {
  position: relative;
  display: inline-block;
  color: #d1d0cf;
  line-height: 1.2;
  text-decoration: none;
}

.cosmetic-page .torikeshi::before,
.cosmetic-page .torikeshi::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  pointer-events: none;
}

.cosmetic-page .torikeshi::before {
  top: 44%;
}

.cosmetic-page .torikeshi::after {
  top: 58%;
}

/* キャンペーン価格 */
.cosmetic-page .campaign_price {
  display: inline-block;
  color: #ff9900;
  font-size: 110%;
  font-weight: bold;
  /* text-shadow:
    0.5px 0.5px 0 #fff,
    -0.5px 0.5px 0 #fff,
    0.5px -0.5px 0 #fff,
    -0.5px -0.5px 0 #fff,
    0 0.5px 0 #fff,
    0.5px 0 0 #fff,
    0 -0.5px 0 #fff,
    -0.5px 0 0 #fff; */
}