@charset "UTF-8";
body{
	overflow-x: hidden;
}
/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,  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;
	color:#333;
	font-family: 'Noto Sans JP',sans-serif;
}
p{
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:  sans-serif;
}
* { 
margin: 0px; 
padding: 0px; 
}
img {
	border: 0;
}

a{
	text-decoration: none;;
}

.content{
	/*margin-top:90px;*/
}
.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;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: all 0.4s ease;
}

.fixed-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 90px;
}

.fixed-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.fixed-header .nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.fixed-header .nav a {
  text-decoration: none;
  color: #40220F;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  transition: color 0.3s ease;
}

.fixed-header .nav a:hover {
  color: #2EA5D5;
}

.fixed-header .tel img{
	width: 196px;
	height: auto;
}


/* ====== 固定ヘッダー（デスクトップ1400px） ====== */
.fixed-header{
position:fixed;top:0;left:0;width:100%;height:120px;background:#fff;
box-shadow:0 2px 4px rgba(0,0,0,0.05);display:flex;align-items:center;z-index:1000;
}
.fixed-header .header-inner{width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;}


/* ページ内容がヘッダーの下に隠れないよう余白を確保 */
body{padding-top:120px;}


/* ====== ナビの基本 ====== */
.global_nav .menu{display:flex;gap:0px;align-items:center;}
.global_nav .menu-item{position:relative;padding:0 10px;}
.global_nav .menu-item>a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#40220F;font-size:16px;border-radius:10px;transition:background .25s ease,color .25s ease;}
.nav_box{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 12px;}
.nav_box img{width:55px;height:auto;}
.nav_box .txt{line-height:1.2;font-size:0.8rem;}


/* 親メニュー hover：文字色変更＋ほんのり透過背景 */
.global_nav .menu-item:hover > a{color:#2EA5D5;background:rgba(46,165,213,0.08);} /* subtle translucent */


/* ====== サブメニュー（CSSのみでスライド） ====== */
.sub-menu{
position:absolute;
top:120px;
left:0;
background:#F3FAFC;
overflow:hidden;
max-height:0;
transition:max-height .35s ease, border .35s ease;
box-shadow:none;
border:none;
width:260px;
border-radius:0 0 10px 10px;
}
.has-sub:hover .sub-menu{
    max-height:520px;
    border:1px solid #E6F2F6;
    border-top:none;
} /* 十分に大きい上限を設定 */
.sub-menu li{border-bottom:1px solid #E6F2F6;}
.sub-menu li:last-child{border-bottom:none;}
.sub-menu li a{display:block;padding:14px 14px;color:#2EA5D5;text-decoration:none;font-size:16px;}
.sub-menu li a:hover{background:rgba(46,165,213,0.08);} /* ほんのり */


/* ====== TELバナー ====== */
.tel img{width:230px;height:auto;display:block;}


/* ====== ロゴ ====== */
.logo img{display:block;width:288px;height:72px;}


/***　ぱんくずナビゲーション　***/
.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;
}

/***** コンテンツ共通 ***/
/* =============================
   content-pair（テキスト＋画像）基本構造
============================= */
.content-pair {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 40px auto;
}

.content-pair__text,
.content-pair__text_l{
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.8;
}
.content-pair__text_l{
	box-sizing: border-box;
	margin-left:40px;
    width: 450px !important;
    flex: none;
}
.content-pair__text_l p {
	margin-bottom: 20px;
}
.content-pair__text_l p span{
	font-weight: 700;
	font-size: 20px ;
	line-height:2;
}

.content-pair__image {
  flex: 1;
}

.content-pair__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}



/* =============================
   content-pair-bg（背景付き）構造
============================= */
.overview-bg {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.content-pair-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.content-pair-bg__text {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.content-pair-bg__text p {
  line-height: 1.8;
}

.content-pair-bg__image {
  flex: 1;
}

.content-pair-bg__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.content-pair__text_l h3,
.content-pair-bg__text h3 {
  font-family: 'YuMincho', '游明朝体', serif;
  font-size: 1.6rem;
  color: #40220F;
  margin-bottom: 1rem;
  letter-spacing: 0.14em;
}
.content-pair__text_l h3 span,
.content-pair-bg__text h3 span{
	color:#2EA5D5;
}



/*title*/

h2.section-title {
  font-family: 'YuMincho', '游明朝体', serif;
  color: #40220F;
  font-size: 1.8rem;
  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.section-title span{
	font-size: 20px;
	display: block;
}

.bg_subtitle{
	overflow: hidden;
    position: relative;
    text-align: center;
    background: #76b8bf;
    background: url(../images/common/bg_title.png) no-repeat center / cover;
	height: 200px;
}
.bg_subtitle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
}
h2.title01{
	font-size: 36px;
	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: 24px;
    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 a{	
	color:#40220F;
	text-decoration: none;
}

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;
}




/*----------------------------- 
ハンバーガーメニュー
----------------------------- */

  /* body is-fixed */
  body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
/* menu-wrap */
  #menu-wrap {
	background: #fff;
	width: 480px;
	position: fixed;
	top: 0;
	right: -480px;
	height: 100%;
	padding: 10px 0 0 30px;
	opacity: 0;
	overflow-y: scroll;
	box-sizing: border-box;
	z-index: 20;
	-webkit-transition: 1s;
	transition: 1s;
  }

  #menu-wrap.is-active {
	opacity: 1;
	visibility: visible;
	right: 0;
  }

  /* click-nav */
 #click-nav ,#click-nav2,#close-menu-button{
	 z-index: 10;
	position: absolute;
	top:18px;
	right:24px;
	mix-blend-mode: difference;
	width: 30px;
	height: 13px;
	float:right;
	margin:18px 24px 0 30px;
	cursor: pointer;
}
#close-menu-button{
	right:10px;
	mix-blend-mode:normal;
}

