@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/





/*================================
*
共通パーツ
*
================================*/

/*タイトル*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 10px;
	padding: 0;
	background: #cacaca;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}
.u-heading01.-color02 {
	background: #b5b5b5;
}
.u-heading01.-color03 {
	background: #9f9f9f;
}
.u-heading01.-color04 {
	background: #898989;
}
.u-heading01.-color05 {
	background: #888888;
}
.u-heading01.-color06 {
	background: #727272;
}
.u-heading02 {
	margin-bottom: 10px;
	padding: 0;
	background: #93d2e4;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}
.u-heading02.-color02 {
	background: #988ec3;
}
.u-heading02.-color03 {
	background: #e95297;
}
.u-heading02.-color04 {
	background: #e2007e;
}
.u-heading02.-color05 {
	background: #c80062;
}
.content_heading01 .big {
	font-size: 1.3em;
	line-height: calc(2.2rem*1.6);
}
.u-heading03 {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	padding-bottom: 6px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--theme-color04);
}
.u-heading03::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: var(--theme-color04);
	height: 1px;
	width: 100%;
	max-width: 50rem;
}
.u-heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	min-height: calc(2rem*1.4*2 + 6px*2);
	padding: 6px 10px;
	background: #f6f4f3;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	color: var(--theme-color04);
}
.u-heading05 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--theme-color04);
}
.u-heading05 .num,
.u-heading05 .main {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0.05em;
	color: var(--theme-color04);
}
.u-heading05 .num {
	width: 1em;
}
.u-heading05 .main {
	width: calc(100% - (1em + 1rem));
}

/*-----------------------------*/
.u-dl01 {}
.u-dl01 dt {
	position: relative;
	padding-left: 1.2em;
	font-size: 2.2rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
	color: var(--theme-color04);
}
.u-dl01 dt::before {
	position: absolute;
	content: "";
	left: 0.5em;
	top: 0.8em;
	width: 0.4rem;
	height: 0.4rem;
	background: var(--theme-color04);
	border-radius: 50%;
}
.u-dl01 dd {
	padding-left: calc(2.2rem*1.2);
	text-align: left;
}
.u-dl01 dd:not(:last-child) {
	margin-bottom: 20px;
}

/*price*/
/*-----------------------------*/
/*price01*/
.u-price01 {
	max-width: 48rem;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid var(--theme-color04);
	box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px var(--theme-color04) inset;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color: var(--theme-color04);
}
/*price02*/
.u-price02 {
	padding: 4px 10px;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px var(--theme-color04) inset;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color: var(--theme-color04);
}

/*================================
*
ページ内リンク
*
===============================*/
.u-page-link_group {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2.6rem;
	/*max-width: 74rem;*/
	margin: auto;
}
.u-page-link_item {
	width: calc(100%/4 - 2.6rem*3/4);
}
.u-page-link_link {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 8rem;
	background: var(--theme-color03);
	border: 5px solid var(--theme-color03);
	border-radius: 3rem 0 3rem 0;
	box-shadow: 0 0 0 1px #fff inset;
}
.u-page-link_link:hover {
	opacity: 0.8;
}
.u-page-link_text {
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: left;
	color: #fff;
}

/*================================
*
一般歯科
*
===============================*/
.general {}

/*================================
*
歯周病
*
================================*/
.periodontal {}

/*================================
*
予防歯科
*
===============================*/
.preventive {}

/*================================
*
小児歯科
*
===============================*/
.child {}

