@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/**/
.common_end {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*背景（各ページで変えることも可）*/
.combg-01{
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.common_end p {
	font-size: clamp(15px,1.5vw,16px);
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.bgfit{
	background-color: rgba(39, 77, 65, 0.65);
	max-width: 970px;
	padding: 55px 20px 20px 20px;
	margin: 0 auto;
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	font-size: clamp(14px,1.5vw,17px);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding-top: 25px;
}
.spot__heading03 span.subsh03 {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(50px,5vw,60px);
	text-align: center;
	top: -0.65em; /* 調整が必要かもしれません */
	left: 50%;
	transform: translateX(-50%);
	/*transform-origin: left top;*/
	pointer-events: none;
	/*white-space: nowrap;*/
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #ece9df;
	opacity: 0.8;
	z-index: 2;
}
/*
@media only screen and (max-width: 868px) {
	.spot__heading03 h3 {
		text-align: justify;
	}
}
*/
/*印刷用*/
@media print{
	.spot__heading03 h3 {
		font-size: clamp(14px,1.5vw,16px);
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
		line-height: 1.5;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 15px;
		font-weight: 600;
		text-align: center;
		color: #fff;
		padding-top: 25px;
	}
}




/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0 clamp(20px, 4vw, 30px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.greeting-haba {
	margin: 0 auto;
	max-width: 900px;
	padding: 1% 0 0 0;
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: var(--main-color);
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 65px;
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px,2.7vw,27px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: #425c82;
	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(50px,10vw,65px);
	text-align: center;
	/*top: -1.1em;*/
	top: -0.85em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #8ba867;
	opacity: 0.3;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--accent-color1);
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: 400;
	margin: 5px auto 10px auto;
	line-height: 1.4;
	/*font-family: "Zen Maru Gothic", sans-serif;*/
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/**/
p.grp2{
	font-size: clamp(15px, 1.4vw, 16px);
	line-height: 1.7;
	font-weight: 400;
	text-align: justify;
}


/*こだわり*/
.top_sec1{
	/*padding: clamp(20px, 4vw, 40px) 0;*/
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* spot: フルブリード画像 × テキストカード */
.full_imgtext {
	position: relative;
	padding:  clamp(35px, 5vw, 60px) 0;
	overflow-x: clip;
	overflow-x: hidden;
}
/* レイアウト：PCは画像＋カードの2エリア／SPは縦積み */
.full_imgtext .full_imgtext__grid{
	display: grid;
	grid-template-areas:
		"media"
		"card";
}
/* 画像：フルブリード（ビューポートいっぱいに突き抜け） */
.full_imgtext .full_imgtext__media{
	grid-area: media;
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: clamp(260px, 60vh, 600px);
	overflow: hidden;
	z-index: 0;
}
/* 横幅は svw で安定化（対応ブラウザのみ） */
@supports (width: 100svw){
	.full_imgtext .full_imgtext__media{
		margin: 0 calc(50% - 50svw);
		width: 100svw;
	}
}
/* 高さは svh で安定化（対応ブラウザのみ） */
@supports (height: 1svh){
	.full_imgtext .full_imgtext__media{
		height: clamp(260px, 40svh, 800px);
	}
}
/* スマホ幅（～767px）は高さを aspect-ratio で固定 */
@media only screen and (max-width: 767px){
	.full_imgtext .full_imgtext__media {
		height: auto !important;       /* vh依存をやめる */
		/*aspect-ratio: 4 / 3;*/          /* 好みで 4/3 や 21/9 に変更可 */
		aspect-ratio: 21 / 9;
	}
}
.full_imgtext .full_imgtext__media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/* 画像上の装飾テキスト（任意） */
/* === 文字オーバーレイ（親基準）。画像に切られない === */
.full_imgtext .full_imgtext__deco{
	position: absolute;
	/* フルブリード幅に合わせる：左右をビューポートいっぱいへ */
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	/* 下寄せ（SPほど少し上げる） */

	/* レイヤリング */
	z-index: 1;
	pointer-events: none;

	/* タイポ */
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22px, 4vw, 56px);
	line-height: 1.1;
	letter-spacing: .06em;
	color: #FFF;
	text-shadow: 0 2px 22px rgba(0,0,0,.65);

	/* 折返し挙動（スマホで細切れにならない設定） */
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: normal;
	text-wrap: pretty; /* 対応ブラウザで自然な改行 */
}
@supports (width: 100svw){
	.full_imgtext .full_imgtext__deco{
		left: calc(50% - 50svw);
		right: calc(50% - 50svw);
	}
}
/* デスクトップ：カード重ねの手前で文字が埋もれないように */
@media print, screen and  (min-width: 992px){
	.full_imgtext .full_imgtext__deco{
		bottom: clamp(20px, 10vw, 100px);
	}
}
/* タブレット幅（568px$301C991px）のとき */
@media print, screen and  (min-width: 568px) and (max-width: 991px){
	.full_imgtext .full_imgtext__deco{
		bottom: 45%; /* 好きな値に調整 */
		font-size: clamp(20px, 4.5vw, 40px); /* 中間サイズ */
	}
}
/* スマホ：見切れ対策で少し上げ、文字サイズを微調整 */
@media only screen and (max-width: 567px){
	.full_imgtext .full_imgtext__deco{
		top:clamp(260px, 35vh, 800px);
		font-size: clamp(20px, 5.6vw, 32px);
		letter-spacing: .02em;
	}
}

/* カード：白・影・角丸。PCでは画像にオーバーラップ */
.full_imgtext .full_imgtext__card{
	grid-area: card;
	max-width: min(900px, 95%);
	/*margin-inline: auto;*/
	background: #ffffffd9;
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
	padding: clamp(20px, 3.6vw, 36px) clamp(20px, 3.6vw, 40px);
}
.full_imgtext .full_imgtext__title{
	font-size: clamp(23px, 2vw, 30px);
	line-height: 1.4;
	margin: 0 0 7px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	border-bottom: 1px dotted #999;
}
.full_imgtext .full_imgtext__lead{
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.4;
	text-align: justify;
	margin: 0;
	color: #555;
}
/*追加装飾*/
.full_imgtext h3 {
	font-size: clamp(17px, 1.9vw, 20px);
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--main-color);
}
.full_imgtext .full_imgtext_p{
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.4;
	text-align: right;
	margin: 7px 0 0 0;
	color: #555;
}

/* ====== PC配置：画像とカードを2カラムに。カードは右寄せで重ねる ====== */
@media print, screen and  (min-width: 992px){
	.full_imgtext .full_imgtext__media{
		height: clamp(260px, 60vh, 600px);
	}
	.full_imgtext .full_imgtext__grid{
		grid-template-columns: 1fr min(50%, 800px);
		grid-template-areas: "media card";
		align-items: center;
	}
	/* カードをやや上に重ねる（オーバーラップ感） */
	.full_imgtext .full_imgtext__card{
		margin-right: clamp(20px, 5vw, 72px);
		margin-left: 0;
		/*transform: translateY(-15%);*//*少し上に*/
		transform: translateY(0%);/*真横*/
		background: #ffffff;
	}
	/* 反転レイアウト */
	.full_imgtext .full_imgtext__grid.is-reverse{
		grid-template-columns: min(50%, 800px) 1fr;
		grid-template-areas: "card media";
	}
	.full_imgtext .full_imgtext__grid.is-reverse .full_imgtext__card{
		margin-left: clamp(20px, 5vw, 72px);
		margin-right: 0;
	}
}
@media print{
	.full_imgtext .full_imgtext__media{
		height: 500px;
	}
	.full_imgtext .full_imgtext__deco {
		bottom: 15%;
	}
}



/*安心して通える歯科医院を目指して*/
.top_sec2{
	padding: var(--v-space3) 0 clamp(150px, 7vw, 180px);
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02a.png),url(../img/bg_02b.png);
	background-repeat: no-repeat,no-repeat;
	background-position: center top,center bottom;
	background-size: contain,auto;
}
/**/
.th3p{
	color: #c1b9a3;
	text-align: center;
	font-family: "Corinthia", cursive;
	font-size: clamp(30px, 3vw, 35px);
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.2;
}


/* --- カード全体 --- */
.top_message_cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
/* --- 各カード --- */
.message_card {
	position: relative;
	aspect-ratio: 1 / 1; /* 正方形 */
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
	color: #fff;
}
/* 半透明オーバーレイ */
.message_card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
/* --- テキストエリア --- */
.card_inner {
	position: relative;
	z-index: 2;
	height: 100%;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;   /* ★中央寄せ */
	align-items: center;       /* ★横方向も中央 */
}
.card_inner h4 {
	font-size: clamp(17px, 1.9vw, 21px);
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;        /* ★文字中央 */
}
.card_inner p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.6;
	max-width: 90%;   /* ★横幅を少し絞る */
}

/* --- 背景画像指定（差し替えてください） --- */
.card_8020 {
	background-image: url("../img/bg_8020.jpg");
}
.card_smile {
	background-image: url("../img/bg_smile.jpg");
}
.card_child {
	background-image: url("../img/bg_child.jpg");
}
/* --- レスポンシブ --- */
@media (max-width: 868px) {
	.top_message_cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.top_message_cards {
		grid-template-columns: 1fr;
	}
}

.keep-together {
	display: inline-block;  /* 要素を塊として扱う */
}




/*お知らせ*/
.news {
	padding: clamp(25px, 3vw, 40px) 0 clamp(10px, 2vw, 30px) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	font-family: 'Noto Serif JP', serif;
}
.news-box {
	margin-bottom: 20px;
	padding: 20px 24px;
	border-radius: 8px;
	font-size: 1rem;
	line-height: 1.6;
}
/* --- AP水説明用ボックス --- */
.news-info {
	background-color: #fff;
	border-left: 5px solid var(--accent-color2);
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/* --- サービス・設備リスト --- */
.services-info {
	background-color: #fff;
	border-left: 5px solid var(--main-color);
	background-image: url(../img/bg_04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
/* --- 診療時間ボックス --- */
.news-time {
	background-color: #fff;
	border-left: 5px solid var(--accent-color3);
	font-weight: 500;
	background-image: url(../img/bg_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.news-time strong {
	font-weight: 700;
	color: #d9534f;
}



/*---- 各ページ遷移バナー ----*/
.top_sec3 {
	padding: clamp(20px, 2vw, 40px) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.btn-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 10px auto 20px auto;
}
.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(92, 132, 119, 0.9), rgba(110, 153, 137, 0.63), rgba(186, 201, 195, 0.63));
	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: #354f46;
	z-index: 2;
	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;
	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;
	font-weight: 600;
	font-family: sans-serif;
}
/* ホバー時のテキスト変化 */
.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{

}








/*======= 医院についてページ ======*/
.about_sec1 {
	padding: var(--v-space3) 0 50px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 全体コンテナ */
.about_haba {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ffffffb5;
}
/*院長ごあいさつ*/
.flex02{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
/*横並びにする*/
.flex-child03{
	width: 33%;
}
.flex-child04{
	width: 67%;
}
@media screen and (max-width: 768px) {
	.flex-child03, .flex-child04 {
		width: 99%;
		margin: 5px auto;
	}
}
/*印刷用*/
@media print{
	.flex-child03{
		width: 33%;
	}
	.flex-child04{
		width: 67%;
	}
}
/**/
.prof-l{
	padding: 30px;
}
.prof-l p{
	text-align: right;
	font-size: clamp(21px, 2vw, 23px);
	line-height: 0.9;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 3px;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.prof-l{
		padding: 20px;
	}
	.prof-l p{
		text-align: center;
		letter-spacing: 2px;
	}
}
/*印刷用*/
@media print{
	.prof-l{
		padding: 30px;
	}
	.prof-l p{
		text-align: right;
		font-size: clamp(21px, 2vw, 23px);
		line-height: 0.9;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 3px;
		margin-top: 10px;
	}
}

/**/
.prof-r {
	padding: 30px;
}
@media (max-width: 768px) {
	.prof-r {
		padding: 0 20px;
	}
}
.prof-r h3 {
	font-family: 'Noto Serif JP', serif;
	margin: 5px 0 25px 0;
	padding: 2px;
	font-size: clamp(21px, 2vw, 24px);
	color: #555;
	font-weight: 400;
	border-bottom: 1px solid #61897c;
}
.prof-r h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.8vw, 19px);
	padding: 2px;
	margin: 0 0 15px 0;
	color: var(--main-color);
}
.prof-r p {
	margin: 5px 0 15px 0;
	padding: 2px;
	font-size: clamp(14px, 1.5vw, 16px);
	color: #555;
}
@media (max-width: 768px) {
	.prof-r h3 {
		margin: 5px 0 15px 0;
	}
}
/*印刷用*/
@media print{
	.prof-r {
		padding: 30px;
	}
	.prof-r h3 {
		font-family: 'Noto Serif JP', serif;
		margin: 5px 0 25px 0;
		padding: 2px;
		font-size: clamp(21px, 2vw, 24px);
		color: #555;
		font-weight: 400;
		border-bottom: 1px solid #61897c;
	}
}


/*医院概要*/
.about_sec2{
	padding: var(--v-space2) 0 var(--v-space3) 0;
	background-color: #f0f4f3;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 全体コンテナ */
.about_haba2 {
	max-width: 950px;
	margin: 50px auto 0 auto;
	background-color: #ffffffb5;
	padding: 15px 25px;
	/*border: 1px #d8e6e4 solid;*/
	box-shadow: 0 4px 10px rgba(132, 132, 132, 0.1);
}
@media screen and (max-width: 568px) {
	.about_haba2 {
		padding: 15px 15px;
	}
}
/* テーブルデザイン */
.about_container {
	display: grid;
	grid-template-columns: 1fr;
	font-family: 'Noto Serif JP', serif;
}
.about_container .item {
	border-bottom: 1px solid #cad5d3;
	/*background-color: #ffffff85;*/
	padding: 8px 5px;
	display: grid;
	grid-template-columns: 12.5em 1fr;
	align-items: stretch;
	gap: 20px;
}
.about_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #353535;
	white-space: nowrap;
	padding: 5px;
	font-size: clamp(15px, 1.6vw, 16px);
}

.label-square {
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
	margin-top: 10px;
}

/* 左の4つの■（2×2の正方形） */
.label-square::before {
	content: "";
	width: 14px;   /* 全体の大きさ */
	height: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.label-square::before {
	background:
		linear-gradient(#61897c 0 0) left top,
		linear-gradient(#d5d0c3 0 0) right top,
		linear-gradient(#d5d0c3 0 0) left bottom,
		linear-gradient(#61897c 0 0) right bottom;
	background-size: 6px 6px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}

.about_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px;
	font-size: clamp(14px, 1.6vw, 16px);
}
@media screen and (max-width: 568px) {
	.about_container .item {
		grid-template-columns: 1fr;
		padding: 8px 1px;
		gap: 0;
	}
	.about_container .label {
		line-height: 1.6;
		background-color: #f7f7f7fc;
	}
	.about_container .content {
		display: block;
		font-size: 15px;
		line-height: 1.4;
		padding: 10px 5px 5px 5px;
		text-align: justify;
	}
}


/** クリニック設備セクション */
.clinic-facilities_sec{
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/* グリッド全体 */
.facilities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	max-width: 950px;
}
/* 各カード */
.facility-card {
	overflow: hidden;
	display: flex;
	flex-direction: column; /* 縦方向に並べる */
}
/* 画像 */
.facility-image {
	width: 100%;
	overflow: hidden;
}
.facility-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}
/* ホバー時の画像拡大（枠内で拡大） */
.facility-image:hover img {
	transform: scale(1.05);
}
/* テキスト：画像の下に配置 */
.facility-text {
	padding: 12px 4px 16px 4px;
	text-align: left;
	color: #333; /* お好みで変更可能 */
}
/* タイトル */
.fac-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
	font-size: clamp(18px, 1.8vw, 21px);
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.2;
}
/* 説明文 */
.fac-desc {
	font-size: clamp(13px, 1.2vw, 15px);
	line-height: 1.4;
	text-align: justify;
}
/* レスポンシブ対応 */
@media (max-width: 550px) {
	.facilities-grid {
		grid-template-columns: 1fr;
	}
}







/*======= 診療科目ページ ======*/
.services_sec1 {
	padding: var(--v-space3) 0 0 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.section-nav {
	margin: 40px 0;
}
.section-nav__wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 16px;
	font-family: 'Noto Serif JP', serif;
}
.section-nav__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 14px 12px;
	background: #fff;
	border: 2px dotted #d0d7df;
	border-radius: 9px;
	text-decoration: none;
	transition: 0.2s ease;
}
.section-nav__item:hover {
	background: #f7fbff;
	border-color: #b4d4f4;
	transform: translateY(-2px);
}
.section-nav__icon {
	width: 40px;
	height: 40px;
	margin-bottom: 7px;
}
.section-nav__icon img {
	width: 100%;
	height: auto;
}
.section-nav__text {
	font-size: clamp(15px, 1.5vw, 16px);
	font-weight: 600;
	color: #333;
}
/*一般歯科*/
.services_sec2 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.service-summary{
	padding: 30px 30px;
	margin: 30px 0;
	background: #f9f8f7;
}
/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	box-sizing: border-box;
}
.service-summary-container article {
	width: calc((100% - 45px) / 4); /* gap分引いた上で4分割 */
	min-width: 200px; /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.service-summary-container article {
		width: calc((100% - 15px) / 2);
	}
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 568px) {
	.service-summary-container article {
		width: 100%;
	}
}
/* 印刷用 */
@media print {
	.service-summary-container article {
		width: calc((100% - 45px) / 4);
		min-width: 200px;
		box-sizing: border-box;
	}
}
.service-summary-container h4{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(15px, 1.6vw, 17px);
	padding-left: 11px;
	margin: 10px 0 5px 0;
}
.service-summary-container h4::before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: '';
	display: block;
	width: 3px;
	height: 80%;
	background-color: var(--main-color);
}
.service-summary-container p{
	font-size: clamp(13px, 1.4vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 3px;
}

/*小児歯科*/
.services_sec3 {
	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: auto, auto, auto, auto;
	background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}
/*予防歯科*/
.services_sec4 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* タグ */
.kakomi01{
	margin-top: 10px;
}
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(11px, 1.3vw, 12px);
}
/**/
.prevention-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px;
	margin: 40px 0;
}
.p-card {
	position: relative;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e4e8ee;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	transition: 0.25s ease;
}
.p-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
/* タイトルの斜めネームタグ */
.p-card__label {
	position: absolute;
	top: 12px;
	left: -10px;
	background: var(--accent-color1);
	color: #fff;
	padding: 6px 18px;
	font-size: clamp(14px, 1.4vw, 15px);
	font-weight: 600;
	transform: rotate(-6deg);
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	z-index: 2;
}
/* 画像 */
.p-card__img img {
	width: 100%;
	display: block;
	border-bottom: 1px solid #e6edf4;
}
/* テキスト */
.p-card__text {
	padding: 13px;
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.6;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}


/*精密治療・設備*/
.services_sec5 {
	padding: var(--v-space3) 0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.gr-sub1 {
	background-image: url(../img/bg_grsub1.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
@media (max-width: 568px) {
	.gr-sub1 {
		background-image: url(../img/bg_grsub1.jpg);
		background-size: cover;
		background-position: 80% 100%;
		background-repeat: no-repeat;
	}
}
/**/
p.subp{
	font-size: clamp(14px, 1.5vw, 15px);
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
	.bgfit2 {
		background-color: rgb(0, 0, 0, 0.5);
		width: fit-content;
		padding: 20px;
	}
}


/*その他の取り組み*/
.services_sec6 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}





/*======= 自由診療ページ ======*/
.private_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*インプラント*/
.private_sec2 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/* 費用・期間カード（2列固定） */
.implant-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin: 10px 0;
}
/* カード全体のパディングをなくす */
.implant-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	width: 100%;
	text-align: center;
}
/* h4：白抜き＋上部だけ角丸 */
.implant-card h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: var(--main-color);
	padding: 10px 0;         /* h4 のみ余白 */
	border-radius: 8px 8px 0 0; /* 上だけ角丸 */
	margin: 0;                /* カード内のズレを防止 */
}
/* 下側の本文（p）の余白調整 */
.implant-card p {
	padding: 15px 0 18px;
	margin: 0;
}

/* 追加案ボックス（確実に2列） */
/* 親 wrapper が2列を制御する */
.implant-additional-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 30px;
}
/* 個別ボックス */
.implant-additional {
	background: #fafafa;
	border-left: 4px solid var(--main-color);
	padding: 18px 22px;
	border-radius: 6px;
}
.implant-additional h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #333;
}
.implant-additional ul {
	padding-left: 18px;
	margin: 0;
}
.implant-additional ul li {
	font-size: 14px;
	color: #444;
	margin-bottom: 4px;
}



