/*
Theme Name: anela
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

html, body {
  font-family: "Noto Serif JP", serif !important;
}
body {

  font-family: "Noto Serif JP", serif;

  font-weight: 400; /* Regular */

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Noto Serif JP", serif;

  font-weight: 700; /* Bold */

}

.concept-text p {

  font-weight: 500;

}



h2{

color: #7C3838;

}







/* =========================

  こだわり（2カラム）

========================= */



.concept-inner {

  display: flex !important;

  gap: 40px;

  align-items: center;

}



.concept-text,

.concept-image {

  width: 50%;

}



/* SP */

@media (max-width: 767px) {

  .concept-inner {

    flex-direction: column;

  }



  .concept-text,

  .concept-image {

    width: 100%;

  }

}

/* =========================

  こだわり（2カラム）

========================= */



.concept-inner {

  display: flex;

  gap: 40px;

  align-items: center;

}



.concept-text,

.concept-image {

  width: 50%;

}



@media (max-width: 767px) {

  .concept-inner {

    flex-direction: column;

  }



  .concept-text,

  .concept-image {

    width: 100%;

  }

}



/* =========================

  CTAボタン

========================= */

.cta {

  text-align: center;

}



.cta-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;



  width: 100%;

  max-width: 320px;

  height: 70px;



  background-color: #7C3838;

  color: #ffffff;

  font-size: 16px;

  font-weight: bold;



  border-radius: 13px;



  text-decoration: none !important;

}



.cta-button:hover,

.cta-button:visited,

.cta-button:active,

.cta-button:focus {

  color: #ffffff;

  text-decoration: none !important;

}



/* =========================

  メニュー一覧（カード）

========================= */



.menu-list {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;

  margin-top: 40px;

  list-style: none;

  padding: 0;

}



.menu-item {

  padding: 24px;

  border: 1px solid #e5e5e5;

  border-radius: 12px;

  background-color: #ffffff;

  text-align: left;



}

.menu-item {

  display: flex;

  gap: 30px;

  align-items: center; /* ← これに変更 */

}



/* SP */

@media (max-width: 767px) {

  .menu-list {

    grid-template-columns: 1fr;

  }

}

/* =========================

  メニュー詳細

========================= */



.menu-detail {

  padding: 100px 0;

padding-bottom: 10px !important;

}





.menu-title {

  text-align: center;

  margin-bottom: 40px;

}



.menu-item {

  display: flex;

  gap: 30px;

  align-items: flex-start;

}



.menu-image {

  width: 40%;

  border-radius: 7px;

  overflow: hidden;

}



.menu-image img {

  width: 100%;

  height: 180px;

  object-fit: cover;

  display: block;

}



.menu-text {

  width: 60%;

}



.menu-price {

  margin-top: 12px;



}





/* ボタン */

.menu-more-button {

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 60px auto 0;

  width: 240px;

  height: 56px;

  background-color: #7c3838;

  color: #ffffff;

  border-radius: 28px;

  

}



/* SP */

@media (max-width: 767px) {

  .menu-box {

    padding: 0px 20px;
margin:50 0 0 50px;

  }



  .menu-item {

    flex-direction: column;

  }



  .menu-image,

  .menu-text {

    width: 100%;

  }

}

.menu-detail {

  background-color: #e6dccb;

  border-radius: 40px;

  max-width: 900px;

  margin: 100px auto;

}

.menu-box {

  padding: 60px 40px;

margin-top:-130px;

margin-bottom:0px;

}

.menu-icon img {

  width: 30px;

  margin: 0 auto 10px;

  display: block;

}

/* =========================

  メニュー価格表記

========================= */



.menu-price {

  display: flex;

  align-items: baseline;

  gap: 12px;

  margin-top: 16px;

}



.menu-time {

  font-size: 14px;

  color: #666666;

}



.menu-amount {

  font-size: 18px;

  font-weight: bold;

  color: #4B302B;

}

/* =========================

  メニュー説明文（読みやすさ調整）

========================= */





.menu-text h3 {

  margin-bottom: 12px;

color: #7C3838;

 position: relative;

  padding-bottom: 16px;

  margin-bottom: 24px;

margin-top:-10px;

}

.menu-text h3::after {

  content: "";

  display: block;

  width: 440px;          /* 線の長さ */

  height: 1px;          /* 線の太さ */

  background-color: #7c3838;

  position: absolute;

  center: 0;              /* 左寄せ */

  bottom: 0;

}

.menu-text h3 {

  position: relative;

  padding-bottom: 16px;

  margin-bottom: 24px;

}



.menu-text h3::after {

  content: "";

  display: block;

  height: 1px;

  background-color: #7c3838;

  position: absolute;

  left: 0;

  bottom: 0;

  width: 440px; /* PC */

}



/* SP */

@media (max-width: 767px) {

  .menu-text h3::after {

    width: 250px;

  }

}



.menu-text p {

  font-size: 15px;

  line-height: 1.9;

  margin-bottom: 0;

  color: #333333;

}



/* 価格との間だけ余白を確保 */

.menu-text .menu-price {

  margin-top: 18px;

}

@media (max-width: 767px) {

  .menu-text p {

    font-size: 14px;

    line-height: 1.8;

  }

}

/* =========================

  MENU「もっと見る」ボタン（統一）

========================= */



.menu-more-button {

  display: flex;

  align-items: center;

  justify-content: center;



  width: 100%;

  max-width: 260px;

  height: 56px;



  margin: 20px auto 0;



  background-color: #7C3838;

  color: #ffffff;

  font-size: 15px;

  font-weight: bold;



  border-radius: 28px;

}

/* =========================

  FV（テキストロゴ完成形）

========================= */



.fv {

  height: 80vh;

  min-height: 500px;



  background-image: url("./images/fv_pc.jpg");

  background-size: cover;

  background-position: center;



  display: flex;

  align-items: center;

  justify-content: center;

}



.fv-inner {

  padding: 0 20px;

}



.fv-box {

  background-color: rgba(69, 18, 9, 0.4);

  padding: 48px 64px;

  text-align: center;

}



.fv-icon {

  margin-bottom: 16px;

}



.fv-icon img {

  max-width: 140px;

  height: auto;

}



.fv-logo {

  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;

  font-size: 56px;

  letter-spacing: 0.2em;

  color: #ffffff;

  margin: 0 0 12px;

}



.fv-catch {

  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;

  font-size: 14px;

  letter-spacing: 0.25em;

  color: #ffffff;

  margin: 0;

}



/* SP */

@media (max-width: 767px) {

  .fv {

    height: 60vh;

    min-height: 400px;

background-image: url("./images/fv_sp.jpg");

  }



  .fv-box {

    padding: 32px 24px;

  }



.fv-logo {

  font-size: 52px;

  letter-spacing: 0.24em;

  line-height: 1;

}



.fv-catch {

  font-size: 12px;        /* ← 下げる */

  letter-spacing: 0.3em; /* ← 余白は維持 */

  line-height: 1.6;

}



  .fv-icon img {

    max-width: 110px;

  }

}

@media (max-width: 767px) {

  .fv-logo {

    font-size: 34px;

    letter-spacing: 0.22em;

    line-height: 1;

  }



  .fv-catch {

    font-size: 10px;      /* ← ここがポイント */

    letter-spacing: 0.28em;

    line-height: 1.6;

letter-spacing: 0.26em;

  }

}

/* =========================

   こだわりセクション 全体

========================= */



.concept {

  background-color: #ede4d3;

  padding: 120px 0;

}



.concept-inner {

  max-width: 1320px;

  margin: 0 auto;



  display: flex;

  flex-direction: column;

 

}