#click-nav2{
	margin:22px 24px 0 30px;
	mix-blend-mode:normal;
}
#click-nav span,#click-nav2 span,#close-menu-button span{
	display: block;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	right: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

#close-menu-button .one{
	transform: rotate(30deg);
	top: 2px;
	right:15px;
	display: block;
	background: #333;
	mix-blend-mode:normal;
}
#close-menu-button .three{
	top: 2px;
	right:15px;
	transform: rotate(-30deg);
	display: block;
	background: #333;
	mix-blend-mode:normal;
} 
#click-nav2 span{
	background: #505050;;
	mix-blend-mode:normal;
}
#click-nav .one,#click-nav2 .one{
	top: 0;
}

#click-nav .three ,#click-nav2 .three{
	top: 8px;
}

/* body-wrap */
#body-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}
#menu-wrap .h_cago{
	position: absolute;
	top:25px;
	right:100px;
}
#menu-wrap hr{
	border:0;
	width:100%;
	position: absolute;
	top:90px;
	left:0;
	border-bottom:1px solid #ccc;
	display: block;
}
#menu-wrap .menu_accordion{
	width:310px;
	margin:40px auto 0 auto;
}
#menu-wrap .menu_accordion details.parent summary {
    height: 50px;
    color: #505050;
    list-style: none;
    padding-left: 3px;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
    font-size: 16px;
	font-weight: bold;
}

#menu-wrap .menu_accordion details.parent summary:before {
    content: "+";
    float: right;
    color: #a0a0a0;
    font-size: 22px;
    margin-right: 40px;
}

#menu-wrap .menu_accordion details.parent[open] > summary:before {
    content: "－";
    float: right;
    color: #a0a0a0;
    font-size: 22px;
    margin-right: 40px;
}
#menu-wrap .menu_accordion details.child summary{
	margin-left:15px;
	border-bottom:none;
	font-weight: normal;
}
#menu-wrap .menu_accordion details.child summary:before {
    content: "+";
    float: right;
    color: #a0a0a0;
    font-size: 22px;
    margin-right: 40px;
}

#menu-wrap .menu_accordion details.child[open] > summary:before {
    content: "－";
    float: right;
    color: #a0a0a0;
    font-size: 22px;
    margin-right: 40px;
}
#menu-wrap .item_box,#menu-wrap .item_box2{
	list-style: none;
	padding:0 0 30px 0;
	width: 100% !important;
}
#menu-wrap .item_box2{
	margin-top:20px;
}
#menu-wrap .item_box li,#menu-wrap .item_box2 li{
	height:50px;
	width:46%;
	margin:0 2%;
	float:left;
	border-bottom: dotted 2px #dcdcdc;
	line-height: 50px;
	list-style: none;
	
}
#menu-wrap .item_box li:nth-child(4n+1),#menu-wrap .item_box2 li:nth-child(4n+1){
    clear:none!important;
}

