html{
	margin:0;
	padding:0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
   overflow-x: hidden;
}

/* すべてのデフォルト余白をリセット */
body {
  margin: 0;
  padding: 0;
}
body.admin-bar .site-header {
  top: 32px; /* PCの管理バー高さ */
}
/* ヘッダー本体も確認 */
.site-header {
  margin: 0;
  padding: 0;
}
.site-header {
  background-color: #e1dfdd;
  padding: 0px 20px;
  padding-left:0px; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height:80px;
}
.header-center {
  margin-left: auto;
  margin-right: 50px; /* 任意で調整可能 */
}
.logo {
  align-items: center;
    background-color:#2e0b00;
  height:100%;
 padding: 0 40px;

}

.logo img {
  width: 80px;
  height: auto;
}

.main-nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  color: #3d2f28;
  font-size: 1rem;
}

.reserve-btn {
  border: 1px solid #3d2f28;
  padding: 8px 40px;
  text-decoration: none;
  color: #3d2f28;
  font-weight: bold;
  margin-right:20px;
  transition:0.5s;
}
.reserve-btn:hover{
	background:#3d2f28;
	color:#fff;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #3d2f28;
}
/* SP用 予約ボタン */
.sp-reserve-btn {
  display: none;
}






/* ===== ファーストビュー（FV） ===== */
.fv {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url('/wp-content/themes/pcg-renewal/assets/images/fv-bg.jpg') no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content:center; /* ← 上寄せ！ */
  align-items: center;
  padding-top: 120px; /* 上からどのくらい下げるか調整 */
  text-align: center;
}

.fv-title {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1.8;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.91);
 font-weight: 200; /* または 200, 100 など細く */
 animation: fadeOnly 2s ease-in-out 0.5s forwards;
}
.fv-title br{
	display:none;
}
@keyframes fadeOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===== 追従ボタン ===== */
.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f4f2ef;
  color: #3d2f28;
  padding: 12px 20px;
  border: 2px solid #3d2f28;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 999;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.floating-btn:hover {
  background: #3d2f28;
  color: #fff;
}
/* === ABOUTセクション === */
.about-section {
  background-color: #40312a;
  color: #fff;
  padding: 100px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-bottom:0px;
}

/* ブロック共通 */
.about-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 100px;
  gap: 60px;
  flex-wrap: wrap;
}

.about-block--reverse {
  flex-direction: row-reverse;
}

/* テキストエリア */
.about-text {
  flex: 1;
  min-width: 300px;
  font-size: 1rem;
  line-height: 2;
}

.about-text ul {
  margin: 20px 0;
  padding-left: 20px;
}

/* 画像エリア */
.about-image {
  flex: 1;
  min-width: 300px;
  position: relative;
  margin-right:-100px;
}
.about-image::before {
  content: '';
  position: absolute;
  left: 40px;          /* ← 左を軸にする */
  bottom: -30px;
  width: 70%;       /* ← ここで横幅を短くする */
  height: 100%;
  background: #282b00;
  z-index: 1;
}
.about-image img {
  width: 70%;
  display: block;
  position: relative;
  z-index: 2;
}
/* 画像エリア */
.profile-image {
  flex: 1;
  min-width: 300px;
  position: relative;
  margin-right:-30px;
}
.profile-image::before {
  content: '';
  position: absolute;
  left: 40px;          /* ← 左を軸にする */
  bottom: -30px;
  width: 60%;       /* ← ここで横幅を短くする */
  height: 100%;
  background: #282b00;
  z-index: 1;
}
.profile-image img {
  width: 55%;
  display: block;
  position: relative;
  z-index: 2;
}
/* セクションタイトル */
.about-title-wrap {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 0px;
  position: relative;
}

.about-en {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.15em;
  margin: 0;
}

.about-ja {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.about-border {
  width: 100%;
  height: 1px;
  background-color: #aaa;
  margin-top: 10px;
}

/* 装飾付き画像（重ね） */
.about-image--decorated {
  position: relative;
  z-index: 1;
}

.about-image--decorated::before,
.about-image--decorated::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #4a4538;
}

.about-image--decorated::before {
  width: 100px;
  height: 100px;
  bottom: -20px;
  left: -20px;
}

.about-image--decorated::after {
  width: 200px;
  height: 200px;
  top: -40px;
  right: -40px;
  background-color: #ddd;
}
/* ===== 思いセクション ===== */
.about-visual-section {
  background: #40312a;
  color: #fff;
  padding: 120px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
 padding-bottom: 350px; /* ← ここが一番重要 */
 overflow: visible;
}

.about-visual-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* ===== テキスト ===== */
.about-visual-text {
  flex: 1;
}

.about-visual-title {
  font-size: 1.3rem;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

.about-visual-text p {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 0.95rem;
}
/* ===== 思いセクション：ビジュアル ===== */
.about-visual-image {
  flex: 1;                 /* ← これが無いと表示されない */
  min-width: 320px;
  position: relative;
  min-height: 520px;
  margin-right:-100px;

  /* 接点座標（ここだけ調整） */
  --jx: 25%;
  --jy: 80%;
}

/* 奥の装飾 */
.bg-dark {
  position: absolute;
  right: 163px;
  bottom: -150px;
  width: 80%;
  height: 70%;
  background: #3e3f33;
  z-index: 1;
}

/* 左画像：右上が接点 */
.bg-photo {
  position: absolute;
  left: var(--jx);
  top: var(--jy);
  width: 45%;
  height: 320px;
  overflow: hidden;
  z-index: 2;

  transform: translateX(-100%);
}

.bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右画像：左下が接点 */
.main-photo {
  position: absolute;
  left: var(--jx);
  top: var(--jy);
  width: 46%;
  height: auto;
  z-index: 3;
  display: block;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);

  transform: translateY(-100%);
}
/* ===== ワイド画像セクション ===== */
.wide-image-section {
  width: 100%;
  height: 280px;          /* ← 縦を短くする（調整ポイント） */
  overflow: hidden;
}

