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


/****************************************

          はじめての方へ

*****************************************/

.message_area{
	width: 940px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.message_box{
	border: 3px solid #F5A500;
	border-radius: 20px;
	background: #FFF4ED;
	width: 600px;
	padding: 60px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 6px gray;
}
.leaf img{
	position: absolute;
	width: 250px;
	right:0px;
	top:-20px;
}
.message_box .message_top{
	margin-bottom: 20px;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
-ms-flex-pack:justify;/*--- IE10 ---*/
-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
justify-content:space-between;
}
.message_box .message_top dl{
display: block;
width: 350px;
height: 268px;
margin-right: 22px;
}
.message_box .message_top dt{
	color: #15A144;
	font-size: 170%;
	line-height: 140%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
}

.message_box .message_top dd{
	margin-left: auto;
	display: block;
	width: 50%;
	color: #42210B;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
}
.message_box .message_top dd span{
	font-size: 125%;
}
.prof_btn{
	display: inline-block;
	text-align: center;
	font-size: 85%;
	color: #fff;
	background: #8AC12D;
	border-radius: 999px;
	padding-left: 15px;
	padding-right: 15px;
}
.message_pop {
	display: block;
	width:25%;
	margin-bottom: 10px;
}
.incyo {
	display: block;
	width: 220px;
	height: 264px;
	padding: 3px;
	border: 1px solid #333;
}
.incyo img{
	width: 100%;
	height: auto;
}
.message_box .message_bottom{
	font-size: 110%;
	line-height: 160%;
}
.message_box .message_bottom ul {
	width: 100%;
	margin-top: 30px;
}
.message_box .message_bottom li {
	display: block;
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
}
.message_box .message_bottom li img{
	width: 100%;
}

/****************************************

          施術の流れ

*****************************************/

.nagare_area{
	width: 940px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.nagare_box{
	width: 780px;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap; /*for IE10*/
	-webkit-flex-wrap : wrap; /*for old webkit browser*/
	margin:  0 auto;
}
.nagare_box li{
	display: block;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 30px;
	background: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F4EDBA; /* Old browsers */
	background: -moz-linear-gradient(top, #F4EDBA 0%, #FFFFFF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #F4EDBA 0%,#FFFFFF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #F4EDBA 0%,#FFFFFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4EDBA', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}
.nagare_box li img{
	width: 100%;
	margin-bottom: 10px;
}
.nagare_box li dt{
	width: 80%;
	height: 38px;
	line-height: 38px;
	display: block;
	margin: 0 auto;
	color: #42210B;
	font-size: 140%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}
.nagare_box li dt img{
	width:65px;
	margin-right: 5px;
 	vertical-align:middle;
}
.nagare_box li dd{
	width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 100%;
	line-height: 140%;
	position: relative;
}
.nagare_box li dd .flow{
	position: absolute;
	width: 30px;
	top:30%;
	right:-85px;
}

/****************************************

          よくある質問

*****************************************/
#qa_base{
	width: 100%;
	background: #fcf3cf;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#qa_area{
	width: 940px;
	margin: 0 auto;
}
.qa_box{
	display: block;
	background: #fff;
	width: 700px;
	padding: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 0 6px gray;
}
.qa_box ol{
	background: #fff;
	color: #15A144;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px dotted #e67e22;
	margin-bottom: 15px;
	position: relative;
	padding-left:35px;
}
.qa_box ol::before{
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	background: url(../../syoukai/image/q.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	top: -2px;
	left:0px;
}
.qa_box li{
	background: #fff;
	font-size: 110%;
	line-height: 140%;
	padding-left:35px;
	position: relative;
}
.qa_box li::before{
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	background: url(../../syoukai/image/a.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	top: -2px;
	left:0px;
}
#staff_area{
	width: 940px;
	margin: 0 auto;
	margin-bottom: 40px;
}
