@charset "UTF-8";
/* CSS Document : ヘアメニューページ専用 */

/* ===== 共通: 下層ページのヘッダー余白 ===== */
.subPageHeader .headerContentInner {
  padding-bottom: 20px;
}

/* ===== ページタイトル+リード ===== */
.menuHero {
  padding: 90px 0 70px;
  position: relative;
}
.menuHeroInner {
  position: relative;
}
.menuHeroTitle {
  text-align: center;
}
.menuHeroTitle h2 {
  text-align: center;
  line-height: 1.1; /* descender 用の余白を確保しつつ詰めすぎない */
}
.menuHeroTitle p.title {
  text-align: center;
  left: 0;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 50px;
  color: #5a3a25; /* ページトップのみ少し薄い濃茶 */
}
.menuHero .lead {
  text-align: center;
  font-size: 17px;
  line-height: 34px;
  margin: 30px auto 0;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  .menuHero {
    padding: 50px 0 30px;
  }
  .menuHero .lead {
    font-size: 15px;
    line-height: 28px;
  }
  .menuHero .lead br.pc-br {
    display: none;
  }
}

/* ===== メニュー一覧(カテゴリカード) ===== */
.menuList {
  padding: 30px 0 100px;
}
.categoryList {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.category {
  display: flex;
  background-color: #fff;
  position: relative;
  overflow: visible;
}
/* 偶数番目のカードは画像と本文を入れ替え */
.category:nth-child(even) {
  flex-direction: row-reverse;
}
.catImage {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative; /* 画像を絶対配置にする土台 */
}
.catImage img {
  position: absolute; /* 画像が高さを押し広げないようにする */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* 上端基準でトリミング(頭が切れないように) */
  display: block;
}
/* パーマ画像のみ全体表示(縦長写真+透過PNGのため) */
.catImage img[src*="permhair"] {
  object-fit: contain;
}
.catBody {
  width: 55%;
  padding: 50px 50px 50px 60px;
  position: relative;
}
.category:nth-child(even) .catBody {
  padding: 50px 60px 50px 50px;
}
.catTitle {
  font-weight: bold;
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #6A6012;
  padding-bottom: 12px;
}
.catTitle .en {
  font-family: "adobe-handwriting-ernie", "charm", "Inglesa Script Variable", "selif";
  font-size: 42px;
  color: #321707;
  font-weight: 400;
}
.catTitle .jp {
  font-family: "クレー", 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 18px;
  color: #321707;
}
.catDesc {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 25px;
}
.priceList {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin-bottom: 18px;
}
.priceList dt {
  flex-basis: 65%;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}
.priceList dt .note {
  font-size: 13px;
  font-weight: normal;
  margin-left: 4px;
}
.priceList dd {
  flex-basis: 35%;
  text-align: right;
  margin-bottom: 10px;
}
.time {
  font-size: 14px;
  color: #6A6012;
  text-align: right;
}
.time i {
  margin-right: 6px;
}
.catNote {
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  .menuList {
    padding: 10px 0 60px;
  }
  .categoryList {
    gap: 40px;
  }
  .category,
  .category:nth-child(even) {
    flex-direction: column;
  }
  .catImage {
    width: 100%;
    height: 200px;
  }
  .catBody,
  .category:nth-child(even) .catBody {
    width: 100%;
    padding: 30px 25px 30px;
  }
  .catTitle .en {
    font-size: 32px;
  }
  .catTitle .jp {
    font-size: 16px;
  }
  .catDesc {
    font-size: 14px;
    line-height: 26px;
  }
  .priceList {
    font-size: 15px;
  }
}

/* ===== セットメニュー ===== */
.courseMenu {
  background-color: rgba(255, 255, 255, 0.5);
  border-top: solid 25px #6A6012;
  padding: 70px 0;
  margin: 80px 0;
  position: relative;
}
.courseHead {
  text-align: center;
  margin-bottom: 50px;
}
.courseHead p.title {
  left: 0;
}
.courseLead {
  font-size: 15px;
  line-height: 28px;
  margin-top: 5px;
}
.courseList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 980px;
  margin: 0 auto;
}
.course {
  background-color: #fff;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 8px 8px 0 rgba(106, 96, 18, 0.6);
  position: relative;
}
.courseName {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coursePrice {
  margin-bottom: 15px;
}
.coursePrice .now {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  font-size: 32px;
  color: #321707;
  font-weight: 700;
}
.coursePrice .was {
  display: block;
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  margin-top: 5px;
}
.courseTime {
  font-size: 13px;
  color: #6A6012;
}
.courseTime i {
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  .courseMenu {
    border-top-width: 18px;
    padding: 40px 0 50px;
    margin: 50px 0;
  }
  .courseList {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
  .course {
    box-shadow: 5px 5px 0 rgba(106, 96, 18, 0.6);
    padding: 25px 20px;
  }
  .courseName {
    min-height: auto;
    margin-bottom: 12px;
  }
  .coursePrice .now {
    font-size: 28px;
  }
}

/* ===== 薬剤・シャンプー紹介 ===== */
.products {
  padding: 70px 0;
  background-color: #fff;
  margin: 80px 30px;
  position: relative;
}
.products:after { /* News と同じカーキ三角形のモチーフ */
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #6A6012 transparent;
  border-width: 0px 0px 156px 156px;
}
.productsInner h2,
.productsInner p.title {
  text-align: center;
  left: 0;
}
.productsLead {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 50px;
}
.productList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 920px;
  margin: 0 auto;
}
.product {
  text-align: center;
}
.prodImage {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 4px;
}
.prodImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prodName {
  font-family: "adobe-caslon-pro", serif;
  font-size: 22px;
  color: #321707;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.prodDesc {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .products {
    padding: 40px 0;
    margin: 50px 0;
  }
  .products:after {
    bottom: -10px;
    right: 0;
    border-width: 0px 0px 70px 70px;
  }
  .productList {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 25px;
  }
  .productsLead {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0 25px;
  }
}

/* ===== 注意事項 ===== */
.notice {
  padding: 70px 0;
  margin-bottom: 60px;
}
.noticeInner h2,
.noticeInner p.title {
  text-align: center;
  left: 0;
}
.noticeList {
  max-width: 820px;
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 28px;
}
.noticeList li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 8px;
  border-bottom: 1px dashed #6A6012;
}
.noticeList li:first-child {
  border-top: 1px dashed #6A6012;
}
.noticeLabel {
  flex-shrink: 0;
  background-color: #92CFE0;
  color: #2E3192;
  padding: 4px 0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  min-width: 6em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .notice {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .noticeList {
    font-size: 14px;
    line-height: 24px;
  }
  .noticeList li {
    flex-direction: column;
    gap: 8px;
    padding: 15px 0;
  }
  .noticeLabel {
    min-width: 5em;
    align-self: flex-start;
  }
}

/* ===== 予約CTA ===== */
.menuCta {
  text-align: center;
  padding: 30px 0 100px;
}
.ctaLead {
  font-family: "クレー", 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 18px;
  color: #321707;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .menuCta {
    padding: 10px 0 60px;
  }
  .ctaLead {
    font-size: 16px;
  }
}
