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

.title-box h3 {
	letter-spacing: 0.1em;
}


/* contents01 */

.contents01, .contents02, .contents03 {
	width: 1170px;
	margin-bottom: 130px;
}

.contents02::after {
	content: "ドクター紹介";
}

.contents03::after {
	content: "スタッフ紹介";
}


/* contents01 */

.contents01 {
	text-align: center;
	padding-top: 50px;
}

.contents01 .box01 {
	margin-bottom: 70px;
}

.contents01 .box01 img {
	width: 100%;
height: auto;
}

.contents01 h3, .contents01 h4 {
line-height: 1.2;
}

.contents01 h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 35px;
	color: #42210b;
letter-spacing: 0.4em;
font-weight: 400;
}

.contents01 h4 {
	font-family: 'Jost', sans-serif;
	font-size: 22px;
color: #c6b198;
letter-spacing: 0.1em;
font-weight: 600;
	padding: 10px 0px 40px;
}

/* contents02 */

.contents02 {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	border-radius: 0px;
	background-color: rgba(219,211,204,0);
	padding: 0px 0px;
	padding-top: 70px;
}

.contents02 .box {
	width: 390px;
	text-align: center;
	margin: 0px 50px;
}

.contents02 .box img {
	width: 90%;
height: auto;
	border-radius: 50%;
}

.contents02 h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	margin: 30px auto;
}

.contents02 p {
	font-size: 14px;
color: #231815;
line-height: 1.8;
	text-align: left;
}


/* contents03 */

.contents03 .box01, .contents03 .box01 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents03 img {
	width: 100%;
height: auto;
	border-radius: 15px;
}

.contents03 .box01 .box {
	width: 235px;
	flex-direction: column;
	gap:25px 0px;
}


.sp-view {
	display: none;
}
