@charset "UTF-8";
/*===================================================== */
/* FLOW PAGE
======================================================= */

#flow{
}

#flow .toPage{
	margin-top: 3.5rem;
}
#flow .toPage a{
	display: block;
	max-width:400px;
	background:#e92303;
	padding:0 0.8rem;
	border-radius:50vmax;
	text-align: center;
	line-height: 5rem;
	color: #fff;
}
/*=============================*/

#flow .inner{
	width:90%;
	margin: auto;
	font-size: 15px;
	line-height: 1.8;
}
#flow h3{
	margin:0 0 3rem;
	padding-left:8px;
	border-left:4px solid #f19b35;
	font-size:18px;
}
#flow ul{
	width:100%;
	margin:0 auto 3rem;
}
#flow ul li{
	display: block;
	width:100%;
	margin-bottom:6.5rem;
}
#flow ul li h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:0 auto 2.5rem;
	font-size: 1.8rem;
}
#flow ul li h4 img{
	display: block;
}
#flow ul li h4 span{
	display: block;
	margin-left: 1rem;
}
#flow ul li .flexSection{
	width:100%;
}
#flow ul li .flexSection figure{
	width:30%;
	padding:0;
	margin:0;
}
#flow ul li .flexSection figure img{
	width:100%;
}
#flow ul li .flexSection .cont{
	width:65%;
	max-width:800px;
	margin-left:4rem;
}
#flow ul li .flexSection .cont .text{
	text-align: justify;
	word-break: break-all;
}

/* ====================================== */

#flow ul li .subArea{
	width:90%;
	margin-left:10%;
	margin-top: 5rem;
}
#flow ul li .subArea > div{
	position: relative;
	margin:1rem 0;
	padding:1.6rem;
	border:5px solid #999;
	border-radius:10px;
}
#flow ul li .subArea > div .arrow{
	position: absolute;
	left:-9rem;
	top: 50%;
	transform: translateY(-50%);

	display: inline-block;
	width:70px;
	height: 70px;
	margin: auto 0;
	padding:0.85rem;
	font-size: 3.5rem;
	color: #FFF;
	text-align:center;
	line-height: 70px;
	background:#aaa;
	border-radius:50%;
}
#flow ul li .subArea > div h5{
	display: inline-block;
	margin:0 0 1rem;
	padding:0.6rem;
	background:#ffe3a7;
	font-size: 1.0rem;
	line-height: 1;
}


#flow ul li .subArea .flexSection{
}
#flow ul li .subArea .flexSection figure{
	margin-right: 2rem;
}

#flow ul li .subArea .flexSection figure img{
	border-radius:10px;
}
#flow ul li .subArea ol{
	margin:0;
	padding:0;
}
#flow ul li .subArea ol li{
	margin:0;
	padding:0.4rem;
}
#flow ul li .subArea > div p{
	margin-bottom:2rem
}

/* hairmake */
#flow ul li .subArea .hairmake{
	border-color: #ffc8cd;
}
#flow ul li .subArea .hairmake h5{
	background:#ffc8cd;
}

/* reschedule */
#flow ul li .subArea .reschedule{	
	border-color: #ffe3a7;
}


/* ====================================== */

#about_contact{
	
}
#about_contact li{
	
}
#about_contact li h4{
	
}
#about_contact .by_form{
	
}
#about_contact .by_form a{

	
}
#about_contact .by_tel{
	
}
#about_contact .by_tel span{
	display: block;
	max-width:280px;
	margin-top: 1.5rem;
	
}
#about_contact .by_tel span a{
	display: block;
	background:#83483f;
	padding:0 0.8rem;
	border-radius:50vmax;
	text-align: center;
	line-height: 5rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	
}