@charset "utf-8";
/* CSS Document */





/*-------------------------------
共通
-------------------------------*/
.hosoku01 {
	font-size: 14px;
	text-align: right;
	line-height: 1.6;
	color: #283487;
}

/*-------------------------------
審美歯科
-------------------------------*/

/*自費診療のかぶせ物について*/
/*-----------------------------*/
.esthe_item {
	overflow: hidden;
	margin-bottom: 20px;
}
.esthe_photo {
	float: left;
	width: 259px;
	text-align: center;
}
.esthe_name {
	float: right;
	width: 415px;
	padding-top: 5px;
}
.esthe_name dt {
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(img/line.gif) left 3px repeat-x;
	border-bottom: 2px solid #92736b;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px;
	font-size: 15px;
	font-weight: bold;
}
.esthe_name dt span {
	background: url(../../common/img/bg.jpg)top center repeat;
}
.esthe_review {}
.esthe_review li {
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: left top;
}
.esthe_review li.a {
	background-image: url(img/merit.gif);
	margin-bottom: 10px;
}
.esthe_review li.b {
	background-image: url(img/demerit.gif);
}

/*金色の詰め物の入れ替え*/
/*-----------------------------*/
.esthe_fl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	gap: 20px 20px;
}
.esthe_fl_pic {
	width: 115px;
}
.esthe_fl_txt {
	width: calc(100% - (115px + 20px));
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------
ホワイトニング
-------------------------------*/
.whitening_ttl01 {
	margin-bottom: 15px;
	padding: 3px 10px 2px;
	background: #d5e6db;
	border-radius: 7px;
	font-weight: bold;
	font-size: 15.5px;
	color: #5d66a8;
}
span.s_ttl {
	display: block;
	font-size: 13.5px;
	font-weight: bold;
	border-bottom: 1px dotted #5d66a8;
	color: #5d66a8;
	margin-bottom: 5px;
}
span.meyasu {
	display: block;
	width: fit-content;
	background-color: #fff;
	border: 1px solid #d6e1e6;
	border-radius: 15px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}


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


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


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

	/*-------------------------------
	共通
	-------------------------------*/
	.hosoku01 {}

	/*-------------------------------
	審美歯科
	-------------------------------*/

	/*自費診療のかぶせ物について*/
	/*-----------------------------*/
	.esthe_item {}
	.esthe_photo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.esthe_name {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.esthe_name dt {}
	.esthe_name dt span {}
	.esthe_review {}
	.esthe_review li {
		padding: 30px 0 0;
	}
	
	/*金色の詰め物の入れ替え*/
	/*-----------------------------*/
	.esthe_fl {}
	.esthe_fl_pic {
		width: 100%;
	}
	.esthe_fl_txt {
		width: 100%;
	}

	/*-------------------------------
	ホワイトニング
	-------------------------------*/
	.whitening_ttl01 {}
	span.s_ttl {}
	span.meyasu {}
	
	
}






