@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:var(--main-color);
}
.spot-heading02{
	font-size: clamp(22px, 2vw, 27px);
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	color: var(--accent-color3);
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 2px solid var(--accent-color3);
	padding-bottom: 0.3em;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(16px,2vw,20px);
	font-weight: bold;
	text-align: center;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	color:var(--accent-color2);
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		text-align: left;
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3%;
	background-color: #999;
	margin: 1.1% auto;
}
@media only screen and (max-width: 767px) {
	.line {
		width: 1px;
		height: auto;
		padding-top: 8%;
		background-color: #999;
		margin: 1.3% auto;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% 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: "Zen Kaku Gothic New", 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;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #fdd500;
	opacity: 0.5;
	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-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}
/**/
.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: 2px 7px 3px 7px;
	margin: 2.5px 7px 5px 0;
	background-color: #DEEDF287;
	border: 1px solid var(--accent-color2);
	color: var(--accent-color3);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 14px);
	font-weight: 500;
}
.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: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: #6d9eb3;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 16px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	color: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	border-radius: 5px;
}
.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: right; /* 水平方向の中央揃え */
	font-family: "Zen Kaku Gothic New", serif;
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@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 15px;
	margin: 10px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	font-family: "Zen Kaku Gothic New", serif;
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 30px 2px;
	background-color: #ffffffc2;
}
/**/
.kukuri2 p{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.6;
	text-align: justify;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: #673568;
	background-image: url("../img/bg_01.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(20px, 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;
	/*max-width: 720px;*/
	line-height: 1.4;
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--main-color);
	font-size: clamp(16px, 1.8vw, 19px);
	font-weight: 700;
	margin: 5px auto 20px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
/*
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
*/
/*======= 共通 ======*/
.f-now{
	font-family: "Zen Maru Gothic", sans-serif;
}

/*------------------------------------------------*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0 clamp(20px, 5vw, 50px) 0;
	background-color: var(--base-color);
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
	font-family: "Zen Kaku Gothic New", serif;
}
/*小英文字*/
p.sentxt{
	font-size: clamp(11px, 1.2vw, 12px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	letter-spacing: 0.25em;
	text-align: center;
}
/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	/*margin-top: 0.7em;*/
	text-align: justify;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}






/*------------------------------------------------*/
/*当院について about*/
.sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/*各項目の見出しと文章*/
.lowerlayerh h3 {
	color: var(--accent-color3);
	font-size: clamp(25px, 2.7vw, 35px);
	line-height: 1.3;
	text-align: center;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 5px;
}
.lowerlayerh h3 + p {
	color: var(--main-color);
	font-size: clamp(15px, 1.6vw, 16px);
	text-align: center;
	margin-bottom: 25px;
}


/*患者さまのために心がけていること*/
.reasons {
	padding: 40px 20px;
}
.reason-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* PC時は4カラム */
	gap: 36px 24px; /* 縦・横の隙間 */
}
/* reason-item 共通スタイル */
.reason-item {
	background: #f9f9f9;
	border-left: 5px solid var(--accent-color2);
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reason-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}
/* 画像 */
.reason-img {
	width: 50%; /* PC時は50%で表示 */
	margin: 0 auto 12px;
}
.reason-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* テキスト */
.reason-text h3 {
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.3;
	margin-bottom: 13px;
	color: #1e3a5f;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 768px) {
	.reason-text h3 {
		font-size: clamp(17px, 1.8vw, 19px);
		line-height: 1.3;
		margin-bottom: 13px;
		color: #1e3a5f;
		text-align: justify;
		font-family: "Zen Maru Gothic", sans-serif;
	}
}
.reason-text p {
	font-size: clamp(14px, 1.5vw, 16px);
	text-align: justify;
	color: #444;
	line-height: 1.5;
	margin: 0;
}

/* タブレット（～1199px）3カラム */
@media (max-width: 1199px) {
	.reason-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* スマホ（～768px）1カラム ＋ 横並び */
@media (max-width: 768px) {
	.reason-list {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.reason-item {
		flex-direction: row;
		align-items: flex-start;
	}
	.reason-img {
		width: 80px;
		margin: 0 16px 0 0;
		flex-shrink: 0;
	}
}
/*印刷時*/
@media print{
	.reason-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 36px 24px;
	}
	.reason-item {
		background: #f9f9f9;
		border-left: 5px solid var(--accent-color2);
		border-radius: 8px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.08);
		padding: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	.reason-item:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 18px rgba(0,0,0,0.12);
	}
	/* 画像 */
	.reason-img {
		width: 50%; /* PC時は50%で表示 */
		margin: 0 auto 12px;
	}
	.reason-text h3 {
		font-size: clamp(17px, 1.8vw, 19px);
		line-height: 1.3;
		margin-bottom: 13px;
		color: #1e3a5f;
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
	}
}





/*------------------------------------------------*/
/*保険治療*/
.sec2 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 10px 10px, linear-gradient(#deebf2ab 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, #deebf2ab 0.8px, #ffffff 0.8px) -0.4px 0;
	background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}