/*ホワイトニング*/
.private_sec3 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*テーブル*/
table.tbl01 {
	margin: 10px 0 5px 0;
	box-sizing: border-box;
}
table.tbl01 tr th {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #d9d9d9;
	display: block;
	width: 100%;
	background-color: rgba(181, 181, 181, 0.25);
	box-sizing: border-box;
}
table.tbl01 tr td {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
	display: block;
	width: 100%;
	box-sizing: border-box;
}


/* 2列カード配置（PC） */
.white-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 50px;
}
/* カード本体 */
.white-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	overflow: hidden;
	display: flex;
	flex-direction: row; /* 横並び */
	align-items: stretch;
}
/* 左側画像 */
.white-card-img {
	flex: 1;
}
.white-card-img img {
	width: 100%;
	height: 100%; /* カードの高さに合わせる */
	object-fit: cover; /* カードいっぱいに表示しつつ切り取り */
	display: block;
}

/* 右側テキスト */
.white-card-body {
	flex: 1;
	padding: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* カードのタイトル（白抜き） */
.white-card-body h4 {
	color: #fff;
	background: var(--main-color);
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	margin: 0 0 10px;
}
/* 各項目 */
.white-card-body p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.5;
	margin: 0 0 7px;
	text-align: justify;
}
.white-card-body p:last-child {
	margin-bottom: 0;
}
/* ラベル強調 */
.white-card-body p span{
	font-weight: bold;
	background: #c5dbc694;
	padding: 0px 4px;
	margin: 0 5px 2px 0;
}

