@charset "UTF-8";
/* CSS Document */

/*女性の薄毛修正部分*/
.h_t01 {
	color: #a0522b;
}

.h_t01 span::after {
	border-bottom: 1px solid #a0522b;
}

.reserve_cont {
	background-color: #edd6cb;
}

.reserve_cont div p.t02 a {
	color: #a0522b;
}

.reserve_cont div p.t02 a::before {
	background-image: url("../../images/reserve_ico04_w.webp");
}

.reserve_cont .reserve02 li:nth-child(2) a {
	background-color: #a0522b;
}

.btn01 a:hover {
	background-color: #edd6cb;
	border: 1px solid #edd6cb;
	color: #555;
}

#faq dl dt {
	background-color: #edd6cb;
}

h3.h03 {
	border: 2px solid #a0522b;
}

h3.h03 span {
	color: #a0522b;
}


/*mv*/
#mv {
	width: 100%;
	height: 660px;
	background: linear-gradient(90deg,#ffeee6,#f2d1c2);
	position: relative;
}

#mv > div:first-of-type {
	width: 965px;
	padding-right: 315px;
	margin: 0 auto;
	text-align: center;
}

#mv > div:first-of-type p.t01 {
	padding: 68px 0 25px;
}

#mv > div:first-of-type p.t02 {
	font-size: 50px;
	color: #a1542d;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 25px;
}

#mv > div:first-of-type p.t02 span {
	font-size: 38px;
}

#mv > div:first-of-type p.t03 {
	font-size: 72px;
	color: #282828;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 50px;
}

#mv > div:first-of-type p.t03 span.txt01 {
	font-size: 59px;
}

#mv > div:first-of-type > div {
	text-align: left;
	padding-left: 150px;
}

#mv > div:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	left: calc(50% + 100px);
}


/*mens_top*/
#woman_top {
	padding: 0 0 85px;
}

#woman_top > ul:first-of-type {
	width: 1140px;
	margin: 0 auto;
	padding: 40px 0 45px;
	display: flex;
	justify-content: center;
}

#woman_top > ul:first-of-type li {
	padding-right: calc(99px / 2);
}

#woman_top > ul:first-of-type li:last-child {
	padding-right: 0;
}

#woman_top > ul:first-of-type li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 315px;
	height: 60px;
	padding-left: 32px;
	background-color: #f2d2c3;
	border-radius: 20px;
	font-size: 20px;
	color: #282828;
	text-decoration: none;
	font-family: 'Noto Serif JP', sans-serif;
	position: relative;
}

#woman_top > ul:first-of-type li:last-child a {
	background-color: #ba9f50;
	color: #fff;
}

#woman_top > ul:first-of-type li a span.t01 {
	font-size: 22px;
}

#woman_top > ul:first-of-type li a span.t02 {
	font-size: 18px;
}

#woman_top > ul:first-of-type li:first-child a::before {
	content: "";
	width: 44px;
	height: 44px;
	background-image: url("../../../images/btn_usuge.webp");
	position: absolute;
	left: 22px;
	top: 8px;
}

#woman_top > ul:first-of-type li:nth-child(2) a::before {
	content: "";
	width: 44px;
	height: 44px;
	background-image: url("../../../images/btn_wakaba.webp");
	position: absolute;
	left: 29px;
	top: 10px;
}

#woman_top > ul:first-of-type li:last-child a::before {
	content: "";
	width: 85px;
	height: 85px;
	background-image: url("../../../images/btn_mens.webp");
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#woman_top > ul:first-of-type li a:hover {
	opacity: .8;
}

#woman_top > div {
	border-top: 6px solid #efeff1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 35px;
}

#woman_top > div p:first-child {
	width: 320px;
	padding-left: 30px;
	font-size: 38px;
}

#woman_top > div p:nth-child(2) {
	width: 790px;
}

#woman_top > ul:last-of-type {
	display: flex;
	justify-content: center;
}

#woman_top > ul:last-of-type li {
	padding-right: 13px;
}

#woman_top > ul:last-of-type li:last-child {
	padding-right: 0;
}


/*薄毛のお悩み*/
#nayami .box01 {
	width: 1200px;
	margin: 0 auto;
	background-image: url("../../../images/woman/images/woman_bg01.webp");
	background-repeat: no-repeat;
	background-position: top center;
}

