@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;	
	font-size: 100%;
	vertical-align: baseline;
}
/* ベーススタイル */
body {
    font-family: 'Zen Maru Gothic', sans-serif;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
    margin: 0;
    padding: 0;
	overflow-x: hidden;
    max-width: 100%;
}

a:link{
  text-decoration: none;
}

a:visited{
  text-decoration: none;
}

.subtitle {
    color: #ffa500;
    font-size: 0.8em;
    margin-bottom: 30px;
}


.fixed-reserve-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #5ac05a; /* キーカラー */
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 9999;
}

.fixed-reserve-btn:hover {
  background-color: #48a548;
  transform: scale(1.05);
}

.container p {
  line-height: 1.8;
}

.br_sp {
	display:none;
}

/* モバイル用に若干サイズ調整 */
@media screen and (max-width: 768px) {
  .fixed-reserve-btn {
    padding: 12px 18px;
    font-size: 14px;
    bottom: 15px;
    right: 15px;
  }

}

/* ローディング画面全体のスタイル */
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ローディング中のロゴのスタイル */
#splash-logo {
    width: 100px;
    height: auto;
    animation: fadein 1s ease-out forwards, fadeout 1s 2.5s ease-out forwards; /* ロゴのフェードインとフェードアウト */
}

/* フェードインアニメーション */
@keyframes fadein {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

/* フェードアウトアニメーション */
@keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/* ローディング後にメインコンテンツを表示 */
#main-content {
    display: none;
}


header {
  width: 100%;
  height: 100px;
	position: relative;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  height: 100px;
}

.logo img {
  width: 250px;
}

.pc-menu {
    display: flex;
	 margin:0 auto; /* ナビゲーションをロゴの横に配置 */
}

.pc-menu li a {
	color: #222;
	text-decoration: none;
}

.pc-menu li a:link {
	text-decoration: none;
}

.pc-menu li a:visited {
	text-decoration: none;
}

/* ナビゲーションメニューの基本スタイル */
.pc-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc-menu li {
    position: relative;
    display: inline-block;
    padding: 10px 12px;
}

/* サブメニューのスタイル */
.pc-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 0; /* リストのパディングをリセット */
    z-index: 10;
    min-width: 200px; /* サブメニューの最低幅を設定（必要に応じて変更） */
}

.pc-menu li ul li {
    display: block;
    border-bottom: 1px solid #ccc; /* 各項目にボトムボーダーを追加 */
	padding: inherit;
}

.pc-menu li ul li:last-child {
    border-bottom: none; /* 最後の項目にはボーダーを付けない */
}

/* サブメニューのリンク */
.pc-menu li ul li a {
    display: block; /* aタグをブロックにしてli全体をカバー */
    padding: 10px 20px; /* aタグにパディングを適用 */
    width: 100%; /* aタグをli全体に広げる */
    height: 100%;
    color: #333;
    text-decoration: none;
    box-sizing: border-box; /* paddingを含めた幅と高さに */
}

/* サブメニューの項目にホバー時の背景色 */
.pc-menu li ul li a:hover {
    background-color: #38a663; /* ホバー時の背景色 */
    color: #fff; /* ホバー時の文字色 */
}

.pc-menu li ul li a {
    color: #333;
    text-decoration: none;
}

.pc-menu li ul li a:hover {
    background-color: #38a663; /* ホバー時の背景色 */
    color: #fff;
}

/* ホバー時にサブメニューを表示 */
.pc-menu li:hover > ul {
    display: block; /* ホバーしたときにサブメニューを表示 */
}


/* スライダー全体 */
.hero-slider {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
	z-index: 1;
}

/* スライド1枚ごとのスタイル */
.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* 初期状態では非表示 */
    transition: opacity 1s ease; /* フェードの時間とイージング */
}

/* アクティブなスライドは表示 */
.hero-slider .slide.active {
    opacity: 1; /* アクティブ状態で表示される */
    z-index: 5; /* 他のスライドより前に表示されるように */
}

/* 非アクティブなスライド */
.hero-slider .slide {
    z-index: 1;
}

.hero-slider img {
	width:100%;
}

/* 電話番号部分のスタイル */
.phone-number {
    background-color: #38a663; /* 背景色を緑に */
    padding: 0px 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; /* ヘッダーと同じ高さに */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 220px; /* 必要に応じて幅を調整 */
}