/*端まで写真の背景色を突き抜ける装飾*/
/* 左に写真があるとき */
.spot_photo {
	position: relative;
	z-index: 1;
}
.spot_photo::after {
	content: "";
	position: absolute;
	top: 2rem;
	bottom: -1.5rem;
	left: calc(-1 * (100vw - 100%)/2); /* 左端まで */
	right: -1.5rem; /* 常に2rem右に広げる */
	background-color: #d8e8f070;
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 0 15px 15px 0;*/
	z-index: -1;
}
.spot_photo img{
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}

@media only screen and (max-width: 767px) {
	.spot_photo {
		margin-bottom: 10px;
	}
	.spot_photo::after {
		content: "";
		top: 1rem;
		bottom: -1rem;
		right: -1rem; /* 常に2rem右に広げる */
	}
}
/* 右に写真があるとき */
.spot_photo02 {
	position: relative;
	z-index: 1;
}
.spot_photo02::after {
	content: "";
	position: absolute;
	top: 2rem;
	bottom: -1.5rem;
	left: -1.5rem; /* 左に1.5rem出す */
	right: calc(-1 * (100vw - 100%) / 2); /* 右端まで突き抜ける */
	background-color: #b39f7c28;
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 0 15px 15px 0;*/
	z-index: -1;
}
.spot_photo02 img{
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}

@media only screen and (max-width: 767px) {
	.spot_photo02 {
		margin-bottom: 10px;
	}
	.spot_photo02::after {
		content: "";
		top: 1rem;
		bottom: -1rem;
		left: -1rem; /* 常に2rem左に広げる */
	}
}








/*------------------------------------------------*/
/*自費治療*/
.sec3 {
	padding: var(--v-space3) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*---- 各ページ遷移バナー ----*/
.btn-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
	margin: 0 auto;
}
@media only screen and (max-width: 567px) {
	.btn-group {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 20px;
	}
}
.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(63, 81, 181, 0.7), rgba(85, 133, 165, 0.7), rgba(200, 220, 235, 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: #807363;
	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: "Zen Maru Gothic", sans-serif;
	color: var(--accent-color3);
	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: bold;
	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(--main-color);
	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{

}



/*歯を失ってしまった方へ*/
.sec4 {
	padding: 150px 0 100px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.sec4::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: #f9f9f9;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	box-sizing: border-box;
}

.boxtlcc h3{
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 600;
	text-align: center;
	color: var(--accent-color3);
	font-family: "Zen Maru Gothic", sans-serif;
	padding: 7px 0 4px 0;
	line-height: 1;
}
.boxtlcc p {
	font-size: clamp(11px, 1.3vw, 14px);
	text-align: center;
	line-height: 1.7;
}

h4.ab{
	font-size: clamp(16px, 1.7vw, 18px);
	font-family: "Zen Kaku Gothic New", serif;
	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, 137, 159, 0.09);
	color: #444;
}

/*2つ*/
.general-item-container2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media screen and (max-width: 568px) {
	.general-item-container2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}
/* 印刷用 */
@media print {
	.general-item-container2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
/*装飾枠*/
.diagonal_s {
	background: #ece68780;
	padding: 13px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(200, 180, 160, 0.2);
	left: 10px;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}

.diagonal_s div {
	background: #ffffff;
	border: 1px solid #ece68780;
	border-radius: 10px;
	padding: 15px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.4;
	font-weight: 400;
	color: #444;
	text-align: justify;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.diagonal_s {
		width: 97%;
	}
}

.sec4fuzp {
	padding: 5px 3px 5px 5px;
	box-sizing: border-box;
	background-color: #f0ddb98a;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.2em;
	margin-top: 5px;
}
.sec4fuzp p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	text-align: center;
}
p.s4ffp {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.5;
	padding: 5px 7px;
	box-sizing: border-box;
	margin-bottom: 20px;
}




/*歯の色や歯並びが気になる方へ*/
.sec5 {
	padding: var(--v-space3) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04_l.png),url(../img/bg_04_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right center;
	background-size: 40%,20%;
}
@media screen and (max-width: 768px) {
	.sec5 {
		padding: var(--v-space3) 0;
		background-color: #f9f9f9;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_04_l.png),url(../img/bg_04_r.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right center;
		background-size: 70%,60%;
	}
}
/* 印刷用 */
@media print {
	.sec5 {
		padding: var(--v-space3) 0;
		background-color: #f9f9f9;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_04_l.png),url(../img/bg_04_r.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right center;
		background-size: 40%,20%;
	}
}
/* ラベル用の親コンテナ */
.general-item2 {
	position: relative;
	width: 100%;
	height: auto;
}

/* ラベル共通設定 */
.titb,
.tita {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: clamp(12px, 1.3vw, 14px);
	padding: 2px 7px 3px 7px;
	border-radius: 4px;
	font-weight: bold;
	z-index: 2;
	pointer-events: none;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 600;
}

/* BeforeとAfterで色分けも可能 */
.titb {
	background-color: rgba(51, 36, 20, 0.8);
}

