@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(21px, 2.5vw, 28px);
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.5vw, 17px);
	text-align: center;
	margin-inline: auto;
	color: #916c2b;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		/*text-align: left;*/
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
	font-weight: 400;
}
.spot__heading03 h3:first-letter {
	font-size: 140%;
	color: var(--accent-color3);
	margin-right: 2px;
}
.spot__heading03 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(27px,9vw,40px);
	text-align: left;
	top: -35px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--main-color);
	opacity: 0.3;
	/*transform: rotate(-8deg);*/
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin: -5px 0 0.9vw 0;
	position: relative;
	z-index: 1;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--accent-color2);
	border-left: 2px solid var(--accent-color3);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--accent-color2);
	border-bottom: 2px solid var(--accent-color3);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff8a;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 90%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin: 20px auto;
}
.kakomi-tag01 p {
	background-color: #65943736;
	padding: 3px 7px 5px 7px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 160px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 50px;
	font-family: "Zen Kaku Gothic New", serif;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: left; /* 水平方向の中央揃え */
}
@media (max-width: 968px) {
	.kakomi-tag01 {
		width: 100%;
	}
}
@media (max-width: 568px) {
	.kakomi-tag01 .end{
		text-align: right;
	}
}
/*印刷時*/
@media print{
	.kakomi-tag01 {
		display: flex;
		flex-wrap: wrap; /* 子要素を折り返す */
		gap: 10px;
		width: 90%;
		justify-content: space-between; /* 左右のボックスを揃える */
		margin: 20px auto;
	}
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px solid #e4e4e4;
	padding: 15px 20px;
	margin: 20px auto;
}
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}

.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	/*background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin: 1.5rem auto 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
	color: var(--accent-color2)
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: #c18184;
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}
/*ika表示*/
@media print, screen and (min-width: 449px) {
	.ika {
		display: none;
	}
}
/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: clamp(1px,1.5vw,20px);
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px, 2.4vw, 33px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: 5px;
	background: linear-gradient(to right, #1B4875, #429DA8, #A9D3D6);
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	font-family: "WindSong", serif;
	font-family: "Corinthia", cursive;
	margin: 0 auto;
	font-size: clamp(35px,7vw,50px);
	text-align: center;
	top: -1.0em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	opacity: 0.5;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}


