@charset "UTF-8";
/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP',sans-serif;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}
ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
	font-family: "NotoSans_M";
	color:#000;
	min-width: 100%;
	max-width: 100%;
	scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
p{
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
* { 
margin: 0px; 
padding: 0px; 
}
img {
	border: 0;
}

.content{
	margin-top:90px;
	width:100%;
}
.content p{
	margin-bottom: 20px;
}
/**** アニメーション　****/
.animatable {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate {
  opacity: 1;
  transform: translateY(0);
}


/*****　ヘッダー ****/
.fixed-header {
	position: fixed;
	top: 0;  
	width: 100%;
	height: 55px;
	color: #fff;
	background: white;
	box-sizing: border-box;
	transition: 1s;
	z-index: 10;
	line-height: 100px;
}
.fixed-header .logo img{
	margin:8px 30px 8px 8px;
	display: block;
	width:200px;
	height: auto;
	float:left;
}
.fixed-header .nav,
.fixed-header .tel{
	display: none;
}


/***　ぱんくずナビゲーション　***/
.pannav{
	margin-top:100px;
	line-height: 40px;
	font-size:11px;
	border-bottom:1px solid #dadada;
}
.pannav ol{
	margin:0 0 0 40px;
	list-style: none;
}
.pannav ol li{
	font-size:11px;
	float:left;
}
.pannav ol li::after{
	content: ">";
	margin:0 5px;

}
.pannav ol li:last-child::after{
	content: "";
}
.pannav ol li a{
	color:#333;
}

.main_kyotsu{
	width:860px;
	margin:160px auto 0 auto;
}
.container{
	width:100%;
	margin:0 auto 0 auto;
}
.container_sub{
	width:100%;
	margin:0 auto 0 auto;
}

/**共通スタイル*/
/* =============================
   content-pair（テキスト＋画像）基本構造
============================= */
.content-pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
}

.content-pair__text,
.content-pair__text_l{
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.8;
  padding: 0 20px;
  order: 2;
}
.content-pair__text_l{
	box-sizing: border-box;
	margin-left: 0;
    width: 100% !important;
    flex: none;
}
.content-pair__text_l p {
	margin-bottom: 20px;
}
.content-pair__text_l p span{
	font-weight: 700;
	font-size: 18px ;
	line-height:2;
}

.content-pair__image {
  width: 100%;
  order: 1;
  padding: 0 20px;
}

.content-pair__image img {
  width: 100%;
  height: auto;
  /*border-radius: 4px;*/
}

/* =============================
   content-pair-bg（背景付き）構造
============================= */
.overview-bg {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.content-pair-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.content-pair-bg__text {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  order: 2;
  padding: 0 20px;
}

.content-pair-bg__text h3 {
  font-family: 'YuMincho', '游明朝体', serif;
  font-size: 1.4rem;
  color: #40220F;
  margin-bottom: 1rem;
  text-align: center;
}

.content-pair-bg__text p {
  line-height: 1.8;
}

.content-pair-bg__image {
  width: 100%;
  order: 1;
  padding: 0;
}

.content-pair-bg__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
  .content-pair,
  .content-pair-bg {
    flex-direction: column;
    text-align: center;
  }

  .content-pair__image,
  .content-pair-bg__image {
    order: -1;
  }

  .content-pair__text,
  .content-pair-bg__text {
    margin-top: 20px;
	text-align: left;
  }

.content-pair-bg__text ul li{
	line-height:1.8;
}


img.sche_tel{
	width: 240px;
	margin: 0 auto 0 calc(50% - 120px - 20px);
	display: block;
}


h2.section-title {
  font-family: 'YuMincho', '游明朝体', serif;
  color: #40220F;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
}

h2.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #2EA5D5;
  margin: 10px auto 0;
}
h2 span {
	font-size: 16px;
	display: block;
}
/*title*/
.bg_subtitle{
	overflow: hidden;
    position: relative;
    text-align: center;
    background: #76b8bf;
    background: url(../../images/common/bg_title.png) no-repeat center / cover;
	height: 120px;
}
.bg_subtitle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}
h2.title01{
	font-size: 24px;
	color: #40220F;
	text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.25;
    z-index: 1;
}
h3.line01{
    font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    color: #40220F;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: 1.8em;
    margin-bottom: 1.2em;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #2EA5D5;
    position: relative;
    padding-left: 26px;
}