.tita {
	background-color: rgba(25, 79, 132, 0.8);
}

h4.bah4{
	font-size: clamp(15px, 1.5vw, 16px);
	font-family: "Zen Kaku Gothic New", serif;
	margin: 3px 0;
	color: #2f6f3c;
}




/*金属のバネが気になる方へ*/
.sec6 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_05_l.png),url(../img/bg_05_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right center;
	background-size: 40%,20%;
}
@media screen and (max-width: 768px) {
	.sec6 {
		padding: var(--v-space3) 0;
		background-color: #fff;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_05_l.png),url(../img/bg_05_r.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right center;
		background-size: 70%,60%;
	}
}
/* 印刷用 */
@media print {
	.sec6 {
		padding: var(--v-space3) 0;
		background-color: #fff;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_05_l.png),url(../img/bg_05_r.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right center;
		background-size: 40%,20%;
	}
}


/*残った歯に負担をかけたくない方へ*/
.sec7 {
	padding: var(--v-space3) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04_l.png),url(../img/bg_04_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right center;
	background-size: 40%,20%;
}
@media screen and (max-width: 768px) {
	.sec7 {
		padding: var(--v-space3) 0;
		background-color: #f9f9f9;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_04_l.png),url(../img/bg_04_r.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right center;
		background-size: 70%,60%;
	}
}
/* 印刷用 */
@media print {
	.sec7 {
		padding: var(--v-space3) 0;
		background-color: #f9f9f9;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_04_l.png),url(../img/bg_04_r.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right center;
		background-size: 40%,20%;
	}
}
/*3つ*/
.general-item-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media screen and (max-width: 1168px) {
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
@media screen and (max-width: 968px) {
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}
/* 印刷用 */
@media print {
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}

p.bl5{
	border-left: 5px solid #ccc;
	background-color: rgba(181, 181, 181, 0.09);
	margin-top: 5px;
	padding: 0 5px 3px 10px;
	font-size: clamp(13px, 1.4vw, 15px);
}








/*新しいＸ線検査のこと、お話しましょう*/
.sec8 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* トピックスの全体デザイン */
.topics-container {
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	max-width: 1200px; /* 最大幅 */
	display: flex;
	justify-content: center;
}
/* トピックスボックス */
.topics-box {
	background-color: #ffffffc7;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	width: 100%;
	max-width: 970px;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
.topics-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* サブタイトル */
.topics-subtitle {
	font-size: clamp(20px, 1.53vw, 27px);
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.4;
	border-bottom: 1px dotted #555;
	padding: 5px 0;
}
.topics-box p{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.5;
	text-align: justify;
	font-weight: 600;
}
@media (max-width: 768px) {
	.topics-box {
		padding: 20px;
	}
}

.fa-tooth{
	margin-right: 5px;
	color: var(--accent-color2);
}
.fa-hand-point-up{
	margin-right: 5px;
	color: var(--accent-color1);
}
@media (max-width: 568px) {
	i.fa-tooth {
		display: none;
	}
}








/*------------------------------------------------*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space) 0;
	background-color: #eaf0f2;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 25px 15px 20px;
	margin: 0 0 15px 0;
	font-size: clamp(16px, 1.5vw, 17px);
}

.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-color3);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #ccc;
	margin: 10px auto;
}






/*------------------------------------------------*/
/*会社概要 info*/
.info_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #eeeae4, #eeeae4 1px, #fff 1px, #fff);
	/*background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;*/
}



/**/
.bg_b {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	border: 1px solid #e1e1e1;
}
@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: 15px 13px 15px 41px;
	width: 9em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.2;
	color: #1e304d;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 15px 13px;
	box-sizing: border-box;
	width: calc((100% - 9em) / 1);
	font-size: clamp(15px, 1.6vw, 18px);
}
/* 3行目（index 3）と4行目（index 4）の2列目のフォントサイズを変更 */
table.inftb tr:nth-of-type(3) td:nth-of-type(2),
table.inftb tr:nth-of-type(4) td:nth-of-type(2) {
	font-size: clamp(18px, 2vw, 22px); /* お好みでサイズ調整してください */
	font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
/* 3行目（index 3）の2列目の変更 */
table.inftb tr:nth-of-type(3) td:nth-of-type(2) {
	padding: 5px 13px;
}
@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(235, 241, 242, 0.61);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
	/* 3行目（index 3）の2列目の変更 */
	table.inftb tr:nth-of-type(3) td:nth-of-type(2) {
		padding: 5px 5px;
	}
}

/**/
.general-item-container5 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 30px 0 0 0;
}
@media (max-width: 768px) {
	.general-item-container5 {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*印刷時の為*/
@media print{
	.general-item-container5 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		margin: 30px 0 0 0;
	}
}

/**/
.general-item5 p {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(13px, 1.5vw, 16px);
	line-height: 1.5;
	/*text-align: center;*/
	padding: 5px 3px 5px 27px;
	box-sizing: border-box;
	background: url(../img/icon02.png) no-repeat 5px center;
	background-size: auto;
	background-size: 17px;
	background-color: #81b2c61c;
}