/* お知らせ欄 */
.news-section {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 30px;
	border: 3px double #0F976B59;
	border-radius: 8px;
	margin: 30px 0;
}
/**/
@media screen and (max-width: 567px) {
	.news-section {
		padding: 20px 20px;
	}
}
.news-heading {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 600;
	line-height: 1.3;
	margin: 10px 0;
	padding: 3px 2px 5px 47px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background: url(../img/icon02.png) no-repeat 3px center;
	background-size: 40px;
	min-height: 40px;
	color: #105542;
	background-color: #badbd238;
}
.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-item {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	font-family: "Zen Kaku Gothic New", serif;
}
.news-item > .new-icon {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #b02f2f;
	background-color: #f9dc6b4f;
	padding: 2px 5px;
	margin-right: 12px;
	border-radius: 3px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
.news-date {
	font-weight: 600;
	color: var(--accent-color2);
	margin-right: 15px;
	display: inline-block;
	min-width: 90px;
}
.news-title {
	display: inline-block;
	font-weight: 600;
}
.news-body {
	margin-top: 5px;
	color: #333;
}
/* モバイル対応 */
@media screen and (max-width: 767px) {
	.news-date,
	.news-title {
		display: block;
		/*margin-bottom: 4px;*/
	}
}
/*印刷時の為*/
@media print{
	.news-date {
		font-weight: 600;
		color: var(--accent-color2);
		margin-right: 15px;
		display: inline-block;
		min-width: 90px;
	}
	.news-title {
		display: inline-block;
		font-weight: 600;
	}
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: center;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}

/**/
.sec1 {
	padding: var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-color: #f6f9f4;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/**/
.performance-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 35px;
	margin: 60px 0 40px;
	padding: 0;
	list-style: none;
	font-family: "Zen Kaku Gothic New", serif;
}
.performance-list li {
	background: #ffffffcf;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}
.performance-list li:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.performance-list .badge {
	position: absolute;
	top: -12px;
	left: 16px;
	background: linear-gradient(135deg, var(--accent-color1, #2a5dad), #4e90e3);
	color: #fff;
	font-size: 0.9rem;
	padding: 6px 12px;
	border-radius: 999px;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.performance-list p {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.6;
}
.btn-wrap {
	text-align: center;
	margin-top: 24px;
}
.btn-more {
	display: inline-block;
	background-color: var(--accent-color1);
	color: #fff;
	padding: 10px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: background-color 0.3s ease;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
}
.btn-more:hover {
	background-color: #105542;
}

/* スマホ調整 */
@media (max-width: 568px) {
	.performance-list li {
		padding: 20px;
	}
}
/* 印刷用 */
@media print {
	.performance-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		gap: 32px;
		margin: 60px 0 40px;
		padding: 0;
		list-style: none;
		font-family: "Zen Kaku Gothic New", serif;
	}
}


/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0;/*フッターと別カテ*/
	/*padding: 50px 0 10px 0;*//*フッターと一体型*/
	background-color: #efede5;
	background-size: 4px 4px;
	background-image: repeating-linear-gradient(45deg, #e6dbdb 0, #e6dbdb 0.4px, #f9f4f4 0, #f9f4f4 50%);
}
.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
}

@media (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.topbnr_sec{
		background-color: #4d4d4d30;
	}
}
/*印刷用*/
@media print{
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
	}
}







/*======= 当院についてページ ======*/
/*1. 当院について（はじめに）*/
.about-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*2. 当院が選ばれる理由（制度・診療体制・通いやすさ）*/
.about-sec2 {
	padding: var(--v-space) 0 0 0;
}
/*flexで*/
.choose-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}

.choose-summary-container article {
	width: calc((100% - 40px) / 3); /* gap分引いた上で4分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.choose-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.choose-summary-container {
		justify-content: center;
	}
	.choose-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.choose-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.choose-summary-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}
h4.fuz-tit {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.7vw, 19px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.choose-summary-container p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}



/*3. 当院の特徴（アクセス・予約・幅広い対応）*/
.about-sec3 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*見出し：アイコン別バージョン*/
.heading03-2 {
	/*font-family: "Zen Kaku Gothic New", serif;*/
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #66533b;
	font-weight: 400;
	font-size: clamp(23px, 2.5vw, 30px);
	margin-bottom: 10px;
	position: relative;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
}
.heading03-2::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 70px);
	background-image: url(../img/icon04.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 70px;
	top: -50px;
}

/*POINT部分*/
.features {
	max-width: 900px;
	margin: 50px auto;
	padding: 0 20px;
	font-family: sans-serif;
}
/* ボックスデザイン */
.feature-box {
	position: relative;
	background: #fff;
	border-left: 5px solid #4db6ac;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 1.5s ease-out forwards;
}
.feature-content h3 {
	font-family: "Zen Kaku Gothic New", serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: clamp(19px, 2vw, 23px);
	color: #00796b;
}
.feature-content p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1em;
	line-height: 1.6;
	color: #444;
}

/* アニメーション */
@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadein-up.delay1 {
	animation-delay: 0.3s;
}
.fadein-up.delay2 {
	animation-delay: 0.9s;
}
.fadein-up.delay3 {
	animation-delay: 1.5s;
}

