/* ----------------------------------------------------

共通

---------------------------------------------------- */
.w1200 {
  width: 95%;
  padding: 0 0%;
  max-width: 1200px;
  margin: auto;
}
/* すべての p に margin-bottom */
.under_main_bloc p {
  margin-bottom: 12px;
}
/* p が 1つだけのときだけ margin-bottom を 0 にする */
.under_main_bloc p:only-child {
  margin-bottom: 0;
}

/*------------------------ 見出しデザイン ------------------------*/
.under_h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.8rem 1rem 1.8rem 3.8rem;
  margin: 4rem auto 2.8rem;
  line-height: 1.5;
  background: linear-gradient(90deg, #f9f5ef 0%, #ffffff 40%);
  border-radius: 12px;
  width: 85%;
}
.under_h2::before {
  content: attr(data-en);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: left bottom;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: #C8A88B;
  opacity: 0.7;
}

.under_h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1.8rem;
  padding-left: 1.2rem;
  color: #7A5A2F;
}

.under_h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 4px;
  height: 1.4rem;
  background: #C8A88B;
  border-radius: 4px;
}

.under_h3[data-en]::after {
  content: attr(data-en);
  display: block;
  margin-top: .2rem;
  font-size: .8rem;
  letter-spacing:.12em;
  color: #B8A08B;
}

/* ===============================
   レスポンシブ
=============================== */

/* タブレット（768px〜1024px） */
@media (max-width: 1024px) {
  .under_h2 {
    font-size: 1.9rem;
    padding: 1.6rem 1rem 1.6rem 3rem; 
    margin: 3.2rem auto 2.4rem;
  }

  .under_h2::before {
    left: 0.8rem;
    font-size: 0.7rem;
  }

  .under_h2::after {
    left: calc(3rem + 100% + 0.4rem); 
    width: calc(100% - 3rem);
  }
}

/* モバイル（〜767px） */
@media (max-width: 767px) {
  .w1200 {
    width: 95%;
    padding: 0 ;
  }
  .under_h2 {
    font-size: 115%;
    padding: 25px 10px;
    margin: 2.4rem auto 1.8rem;
    width: 95%;
    background: linear-gradient(90deg, #f9f5ef 0%, #fff8f0 40%);
  }

  .under_h2::before {
    left: 10px;
    top: 75%;
    font-size: 0.65rem;
    opacity: 0.8;
    transform: none;
  }

  .under_h2::after {
    left: calc(2.2rem + 100% + 0.2rem);
    width: calc(100% - 2.2rem);
    height: 1px;
  }
  .under_h3 {
    font-size: 1.1rem;
    padding: 0.7rem 1.2rem 0.8rem 1.2rem;
  }

  .under_h3::before {
    height: 3rem;
    left: 0;
    top: 1rem;
    font-size: 0.65rem;
  }
}

.under_main {
position: relative;
    z-index: 0;
    width: 100%;
    height: 70vw;
    max-height: 480px;
    background-image: url(../images/under/main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.under_main::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 80%);
    opacity: 0.05;
}
.under_main .ttl {
	position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 70%;
    transform: translateY(50%);
    color: #fff;
    width: 95%;
    border-bottom: 1px solid #fff;
}
.under_main .ttl .under_h1 {
	color: #fff;
	font-size: 255%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
/* ------------- レスポンシブ ------------- */
@media (max-width: 1024px){

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

}
@media (max-width: 600px){
  .under_main {
    height: 45vw;
  }
  .under_main .ttl {
    top: 65%;
  }
  .under_main .ttl .under_h1 {
    font-size: 120%;
  }
	
}

/* ----------------------------------------------------

下層

---------------------------------------------------- */
/*----------------------------------
　横並び
----------------------------------*/
.under_flex {
  display: flex;
	gap: 5%;
}
.evenly {
  flex: 1;
}
.img_box {
  flex: 2;
}
.txt_box {
  flex: 3;
  margin: auto 0;
}
figure.img_box {
    margin: auto 0;
}
/* モバイル（〜767px） */
@media (max-width: 768px) {
  .under_flex {
    flex-direction: column;
}
.img_box {
  order: 1;
}
.txt_box {
  order: 2;
}
}

/*----------------------------------
  診療所紹介
----------------------------------*/
.clinic-about {
  padding: 40px 0 80px;
  background: #fff;
}
.clinic-about__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.clinic-about__text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #4a403b;
  margin: auto 0;
}
.clinic-about__image {
  flex: 0 0 42%;
}
.clinic-about__image img {
  width: 100%;
  border-radius: 12px;
}
.director-profile {
  width: 80%;
}
.btn-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid #C8A88B;
  color: #7a5a2f;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease;
}
.btn-outline:hover {
  background: #C8A88B;
  color: #fff;
}
.cta-box {
  text-align: center;
}
@media (max-width: 768px) {
  .clinic-about__text {
    order: 1;
  }
}
/*----------------------------------
  院長紹介
----------------------------------*/
.director-section {
  background: #fbf6f1;
  padding: 70px 0;
}
.director-inner {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  padding: 0 20px;
}
.director-photo img {
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
}
.section-title {
  font-size: 1.8rem;
  color: #3b2f2b;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section-title span {
  color: #C8A88B;
  font-size: 2.4rem;
}
.sub-title {
  margin-top: 20px;
  font-size: 1.2rem;
  border-left: 4px solid #C8A88B;
  padding-left: 10px;
  color: #4b423d;
}
.profile-list {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}
.profile-list li {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a5350;
}
/* レスポンシブ */
@media (max-width: 768px) {
	.director-profile {
		width:100%
	}
}
/*---------------------------------- 
  手術方法ブロック全体
----------------------------------*/
.method-section {
  margin: 4rem 0;
}

.method-lead {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 2.5rem;
  color: #5a4a42;
}

/* --- 2カラム（PC・タブレット横向き想定） --- */
.method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 1.8rem;
}

.method-box {
  background: #f9f5ef;
  border: 1px solid #e5d9cc;
  padding: 1.8rem 2rem 2.2rem;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.method-box p {
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

/* --- ラベル（吸引法／ソウハ法） --- */
.method-label {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

/* 吸引法カラー（推奨法 → 柔らかピンク） */
.method-label.suction {
  background: #ffe7e6;
  color: #d5626d;
  border: 1px solid #f4c2c0;
}

/* ソウハ法カラー（少し落ち着いたブラウン） */
.method-label.curettage {
  background: #f3efe9;
  color: #8b6a54;
  border: 1px solid #d8c9b6;
}

/*---------------------------------- 
  スマホ用（〜768px）
  1カラム化＋余白広め＋文字少し小さめ
----------------------------------*/
@media (max-width: 768px) {

  .method-section {
	  margin: 0;
  }

  .method-lead {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
  }

  /* 1カラムで縦に積む */
  .method-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .method-box {
    padding: 1.4rem 1.2rem 1.6rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  }

  .method-box p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0.9rem;
  }

  .method-label {
    font-size: 0.85rem;
    padding: 0.35rem 0.9rem;
    margin-bottom: 0.9rem;
  }
}


/* ===============================
   吸引法・ソウハ法 比較表（PC）
=============================== */

.method-compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E5D8C9;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* 見出し */
.method-compare__table thead th {
  background: #F3E8DA;
  color: #4A4036;
  font-weight: 700;
  padding: 1rem 1.2rem;
  font-size: 0.95rem;
  text-align: center;
  border-bottom: 2px solid #E5D8C9;
}

/* 左列（項目） */
.method-compare__table tbody th {
  background: #F9F4EC;
  color: #6A5A4A;
  font-weight: 700;
  width: 18%;
  padding: 1rem 1.2rem;
  border-right: 1px solid #E5D8C9;
  border-bottom: 1px solid #EFE2D3;
}

/* 通常セル */
.method-compare__table td {
  padding: 1rem 1.2rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4C4540;
  background: #ffffff;
  border-bottom: 1px solid #EFE2D3;
}

/* ストライプ（読みやすさUP） */
.method-compare__table tbody tr:nth-child(odd) td {
  background: #FCF9F5;
}

/* 備考 */
.method-compare__note {
  font-size: 0.85rem;
  color: #8B7764;
  margin-top: 0.2rem;
  display: inline-block;
}

/* ===============================
   SP（〜768px）：カード型で縦に表示
=============================== */
@media (max-width: 768px) {

  /* 横スクロールはやめる */
  .method-compare__table {
    min-width: 0;
    border-radius: 12px;
    box-shadow: none;
    border: none;
  }

  .method-compare__table thead {
    display: none; /* ヘッダー非表示 */
  }

  .method-compare__table tbody {
    display: block;
  }

  .method-compare__table tr {
    display: block;
    margin-bottom: 1.2rem;
    border: 1px solid #E5D8C9;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  }

  /* 行タイトル（前処置／費用…） */
  .method-compare__table tbody th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E5D8C9;
    background: #F9F4EC;
    font-size: 0.92rem;
  }

  /* 各セル（吸引法／ソウハ法）を縦に並べる */
  .method-compare__table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #F1E5D9;
    background: #fff;
    padding: 0.8rem 1rem 0.8rem 6rem; /* 左にラベル分の余白 */
    position: relative;
    font-size: 0.9rem;
  }

  .method-compare__table tr td:last-child {
    border-bottom: none;
  }

  /* 吸引法／ソウハ法のラベルを左に表示 */
  .method-compare__table td::before {
    content: attr(data-label);
    position: absolute;
    left: 1.2rem;
    top: 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #8B7764;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #F5ECE3;
  }

  .method-compare__note {
    font-size: 0.8rem;
  }
}

/*----------------------------------
  吸引法採用ブロック
----------------------------------*/
.clinic-suction {
  margin: 4rem 0;
}

.clinic-suction__body {
  background: #f9f5ef;
  border: 1px solid #e5d9cc;
  border-radius: 16px;
  padding: 2.2rem 2.4rem;
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* 角のやわらかいグラデ背景アクセント */
.clinic-suction__body::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at center,
      rgba(233, 216, 197, 0.9),
      rgba(233, 216, 197, 0));
  opacity: 0.7;
  pointer-events: none;
}

