@charset "UTF-8";


/* ヘッダー＆メインビジュアル */
header {
	width: 100%;
	height: 300px;
	background: url(../images/concept/conceptBg.jpg) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	border-top: 20px #ffffff solid;
	border-left: 20px #ffffff solid;
	border-right: 20px #ffffff solid;
	margin: 0 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 300%;
	margin: 0 25px 0 40px;
}
header h1 span {
	font-family: TBUDGothic R, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40% !important;
	position: relative;
	top: -10px;
	left: 15px;
	font-weight: normal !important;
}
header h1 br {
	display: none;
}


/* カット */
#cut {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#cutL {
	width: 50%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
	padding: 30px;
}
#cutL h2 {
	margin: 0 0 15px;
}
#cutL h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180% !important;
	line-height: 130% !important;
	font-weight: bold;
	margin: 0 0 12px;
}
#cutImg {
	width: 100%;
	margin: 40px 0 0;
	line-height: 0;
}
#cutImg img {
	width: 100%;
	height: auto;
}
#cutR {
	width: 50%;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	background: #f5f5f5;
	padding: 30px;
}
#colorpermImg {
	width: 100%;
	margin: 0 0 25px;
	line-height: 0;
}
#colorpermImg img {
	width: 100%;
	height: auto;
}
#cutR h2 {
	margin: 0 0 10px;
}
#colorTxt {
	margin: 0 0 30px;
}


/* トリートメント */
#treatment {
	width: 100%;
	background: #f5f5f5;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#treatment h2 {
	margin: 0 0 15px;
}
#treatmentL {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
}
#treatmentL div {
	width: 100%;
	line-height: 0;
}
#treatmentL div img {
	width: 100%;
	height: auto;
}
#treatmentR {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 30px 30px 38px;
}
#treatmentR h2 {
	margin: 0 0 10px;
}
#treatmentTxt {
	margin: 0 0 35px;
}


/* シャンプー */
#shampoo {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#shampooL {
	width: 50%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
	padding: 30px 30px 50px;
}
#shampooL h2 {
	margin: 0 0 15px;
}
#shampooL h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180% !important;
	line-height: 130% !important;
	font-weight: bold;
	margin: 0 0 12px;
}
#shampooL p {
	margin: 10px 0 0;
}
#shampooR {
	width: 50%;
	height: 500px;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	line-height: 0;
	background: url(../images/concept/shampooImg.jpg) no-repeat left center;
	background-size: cover;
}
#shampooR img {
	display: none;
}


/* アバウト */
#about {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	background: #f5f5f5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#aboutL {
	width: 30%;
	height: 600px;
	background: url(../images/concept/aboutImg.jpg) no-repeat -160px center;
	background-size: cover;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
}
#aboutL img {
	display: none;
}
#aboutR {
	width: 70%;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	text-align: center;
	position: relative;
}
#aboutLogo {
	width: 360px;
	height: 430px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#aboutLogo div {
	margin: 0 0 10px;
	line-height: 0;
}