/* リボンスタイル */
.ribbon-wrapper {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}
.ribbon {
	display: inline-block;
	background: #ff7043;
	color: white;
	padding: 5px 15px;
	font-size: 0.9em;
	font-weight: bold;
	border-radius: 3px 3px 3px 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	animation: ribbonFloat 2.5s ease-in-out infinite alternate;
}
/*動きだけ止めて、リボン自体は表示したい場合*/
/* ここも削除 or 無効化（アニメの適用部分） ↓*/
.ribbon {
  /* ...その他のスタイル */
  /* animation: ribbonFloat 2.5s ease-in-out infinite alternate; */ /* ←この行だけ削除すればOK */
}


/*動きだけ止めて、リボン自体は表示したい場合*/
/* このアニメーション定義を削除（またはコメントアウト） */
/* リボンのふわふわ動き */
@keyframes ribbonFloat {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(5px);
	}
}
/*↑*/

/* テキストと画像横並び（スマホ以下では縦並び） */
.text-with-image {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}
.text-with-image p {
	flex: 1;
	margin: 0;
}
.text-with-image img {
	max-width: 300px;
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
}

/* 768px以下で画像を下に移動 */
@media (max-width: 768px) {
	.text-with-image {
		flex-direction: column;
	}
	.text-with-image img {
		margin-top: 15px;
		max-width: 100%;
	}
}
/* 印刷用 */
@media print {
	.text-with-image {
		display: flex;
		flex-direction: row !important; /* 横並びに強制 */
		align-items: flex-start;
		gap: 20px;
		flex-wrap: wrap;
	}
	.text-with-image p {
		flex: 1;
		margin: 0;
	}
	.text-with-image img {
		max-width: 300px;
		width: 100%;
		height: auto;
		border-radius: 6px;
		object-fit: cover;
		margin-top: 0 !important; /* モバイル用の余白を打ち消す */
	}
}


/*5. 歯科定期検診の7つのメリット（説得力強化）*/
.about-sec5 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #f9f6f6;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*リスト*/
.processing-list {
	font-family: "Zen Kaku Gothic New", serif;
	list-style: none;
	padding: 0;
	margin: 50px auto 0 auto;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	gap: 11px;
	counter-reset: list;
}
.processing-list li {
	font-size: clamp(15px, 1.7vw, 18px);
	line-height: 1.7;
	padding: 7px 20px 7px 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
	position: relative;
	transition: background 0.3s;
	display: flex;
	align-items: flex-start;
}

.processing-list li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.9em;
	width: 25px;
	height: 25px;
	background-color: var(--accent-color1);
	/* border: 1px solid #9c9c9c; */
	border-radius: 5px;
}

.processing-list li:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0.6em;
	left: 1.3em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.processing-list li:hover {
	background-color: #e1b8ba33;
}
@media only screen and (max-width: 568px) {
	.processing-list {
		gap:10px;
	}
	.processing-list li {
		font-size: 14px;
		padding: 8px 5px 8px 35px;
		line-height: 1.5;
	}
	.processing-list li:before {
		content: "";
		position: absolute;
		top: .7em;
		left: 0.5em;
		width: 20px;
		height: 20px;
		background-color: var(--accent-color1);
		/* border: 1px solid #9c9c9c; */
		border-radius: 5px;
	}
	.processing-list li:after {
		content: "";
		position: absolute;
		width: 5px;
		height: 10px;
		top: .8em;
		left: .9em;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
}



/*6. 歯科定期検診の重要性（ソリューション提示）*/
.about-sec6 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.sec6tx{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.6vw, 17px);
	line-height: 1.9;
	text-align: justify;
}
@media (max-width: 568px) {
	.sec6tx{
		line-height: 1.7;
	}
}

/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
/*
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	/*.sec-adimg-container-item1 { display: none; }*/
	.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
	/*.sec-adimg-container-item5 { display: none; }*/
}
/*------------------------------------------------*/







/*======= 診療内容ページ ======*/
.services-sec1 {
	padding: var(--v-space3) 0 30px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*---- 各ページ遷移バナー ----*/
.btn-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
	margin: 40px auto 30px auto;
	max-width: 1000px;
}
.btn-group > div {
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	background-color: transparent;
}

