@charset "utf-8";
/* CSS Document
----------------------------------------------------
　目次
	0.	CSSのリセット
  1. サイト全体の基準となるCSS
  2. 各要素レイアウト・レスポンシブ対応
	3. ヘッダとファーストビュー・レスポンシブ対応
  4. こんなお悩み・レスポンシブ対応
	5. 髪質改善オペ・レスポンシブ対応
	6. サプリカラー・レスポンシブ対応
	7. お客様レビュー・レスポンシブ対応
	8. コンセプト・レスポンシブ対応
	9. スタッフ紹介・レスポンシブ対応
　10. メニュー・レスポンシブ対応　
	11. アクセス・レスポンシブ対応

	X. CTAボタン(共通パーツ)
	XX. LP内共通パーツ
	XX. ラッパーとコンテナ・レスポンシブ対応(実験用)
*/

/*-------------------------------------------------------------*/
/*　0. CSSのリセット　*/
/*-------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
  vertical-align: baseline;
}
html,body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
body {
  background: #EEE;		/*薄灰色(未完部分の目安)*/
  color: #666;
}
button, input, select, textarea {
  font-family : inherit;
  /*font-size : 100%;*/
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #BBB;
  background: #e9f2f7;
  color: #007888;
}
/*-------------------------------------------------------------*/
/*　1. サイト全体の基準となるCSS　*/
/*-------------------------------------------------------------*/
html {
  font-size: 20px;	/*PC版の基本のフォントサイズ(rem調整)*/
}
body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'M PLUS 1p', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
  color: #333;
}
/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}


@media(max-width: 660px) {
	html {
	  font-size: 15px;	/*スマホ版の基本のフォントサイズ(rem調整)*/
	}
}



/*-------------------------------------------------------------*/
/*　2. 各要素＋共通設定・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
/*CSS変数*/
:root {
--white: #ffffff;
--brown: #81563a;
--gold: #C39E50;
--salmon: #fd7d7d;
--salmon_light: #FFC0C0;
--sakura: #FFF5F5;
--wine: #90161c;
--ivory: #FDF8ED;
--dark_gray: #707070;
}

body {
	color: var(--brown);	/*基本の文字色*/
}
h2 {
	font-size: 40px;
	font-weight: bold;
}
h3 {
	width: 1000px;
	margin: 30px auto 40px auto;
	padding: 10px 10px 10px 0;
	color: var(--wine);
	font-size: 40px;
	font-weight: normal;
	border-bottom: 2px solid var(--wine);
}
p {
	width: 1000px;
	margin: 20px auto;
	line-height: 1.7;
}

@media(max-width: 660px) {
	h2 {
		font-size: 22px;
	}
	h3 {
		width: 330px;
		margin: 20px auto 20px auto;
		font-size: 22px;
	}
	p {width: 330px;}
}


/*-------------------------------------------------------------*/
/*　3. ヘッダとファーストビュー・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
/*全幅ヘッダー(レスポンシブ)*/
.header_wrapper {
  width: 100%;
  height: 80px;
  margin: 0px;
  background: var(--white);
}
.header_wrapper h1 {
	float: left;
	padding: 0px;
}
.header_wrapper span.header_logo {
	display: block;
	width: 200px;
	height: 60px; margin-top: 10px;
	margin-left: 10px;
	font-size: 0;
	background: url(images/header_logo_600.png) left top/200px auto no-repeat;
}
.header_sub {
  display: block;
	float: left;
	margin-top: 30px;
	font-size: 0.9rem;
	color: var(--brown);
}
.header_pc_btn {
	width: 250px; height: 90px;
	float: right;
	font-size: 0px;
	background: url(images/header_button_400.png) right top/260px auto no-repeat;
}
.header_pc_btn:hover {
	opacity: 0.8;
}

@media(max-width: 660px) {
  .header_wrapper {
    height: 50px;
  }
	.header_wrapper h1 {
		padding: 5px 10px;
	}
	.header_wrapper span.header_logo {
		width: 130px; height: 50px;
		margin: 0px;
		font-size: 0;
		background: url(images/header_logo_600.png) left top/130px auto no-repeat;
	}
	.header_wrapper > .header_sub {
		margin-top: 17px;
		font-size: 0.8rem;
	}
	.header_pc_btn {
		display: none;
	}
}