.clinic-suction__text {
  flex: 1 1 60%;
  position: relative;
  z-index: 1;
}

.clinic-suction__text p {
  line-height: 1.9;
  font-size: 1rem;
  color: #5a4a42;
  margin-bottom: 1.1rem;
}

/* 料金ボックス */
.clinic-suction__price {
  margin-top: 1.8rem;
  padding: 1.4rem 1.6rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px dashed var(--c-primary-light, #E9D8C5);
}

.clinic-suction__price-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--c-primary, #C8A88B);
  margin-bottom: 0.4rem;
}

.clinic-suction__price ul {
  list-style: none;
  margin: 0 0 0.6rem;
  padding: 0;
}

.clinic-suction__price li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4c4540;
}

.clinic-suction__price-main {
  font-weight: 700;
  font-size: 1.02rem;
}

.clinic-suction__price-note {
  font-size: 0.85rem;
  color: #8b7764;
  line-height: 1.7;
}

/* ポイントカード */
.clinic-suction__points {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.clinic-suction__point {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eadccc;
  padding: 1rem 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.clinic-suction__point-head {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-primary, #C8A88B);
  margin-bottom: 0.3rem;
}

.clinic-suction__point-body {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #5a4a42;
}

/*----------------------------------
  スマホ用（〜768px）
----------------------------------*/
@media (max-width: 768px) {
	.clinic-suction {
		margin: 0;
	}

  .clinic-suction__body {
    padding: 1.6rem 1.4rem;
    flex-direction: column;
    gap: 1.6rem;
  }

  .clinic-suction__text p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .clinic-suction__price {
    margin-top: 1.4rem;
    padding: 1.1rem 1.2rem;
  }

  .clinic-suction__points {
    flex: 1 1 auto;
  }

  .clinic-suction__point {
    padding: 0.9rem 1rem;
  }

  .clinic-suction__point-body {
    font-size: 0.86rem;
  }
}

/*----------------------------------
  EVA / MVA セクション
----------------------------------*/
.eva-mva-section {
  margin: 4rem 0;
}

.eva-mva-lead {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #5a4a42;
  margin-bottom: 2.2rem;
}

/* --- 全体グリッド --- */
.eva-mva-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
  gap: 22px;
}

/* --- ボックス --- */
.eva-mva-box {
  background: #faf6f0;
  border: 1px solid #e5d9cc;
  border-radius: 14px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.eva-mva-box p {
  font-size: 0.95rem;
  color: #4c4540;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* --- ラベル --- */
.eva-mva-label {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.eva-mva-label.eva {
  background: #fff2f1;
  color: #d4646d;
  border: 1px solid #f4c8c6;
}

.eva-mva-label.mva {
  background: #f5efe7;
  color: #8b6a54;
  border: 1px solid #dcc9b4;
}

/* --- 総評ボックス --- */
.eva-mva-summary {
  margin-top: 3rem;
  background: #ffffff;
  border: 1px solid #e5d9cc;
  padding: 1.8rem 2rem;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.eva-mva-summary h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #C8A88B;
  margin-bottom: 1rem;
}

.eva-mva-summary p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4c4540;
  margin-bottom: 0.8rem;
}

/* --- スマホ版 --- */
@media (max-width: 768px) {

  .eva-mva-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eva-mva-box {
    padding: 1.4rem 1.1rem;
  }

  .eva-mva-lead {
    font-size: 0.98rem;
  }

  .eva-mva-summary {
    padding: 1.4rem 1.2rem;
  }
}

/*----------------------------------
  After Care Section
----------------------------------*/
.aftercare-section {
  margin: 4rem 0;
}

.aftercare-lead {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #5a4a42;
  margin-bottom: 2.5rem;
}

/* --- 3ボックスグリッド --- */
.aftercare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
    gap: 1%;
}

/* --- ボックスデザイン --- */
.aftercare-box {
  background: #faf6f0;
  border: 1px solid #e5d9cc;
  padding: 1.8rem 1.6rem;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.aftercare-box p {
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* ラベル */
.aftercare-label {
  display: inline-block;
  background: #fff2f1;
  color: #d4646d;
  border: 1px solid #f4c8c5;
  padding: 0.45rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}

/* リスト（術後の注意点） */
.aftercare-list {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  color: #4c4540;
}

.aftercare-list li {
  margin-bottom: 0.4rem;
  list-style: disc;
}

/* 総評（注釈） */
.aftercare-note {
  margin-top: 2.2rem;
  font-size: 0.9rem;
  color: #7a6a5a;
}

/* --- スマホ版 --- */
@media (max-width: 768px) {

  .aftercare-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .aftercare-box {
    padding: 1.4rem 1.2rem;
  }

  .aftercare-lead {
    font-size: 1rem;
  }

}
/*----------------------------------
  無痛麻酔セクション 全体
----------------------------------*/
.painless-feature-section {
  margin: 4rem 0;
}

.painless-feature-lead {
  font-size: 1.05rem;
  color: #5a4a42;
  line-height: 1.9;
  margin-bottom: 2.4rem;
}

/*----------------------------------
  特徴 / 方法 共通グリッド
----------------------------------*/
.painless-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(43%, 1fr));
  gap: 24px;
  margin-bottom: 3rem;
}

/*----------------------------------
  カード
----------------------------------*/
.painless-feature-box {
  background: #faf7f2;
  border: 1px solid #e4d9cd;
  border-radius: 14px;
  padding: 1.6rem 1.4rem 1.8rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.painless-feature-box p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #4b4440;
}

/*----------------------------------
  サブタイトル
----------------------------------*/
.painless-feature-subttl {
  font-size: 1rem;
  font-weight: 700;
  color: #b48f72;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.painless-feature-subttl::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e7d7c5, transparent 60%);
}

/*----------------------------------
  当院の麻酔方式
----------------------------------*/
.painless-clinic-note {
  background: #fff7ef;
  border-left: 4px solid #c9a381;
  padding: 1rem 1.6rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.painless-clinic-note p {
  font-size: 0.95rem;
  color: #4a3f38;
}

/*----------------------------------
  スマホ対応
----------------------------------*/
@media (max-width: 768px) {
  .painless-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .painless-feature-box {
    padding: 1.4rem 1.2rem 1.6rem;
  }

  .painless-feature-lead {
    font-size: 0.95rem;
  }
}
/*----------------------------------
  初期中絶とは（全体）
----------------------------------*/
.initial-abortion {
  margin: 4rem 0;
}

/* テキストボックス */
.initial-flex .txt_box p {
  margin-bottom: 1.4rem;
  line-height: 1.9;
  color: #4A4036;
}

/* リスク見出し（h3） */
.under_h3[data-en="Risks"] {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  color: #4A4036;
  position: relative;
  padding-left: 1.4rem;
}

.under_h3[data-en="Risks"]::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #C8A88B;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}

/* リスト */
.initial-risk-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 1.6rem 1.6rem;
  background: #f9f5ef;
  border: 1px solid #e5d9cc;
  border-radius: 12px;
}

.initial-risk-list li {
  padding: 0.6rem 0 0.6rem 1.6rem;
  position: relative;
  font-size: 1rem;
  color: #4A4036;
}

.initial-risk-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 25%;
  color: #C8A88B;
  font-weight: bold;
}

/*----------------------------------
  スマホ対応
----------------------------------*/
@media (max-width: 768px) {
  .initial-flex .txt_box p {
    font-size: 0.95rem;
  }

  .initial-risk-list {
    padding: 1.2rem 1rem;
  }

  .initial-risk-list li {
    font-size: 0.95rem;
  }
}
/*----------------------------------
  注意メッセージ
----------------------------------*/
.notice-box {
  border: 1px solid #ccc;
  padding: 20px 24px;
  border-radius: 4px;
  background: #fff;
  margin: 2rem 0;
}

.notice-heading {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.notice-fa {
  font-size: 1.4rem;
  color: #c85a30; /* 警告カラー（お好みで調整可）*/
}

.notice-box p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}
/*----------------------------------
  スマホ対応
----------------------------------*/
@media (max-width: 768px) {
  .mid-alert {
    font-size: 0.95rem;
    padding: 1.2rem 1.2rem;
  }
}
/*----------------------------------
  妊娠週数
----------------------------------*/
/* 中絶手術可能な妊娠週数：要点ボックス */
.under_pointbox {
  margin: 0 0 1.8rem;
  padding: 1.2rem 1.4rem;
  border-radius: 12px;
  background: #f9f5ef;
  border: 1px solid #e5d9cc;
}

.under_pointlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.under_pointlist li {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  row-gap: 0.2rem;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 0.4rem 0;
  border-bottom: 1px dashed #e5d9cc;
}

.under_pointlist li:last-child {
  border-bottom: none;
}

.under_pointlist .label {
  min-width: 7rem;
  font-weight: 700;
  color: #7a5a2f;
}

.under_pointlist .txt {
  flex: 1;
  color: #55463b;
}

/* ネーゲレの概算法ボックス */
.under_formula {
  margin: 1.4rem 0 1.6rem;
  padding: 1.1rem 1.3rem;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed #c8a88b;
}

.under_formula__title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #6a5850;
}