/* 画像とオーバーレイとテキストを包むラッパー */
.img-wrapper {
	position: relative;
	border-radius: 7px;
	/*aspect-ratio: 1 / 1;*/
	overflow: hidden;
}
@media (max-width: 568px) {
	.img-wrapper {
		position: relative;
		border-radius: 7px;
		aspect-ratio: unset;
		overflow: hidden;
	}
}
/* 画像本体 */
.img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* グラデーションオーバーレイ */
.img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(147, 82, 82, 0.7), rgba(193, 133, 133, 0.7), rgba(236, 207, 207, 0.7));
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

/* ホバーでオーバーレイ表示 */
.img-wrapper:hover .img-overlay {
	opacity: 1;
}

/* 補足文字 :番号を大きく載せてもOK*/
.img-wrapper p {
	position: absolute;
	top: 0;
	/*left: 20px;*/
	padding: 10px;
	color: #637680;
	z-index: 2;
	/*margin: 10px 0 0 0;*/
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2em;
	font-size: clamp(15px, 1.6vw, 17px);
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}

/* h3 テキスト */
.img-wrapper h3 {
	font-family: 'Noto Serif JP', serif;
	color: var(--accent-color2);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffffdc;
	padding: 11px 15px 13px 45px;
	font-size: clamp(16px,1.6vw,17px);
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	z-index: 2;
	transition: all 0.3s ease;
	margin: 0;
}
@media (max-width: 568px) {
	.img-wrapper h3 {
		font-size: clamp(18px, 2vw, 22px);
	}
}

/* 飾り線 */
.img-wrapper h3::before {
	content: "―";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--accent-color3);
	font-size: 1.2em;
}

/* ホバー時のテキスト変化 */
.img-wrapper:hover h3 {
	background-color: transparent;
	text-align: center;
	color: #fff;
	padding-left: 0;
}

.img-wrapper:hover h3::before {
	content: "→";
	position: absolute;
	right: 25px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.2em;
	font-weight: 300; /* ここで細さを調整 */
}

/*印刷用*/
@media print{

}


/* タイトルとサブタイトル（短い線で装飾） */
.heading-decoration2 {
	font-size: clamp(25px, 2.7vw, 30px);
	min-height: 0vw;
	font-weight: 400;
	color: #444;
	font-family: 'Noto Serif JP', serif;
}
/*今回*/
.heading-decoration2:first-letter {
	color: var(--accent-color3);
}
/*↑*/
.heading-decoration2::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px var(--main-color);
	margin-top: 0.3em;
}
.heading-decoration2 + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: var(--main-color);
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 16px);
}

@media screen and (max-width: 767px) {
	.heading-decoration2 {
		text-align:center;
	}
	.heading-decoration2::after {
		margin-right:auto;
		margin-left:auto;
	}
	.heading-decoration2 + p {
		text-align:center;
	}
}





/*口腔ケアと各種相談*/
.services-sec2 {
	padding: var(--v-space) 0 40px 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*矯正歯科（自由診療）*/
.services-sec3 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*カードレイアウト*/
.serv_sec3_subcontainer {
	margin: 30px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
}
@media (max-width: 568px) {
	.serv_sec3_subcontainer {
		margin: 20px 0;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	}
}
.serv_sec3_card {
	background: var(--card-bg);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 20px;
	transition: transform 0.3s ease-in-out;
	background-color: #ffffff70;
	background-image: url("../img/bg_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.serv_sec3_card:hover {
	transform: scale(1.02);
}
/**/
.serv_sec3_card h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	border-left: 5px solid var(--main-color);
	padding: 3px 5px 5px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: rgba(41, 159, 101, 0.09);
	color: #444;
}


/*矯正歯科治療に伴う一般的なリスク・副作用*/
.services-sec4 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
h4.normh4 {
	font-size: clamp(16px, 1.7vw, 19px);
	font-family: "Zen Kaku Gothic New", serif;
	margin: 30px 0 10px 0;
}



/*4つの枠で3つ*/
/*flexで*/
.general-item-circle3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	max-width: 1100px;
}
.circle-item3 {
	width: calc((100% - 60px) / 4); /* gap分引いた上で4分割 */
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.general-item-circle3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0 50px 0;
		box-sizing: border-box;
	}
	.circle-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.circle-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}

