@charset "utf-8";

/*---------- introductioon ----------*/
.introduction{
	background: url(/img/common/line_double.png) repeat-x center top,url(/img/common/bg.jpg) center top;
}

.introduction .inner{
	padding: 103px 20px 160px 20px;
}

.introduction h3{
	margin-bottom: 80px;
}

.introduction .txt1{
	font-size: 24px;
	margin-bottom: 65px;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	text-align: center;
	letter-spacing: 0.1em;
}

.introduction .txt2{
	font-size: 24px;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	line-height: 2.66;
	text-align: center;
	letter-spacing: 0.1em;
}


/*---------- about----------*/
.about{
	padding-bottom: 150px;
}

.about_detail{
	overflow: hidden;
}

.about_detail .about_img{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.about_detail .about_img img{
	width: 100%;
}

.about_detail .about_txt{
	margin-left: 52%;
	text-align: left;
}

.about_detail .about_txt h4{
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 8px;
}

.about_detail .about_txt .txt{
	letter-spacing: 0.06em;
	font-size: 16px;
	margin-bottom: 35px;
	line-height: 1.75;
}

.about_detail .common_btn{
	margin: 0 0 0 0;
}

/*---------- point ----------*/
#point{
	margin-top: -81px;
	padding-top: 81px;
}

.point .inner{
	padding: 67px 20px 110px 20px;
}

.point dl{
	padding: 45px 0 30px 0;
	text-align: left;
	border-top: 1px solid #000;
}

.point dl.dl_first{
	border-top: none;
	padding-top: 0;
}

.point dt{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.06em;
}

.point dt span{
	font-size: 30px;
	font-style: italic;
}

.point dd{
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.06em;
	line-height: 2;
}

.point dd h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.point dd .lead_area{
	overflow: hidden;
}

.point dd .lead_area img{
	float: left;
	margin-right: 50px;
}

.point dd .lead_area_txt{
	font-size: 16px;
	line-height: 2.4;
}

.point dd .lead_area_txt h4{
	line-height: 1.6;
}

.point dd .lead_area2 img{
	float: right;
	margin-left: 50px;
}

/*---------- staff ----------*/
.staff .inner{
	padding: 77px 20px 70px 20px;
}

.staff ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-flow: row wrap;
}

.staff ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 60px;
	display: flex;
}

.staff ul li:nth-child(even){
	margin-right: 0;
}

.staff ul li:nth-child(3),
.staff ul li:last-child{
	margin-bottom: 0;
}

.staff .staff_img{
	flex-basis: 45.8%;
	margin-right: 6.2%;
}

.staff .txt_area{
	text-align: left;
	padding-top: 20px;
	width: 48%;
}

.staff .txt_area h4{
	font-size: 16px;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.8;
}

.staff .txt_area h4 span{
	display: block;
}

.staff_txt{
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.87;
}

.staff_txt span{
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.staff_txt span.license{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}

@media screen and (max-width:768px){
	
	/*---------- introductioon ----------*/
	.introduction{
		background: url(/img/common/line_double_sp.png) repeat-x center top,url(/img/common/bg_sp.jpg) center top;
		background-size: 100% auto,100% auto;
	}

	.introduction .inner{
		padding: 42px 6% 115px 6%;
	}

	.introduction h3{
		width: 56%;
		margin: 0 auto 40px auto;
	}

	.introduction .txt1{
		font-size: 14px;
		margin-bottom: 40px;
	}

	.introduction .txt2{
		font-size: 14px;
		line-height: 2.28;
	}

	/*---------- about----------*/
	.about{
		padding-bottom: 100px;
	}

	.about_detail .about_img{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.about_detail .about_txt{
		margin-left: 0;
		text-align: left;
	}

	.about_detail .about_txt h4{
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 1.97;
		text-align: center;
	}

	.about_detail .about_txt .txt{
		font-size: 14px;
		margin-bottom: 35px;
		line-height: 1.8;
	}
	
	.about_detail .common_btn{
		margin: 0 auto 0 auto;
	}
	
	/*---------- point ----------*/
	#point{
		margin-top: -51px;
		padding-top: 51px;
	}
	
	.point .inner{
		padding: 50px 0 70px 0;
	}

	.point dl{
		padding: 35px 6% 30px 6%;
		text-align: left;
		border-top: none;
		background: url(/img/common/line_sp.png) center top repeat-x;
	}

	.point dl.dl_first{
		background: none;
	}

	.point dt{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: left;
		padding-left: 1.5em;
		text-indent: -1.5em;
	}

	.point dt span{
		font-size: 20px;
	}

	.point dd{
		font-size: 14px;
		line-height: 1.5;
	}
	
	.point dd h4{
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.point dd .lead_area{
		overflow: hidden;
	}

	.point dd .lead_area img{
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.point dd .lead_area_txt{
		font-size: 14px;
		line-height: 2;
	}

	.point dd .lead_area_txt h4{
		margin-bottom: 10px;
	}
	
	.hair_straight_img{
		width: 70%;
		display: block;
		margin: 0 auto 20px auto;
	}
	
	.point dd .lead_area2 img{
		float: none;
		margin-left: 0;
	}

	/*---------- staff ----------*/
	.staff .inner{
		padding: 10px 0;
	}

	.staff ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		padding: 25px 6% 25px 6%;
		box-sizing: border-box;
		background: url(/img/common/line_sp.png) center top repeat-x;
		display: block;
	}
	
	.staff ul li:first-child{
		background: none;
	}
	
	.staff_photo{
		display: flex;
		width: 100%;
		align-items: center;
	}
	
	.staff ul li:nth-child(odd) .staff_photo{
		flex-flow: row wrap;
	}
	
	.staff ul li:nth-child(even) .staff_photo{
		flex-flow: row-reverse wrap;
	}

	.staff .staff_img{
		width: 42.4%;
	}
	
	.staff ul li:nth-child(even) .staff_img{
		margin-left: 6.2%;
		margin-right: 0;
	}
	
	.staff li:nth-child(even) .txt_area{
		margin-right: 0;
		margin-left: 0;
	}

	.staff_photo h4{
		font-size: 16px;
		margin-bottom: 0;
		line-height: 1.7;
		flex: 1;
		font-weight: bold;
		box-sizing: border-box;
	}
	
	.staff_photo h4 span{
		display: block;
		line-height: 1.4;
		margin-bottom: 5px;
	}

	.staff .staff_txt{
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		margin-top: 20px;
	}
	
	.staff_txt span{
		margin: 10px 0 5px 0;
	}

}