.under_formula ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: #55463b;
  line-height: 1.8;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .under_pointlist li {
    flex-direction: column;
  }

  .under_pointlist .label {
    min-width: auto;
  }
}
/*----------------------------------
  妊娠検査薬
----------------------------------*/
/* メモ・注意ボックス共通 */
.under_note {
  margin: 1.2rem 0 1.6rem;
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.under_note p {
  margin: 0;
}

/* やわらか背景タイプ */
.under_note--soft {
  background: #f9f5ef;
  border: 1px solid #e5d9cc;
  color: #5b4c41;
}

/* 枠線だけタイプ */
.under_note--border {
  background: #fff;
  border: 1px dashed #c8a88b;
  color: #5b4c41;
}

/* 注意寄りタイプ（軽く強調） */
.under_note--warn {
  background: #fff7f5;
  border: 1px solid #f0c2b6;
  color: #8a5040;
}

/* STEPリスト */
.under_steplist {
  list-style: none;
  margin: 1rem 0 1.8rem;
  padding: 0;
}

.under_steplist li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.7rem 0;
  border-bottom: 1px dashed #e5d9cc;
}

.under_steplist li:last-child {
  border-bottom: none;
}

.under_steplist__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #f9e3dc;
  color: #8a5040;
}

.under_steplist__body p {
  margin: 0;
  font-size: 0.95rem;
  color: #4e443d;
}

/* スマホ用調整 */
@media (max-width: 768px) {
  .under_steplist li {
    flex-direction: column;
    align-items: flex-start;
  }

  .under_steplist__num {
    margin-bottom: 0.2rem;
  }
}
/* ========================
   PAS（中絶後遺症候群）
======================== */
.pas_block {
  margin: 2rem 0 3rem;
  padding: 1.6rem 1.8rem;
  background: #faf7f3;
  border: 1px solid #e5d9cc;
  border-radius: 12px;
}

.pas_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #5a4a42;
}

.pas_list {
  display: grid;
  gap: 1rem;
}

.pas_item {
  display: flex;
  gap: 1rem;
	align-items: center;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #efe4d9;
}

.pas_num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 50%;
  background: #f5e7dc;
  color: #7a5d48;
}

.pas_text {
  margin: 0;
  line-height: 1.8;
  color: #4e443d;
}
p.pas_text {
    margin-bottom: 0;
}
/* モバイル */
@media (max-width: 768px) {
  .pas_item {
    flex-direction: row;
  }

  .pas_num {
    flex-shrink: 0;
  }
}
/*----------------------------------
  関連ページ
----------------------------------*/
.related-pages {
  padding: 60px 0 100px;
}
.related-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #3b2f2b;
}
.related-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.related-card {
    /* flex: 1; */
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #E0D7CE;
    color: #7a5a2f;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s 
ease;
    max-width: 30%;
    width: 30%;
}
.related-card:hover {
  background: #C8A88B;
  color: #fff;
}

/*----------------------------------
  SP対応
----------------------------------*/
@media (max-width: 768px) {
  .subpage-title { font-size: 1.4rem; }
  .subpage-sub { font-size: .9rem; }

  .clinic-about__inner,
  .director-inner {
    flex-direction: column;
  }

  .clinic-about__image,
  .director-photo {
    width: 100%;
  }

  .related-grid {
    flex-direction: column;
  }
	.related-card {
		width:100%;
		max-width:100%;
	}
}

/*----------------------------------
  診療の流れ（タイムライン）
----------------------------------*/
.flow-section {
  margin: 4rem 0;
}

/* タイムライン全体 */
.flow-timeline {
  position: relative;
  padding-left: 3.5rem;
}

/* 縦ライン */
.flow-timeline::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 0.3rem;
  bottom: 0;
  width: 2px;
  background: #e5d8c9;
  opacity: 0.9;
  height: 87%;
}
.flow_h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 600;
}
.flow-step .under_flex {
	align-items: flex-start;
	gap:0;
}
.flow-step .img_box,
.flow-step .txt_box{
	margin:0;
}
/* 各ステップ */
.flow-step {
  position: relative;
  margin-bottom: 3.5rem;
}

/* ステップ番号の丸 */
.flow-step__number {
    position: absolute;
    left: -3.7rem;
    top: 0;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 999px;
    background: #7a5a2f;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #f5ece1;
}