#menu-wrap .item_box2 li{
	background: url("../images/layout/next.svg") no-repeat left center;
	background-size: 10px 10px;
	padding-left:25px;
	overflow: hidden;
}
#menu-wrap .item_box li a,#menu-wrap .item_box2 li a{
	text-decoration: none;
	color:#505050;
	font-size:13px;
}
#menu-wrap .item_box li img,#menu-wrap .item_box2 li img{
	vertical-align: middle;
	margin-right:10px;
}
#menu-wrap .menu_accordion details .href_box{
	background:#fff;
	padding-top:15px;
	list-style: none;
	padding-bottom:35px;
}
#menu-wrap .menu_accordion details .href_box li{
	width:50%;
	padding:15px 10px 0 10px;
	text-align: center;
	float: left;
	
}
#menu-wrap .menu_accordion details .href_box li img{
	display: block;
	margin:0 auto;
	width:150px;
	height: 85px;
	object-fit: cover;
}
#menu-wrap .menu_accordion details .href_box li a{
	text-decoration: none;
	color:#505050;
	font-size:13px;
}
#menu-wrap .menu_list{
	clear: both;
	list-style: none;
	margin-top:10px;
	border-bottom:1px solid #dcdcdc;
	
}
#menu-wrap .menu_list li{
	font-size:14px;
	height:50px;
	line-height: 50px;
}
#menu-wrap .menu_list li.three,#menu-wrap .menu_list_box .menu_list_p li.title{
	background: url("../images/layout/yajirushi.svg") no-repeat left center;
	background-size: 30px 30px;
	padding-left:30px;
}
#menu-wrap .menu_list li:last-child{
	margin-bottom: 20px;
}
#menu-wrap .menu_list a,#menu-wrap .menu_list_box .menu_list_p a{
	color:#505050!important;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#menu-wrap .menu_list a:hover{
	opacity: 0.8;
}
#menu-wrap .menu_list_box{
	width:310px;
	margin:40px auto 65px auto;
}
#menu-wrap .menu_list_box .menu_list_p li{
	font-size:13px;
	height:40px;
	line-height: 40px;
	list-style: none;
}
#menu-wrap .menu_list_box .menu_list_p .kaihei{
	padding-left:10px;
	height: auto !important;
}
#menu-wrap .menu_list_box .menu_list_p .kaihei details.parent {
	text-decoration: none!important;
}
#menu-wrap .menu_list_box .menu_list_p .kaihei details.parent summary {
	list-style: none; 
    cursor: pointer; 
	text-decoration: none!important;
}
#menu-wrap .menu_list_box .menu_list_p .kaihei a{
	text-decoration: none!important;
}
#menu-wrap .menu_list_box .menu_list_p .kaihei details.parent summary::before {
	content: "＋"; 
    padding-right: 7px; 
	font-size:13px;
}
#menu-wrap .menu_list_box .menu_list_p .kaihei details.parent[open] summary::before {
	content: "－"; 
}
#menu-wrap .menu_list_box .menu_list_p .kaihei details.parent summary::-webkit-details-marker {
    display: none; 
}
#menu-wrap .menu_list_box .menu_list_p li.link{
	font-size:12px;
	text-decoration: underline;
}


/* =========================================
   layout.css 拡張：共通ユーティリティ＆レイアウト
   - 1440pxデザイン基準／本文コンテンツ横幅1100px
   - 768px以下でレスポンシブ
   - 命名は流用前提：l-=layout, u-＝utility
========================================= */

/* -----------------------------
   コンテナ（横幅・左右余白）
----------------------------- */
.u-max-1100 { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.u-max-1440 { max-width: 1440px; 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; }



/*診療内容*/
/* サービスボックスのリスト全体 */
#service {
	padding: 80px 0;
	background: url(../images/common/bg_service.png) no-repeat center top;
	background-size: cover;
}
.service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
        margin: 50px auto;
        width: 1100px;
}

/* ボックス共通 */
.service-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 400px;
	min-height: 320px;
	padding: 35px 30px;
	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: 260px;
        margin: 0 auto 10px;
}

/* タイトル */
.service-box h3 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #0077B6; /* 適宜調整 */
}

/* テキスト */
.service-box p {
	font-size: 14px;
	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: 80px 40px 10px;
}

#footer .footer-inner{
	width: 1200px;
	margin:0 auto;
}
#footer .footer-fl{
  float:left;
  width:300px;
  text-align: center;
}

#footer .sitemap{
  margin:0 auto;
  padding:20px 16px;
}