/*================================
*
インプラント
*
===============================*/
.implant {}
/*インプラント治療の主な流れ*/
.u-flow_fl {
	display: flex;
	justify-content: center;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid var(--theme-color04);
}
.u-flow_fl_item {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 30px;
}
.u-flow_fl_item:first-child::before {
	position: absolute;
	z-index: 1;
	content: "";
	top: 6px;
	right: 0;
	translate: 50%;
	width: 1px;
	height: calc(100% - 6px*2);
	border-right: 3px dotted var(--theme-color04);
}
.u-flow_title01 {
	margin-bottom: 10px;
	padding: 2px 10px;
	background: #c6ad97;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.u-flow_title01.-type02 {
	background: var(--theme-color01);
}
.u-flow_arrow01,
.u-flow_arrow02 {
	position: relative;
	z-index: 1;
}
.u-flow_arrow01::after,
.u-flow_arrow02::after {
	position: absolute;
	z-index: 1;
	content: "";
	top: -1px;
	left: 50%;
	translate: -50% -100%;
	width: 60px;
	height: 30px;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.u-flow_arrow01::after {
	background: #dbcbbc;
}
.u-flow_arrow02::after {
	background: var(--theme-color01);
}

/*================================
*
セラミック
*
===============================*/
.ceramic {}

/*================================
*
矯正歯科
*
===============================*/
.orthodontics {}

/*================================
*
義歯（入れ歯）
*
================================*/
.denture {}

/*入れ歯の種類*/
/*-----------------------------*/
.u-denture_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.u-denture_table .col01 {
	width: 50%;
}
.u-denture_table .col02 {}
.u-denture_table th {
	padding: 0 10px;
	background: var(--theme-color01);
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	color: #fff;
	vertical-align: middle;
}
.u-denture_table td {
	padding: 20px 30px;
	background: #dbcbbd;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
	color: #fff;
	vertical-align: middle;
}
.u-denture_price {
	padding: 10px 20px;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px var(--theme-color04) inset;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	color: var(--theme-color04);
}
.u-denture_dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 0 0.5em;
	text-align: left;
}
.u-denture_dl dt {
	width: 5em;
	line-height: 1.6;
}
.u-denture_dl dd {
	width: calc(100% - (5em + 0.5em));
	line-height: 1.6;
}

/*================================
*
ホワイトニング
*
===============================*/
.whitening {}

/*================================
*
歯科口腔外科
*
===============================*/
.surgery {}

/*================================
*
訪問歯科
*
===============================*/
.visit {}
.u-home-visit_text {
	min-height: calc(1.8rem*2*2);
}
.u-visit_area {
	max-width: 800px;
	width: 100%;
	height: 48rem;
	margin-inline: auto;
}
.u-visit_area iframe {
	width: 100%;
	height: 100%;
}