/* ボックス本体 */
.flow-step__content {
  background: #f9f5ef;
  border-radius: 18px;
  padding: 1.6rem 1.8rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* ヘッダー */
.flow-step__head {
  margin-bottom: 1.2rem;
}

.flow-step__head .under_h3 {
  margin-bottom: 0.4rem;
}

.flow-step__lead {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #5a4a42;
}

/* 本文2カラム */
.flow-step__body {

}

.flow-step__body--single {
  display: block;
}

.flow-step__col {
  flex: 1 1 0;
}

/* メタ情報側 */
.flow-step__meta {
  max-width: 260px;
}

/* 見出し（小） */
.flow-subttl {
  font-size: 1rem;
  font-weight: 700;
  color: #7a5a2f;
  margin: 1.2rem 0 0.4rem;
}

/* テキスト・リスト */
.flow-text {
  font-size: 0.96rem;
  line-height: 1.9;
  margin-bottom: 0.9rem;
}

.flow-list {
  margin: 0.4rem 0 0.9rem 1.2rem;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.flow-list--num {
  list-style: decimal;
}

/* メモ・注意書き */
.flow-note {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #7b6a5d;
  background: #fffaf4;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-top: 0.8rem;
}

/* 電話番号 */
.flow-tel {
  font-size: 1.1rem;
  font-weight: 700;
}

/* メタ情報バッジ */
.flow-meta {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.flow-meta__item {
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  border: 1px solid #e5d8c9;
}

.flow-meta__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #a1896c;
  display: block;
  letter-spacing: 0.08em;
}

.flow-meta__val {
  font-size: 0.9rem;
  color: #4e4339;
}

/* CTAボタン （既存のbtn-outlineがあれば合わせてOK） */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  border: 1px solid #7a5a2f;
  font-size: 0.95rem;
  color: #7a5a2f;
  text-decoration: none;
  background: #fff;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: #7a5a2f;
  color: #fff;
}

/* CTAラッパー */
.flow-cta {
  margin-top: 1.4rem;
}
/* 大枠ボックス */
.flow-box {
  position: relative;
  margin: 3rem 0;
  padding: 2.2rem 2.8rem 2.4rem;
  border: 1px solid #d9cbb8;
  background: #fffdf9;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}


/* 小見出し（ラベル風） */
.flow-subttl {
  display: inline-block;
  margin: 0;
  padding: 0.4rem 1.6rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #4a3a31;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #e4d6c4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

/* リスト全体 */
.flow-list {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
}

/* 各項目：左の横線アイコン */
.flow-list li {
  position: relative;
  padding-left: 2.6rem;
  margin-bottom: 1.4rem;
  font-size: 1rem;
  line-height: 1.9;
  color: #4d433b;
}

.flow-list li::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1.1em;
  width: 1.4rem;
  height: 1px;
  background: #c8a88b;
}

/* 下の注意書き */
.flow-note {
  margin: 1.8rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #e5d8c9;
  font-size: 0.95rem;
  color: #8a6f4d;
}

/* リンクだけ少し目立たせる */
.flow-note a {
  color: #b88752;
  text-decoration: none;
  border-bottom: 1px dashed #d0a873;
}

.flow-note a:hover {
  opacity: 0.85;
}
img.yoyakubanner {
	width:80%;
	margin: auto;
}
/* ===============================
   超音波チェックボックス
=============================== */
.flow-checkbox {
  position: relative;
  margin: 40px 0;
  padding: 24px 28px 26px;
  border: 1px solid #444;
  background: #fff;
}

/* タイトル帯 */
.flow-checkbox__ttl {
  position: absolute;
  top: -16px;
  left: 40px;
  padding: 0 18px;
  background: #f7f5f2;        /* 背景と少しだけトーン差 */
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 本文 */
.flow-checkbox__txt {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
}

/* SP調整 */
@media (max-width: 768px) {
  .flow_h3 {
    font-size: 1.1rem;
  }
  .flow-checkbox {
    padding: 20px 16px 22px;
  }

  .flow-checkbox__ttl {
    left: 16px;
    font-size: 1.2rem;
  }

  .flow-checkbox__txt {
    font-size: 0.95rem;
  }
}

/* モバイル調整 */
@media (max-width: 768px) {
  .flow-box {
    padding: 1.8rem 0.5rem 2rem;
  }

  .flow-subttl {
    display: block;
    font-size: 1rem;
    text-align: left;
  }

  .flow-list li {
    padding-left: 2.2rem;
    font-size: 0.95rem;
  }

  .flow-note {
    font-size: 0.9rem;
  }
}

/*----------------------------------
  レスポンシブ
----------------------------------*/
@media (max-width: 1024px) {
  .flow-step__body {
    flex-direction: column;
  }

  .flow-step__meta {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .flow-timeline {
    padding-left: 2.3rem;
  }

  .flow-timeline::before {
    left: 1.1rem;
  }

  .flow-step__number {
        left: -2.5rem;
        width: 2.7rem;
        height: 2.7rem;
    }

  .flow-step__content {
    padding: 1.3rem 0.5rem 1.5rem;
  }

  .flow-step {
    margin-bottom: 2.6rem;
  }

  .flow-step__lead {
    font-size: 0.94rem;
  }

  .flow-text,
  .flow-list,
  .flow-meta__val {
    font-size: 0.9rem;
  }

  .flow-meta__item {
    border-radius: 10px;
  }
}
/* ===============================
   料金フロー
=============================== */
.price-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0 40px;
}

.price-card {
  background: #FAF9F7;
  border: 1px solid #E5D9CC;
  border-radius: 12px;
	padding: 20px 20px;
  width: 280px;
  text-align: center;
}

.price-card__label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
}

.price-card__value {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #8B5A2B;
}

.price-card__note {
  font-size: 0.85rem;
  margin-bottom: 10px;
  color: #665544;
}

.price-card__free {
  background: #FFF3D9;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 700;
  color: #AF7C3A;
  font-size: 0.95rem;
}

.price-arrow {
  font-size: 1.8rem;
  font-weight: 700;
  color: #C8B9A6;
}

/* ===============================
   手術料金のリスト
=============================== */
.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 0.95rem;
}

.price-list strong {
  font-size: 1.1rem;
  color: #8B5A2B;
}

/* ===============================
   補足説明
=============================== */
.price-info {
  margin-bottom: 40px;
  line-height: 1.9;
}

.price-highlight {
  background: linear-gradient(transparent 60%, #FFF3B6 60%);
}

.price-strong {
  font-size: 1.3rem;
  color: #8B5A2B;
  font-weight: 700;
}

.price-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #6b5a4a;
}

/* ===============================
   別途料金が発生するケース
=============================== */
.price-attention {
  border: 1px solid #D8C7B5;
  border-radius: 14px;
  padding: 24px 26px;
  background: #FFFBF7;
}

.price-attention__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.price-attention__list {
  list-style: decimal;
  margin-left: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
}

.price-attention__sub {
  font-size: 0.9rem;
  color: #6b5a4a;
  line-height: 1.7;
}

/* SP対応 */
@media (max-width: 768px) {
  .price-flow {
    flex-direction: column;
    align-items: stretch;
  }
  .price-card {
    width: 100%;
  }
}
/* ---------------------------------------
   クレジットカードブロック
--------------------------------------- */
.credit-box {
  border: 1px solid #d7d7d7;
  padding: 28px 32px;
  border-radius: 12px;
  background: #fcfcfc;
  margin-top: 24px;
}

.credit-text {
  line-height: 1.9;
  margin-bottom: 24px;
}

.credit-small {
  font-size: 0.9rem;
  color: #555;
}

.credit-label {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1rem;
}

.credit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.credit-list li img {
  width: 70px;
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

@media (max-width: 768px) {
  .credit-box {
    padding: 20px;
  }

  .credit-list li img {
    width: 60px;
  }
}
/*----------------------------------
  アクセスブロック（下層）
----------------------------------*/
.page-access .access-flex {
  display: flex;
  gap: 2.5rem;
  align-items: stretch;
}

/* 画像側 */
.page-access .access-map {
  flex: 1 1 45%;
  margin: 0;
}

.page-access .access-map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.page-access .access-map figcaption {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: #7a6a5a;
}

/* 情報側 */
.page-access .access-info {
  flex: 1 1 50%;
  background: #f9f4ec;
  border-radius: 18px;
  padding: 1.8rem 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.page-access .access-intro {
  margin-bottom: 1.4rem;
  font-size: 1rem;
  color: #5b4a3b;
  line-height: 1.9;
}

/* 定義リスト */
.page-access .access-list {
  margin: 0;
  padding: 0;
}

.page-access .access-row {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0.6rem 1.2rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed #ddcbb5;
}

.page-access .access-row:last-child {
  border-bottom: none;
}

.page-access .access-row dt {
  font-weight: 700;
  font-size: 0.95rem;
  color: #7a5a2f;
}

.page-access .access-row dd {
  margin: 0;
  font-size: 0.95rem;
  color: #423731;
  line-height: 1.8;
}

/* 電話リンク強調 */
.page-access .access-tel {
  font-size: 1.1rem;
  font-weight: 700;
  color: #c85d5d;
  text-decoration: none;
}

.page-access .access-tel::before {
  content: "TEL：";
  font-weight: 400;
  color: #423731;
}

.page-access .access-tel:hover {
  text-decoration: underline;
}

/* Googleマップボタン */
.page-access .access-btn-area {
  margin-top: 1.6rem;
}

.page-access .access-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #c8a88b;
  background: #ffffff;
  font-size: 0.9rem;
  color: #7a5a2f;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.page-access .access-btn::after {
  content: "↗";
  font-size: 0.8rem;
}

.page-access .access-btn:hover {
  background: #f1e2d3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/*----------------------------------
  スマホ対応
----------------------------------*/
@media (max-width: 768px) {
  .page-access .access-flex {
    flex-direction: column;
  }

  .page-access .access-map,
  .page-access .access-info {
    flex: 1 1 100%;
  }

  .page-access .access-info {
    padding: 1.4rem 1.2rem;
    border-radius: 14px;
  }

  .page-access .access-row {
    grid-template-columns: 5rem 1fr;
  }

  .page-access .access-intro {
    font-size: 0.95rem;
  }
}
.under_main_bloc .access-block {
  background: none;
}
/* ============================
   お知らせ single ページ 全体
   ============================ */

/* 全体レイアウト */
.news-layout {
  padding: 60px 0 80px;
}

.news-layout__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
	display: flex;
	gap: 40px;
}

/* 上部：記事ヘッダー・本文枠 */
.news-header {
  margin-bottom: 40px;
}

/* メインカラム */
.news-main {
  flex: 1;
}

/* サイドバー */
.news-sidebar {
  width: 280px;
}

/* ============================
   記事本体
   ============================ */

.news-single {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 32px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

/* ヘッダー（日時・カテゴリ・タイトル） */
.news-single__head {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* 日付 */
.news-single__date {
  display: inline-block;
  font-size: 0.85rem;
  color: #888;
  margin-right: 12px;
}

/* カテゴリリスト */
.news-single__cats {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.news-single__cats-item a {
  display: inline-block;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #ddd;
  color: #555;
  text-decoration: none;
  background-color: #fafafa;
}

.news-single__cats-item a:hover {
  border-color: #ccc;
  background-color: #f3f3f3;
}

/* タイトル */
.news-single__title {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}

/* 本文 */
.news-single__content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
}

.news-single__content p {
  margin: 0 0 1.4em;
}

.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
  margin: 2.2em 0 0.8em;
  font-weight: 600;
}

.news-single__content h2 {
  font-size: 1.3rem;
  border-left: 4px solid #d4b06a; /* ゴールド系：サイトカラーに合わせて変更可 */
  padding-left: 10px;
}

.news-single__content h3 {
  font-size: 1.15rem;
}

.news-single__content h4 {
  font-size: 1.05rem;
}

.news-single__content ul,
.news-single__content ol {
  margin: 0 0 1.4em 1.3em;
}

/* 戻るボタン */
.news-single__back {
  margin-top: 32px;
  text-align: right;
}

.news-single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #d4b06a;
  color: #8b6a2e;
  background-color: #fffaf0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-single__back-link::before {
  content: "‹";
  font-size: 1.1em;
  line-height: 1;
}

.news-single__back-link:hover {
  background-color: #d4b06a;
  color: #fff;
  border-color: #d4b06a;
}

/* ============================
   サイドバー（ウィジェット）
   ============================ */

.news-sidebar .widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 18px 22px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.04);
  margin-bottom: 24px;
}