#nayami .box01 p.t01 {
	padding: 80px 0 55px;
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 36px;
	color: #000;
	line-height: 1.5em;
}

#nayami .box01 p.t01 span {
	color: #c9141b;
}

#nayami .box01 ul {
	width: 903px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px 0 45px 87px;
	box-shadow: 0px 0px 15px 0px rgba(160, 82, 43, 0.3);
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#nayami .box01 ul::after {
	content: "";
	width: 750px;
	height: 141px;
	background-image: url("../../../images/woman/images/woman_bg02.webp");
	position: absolute;
	left: 50%;
	bottom: -38px;
	transform: translateX(-50%);
	z-index: -1;
}

#nayami .box01 ul li {
	padding-left: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 24px;
	color: #252525;
	margin-bottom: 15px;
	position: relative;
}

#nayami .box01 ul li span {
	color: #c9141b;
}

#nayami .box01 ul li:nth-child(odd) {
	width: 380px;
}

#nayami .box01 ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../../images/check_ico.webp");
	position: absolute;
	left: 0;
	top: 10px;
}

#nayami p.t02 {
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 30px;
	color: #000;
	line-height: 1.6em;
	padding: 75px 0 40px;
}

#nayami p.t02 span {
	color: #a0522b;
}

#nayami ul.check02 {
	width: 975px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

#nayami ul.check02 li {
	width: 156px;
	height: 156px;
	background-image: url("../../../images/woman/images/check_bg.webp");
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 19px;
	color: #f8f8f6;
	line-height: 1.3em;
	font-family: 'Noto Serif JP', sans-serif;
	letter-spacing: -1px;
}

#nayami .box02 {
	width: 900px;
	margin: 0 auto;
	background: linear-gradient(#fff,#f9f5f3);
	padding: 60px 45px 35px;
	margin-bottom: 30px;
}

#nayami .box02 p.t03 {
	font-size: 34px;
	color: #a0522b;
	line-height: 1.4em;
	font-family: 'Noto Serif JP', sans-serif;
}

#nayami .box02 ul {
	width: 490px;
	padding: 25px 0 30px 90px;
	display: flex;
	justify-content: space-between;
}

#nayami .box02 > div {
	position: relative;
}

#nayami .box02 > div div {
	position: absolute;
	right: 0;
	bottom: 0;
}

#nayami .box02 p.t04 {
	text-align: center;
	background-color: #edd6cb;
	font-size: 30px;
	color: #333;
	font-family: 'Noto Serif JP', sans-serif;
	padding: 10px 0;
}

#nayami .box03 {
	background: linear-gradient(#fff 0%,#fff 48px,#fbfbfb 48px,#fbfbfb 277px,#edd6cb 277px,#edd6cb 100%);
	display: flex;
	justify-content: center;
}

#nayami .box03 p {
	font-size: 33px;
	font-family: 'Noto Serif JP', sans-serif;
	padding: 75px 0 0 15px;
}

#nayami .box03 p span.txt01 {
	font-size: 42px;
	color: #a0522b;
	line-height: 1.4em;
}

#nayami .box03 p span.txt02 {
	font-size: 36px;
}

#nayami .box04 {
	width: 1065px;
	margin: 0 auto;
	padding: 90px 0 20px;
	padding-left: 75px;
	display: flex;
	justify-content: space-between;
}

#nayami .box04 div:first-of-type {
	width: 600px;
}

#nayami .box04 div:first-of-type p.t05 {
	font-size: 36px;
	color: #a1542d;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 30px;
}

#nayami .box04 div:first-of-type p.t05 span {
	font-size: 44px;
}


/*こだわる理由*/
#reason {
	width: 1080px;
	margin: 0 auto;
	padding: 70px 0 0;
}

#reason h2 span {
	color: #a1542d;
}

#reason > div {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

#reason > div:first-of-type {
	padding-top: 65px;
}

#reason > div > div {
	width: 504px;
}

#reason > div:nth-of-type(2n) > div:first-of-type {
	order: 2;
}

#reason > div > div h3 {
	display: inline-block;
	font-size: 20px;
	color: #a0522b;
	font-weight: 500;
	background-color: #edd6cb;
	margin-bottom: 30px;
	padding: 0 5px;
}


/*特徴とこだわり*/
#features {
	padding: 70px 0 115px;
}

