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


/* contents01 */

.contents01 {
	text-align: center;
	width: 100%;
}

/* layput01 */

.layout01 {
	width: 100%;
	padding: 70px 0px;
	background-image: url("../top/images/back05.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.layout01 .box-inner {
	width: 90%;
	max-width: 1500px;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	background-color: #FFF;
}

.layout01 .box-img {
	width: 55%;
}

.layout01 .box-img img {
	width: 100%;
	height: 540px;
}

.layout01 .box-detail {
	flex: 1;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

.layout01 h4 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 70px;
	color: #f3b3cf;
line-height: 1.1;
letter-spacing: 0.1em;
font-weight: 200;
	margin-bottom: 40px;
}

.layout01 h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 35px;
	color: #b07c47;
letter-spacing: 0.25em;
	font-weight: 400;
	position: relative;
	padding-bottom: 35px;
}

.layout01 h5::before {
	content: "院長";
	display: inline-block;
	padding-right: 30px;
}

.layout01 h5::after {
	content: "（こばやし なおこ）";
	position: absolute;
left: 0px;
bottom: 0px;
	display: block;
	font-size: 18px;
	width: 100%;
}

/* layout02 */

.layout02 {
	width: 1140px;
	padding: 60px 0px 120px;
}

.layout02 h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	color: #754c24;
letter-spacing: 0.25em;
	font-weight: 400;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
}

.layout02 p {
	line-height: 2;
}

/* layout03 */

.layout03 {
	width: 90%;
	max-width: 1500px;
	background-image: url("../top/images/back04.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	border-radius: 30px;
	position: relative;
	padding: 90px 6% 50px;
}

.layout03::after {
	content: "資格& 略歴";
	position: absolute;
left: 10%;
top: 0px;
	background-image: url("../top/images/back-text01.png");
background-position: center;
background-repeat: no-repeat;
	background-size: cover;
	width: 80%;
	padding: 20px 0px;
	display: block;
	border-radius: 80px;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
color: #534741;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	margin-top: -35px;
}

.layout03 .box-detail {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout03 .box-detail .box {
	width: 49%;
	background-color: #FFF;
	border-radius: 25px;
	padding: 40px 50px 30px;
}

.layout03 h5 {
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	color: #a67c52;
letter-spacing: 0.25em;
	font-weight: 400;
	margin-bottom: 30px;
}

.layout03 p {
	line-height: 2;
	text-align: left;
	font-size: 16px;
}



.sp-view {
	display: none;
}