/* ウィジェットタイトル
   （functions.php の before_title = <div class="widget-title"> に対応） */
.news-sidebar .widget-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d4b06a;
  color: #333;
}

/* ウィジェット内のリスト共通 */
.news-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-sidebar .widget ul li {
  border-bottom: 1px solid #eee;
}

.news-sidebar .widget ul li:last-child {
  border-bottom: none;
}

.news-sidebar .widget ul li a {
  display: block;
  padding: 8px 2px;
  font-size: 0.9rem;
  color: #444;
  text-decoration: none;
  line-height: 1.6;
}

.news-sidebar .widget ul li a:hover {
  color: #8b6a2e;
}

/* 最近の投稿ウィジェットなどで日付が入る場合 */
.news-sidebar .widget_recent_entries .post-date {
  display: block;
  font-size: 0.75rem;
  color: #999;
}

/* テキストウィジェットなどの段落 */
.news-sidebar .widget p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 0.8em;
}

/* 検索フォーム（あれば） */
.news-sidebar .widget_search .search-form {
  display: flex;
  gap: 6px;
}

.news-sidebar .widget_search .search-field {
  flex: 1;
  padding: 6px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.news-sidebar .widget_search .search-submit {
  padding: 6px 10px;
  font-size: 0.85rem;
  border-radius: 4px;
  border: none;
  background-color: #d4b06a;
  color: #fff;
  cursor: pointer;
}

.news-sidebar .widget_search .search-submit:hover {
  opacity: 0.9;
}

/* ============================
   レスポンシブ
   ============================ */

@media (max-width: 959px) {
	.news-layout__inner {
    flex-direction: column;
  }

  .news-sidebar {
    width: 100%;
  }

  .news-single {
    padding: 24px 20px 32px;
  }
}

@media (max-width: 599px) {
  .news-layout {
    padding: 40px 0 60px;
  }

  .news-single__title {
    font-size: 1.35rem;
  }

  .news-single__head {
    padding-bottom: 16px;
  }

  .news-single__content {
    font-size: 0.9rem;
  }
}
/* ============================
   お知らせアーカイブ全体レイアウト
   ============================ */

.news-archive-layout {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
}

.news-archive-layout__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

/* メインカラム */
.news-archive-main {
  flex: 1;
}

/* サイドバー */
.news-archive-sidebar {
  width: 280px;
}

/* リード文 */
.news-archive__lead {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 20px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  padding: 16px 20px;
  background: #fff;
  border-radius: 6px;
}

/* ============================
   お知らせカード一覧
   ============================ */

.news-archive-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 1件分のカード */
.news-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 20px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* カード上部：日付＋カテゴリ */
.news-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 8px;
}

/* 日付 */
.news-card__date {
  font-size: 0.85rem;
  color: #888;
}

/* カテゴリ */
.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-card__cat {
  font-size: 0.8rem;
  padding: 3px 9px;
  border-radius: 999px;
  background-color: #fffaf0;
  border: 1px solid #d4b06a;
  color: #8b6a2e;
}

/* タイトル */
.news-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 6px 0 6px;
  line-height: 1.6;
}

/* 抜粋テキスト */
.news-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 10px;
}

/* 「詳しく見る」 */
.news-card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  color: #8b6a2e;
  font-weight: 500;
}

.news-card__more::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

/* ============================
   ページネーション
   ============================ */

.news-archive__pagination {
  margin-top: 24px;
  text-align: center;
}

/* デフォルトの the_posts_pagination に軽くスタイルを当てる */
.news-archive__pagination .navigation.pagination {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.news-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid transparent;
  color: #555;
}

.news-archive__pagination .page-numbers.current {
  background-color: #d4b06a;
  color: #fff;
  border-color: #d4b06a;
}

.news-archive__pagination .page-numbers:not(.current):hover {
  border-color: #d4b06a;
  color: #8b6a2e;
}

/* ============================
   サイドバー（共通ウィジェット）
   ============================ */

.news-archive-sidebar .widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 16px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  margin-bottom: 20px;
}

/* functions.php の before_title = <div class="widget-title"> に対応 */
.news-archive-sidebar .widget-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d4b06a;
  color: #333;
}

/* リスト */
.news-archive-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-archive-sidebar .widget ul li {
  border-bottom: 1px solid #eee;
}

.news-archive-sidebar .widget ul li:last-child {
  border-bottom: none;
}

.news-archive-sidebar .widget ul li a {
  display: block;
  padding: 7px 2px;
  font-size: 0.9rem;
  color: #444;
  text-decoration: none;
  line-height: 1.6;
}

.news-archive-sidebar .widget ul li a:hover {
  color: #8b6a2e;
}

/* ============================
   レスポンシブ
   ============================ */

