@charset "UTF-8";


/* ヘッダー＆メインビジュアル */
header {
	width: 100%;
	background: url(../images/concept/conceptBg.jpg) no-repeat -800px 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;
	padding: 110px 0 90px;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 250%;
	line-height: 70%;
	text-align: center;
}
header h1 span {
	font-family: TBUDGothic R, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40% !important;
	font-weight: normal !important;
}


/* カット */
#cut {
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0 0;
}
#cutL {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 40px 20px 40px;
}
#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: 160% !important;
	line-height: 120% !important;
	text-align: center;
	font-weight: bold;
	margin: 0 0 12px;
}
#cutImg {
	width: 100%;
	margin: 30px 0 0;
	line-height: 0;
}
#cutImg img {
	width: 100%;
	height: auto;
}
#cutR {
	width: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 0 20px 60px;
}
#colorpermImg {
	width: 100%;
	margin: 0 0 30px;
	line-height: 0;
}
#colorpermImg img {
	width: 100%;
	height: auto;
}
#cutR h2 {
	margin: 0 0 10px;
}
#colorTxt {
	margin: 0 0 40px;
}


/* トリートメント */
#treatment {
	width: 100%;
	background: #f5f5f5;
	margin: 20px 0 0;
}
#treatment h2 {
	margin: 0 0 15px;
}
#treatment h2 br {
	display: none;
}
#treatmentL {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px 40px;
}
#treatmentL div {
	width: 100%;
	line-height: 0;
}
#treatmentL div img {
	width: 100%;
	height: auto;
}
#treatmentR {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 60px;
}
#treatmentR h2 {
	margin: 0 0 10px;
}
#treatmentTxt {
	margin: 0 0 40px;
}


/* シャンプー */
#shampoo {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
}
#shampooL {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 40px 20px 30px;
}
#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: 160% !important;
	line-height: 120% !important;
	text-align: center;
	font-weight: bold;
	margin: 0 0 12px;
}
#shampooL p {
	margin: 10px 0 0;
}
#shampooR {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 0 20px 40px;
	line-height: 0;
}
#shampooR img {
	width: 100%;
	height: auto;
}


/* アバウト */
#about {
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 40px 20px 40px;
	background: #f5f5f5;
}
#aboutL {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px;
}
#aboutL img {
	width: 100%;
	height: auto;
}
#aboutR {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
#aboutLogo {
	width: 100%;
}
#aboutLogo div {
	width: 80%;
	margin: 0 auto 10px;
	line-height: 0;
}
#aboutLogo div img {
	width: 100%;
	height: auto;
}
#aboutLogo p {
	text-align: left !important;
}
#aboutLogo p span {
	display: none;
}