.wide-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* ← 縦横比を保ったままトリミング */
  display: block;
}
/* ===== 情報セクション ===== */
.info-section {
  background: #2e0b00;
  color: #fff;
  padding: 120px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 見出し */
.section-title {
  font-size: 1.4rem;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

/* ===== 理念 ===== */
.philosophy {
  max-width: 1200px;
  margin: 0 auto 120px;
}

.philosophy p {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 0.95rem;
}

/* ===== サロン概要 ===== */
.overview {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items:center;
}

/* 左：テキスト */
.overview-text {
  flex: 1;
}

.overview-list div {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}

.overview-list dt {
  width: 140px;
  font-weight: normal;
  opacity: 0.85;
}

.overview-list dd {
  margin: 0;
  line-height: 1.8;
}

/* 右：マップ */
.overview-map {
  flex: 1;
  margin-top:60px;
}

.overview-map iframe {
  width: 100%;
  height: 360px;
  border: none;
}
/* ===== MENUセクション ===== */
.menu-section {
  background: #382d28;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.menu-title-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #382d28;
  padding: 28px 60px 24px;
  z-index: 3;
  padding-top: 70px;    /* ← これを追加 */
}

/* 上：画像 */
.menu-hero {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative; /* ★ 追加 */
}

.menu-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 下：テキスト背景 */
.menu-content {
  background: #382d28;
  padding: 100px 20px 120px;
  position: relative;
  z-index: 2;
  margin-top: -50px; /* ← MENUが食い込む分を調整 */
}

/* 中央寄せ */
.menu-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* 英字 MENU */
.menu-en {
  display: block;
  font-size: 6rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.15);
  line-height: 1;
  margin-top: -20px;   /* ← 画像に食い込む核心 */
  margin-bottom:-65px;
}

/* 日本語見出し */
.menu-ja {
  font-size: 1.6rem;
  position: relative;
  z-index: 4;             /* ← MENUより前 */
  margin-top: -20px; /* ← 数値を小さくすると下がる */
  padding-top:20px;
}

/* 本文 */
.menu-text {
  font-size: 0.95rem;
  line-height: 2.2;
  max-width: 900px;
}
/* ===== カード全体 ===== */
.menu-card-section {
  background: #382d28;
  padding: 0px 20px;
  padding-bottom:30px;
}
.menu-card {
  max-width: 1050px;
  margin: 0 auto;
  background: #e3dfdd;
  padding: 0px 20px;
  display: grid;
  grid-template-columns: 1fr 1px 360px;
  gap: 40px;
  position: relative;
  padding-bottom:20px;
}
.menu-card-option {
  max-width: 1050px;
  margin: 0 auto;
  background: #e3dfdd;
  padding: 0px 20px; 
  position: relative;
  padding-bottom:20px;
}
/* ===== 左 ===== */
.menu-card-left {
  position: relative;
}
/* タイトル行 */
.menu-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-badge {
  display: inline-block;
  background: #7a1e1e;
  color: #fff;
  padding: 8px 18px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.menu-title {
  font-size: 1.2rem; /* ← 少し小さく */
  letter-spacing: 0.08em;
}
.menu-title-option {
  font-size: 1.1rem; /* ← 少し小さく */
  letter-spacing: 0.08em;
}
.menu-title-option br{
	display:none;
}
.menu-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a2f2a;
}

/* ===== 中央：点線 ===== */
.menu-divider {
  background-image: repeating-linear-gradient(
    to bottom,
    #7d736d,
    #7d736d 2px,
    transparent 2px,
    transparent 6px
  );
}

/* ===== 右 ===== */
.menu-card-right {
  text-align: center;
}

.menu-price {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.menu-off {
  font-size: 0.95rem;
  line-height: 1.9;

}

.menu-off strong {
  color: #7a1e1e;
  font-weight: bold;
}

.menu-btn {
  display: inline-block;
  background: #5a6b4a;
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: 
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.menu-btn:hover{
	color:#5a6b4a;
	background:#fff;
    transform: translateY(-3px);
}
.option_flex{
	display:flex;
	gap:50px;
}
/* ===== お客様の声 ===== */
.voice-section {
  background: #3a2f2a;
  color: #fff;
  padding: 120px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 見出し */
.voice-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}

.voice-head .line {
  flex: 1;
  max-width: 430px;
  height: 1px;
  background: rgba(255,255,255,0.6);
}

.voice-title {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

/* 口コミ一覧 */
.voice-list {
  max-width: 1200px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.voice-list2 {
  max-width: 700px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
/* カード */
.voice-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
}

.voice-name {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.voice-text {
  font-size: 0.9rem;
  line-height: 2;
  opacity: 0.9;
}
.zeikomi{
	font-size:13px;
}
/* ボタン */
.voice-btn-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.voice-btn {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.15em;
  transition: all 0.35s ease;
}

.voice-btn:hover {
  background: #fff;
  color: #3a2f2a;
}

/* 下ライン */
.voice-bottom-line {
  max-width: 1100px;
  height: 1px;
  background: rgba(255,255,255,0.6);
  margin: 0 auto;
}
.school-section {
  background: #fff;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.menu-hero-school {
  background: #fff;
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative; /* ★ 追加 */
}

.menu-hero-school img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 英字 MENU */
.school-en {
  display: block;
  font-size: 6rem;
  letter-spacing: 0.2em;
  color: rgba(0,0,0,0.1);
  line-height: 1;
  margin-top: -20px;   /* ← 画像に食い込む核心 */
  margin-bottom:-85px;
}

/* 日本語見出し */
.school-ja {
  font-size: 1.6rem;
  position: relative;
  z-index: 4;             /* ← MENUより前 */
  margin-top: 0px; /* ← 数値を小さくすると下がる */
  padding-top:20px;
  color: #382d28;
}
.school-title-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 28px 60px 24px;
  z-index: 3;
  padding-top: 70px;    /* ← これを追加 */
}
/* ===== コンセプトセクション ===== */
.concept-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 20px;
  padding-bottom:0px;
}

/* 行 */
.concept-row {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 180px;
}

/* 反転 */
.concept-row.reverse {
  flex-direction: row-reverse;
}

/* テキスト */
.concept-text {
  flex: 1;
  font-size: 0.95rem;
  line-height: 2.4;
  color: #2f2a27;
}

/* 画像ラッパー */
.concept-image-wrap {
  flex: 1;
  position: relative;
  max-width: 420px;
  margin-top:150px;
}

/* 画像 */
.concept-image-wrap img {
  width: 60%;
  display: block;
  position: relative;
  z-index: 2;
}

/* 背景スクエア */
.concept-image-wrap .bg-square {
  position: absolute;
  width: 80%;
  height: 100%;
  background: #c7cbbf;
  left: 0px;
  bottom: -60px;
  z-index: 1;
}

/* 反転時の背景位置 */
.concept-row.reverse .bg-square {
    width: 80%;
  height: 100%;
  left: 0px;
  right: 0px;
}
/* ===== おすすめセクション ===== */
.recommend-section {
  padding: 120px 20px;
  background: #fff;
  color: #2f2a27;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif ;
  padding-bottom:160px;
}

.recommend-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 80px;
  letter-spacing: 0.08em;
}

/* カード一覧 */
.recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

/* カード */
.recommend-card {
  border: 1px solid #8d867f;
  padding: 40px 30px;
}

/* 上部 */
.card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.card-number {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.card-title {
  font-size: 1rem;
  font-weight: normal;
}

/* 画像 */
.card-image {
  margin-bottom: 30px;
}

.card-image img {
  width: 100%;
  display: block;
}

/* テキスト */
.card-text {
  font-size: 0.85rem;
  line-height: 2;
}
/* ===== COURSEセクション ===== */
.course-section {
  background: #cfd5c8;
  padding: 120px 20px 140px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.course-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* 英字背景 */
.course-en {
  position: absolute;
  top: -250px;
  left: -100px;
  font-size: 6rem;
  letter-spacing: 0.15em;
  color: rgba(0,0,0,0.15);
}

/* 日本語見出し */
.course-ja {
  position: absolute;
  top: -150px;
  left: -80px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

/* ラベル */
.course-label {
  display: block;          /* ← inline-block をやめる */
  width: fit-content;      /* ← 中身幅にする */
  margin: 0 auto 60px;     /* ← 中央寄せ + 下余白 */
  background: #6b735f;
  color: #fff;
  padding: 6px 18px;
  font-size: 1.1rem;
  margin-bottom: 60px;
  margin-top:60px;
}

/* カード */
.course-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.course-cards:has(.course-card:only-child) {
  grid-template-columns: 1fr;
  justify-items: center;
}
.course-cards-single {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top:60px;
}

.course-cards-single:has(.course-card:only-child) {
  grid-template-columns: 1fr;
  justify-items: center;
}

.course-card {
  background: #e8e6e4;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 8px 5px rgba(0,0,0,0.15);
  text-align: center;
}

/* 価格（2重枠） */
.course-price {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 01.2rem;
  border: 1px solid #6b735f;   /* 外枠 */
  background: #e8e6e4;
  margin-bottom: 24px;
}

/* 内側の枠 */
.course-price::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #6b735f;
  pointer-events: none;
}
.course-price-single {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 01.2rem;
  border: 1px solid #6b735f;   /* 外枠 */
  background: #e8e6e4;
  margin-bottom: 24px;
  margin-left:40px;
}

/* 内側の枠 */
.course-price-single::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #6b735f;
  pointer-events: none;
}

/* タイトル */
.course-title {
  font-size: 1.2rem;
  font-weight:300;
  position: relative;
  padding-bottom: 14px;
}
.course-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 350px;          /* ← ここを短くする */
  opacity: 0.6;
  height: 1px;
  background: #a62d02;
  transform: translateX(-50%);
}
/* 時間構成 */
.course-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.course-time-single{
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-left:-50px;
  
}
/* 円 */
.time-circle {
  width: 80px;
  height: 80px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1.4;
}
.course-card--center-time .course-time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-card--center-time .time-circle {
  margin: 0;              /* 余計なズレ排除 */
}

.course-card--center-time .time-plus {
  margin: 0 6px;          /* プラス記号の左右を固定 */
}

/* 記号 */
.time-plus {
  font-size: 1.2rem;
}

.time-equal {
  font-size: 0.9rem;
}
.course-desc{
	margin-top:-10px;
	font-size:0.8rem;
}
/* 説明付き時間構成 */
.course-time--desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

/* 説明リスト */
.course-list {
  list-style: disc;
  padding-left: 18px;
  font-size: 0.85rem;
  text-align: left;
}

/* 説明テキスト */
.course-text {
  font-size: 0.85rem;
  text-align: left;
  line-height: 1.8;
}

/* 円の補助テキスト */
.time-circle small {
  font-size: 0.7rem;
}
.voice-section-school {
  background: #fff;
  color: #000;
  padding: 120px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.voice-head .line-school {
  flex: 1;
  max-width: 430px;
  height: 1px;
  background: rgba(0,0,0,0.6);
}

.voice-title-school {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

/* 口コミ一覧 */
.voice-list-school {
  max-width: 1200px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* カード */
.voice-card-school img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
}

.voice-name-school {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.voice-text-school {
  font-size: 0.9rem;
  line-height: 2;
  opacity: 0.9;
}

/* ボタン */
.voice-btn-wrap-school {
  text-align: center;
  margin-bottom: 80px;
}

.voice-btn-school {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #382d28;
  color: #382d28;
  text-decoration: none;
  letter-spacing: 0.15em;
  transition: all 0.35s ease;
}

.voice-btn-school:hover {
  background: #382d28;
  color: #fff;
}

/* 下ライン */
.voice-bottom-line-school {
  max-width: 1100px;
  height: 1px;
  background: rgba(0,0,0,0.6);
  margin: 0 auto;
}
/* ===== FAQ ===== */
.faq-section {
  background: #f3f3f1;
  padding: 120px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.faq-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
}

/* 左見出し */
.faq-heading {
  position: relative;
}
.faq-en {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 6rem;
  color: rgba(0,0,0,0.08);
}
.faq-ja {
  margin-top: 80px;
  font-size: 1.2rem;
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  font-size: 0.95rem;
  text-align: left;
}

.faq-icon {
  width: 22px;
  height: 22px;
  background: #8c947d;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-answer {
  background: #8c947d;
  color: #fff;
  display: flex;
  gap: 14px;
  padding: 0 20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer p {
  font-size: 0.85rem;
  line-height: 2;
}

/* 開いた状態 */
.faq-item.is-open .faq-answer {
  padding: 18px 20px 22px;
  max-height: 300px;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}
/* =========================
   blog
========================= */
.blog-section {
  position:relative;
  background: #fff;
  padding: 80px 0;
  text-align: center;
    background: url("/wp-content/themes/pcg-renewal/assets/images/blog-bg.jpg")
              no-repeat center / cover;
}
.blog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6); /* ← 黒フィルタの濃さ */
  z-index: 1;
}
.blog-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
    position: relative;
  z-index: 2;
}

.blog-header {
  margin-bottom: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
 p{
	text-decoration: none;
}

.blog-en {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  position: relative;
  padding: 0 40px; /* ← 両サイドに余白を確保 */
    font-weight:100;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between; /* 4つ並べる */
  margin-bottom: 48px;
}

.blog-item {
  width: 260px;
  text-align: left;
}

.blog-thumb img,
.blog-thumb .no-image {
  width: 100%;
  height: 160px;
  background: #ddd;
  object-fit: cover;
}

.blog-title {
  margin-top: 16px;
  font-size: 14px;
  color: #fff;
  font-weight:300;
  line-height: 1.8;
  text-decoration: none; /* ← 下線を削除 */
}

/* ボタン */
.voice-btn-wrap-school {
  text-align: center;
  margin-bottom: 80px;
}

.voice-btn-school {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #382d28;
  color: #382d28;
  text-decoration: none;
  letter-spacing: 0.15em;
  transition: all 0.35s ease;
}

.voice-btn-school:hover {
  background: #382d28;
  color: #fff;
}
.blog-btn {
  text-align: center;
  margin-bottom: 80px;
}
.blog-btn a {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #382d28;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.15em;
  transition: all 0.35s ease;
  background-color: #382d28;
}
.blog-btn a:hover {
    background: #fff;
  color: #382d28;
}
.blog-btn a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #2d2f44;
  font-weight: bold;
}

/* 初期は非表示 */
.blog-slider-wrapper {
  display: none;
}
/* 黒背景（TOP）でも読めるように */
.blog-section .blog-card-date{
  color: rgba(255,255,255,0.8);
}

.blog-section .blog-card-label.is-blog{
  background: rgba(255,255,255,0.9);
}

.blog-card-meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 10px;
}

.blog-card-label{
  display:inline-block;
  font-size: 11px;
  letter-spacing: .12em;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  margin-top:10px;
}

.blog-card-label.is-news{
  background:#1f2e4d;
  color:#fff;
}

.blog-card-label.is-blog{
  background:#eee;
  color:#1f2e4d;
  border:1px solid #d5d5d5;
}
.blog-card-date{
  font-size: 12px;
  color:#777;
  margin:0;
    margin-top:10px;
}
/* ▼ブログセクション内のリンク下線を完全に消す（PC/SP共通） */
.blog-section a,
.blog-section a:link,
.blog-section a:visited,
.blog-section a:hover,
.blog-section a:active {
  text-decoration: none;
}
/* ===== CONTACT CTA ===== */
.contact-cta {
  background: #fff;
  padding: 140px 20px;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 英字 */
.contact-en {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #3b2f2a;
}

/* 日本語 */
.contact-ja {
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  color: #3b2f2a;
}

/* 説明文 */
.contact-text {
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 60px;
  color: #3b2f2a;
}

/* ボタン（2重枠） */
.contact-btn-top {
    color: #3b2f2a;
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  border: 1px solid #3b2f2a;
  transition: all 0.4s ease;
  isolation: isolate;     /* ← これが超重要 */
}

/* 内枠 */
.contact-btn-top::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #3b2f2a;
  pointer-events: none;
  z-index: 0;              /* ← テキストの背面に */
}
/* テキストを前面に */
.contact-btn-top {
  z-index: 1;
}
/* hover */
.contact-btn-top:hover {
  background: #3b2f2a;
  color: #fff;
}
.contact-btn-top:hover::before {
  border-color: #fff;
}
/* ===== CONTACT PAGE ===== */
.contact-page {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  background: #fff;
}

/* ヒーロー */
.contact-hero {
  height: 260px;
  background: url("../images/contact-hero.jpg") center / cover no-repeat;
  position: relative;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top:30px;
}

.contact-hero-ja {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}

.contact-hero-en {
  font-size: 2.2rem;
  letter-spacing: 0.25em;
  margin-top:0px;
}

/* フォーム全体 */
.contact-form-section {
  padding: 100px 20px;
}

.contact-form-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 説明文 */
.contact-lead {
  text-align: center;
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 50px;
  color: #3b2f2a;
}

/* 白枠 */
.contact-form-box {
  background: #fff;
  padding: 60px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* テーブル */
.cf7-table {
  width: 100%;
  border-collapse: collapse;
}

.cf7-table th {
  width: 30%;
  background: #a8ae9f;
  color: #fff;
  font-weight: normal;
  font-size: 0.85rem;
  padding: 18px;
  vertical-align: middle;
}

.cf7-table th span {
  display: block;
  font-size: 0.7rem;
  margin-top: 6px;
}

.cf7-table td {
  padding: 18px;
  border-bottom: 1px solid #e0e0e0;
}

/* 入力欄 */
.cf7-table input,
.cf7-table textarea {
  width: 100%;
  border: 1px solid #bbb;
  padding: 10px;
  font-size: 0.85rem;
}

.cf7-table textarea {
  height: 180px;
  resize: vertical;
}

/* チェック */
.cf7-check {
  margin: 30px 0;
  font-size: 0.75rem;
}

/* 送信ボタン */
.cf7-submit {
  text-align: center;
}

.cf7-submit input {
  background: transparent;
  border: 1px solid #3b2f2a;
  padding: 14px 50px;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: 0.4s;
}

.cf7-submit input:hover {
  background: #3b2f2a;
  color: #fff;
}
/* =========================
   BLOG GRID
========================= */

.blog-archive {
  padding: 80px 20px;
}

.blog-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* カード */
.blog-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* サムネ */
.blog-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中身 */
.blog-body {
  padding-top: 20px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 10px;
}

.blog-cat a {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 0.75rem;
  text-decoration: none;
  color: #555;
}

.blog-title {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
}
/* =========================
   SINGLE BLOG
========================= */

.single-blog {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
}

.single-blog-title {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single-blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.single-blog-thumb {
  max-width: 700px;   /* ← 好みで600〜720px */
  margin: 0 auto 40px;
}
.single-blog-thumb img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.single-blog-content {
  font-size: 1rem;
  line-height: 2;
}

.single-blog-content h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.single-blog-content p {
  margin-bottom: 24px;
}
.single-blog-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.single-blog-nav a {
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
}

.single-blog-nav a:hover {
  text-decoration: underline;
}
/* =========================
   ブログ一覧に戻るボタン
========================= */

.single-blog-back {
  text-align: center;
  margin: 80px 0;
}

.back-btn {
  position: relative;
  display: inline-block;
  padding: 12px 48px;      /* ← 横を縮める */
  font-size: 0.8rem;     /* ← 文字を少し小さく */
  letter-spacing: 0.12em; /* ← 詰めすぎない */
  color: #3d2f28 !important;
  background: #fff;
  border: 1px solid #3d2f28;
  text-decoration: none !important; /* ← 最重要 */
    transition:
    background-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}
.back-btn:hover {
  background: #3d2f28;
  color: #fff !important;
  text-decoration: none !important;
}

.back-btn:hover::before {
  border-color: #fff;
}
/* 内側の二重枠 */
.back-btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #3d2f28;
  pointer-events: none;
}
.cf7-table select{
  width:100%;
  padding:10px;
  border:1px solid #bbb;
  font-size:0.85rem;
  background:#fff;
}










/* ===== フッター ===== */
.site-footer {
  background-color: #2e0b00;
  color: #fff;
  padding: 60px 40px;
  padding-right:0px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  width: 45%;
  min-width: 300px;
}

/* 左カラム */
.footer-logo img {
  width: 100px;
  margin-bottom: 20px;
}

.footer-text {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social img{
	width:40px;
	margin-top:5px;
}
.footer-social a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.line-btn {
  padding: 6px 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 0.9rem;
}

/* 右カラム */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  justify-content: space-between;
}

/* メニューを2列に */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 60px;
  text-align: left;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1rem;
}

/* お問い合わせボタン */
.contact-btn {
  display: inline-block;
  border: 2px solid #fff;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  margin-top: 20px;
  transition:0.5s;
}
.contact-btn:hover{
	background:#fff;
	color:#2e0b00;
}
/* =========================
   Responsive (SP)
   header除外
========================= */
@media (max-width: 768px) {

  /* ---- 共通安全弁 ---- */
  html, body {
    overflow-x: hidden;
  }
	.concept-section br{
		display:none;
	}
  img {
    max-width: 100%;
    height: auto;
  }

  /* =========================
     FV
  ========================= */
  .fv {
    height: auto;
    min-height: 70vh;
    padding: 140px 16px 80px;
  }

  .fv-title {
    font-size: 1.3rem;
    line-height: 1.9;
  }

  .floating-btn {
    right: 12px;
    bottom: 12px;
    font-size: 0.8rem;
    padding: 10px 14px;
  }

  /* =========================
     ABOUT
  ========================= */
	.about-section {
  padding: 30px 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-bottom:0px;
}

/* ブロック共通 */
.about-block {
  display: block;
  max-width: 400px;
  margin: 0 auto 10px;
  gap: 10px;
}
/* テキストエリア */
.about-text {
  min-width: 300px;
  font-size: 0.7rem;
}

.about-text ul {
  margin: 0px 0;
  padding-left: 20px;
}

  .about-image {
    margin-right: 0;
  }

  .about-image::before {
    display: none;
  }

  .about-image img {
    width: 60%;
  }

  .about-title-wrap {
    text-align: center;
  }

  .about-en {
    font-size: 2.7rem;
	margin-left:140px;
  }

  .about-ja {
    margin-top: -20px;
    font-size: 1rem;
	margin-left:200px;
  }
.about-border {
  width: 70%;
  height: 1px;
  background-color: #aaa;
  margin-top: 10px;
}
  /* =========================
     想い（重ね画像）
  ========================= */
/* ===== 思いセクション ===== */
.about-visual-section {
  padding: 30px 10px;
 padding-bottom: 0px; /* ← ここが一番重要 */
 overflow: visible;
}

.about-visual-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  gap: 80px;
  align-items: flex-start;
}

/* ===== テキスト ===== */
.about-visual-text {
  flex: 1;
}

.about-visual-title {
  font-size: 1rem;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

.about-visual-text p {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 0.7rem;
}
/* ===== 思いセクション：ビジュアル ===== */
.about-visual-image {
  min-width: 320px;
  position: relative;
  min-height: 420px;
  margin-right:-100px;
}

/* 奥の装飾 */
.bg-dark {
  position: absolute;
  right: 163px;
  bottom: -150px;
  width: 80%;
  height: 70%;
  background: #3e3f33;
  z-index: 1;
}

/* 左画像：右上が接点 */
.bg-photo {
  position: absolute;
  left: var(--jx);
  top: var(--jy);
  width: 45%;
  height: 320px;
}
.bg-photo img {
  object-fit: cover;
  display: block;
}

/* 右画像：左下が接点 */
.main-photo {
  position: absolute;
  left: var(--jx);
  top: var(--jy);
  width: 46%;
  height: auto;
  margin-left:150px;
  margin-top:10px;
}
  .bg-dark,
  .bg-photo,
  .main-photo {
    position: static;
    transform: none;
    width: 30%;
    height: auto;
  }


	/* ===== ワイド画像セクション ===== */
.wide-image-section {
  width: 100%;
  height: 140px;          /* ← 縦を短くする（調整ポイント） */
  overflow: hidden;
}

.wide-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* ← 縦横比を保ったままトリミング */
  display: block;
}
/* ===== 情報セクション ===== */
.info-section {
  padding: 30px 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-bottom:60px;
}

/* 見出し */
.section-title {
  font-size: 1rem;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

/* ===== 理念 ===== */
.philosophy {
  max-width: 300px;
  margin: 0 0 60px;
}

.philosophy p {
  margin-bottom: 30px;
  font-size: 0.7rem;
}

/* ===== サロン概要 ===== */
.overview {
  max-width: 380px;
  margin: 0 auto;
  display: block;
  gap: 80px;
}

/* 左：テキスト */
.overview-text {
  flex: 1;
  font-size:0.8rem;
}

.overview-list div {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}

.overview-list dt {
  width: 140px;
  font-weight: normal;
  opacity: 0.85;
}

.overview-list dd {
  margin: 0;
  line-height: 1.8;
}

/* 右：マップ */
.overview-map {
  margin-top:60px;
}

.overview-map iframe {
  width: 100%;
  height: 180px;
  border: none;
}
  /* =========================
     MENU
  ========================= */
.menu-section {
  background: #382d28;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.menu-title-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #382d28;
  z-index: 3;
  padding-top: 15px;    /* ← これを追加 */
  padding-left:15px;
  padding-right:10px;
}

/* 上：画像 */
.menu-hero {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative; /* ★ 追加 */
}

.menu-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 下：テキスト背景 */
.menu-content {
  padding: 50px 10px 50px;
  margin-top: -50px; /* ← MENUが食い込む分を調整 */
}
/* 英字 MENU */
.menu-en {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-top: 10px;   /* ← 画像に食い込む核心 */
  margin-bottom:-20px;
}

/* 日本語見出し */
.menu-ja {
  font-size: 1rem;
  margin-top: -20px; /* ← 数値を小さくすると下がる */
  padding-top:20px;
}

/* 本文 */
.menu-text {
  font-size: 0.8rem;
  line-height: 2.2;
  max-width: 900px;
}
/* ===== カード全体 ===== */
.menu-card-section {
  padding: 0px 20px;
  padding-bottom:30px;
}
.menu-card {
  max-width: 1050px;
  padding: 0px 20px;
  display: block;
  grid-template-columns: 1fr 1px 360px;
  gap: 40px;
  position: relative;
  padding-bottom:20px;
}
.menu-card-option {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px 20px; 
  position: relative;
  padding-bottom:20px;
}
/* ===== 左 ===== */
.menu-card-left {
  position: relative;
}
/* タイトル行 */
.menu-head {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu-badge {
  display: inline-block;
  background: #7a1e1e;
  color: #fff;
  padding: 8px 18px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.menu-title {
  font-size: 1.1rem; /* ← 少し小さく */
  letter-spacing: 0.08em;
}
.menu-title-option {
  font-size: 0.8rem; /* ← 少し小さく */
  letter-spacing: 0.08em;
}
	.menu-title-option br{
	display:block;
}
.menu-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a2f2a;
}
.option_flex{
	display:flex;
	gap:50px;
}
/* ===== お客様の声 ===== */
.voice-section {
  background: #3a2f2a;
  color: #fff;
  padding: 60px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 見出し */
.voice-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}

.voice-head .line {
  flex: 1;
  max-width: 430px;
  height: 1px;
  background: rgba(255,255,255,0.6);
}

.voice-title {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

/* 口コミ一覧 */
.voice-list {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
	.voice-list2{
		grid-template-columns: repeat(1, 1fr);
	}
/* カード */
.voice-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 5px;
}

.voice-name {
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.voice-text {
  font-size: 0.7rem;
  line-height: 1.7;
  opacity: 0.9;
}
	
  /* =========================
     SCHOOL / CONCEPT
  ========================= */

.menu-hero-school {
  background: #fff;
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative; /* ★ 追加 */
}

.menu-hero-school img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 英字 MENU */
.school-en {
  font-size: 3rem;
  margin-top: 10px;   /* ← 画像に食い込む核心 */
  margin-bottom:-20px;
}
/* 日本語見出し */
.school-ja {
  font-size: 1rem;
  margin-top: -20px; /* ← 数値を小さくすると下がる */
  padding-top:20px;
}
.school-title-wrap {
  padding-top: 15px;    /* ← これを追加 */
  padding-left:15px;
  padding-right:10px;
  padding-bottom:0px;
}
/* ===== コンセプトセクション ===== */
.concept-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  padding-bottom:0px;
}

/* 行 */
.concept-row {
  display: block;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 80px;
}

/* 反転 */
.concept-row.reverse {
  flex-direction: row-reverse;
}

/* テキスト */
.concept-text {
  flex: 1;
  font-size: 0.8rem;
  line-height: 2;
  color: #2f2a27;
}

/* 画像ラッパー */
.concept-image-wrap {
  flex: 1;
  position: relative;
  max-width: 420px;
  margin:0 auto;
  margin-top:30px;
}

/* 画像 */
.concept-image-wrap img {
  width: 40%;

}

/* 背景スクエア */
.concept-image-wrap .bg-square {
  position: absolute;
  width: 40%;
  height: 100%;
  background: #c7cbbf;
  left: 30px;
  bottom: -30px;
  z-index: 1;
}

/* 反転時の背景位置 */
.concept-row.reverse .bg-square {
    width: 40%;
  height: 100%;
  left: 30px;
  right: 30px;
}
  /* =========================
     RECOMMEND
  ========================= */
/* ===== おすすめセクション ===== */
.recommend-section {
  padding: 0px 20px;
}

.recommend-title {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

/* カード一覧 */
.recommend-list {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

/* カード */
.recommend-card {
  border: 1px solid #8d867f;
  padding: 10px 30px;
  margin-top:20px;
  margin-bottom:20px;
}

/* 上部 */
.card-head {
  margin-bottom: 0px;
}


/* 画像 */
.card-image {
  margin-bottom: 20px;
}

.card-image img {
  width: 80%;
}

/* テキスト */
.card-text {
  font-size: 0.85rem;
  line-height: 2;
}
/* ===== COURSEセクション ===== */
.course-section {
  background: #cfd5c8;
  padding: 60px 20px 60px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.course-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* 英字背景 */
.course-en {
  position: absolute;
  top: -120px;
  left: 0px;
  font-size: 3rem;
  letter-spacing: 0.15em;
  color: rgba(0,0,0,0.15);
}

/* 日本語見出し */
.course-ja {
  position: absolute;
  top: -100px;
  left: 0px;
  font-size: 1rem;
  margin-bottom: 40px;
}

/* ラベル */
.course-label {
  display: block;          /* ← inline-block をやめる */
  width: fit-content;      /* ← 中身幅にする */
  margin: 0 auto 60px;     /* ← 中央寄せ + 下余白 */
  background: #6b735f;
  color: #fff;
  padding: 6px 18px;
  font-size: 1.1rem;
  margin-bottom: 60px;
  margin-top:60px;
}

/* カード */
.course-cards {
  display:block;
}

.course-cards:has(.course-card:only-child) {
  grid-template-columns: 1fr;
  justify-items: center;
}
.course-cards-single {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom:30px;
}
.course-card {
  background: #e8e6e4;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 8px 5px rgba(0,0,0,0.15);
  text-align: center;
    margin-bottom:30px;
}

/* 価格（2重枠） */
.course-price {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 01.2rem;
  border: 1px solid #6b735f;   /* 外枠 */
  background: #e8e6e4;
  margin-bottom: 24px;
}

/* 内側の枠 */
.course-price::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #6b735f;
  pointer-events: none;
}
.course-price-single {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 01.2rem;
  border: 1px solid #6b735f;   /* 外枠 */
  background: #e8e6e4;
  margin-bottom: 0px;
  margin-left:0px;
}

/* 内側の枠 */
.course-price-single::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #6b735f;
  pointer-events: none;
}

/* タイトル */
.course-title {
  font-size: 1.2rem;
  font-weight:300;
  position: relative;
  padding-bottom: 14px;
}
.course-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 350px;          /* ← ここを短くする */
  opacity: 0.6;
  height: 1px;
  background: #a62d02;
  transform: translateX(-50%);
}
/* 時間構成 */
.course-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.course-time-single{
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-left:-50px;
  
}
/* 円 */
.time-circle {
  width: 80px;
  height: 80px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1.4;
}
	.voice-section-school{
		padding-top:60px;
		padding-bottom:60px;
	}
	.option_flex{
	gap:50px;
	font-size:10px;
}
  /* =========================
     FAQ
  ========================= */
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
	.faq-section{
		padding-top:60px;
	}
  .faq-en {
    position: static;
    font-size: 3rem;
    text-align: center;
    margin-bottom: -20px;
  }

  .faq-ja {
    margin-top: 0;
    text-align: center;
  }

  /* =========================
     BLOG
  ========================= */
  /* PC用リストを非表示 */
  .blog-list {
    display: none;
  }

  /* SP用スライダーを表示 */
  .blog-slider-wrapper {
    display: block;
    margin-top: 30px;
  }

  /* スライド1枚の幅調整 */
  .blog-slider .swiper-slide {
    width: 80%;              /* ← 見切れ演出 */
  }

  .blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
  }

  .blog-title {
    font-size: 0.85rem;
    margin-top: 10px;
    line-height: 1.6;
  }

  /* ページネーション位置 */
  .blog-slider .swiper-pagination {
    margin-top: 20px;
    position: static;
  }

  /* =========================
     CONTACT
  ========================= */
	/* フォーム全体 */
.contact-form-section {
  padding: 60px 20px;
}

.contact-form-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* 説明文 */
.contact-lead {
  text-align: left;
  font-size: 0.7rem;
  line-height: 2;
  margin-bottom: 50px;
  color: #3b2f2a;
}

/* 白枠 */
.contact-form-box {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* テーブル */
.cf7-table {
  width: 100%;
  border-collapse: collapse;
}

.cf7-table th {
  width: 30%;
  background: #a8ae9f;
  color: #fff;
  font-weight: normal;
  font-size: 0.85rem;
  padding: 18px;
  vertical-align: middle;
}

.cf7-table th span {
  display: block;
  font-size: 0.7rem;
  margin-top: 6px;
}

.cf7-table td {
  padding: 18px;
  border-bottom: 1px solid #e0e0e0;
}

/* 入力欄 */
.cf7-table input,
.cf7-table textarea {
  width: 100%;
  border: 1px solid #bbb;
  padding: 10px;
  font-size: 0.85rem;
}

.cf7-table textarea {
  height: 180px;
  resize: vertical;
}
  .contact-en {
    font-size: 1.8rem;
  }
	.contact-cta{
		padding-top:60px;
		padding-bottom:60px;
	}
  .contact-text {
    font-size: 0.85rem;
  }
	.footer-social {
  padding-top:10px;
  padding-bottom:10px;
  gap: 12px;
}
	.footer-text{
		margin-bottom:0px;
	}
	/* ===== ファーストビュー（FV） ===== */
.fv {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url('/wp-content/themes/pcg-renewal/assets/images/fv-bg-sp.jpg') no-repeat center center / cover;
  justify-content: center;
  align-items: center;
  padding-top: 0px; /* 上からどのくらい下げるか調整 */
  padding-left:0px;
}

.fv-title {
  font-size: 1.4rem;
  line-height: 1.8;
}
	.fv-title br{
		display:block;
	}
  .header-inner {
	flex-wrap: nowrap;   /* ★これが決定打 */
    height: auto;
	align-items: center; /* ← これ必須 */
  }

  .header-center {
    width: 100%;
    margin: 0;
  }
  /* ナビ全体を「右から出るパネル」にする */
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;

    background-color: #e1dfdd;
    z-index: 1000;

    transform: translateX(100%); /* ← 画面外 */
    transition: transform 0.35s ease;
  }

  /* OPEN時 */
  .main-nav.is-open {
    transform: translateX(0); /* ← スッと入る */
  }

  /* 縦メニュー調整 */
  .main-nav ul {
    flex-direction: column;
    padding-top: 120px; /* ロゴ分の余白 */
  }

  .main-nav li {
    border-top: 1px solid #ccc;
  }

  .main-nav a {
    padding: 20px;
    font-size: 1rem;
  }

  .reserve-btn {
    display: none;
  }
  .logo {
    height: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .hamburger {
	align-self: center;
    display: flex;
	margin-left: auto;
	margin-right:10px;
	z-index: 1100; /* main-nav より上 */
  }
.site-header {
  background-color: #e1dfdd;
  padding: 0px 0px;
  padding-left:0px;
}
.hamburger span {
  transition: all 0.3s ease;
}

/* OPEN時 */
.hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
	  .sp-reserve-btn {
    display: block;
    margin: 30px 20px;
    padding: 16px 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #3d2f28;
    color: #3d2f28;
    text-decoration: none;
    letter-spacing: 0.1em;
    margin-top:50px;
  }
	  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
	
}
/* =========================
   Scroll Fade In
========================= */
/* ===== Scroll Fade In ===== */
.js-fade {
  opacity: 0;
  transform: translateY(10px); /* 保険の微移動（不要なら消してOK） */
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* 左から */
.js-fade-left {
  transform: translateX(-40px);
}

/* 右から */
.js-fade-right {
  transform: translateX(40px);
}

/* 表示時 */
.js-fade.is-show {
  opacity: 1;
  transform: translateX(0);
}

/* もし上下の微移動も残したいなら、表示時にこうする
.js-fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
*/


/* “遅らせたい要素”用（任意） */
.js-fade.delay-1 { transition-delay: 0.12s; }
.js-fade.delay-2 { transition-delay: 0.24s; }
.js-fade.delay-3 { transition-delay: 0.36s; }
/* WP管理バーをCSS影響から守る */