@media (max-width: 959px) {
  .news-archive-layout__inner {
    flex-direction: column;
  }

  .news-archive-sidebar {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .news-archive-layout {
    padding: 40px 0 60px;
  }

  .news-archive__lead {
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .news-card {
    padding: 14px 14px 16px;
  }

  .news-card__title {
    font-size: 1rem;
  }

  .news-card__excerpt {
    font-size: 0.88rem;
  }
}
/* ============================
   中絶コラム single ページ
   ============================ */

/* 全体レイアウト */
.column-layout {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
}

.column-layout__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

/* メインカラム */
.column-main {
  flex: 1;
}

/* サイドバー */
.column-sidebar {
  width: 280px;
}

/* ============================
   記事本体
   ============================ */

.column-single {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 32px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

/* ヘッダー（日時・カテゴリ・タイトル） */
.column-single__head {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

/* 日付＋カテゴリ行 */
.column-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 8px;
}

/* 日付 */
.column-single__date {
  font-size: 0.85rem;
  color: #888;
}

/* カテゴリ */
.column-single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-single__cats-item a {
  display: inline-block;
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 999px;
  background-color: #fffaf0;
  border: 1px solid #d4b06a;
  color: #8b6a2e;
  text-decoration: none;
}

.column-single__cats-item a:hover {
  background-color: #d4b06a;
  color: #fff;
}

/* タイトル */
.column-single__title {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 600;
}

/* ============================
   本文（タイポグラフィ）
   ============================ */

.column-single__content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
}

.column-single__content p {
  margin: 0 0 1.5em;
}

/* aタグ */
.column-single__content a {
  color: #8b6a2e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.column-single__content a:hover {
  color: #b08a44;
}

/* ============================
   見出し（h2, h3, h4）
   ============================ */

/* セクション見出し h2 */
.column-single__content h2 {
  position: relative;
  margin: 2.4em 0 1.2em;
  padding: 0.4em 0.8em 0.4em 0.8em;
  font-size: 1.25rem;
  font-weight: 600;
  border-left: 4px solid #d4b06a;
  background: linear-gradient(to right, #fff8e6 0%, #ffffff 60%);
}

/* 小見出し h3 */
.column-single__content h3 {
  position: relative;
  margin: 2em 0 0.9em;
  padding-left: 1.1em;
  font-size: 1.1rem;
  font-weight: 600;
}

.column-single__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background-color: #d4b06a;
}

/* 小見出し h4 */
.column-single__content h4 {
  margin: 1.6em 0 0.6em;
  padding-left: 0.9em;
  font-size: 1rem;
  font-weight: 600;
  border-left: 2px solid #e0cf9d;
}

/* ============================
   リスト（ul / ol）
   ============================ */

/* ベース */
.column-single__content ul,
.column-single__content ol {
  margin: 0 0 1.5em 1.4em;
  padding: 0;
}

/* 箇条書き（ul） */
.column-single__content ul {
  list-style: none;
}

.column-single__content ul > li {
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 0.4em;
  line-height: 1.8;
}

.column-single__content ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4b06a;
  font-weight: 700;
}

/* 番号付き（ol） */
.column-single__content ol {
  list-style: none;
  counter-reset: num;
}

.column-single__content ol > li {
  position: relative;
  padding-left: 1.6em;
  margin: 0 0 0.4em;
  line-height: 1.8;
  counter-increment: num;
}

.column-single__content ol > li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4b06a;
  font-weight: 600;
  font-size: 0.95rem;
}

/* 入れ子リストの軽い調整 */
.column-single__content ul ul,
.column-single__content ol ol,
.column-single__content ul ol,
.column-single__content ol ul {
  margin-top: 0.3em;
  margin-bottom: 0.8em;
}

/* 引用（あれば） */
.column-single__content blockquote {
  margin: 1.8em 0;
  padding: 1em 1.2em;
  border-left: 4px solid #e0cf9d;
  background-color: #fffdf5;
  font-size: 0.92rem;
}

/* ============================
   戻るボタン
   ============================ */

.column-single__back {
  margin-top: 32px;
  text-align: right;
}

.column-single__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #d4b06a;
  color: #8b6a2e;
  background-color: #fffaf0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.column-single__back-link::before {
  content: "‹";
  font-size: 1.1em;
  line-height: 1;
}

.column-single__back-link:hover {
  background-color: #d4b06a;
  color: #fff;
}

/* ============================
   サイドバー（中絶コラムページ用）
   ============================ */

.column-sidebar .widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 16px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  margin-bottom: 20px;
}

/* functions.php の before_title = <div class="widget-title"> に対応 */
.column-sidebar .widget-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d4b06a;
  color: #333;
}

/* リスト */
.column-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-sidebar .widget ul li {
  border-bottom: 1px solid #eee;
}

.column-sidebar .widget ul li:last-child {
  border-bottom: none;
}

.column-sidebar .widget ul li a {
  display: block;
  padding: 7px 2px;
  font-size: 0.9rem;
  color: #444;
  text-decoration: none;
  line-height: 1.6;
}

.column-sidebar .widget ul li a:hover {
  color: #8b6a2e;
}

/* ============================
   レスポンシブ
   ============================ */

@media (max-width: 959px) {
  .column-layout__inner {
    flex-direction: column;
  }

  .column-sidebar {
    width: 100%;
  }

  .column-single {
    padding: 24px 20px 32px;
  }
}

@media (max-width: 599px) {
  .column-layout {
    padding: 40px 0 60px;
  }

  .column-single__title {
    font-size: 1.4rem;
  }

  .column-single__content {
    font-size: 0.9rem;
  }
}
/* ============================
   中絶手術コラム アーカイブ全体
   ============================ */

.column-archive-layout {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
}

.column-archive-layout__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

/* メインカラム */
.column-archive-main {
  flex: 1;
}

/* サイドバー */
.column-archive-sidebar {
  width: 280px;
}

/* リード文 */
.column-archive__lead {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 20px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  padding: 16px 20px;
  background: #fff;
  border-radius: 6px;
}

/* ============================
   コラムカード一覧
   ============================ */

.column-archive-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 1件分のカード */
.column-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 20px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.column-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.column-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* カード上部：日付＋カテゴリ */
.column-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 8px;
}

/* 日付 */
.column-card__date {
  font-size: 0.85rem;
  color: #888;
}

/* カテゴリ */
.column-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-card__cat {
  font-size: 0.8rem;
  padding: 3px 9px;
  border-radius: 999px;
  background-color: #fffaf0;
  border: 1px solid #d4b06a;
  color: #8b6a2e;
}

/* タイトル */
.column-card__title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 6px 0 6px;
  line-height: 1.6;
}

/* 抜粋テキスト */
.column-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 10px;
}

/* 「詳しく読む」 */
.column-card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  color: #8b6a2e;
  font-weight: 500;
}

.column-card__more::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

/* ============================
   ページネーション
   ============================ */

.column-archive__pagination {
  margin-top: 24px;
  text-align: center;
}

/* the_posts_pagination の装飾 */
.column-archive__pagination .navigation.pagination {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.column-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid transparent;
  color: #555;
}

.column-archive__pagination .page-numbers.current {
  background-color: #d4b06a;
  color: #fff;
  border-color: #d4b06a;
}

.column-archive__pagination .page-numbers:not(.current):hover {
  border-color: #d4b06a;
  color: #8b6a2e;
}

/* ============================
   サイドバー（ウィジェット）
   ============================ */

.column-archive-sidebar .widget {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 16px 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  margin-bottom: 20px;
}

/* functions.php の before_title = <div class="widget-title"> に対応 */
.column-archive-sidebar .widget-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d4b06a;
  color: #333;
}

/* リスト */
.column-archive-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-archive-sidebar .widget ul li {
  border-bottom: 1px solid #eee;
}

.column-archive-sidebar .widget ul li:last-child {
  border-bottom: none;
}

.column-archive-sidebar .widget ul li a {
  display: block;
  padding: 7px 2px;
  font-size: 0.9rem;
  color: #444;
  text-decoration: none;
  line-height: 1.6;
}

.column-archive-sidebar .widget ul li a:hover {
  color: #8b6a2e;
}

/* ============================
   レスポンシブ
   ============================ */