.phone-number .label {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.phone-number .number {
    font-size: 24px;
    margin: 5px 0;
    font-weight: bold;
}

.phone-number .hours {
    font-size: 12px;
    margin: 0;
}

/* --- Hamburger Menu Styling --- */
.outer-menu {
    display: none; /* PCでは非表示 */
    position: relative;
}

.checkbox-toggle {
    display: none; /* チェックボックスは非表示 */
}

.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #38a663;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}

.hamburger div {
    position: relative;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
}

.hamburger div:before,
.hamburger div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
}

.hamburger div:before {
    top: -8px;
}

.hamburger div:after {
    top: 8px;
}

.checkbox-toggle:checked + .hamburger div {
    transform: rotate(135deg);
}

.checkbox-toggle:checked + .hamburger div:before {
    transform: rotate(90deg);
    top: 0;
}

.checkbox-toggle:checked + .hamburger div:after {
    opacity: 0;
    top: 0;
}

/* ハンバーガーメニュー全体 */
.sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    background-color: rgba(56, 166, 99, 0.95); /* 半透明の背景 */
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: transform 0.4s ease, visibility 0.4s ease;
}

.checkbox-toggle:checked ~ .sp-menu {
    pointer-events: auto;
    visibility: visible;
    transform: scale(1);
}

/* メニューのリスト */
.sp-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sp-menu li {
    margin-bottom: 20px;
    position: relative;
}

/* 親メニューリンク */
.sp-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.sp-menu li a:hover {
    color: #f0f0f0;
}

/* サブメニューのスタイル */
.sp-menu li ul {
    display: block; /* デフォルトでは表示 */
    list-style: none;
    margin: 10px 0 0 20px;
    padding: 10px 20px;
    background-color: rgba(56, 166, 99, 0.95); /* サブメニュー背景 */
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-align: left;
}

/* サブメニューリンク */
.sp-menu li ul li a {
    color: #ddd;
    font-size: 18px; /* 子カテゴリの文字サイズを少し小さく */
    transition: color 0.3s ease;
}

.sp-menu li ul li a:hover {
    color: #fff;
}

.information,
.medical-care,
.treatment-policy,
.doctor,
.medical-equipment {
    padding: 20px;
}

/* 全体のスタイル */
.information {
	max-width:1280px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.information h2 {
    color: #5ac05a; /* 左側のタイトルエリアの色 */
    font-size: 1.8em;
    margin-bottom: 10px;
}

.information h3 {
	color: #ffa10b;
	font-size:0.8em;
}

/* 左側エリア（INFORMATION タイトル） */
.information .info-title {
    flex: 0 0 30%; /* 左エリアの幅: 30% */
    padding-right: 20px;
    box-sizing: border-box;
}

/* 右側エリア（投稿リスト） */
.information .info-content {
    flex: 1 1 70%; /* 右エリアの幅: 70% */
    padding-left: 20px;
    box-sizing: border-box;
}

.information ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.information li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc; /* 各投稿の下に点線 */
}

.post-date {
    color: #ff9a32; /* オレンジ色の日付 */
    font-weight: bold;
    font-size: 1.0em;
    margin-right: 30px;
    white-space: nowrap; /* 日付の改行を防止 */
}

.information .post-title {
    color: #333;
    text-decoration: none;
    font-size: 1.0em;
}

.information .post-title:hover {
    text-decoration: underline;
}

/* Medical Careセクションの全体スタイル */
.medical-care {
    background-color: #e4f3e3; /* セクションの背景色をブラウザ全体に適用 */
    padding: 40px 0;
    width: 100%; /* 背景色をブラウザ幅100%に */
    box-sizing: border-box;
    text-align: center;
}

.medical-care h2 {
    color: #5ac05a;
    font-size: 1.8em;
    margin-bottom: 5px;
}


/* Care Listのスタイル */
.care-list {
    max-width: 1280px;
    margin: 0 auto; /* 中央寄せ */
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* アイテム間の間隔 */
    justify-content: center; /* アイテムを中央に配置 */
}

/* 各Care Itemのスタイル */
.care-item {
    width: 300px;
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.3s;
}

.care-item:hover {
    transform: translateY(-5px); /* ホバー時に少し上に移動 */
}

/* アイコンのスタイル */
.care-item img {
    margin-bottom: 10px;
}

/* Care Itemタイトル */
.care-item h3 {
    color: #5ac05a;
    font-size: 1.2em;
    margin: 5px 0;
}

/* Care Item説明テキスト */
.care-item p {
    color: #ff9a32; /* 説明テキストカラー */
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
    padding-top: 5px;
}