h3.line01:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: auto;
    top: 0.5em;
    bottom: auto;
    background: #2EA5D5;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}
h4{
	margin-bottom:20px;
}



/*kesu*/
h2.line{
	width:709px;
	margin:0 auto;
	height:80px;
	border-top:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	line-height: 80px;
	font-size:20px;
	text-align: center;
}
h2.line img{
	margin-top:20px;
}
h2.under_line,.h3.under_line{
	font-family: 'Shippori Mincho B1', serif;
	font-size:20px;
	font-weight: 500;
	letter-spacing: 3px;
    border-bottom: 1px solid #333;
    display: inline-block;
}
h3.under_line span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
a.line_link{
	position:relative;
	color:#333;
	padding: 13px 0 0 65px;
	display:block;
	text-decoration: none;
	outline: none;
	width:170px;
	font-size: 13px !important;;
	height:30px;
	line-height: 30px;
	box-sizing: border-box;
	margin:0 auto ;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
a.line_link2{
	position:absolute;
	color:#333;
	padding: 15px 0 0 35px;
	display:block;
	text-decoration: none;
	outline: none;
	width:155px;
	font-size: 13px !important;;
	height:30px;
	line-height: 30px;
	box-sizing: border-box;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	top:0;
	right:0;
	float:right;
}


/* -------- ハンバーガー -------- */
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border: 0;
  background: #472614;
  color: #fff;
  padding: 8px 10px;
  z-index: 15;
  cursor: pointer;
}
.hamburger__bar {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.hamburger__label {
  font-size: 12px;
  line-height: 1;
  margin-top: 2px;
}

/* -------- ドロワー（枠組み） -------- */
.drawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
}
.drawer[aria-hidden="false"] {
  pointer-events: auto;
}

.drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(84vw, 380px);
  background: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 2;
  
  /* フレックス配置で中身だけスクロール */
  display: flex;
  flex-direction: column;
  overflow: hidden; 
}

.drawer[aria-hidden="false"] .drawer__panel {
  transform: translateX(0);
}

.drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 1;
}
.drawer[aria-hidden="false"] .drawer__backdrop {
  opacity: 1;
  pointer-events: auto;
}

/* -------- ドロワー内：1. 固定ヘッダー部分 -------- */
.drawer__header {
  flex: 0 0 auto; /* 高さを固定 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 10;
}

.drawer__logo img {
  height: 36px;
  width: auto;
  display: block;
}

/* 閉じるボタン */
.drawer__close {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ×印のデザイン */
.drawer__close:before,
.drawer__close:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #40220F; 
  transform-origin: center;
}
.drawer__close:before {
  transform: rotate(45deg);
}
.drawer__close:after {
  transform: rotate(-45deg);
}


/* -------- ドロワー内：2. スクロールコンテンツ部分 -------- */
.drawer__content {
  flex: 1 1 auto; /* 残りの高さを埋める */
  overflow-y: auto; /* ここだけスクロール */
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

/* -------- メニューリスト & アコーディオン -------- */
.drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ◆第1階層の設定
  ・リンク (.menu-link)
  ・アコーディオン親 (.accordion-header)
*/
.menu-link,
.accordion-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between; /* 文字とアイコンを両端に配置 */
  width: 100%;
  padding: 16px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  list-style: none;
  background: #2EA5D5; /* 水色背景 */
  line-height: 1.6;
}

/* summaryのデフォルトアイコン削除 */
.accordion-header::-webkit-details-marker {
  display: none;
}

/* ホバー効果 */
.menu-link:hover,
.accordion-header:hover {
  background-color: #2EA5D5;
  opacity: 0.9;
}


/* --- アイコン設定エリア --- */

/* 1. 第1階層リンク（ホームなど）のアイコン：白の矢印 */
.menu-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;  /* 白 */
  border-right: 2px solid #fff; /* 白 */
  transform: rotate(45deg);
  margin-right: 6px; /* 位置調整 */
}