#features > ul {
	width: 956px;
	margin: 0 auto;
	padding: 65px 0 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#features > ul li {
	width: 460px;
	margin-bottom: 15px;
	background-color: #edd6cb;
	display: flex;
	align-items: center;
}

#features > ul li > span:first-child {
	width: 65px;
	padding: 10px 0;
	background-color: #a0522b;
	display: flex;
	flex-direction: column;
	color: #eef4fb;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
}

#features > ul li > span:first-child span {
	font-size: 10px;
	line-height: 1.5em;
}

#features > ul li > span:last-child {
	width: 395px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

#features > div {
	width: 1080px;
	margin: 0 auto;
	padding: 65px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#features > div > div {
	width: 504px;
	padding-bottom: 30px;
}

#features > div > div h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #555555;
	margin-bottom: 30px;
	padding: 0 5px;
}


/*3つの安心でお得な制度*/
#anshin {
	padding: 75px 0 80px;
}

#anshin > p {
	font-size: 18px;
	color: #a1542d;
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
}

#anshin h2 {
	text-align: center;
	font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
}

#anshin h2 > span {
	position: relative;
}

#anshin h2 > span::before {
	content: "";
	width: 46px;
	height: 45px;
	background-image: url("../../images/anshin_ico_w.webp");
	position: absolute;
	left: -68px;
	top: 5px;
}

#anshin h2 > span span.txt01 {
	font-size: 46px;
}

#anshin h2 > span span.txt02 {
	font-size: 28px;
}

#anshin ul.t01 {
	width: 783px;
	margin: 0 auto;
	padding: 50px 0 10px;
}

#anshin ul.t01 li {
	height: 107px;
	color: #a0522b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #252525;
}

#anshin ul.t01 li p:first-child {
	font-size: 24px;
	padding-left: 35px;
	font-weight: 500;
}

#anshin ul.t01 li p:last-child {
	padding-left: 50px;
	font-size: 30px;
	font-weight: 500;
}

#anshin ul.t01 li p:last-child span {
	font-size: 52px;
}

#anshin ul.t02 {
	width: 783px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-bottom: 35px;
}

#anshin ul.t02 li {
	line-height: 1.8em;
	padding-left: 1em;
	position: relative;
}

#anshin ul.t02 li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}


/*治療内容*/
#menu {
	padding: 70px 0 80px;
}

#menu .box01 {
	width: 1140px;
	margin: 0 auto;
	padding: 70px 0 0;
	display: flex;
	justify-content: space-between;
}

#menu .box01 .box {
	width: 338px;
	padding-bottom: 60px;
	border: 1px solid #000;
	background-color: #fff;
	position: relative;
}

#menu .box01 .box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 94px;
	padding-left: 30px;
	border-bottom: 1px solid #000;
	font-size: 22px;
	font-weight: 500;
	position: relative;
}

#menu .box01 .box:first-child h3::before {
	content: "";
	width: 86px;
	height: 86px;
	background-image: url("../../../images/woman/images/menu_ico01.webp");
	position: absolute;
	left: 18px;
	top: 4px;
}

#menu .box01 .box:nth-child(2) h3::before {
	content: "";
	width: 86px;
	height: 86px;
	background-image: url("../../../images/woman/images/menu_ico02.webp");
	position: absolute;
	left: 18px;
	top: 4px;
}

#menu .box01 .box:nth-child(3) h3::before {
	content: "";
	width: 86px;
	height: 86px;
	background-image: url("../../../images/woman/images/menu_ico03.webp");
	position: absolute;
	left: 18px;
	top: 4px;
}

#menu .box01 .box div {
	text-align: center;
	padding: 25px 0 0;
}

#menu .box01 .box p.t01 {
	height: 70px;
	font-size: 18px;
	font-weight: 500;
	color: #a0522b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#menu .box01 .box p.t02 {
	min-height: 200px;
	padding: 20px 30px;
	font-size: 15px;
	line-height: 2em;
	border-bottom: 1px solid #000;
}

#menu .box01 .box p.t03 {
	padding: 20px 30px 20px;
	font-size: 15px;
	line-height: 2em;
	border-bottom: 1px solid #000;
}

#menu .box01 .box p.t04 {
	padding: 20px 30px 0;
	font-size: 15px;
	line-height: 2em;
}

#menu .box01 .box .btn01 {
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}


/*症例写真*/
#case {
	padding: 90px 0;
}