/* =========================

   1ブロック（赤枠）

========================= */



.concept-block {

  display: flex;

  align-items: center;

  gap: 70px;

}



/* 偶数ブロックは左右反転 */

.concept-block:nth-child(even) {

  flex-direction: row-reverse;

}



/* =========================

   画像

========================= */



.concept-image {

  flex: 0 0 520px;

  position: relative;

}



.concept-image img {

  width: 100%;

  height: auto;

  display: block;

}



/* =========================

   テキスト

========================= */



.concept-text {

  flex: 1;

}



.concept-text h3 {

  font-size: 22px;

  color: #7c3838;

  margin-bottom: 16px;

  line-height: 1.6;

}



.concept-text p {

  font-size: 16px;

  line-height: 1.9;

  color: #333;

}



/* =========================

   SP対応

========================= */



@media (max-width: 767px) {



  .concept {

    padding: 80px 0;

  }



  .concept-inner {

    gap: 100px;

    padding: 0 20px;

  }



  .concept-block {

    flex-direction: column;

    gap: 32px;

  }



  .concept-block:nth-child(even) {

    flex-direction: column;

  }



  .concept-image {

    width: 100%;

    max-width: 320px;

    margin: 0 auto;

  }



  .concept-text {

    text-align: center;

  }



  .concept-text h3 {

    font-size: 18px;

  }



  .concept-text p {

    font-size: 15px;

    line-height: 1.8;

  }

}

@media (max-width: 767px) {



  /* === こだわり：SPはシンプル構造にする === */



  .concept-block {

    position: static !important;

    min-height: auto !important;

  }



  .concept-image {

    position: static !important;

    top: auto !important;

    bottom: auto !important;

    left: auto !important;

    right: auto !important;



    margin: 0 auto !important;

    padding: 0 !important;

    height: auto !important;

    transform: none !important;

  }



  .concept-image img {

    position: static !important;

    display: block;

    width: 100%;

    height: auto;

    margin: 0 !important;

    transform: none !important;

  }



  /* ブロック内の上下距離 */

  .concept-block {

    gap: 20px;

  }



  /* ブロック同士の距離 */

  .concept-inner {

    gap: 48px;

  }



}

@media (max-width: 767px) {



  /* === 画像を「普通の要素」に戻す === */



  .concept-image {

    position: static !important;

    transform: none !important;

    margin: 0 auto 32px; !important; /* ← ここが超重要 */  

}



  .concept-image img {

    position: static !important;

    transform: none !important;

    display: block;

    width: 100%;

    height: auto;

　　



  }



  /* === テキストは画像の「下」に来る === */



  .concept-text {

    margin-top: 0 !important;

    text-align: center;

  }



  /* ブロック全体の間隔 */

  .concept-block {

    gap: 0 !important; /* gapは使わない */

  }



}

/* 画像同士の余白（共通） */

.concept-image img + img {

  margin-top: 24px;

}



/* PCは少し重ねる */

@media (min-width: 768px) {

  .concept-image img + img {

    margin-top: -50px;

    margin-left: 70px;

  }

}

/* === こだわり：ブロック同士の余白（PC） === */

.concept-block {

  margin-bottom: 50px;

}



/* 最後だけ余白いらない */

.concept-block:last-of-type {

  margin-bottom: 0;

}

@media (max-width: 767px) {



  /* 画像下の余白 */

  .concept-image {

    margin: 0 auto 12px !important;

  }



  /* 見出し */

  .concept-text h3 {

    margin-top: 0 !important;

    margin-bottom: 12px;

  }



  /* 本文 */

  .concept-text p {

    margin-top: 0 !important;

  }



}

/* =========================

  こだわり：SPの「画像→テキスト」余白を強制調整

========================= */

@media (max-width: 767px) {



  .concept-inner {

    gap: 48px !important;   /* ブロック同士 */

  }



  .concept-block {

    gap: 0 !important;      /* ブロック内はgap使わない */

    margin-bottom: 0 !important;

  }



  /* 画像とテキストの間（ここが主犯） */

  .concept-image {

    margin: 0 auto 20px !important;

  }



  /* 余白の原因になりがちなデフォルトmargin潰し */

  .concept-text h3 {

    margin-top: 10px; !important;

    margin-bottom: 12px !important;

  }



  .concept-text p {

    margin-top: 0 !important;

    margin-bottom: 0 !important;

  }

}

/* =========================

  こだわり：SP 画像下の“謎の余白”完全除去

========================= */

@media (max-width: 767px) {



  /* PC用の固定幅・高さを無効化 */

  .concept-image {

    flex: none !important;

    width: 100% !important;

    max-width: 320px;

    height: auto !important;

    margin: 0 auto 16px !important;

  }



  /* 画像を普通の要素に戻す */

  .concept-image img {

    display: block;

    width: 100%;

    height: auto;

    margin: 0 !important;

  }



  /* PC用の「重ね」を完全に無効化 */

  .concept-image img + img {

    margin-top: 0 !important;

    margin-left: 0 !important;

  }



  /* テキストはすぐ下に */

  .concept-text {

    margin-top: 0 !important;

margin-bottom: 30px; !important;

    padding-top: 0 !important;

    text-align: center;

  }

}

/* =========================

  こだわり：SP テキストを左寄せに戻す

========================= */

@media (max-width: 767px) {



  .concept-text {

    text-align: left !important;

  }



}

@media (max-width: 767px) {

  .concept {

    padding-top: -1px;

  }

}



/* =========================

   MENU セクション全体

========================= */



.menu-detail {

  background-color: #D0C4B0;

  border-radius: 123px;

  max-width: 1200px;

  margin: 120px auto;

  padding: 120px 80px;

}



/* SP */

@media (max-width: 767px) {

  .menu-detail {

    border-radius: 40px;

    margin: 80px 16px;

    padding: 80px 20px;

  }

}



/* =========================

   MENU 見出し

========================= */



.menu-title {

  text-align: center;

  margin-bottom: 32px;

}



.menu-title span,

.menu-title img {

  display: block;

  margin: 0 auto 16px;

}



/* =========================

   各メニュー行（画像＋テキスト）

========================= */



.menu-item {

  display: flex;

  align-items: center;

  gap: 60px;

  margin-bottom: 80px;



  background: none;

  border: none;

  padding: 0;

}



/* SP */

@media (max-width: 767px) {

  .menu-item {

    flex-direction: column;

    gap: 32px;

    margin-bottom: 64px;

  }

}



/* =========================

   メニュー画像

========================= */



.menu-image {

  width: 420px;

  flex-shrink: 0;

}



.menu-image img {

  width: 100%;

  height: auto;

  display: block;

  border-radius: 16px;

}



/* SP */

@media (max-width: 767px) {

  .menu-image {

    width: 100%;

  }

}



/* =========================

   メニューテキスト

========================= */



.menu-text {

  flex: 1;

  text-align: left;

  font-family: "Noto Serif JP", serif;

}



.menu-text h3 {

text-align: center;

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 16px;

  position: relative;

  padding-bottom: 12px;

}



/* 見出し下の線 */

.menu-text h3::after {

  content: "";

  display: block;

  width: 440px;

  height: 1px;

  background-color: #7C3838;

  margin-top: 12px;

}



/* SP：線を短く */

@media (max-width: 767px) {

  .menu-text h3 {

    font-size: 20px;

  }



  .menu-text h3::after {

    width: 250px;

  }

}



.menu-text p {

  font-size: 15px;

  line-height: 1.9;

  margin-bottom: 16px;

}



/* =========================

   価格表記

========================= */



.menu-price {

  margin-top: 24px;

  font-size: 16px;

}