/* 2. アコーディオン開閉ボタン（＋） */
.accordion-header::after {
  content: "＋";
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  width: 20px; /* 幅固定で中心を揃える */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 開いている時（－） */
details[open] .accordion-header::after {
  content: "－";
}
details[open] .accordion-header {
  background-color: #2EA5D5;
}


/* ◆第2階層（サブメニュー）の設定 
*/
.accordion-content {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
}
.accordion-content li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* サブメニューのリンク */
.accordion-content li a {
  display: flex; /* Flexboxでアイコン配置 */
  align-items: center;
  justify-content: space-between; /* 左右配置 */
  
  padding: 14px 20px 14px 35px; /* 左インデント */
  color: #40220F;
  font-size: 14px;
  text-decoration: none;
  background: #F3FAFC;
  line-height: 1.6;
}
.accordion-content li a:hover {
  text-decoration: underline;
}

/* 3. 第2階層リンクのアイコン：茶色の矢印 */
.accordion-content li a::after {
  content: "";
  display: block;
  width: 6px; /* 少し小さめに */
  height: 6px;
  border-top: 2px solid #40220F; /* 文字色に合わせた茶色 */
  border-right: 2px solid #40220F;
  transform: rotate(45deg);
  margin-right: 6px; 
}


/* -------- 連絡先（メニュー内埋め込み版） -------- */
.drawer__contact-item {
  background: #fff;
  margin-top: 0;
  list-style: none;
}
.drawer__contact-item a.tel-link {
  display: block;
  padding: 25px 15px;
  text-align: center;
  color: #5baad8;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.drawer__contact-item a.tel-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.drawer__contact-item .tel-sub {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-weight: normal;
}
.drawer__contact-item img.h-tel_bn {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 0 0 20px;
}

/* -------- 動き抑制 -------- */
@media (prefers-reduced-motion: reduce) {
  .drawer__panel,
  .drawer__backdrop {
    transition: none;
  }
}

/* -------- 連絡先（メニュー内埋め込み版） -------- */
.drawer__contact-item {
  background: #fff;
  margin-top: 0;
  list-style: none;
}
.drawer__contact-item a.tel-link {
  display: block;
  padding: 25px 15px;
  text-align: center;
  color: #5baad8;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.drawer__contact-item a.tel-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.drawer__contact-item .tel-sub {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-weight: normal;
}
.drawer__contact-item img.h-tel_bn {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 0 0 20px;
}

/* -------- 動き抑制 -------- */
@media (prefers-reduced-motion: reduce) {
  .drawer__panel,
  .drawer__backdrop {
    transition: none;
  }
}
/* ---- TELリンク強制有効化 ---- */
.drawer__contact-item a.tel-link,
.drawer__contact-item a.tel-link * {
  pointer-events: auto !important;
}

/* =========================================
   layout.css 拡張：共通ユーティリティ＆レイアウト
   - 1440pxデザイン基準／本文コンテンツ横幅1100px
   - 768px以下でレスポンシブ
   - 命名は流用前提：l-=layout, u-＝utility
========================================= */

/* -----------------------------
   コンテナ（横幅・左右余白）
----------------------------- */
.u-max-1100,.u-max-1440 { width:100%; margin: 0 auto; padding: 0 20px; }

/* 既存の .w1100 を拡張的に扱いたい場合は u-max-1100 を併用 */
.w1100.u { padding-left: 20px; padding-right: 20px; }

/* -----------------------------
   セクション間マージン（縦リズム）
----------------------------- */
.section { padding: 80px 0; }
.section--tight { padding: 50px 0; }
.section--loose { padding: 120px 0; }

/* 背景ありセクション（色はcommon.cssで統一管理のため無彩色） */
.bg_bge { background: #F7F7F4; }
.bg_thingr { background: #F5F5F5; }
.bg_sblue { background: #F3FAFC; }


/* 区切り線 */
.section__divider { height: 1px; background: #e8e8e8; margin: 60px 0; }

/* -----------------------------
   行レイアウト（左右並びの汎用）
   - 画像＋テキスト等に使用
----------------------------- */
.l-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.l-row--top { align-items: flex-start; }
.l-row--bottom { align-items: flex-end; }
.l-row--reverse { flex-direction: row-reverse; }

/* カラム（左右） */
.l-row__media { flex: 1 1 50%; }
.l-row__body  { flex: 1 1 50%; }

/* 画像の標準スタイル */
.l-row__media img { width: 100%; height: auto; display: block; border-radius: 4px; }

/* 説明文の標準タイポ設定（本文はNoto Sans / 見出しは游明朝） */
.l-row__body { color: #333; line-height: 1.9; font-family: 'Noto Sans JP', sans-serif; }
.l-row__body h3 { font-family: 'YuMincho', '游明朝体', serif; font-size: 1.6rem; color: #40220F; margin-bottom: 12px; }

/* -----------------------------
   グリッド（カードやサービス一覧）
----------------------------- */
.l-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.l-grid--3 { grid-template-columns: repeat(3, 1fr); }
.l-grid--2 { grid-template-columns: repeat(2, 1fr); }
.l-grid--1 { grid-template-columns: 1fr; }

/* -----------------------------
   ユーティリティ（余白・整列）
----------------------------- */
.u-mt-0{margin-top:0!important;} .u-mt-20{margin-top:20px!important;} .u-mt-40{margin-top:40px!important;} .u-mt-60{margin-top:60px!important;}
.u-mb-0{margin-bottom:0!important;} .u-mb-20{margin-bottom:20px!important;} .u-mb-40{margin-bottom:40px!important;} .u-mb-60{margin-bottom:60px!important;}
.u-pt-0{padding-top:0!important;} .u-pt-20{padding-top:20px!important;} .u-pt-40{padding-top:40px!important;} .u-pt-60{padding-top:60px!important;}
.u-pb-0{padding-bottom:0!important;} .u-pb-20{padding-bottom:20px!important;} .u-pb-40{padding-bottom:40px!important;} .u-pb-60{padding-bottom:60px!important;}

.u-center { text-align: center!important; }
.u-right  { text-align: right!important; }

/* ボックスの角丸・影（必要時のみ使用） */
.u-rounded { border-radius: 8px; }
.u-shadow  { box-shadow: 0 8px 24px rgba(0,0,0,.06); }

/* -----------------------------
   テーブル（診療時間など）
----------------------------- */
.table-basic { width: 100%; border-collapse: collapse; font-family: 'Noto Sans JP', sans-serif; color: #333; }
.table-basic th, .table-basic td { padding: 12px 16px; border-bottom: 1px solid #e5e5e5; text-align: center; }
.table-basic thead th { font-weight: 700; color: #40220F; }



/* -----------------------------
   レスポンシブ（<=768px）
----------------------------- */
@media (max-width: 768px) {
  .section { padding: 50px 0; }
  .l-row { flex-direction: column; gap: 20px; }
  .l-row--reverse { flex-direction: column; }
  .l-row__media, .l-row__body { flex-basis: auto; width: 100%; }

  .l-grid { grid-template-columns: 1fr; gap: 16px; }
  .l-grid--2, .l-grid--3, .l-grid--4 { grid-template-columns: 1fr; }

  .u-max-1100, .u-max-1440 { padding-left: 16px; padding-right: 16px; }
}



/*診療内容*/
/* サービスボックスのリスト全体 - スマホ版：縦並び */
    #service {
        padding: 80px 0;
        background: url(../../images/common/bg_service.png) no-repeat center top;
        background-size: cover;
    }

.service-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin: 50px auto;
	width: 100%;
	padding: 0 20px;
}

/* ボックス共通 - スマホ版：幅を調整 */
.service-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 350px;
	min-height: 280px;
	padding: 25px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	text-decoration: none;
	color: #333;
	transition: 0.3s;
	box-sizing: border-box;
}

.service-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

/* アイコン - スマホ版：サイズ調整 */
.service-box .icon{
	text-align: center;
}
.service-box .icon img {
        width: 200px;
        max-width: 100%;
        margin: 0 auto 15px;
}

/* タイトル - スマホ版：サイズ調整 */
.service-box h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #0077B6;
	text-align: center;
}

/* テキスト - スマホ版：サイズ調整 */
.service-box p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 15px;
}

/* 詳細リンク */
.service-box .more {
	font-size: 14px;
	color: #0077B6;
	margin-top: auto;
	display: inline-block;
	text-align: right;
}



/* =========================
   Footer
   ========================= */
#footer{
  width: 100%;
  background:#f5f5f5;
  font-size:17px;
  line-height:1.8;
  padding: 40px 20px 10px;
  margin-top: 40px;
}

#footer .footer-inner{
	width: 90%;
	margin:0 auto;
}
#footer .footer-fl{
  width:240px;
  text-align: center;
  margin: 0 auto;
}

#footer .sitemap{
  display: none;
}

#footer .footer-logo{
  width:240px;   /* 指定どおり固定 */
  height:auto;
}