@media (max-width: 959px) {
  .column-archive-layout__inner {
    flex-direction: column;
  }

  .column-archive-sidebar {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .column-archive-layout {
    padding: 40px 0 60px;
  }

  .column-archive__lead {
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .column-card {
    padding: 14px 14px 16px;
  }

  .column-card__title {
    font-size: 1.02rem;
  }

  .column-card__excerpt {
    font-size: 0.88rem;
  }
}
/* ==========================================
   Contact Form 7 ベース装飾（予約ページ用）
   ページ側：<section class="page-content page-reserve"> を想定
========================================== */

/* --- CF7 全体の枠 --- */
.page-reserve .wpcf7 {
  margin-top: 1.6rem;
}

.page-reserve .wpcf7-form {
  margin: 0;
}

/* --- リード文（テキストはそのまま流用想定） --- */
.reserve-lead {
  margin-bottom: 2.4rem;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #5a4a42;
}
.reserve-lead p + p {
  margin-top: 0.4rem;
}

/* 必須マーク */
.reserve-mark {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  border-radius: 4px;
  background: #ffefef;
  color: #c95866;
  border: 1px solid #f3b6c0;
  vertical-align: middle;
}

/* =========================
   フォーム全体の箱
========================= */
.reserve-block {
  margin-bottom: 4rem;
  padding: 2.4rem 2rem;
  background: #f9f4ec;
  border-radius: 16px;
  border: 1px solid #e6d9c9;
}

/* 各項目ブロック（CF7の段落やdivをこのクラスで囲む） */
.reserve-item {
  padding: 1.2rem 1.4rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee2d6;
  margin-bottom: 1rem;
}

/* ラベル行（項目名＋必須マーク） */
.reserve-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
  color: #4a3e34;
  font-size: 0.98rem;
}

/* CF7 デフォルト label の調整（必要なら） */
.reserve-item label {
  font-weight: 400;
  font-size: 0.9rem;
}

/* =========================
   入力フィールド共通
========================= */
.page-reserve .wpcf7-form input[type="text"],
.page-reserve .wpcf7-form input[type="email"],
.page-reserve .wpcf7-form input[type="tel"],
.page-reserve .wpcf7-form input[type="number"],
.page-reserve .wpcf7-form input[type="date"],
.page-reserve .wpcf7-form select,
.page-reserve .wpcf7-form textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  border: 1px solid #d8cbbd;
  font-size: 0.95rem;
  box-sizing: border-box;
  background: #fff;
}

.page-reserve .wpcf7-form input[type="text"]:focus,
.page-reserve .wpcf7-form input[type="email"]:focus,
.page-reserve .wpcf7-form input[type="tel"]:focus,
.page-reserve .wpcf7-form input[type="number"]:focus,
.page-reserve .wpcf7-form input[type="date"]:focus,
.page-reserve .wpcf7-form select:focus,
.page-reserve .wpcf7-form textarea:focus {
  outline: none;
  border-color: #c8a88b;
  box-shadow: 0 0 0 1px rgba(200,168,139,0.25);
}

/* テキストエリア */
.page-reserve .wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* 補助ラベル（姓/名など）用 */
.reserve-field label {
  display: block;
  font-size: 0.8rem;
  color: #7a6a5a;
  margin-bottom: 0.25rem;
}

/* =========================
   グリッドレイアウト（名前・日付など）
========================= */
.reserve-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0.8rem 1rem;
}

.reserve-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0.8rem;
}

.reserve-field {
  margin-bottom: 0.6rem;
}

/* 年齢・回数・日付の「単位」付き */
.reserve-age,
.reserve-date .reserve-field {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.reserve-unit {
  font-size: 0.85rem;
  color: #7a6a5a;
}

/* 確認用メール行など */
.reserve-field--confirm {
  margin-top: 0.4rem;
}

/* =========================
   ラジオ・チェックボックス
========================= */

/* CF7のリストアイテム行 */
.page-reserve .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 1.2rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: #5a4a42;
}

.page-reserve .wpcf7-list-item input[type="radio"],
.page-reserve .wpcf7-list-item input[type="checkbox"] {
  margin-right: 0.3rem;
}

/* ラジオのまとまり（午前/午後・既婚/未婚など） */
.reserve-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin-top: 0.3rem;
}

/* =========================
   希望日ブロックなどの補足
========================= */
.reserve-date-block {
  margin-top: 0.4rem;
}

.reserve-note {
  font-size: 0.82rem;
  color: #8b7a68;
  margin-top: 0.6rem;
}

/* =========================
   送信ボタン（CF7）
========================= */
.page-reserve .wpcf7-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 3.4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #ffb8b2 0%, #ff9ca0 50%, #ff8a8d 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 6px 14px rgba(255,138,141,0.32);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.page-reserve .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.95;
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(255,138,141,0.26);
}

.page-reserve .wpcf7-form .wpcf7-submit:active {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(255,138,141,0.18);
}

/* 送信ボタン周りを中央寄せしたいとき */
.reserve-submit {
  margin-top: 1.8rem;
  text-align: center;
}

/* CF7 ローディングスピナー（お好みで非表示） */
.page-reserve .wpcf7-spinner {
  margin-left: 0.8rem;
}

/* =========================
   エラー・メッセージ表示
========================= */

/* 各フィールドのエラーメッセージ */
.page-reserve .wpcf7-not-valid-tip {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #c95866;
}

/* 入力エラーがあるフィールドの枠 */
.page-reserve .wpcf7-form input.wpcf7-not-valid,
.page-reserve .wpcf7-form textarea.wpcf7-not-valid,
.page-reserve .wpcf7-form select.wpcf7-not-valid {
  border-color: #c95866;
  background: #fff5f6;
}

/* 送信後メッセージ */
.page-reserve .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

/* 成功 / 失敗 / バリデーションエラー色など */
.page-reserve .wpcf7-form.sent .wpcf7-response-output {
  border-color: #6bbf7c;
  background: #f0fbf3;
  color: #356a40;
}

.page-reserve .wpcf7-form.failed .wpcf7-response-output,
.page-reserve .wpcf7-form.aborted .wpcf7-response-output {
  border-color: #d96a6a;
  background: #fff5f5;
  color: #8a2f2f;
}

.page-reserve .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #e1a85f;
  background: #fff8ec;
  color: #7b4d10;
}

/* =========================
   その他の予約方法ブロック
========================= */

.reserve-other {
  margin-bottom: 4rem;
}

.reserve-other-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.8rem;
  margin-top: 1.6rem;
}

.reserve-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #eadfce;
  padding: 1.8rem 1.6rem 1.9rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.reserve-card__ttl {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  color: #4a3e34;
}

.reserve-card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #5a4a42;
}

/* 電話部分 */
.reserve-tel {
  margin-top: 1rem;
}

.reserve-tel__label {
  display: block;
  font-size: 0.8rem;
  color: #7a6a5a;
  margin-bottom: 0.2rem;
}

.reserve-tel__num {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #c25765;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: #fff5f6;
}
.reserve-tel__num:hover {
  text-decoration: underline;
}

/* LINE予約部分 */
.reserve-line {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  margin-top: 1rem;
}