/* Treatment Policy Section */
.treatment-policy {
    background-color: #fff;
    padding: 60px 20px;
}

.treatment-policy .content-wrapper {
    max-width: 1280px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.treatment-policy .left-column,
.treatment-policy .right-column {
    flex: 1;
}

.treatment-policy h2 {
    color: #5ac05a;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.treatment-policy .subtitle {
    color: #ffa500;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.treatment-policy .main-text {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}

.treatment-policy .description {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-policy {
    display: inline-block;
    background-color: #5ac05a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s;
}

.btn-policy:hover {
    background-color: #4a9e4a;
}


/* Section Styling */
.features-section {
    background-color: #e4f3e3; /* 背景色 */
    padding: 60px 20px;
    text-align: center;
}

.features-section h2 {
    color: #5ac05a;
    font-size: 1.8em;
    margin-bottom: 40px;
}

.features-section h2 span {
    color: #ffa500;
}

/* Grid layout for features */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
}

/* Each feature item */
.feature-item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(50% - 10px); /* 横幅50% - 間隔の半分 */
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

/* Number Styling */
.feature-number {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 2em;
    color: #5ac05a;
    font-weight: bold;
    -webkit-text-stroke: 1px #ffffff; /* 白色の縁取り */
}

/* Circular Image */
.feature-image {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

/* Content Styling */
.feature-content {
    text-align: left;
    flex: 1;
}

.feature-content h3 {
    color: #5ac05a;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-content p {
    color: #333;
    font-size: 0.8em;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Button Styling */
.btn-details {
    display: inline-block;
    background-color: #5ac05a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.3s;
	max-width: 200px;
}

.btn-details:hover {
    background-color: #4a9e4a;
}

/* Doctor Introduction Section */
.doctor-introduction {
    background-color: #fff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.doctor-introduction .content-wrapper {
    max-width: 1280px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.doctor-introduction .left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.doctor-introduction .title-area {
    width: 100%;
}

.doctor-introduction .title-area h2 {
    color: #5ac05a;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.doctor-introduction .subtitle {
    color: #ffa500;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.doctor-introduction .doctor-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.doctor-introduction .right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.doctor-introduction .right-column h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
}

.doctor-introduction .description {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

.doctor-introduction .doctor-info {
    font-size: 1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.doctor-introduction .btn-introduction {
    display: inline-block;
    background-color: #5ac05a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s;
	width:200px;
}

.doctor-introduction .btn-introduction:hover {
    background-color: #4a9e4a;
}


/* 全体のスタイル */
.medical-equipment {
    background-color: #e4f3e3; /* 背景色 */
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* 左側のテキストセクション */
.text-section {
    flex: 1;
    text-align: left;
}

.text-section h2 {
    color: #5ac05a;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.text-section .subtitle {
    color: #ffa500;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.main-text {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.description {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ボタンのスタイル */
.btn-equipment {
    display: inline-block;
    background-color: #5ac05a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    transition: background-color 0.3s;
	width:200px;
}
/* 全体のスタイル */
.medical-equipment {
    background-color: #e4f3e3; /* 背景色 */
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.content-wrapper {
    max-width: 1280px;
    width: 100%;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
}

/* 左側のテキストセクション */
.text-section {
    flex: 1;
    text-align: left;
}

/* PC用タイトル */
.title-desktop {
    display: block; /* デスクトップ用タイトル */
}

.title-desktop h2 {
    color: #5ac05a;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.title-desktop .subtitle {
    color: #ffa500;
    font-size: 0.8em;
    margin-bottom: 20px;
}

/* スマホ用タイトル（初期状態は非表示） */
.title-mobile {
    display: none;
}

.main-text {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.description {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ボタンのスタイル */
.btn-equipment {
    display: inline-block;
    background-color: #5ac05a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    transition: background-color 0.3s;
}

.btn-equipment:hover {
    background-color: #4a9e4a;
}

/* 右側の画像セクション */
.image-section_sp {
	display:none;
}
.image-section_pc {
    flex: 1;
    display: flex;
    justify-content: center;
}

.equipment-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* フッター全体 */
.footer {
    background-color: #fff;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.info-section {
    flex: 1;
    color: #333;
    text-align: left;
}

.footer .logo img {
    width: 150px;
    margin-bottom: 10px;
}

.tel {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
}

.btn-contact {
    display: inline-block;
    background-color: #5ac05a;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 1em;
    transition: background-color 0.3s;
}

.btn-contact:hover {
    background-color: #4a9e4a;
}

/* 診療時間テーブル */
.schedule h3 {
    font-size: 1.2em;
    color: #5ac05a;
    margin-top: 20px;
    margin-bottom: 10px;
}

.schedule table {
    width: 100%;
    border-collapse: collapse;
}

.schedule th, .schedule td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.schedule th {
    background-color: #f5f5f5;
    color: #333;
}

/* Googleマップセクション */
.map-section {
    flex: 1;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}

/* フッター最下部ナビゲーションと著作権情報 */
.footer-bottom {
    max-width: 1280px;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    color: #666;
}

.footer-nav {
    list-style: none;
    display: flex;
    flex-wrap: nowrap; /* 1行に並べる */
    gap: 10px; /* メニュー間の余白 */
    justify-content: center; /* メニューを中央揃え */
    padding: 0;
    margin: 20px 0;
}

.footer-nav li {
    width: auto; /* 自然な幅で表示 */
    text-align: center;
}

.footer-nav a {
    color: #666;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-copyright {
    width: 100%; /* 横幅を100% */
    background-color: #38a663; /* 背景を緑に */
    color: #fff; /* 文字色を白に */
    text-align: center; /* テキストを中央揃え */
    padding: 10px 0; /* 上下の余白を設定 */
    font-size: 14px; /* 文字サイズを調整 */
}



/* page.php start */
/* アイキャッチセクション */
/* アイキャッチセクション */
.page-hero {
    position: relative;
    width: 100%;
    height: 400px; /* アイキャッチの高さ */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero-overlay {
    background-color: rgba(0, 0, 0, 0.3); /* 半透明のオーバーレイ */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-title {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
}

.page-sub-title {
    color: #ffa500; /* サブタイトルの色 */
    font-size: 1.2em;
    margin-top: 10px;
}

/* page.php end */

/* treatment-policy */
/* セクション全体 */
#treatment-policy.treatment-policy-section {
    position: relative;
    background-color: #ffffff;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* コンテンツラッパー */
.treatment-policy-wrapper {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden; /* 背景がはみ出さないように調整 */
}

/* 画像セクション */
.treatment-policy-image {
    flex: 1;
    position: relative;
    z-index: 1; /* 画像が背景より上に表示されるように設定 */
}

.treatment-policy-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* テキストセクション */
.treatment-policy-text {
    flex: 1;
    padding: 0 40px;
    background-color: #38a663;
    color: #ffffff;
    position: relative;
    z-index: 2; /* テキストが背景より上に表示されるように設定 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.treatment-policy-text h2 {
    font-size: 1.8em;
	color:#FFF;
    font-weight: bold;
    margin-bottom: 20px;
}

.treatment-policy-text h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 1.6;
}

.treatment-policy-text p {
    font-size: 1em;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* 診療設備セクション */
.medical-equipment {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
}

/* 全体の幅を調整 */
.medical-equipment-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

/* テキストエリア */
.medical-equipment-text {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

/* 画像エリア */
.medical-equipment-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 院内環境 & 医療機器セクション */
.medical-facility {
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
}

/* タイトル */
.medical-facility-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #5ac05a;
}


/* 4列のコンテナ */
.medical-facility-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 均等配置 */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 各アイテム（施設・医療機器） */
.facility-item {
    width: calc(25% - 15px); /* 4列 (gapの影響を考慮) */
    background: #fff;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}

.facility-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.facility-item h3 {
    font-size: 1.2em;
    margin: 16px 0;
    color: #5ac05a;
}

.facility-item p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}

/*treatment-policy end*/
/*price plan star */
/* === 価格ページのスタイル === */
.price-section {
    max-width: 1280px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

.price-title {
    font-size: 28px;
    color: #5ac05a;
    margin-bottom: 10px;
}

.price-note {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 30px;
}

.price-subtitle {
    font-size: 22px;
    color: #5ac05a;
    margin-top: 40px;
    text-align: left;
    border-bottom: 2px solid #5ac05a;
    padding-bottom: 5px;
}

/* === 料金表のスタイル === */
.price-table-wrapper {
    overflow-x: auto; /* スマホでは横スクロール */
    margin-top: 20px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* スマホ対応 */
}

.price-table th, .price-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

.price-table th {
    background-color: #38a663;
    color: white;
    font-weight: bold;
}

.price-table td {
    background-color: #fff;
    color: #333;
}

.price-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* access start */
/* === アクセスページ全体 === */
.access {
    max-width: 1280px;
    margin: 50px auto;
    padding: 20px;
}

.access-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* === 画像エリア === */
.access-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.access-main-image {
    width: 100%;
    border-radius: 8px;
}

.access-sub-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.access-sub-images img {
    width: 49%;
    border-radius: 8px;
}

/* === 情報エリア === */
.access-info {
    flex: 1;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.access-title {
    font-size: 28px;
    color: #5ac05a;
    margin-bottom: 10px;
}

.access-address {
    font-size: 1em;
    margin-bottom: 10px;
}

.access-map-btn, .access-reserve-btn {
    display: inline-block;
    background-color: #38a663;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.access-phone {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
}

.access-route, .access-parking {
    font-size: 1em;
    margin: 5px 0;
}

/* === 診療時間表 === */
.access-schedule {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 10px;
}

.access-schedule th, .access-schedule td {
    padding: 8px;
    border: 1px solid #ddd;
}

.access-schedule th {
    background-color: #38a663;
    color: white;
}

/* === 追加情報（治療内容・感染症対策・特徴） === */
.access-section {
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.access-section h3 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 5px;
}

/* 一般歯科start */

.section {
      width: 100%;
      padding: 60px 20px;
    }

.green-bg {
      background-color: #e4f3e3;
    }

    .white-bg {
      background-color: #ffffff;
    }

    .general-dentistry .content {
      max-width: 1280px;
      margin: 0 auto;
    }

    .general-dentistry h1 {
      font-size: 28px;
      text-align: center;
      color: #5ac05a;
      margin-bottom: 20px;
    }

    .general-dentistry .intro-text {
      text-align: center;
      font-size: 16px;
      max-width: 1000px;
      margin: 0 auto 40px;
    }

    .general-dentistry-block {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-bottom: 60px;
      flex-wrap: wrap;
    }

   /* .general-dentistry-block:nth-child(even) {
      flex-direction: row-reverse;
    }*/

    .general-dentistry-img {
      flex: 1 1 40%;
    }

    .general-dentistry-img img {
      width: 100%;
      border-radius: 10px;
    }

    .general-dentistry-text {
      flex: 1 1 55%;
    }

    .general-dentistry-text h3 {
      font-size: 22px;
      color: #5ac05a;
      margin-bottom: 10px;
    }

/* リスク・副作用部分をスクロール可能に */
.risk-scroll {
  max-height: 200px;      /* 表示領域の高さ（お好みで調整） */
  overflow-y: auto;       /* 縦スクロールを有効に */
  padding: 12px;          /* 内側の余白 */
  border: 1px solid #ddd; /* 枠線 */
  background-color: #fafafa; /* 背景色（お好みで） */
  border-radius: 4px;     /* 角丸（お好みで） */
margin-top: 20px;
}

/* スクロールバーを細めにする（WebKit ブラウザ向けの例） */
.risk-scroll::-webkit-scrollbar {
  width: 6px;
}
.risk-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}

/* 一般歯科end */


/*小児歯科start*/

.pediatric-dentistry-section {
  padding: 60px 20px;
}
.pediatric-dentistry-section .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.pediatric-dentistry-section h2,
.pediatric-dentistry-section h3 {
font-size: 22px;
  color: #5ac05a;
  margin-bottom: 30px;
  text-align: center;
}
/*
.pediatric-dentistry-section .flex {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.pediatric-dentistry-section .reverse {
  flex-direction: row-reverse;
}
.pediatric-dentistry-section .image img {
  width: 100%;
  border-radius: 10px;
  max-width: 500px;
}
.pediatric-dentistry-section .text {
  flex: 1;
}*/
.pediatric-dentistry-section .double-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.pediatric-dentistry-section .box {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.pediatric-dentistry-section .box h4 {
	font-size:18px;
	color:#5ac05a;
	margin-bottom: 10px;
}
.pediatric-dentistry-section .box img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
}


/*小児歯科end*/



/* 口腔外科oral-surgery 固定ページ用スタイル */
.oral-surgery-section {
  padding: 60px 20px;    /* 上下60px・左右20px：小児歯科と同じ */
  margin: 0 auto;
}
.oral-surgery-inner {
  max-width: 1280px;
  margin:0 auto;
}
/* clearfix for float layouts */
.oral-surgery-inner::after {
  content: "";
  display: table;
  clear: both;
}


/* 見出し・本文フォント */
.oral-surgery-title {
  font-size: 32px;       /* 小児歯科と同じ */
  color: #5ac05a;
  text-align: center;
  margin-bottom: 20px;
}
.oral-surgery-lead {
  font-size: 18px;       /* 小児歯科と同じ */
  color: #333333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}

/* 画像＋テキスト部分（2カラム） */
.oral-surgery-img {
  width: calc(50% - 20px);
  float: left;
  margin-right: 40px;
}
.oral-surgery-img img {
  width: 100%;
  height: auto;
  display: block;
}
.oral-surgery-text {
  flex: 1 1 55%;
}
/* 小見出しと本文 */
.oral-surgery-text h3 {
  font-size: 24px;
  color: #5ac05a;
  margin-bottom: 20px;
}
.oral-surgery-text p {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}


/*　口腔外科　end */

/* 審美歯科start */
.aesthetic-dentistry-section {
  width: 100%;
  padding: 60px 20px;
}

.aesthetic-dentistry-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.aesthetic-dentistry-subtitle {
  font-size: 22px;
  text-align: center;
  color: #5ac05a;
  margin-bottom: 40px;
}

.aesthetic-dentistry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.aesthetic-dentistry-card {
  text-align: center;
}

.aesthetic-dentistry-card img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 15px;
  border-radius: 10px;
}

.aesthetic-dentistry-card h4 {
  color: #333;
  margin-bottom: 10px;
}



/* 審美歯科end */
/*doctor page start */
/* 見出し */
.doctor-title,
.doctor-subtitle {
  color: #256e45;
  margin-bottom: 1rem;
  border-left: 4px solid #256e45;
  padding-left: 1rem;
}
.doctor-title {
  font-size: 2.4rem;
}
.doctor-subtitle {
  font-size: 1.8rem;
}

.general-dentistry .doctor_section-title {
  text-align: center;
  font-size: 28px;
  color: #5ac05a;
  margin-bottom: 40px;
}

/* リード */
.doctor-lead {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
/* ごあいさつ */
.doctor-greet {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.doctor-greet-photo img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
}
.text-right {
  text-align: right;
}

.general-dentistry-text ul li {
  list-style: none;
  line-height: 2em;
}

.general-dentistry-text dl {
	line-height: 2em;
}
/* プロフィール */
.doctor-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.doctor-profile-photo img {
  width: 100%;
  max-width: 240px;
  border-radius: 50%;
}
/* Q&A */
.doctor-qa dt {
  font-weight: bold;
  margin-top: 1em;
}
.doctor-qa dd {
  margin: 0 0 1em 1em;
}
/* 新スタイル：ドクター名 */
.general-dentistry .doctor-name {
  font-size: 22px;
  color: #5ac05a;
  margin-bottom: 12px;
  display: block;
  border-bottom: 2px solid #5ac05a;
}

.general-dentistry .doctor-jp {
  font-size: 14px;
  color: #333;
  display: inline;
}

/* 新スタイル：経歴タイトル */
.general-dentistry .doctor-career-title {
  display: block;
  font-size: 22px;
  color: #5ac05a;
  margin-top: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #5ac05a;
}

.general-dentistry .doctor-career-list li {
  margin-bottom: 6px;
}



/*doctor page end */

/*ホワイトニング */

/* グリッドレイアウト：PCは2列、スマホは1列 */
.whitening-warning-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .whitening-warning-grid {
    grid-template-columns: 1fr;
  }
}

/* サブタイトル共通 */
.pediatric-dentistry-section h3,
.general-dentistry .pediatric-dentistry-section h3,
h3 {
  /* 既存 h3 を残しつつ、同様のスタイルを適用 */
}

/* 小見出し（h4）のスタイル */
.warning-subtitle {
  font-size: 1.2rem;
  color: #5ac05a;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #5ac05a;
  display: block;
}

/* 各項目 */
.warning-item {
  margin-bottom: 20px;
}
.warning-item strong {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.warning-item p {
  margin: 0;
  line-height: 1.6;
}

/*プライバシー */

    .privacy-policy-wrapper {
      max-width: 1280px;
      margin: 0 auto;
      padding: 40px 20px;
    }
    .privacy-policy-wrapper h1 {
      font-size: 28px;
  text-align: center;
  color: #5ac05a;
  margin-bottom: 20px;
    }
    .privacy-policy-wrapper h2 {
      font-size: 22px;
      color: #5ac05a; /* 薄い緑色 */
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .privacy-policy-wrapper p,
    .privacy-policy-wrapper li {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 20px;
    }
    .privacy-policy-wrapper ul {
      padding-left: 20px;
      margin-bottom: 20px;
    }

/*プライバシーend*/
/* アーカイブページ */
.news-archive .archive-title {
  font-size: 2em;
  margin: 40px 0 20px;
  color: #5ac05a;
  text-align: center;
}

.news-list {
  list-style: none;
  padding: 40px 0;
  margin: 0;
}

.news-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
	font-size:18px;
}

.news-item a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
}

.news-date {
  color: #999;
  font-size: 0.9em;
}

.news-title {
  flex: 1;
  margin-left: 10px;
}

/* 個別投稿ページ */
/* 共通設定 */
.archive-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.archive-hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.archive-hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.archive-hero-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* ← フィルター濃度調整 */
  z-index: 1;
}

.archive-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}

.archive-hero-text .main-title {
  font-size: 36px;
  font-weight: bold;
}

.archive-hero-text .sub-title {
  font-size: 18px;
  margin-top: 8px;
}
.news-featured-image {
  margin: 30px auto;
  text-align: center;
}

.news-featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-single .news-article-title {
  font-size: 28px;
  margin: 40px 0 20px;
  color: #5ac05a;
  text-align: center;
}

.news-article-meta {
  text-align: center;
  color: #999;
  margin-bottom: 20px;
}

.news-article-content {
  line-height: 1.8;
  font-size: 1em;
  color: #333;
}

.news-article-back {
  margin-top: 40px;
  text-align: center;
}

.news-article-back a {
  color: #5ac05a;
  text-decoration: none;
}

/* ページネーション */
.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
}

.pagination .current {
  background: #5ac05a;
  color: #fff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	
	/*見出し */
	.page-title {
		font-size:2.0em;
	}
	
	.general-dentistry h1 {
		font-size:22px;
	}
	.privacy-policy-wrapper h1 {
      font-size: 22px;
	}
	
	.medical-facility-title {
    font-size: 22px;
	}
	
	.access-title {
    font-size: 22px;
	}
	.news-single .news-article-title {
  font-size: 22px;
	}
	
	.general-dentistry .doctor_section-title {
		font-size: 22px;
	}
	
	.general-dentistry .doctor-name {
		font-size:22px;
	}
	
    .treatment-policy-wrapper {
        flex-direction: column;
    }

    .treatment-policy-image {
        order: 1;
        z-index: 1;
    }

    .treatment-policy-text {
        order: 2;
        text-align: left;
        padding: 30px 20px;
        z-index: 2; /* モバイルでもテキストが上に来るように設定 */
    }
}


/* treatment-policy end */
/* スマホ表示 (768px以下) */
@media screen and (max-width: 768px) {
	.logo img {
		width:150px;
	}
    .footer-content {
        flex-direction: column;
		padding:0 20px;
    }

    .info-section, .map-section {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
	.footer-nav {
        flex-wrap: wrap; /* 複数行に対応 */
        gap: 15px; /* 項目間の余白を少し広げる */
    }

    .footer-nav li {
        width: calc(33.333% - 10px); /* 3つ並ぶ幅に調整 */
    }
}


/* スマホ用スタイル (768px以下) */
@media screen and (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .title-desktop {
        display: none; /* PC用タイトルを非表示 */
    }

    .title-mobile {
        display: block; /* スマホ用タイトルを表示 */
        text-align: center;
        margin-bottom: 20px;
    }

    .text-section {
        text-align: center;
        width: 100%;
    }
	.image-section_pc {
		display:none;
	}

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

    .equipment-image {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* --- Responsive Styles for Mobile --- */
@media (max-width: 768px) {

    /* Layout adjustments for small screens */
    .content-wrapper {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
        text-align: center;
    }

    .btn-introduction,
    .btn-policy,
    .btn-equipment,
    .btn-details {
        margin: 0 auto;
    }

    /* Specific adjustments for sections */
    .treatment-policy .content-wrapper {
        text-align: center;
    }

    .treatment-policy .left-column {
        order: 1;
    }

    .treatment-policy .right-column {
        order: 2;
    }

    .doctor-introduction .content-wrapper {
        text-align: center;
    }

    .doctor-introduction .left-column {
        order: 1;
    }

    .doctor-introduction .right-column {
        order: 2;
        text-align: left; /* Keep text left-aligned */
    }

  .title-desktop {
        display: none; /* デスクトップ用タイトルを非表示 */
    }
    .title-mobile {
        display: block; /* スマホ用タイトルを表示 */
        text-align: center;
        margin-bottom: 20px;
    }

    .medical-equipment {
        text-align: left;
    }

    .equipment-image {
        margin-bottom: 20px;
    }

    .care-list {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }

    .care-item {
        width: 100%;
        height: auto;
    }

    /* Feature Section Adjustments */
    .feature-item {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .feature-image {
        margin: 0 0 20px 0;
    }

    .feature-content {
        text-align: center;
    }

    /* Header Adjustments */
    .pc-menu,
    .phone-number {
        display: none;
    }

    .hero-slider {
        height: 300px;
    }

	.header-inner {
		padding:0 20px;
	}
    .pc-menu {
        display: none;
    }

    .outer-menu {
        display: flex;
    }
	
	.sp-menu li ul {
        display: none;
    }

    /* Information Area */
    .information {
        display: block;
    }

    .information .info-title,
    .information .info-content {
        flex: none;
        width: 100%;
        padding: 0;
    }

    .information .info-content {
        padding-top: 10px;
    }
	.br_sp {
		display:none;
	}

/* page.php spstart*/
	.page-hero {
        height: 250px; /* スマホでは高さを調整 */
    }

    .hero-title {
        font-size: 1.8em;
    }

    .page-sub-title {
        font-size: 1em;
    }

/*medical-equipmen start */
 .medical-equipment-wrapper {
        max-width: 100%;
    }

    .medical-equipment-text {
        font-size: 1em;
        padding: 0 15px;
    }	
    .facility-item {
        width: calc(50% - 10px); /* 2列 */
    }
/*price sp start*/
	 .price-title {
        font-size:22px;
    }

    .price-subtitle {
        font-size: 1.3em;
    }

    .price-table th, .price-table td {
        padding: 8px;
        font-size: 0.9em;
    }

/* access sp start*/
	 .access-wrapper {
        flex-direction: column;
        align-items: center;
		flex-wrap: nowrap;
    }

    .access-sub-images {
        flex-direction: row;
        justify-content: space-around;
    }

    .access-info {
        text-align: center;
        width: 100%;
    }
	
	/*一般歯科sp　start*/
 .section {
    padding: 40px 15px; /* スマホ時は左右の余白を小さく */
    overflow-x: hidden; /* 横スクロール防止 */
  }

  .general-dentistry-block {
    margin-bottom: 40px;
  }

  .general-dentistry-text,
  .general-dentistry-img {
    width: 100%;
    flex: none;
  }
		/*一般歯科sp　end*/
	
	/*小児歯科sp　start*/
	.pediatric-dentistry-section .flex {
    flex-direction: column;
  }
		/*小児歯科sp　end*/
	/* news start */
	.news-item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-title {
    margin-left: 0;
    margin-top: 5px;
  }
	/* news end */
	
	/*口腔外科　start*/
	
.oral-surgery-section {
    padding: 40px 10px;          /* パディングをやや狭く */
  }
  .oral-surgery-title {
    font-size: 28px;             /* タイトルを少し小さく */
    margin-bottom: 15px;
  }
  .oral-surgery-lead {
    font-size: 16px;             /* リード文を少し小さく */
    margin-bottom: 30px;
  }
  .oral-surgery-inner {
    display: block;              /* フロートを解除 */
  }
  .oral-surgery-img,
  .oral-surgery-text {
    width: 100%;                 /* 全幅表示 */
    float: none;
    margin: 0 0 20px 0;          /* セクション間の余白 */
  }
  .oral-surgery-text h3 {
    font-size: 20px;             /* 小見出しを少し小さく */
    margin-bottom: 15px;
  }
  .oral-surgery-text p {
    font-size: 16px;             /* 本文を少し小さく */
    margin-bottom: 0;
  }
	
	/*口腔外科　end*/
	/* 審美歯科start */
	 .flex-container {
    flex-direction: column;
  }

  .aesthetic-dentistry-text,
  .aesthetic-dentistry-image {
    flex: 1 1 100%;
  }

  .aesthetic-dentistry-title {
    font-size: 22px;
  }

  .aesthetic-dentistry-subtitle {
    font-size: 20px;
  }
	/* 審美歯科end */
	
	.footer-nav li:last-child {
        width: calc(100% - 10px); /* 3つ並ぶ幅に調整 */
    }
	
		.br_sp {
	display:block;
}
	
}