/*円*/
.circle {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

/* ゆらゆらアニメーション */
@keyframes float-updown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px); /* 上に10px動く */
	}
}

/* 適用クラス */
.float-anim {
	animation: float-updown 3s ease-in-out infinite;
}

/* 遅延付きバリエーション */
.float-delay1 {
	animation-delay: 0s;
}
.float-delay2 {
	animation-delay: 1s;
}
.float-delay3 {
	animation-delay: 2s;
}











/*======= 初診の方へページ ======*/
/*初診の方へ*/
.fv-sec {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.pointwaku{
	border: 5px solid #e1b8bacc;
	border-radius: 17px;
	margin: 35px 0 20px 0;
	padding: 20px 40px;
	background-color: #ffffffc3;
}
@media (max-width: 568px) {
	.pointwaku{
		padding: 10px 23px;
	}
}

/*チェック*/
.dental-troubles-sec2 {
	padding: 150px 0 70px 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.dental-troubles-sec2::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	box-sizing: border-box;
}
/**/
.bg_d {
	background: #f9f8f8;
	padding: 50px 50px;
	margin: 20px 0;
	outline: 2px dashed #ccc;
	outline-offset: -0.8rem;
}
@media (max-width: 768px) {
	.bg_d {
		padding: 40px 30px;
	}
}
/**/
ul.dt_sec2_list{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.5vw,16px);
	list-style-type: none;
	column-count: 2;		/*リスト横並び数を指定*/
	gap: 2em;
}
.dt_sec2_list li+li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dt_sec2_list li {
	position: relative;
	padding: 4px 0 10px 25px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}
.dt_sec2_list li:after {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: clamp(15px,1.5vw,16px);
	height: clamp(15px,1.5vw,16px);
	border: 1px solid #9c9c9c;
	border-radius: 2px;
}
@media (max-width: 768px) {
	ul.dt_sec2_list{
		column-count: 1;		/*リスト横並び数を指定*/
	}
}
/*印刷時*/
@media print{
	ul.dt_sec2_list{
		font-family: "Zen Kaku Gothic New", serif;
		font-size: clamp(14px,1.5vw,16px);
		list-style-type: none;
		column-count: 2;		/*リスト横並び数を指定*/
		gap: 2em;
	}
}