#footer .footer-logo{
  width: 288px;
   height:auto;
}

#footer .footer-tel{
  max-width:240px;  
  width:100%;
  height:auto;
}

/* サイトマップ行 */
#footer .footer-content {
	width:800px;
	float:right;
}

#footer .sitemap{
  padding-top:6px;
  padding-bottom:10px;
}

#footer .sitemap-link{
  display:flex;
  flex-wrap:wrap;
  gap:22px 28px;            /* 行間 / 列間 */
  list-style:none;
  padding:0;
  margin:0 0 8px;
}

#footer .sitemap-link a{
  text-decoration:none;
  color:#333;
  transition:opacity .2s ease;
}

#footer .sitemap-link a:hover{
  opacity:.7;
}

/* 住所 */
#footer .sitemap p{
  margin:0;
  font-size:16px;
}

/* コピーライト */
#footer .copyright{
  text-align:center;
  padding:10px 16px 0;
  margin:0;
  color:#40220F;
  font-size:12px;
}


.wh-kdmr{
  width:100%;
  background:#fff;
  line-height:1.8;
  padding: 40px 20px;
  border-radius: 40px;
  margin: 20px auto !important;
  color: #40220F;
}



/* ========================minami/ 歴史テーブル ======================== */


.history {
width: 100%;
border-collapse: collapse;
font-family: 'Noto Sans JP', sans-serif;
color: #333;
background-color: #fff;
margin: 40px 0;
border-top: 2px solid #2EA5D5; /* 南整形外科のテーマカラーに合わせて */
}


.history th, .history td {
vertical-align: top;
padding: 40px;
border-bottom: 1px solid #ddd;
}


.history th {
width: 220px;
background-color: #eaf6fa;
text-align: center;
font-weight: 600;
font-size: 1rem;
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: left;
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;
max-width: 1100px; /* 指定の横幅 */
width: 100%;
margin: 40px 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:80px 0 80px 0;
}
.section_text{
  max-width:1100px;
  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;
font-size:1.1rem;
}

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  ページ下部アクセス*/
#access{
  padding:80px 0;
}


/*shinryo 整形外科ページ*/
#o-feature{
	padding:80px 0;
}  

  /* 特徴セクション全体 */
  .feature-section {
    padding-top: 0;
    padding-bottom: 80px;
  }

  /* リード文エリア */
  .feature-lead {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 70px;
  }
  .feature-lead h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 28px;
    color: #2baad5;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* カード型リスト（デスクワーク〜の部分） */
  .style-icon-cards {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列表示 */
    gap: 20px;
    margin: 40px 0;
  }
  .style-icon-cards li {
    background: #fff;
    padding: 20px;
    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: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
  }
  /* PCのみホバー効果をつける */
  .style-icon-cards li:hover {
    transform: translateY(-2px);
    border-color: #bde0eb;
  }
  /* チェックアイコン部分 */
  .style-icon-cards li::before {
    content: "✔";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #eaf6fa; /* 薄い水色の丸 */
    color: #2baad5;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0; /* 縮小防止 */
  }

  /* 特徴2カラム（骨粗鬆症・スポーツ障害） */
  .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列表示 */
    gap: 40px;
    margin-bottom: 60px;
    align-items: stretch; /* 高さを揃える */
  }
  .feature-item {
    background: #F7F7F4;
    padding: 40px;
    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: translateY(-4px);
    box-shadow: 0 12px 30px rgba(43, 170, 213, 0.15);
    border-color: #2baad5;
  }
  .feature-item h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 20px;
    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: 20px;
    right: 20px;
    color: #2baad5;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .feature-item .a-right:hover {
    transform: translateX(4px);
    color: #1a8bb3;
  }

  /* チェックリスト（骨粗鬆症内のリスト） */
  .check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  .check-list li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-weight: 600;
    color: #444;
  }
  .check-list li::before {
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    border-left: 3px solid #2baad5;
    border-bottom: 3px solid #2baad5;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 6px;
  }

  /* メッセージボックス（CTA） */
  .message-box {
    background: linear-gradient(135deg, #f0faff 0%, #e3f6fc 100%);
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
  }
  .message-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    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: 22px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  }
  .message-box p.sub-msg {
    margin: 0;
    font-size: 15px;
  }

  /* マーカー */
  .marker {
    background: linear-gradient(transparent 60%, #dff6ff 60%);
    font-weight: bold;
  }

