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

  サロン紹介

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



/* sec001 ---------------*/
#sec001 {
	padding-bottom:60px;
}
#sec001 .box {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:1100px;
	margin:0 auto;
	margin-top:50px;
}
#sec001 .box:first-child {
	margin-top:70px;
}
#sec001 .box_re {
	flex-direction:row-reverse;
}
#sec001 .box .photo {
	width:500px;
}
#sec001 .box .txt {
	width:500px;
}
#sec001 .box .txt p {
	font-size:14px;
	letter-spacing:1px;
	line-height:1.8em;
}
#sec001 .box .txt p strong {
	display:block;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:.8em;
}
@media screen and (max-width: 767px) {
	#sec001 {
		padding-bottom:10vw;
	}
	#sec001 .box {
		flex-direction:column-reverse;
		width:86%;
		margin-top:15vw;
	}
	#sec001 .box:first-child {
		margin-top:15vw;
	}
	#sec001 .box_re {
		flex-direction:column-reverse;
	}
	#sec001 .box .photo {
		width:100%;
		margin-top:15vw;
	}
	#sec001 .box .txt {
		width:100%;
	}
	#sec001 .box .txt p {
		font-size:4vw;
	}
	#sec001 .box .txt p strong {
		font-size:5vw;
	}
}