/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {


	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {}
	.u-heading02 {}

	/*================================
	ページ内リンク
	===============================*/
	.u-page-link_group {}
	.u-page-link_item {}
	.u-page-link_link {}
	.u-page-link_text {}

	/*================================
	*
	一般歯科
	*
	===============================*/
	.general {}

	/*================================
	*
	歯周病
	*
	================================*/
	.periodontal {}

	/*================================
	*
	予防歯科
	*
	===============================*/
	.preventive {}

	/*================================
	*
	小児歯科
	*
	===============================*/
	.child {}

	/*================================
	*
	インプラント
	*
	===============================*/
	.implant {}

	/*================================
	*
	セラミック
	*
	===============================*/
	.ceramic {}

	/*================================
	*
	矯正歯科
	*
	===============================*/
	.orthodontics {}

	/*================================
	*
	義歯（入れ歯）
	*
	================================*/
	.denture {}

	/*入れ歯の種類*/
	/*-----------------------------*/
	.u-denture_table {}
	.u-denture_table .col01 {}
	.u-denture_table .col02 {}
	.u-denture_table th {}
	.u-denture_table td {}
	.u-denture_price {}
	.u-denture_dl {}
	.u-denture_dl dt {}
	.u-denture_dl dd {}

	/*================================
	*
	ホワイトニング
	*
	===============================*/
	.whitening {}

	/*================================
	*
	歯科口腔外科
	*
	===============================*/
	.surgery {}

	/*================================
	*
	訪問歯科
	*
	===============================*/
	.visit {}
	.u-home-visit_text {
		min-height: auto;
	}


}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {


	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {}
	.u-heading02 {}

	/*================================
	ページ内リンク
	===============================*/
	.u-page-link_group {}
	.u-page-link_item {}
	.u-page-link_link {}
	.u-page-link_text {}

	/*================================
	*
	一般歯科
	*
	===============================*/
	.general {}

	/*================================
	*
	歯周病
	*
	================================*/
	.periodontal {}

	/*================================
	*
	予防歯科
	*
	===============================*/
	.preventive {}

	/*================================
	*
	小児歯科
	*
	===============================*/
	.child {}

	/*================================
	*
	インプラント
	*
	===============================*/
	.implant {}

	/*================================
	*
	セラミック
	*
	===============================*/
	.ceramic {}

	/*================================
	*
	矯正歯科
	*
	===============================*/
	.orthodontics {}

	/*================================
	*
	義歯（入れ歯）
	*
	================================*/
	.denture {}

	/*入れ歯の種類*/
	/*-----------------------------*/
	.u-denture_table {}
	.u-denture_table .col01 {}
	.u-denture_table .col02 {}
	.u-denture_table th {}
	.u-denture_table td {}
	.u-denture_price {}
	.u-denture_dl {}
	.u-denture_dl dt {}
	.u-denture_dl dd {}

	/*================================
	*
	ホワイトニング
	*
	===============================*/
	.whitening {}

	/*================================
	*
	歯科口腔外科
	*
	===============================*/
	.surgery {}

	/*================================
	*
	訪問歯科
	*
	===============================*/
	.visit {}
	.u-home-visit_text {}

}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {


	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {}
	.u-heading02 {}

	/*================================
	ページ内リンク
	===============================*/
	.u-page-link_group {
		gap: 10px 20px;
	}
	.u-page-link_item {
		width: calc(100%/2 - 20px/2);
	}
	.u-page-link_link {}
	.u-page-link_text {
		font-size: 2rem;
	}

	/*横スクロール画像*/
	/*-----------------------------*/
	.sp-scroll_img01 {
		max-width: 560px;
	}
	.sp-scroll_img02 {
		max-width: 700px;
	}
	
	/*================================
	*
	一般歯科
	*
	===============================*/
	.general {}

	/*================================
	*
	歯周病
	*
	================================*/
	.periodontal {}

	/*================================
	*
	予防歯科
	*
	===============================*/
	.preventive {}

	/*================================
	*
	小児歯科
	*
	===============================*/
	.child {}

	/*================================
	*
	インプラント
	*
	===============================*/
	.implant {}
	/*インプラント治療の主な流れ*/
	.u-flow_fl {}
	.u-flow_fl_item {
		padding: 16px;
	}
	.u-flow_fl_item:first-child::before {}
	.u-flow_arrow01,
	.u-flow_arrow02 {}
	.u-flow_arrow01::after,
	.u-flow_arrow02::after {}
	.u-flow_arrow01::after {}
	.u-flow_arrow02::after {}

	/*================================
	*
	セラミック
	*
	===============================*/
	.ceramic {}

	/*================================
	*
	矯正歯科
	*
	===============================*/
	.orthodontics {}

	/*================================
	*
	義歯（入れ歯）
	*
	================================*/
	.denture {}

	/*入れ歯の種類*/
	/*-----------------------------*/
	.u-denture_table {}
	.u-denture_table .col01 {}
	.u-denture_table .col02 {}
	.u-denture_table th {
		display: none;
	}
	.u-denture_table td {
		display: block;
		width: 100%;
		padding: 16px;
	}
	.u-denture_price {}
	.u-denture_dl {}
	.u-denture_dl dt {}
	.u-denture_dl dd {}

	/*================================
	*
	ホワイトニング
	*
	===============================*/
	.whitening {}

	/*================================
	*
	歯科口腔外科
	*
	===============================*/
	.surgery {}

	/*================================
	*
	訪問歯科
	*
	===============================*/
	.visit {}
	.u-home-visit_text {}



}

