/* スマホは縦並び */
@media (max-width: 1067px) {
	.white-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.white-card {
		flex-direction: column;
	}
	.white-card-body {
		padding: 13px;
	}
}




/*審美歯科*/
.private_sec4 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/* 2列カード配置（PC） */
.aesthetic-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 50px;
}
/* カード本体 */
.aesthetic-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	overflow: hidden;
	display: flex;
	flex-direction: row; /* 横並び */
	align-items: stretch;
}
/* 左側画像 */
/* 画像をキャプションの基準にする */
.aesthetic-card-img {
	position: relative;
	flex: 1;
}
.aesthetic-card-img img {
	width: 100%;
	height: 100%; /* カードの高さに合わせる */
	object-fit: cover; /* カードいっぱいに表示しつつ切り取り */
	display: block;
}
/* キャプション（画像上に重ねる） */
.aesthetic-caption {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: clamp(11px, 1.2vw, 13px);
	padding: 3px 7px;
	z-index: 2;
	pointer-events: none; /* クリックを邪魔しない */
	line-height: 1.3;
}

/* 右側テキスト */
.aesthetic-card-body {
	flex: 1;
	padding: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* カードのタイトル（白抜き） */
.aesthetic-card-body h4 {
	color: #fff;
	background: var(--main-color);
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-radius: 6px;
	margin: 0 0 10px;
}
/* 各項目 */
.aesthetic-card-body p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.5;
	margin: 0 0 7px;
	text-align: justify;
}
.aesthetic-card-body p:last-child {
	margin-bottom: 0;
}
/* ラベル強調 */
.aesthetic-card-body p span{
	font-weight: bold;
	background: #c5dbc694;
	padding: 0px 4px;
	margin: 0 5px 2px 0;
}

