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



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

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

.li-check {
	font-weight: 400;
}

.btn-detail-toggle:hover {
}
.btn-detail-toggle:hover,
.btn-detail-toggle:focus,
.btn-detail-toggle:active {
	color: #67a29b;
  background-color: #ffffff;
}
.btn-detail-toggle:hover::after,
.btn-detail-toggle:focus::after,
.btn-detail-toggle:active::after {
	opacity: 1;
}
.btn-detail-toggle {
	border-color: #67a29b;
	background-color: #67a29b;
	font-family: 'Zen Maru Gothic',"Lato", serif;
	color: #fff;
	font-size: 16px;
}
.detail-content {
	display: none;
    margin-top: 1em;
}

.section_heading_en {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-bottom: 0.24em;
  font-family: 'Lato', serif;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--theme-color01);
  width: fit-content;
  margin: 0 auto 20px;
}

.section_heading_en::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 3px;
  bottom: 0;
  height: 1px;
  width: 0.64em;
  background: var(--theme-color01);
}

.section_heading_jp {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--theme-color05);
  margin-bottom: 60px;
  text-align: center;
}

.flow_box {
	position: relative;
}

.flow_box::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	margin: 0 auto;
	      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 20px 30px 0px 30px;
    border-color: var(--theme-color04) transparent transparent transparent;

}

.fl_item_pic {
	border: solid 1px var(--theme-color01);
}

.junbi {
    position: relative;
    display: inline-block;
}

.junbi::after {
    content: "準備中";
    position: absolute;
    top: 0;
    left: 0;
    background: #949393;
    color: white;
    font-size: 32px;
    font-weight: bold;
    display: grid;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.implant_note {
	background-color: #FFF;
	border: 1px solid #d5ccc3;
	border-radius:5px;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}
.implant_note h5 {
	text-align: center;
	margin-bottom: 20px;
}
.implant_note .implant_circle {
	position: absolute;
	top: 15px;
	left: 15px;
}
.implant_note .implant_c02 {
	position: absolute;
	top: 15px;
	right: 15px;
}
.implant_note ul li {
	font-size: 14px;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../img/services/line.png);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 2.5em;
}
.implant_note ul {
	margin-right: 10px;
	margin-left: 10px;
}
.implant_note .implant_indent li {
	margin-left: 0px;
	padding-left: 1em;
}

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

/*タイトル*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 10px;
	padding: 0;
	background: #cacaca;
	font-size: 2.2rem;
	font-weight: 700;
	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: 700;
	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: 700;
	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-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: 700;
	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: 700;
	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 {}

/*================================
*
セラミック
*
===============================*/
.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: 700;
	text-align: center;
	line-height: 1.6;
	color: #fff;
	vertical-align: middle;
}
.u-denture_table td {
	padding: 20px 30px;
	background: #dbcbbd;
	font-weight: 700;
	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: 700;
	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);
}


/*================================
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 {}

	.implant_note ul {
		margin: 0;
	}
	.implant_note .implant_indent li {
		padding: 0;
	}

	/*================================
	*
	セラミック
	*
	===============================*/
	.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 {}

	.fl_item_pic img {
		margin: 0 auto;
	}
	
	.fl_item7 {
		flex-wrap: wrap;
	}
	.fl_item7 > .fl_item{
		width: calc(100% / 2 - 15px)!important;
	}



}

