.reserve-line__qr img {
  width: 120px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.reserve-line__ttl {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.reserve-line__list {
  padding-left: 1.1rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 1024px) {
  .reserve-block {
    padding: 2rem 1.4rem;
  }
}

@media (max-width: 768px) {
  .reserve-block {
    padding: 1.6rem 1.1rem;
  }

  .reserve-item {
    padding: 1rem 0.9rem;
  }

  .reserve-grid-2,
  .reserve-grid-3 {
    grid-template-columns: 1fr;
  }

  .reserve-other-grid {
    grid-template-columns: 1fr;
  }

  .reserve-line {
    flex-direction: column;
  }

  .reserve-line__qr img {
    width: 140px;
  }

  .page-reserve .wpcf7-form .wpcf7-submit {
    width: 100%;
    max-width: 320px;
  }
}
/* ================================
   予約フォーム（mousikomi テーブル）
================================ */


/* テーブル全体 */
table.mousikomi {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem auto 3rem;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e6d9c9;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    max-width: 1200px;
}

/* 行 */
table.mousikomi tr {
  border-bottom: 1px solid #f0e4d6;
}
table.mousikomi tr:last-child {
  border-bottom: none;
}

/* 左側（項目名） */
table.mousikomi td.yoyaku {
  width: 28%;
  background: #f9f4ec;
  padding: 1rem 1.2rem;
  vertical-align: top;
  border-right: 1px solid #e6d9c9;
}

/* 右側（入力欄） */
table.mousikomi td:not(.yoyaku) {
  padding: 1rem 1.2rem;
}

/* ラベル文字 */
table.mousikomi .b {
  font-weight: 700;
  font-size: 0.98rem;
  color: #4a3e34;
  line-height: 1.6;
}

/* 必須マーク */
table.mousikomi .sankou {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.75rem;
  border-radius: 999px;
  background: #ffefef;
  color: #c95866;
  border: 1px solid #f3b6c0;
  vertical-align: middle;
}

/* ================================
   入力フィールド（CF7）
================================ */

.mousikomi input[type="text"],
.mousikomi input[type="email"],
.mousikomi input[type="tel"],
.mousikomi input[type="number"],
.mousikomi input[type="date"],
.mousikomi select,
.mousikomi textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  border: 1px solid #d8cbbd;
  font-size: 0.95rem;
  color: #4c4540;
  background: #fff;
}

.mousikomi textarea {
  min-height: 140px;
  resize: vertical;
}

/* プレースホルダー */
.mousikomi input::placeholder,
.mousikomi textarea::placeholder {
  color: #b3a79b;
}

/* フォーカス */
.mousikomi input:focus,
.mousikomi select:focus,
.mousikomi textarea:focus {
  outline: none;
  border-color: #c8a88b;
  box-shadow: 0 0 0 1px rgba(200,168,139,0.22);
}

/* 「〜回」「歳」など、テキストが後ろに来る行の微調整 */
.mousikomi td:not(.yoyaku) > * {
  vertical-align: middle;
}
.mousikomi td:not(.yoyaku) input[type="text"] {
  max-width: 200px;
  display: inline-block;
}

/* ラジオ（既婚/未婚、午前/午後） */
.mousikomi .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 1.4rem;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  color: #5a4a42;
}
.mousikomi .wpcf7-list-item input[type="radio"] {
  margin-right: 0.35rem;
}

/* ================================
   チェックボックス（内容確認）
================================ */

.contact-check .wpcf7-list-item {
	display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #5a4a42;
}

.contact-check .wpcf7-list-item input[type="checkbox"] {
  margin-top: 0.2rem;
}

/* チェックボックス行の背景を少し強調 */
.contact-check .wpcf7-list-item-label {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  background: #fff8f1;
}

/* ================================
   送信ボタン
================================ */

#mail_submit2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 3.4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #ffb8b2 0%, #ff9ca0 50%, #ff8a8d 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 6px 14px rgba(255,138,141,0.32);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

#mail_submit2:hover {
  opacity: 0.95;
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(255,138,141,0.26);
}

#mail_submit2:active {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(255,138,141,0.18);
}

/* ボタン行中央寄せ */
#mail_submit2,
#mail_submit2:focus {
  outline: none;
}
p .b #mail_submit2 {
  /* 念のための保険。必要なければ削除OK */
}
p.center {
  font-size: 0.85rem;
  color: #7a6a5a;
  margin-top: 0.5rem;
}

/* ================================
   CF7 エラー表示
================================ */

.mousikomi .wpcf7-not-valid-tip {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #c95866;
}

.mousikomi input.wpcf7-not-valid,
.mousikomi textarea.wpcf7-not-valid,
.mousikomi select.wpcf7-not-valid {
  border-color: #c95866;
  background: #fff5f6;
}
.contact_bottom {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
/* ================================
   レスポンシブ（スマホ）
================================ */

@media (max-width: 768px) {

  table.mousikomi {
    border-radius: 12px;
    margin: 1.5rem 0 2.5rem;
  }

  /* 行・セルを縦並びに */
  table.mousikomi,
  table.mousikomi tr,
  table.mousikomi td {
    display: block;
    width: 100%;
  }

  table.mousikomi td.yoyaku {
    border-right: none;
    border-bottom: none;
    padding: 0.9rem 1rem 0.3rem;
  }

  table.mousikomi td:not(.yoyaku) {
    padding: 0.3rem 1rem 1rem;
  }

  /* テキストフィールドを全幅に */
  .mousikomi td:not(.yoyaku) input[type="text"],
  .mousikomi td:not(.yoyaku) input[type="email"],
  .mousikomi td:not(.yoyaku) input[type="tel"],
  .mousikomi td:not(.yoyaku) input[type="number"] {
    max-width: 100%;
  }

  /* 希望日のラジオボタンなどが折り返しやすいように */
  .mousikomi .wpcf7-list-item {
    margin-right: 1rem;
  }

  /* チェックボックスの説明を少し広めに */
  .contact-check .wpcf7-list-item-label {
    padding: 0.7rem 0.9rem;
  }

  /* 送信ボタンを横幅広めに */
  #mail_submit2 {
    width: 100%;
    max-width: 320px;
  }

  p.center {
    text-align: center;
  }
}
/* ======全体（UL）====== */
.liststyle {
  margin: 1.8em 0;
  padding: 1.2em 1.4em;
  list-style: none;
  background: #fff7f9; /* やわらかいピンク背景 */
  border: 1px solid #f5dde3; /* 薄ピンクベージュ枠 */
  border-radius: 10px;
}

/* ======各項目（LI）====== */
.liststyle li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.9em;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #5e4a4a;  /* 少し落ち着いたブラウンで視認性UP */
}

.liststyle li:last-child {
  margin-bottom: 0;
}

/* ======カスタム丸（ピンク×ベージュ）====== */
.liststyle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: #e6b7c4;  /* ピンクベージュ */
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fceef2; /* ふわっとした外側の淡ベール */
}

/* ======スマホ最適化====== */
@media screen and (max-width: 767px) {
  .liststyle {
    padding: 1.1em 1.2em;
  }

  .liststyle li {
    font-size: 0.9rem;
    line-height: 1.85;
  }
}

/* =====================================
   中絶同意書Q&Aブロック
===================================== */

/* Q&A全体（2カラム → SPで1カラム） */
.consent-qa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
  margin: 2.5rem 0 3rem;
}

/* 各Q&Aカード */
.consent-qa__item {
  background: #f9f4ec;
  border: 1px solid #e4d6c4;
  border-radius: 14px;
  padding: 1.6rem 1.8rem 1.9rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  position: relative;
}

/* 上部の小ラベル（成人女性／未成年） */
.consent-qa__label span {
  display: inline-block;
  padding: 0.2rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #7b6250;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e0cbb1;
}

/* 質問見出し（under_h3 と組み合わせ） */
.consent-qa__question {
  margin-top: 0.8rem;
  margin-bottom: 0.9rem;
  font-size: 1.02rem;
}

/* 本文 */
.consent-qa__item p {
  font-size: 0.96rem;
  line-height: 1.9;
  color: #4f443a;
}

/* 補足（注釈） */
.consent-qa__note {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  color: #8a7a6a;
}

/* =====================================
   保管期限・偽造について
===================================== */

.consent-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.8rem;
  margin-bottom: 3rem;
}

/* 共通カード */
.consent-info__card {
  background: #ffffff;
  border: 1px solid #e4d6c4;
  border-radius: 14px;
  padding: 1.7rem 1.8rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* 見出し（under_h3と併用） */
.consent-info__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.02rem;
  margin-bottom: 0.9rem;
}

/* 注意カード（偽造について）だけ色を強めに */
.consent-info__card--alert {
  background: #fff5f5;
  border-color: #f0b7bf;
}

.consent-info__card--alert .consent-info__title {
  color: #c54a58;
}

.consent-info__card--alert .consent-info__title i {
  color: #e06774;
}

/* 本文 */
.consent-info__card p {
  font-size: 0.96rem;
  line-height: 1.9;
  color: #4f443a;
}

/* =====================================
   レスポンシブ
===================================== */
@media (max-width: 768px) {
  .consent-qa__item {
    padding: 1.4rem 1.2rem 1.6rem;
  }

  .consent-info {
    grid-template-columns: 1fr;
  }

  .consent-info__card {
    padding: 1.5rem 1.3rem 1.6rem;
  }
}