/* スマホは縦並び */
@media (max-width: 1067px) {
	.aesthetic-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.aesthetic-card {
		flex-direction: column;
	}
	.aesthetic-card-body {
		padding: 13px;
	}
}







/*======= よくある質問ページ ======*/
.faq_sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
}
/*枠付きデザイン*/
.onecours{
	background-color: #f2f2f26e;
	padding: 15px 25px 15px 20px;
	margin: 0 0 17px 0;
	font-size: clamp(15px, 1.5vw, 16px);
	/*border: 1px #f0efdd solid;*/
	font-family: 'Noto Serif JP', serif;
}
.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;
	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;
}
.faq-label.q {
	/*background-color: #71a49d;*/
	color: var(--accent-color1);
}
.faq-label.a {
	/*background-color: var(--accent-color3);*/
	color: var(--accent-color3);
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question {
	font-weight: bold;
	font-size: 1.1em;
	color: var(--accent-color1);
}
.faq-answer {
	color: #666;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
hr.faqHr{
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 10px auto;
}






/*==========================================================*/
/*      	　　　個人よく使う指定CSS  		  	  */
/*=========================================================*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 10px;
	padding-bottom: 30px;
}
/*テキスト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;
	width: fit-content;
}
/**/
.kukuri p{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	color: #666;
}
/**/
.kukuri2{
	padding: 15px 15px;
	margin: 20px 0;
	box-sizing: border-box;
	background: #f9f8f7;
}
.kukuri2 p{
	font-size: clamp(13.5px, 1.5vw, 15px);
	line-height: 1.4;
}
/*任意のみ表示*/
@media print, screen and (min-width: 969px) {
	.nini-969 {
		display: none;
	}
}
/*画像角丸*/
img.borad {
	border-radius: 12px;
	/*border: 1px solid #e1e1e1;*/
}
/* コンテンツ幅 */
div.haba{
	margin: 0 8%;
	padding: 0;
}
@media only screen and (max-width: 968px)  {
	div.haba{
		margin: 0;
		padding: 0;
	}
}
/*印刷時*/
@media print{
	div.haba{
		margin: 0 8%;
		padding: 0;
	}
}
/*pcとspで画像のサイズ変えたいときの指定*/
.pcspwid{
	width: 450px;
	margin: 0 auto;
}
@media only screen and (max-width: 568px) {
	.pcspwid{
		width: 100%;
	}
}
/**/
.fniyori {
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
/*四角デザイン*/
.head-square {
	color: #a7ccad;
	font-size: clamp(16px, 1.8vw, 19px);
	display: flex;
	align-items: center;
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
	margin-top: 10px;
}

/* 左の4つの■（2×2の正方形） */
.head-square::before {
	content: "";
	width: 14px;   /* 全体の大きさ */
	height: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.head-square::before {
	background:
		linear-gradient(#9acaa2 0 0) left top,
		linear-gradient(#fff 0 0) right top,
		linear-gradient(#fff 0 0) left bottom,
		linear-gradient(#9acaa2 0 0) right bottom;
	background-size: 6px 6px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}
/*□装飾*/
.cp_h4title {
	position: relative;
	font-size: clamp(18px, 1.8vw, 20px);
	padding: 2px 2px 2px 32px;
	border-bottom: 1px dotted #999;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
	margin: 30px 0 10px 0;
}
.cp_h4title::before,
.cp_h4title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 2px solid var(--accent-color1);*/
}
.cp_h4title::before {
	top: 6px;
	left: 5px;
	border: 2px solid var(--accent-color2);
}
.cp_h4title::after {
	top: 10px;
	left: 10px;
	border: 2px solid var(--main-color);
}
/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin: 5px 5px 5px 25px;
	line-height: 1.4;
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: var(--main-color);
	left: 10px;
}
ul.nor li{
	/*border-bottom: 1px dashed #b9b9b9;*/
	padding: 0.2em 0;
}
ul.nor li.noli::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: rgba(255,255,255,0);
}
ul.nor li.noli{
	margin-left: -25px;
}

/*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-item3 img{
	/*outline: 10px solid #ffffff69;*/
	outline: 2px solid #ffffff69;
	outline-offset: -10px;
}


/*円*/
.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;
}
/* 印刷用 */
@media print {
	/* アニメーションを無効にする */
	.float-anim {
		animation: none !important;
	}
}