.menu-price span {

  display: inline-block;

  margin-right: 16px;

}



.menu-amount {

  font-size: 22px;

  font-weight: bold;

  color: #4B302B;

}



/* =========================

   MENU 下ボタン

========================= */



.menu-more-button {

  display: block;

  margin: 100px auto 0;

  width: 260px;

  height: 56px;



  background-color: #7C3838;

  color: #ffffff;

  text-align: center;

  line-height: 56px;

  border-radius: 28px;

  

  text-decoration: none;

 display: block;

  margin: 120px auto 0 !important;

 

}

.kodawari-title {

  text-align: center;

margin-bottom:60px;

font-size:30px;

}

@media (max-width: 767px) {

  .kodawari-title {

    text-align: center;

margin-bottom:30px;

}



  .menu-text h3::after {

    width: 250px;

  }

}





.kodawari-box{

margin-top:-100px;

}

@media (max-width: 767px) {

  .kodawari-box {

    margin-top:-70px;

  }

}

  .kodawari-box h2{

    font-size:20px;

  }

}



.menu-detail {

  padding-bottom: 40px !important;

}

.menu-item:last-of-type {

  margin-bottom: 0 !important;

}



.menu-text {

  margin-bottom: 0 !important;

}



.menu-price {

  margin-bottom: 8px !important;

}





.menu-more-button {

  display: block;

  margin: 90px auto 0 !important;

}

@media (max-width: 767px) {

  .menu-more-button {

    margin-top: 40px !important;

  }

}



.menu-text h3 {

  position: relative;

  padding-bottom: 16px;

  margin-bottom: 24px;

text-align: left;

}



.menu-text h3::after {

  content: "";

  display: block;

  width: 250px;          /* 線の長さ */

  height: 1px;          /* 線の太さ */

  background-color: #7c3838;

  position: absolute;

  text-align; center;

  bottom: 0;

}

/* 強制上書き（このページ内だけ） */

main h2,

main .menu-title{

  font-size: 26px !important;

}



main h3,

main .concept-text h3,

main .menu-text h3{

  font-size: 22px !important;

}



@media (max-width: 767px){

  main h2,

  main .menu-title{

    font-size: 21px !important;

  }



  main h3,

  main .concept-text h3,

  main .menu-text h3{

    font-size: 18px !important;

  }

}



.concept-text h3 {

  margin-top: 50px;

}



/* 見出し直下にラインを入れる */

.concept-text h3::after{

  content: "";

  display: block;

  width: 100px;          /* PC */

  height: 2px;

  background-color: #7C3838;

  margin: 16px 0 20px;   /* 見出しと本文の間隔 */

}



/* SP */

@media (max-width: 767px){

  .concept-text h3::after{

    width: 80px;

    margin: 14px 0 18px;

  }

}



/* もし body に効かない時はこっち（WordPressで一番確実） */

html{

  background-image: url("/wp-content/themes/あなたのテーマ名/images/bg_002.jpeg") !important;

  background-repeat: repeat !important;

  background-size: auto !important;

  background-position: top left !important;

}



/* まずこれを一番下に貼る（最優先で効かせる） */

body{

  background-image: url("/wp-content/themes/anela/images/bg_003.png") !important;

  background-repeat: repeat !important;

  background-size: auto !important;

  background-position: top left !important;

}

body::before{

  content: "";

  position: fixed;

  inset: 0;

  background: rgba(255,255,255,0.2); /* ← ここ */

  pointer-events: none;

  z-index: -1;

}

/* ===== 全体の下地 ===== */

body {

  background-color: #eee3d3;

  position: relative;

}

.concept {

  background-color: transparent !important;

}

/* ===== 背景模様レイヤー（MENU以外） ===== */

body::before {

  content: "";

  position: fixed;

  inset: 0;

  background-image: url("/wp-content/themes/あなたのテーマ名/images/bg_002.png");

  background-repeat: repeat;

  background-size: auto;

  opacity: 0.35;          /* ← 薄さはここだけ調整 */

  z-index: 0;

  pointer-events: none;

}



/* ===== 全テキストを最前面に ===== */

main,

header,

footer {

  position: relative;

  z-index: 1;

}



/* ===== MENUセクションだけ背景を遮断 ===== */

.menu-detail {

  position: relative;

  z-index: 2;

  background-color: #D0C4B0; /* 今使ってる色 */

}



/* ===== ヘッダー ===== */

.site-header {

  background: #4b302b;

  color: #fff;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 1000;

}



.header-inner {

  max-width: 1200px;

  margin: 0 auto;

  height: 80px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 24px;

}



.header-nav ul {

  display: flex;

  gap: 32px;

  list-style: none;

}



.header-nav a {

  color: #fff;

  text-decoration: none;

}



.reserve-btn {

  background: #fff;

  color: #7c3838;

  padding: 10px 24px;

  border-radius: 999px;

  

}

.pc-only { display: block; }

.sp-only { display: none; }



@media (max-width: 767px) {

  .pc-only { display: none; }

  .sp-only { display: block; }

}

.sp-menu {

  position: fixed;

  inset: 0;

  background: #4b302b;

  color: #fff;

  display: none;

  padding: 40px 24px;

}



.sp-menu.active {

  display: block;

}



.sp-menu-list li {

  border-bottom: 1px solid rgba(255,255,255,0.3);

  padding: 16px 0;

}



.sp-menu-list a {

  color: #fff;

  text-decoration: none;

}



.sp-reserve-btn {

  display: block;

  margin: 40px auto 0;

  background: #fff;

  color: #7c3838;

  text-align: center;

  padding: 14px 0;

  border-radius: 999px;

}

header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1000;

}

.fv {

  position: relative;

  z-index: 1;

}



/* =========================

  SPハンバーガーメニュー

========================= */






/* =========================

  SPメニュー本体

========================= */