#footer .footer-tel{
  max-width:240px;  
  width:100%;
  height:auto;
}

/* サイトマップ行 */
#footer .footer-content {
}

#footer .sitemap{
  display: none;
}

/* コピーライト */
#footer .copyright{
  text-align:center;
  padding:10px 16px 0;
  margin:0;
  color:#40220F;
  font-size:12px;
}


/*歴史テーブル*/
/*
  .history th, .history td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    padding: 14px 10px;
    font-size: 1rem;
  }
  .history th {
    border-right: none;
    border-radius: 10px 10px 0 0;
  }
  .history td {
    border-radius: 0 0 10px 10px;
    box-shadow: none;
  }
  .history img.l {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
    height: auto;
  }*/

  .history th, .history td {
display: block;
width: 100%;
border: none;
padding: 10px 0;
}


.history th {
background-color: transparent;
text-align: left;
font-size: 1.1rem;
border-bottom: none;
}


.history td {
border-bottom: 1px solid #ddd;
padding-bottom: 20px;
}


.history img.l {
float: none;
display: block;
margin: 0 auto 10px;
}

/* ======================== 歴史テーブル ======================== */


.history {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	background-color: #fff;
	margin: 0 0 40px;
	border-top: 2px solid #2EA5D5; 
}


.history th, .history td {
vertical-align: top;
padding: 12px 20px;
border-bottom: 1px solid #ddd;
}
.history td {
	padding: 20px 20px 40px;
}