/*全幅ファーストビュー(レスポンシブ)*/
.fv_wrapper {
	width: 100%;
	height: 0;	/*縦横比維持しつつ横幅いっぱい*/
	padding-top: calc(1000 / 2000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(images/first-view_pc_2000c.jpg) center center / cover no-repeat;
}
.fv_wrapper a.fv_mobile_btn {
	display: none;
}
@media(max-width: 660px) {
  .fv_wrapper {
		width: 100%;
		height: 0;	/*縦横比維持しつつ横幅いっぱい*/
		padding-top: calc(1219 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background: url(images/first-view_mobile_1000c.jpg) center center / cover no-repeat;
  }
	.fv_wrapper a.fv_mobile_btn {
		display: block;
		width: 250px; height: 70px;
		position: absolute;
		top: 50px; right: 30px;
		font-size: 0;
	}
}

/*-------------------------------------------------------------*/
/*　4. こんなお悩み・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.nayami_wrapper {
	width: 100%;
	margin: 0;
	padding: 40px 0;
  background: var(--sakura);
}

.nayami_wrapper .covid19_title {
	width: 982px;    padding: 12px;   /*PC版合計1000px*/
	margin: auto;
	background:  var(--wine);
	font-weight: bold;
	color: white;
	text-align: center;
}

.nayami_wrapper .covid19_text {
  width: 960px;    padding: 20px;   /*PC版合計1000px*/
	margin: auto;
	border: 3px solid var(--wine);
	background: var(--white);
	color: var(--wine);
}

.nayami_wrapper .nayami {
  width: 1000px;    padding: 0px;   /*PC版合計1000px*/
	height: 692px;
	margin: 50px auto 20px auto;
	border: none;
	background: url(images/nayami_pc_2000.jpg) center center / cover no-repeat;
}

.nayami_end {
  width: 100%;    padding: 0px;   /*PC版 全幅*/
	height: 231px;
	margin: 0px auto;
	border: none;
	background: url(images/nayami_end_3000.jpg) center center / cover repeat-x;
}

@media(max-width: 660px) {
	.nayami_wrapper .covid19_title {
		width: 328px;		padding: 8px;
	}
	.nayami_wrapper .covid19_text {
		width: 310px;		padding: 15px;
		border: 2px solid var(--wine);
		font-size: 0.9rem;
	}
	.nayami_wrapper .nayami {
	  width: 340px;    padding: 0px;
		height: 490px;
		margin: 40px auto 0 auto;
		border: none;
		background: url(images/nayami_mobile_1000.jpg) center center / cover no-repeat;
	}
	.nayami_end {
		height: 170px;
	}
}

/*-------------------------------------------------------------*/
/*　5. 髪質改善オペ・レスポンシブ対応　*/
/*-------------------------------------------------------------*/

.stperm_wrapper {
	background: var(--ivory);
	/*border: 1px solid transparent;	高さ確定用*/
	padding-bottom: 50px;
}

.stperm_billboard {
	width: 100%;
	height: 0;	/*縦横比維持しつつ横幅いっぱい*/
	padding-top: calc(1000 / 2000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(images/straignt-perm_pc_2000b.jpg) center center / cover no-repeat;
}
.stperm_billboard h2 {display: none;}

.stperm_wrapper h3 > span {
	color: var(--gold);
}
.stperm_photo {
	width: 1000px;
	margin: 50px auto 30px auto;
}
.stperm_photo:after { /*float後の高さ保持*/
  content: "";
  display: block;
  clear: both;
	margin-bottom: 30px;
}
.stperm_photo > .box {
	width: 460px;
	margin-right: 40px;
	text-align: center;
	float: left;
}


@media(max-width: 660px) {
  .stperm_billboard {
		width: 100%;
		height: 0;	/*縦横比維持しつつ横幅いっぱい*/
		padding-top: calc(880 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background: url(images/straignt-perm_mobile_1000d.jpg) center center / cover no-repeat;
  }
	.stperm_photo {
		width: 330px;
		margin: 30px auto;
	}
	.stperm_photo:after { /*float後の高さ保持*/
		margin-bottom: 0px;
	}
	.stperm_photo > .box {
		width: 330px;
		margin-bottom: 10px;
	}

}

/*-------------------------------------------------------------*/
/*　6. サプリカラー・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.supcolor_wrapper {
	background: var(--sakura);
	padding-bottom: 50px;
}
.supcolor_billboard {
	width: 100%;
	height: 0;	/*縦横比維持しつつ横幅いっぱい*/
	padding-top: calc(1000 / 2000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(images/supple-color_pc_2000.jpg) center center / cover no-repeat;
}
.supcolor_billboard h2 {display: none;}

.supcolor_wrapper h3 > span {
	color: var(--salmon);
}
.supcolor_wrapper img {
	display: block;
	width: 800px;
	margin: 0px auto;
}

@media(max-width: 660px) {
	.supcolor_wrapper {
		padding-bottom: 40px;
	}
  .supcolor_billboard {
		width: 100%;
		height: 0;	/*縦横比維持しつつ横幅いっぱい*/
		padding-top: calc(880 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background: url(images/supple-color_mobile_1000.jpg) center center / cover no-repeat;
  }
	.supcolor_wrapper img {
		width: 330px;
	}
}

/*-------------------------------------------------------------*/
/*　7. お客様レビュー・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.customer_wrapper {
	background: var(--salmon_light) url(images/salmon_300.png) top left repeat-x;
	padding-top: 40px;
	padding-bottom: 0px;
	border: 1px solid transparent;		/*高さ確定用*/
}

.customer_review {
	width: 940px;	padding: 30px;
	margin: 0 auto 40px auto;
	border-radius: 20px;
	background: white;
}
.customer_review:after { /*float後の高さ保持*/
  content: "";
  display: block;
  clear: both;
}
.customer_review img {
	width: 240px;
	float: left;
	margin-right: 30px;
}
.customer_attr {
	font-weight: bold;
	color: var(--wine);
}
.customer_review p {
	width: 100%;
}
.customer_end {
  width: 100%;    padding: 0px;   /*PC版 全幅*/
	height: 231px;
	margin: 0px auto;
	border: none;
	background: url(images/customer_end_3000.jpg) center center / cover repeat-x;
}

@media(max-width: 660px) {
	.customer_review {
		width: 300px;	padding: 20px;
		border-radius: 10px;
	}
	.customer_review img {
		width: 150px;
		float: left;
		margin-right: 20px;
	}
	.customer_end {
		height: 90px;
	}

}

/*-------------------------------------------------------------*/
/*　8. コンセプト・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.concept_wrapper {
	background: var(--ivory);
	padding-bottom: 50px;
}
.concept_billboard {
	width: 100%;
	height: 0;	/*縦横比維持しつつ横幅いっぱい*/
	padding-top: calc(1000 / 2000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(images/concept_pc_2000.jpg) center center / cover no-repeat;
	margin-bottom: 50px;
}
.concept_billboard h2 {display: none;}
.concept_wrapper strong { color: var(--salmon);}

.concept_wrapper img {
	display: block;
	width: 800px;
	margin: 80px auto 40px auto;
}

@media(max-width: 660px) {
	.concept_billboard {
		width: 100%;
		height: 0;	/*縦横比維持しつつ横幅いっぱい*/
		padding-top: calc(1000 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
		background: url(images/concept_mobile_1000.jpg) center center / cover no-repeat;
		margin-bottom: 25px;
	}
	.concept_wrapper img {
		display: block;
		width: 340px;
		margin: 40px auto 10px auto;
	}
}

/*-------------------------------------------------------------*/
/*　9. スタッフ紹介・レスポンシブ対応　*/
/*-------------------------------------------------------------*/

.staff_wrapper {
	background: var(--salmon_light) url(images/salmon_300.png) top left repeat-x;
	padding-top: 40px;
	padding-bottom: 50px;
	border: 1px solid transparent;		/*高さ確定用*/
}
.staff_container {	/*要素のセンタリング確保*/
	width: 1000px;
	margin: auto;
}
.staff_container:after { /*float後の高さ保持*/
  content: "";
  display: block;
  clear: both;
}
.staff_ul {
	list-style-type: none;
	margin-right: -30px;	/*ulにて各行の右端のmarginを吸収*/
	overflow: hidden;
}
.staff_member {
	width: 313px;	padding: 0px;
	margin: 0 30px 40px auto;	/*右マージン30px*/
	border-radius: 20px;
	background: white;
	float: left;
}
.staff_photo img {
	border-radius: 20px 20px 0 0;
	margin: 0;
	vertical-align: top;
}
.staff_name {
	height: 170px;
	border-radius: 0 0 20px 20px;
	padding: 20px;
	line-height: 1.8;
}
.staff_name span {
	font-size: 1.3rem;
}
.staff_name a {
	display: block;
	margin-top: 15px;
	font-size: 0.8rem;
	color: var(--wine);
	float: right;
}
.staff_name a:hover {
	color: var(--salmon);
}

@media(max-width: 660px) {
	.staff_container {	/*要素のセンタリング確保*/
		width: 340px;
	}
	.staff_ul {
		margin-right: -20px;	/*ulにて各行の右端のmarginを吸収*/
	}
	.staff_member {
		width: 159px;	padding: 0px;
		margin: 0 20px 20px auto;	/*右マージン20px*/
		border-radius: 20px;
		background: white;
		float: left;
	}
	.staff_name {
		height: 110px;
		padding: 12px;
		font-size: 0.85rem;
		line-height: 1.7;
	}
	.staff_name span {
		font-size: 1rem;
	}
	.staff_name a {
		display: block;
		margin-top: 8px;
		line-height: 1.4;
	}
}

/*-------------------------------------------------------------*/
/*　10. メニュー・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.menu_wrapper {
	background: var(--sakura);
	padding-top: 40px;
	padding-bottom: 50px;
}
.menu_container {	/*要素のセンタリング確保*/
	width: 1000px;
	margin: auto;
	padding-bottom: 30px;
}
.menu_container:after {
	content: "";	display: block;	clear: both;
}
.menu_box {
	width: 440px;	padding: 1px 30px;	/*合計500px*/
	background: transparent;
	float: left;
}
.menu_box:after {
	content: "";	display: block;	clear: both;
}
.menu_box ul {
	list-style-type: none;
}
.menu_box li {
	clear: both;
	margin-bottom: 20px;
}
.menu_box li:after {
	content: "";	display: block;	clear: both;
}
.menu_title {
	font-size: 25px;	font-weight: bold;
	color: var(--salmon);
	padding-bottom: 8px;
	border-bottom: 1px solid var(--dark_gray);
	margin-bottom: 20px;
	margin-top: 40px;
}
.menu_name {
	float: left;
}
.menu_price {
	float: right;
}

.menu_end_present {
  width: 100%;    padding: 0px;   /*PC版 全幅*/
	height: 420px;
	margin: 0px auto;
	border: none;
	background: url(images/menu_end_present_3000.jpg) center top / cover repeat-x;
}
@media(max-width: 660px) {
	.menu_container {	/*要素のセンタリング確保*/
		width: 340px;
	}
	.menu_box {
		width: 320px;	padding: 1px 10px;	/*合計340px*/
	}
	.menu_title {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.menu_box li {
		margin-bottom: 10px;
	}
	.menu_end_present {
		height: 320px;
	}
}

/*-------------------------------------------------------------*/
/*　11. アクセス・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.access_wrapper {
	background: var(--ivory);
	padding-top: 40px;
	padding-bottom: 50px;
}
.access_container {
	width: 900px;
	margin: auto;
}
p.access_shopname {
	font-size: 28px;
	color: var(--wine);
}
.access_phone {
	margin-top: 50px;
	text-align: center;
}
a.phone {
	font-family: arial;
	font-weight: bold;
	font-size: 42px;
	color: var(--wine);
		text-decoration: none;
}
a.phone img {
	width: 330px;
}

@media(max-width: 660px) {
	.access_container {
		width: 340px;
	}
	p.access_shopname {
		font-size: 20px;
	}
	.access_wrapper iframe {
		width: 100%;
		height: 370px;
	}
	a.phone {
		font-size: 32px;
	}
	a.phone img {
		width: 250px;
	}
}

/*-------------------------------------------------------------*/
/*　12. フッター・レスポンシブ対応　*/
/*-------------------------------------------------------------*/
.footer_wrapper {
	height: 300px;
	text-align: center;
	padding-top: 150px;
	background: url(images/footer_background.jpg) center top / cover repeat-x;
}
.footer_shopname {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.copyright {
	font-size: 0.8rem;
}
@media(max-width: 660px) {
	.footer_wrapper {
		height: 150px;
		padding-top: 70px;
	}
	.footer_shopname {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

/*-------------------------------------------------------------*/
/*　X. CTAボタン(共通パーツ)　*/
/*-------------------------------------------------------------*/

.cta_wrapper {
	width: 100%;
	height: 280px;
  margin: 0;
	background: white;
	text-align: center;
}
.cta_button {
	margin-top: 20px;
	width: 600px;
}
.cta_button:hover {
	opacity: 0.8;
}

.cta_text a {
	display: block;
	width: 400px;
	padding: 20px;
	margin: auto;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	font-size: 28px;
	color: var(--white);
	background: var(--wine);
}
.cta_text a:hover {
	background: var(--salmon);
}

@media(max-width: 660px) {
	.cta_wrapper {
		height: 160px;
	}
	.cta_button {
		margin-top: 10px;
		width: 340px;
	}

	.cta_text a {
		width: 250px;
		padding: 10px;
		border-radius: 15px;
		font-size: 18px;
	}
}

/*-------------------------------------------------------------*/
/*　XX. LP内共通パーツ　*/
/*-------------------------------------------------------------*/

.h2center {
	width: 500px;
	margin:  0 auto 50px auto;
	text-align: center;
	padding: 15px;
}

.col_white {
	color: white;
	border-bottom: 2px solid white;
}
.col_wine {
	color: var(--wine);
	border-bottom: 2px solid var(--wine);
}

@media(max-width: 660px) {
	.h2center {
		width: 250px;
		margin:  0 auto 40px auto;
	}
	.col_white, .col_wine {
		border-bottom: 2px solid;
	}
}