.sp-menu {

  position: fixed;

  top: 0;

  right: 0;

  width: 85%;

  height: 100vh;

  background: linear-gradient(180deg, #5a3a32, #4a2e28);

  z-index: 9999;



  transform: translateX(100%);

  transition: transform 0.4s ease;

}



/* 開いた状態 */

.sp-menu.active {

  transform: translateX(0);

}



.sp-menu-inner {

  padding: 30px 24px;

  color: #fff;

}



/* 上部 */

.sp-menu-top {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 40px;

}



.sp-close {

  background: none;

  border: none;

  font-size: 26px;

  color: #fff;

  cursor: pointer;

}



/* ナビ */

.sp-nav a {

  display: block;

  padding: 18px 0;

  border-bottom: 1px solid rgba(255,255,255,0.2);

  color: #fff;

  text-decoration: none;

  font-size: 20px;

　

}



/* CTA */

.sp-cta {

  margin-top: 40px;

  text-align: center;

}



.sp-cta-button {

  display: inline-block;

  padding: 14px 28px;

  background: #fff;

  color: #7C3838;

  border-radius: 30px;

  text-decoration: none;

  font-weight: bold;

}

.sp-menu ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.sp-menu li {

  list-style: none;

}

/* ×ボタンを右上に */

.sp-menu-close {

  position: absolute;

  top: 24px;

  right: 24px;

  left: auto;

}



/* 予約ボタンの下線削除 */

.sp-menu .reserve-btn {

  text-decoration: none;

}



.sp-menu .reserve-btn:hover,

.sp-menu .reserve-btn:focus,

.sp-menu .reserve-btn:active {

  text-decoration: none;

}

.sp-menu {

  position: relative;

}



.sp-menu .sp-menu-close {

  position: absolute !important;

  top: 20px;

  right: 20px;

  left: auto !important;

}

.sp-menu a {

  text-decoration: none !important;

}



.sp-menu .reserve-btn {

  text-decoration: none !important;

}

/* ハンバーガーメニュー全体を基準にする */

.sp-menu {

  position: fixed;

  inset: 0;

}



/* ×ボタンを右上に固定 */

.sp-menu button {

  position: absolute !important;

  top: 24px !important;

  right: 24px !important;

  left: auto !important;

}

/* 線だけ中央配置 */

.sp-menu li {

  position: relative;

}

.sp-menu li a {

  padding-left: 40px;

}

.sp-menu li::after {

  content: "";

  display: block;

  width: 80%;

  height: 1px;

  background: rgba(255,255,255,0.4);

  margin: 18px auto 0; /* 中央配置 */

}

/* 既存の下線を完全に消す */

.sp-menu li {

  border-bottom: none !important;

}

.sp-menu ul {

  margin-top: 50px;

}

.sp-cta {

  text-align: center;

}



.sp-cta {

  text-align: center !important;

}



.sp-cta-button {

  display: inline-block !important;

  width: 70% !important;

  max-width: 240px !important;

  padding: 14px 0 !important;

}



.sp-cta {

  text-align: center;

}



.sp-cta {

  text-align: center;

}



/* 強制的にボタン幅を制御 */

.sp-cta {

  display: flex !important;

  justify-content: center !important;

}



.sp-cta-button {

  width: auto !important;

  max-width: none !important;

  padding: 14px 16px !important;

  display: inline-block !important;

}

.sp-cta-button {

  letter-spacing: 0.08em;

}

.sp-nav a {

  letter-spacing: 0.08em;!important;

}

/* =========================

  フッター

========================= */

.site-footer {

  background: #4b302b;

  color: #fff;

  text-align: center;

  padding: 80px 20px 40px;

}



.footer-inner {

  max-width: 1100px;

  margin: 0 auto;

}



.footer-logo {

  font-size: 36px;

  letter-spacing: 0.2em;

  margin-bottom: 20px;

}



.footer-text {

  font-size: 14px;

  line-height: 2;

  margin-bottom: 40px;

}



.footer-line {

  width: 80%;

  height: 1px;

  background: rgba(255,255,255,0.4);

  margin: 0 auto 40px;

}



.footer-nav {

  display: flex;

  justify-content: center;

  gap: 40px;

  flex-wrap: wrap;

  margin-bottom: 40px;

}



.footer-nav a {

  color: #fff;

  text-decoration: none;

  letter-spacing: 0.08em; /* 8% */

  font-size: 14px;

}



.footer-copy {

  font-size: 12px;

  opacity: 0.8;

}



/* =========================

  SP

========================= */

@media (max-width: 767px) {



  .site-footer {

    padding: 60px 20px 30px;

  }



  .footer-logo {

    font-size: 28px;

  }



  .footer-text {

    font-size: 12px;

    margin-bottom: 30px;

font-weight: 400; /* Regular */

  }



  .footer-line {

    width: 90%;

    margin-bottom: 30px;

  }



  .footer-nav {

    flex-direction: column;

    gap: 18px;

    margin-bottom: 30px;

font-size:16px;

  }



  .footer-nav a {

    font-size: 14px;

  }



  .footer-copy {

    font-size: 11px;

  }

}

/* =========================
  ヘッダー全体
========================= */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ロゴ */
.logo a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-decoration: none;
}

/* =========================
  ハンバーガー
========================= */

.hamburger {
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
 
  left: 0;
  transition: 0.3s;
}



/* =========================
  SPメニュー全体
========================= */

.sp-menu {
  position: fixed;
  inset: 0;
  background: #7C3838;
  color: #ffffff;
  display: none;
  z-index: 1000;
}

.sp-menu.active {
  display: block;
}

.sp-menu-inner {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 上部（ロゴ＋×） */
.sp-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-close {
  font-size: 28px;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

/* =========================
  SPナビ
========================= */

.sp-nav {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sp-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding-left: 40px;
  position: relative;
}

/* 中央ライン */
.sp-nav a::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: rgba(255,255,255,0.4);
  margin: 16px auto 0;
}

/* =========================
  CTA
========================= */

.sp-cta {
  margin-top: auto;
  text-align: center;
}

.sp-cta-button {
  display: inline-block;
  padding: 14px 20px;
  background: #ffffff;
  color: #7C3838;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/* =========================
  PC表示
========================= */

@media (min-width: 768px) {

  .hamburger {
    display: none;
  }

}
.header {
  background: #4B302B;
  padding: 1px 10px; /* ← ここで高さ調整 */
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  background: #4B302B;
  height: 100px;              /* ヘッダーの高さを固定 */
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;       /* ← 縦中央揃え */
  justify-content: space-between;
  padding: 0 20px;
}

.logo {
  line-height: 1;            /* 余白を消して中央に合わせる */
}
/* PCヘッダー */
.header {
  background: #4B302B;
  height: 70px;
}

/* SPだけ縦幅を狭くする */
@media (max-width: 768px) {
  .header {
    height: 70px;   /* 好きな高さに調整可能（例：50〜60px） */
  }
}
.hamburger {
  width: 25px;     /* ボタン全体の幅（今より小さく） */
  height: 35px;    /* ボタン全体の高さ */
}

.hamburger span {
  display: block;
  width: 28px;     /* 線の長さ */
  height: 1.5px;     /* 線の太さ */
  background: #fff;
  margin: 2px 0px;!important; 
margin-left:-20px;
}
.hamburger {
  width: 26px;
  height: 18px;
}

/* ===== PCナビ ===== */
.pc-nav {
  display: flex;
  gap: 40px;
}

.pc-nav a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 14px;
}

/* ===== SP制御 ===== */
.hamburger {
  display: none;
}

/* スマホ時 */
@media (max-width: 768px) {
  .pc-nav {
    display: none;
  }

  .hamburger {
    display: block;
  }
}
/* =========================
  conceptページ
========================= */

.concept-page {
  background-color: #eee3d3;
background-image: url("/wp-content/themes/anela/images/bg_003.png") !important;
}

/* ページ上部 */
.page-hero {
  padding: 80px 20px 40px;
  text-align: center;
}

.page-hero h1 {
  font-size: 32px;
  color: #7C3838;
}

/* セクション */
.concept-section {
  padding: 80px 20px;
}

.concept-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.concept-container.reverse {
  flex-direction: row-reverse;
}

.concept-image {
  width: 50%;
}

.concept-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.concept-text {
  width: 50%;
}

.concept-text h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #7C3838;
}

.concept-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/* =========================
  SP
========================= */
@media (max-width: 767px) {

  .concept-container {
    flex-direction: column;
    gap: 30px;
  }

  .concept-container.reverse {
    flex-direction: column;
  }

  .concept-image,
  .concept-text {
    width: 100%;
  }

  .concept-text {
    text-align: left;
  }

  .concept-text h2 {
    font-size: 21px;
  }

}

/* =========================
   conceptページ共通
========================= */

.concept-page {
  background: #eee3d3;
  padding-bottom: 80px;
}