/*診療の流れ*/
.flow-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/* ステップ全体 */
.step-flow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 5% 0 5%;
}
.step-flow-list {
	padding: 0;
	list-style: none;
	width: 100%;
	font-family: "Zen Kaku Gothic New", serif;
}
/* 各リストアイテム */
.step-flow-list li:not(:last-child) {
	margin-bottom: 40px;
}
.step-flow-list dl {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	background-color: #f2f2f2;
	position: relative;
	box-sizing: border-box;
}
/* ステップ矢印（三角） */
.step-flow-list li:not(:last-child) dl::before,
.step-flow-list li:not(:last-child) dl::after {
	content: "";
	position: absolute;
	top: 99.5%;
	left: 50%;
	transform: translateX(-50%);
	border: solid transparent;
}
.step-flow-list li:not(:last-child) dl::before {
	border-width: 22px;
	/* border-top-color: var(--accent-color1); */
}
.step-flow-list li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #f2f2f2;
}
/* 左側：STEPラベル＋画像 */
.step-flow-list dt {
	flex-basis: 20%;
	margin-right: 2vw;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
.icon-step {
	display: block;
	font-size: 0.6em;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.step-img {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 1px 0;
	max-width: 100%;
	height: auto;
}

/*各ステップの色*/
.bgc01{
	background: var(--main-color);
}
.bgc02{
	background: #d0a2a4;
}
.bgc03{
	background: #7a5f95;
}

.txcol01{
	color: var(--main-color);
}
.txcol02{
	color: #d0a2a4;
}
.txcol03{
	color: #7a5f95;
}

/* 右側：テキスト */
.step-flow-list dd {
	flex: 1;
	margin: 0;
}
.step-title {
	font-size: clamp(19px, 2vw, 21px);
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0;
}
.step-text {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.6;
}


/* 対応 */
@media (max-width: 868px) {
	.step-flow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 50px 0 0 0;
	}
}
@media (max-width: 650px) {
	.step-flow-list li:not(:last-child) {
		margin-bottom: 30px;
	}
	.step-flow-list dl {
		display: block;
		padding: 15px;
	}
	.step-flow-list dt {
		width: 100%;
		margin-right: 0;
	}
	.icon-step {
		font-size: 0.7em;
	}
	.step-flow-list dd {
		width: 100%;
		margin-top: 5px;
		text-align: justify;
	}
	.step-img {
		width: 50%;
	}
	.step-title {
		text-align: center;
	}
}
/*印刷時*/
@media print{
	.step-flow {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 50px 5% 0 5%;
	}
	.step-flow-list li:not(:last-child) {
		margin-bottom: 40px;
	}
	.step-flow-list dl {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 20px 30px;
		border-radius: 10px;
		background-color: #f2f2f2;
		position: relative;
		box-sizing: border-box;
	}
	.step-flow-list dt {
		flex-basis: 20%;
		margin-right: 2vw;
		text-align: center;
		font-size: 1.3em;
		font-weight: 600;
	}
	.icon-step {
		display: block;
		font-size: 0.6em;
		color: #fff;
		padding: 5px 10px;
		border-radius: 20px;
		margin-bottom: 10px;
		position: relative;
		z-index: 1;
	}
	.step-img {
		display: inline-block;
		vertical-align: middle;
		margin: 10px 0 1px 0;
		max-width: 100%;
		height: auto;
	}
	.step-flow-list dd {
		flex: 1;
		margin: 0;
	}
	.step-title {
		font-size: clamp(19px, 2vw, 21px);
		font-weight: 600;
		line-height: 1.2;
		margin: 10px 0;
	}
}



/*よくある質問*/
.faq-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 15px 25px 15px 20px;
	margin: 0 0 15px 0;
	font-size: clamp(15px, 1.5vw, 16px);
	/*border: 1px #f0efdd solid;*/
}
.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}
.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}
.faq-label.q {
	background-color: var(--main-color);
}
.faq-label.a {
	background-color: var(--accent-color2);
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 10px auto;
}






/*======= 医院案内ページ ======*/
/*初診の方へ*/
.clinic-sec {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 43px;
	width: 11em;
	box-sizing: border-box;
	background: url(../img/icon02.png) no-repeat 7px center;
	background-size: 30px;
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 11em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 43px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(101, 148, 55, 0.07);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}


/* グリッド全体 */
.category-blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 2em;
	padding: 0;
}
/* レスポンシブ対応 */
@media screen and (max-width: 1168px) {
	.category-blocks {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.category-blocks {
		grid-template-columns: 1fr;
	}
}
/* 印刷用 */
@media print {
	.category-blocks {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin-top: 2em;
		padding: 0;
	}
}

/* 各カテゴリブロック */
.category-block {
	background-color: #ecf5f2;
	border-radius: 6px;
	padding: 15px;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease;
}
.category-block:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* カテゴリ見出し（h4） */
.category-block h4 {
	font-size: clamp(14px, 1.5vw, 15px);
	color: var(--accent-color2);
	margin: 0.5em 0;
	border-left: 4px solid var(--accent-color2);
	padding: 1px 0 3px 10px;
	font-family: "Zen Kaku Gothic New", serif;
}