#case .box01 {
	width: 1140px;
	margin: 0 auto;
	padding: 90px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#case .box01 > div {
	padding-right: 124px;
	padding-bottom: 40px;
}

#case .box01 > div:nth-child(even),#case .box01 > div:last-child {
	padding-right: 0;
}

#case .box01 > div ul {
	padding: 20px 0 0;
}

#case .box01 > div ul li {
	line-height: 1.8em;
}

#case .box02 {
	width: 1140px;
	margin: 0 auto;
}

#case .box02 p {
	font-size: 14px;
	font-weight: 500;
}

#case .box02 dt {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8em;
}

#case .box02 dd {
	font-size: 12px;
	line-height: 1.8em;
	padding-left: 1em;
}


/*女性の薄毛について*/
#types {
	padding: 110px 0 100px;
}

#types > div {
	width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#types div.box01 {
	padding-bottom: 110px;
	padding-top: 80px;
}

#types div.box01 div:first-of-type {
	width: 495px;
}

#types div.box01 div:first-of-type p.t01 {
	font-size: 30px;
	color: #a0522b;
	padding-bottom: 30px;
	font-family: 'Noto Serif JP', sans-serif;
}

#types div.box02 > p {
	width: 495px;
	order: 2;
}

#types div.box02 div {
	width: 454px;
	order: 1;
}

#types div.box02 div p {
	text-align: center;
	color: #363636;
	font-size: 24px;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 20px;
}


/*女性に多い薄毛の症状*/
#hair_loss {
	padding: 0 0 50px;
}

#hair_loss .box01 {
	padding: 80px 0 50px;
	margin-bottom: 40px;
	background-color: #fff9f6;
	position: relative;
}

#hair_loss .box01::after {
	content: "";
	width: 750px;
	height: 141px;
	background-image: url("../../../images/woman/images/woman_bg03.webp");
	position: absolute;
	left: 50%;
	bottom: -38px;
	transform: translateX(-50%);
	z-index: -1;
}

#hair_loss .box01 p.t01 {
	width: 990px;
	margin: 0 auto;
	padding: 75px 0;
}

#hair_loss .box01 ul {
	width: 1070px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#hair_loss .box01 ul li {
	width: 500px;
	padding-bottom: 60px;
}

#hair_loss .box01 ul li h3 {
	display: inline-block;
	font-size: 20px;
	color: #a0522b;
	font-weight: 500;
	background-color: #edd6cb;
	margin-bottom: 35px;
	padding: 0 5px;
}

#hair_loss .box01 ul li > div {
	display: flex;
	justify-content: space-between;
}

#hair_loss .box01 ul li > div p {
	width: 350px;
}

#hair_loss .box02 {
	width: 900px;
	margin: 0 auto;
	background: linear-gradient(#fff,#f9f5f3);
	padding: 60px 45px 0;
}

#hair_loss .box02 p.t02 {
	font-size: 34px;
	color: #a0522b;
	line-height: 1.4em;
	font-family: 'Noto Serif JP', sans-serif;
}

#hair_loss .box02 ul {
	width: 490px;
	padding: 25px 0 30px 90px;
	display: flex;
	justify-content: space-between;
}

#hair_loss .box02 > div {
	position: relative;
}

#hair_loss .box02 > div div {
	position: absolute;
	right: 0;
	bottom: 0;
}

#hair_loss .box03 {
	border: 31px solid #edd6cb;
	width: 990px;
	margin: 0 auto;
	padding: 60px 75px 70px;
	display: flex;
	justify-content: space-between;
}

#hair_loss .box03 div {
	width: 530px;
}

#hair_loss .box03 div p.t01 {
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 40px;
	letter-spacing: -1px;
}

#hair_loss .box03 div p.t01 span {
	color: #a0522b;
	font-size: 38px;
	line-height: 1.6em;
}

#hair_loss .box03 li:first-child {
	padding-bottom: 16px;
}


/*料金表*/
#price_info {
	padding:85px 0 100px;
}

#price_info h2 {
	margin-bottom: 70px;
}

#price_info .box {
	width: 1080px;
	margin: 0 auto;
	padding: 65px 0 100px;
	display: flex;
	justify-content: space-between;
}

#price_info .box div {
	width: 504px;
}

#price_info .box div h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #a0522b;
	margin-bottom: 30px;
	padding: 0 5px;
}