/* キービジュアル */
.concept-hero {
  background: url("../img/concept-hero.jpg") center/cover no-repeat;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-hero-box {

  padding: 20px 40px;
  text-align: center;
  color: #fff;
}

.concept-hero-sub {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.concept-hero-title {
  font-size: 28px;
}

/* 導入文 */
.concept-intro {
  text-align: center;
  padding: 60px 20px 40px;
}

.concept-intro h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.concept-intro img{
 width: 40px;      /* サイズ調整 */
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* セクション */
.concept-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.concept-section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
margin-top:-50px;
}

/* グリッド */
.concept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.concept-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.concept-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.concept-card p {
  font-size: 14px;
  line-height: 1.7;
}

/* CTA */
.concept-cta {
  text-align: center;
  margin-top: 60px;
margin-bottom:20px;
}

.cta-btn {
  display: inline-block;
  background: #7C3838;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {

  .concept-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .concept-hero {
    height: 180px;
  }

  .concept-hero-title {
    font-size: 22px;
  }

}

/* =========================
   Concept Hero
========================= */
.concept-hero {
  position: relative;
  height: 420px;
  background: url("../images/concept-hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(75, 48, 43, 0.45);
}

.concept-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}



.concept-hero-icon img {
  width: 200px;
  margin-bottom: 5px;
}

.concept-hero-title {
  font-size: 42px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 10px 0;
}

.concept-hero-sub {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.3em;
}

/* SP調整 */
@media (max-width: 768px) {
  .concept-hero {
    height: 260px;
  }



  .concept-hero-title {
    font-size: 28px;
  }

  .concept-hero-sub {
    font-size: 12px;
  }
}

.concept-fv {
  height: 60vh;
  min-height: 400px;
  background: url("../images/hero_001.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept-hero {
  background: url("images/hero_001.jpg") center/cover no-repeat;
}

.concept-intro{
margin-top:-20px;

}

h3,h4{
color:#7C3838;
}

.concept-intro p {
color:#333333;
font-size:16px;
text-align:center;
}


.concept-page {
  letter-spacing: 0.05em;
}

.concept-page p {
  line-height: 1.8;
}


.concept-page h4 {
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.concept-section{
margin-top:20px;

}

.section-title h3{
margin-bottom:-20px;
}

/* 全ページ共通：pの文字間隔を8% */
h2,h3,h4,p {
  letter-spacing: 0.08em;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
margin-top:-40px;
}

.section-title img {
  width: 50px;      /* サイズ調整 */
  margin-bottom: -10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-size: 36px;
  color: #7C3838;
}

.concept-grid p{
font-size:16px;
color:#333333;
}

.concept-grid h4{
margin-top:10px;
}

.section-salon {
  margin-top: 80px;
}

.section-course {
  margin-top: 80px;
}


@media (max-width: 768px) {
  .concept-hero-icon img {
    
    max-width: 80px;
  }
}

/* =========================
   Menu Page
========================= */

.menu-page {
  background: #eee3d3;
  padding-bottom: 80px;
}

.menu-hero {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ===============================
   MENU PAGE
================================= */

.menu-page {
  padding-bottom: 80px;
}

/* カテゴリタイトル */
.menu-category {
  text-align: center;
  margin: 60px 0 40px;
}

.menu-category-title {
  font-size: 22px;
  color: #7C3838;
}

/* メニューカード */
.menu-item {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.menu-item-image {
  width: 45%;
}

.menu-item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-item-content {
  width: 55%;
}

.menu-item-title {
  font-size: 20px;
  color: #7C3838;
  margin-bottom: 10px;
}

.menu-item-description {
  margin-bottom: 15px;
  line-height: 1.8;
}

.menu-item-price p {
  margin: 5px 0;
}
@media (max-width: 768px) {

  .menu-item {
    flex-direction: column;
  }

  .menu-item-image,
  .menu-item-content {
    width: 100%;
  }

}
.menu-hero {
  padding-bottom: 40px;  /* 余白を減らす */
}
@media (max-width: 768px) {
  .menu-intro {
    padding: 0 20px;
  }
}
.menu-section {
  margin-top: 80px;  /* 80→60くらいが自然 */
}

.menu-intro{
text-align:center;
margin-top:50px;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

/* 画像を一回り小さく */
.menu-img {
  width: 420px;        /* ←小さく */
  flex-shrink: 0;
}

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

/* タイトル */
.menu-content {
  flex: 1;
  position: relative;
  padding-top: 10px;
}

/* 線を画像から繋げる */
.menu-content h3 {
  position: relative;
  font-size: 22px;
  color: #7C3838;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* 横線 */
.menu-content h3::after {
  content: "";
  position: absolute;
  left: -460px;   /* ←画像幅+gap分マイナス */
  top: 50%;
  width: calc(100% + 460px);
  height: 1px;
  background: #7C3838;
  z-index: -1;
}
.menu-price {
  display: flex;
  flex-direction: column; /* ← 縦並び */
  gap: 6px;               /* 行間 */
  margin-top: 15px;
}




.menu-item {
  display: flex;
  align-items: center;      /* 画像と中央揃え */
  gap: 60px;
}

.menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* 中央 */
}



.menu-content p {
  margin: 0 0 16px 0;
}



/* 念のため */
.menu-img img {
  display: block;
}
/* 位置ズレ対策：線は「テキスト側のカラム」に描く（画像から出てる風に見せる） */
.menu-item{
  display:flex;
  gap:60px;
  align-items:center;
}

.menu-img{ flex:0 0 46%; }
.menu-content{
  flex:1;
  position:relative;           /* ←ここが重要 */
  padding-top:8px;
}

/* 見出し（線のアンカー） */
.menu-content {
  margin-top:100px;
  display:inline-block;
  position:relative;
}



/* 線：menu-content基準で絶対配置 */
.menu-content::before{
  content:"";
  position:absolute;
  left:-60px;                  /* ←画像側へ食い込ませる量（=gapと同じにすると綺麗） */
  top:38px;                    /* ←h4の高さに合わせて微調整 */
  width:calc(100% + 60px);     /* ←画像側に食い込ませた分も含めて伸ばす */
  height:1px;
  background:#7c3838;
  opacity:.9;
}

/* SPでは線は邪魔なのでOFF（必要なら残してOK） */
@media (max-width: 768px){
  .menu-item{ display:block; }
  .menu-content::before{ display:none; }
}
/* 見出しと線を少し上に調整 */

/* 見出しを上げる */
.menu-content h4{
  margin-top:-16px;      /* ←数値を増減で微調整 */
}

/* 横線を上げる */
.menu-content::before{
  top:25px;             /* ←今より小さくすると上に移動 */
}

.menu-content p {
margin-top:10px;
}

.menu-cta{
text-align:center;
margin-top:40px;
}

/* メニューページだけ背景をつける */

.menu-page{
  background-image: url("/wp-content/themes/anela/images/bg_003.png") !important;
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

/* =========================
   MENU Hero
========================= */

.menu-hero{
  position: relative;
  height: 420px;
  background: url("/wp-content/themes/anela/images/hero_002.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* 中央ボックス */
.menu-hero-inner{
  position: relative;
  z-index: 2;
}

.menu-hero-box{
 
  padding: 40px 70px;
  text-align: center;
  color: #fff;
}

.menu-hero-icon img{
  width: 200px;
  margin-bottom: 8px;
}

.menu-hero-title{
  font-size: 48px;
  letter-spacing: 0.15em;
  margin: 10px 0;
  color:#fff;
}

.menu-hero-sub{
  font-size: 14px;
  letter-spacing: 0.3em;
  color:#fff;
}

/* =========================
   SP
========================= */
@media (max-width:768px){

  .menu-hero{
    height: 260px;
  }

  .menu-hero-box{
    padding: 25px 35px;
  }

  .menu-hero-title{
    font-size: 28px;
  }

  .menu-hero-sub{
    font-size: 12px;
  }

  .menu-hero-icon img{
    width: 70px;
  }
}
.menu-content{
margin-top:15px;
}

.menu-section .menu-item:nth-of-type(2) {
  margin-top: -30px;
}

/* カテゴリ全体 */
.menu-category-wrap {
  text-align: center;
  margin-bottom: 60px;
 margin-top:-30px;
}

/* アイコン */
.menu-category-icon {
  margin-bottom: 15px;
}

.menu-category-icon img {
  width: 40px;   /* サイズ調整 */
  height: auto;
}

/* 見出し */
.menu-category {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #7b4a46;
margin-top:-10px;
}

.menu-section .menu-item:nth-of-type(2) {
  margin-top: -20px;
}

.menu-price p {
  margin: 0;
  line-height: 1.2;
}

.menu-price strong {
  display: block;
  margin-bottom: 5px;
}

/* =========================
   SPレイアウト
========================= */
@media (max-width: 768px) {

  /* 全体横余白 */
  .menu-page {
    padding: 0 20px;
  }

  /* hero高さ調整 */
  .menu-hero {
    height: 300px;
  }

  .menu-hero-title {
    font-size: 32px;
  }

  /* 導入文 */
  .menu-intro {
    padding: 60px 0 40px;
  }

  .menu-intro h3 {
    font-size: 18px;
    line-height: 1.6;
  }

  /* セクション余白 */
  .menu-section {
    padding: 60px 0;
  }

  /* menu-item 縦並び */
  .menu-item {
    display: block;
  }




  .menu-content {
    width: 100%;
  }

  /* 見出し */
  .menu-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* 横線SP用 */
  .menu-content h4::after {
    width: 100%;
  }

  /* 説明文 */
  .menu-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* 料金 */
  .menu-price {
    margin-top: 20px;
  }

  .menu-price p {
    font-size: 15px;
    margin: 0 0 6px 0;
  }

  /* CTA */
  .menu-cta {
    margin-top: 60px;
  }

  .cta-btn {
    width: 100%;
    padding: 16px;
  }

}

/* PC */
.menu-hero {
  background-image: url("/wp-content/themes/anela/images/hero_002.jpg");
  background-size: cover;
  background-position: center;
}

/* SP */
@media (max-width: 768px) {
  .menu-hero {
    background-image: url("/wp-content/themes/anela/images/hero_004.jpg");

  }
}
.menu-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* SP */
@media (max-width: 768px) {
 .menu-intro {
   margin-top:-40px;
  }
}

@media (max-width: 768px) {
 .menu-section {
   margin-top:-40px;
  }
.menu-section img{
   margin-top:-10px;
  }
}

@media (max-width: 768px) {
.menu-content h4 {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}

.menu-content h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #7C3838;
}
}

@media (max-width: 768px) {
.menu-intro {
text-align:left;
}
}


/* =========================
   FAQページ全体
========================= */
.faq-page{
  background:#eee3d3 url("/wp-content/themes/anela/images/bg_003.png") repeat;
  padding:120px 0;
}

/* =========================
   HERO
========================= */
.faq-hero{
  position:relative;
  height:400px;
  background:url("/wp-content/themes/anela/images/hero_003.jpg") center center / cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}

.faq-hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.2);
}

.faq-hero-inner{
  position:relative;
  z-index:2;
  text-align:center;
}

.faq-hero-title{
  font-size:60px;
  letter-spacing:3px;
  margin:0;
}

.faq-hero-sub{
  margin-top:10px;
  font-size:16px;
  letter-spacing:2px;
}

/* =========================
   タイトル
========================= */
.faq-title{
  text-align:center;
  margin:80px 0 40px;
}

.faq-title h2{
  font-size:32px;
  font-weight:600;
}

/* =========================
   FAQ LIST
========================= */
.faq-list{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
}

/* カード */
.faq-item{
  background:#fff;
  border-radius:20px;
  margin-bottom:30px;
  overflow:hidden;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* summary */
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:25px 80px 25px 30px;
  display:flex;
  align-items:center;
  gap:20px;
  font-size:18px;
  font-weight:600;
  position:relative;
}

/* ブラウザ標準三角削除 */
.faq-item summary::-webkit-details-marker{
  display:none;
}

/* ＋ボタン */
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:30px;
  top:50%;
  transform:translateY(-50%);
  font-size:26px;
  color:#7C3838;
  transition:0.3s;
}

/* 開いたら − */
.faq-item[open] summary::after{
  content:"−";
}

/* 回答 */
.faq-a{
  display:flex;
  gap:20px;
  padding:0 30px 25px;
}

.faq-a-body p{
  margin:0;
  line-height:1.9;
  font-size:16px;
}

/* Q/A丸 */
.faq-circle{
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  flex-shrink:0;
}

.faq-circle.q{
  background:#7C3838;
  color:#fff;
}

.faq-circle.a{
  border:2px solid #7C3838;
  color:#7C3838;
}

.faq-page{
  padding:0;
}

/* ヒーローの下だけ余白 */
.faq-title{
  margin-top:80px;
}
html, body{
  margin:0;
  padding:0;
}

main.faq-page{
  margin:0;
  padding:0;
}

.faq-hero{
  margin:0;
}

.faq-hero-icon img{
width:200px;
margin:0 auto;
}

.faq-title-icon img {
width:50px;
margin-top-50px;
}


@media (max-width: 768px) {
.faq-title-icon img {
margin-top-20px;
width:40px;
}
}

.faq-title{
  margin:30px 0 20px;   /* ← 数値を小さくする */
}

.faq-q-text{
  font-weight:400 !important;
}
@media (max-width:768px){

  .faq-q-text{
    font-size:16px !important;
    font-weight:400 !important;
  }

}

.faq-list-last{
  margin-bottom:120px;
}

/* =========================================
   RECRUIT PAGE
========================================= */

.recruit-page{
  background: #eee3d3 url("/wp-content/themes/anela/images/bg_003.png") repeat;
  padding-bottom: 120px;
}

/* ===============================
   HERO
================================ */

.recruit-hero{
  height: 420px;
  background: url("/wp-content/themes/anela/images/hero_005.jpg") center center / cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.recruit-hero::after{
  content:"";
  position:absolute;
  inset:0;

}

.recruit-hero-inner{
  position:relative;
  z-index:2;
  text-align:center;
  color:#fff;
}

.recruit-hero-box img{
  width:60px;
  margin-bottom:20px;
}

.recruit-hero-box h1{
  font-size:56px;
  letter-spacing:3px;
  margin:0 0 10px;
}

.recruit-hero-box p{
  font-size:16px;
  letter-spacing:2px;
  margin:0;
}

/* ===============================
   INTRO
================================ */

.recruit-intro{
  text-align:center;
  padding:100px 20px 60px;
}

.recruit-intro-inner{
  max-width:800px;
  margin:0 auto;
  line-height:2;
  font-size:16px;
}

/* ===============================
   TITLE
================================ */

.recruit-title{
  text-align:center;
  margin:40px 0 80px;
}

.recruit-title h2{
  font-size:28px;
  letter-spacing:3px;
  position:relative;
  display:inline-block;
}

.recruit-title h2::before,
.recruit-title h2::after{
  content:"";
  position:absolute;
  top:50%;
  width:120px;
  height:1px;
  background:#7C3838;
}

.recruit-title h2::before{
  right:100%;
  margin-right:30px;
}

.recruit-title h2::after{
  left:100%;
  margin-left:30px;
}

/* ===============================
   TABLE
================================ */

.recruit-table{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
}

.recruit-row{
  display:flex;
  border-bottom:1px solid rgba(0,0,0,0.2);
  padding:25px 0;
}

.recruit-label{
  width:200px;
  font-weight:600;
  letter-spacing:2px;
}

.recruit-content{
  flex:1;
  line-height:1.8;
}

/* ===============================
   BUTTON
================================ */

.recruit-button{
  text-align:center;
  margin:80px 0 0;
}

.btn-entry{
  display:inline-block;
  background:#7C3838;
  color:#fff;
  padding:16px 50px;
  border-radius:8px;
  text-decoration:none;
  letter-spacing:2px;
  transition:0.3s;
}

.btn-entry:hover{
  opacity:0.85;
}

/* =========================================
   SP
========================================= */

@media (max-width:768px){

  .recruit-hero{
    height:280px;
  }

  .recruit-hero-box h1{
    font-size:34px;
  }

  .recruit-intro{
    padding:60px 20px 40px;
  }

  .recruit-intro-inner{
    font-size:15px;
  }

  .recruit-title{
    margin:40px 0;
  }

  .recruit-title h2{
    font-size:20px;
  }

  .recruit-title h2::before,
  .recruit-title h2::after{
    width:50px;
  }

  .recruit-row{
    flex-direction:column;
    padding:20px 0;
  }

  .recruit-label{
    width:100%;
    margin-bottom:10px;
  }

  .recruit-content{
    font-size:14px;
  }

  .btn-entry{
    width:80%;
    padding:14px 0;
  }

}

/* =========================
   RECRUIT INTRO ICON
========================= */

.recruit-intro-icon{
  text-align:center;
  margin-bottom:30px;
margin-top:-60px;
}

.recruit-intro-icon img{
  width:40px;
  height:auto;
}

/* =========================
   RECRUIT MESSAGE ICON
========================= */

.recruit-message-icon{
  text-align:center;
  margin-bottom:30px;
}

.recruit-message-icon img{
  width:40px;
  height:auto;
}

.recruit-hero-box img{
width:140px;
}

.recruit-intro-icon{
  display:block !important;
  text-align:center;
  margin-bottom:30px;

}

.recruit-intro-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.recruit-intro-icon{
  margin-bottom:30px;
}

.recruit-intro-icon img{
  width:80px;
  height:auto;
  display:block;
  margin:0 auto;
}

.recruit-intro-icon{
  display:block !important;
  width:100% !important;
  height:auto !important;
  text-align:center;
  margin-bottom:30px;
}

.recruit-intro-icon img{
  display:inline-block !important;
  width:40px !important;
  height:auto !important;
}

.recruit-intro p{
margin-bottom:0px;
}

.recruit-title{
margin-top:-20px;
}

.recruit-table {
margin-top:-40px;
}

.recruit-title h2::before,
.recruit-title h2::after {
  width: 400px;   /* 好きな長さに */
}

@media (max-width:768px){

  .recruit-title h2::before,
  .recruit-title h2::after {
    width: 140px;   /* ← 今より短く（調整可） */
  }

}

@media (max-width:768px){

  .recruit-intro-icon{
    margin-top: -25px;   /* ← 下げる */
    margin-bottom: 20px;
  }


}

/* =========================
   SP ハンバーガーメニュー修正
========================= */
@media (max-width: 768px){

  /* メニューリンク全体 */
  .sp-nav a{
    font-size: 16px;        /* ← 16pt相当 */
    display: inline-block;  /* テキスト幅に合わせる */
    padding-bottom: 12px;
    position: relative;
  }

  /* 下線 */
  .sp-nav a::after{
    content: "";
    position: absolute;
    left: 0;                /* ← テキスト左に合わせる */
    bottom: 0;
    width: 100%;            /* ← テキスト幅に合わせる */
    height: 1px;
    background: rgba(255,255,255,0.4);
  }

}

@media (max-width: 768px){

  /* ハンバーガーメニュー全体 */
  .sp-nav,
  .sp-menu,
  .mobile-menu {
    padding-top: -20px !important;  /* ← 今より小さくする */
  }

  /* 最初のメニュー項目 */
  .sp-nav li:first-child {
    margin-top: 0 !important;
  }

}
@media (max-width: 768px){

  /* メニュー全体の上余白を削る */
  .sp-menu-inner{
    padding-top: 20px !important;
  }

  /* ロゴ＋×部分の下余白を詰める */
  .sp-menu-top{
    margin-bottom: 30px !important;
  }

  /* ナビ全体の上余白削る */
  .sp-nav{
    margin-top: 0 !important;
  }

}

.pc-nav{
  display: flex;
  gap: 40px;
  align-items: center;
}

.pc-nav a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

/* ===== PCナビ強制表示 ===== */
@media (min-width: 769px) {
  .pc-nav {
    display: flex !important;
  }

  .hamburger {
    display: none !important;
  }
}

/* ===== PCナビ復活強制 ===== */
.pc-nav {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.pc-nav a {
  display: inline-block !important;
  line-height: 70px !important; /* ヘッダー高さと揃える */
}

@media (min-width: 769px){
  .hamburger{
    display:none !important;
  }
}

.pc-nav {
  display: flex !important;
}

.pc-nav a {
  color: #ffffff !important;
}


/* =========================================
   MENU PAGE (page-menu.php) — 統合版
   ※ .menu-page スコープで他ページのCSSと干渉しない
   ※ 既存の unscoped .menu-item 等は specificity で上書き
========================================= */
/* =========================
   MENU PAGE
========================= */

.menu-page{
  background:#eee3d3 url("/wp-content/themes/anela/images/bg_003.png") repeat;
}

/* HERO */
.menu-hero{
  position:relative;
  height:420px;
  background:url("/wp-content/themes/anela/images/hero_002.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
}

.menu-hero-overlay{
  position:absolute;
  inset:0;
 
}

.menu-hero-inner{
  position:relative;
  z-index:2;
}

.menu-hero-box{
 
  padding:40px 70px;
  text-align:center;
  color:#fff;
}

.menu-hero-box h1{
  font-size:48px;
  letter-spacing:.15em;
  margin:10px 0;
}

.menu-hero-box p{
  font-size:14px;
  letter-spacing:.3em;
}

.menu-hero-icon{
  width:180px;
  margin-bottom:10px;
}


/* INTRO */
.menu-intro{
  text-align:center;
  padding:100px 20px 80px;
}

.menu-intro-inner{
  max-width:800px;
  margin:0 auto;
}

.menu-top-icon{
  width:60px;
  margin-bottom:25px;
}

.menu-intro h2{
  font-size:26px;
  color:#7C3838;
  letter-spacing:.08em;
  margin-bottom:30px;
}

.menu-intro p{
  font-size:16px;
  line-height:2;
  color:#333;
  letter-spacing:.08em;
}


/* SECTION */
.menu-section{
  max-width:1100px;
  margin:0 auto 80px;
  padding:0 40px;
}

.menu-category{
  text-align:center;
  margin-bottom:60px;
}

.menu-category img{
  width:40px;
  margin-bottom:10px;
}

.menu-category h3{
  font-size:24px;
  color:#7C3838;
  letter-spacing:.1em;
}


/* ITEM */
.menu-item{
  display:flex;
  align-items:flex-start;
  gap:60px;
}

.menu-img{
  width:420px;
  flex:0 0 420px;
}

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

.menu-content{
  flex:1;
  position:relative;
  padding-top:10px;
}

/* 画像と繋がる横線 */
.menu-content::before{
  content:"";
  position:absolute;
  top:24px;
  left:-60px;
  width:calc(100% + 60px);
  height:1px;
  background:#7C3838;
}

.menu-content h4{
  font-size:22px;
  color:#7C3838;
  margin:0 0 20px;
  letter-spacing:.08em;
}

.menu-content p{
  font-size:15px;
  line-height:1.9;
  margin-bottom:20px;
}

.menu-price p{
  margin:0;
  line-height:1.8;
  color:#4B302B;
}




/* CTA */
.menu-cta{
  text-align:center;
  padding-top:-60px;
  padding-bottom:30px;
}


/* =========================
   SP
========================= */

@media(max-width:768px){

  .menu-hero{
    height:260px;
    background:url("/wp-content/themes/anela/images/hero_004.jpg") center/cover no-repeat;
  }

  .menu-hero-box{
    padding:25px 40px;
  }

  .menu-hero-box h1{
    font-size:28px;
  }

  .menu-intro{
    padding:60px 20px 50px;
    text-align:left;
  }

  .menu-intro h2{
    font-size:20px;
    text-align:center;
  }

  .menu-intro p{
    font-size:14px;
    text-align:left;
  }

  .menu-section{
    padding:0 20px;
  }

  .menu-item{
    flex-direction:column;
    gap:25px;
  }

  .menu-img{
    width:100%;
  }

  .menu-content::before{
    display:none;
  }

  .menu-content h4{
    text-align:center;
    font-size:18px;
    padding-bottom:10px;
    border-bottom:1px solid #7C3838;
  }

  .menu-divider{
    margin:40px 0;
  }

}

/* タイトルを少し上へ */
.menu-page .menu-content h4{
  margin-top:-8px;   /* ← 上に移動（数値は±5〜15で微調整可） */
  margin-bottom:22px;
}

/* 画像から伸びる線を少し下へ */
.menu-page .menu-content::before{
  top:38px;   /* ← 24px → 36px に変更 */
}

/* 説明文を下げる */
.menu-page .menu-content > p{
  margin-top:38px;   /* ← 10px → 28px に変更 */
}

/* =================================
   画像を画面サイズ連動にする
================================= */

.menu-page .menu-item{
  display:flex;
  align-items:flex-start;
  gap:clamp(30px, 5vw, 70px);
}

/* 画像側 */
.menu-page .menu-img{
  flex:0 0 42%;          /* ← 画面幅に対して割合指定 */
  max-width:520px;       /* ← 広がりすぎ防止 */
}

.menu-page .menu-img img{
  width:100%;
  height:auto;
  display:block;
}

/* テキスト側 */
.menu-page .menu-content{
  flex:1;
  position:relative;
}

@media (max-width:768px){

  .menu-page .menu-item{
    flex-direction:column;
    gap:25px;
  }

  .menu-page .menu-img{
    flex:none;
    width:100%;
    max-width:none;
  }

}

/* ===============================
   レイアウト安定版
================================= */

.menu-page .menu-item{
  display:flex;
  align-items:flex-start;
  gap:clamp(30px, 5vw, 70px);
}

/* 画像 */
.menu-page .menu-img{
  flex:0 0 45%;
  max-width:560px;
}

.menu-page .menu-img img{
  width:100%;
  height:auto;
  display:block;
}

/* テキスト */
.menu-page .menu-content{
  flex:1;
}

/* タイトル */
.menu-page .menu-content h4{
  position:relative;
  font-size:clamp(20px, 2vw, 20px);
  color:#7C3838;
  margin:20 0 20px;
  padding-bottom:18px;
}

.menu-intro-inner {
margin-top:-80px;
}

.menu-category {
margin-top:-80px;
}

@media (max-width: 768px) {

  .menu-page .menu-content h4::after {
    height: 0.2px;        /* ← 細くする */
    opacity: 0.7;         /* ← 少し軽く */
  }

}

.menu-detail{
  max-width:1000px !important;
  margin:120px auto !important;
  padding:100px 80px !important;
}

/* ボタン下の余白削除 */
.concept-cta{
  margin-bottom:0 !important;
}

/* MENUボックス上の余白削除 */
.menu-detail{
  margin-top:0 !important;
}

.menu-line{
  display:none !important;
}

.menu-text {
margin-top:20px;
}

@media (max-width: 768px){

  .menu-detail{
    width: 90%;              /* ← 好きな幅に */
    max-width: 20px;        /* ← 広がりすぎ防止 */
    margin: 50px auto;       /* ← 中央寄せ */
    padding: 60px 20px;      /* ← 内側余白調整 */
    border-radius: 40px;
  }

}

@media (max-width:768px){

  .menu-detail{
    width: 92% !important;
    max-width: 420px !important;
    margin: -30px auto !important;
    padding: 60px 20px !important;
    box-sizing: border-box;
  }

}

main{
  padding-bottom: 80px;
}



@media (max-width:768px){

 
.menu-box {
padding-top:80px;
}

}


@media (max-width:768px){

.menu-item-2 {

}
}

/* PC */
.menu-item{
  display:flex;
  gap:60px;
}

/* SPだけ別レイアウト */
@media (max-width:768px){
  .menu-item{
    display:block;
margin-top:-20px;
margin-bottom:40px;
  }
}


/* CTAラッパー */
.concept-cta {
  text-align: center;
  margin: 60px 0;
}

/* ボタン本体 */
.cta-btn {
  display: inline-block;
  background: #7b3f3a;
  color: #fff;
  padding: 18px 40px;
  border-radius: 16px;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s;
}

/* PCサイズ */
@media screen and (min-width: 769px) {
  .cta-btn {
    width: 380px;       /* 好きな幅に変更OK */
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {

  .concept-cta {
    padding: 0 20px;
  }

  .cta-btn {
    display: block;
    width: 80%;
    padding: 18px 16px;
    margin: 0 auto;   /* ← これを追加 */
  }

}
/* ヘッダー本体 */
.header {
  background: #5a3a32;
  height: 80px;
  width: 100%;
}

/* 中身を縦中央にする */
.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;        /* ← 縦中央揃え */
  justify-content: space-between;

  height: 100%;
}

/* ロゴ */
.logo a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

/* ハンバーガー */
.hamburger {
  background: none;
  border: none;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;    /* ← spanを中央 */
  gap: 6px;

  height: 100%;
}

.hamburger span {
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
}

/* PCではハンバーガー非表示 */
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

/* SPではPCナビ非表示 */
@media (max-width: 768px) {
  .pc-nav {
    display: none;
  }
}

.hamburger {
  background: none;
  border: none;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;   /* ← 中央 */
  align-items: center;

  height: auto;              /* ← ここ重要！ */
}

/* 線 */
.hamburger span {
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
}

.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;   /* ← 縦中央 */
  justify-content: space-between;

  height: 80px;          /* ← 固定高さ */
}

/* =========================
   PCナビ強制表示（最終）
========================= */

@media (min-width: 769px) {

  header .pc-nav {
    display: flex !important;
    align-items: center;
    gap: 40px;
  }

  header .pc-nav a {
    display: inline-block !important;
    color: #fff !important;
  }

}

/* =================================
   ヘッダー最終制御（これを一番下）
================================= */

/* ヘッダー基本 */
.header {
  background: #4B302B;
  height: 80px;
  width: 100%;
}

.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 100%;
}

/* PCナビ強制表示 */
@media (min-width: 769px) {
  .pc-nav {
    display: flex !important;
    align-items: center;
    gap: 40px;
  }

  .pc-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .hamburger {
    display: none !important;
  }
}

/* SP制御 */
@media (max-width: 768px) {
  .pc-nav {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }
}

.small-title{
  font-size: 18px !important;  /* 今より一回り小さく */
}


@media (max-width: 768px) {
  .small-title{
  font-size: 16px !important;
  }
}



@media (max-width: 768px) {
.menu-image{
  margin-bottom: 10px !important;   /* ここで画像下の余白を調整 */
}

.menu-content h4,
.menu-item h4{
  margin-top: -40px !important;         /* タイトル上の余白を消す */
}
}

.front-page{
  background-color: #eee3d3;
background-image: url("/wp-content/themes/anela/images/bg_003.png") !important;
}