.history th {
width: 100%;
background-color: #eaf6fa;
text-align: center;
font-weight: 600;
font-size: 1rem;
line-height: 1.4;
border-right: 1px solid #e2e6ea;
font-family: "游明朝", "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}


.history td {
font-size: 0.95rem;
line-height: 1.7;
}


.history .neigou {
display: block;
font-size: 1.4rem;
font-weight: 700;
color: #2EA5D5;
margin-bottom: 4px;
}


.history img.l {
float: none;
margin: 0 15px 10px 0;
}


.shadow {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



/*shinryoの上の方まるっと入れ替え追加*/
.white-box,.white-box_sgl{
box-sizing: border-box;
width: 94%;
margin: 20px auto;
background: #fff;
padding: 32px 28px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.white-box_sgl{
	margin:20px auto;
}

/*shinryo.cssの277に追加*/
.content-pair-bg__image span{
  font-size: 0.8rem;
}

/*shinryo/スポーツリハビリテーション*/
#support,#soukireha,#recommendation{
  padding:50px 0 50px 0;
}
.section_text{
    width: calc(94% - 40px);
	margin:0 auto;
	line-height:1.4;
}


/*shinryo/ まるっと入れ替え*/
/* ●付きリスト */
ul.maru_list {
/* 2カラムで自然な段組み（自動折り返し） */
column-count: 2;
column-gap: 56px; /* カラム間余白 */
margin: 0;
padding: 0;
list-style: none; /* 既定の•を消す */
}

/* 1カラム版 ●付きリスト */
ul.maru_list.single-column {
column-count: 1;
column-gap: 0;
margin: 0;
padding: 0;
list-style: none;
}

ul.maru_list li {
break-inside: avoid; /* 項目がカラム跨ぎで分断されにくくする */
padding-left: 1.4em; 
text-indent: -1.4em; 
margin: .2em 0;
line-height: 2.4;
}

ul.maru_list.single-column li {
break-inside: avoid;
padding-left: 1.4em; 
text-indent: -1.4em; 
margin: .6em 0; /* 縦余白を少し増やす */
line-height: 2.4;
}

ul.maru_list li::before {
content: "";
display: inline-block;
width: .6em;
height: .6em;
min-width: 10px; /* サイズ下限（可変行高でも見やすく） */
min-height: 10px;
margin-right: .6em;
border-radius: 50%;
background: #2EA5D5; 
vertical-align: .08em; /* テキストと高さを合わせる微調整 */
}


/* ======================== shinryo 整形外科ページ ======================== */
/* ======================== shinryo 整形外科ページ ======================== */
#o-feature{
	padding: 80px 0;
}

/* 特徴セクション全体 */
.feature-section {
	padding-top: 0;
	padding-bottom: 0px;
}

/* リード文エリア */
.feature-lead {
	text-align: left; 
	margin-bottom: 50px;
	}
.feature-lead h3 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 22px;
	color: #2baad5;
	margin-bottom: 30px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

/* カード型リスト（デスクワーク〜の部分）：1列に変更 */
.style-icon-cards {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr; /* スマホでは1列 */
	gap: 15px;
	margin: 40px 0;
}
.style-icon-cards li {
	background: #fff;
	padding: 15px;
	border-radius: 12px;
	text-align: left;
	font-weight: bold;
	color: #555;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
/* スマホではホバーの浮き上がりを解除 */
.style-icon-cards li:hover {
	transform: none;
}
/* チェックアイコン部分 */
.style-icon-cards li::before {
	content: "✔";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #eaf6fa;
	color: #2baad5;
	border-radius: 50%;
	font-size: 12px;
	flex-shrink: 0;
}

/* 特徴2カラム：1列に変更 */
.feature-grid {
	display: grid;
	grid-template-columns: 1fr; /* 1列 */
	gap: 30px;
	margin-bottom: 60px;
	align-items: stretch; /* 高さを揃える（1列でも統一性のため） */
}
.feature-item {
	background: #F7F7F4;
	padding: 30px;
	border-radius: 16px;
	border: 1px solid #eaeaea;
	box-shadow: 0 8px 20px rgba(0,0,0,0.03);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	height: 100%; /* 親のリンク要素の高さに合わせる */
	display: flex;
	flex-direction: column;
}
.feature-item:hover {
	transform: none; /* スマホではホバー解除 */
}
.feature-item h3 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 18px;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #2baad5;
	display: inline-block;
}

/* feature-grid内のリンクスタイル（スマホ版） */
.feature-grid a {
	text-decoration: none;
	color: inherit;
	display: flex; /* flexboxでリンクの高さも揃える */
	flex-direction: column; /* 縦方向に配置 */
}

/* feature-item内のa-rightを右下に配置（スマホ版） */
.feature-item .a-right {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #2baad5;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}

/* チェックリスト（骨粗鬆症内のリスト） */
.check-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.check-list li {
	margin-bottom: 12px;
	padding-left: 24px;
	position: relative;
	font-weight: 600;
	color: #444;
}
.check-list li::before {
	content: "";
	display: block;
	width: 16px;
	height: 8px;
	border-left: 3px solid #2baad5;
	border-bottom: 3px solid #2baad5;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 6px;
}

/* メッセージボックス調整 */
.message-box {
	background: linear-gradient(135deg, #f0faff 0%, #e3f6fc 100%);
	padding: 30px;
	text-align: center;
	border-radius: 16px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.message-box::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	width: 80px;
	height: 80px;
	background: #2baad5;
	opacity: 0.1;
	border-radius: 50%;
}
.message-box p.main-msg {
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #2baad5;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}
.message-box p.sub-msg {
	margin: 0;
	font-size: 14px;
}

/* マーカー */
.marker {
	background: linear-gradient(transparent 60%, #dff6ff 60%);
	font-weight: bold;
}

/* 白いボックス（スマホ版） */
.wh-kdmr{
	width: 100%;
	background: #fff;
	line-height: 1.8;
	padding: 30px 20px;
	border-radius: 20px;
	margin: 20px auto !important;
	color: #40220F;
}

/*sab*/
.text-center{
	padding:0 20px;
}




/* ------------------------------------
   📌 電話リンクを確実にタップ可能にする設定
------------------------------------- */
a[href^="tel"] {
  pointer-events: auto !important;
  cursor: pointer;
  display: inline-block;
}

/* リンク内部の画像・要素がクリックを妨害しないように */
a[href^="tel"] * {
  pointer-events: auto !important;
}

/* schedule 内の画像対策 */
#schedule a[href^="tel"] img.sche_tel {
  pointer-events: auto !important;
  cursor: pointer;
}

/* スマホで確実にタップできるよう表示と領域をブロック化 */
#schedule a[href^="tel"] {
  display: block;
}