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

/*診療内容*/
#menu #mv {
	padding-bottom: 80px;
}

#menu .treatment_list {
	padding: 50px 0 60px;
}

#menu .treatment_list h2 {
	margin-bottom: 60px;
}


/*治療一覧*/
.treat_list {
	padding: 80px 20px 60px;
	background-color: #f7f2e9;
}

.treat_list .treat_box {
	padding-bottom: 80px;
}

.treat_list .treat_box:first-of-type {
	padding-top: 80px;
}

.treat_list .treat_box .box {
	padding-top: 35px;
}

.treat_list .treat_box .box > div:first-of-type {
	padding-bottom: 35px;
}

.treat_list .treat_box .box > div:first-of-type p {
	padding-top: 25px;
}

.treat_list .treat_box .box > div:nth-of-type(2) p {
	padding: 25px 0 20px;
}

.treat_list .treat_box .box > div:nth-of-type(2) dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	min-height: 48px;
	margin: 0 auto;
}

.treat_list .treat_box .box > div:nth-of-type(2) dl dt {
	width: calc(50% - 2px);
	color: #f7f2e9;
	font-size:min(4vw,16px);
	background-color: #3e3d3c;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 2px solid #555;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
}

.treat_list .treat_box .box > div:nth-of-type(2) dl dt img {
	margin-right: 8px;
}

.treat_list .treat_box .box > div:nth-of-type(2) dl dd {
	width: calc(50% - 22px);
	padding: 0 10px;
	font-size:min(4vw,16px);
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5em;
}

.treat_list .treat_box > p.btn02 {
	padding-top: 50px;
}

.treat_list .treat_box .i01 {
	text-align: center;
	padding-top: 40px;
}


/*症例*/
#case {
	padding: 60px 0 80px;
	background-color: #f9f9f9;
}

#case .case_slide {
	margin-top: 60px;
}

#case .case_slide > div {
	padding-bottom: 40px;
}

#case p.btn {
/*	padding-top: 40px;*/
}


/*料金表*/
#price_list .price_box {
	padding-bottom: 60px;
}

#price_list .price_box:first-of-type {
	padding-top: 80px;
}

#price_list .price_box:last-of-type {
	padding-bottom: 0;
}

#price_list .price_box h3 {
	margin-bottom: 25px;
}


/*大項目共通*/
.menu01 {
	padding: 60px 20px 80px;
}

.menu01 > p {
	padding-top: 90px;
}

.menu01 .box01 {
	padding: 80px 0 0;
}

.menu01 .box01 p {
	padding-top: 30px;
}

.menu01 .box02 {
	padding-top: 90px;
}

.menu01 .box02 div {
	border: 2px solid #252525;
	background-color: #fafafa;
	padding: 60px 20px 40px;
	position: relative;
}

.menu01 .box02 div::after {
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	right: -10px;
	bottom: -10px;
}

.menu01 .box02 div p {
	width: 150px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	background-color: #252525;
	line-height: 30px;
	position: absolute;
	left: calc(50% - 75px);
	top: -17px;
}

.menu01 .box02 div h2 {
	font-size: 24px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	font-weight: 600;
}

.menu01 .box02 div ul {
	padding: 45px 0 0;
}

.menu01 .box02 div ul li {
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
}

.menu01 .box02 div ul li:last-child {
	margin-bottom: 0;
}

.menu01 .box02 div ul li::before {
	content: "";
	width: 19px;
	height: 19px;
	background-image: url("../../images/ico_check.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 3px;
}

.menu01 .box03 {
	padding-bottom: 80px;
}

.menu01 .box03:first-of-type {
	padding-top: 80px;
}

.menu01 .box03 div:nth-of-type(2) {
	padding-top: 30px;
}

.menu01 .box03 div:nth-of-type(2) h3 {
	font-size: 26px;
	color: #ae8d55;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

.menu01 .box03 div:nth-of-type(2) p {
	padding-top: 40px;
}

.menu02 {
	padding: 80px 20px 60px;
}

.menu02 .box01 {
	padding-bottom: 80px;
}

.menu02 .box01:first-of-type {
	padding-top: 80px;
}

.menu02 .box01 div:nth-of-type(2) {
	padding-top: 30px;
}

.menu02 .box01 div:nth-of-type(2) h3 {
	font-size: 26px;
	color: #ae8d55;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

.menu02 .box01 div:nth-of-type(2) p {
	padding-top: 40px;
}

.menu02 .box01 div:nth-of-type(2) p a {
	color: #252525;
}

.menu03 {
	background-color: #f9f9f9;
	padding: 80px 20px 60px;
}

.menu03 > p.t01 {
	padding: 80px 0 90px;
}

.menu03 > ul.no_t {
	padding-top: 80px;
}

.menu03 > ul li {
	padding-bottom: 60px;
}

.menu03 > ul li:last-child {
	padding-bottom: 0;
}

.menu03 > ul li div {
	padding-top: 25px;
	text-align: center;
}

.menu03 > ul li p {
	padding-top: 15px;
}

.menu04 {
	padding: 80px 20px 60px;
}

.menu04 .box01 {
	padding-top: 80px;
}

.menu04 .box01 p {
	padding-top: 30px;
}

.menu04 > .i01 {
	text-align: center;
	padding-top: 40px;
}

.menu05 {
	padding: 80px 20px 60px;
}

.menu05 p.t01 {
	padding: 80px 0 70px;
}

.menu05 div.i01 {
	text-align: center;
}

.menu05 ul.i02 li {
	padding-bottom: 50px;
}

.menu05 ul.i02 li:last-child {
	padding-bottom: 0;
}

.menu05 p.t02 {
	padding-top: 40px;
}

.menu05 .box01 {
	padding-bottom: 80px;
}

.menu05 .box01:last-of-type {
	padding-bottom: 0;
}

.menu05 .box01 div:nth-of-type(2) {
	padding-top: 30px;
}

.menu05 .box01 div:nth-of-type(2) h3 {
	font-size: 26px;
	color: #ae8d55;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

.menu05 .box01 div:nth-of-type(2) p {
	padding-top: 40px;
}

.menu06 {
	padding: 80px 20px 60px;
}

.menu06 > ul {
	padding-top: 80px;
}

.menu06 > ul li {
	padding-bottom: 60px;
}

.menu06 > ul li:last-child {
	padding-bottom: 0;
}

.menu06 > ul li div {
	padding-top: 25px;
	text-align: center;
}

.menu06 > ul li p {
	padding-top: 15px;
}

.menu07 {
	padding: 80px 20px 60px;
}

.menu07 .box01 {
	padding-top: 80px;
}

.menu07 .box01 div {
	padding-top: 30px;
}

.menu07 .box02 {
	padding-top: 80px;
}

.menu07 .box02 h3 {
	margin-bottom: 35px;
}

.menu07 .box02 ul {
	padding-top: 35px;
	padding-bottom: 80px;
}

.menu07 .box02 ul:last-of-type {
	padding-bottom: 0;
}

.menu07 .box02 ul li {
	padding-bottom: 60px;
}

.menu07 .box02 ul li:last-child {
	padding-bottom: 0;
}

.menu07 .box02 ul li div {
	padding: 20px 0 0;
}

.menu07 .box02 ul li p.t01 {
	padding: 20px 0 30px;
}

.menu08 {
	padding: 80px 20px 60px;
}

.menu08 p {
	padding: 80px 0 70px;
}

.menu08 div.box01 {
	width: 100%;
	overflow-x: scroll;
}

.menu08 div table {
	width: 1200px;
}

.menu08 div table tr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.menu08 div table tr:first-child {
	background-color: #ede0c9;
	font-size: 16px;
	font-weight: 500;
	text-align: center!important;
}

.menu08 div table tr:last-child td {
	border-bottom: 1px solid #bea06e;
}

.menu08 div table td {
	border-top: 1px solid #bea06e;
	border-left: 1px solid #bea06e;
	padding: 15px 10px;
	flex-basis: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu08 div table td:first-child {
	background-color: #ede0c9;
	font-size: 16px;
	font-weight: 500;
}

.menu08 div table td:last-child {
	border-right: 1px solid #bea06e;
}


/*シミ・肝斑・そばかす*/
#skincare .skincare01 .box01 {
	padding: 80px 0 90px;
	position: relative;
}

#skincare .skincare01 .box01 div {
	text-align: center;
}

#skincare .skincare01 .box01 div img {
	width: 50%;
	height: auto;
}

#skincare .skincare01 .box01 p {
	text-align: center;
	line-height: 1.5em;
	position: absolute;
}

#skincare .skincare01 .box01 p a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f9f9f9;
	color: #252525;
	text-decoration: none;
	width: 35vw;
	height: 3em;
	font-size: 3.5vw;
	line-height: 1.2em;
	border: 1px solid #252525;
	position: relative;
}

#skincare .skincare01 .box01 p a::after {
	content: ">";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#skincare .skincare01 .box01 p.t01 {
	top: 30%;
	left: 0%;
}

#skincare .skincare01 .box01 p.t02 {
	top: 50%;
	left: 2%;
}

#skincare .skincare01 .box01 p.t03 {
	top: 30%;
	left: 60%;
}

#skincare .skincare01 .box01 p.t04 {
	top: 43%;
	right: 0;
}

#skincare .skincare01 .box01 p.t05 {
	top: 57%;
	right: 0;
}


/*ワキガ・多汗症*/
#axilla .axilla01 {
	padding: 80px 20px 60px;
}

#axilla .axilla01 > p {
	padding: 80px 0 60px;
}

#axilla .axilla01 div {
	text-align: center;
	padding-bottom: 60px;
}

#axilla .axilla01 ul li {
	padding-bottom: 60px;
}

#axilla .axilla01 ul li:last-child {
	padding-bottom: 0;
}

#axilla .axilla01 ul li p {
	padding-top: 20px;
}

#axilla .axilla02 {
	padding: 80px 20px 60px;
}

#axilla .axilla02 h2 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 28px;
	text-align: center;
	line-height: 1.2em;
	padding: 20px 0;
	border: 1px solid #252525;
}

#axilla .axilla02 .box01 {
	padding-top: 35px;
}

#axilla .axilla02 .box01 > div:first-of-type {
	display: none;
}

#axilla .axilla02 .box01 > div:nth-of-type(2) p {
	padding-bottom: 35px;
}

#axilla .axilla02 .box01 > div:nth-of-type(2) > ul > li:first-of-type {
	padding-bottom: 50px;
}

#axilla .axilla02 .box01 > div:nth-of-type(2) > ul > li ul {
	padding-top: 20px;
}

#axilla .axilla02 .box01 > div:nth-of-type(2) > ul > li ul li {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
	position: relative;
}

#axilla .axilla02 .box01 > div:nth-of-type(2) > ul > li ul li::before {
	content: "";
	width: 22px;
	height: 19px;
	background-image: url("../../images/ico_check02.webp");
	position: absolute;
	left: 0;
	top: 6px;
}

#axilla .axilla03 {
	padding: 80px 20px 60px;
}

#axilla .axilla03 > p.t01 {
	font-size: 18px;
	color: #ae8d55;
	font-weight: 600;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 30px;
	padding-top: 80px;
}

#axilla .axilla04 {
	padding: 80px 20px 60px;
}

#axilla .axilla04 ul {
	padding: 80px 0 0;
}

#axilla .axilla04 ul li {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
	position: relative;
}

#axilla .axilla04 ul li::before {
	content: "";
	width: 22px;
	height: 19px;
	background-image: url("../../images/ico_check02.webp");
	position: absolute;
	left: 0;
	top: 6px;
}


/*脱毛*/
#datsumou .datsumou01 {
	padding: 80px 20px 60px;
}

#datsumou .datsumou01 > p {
	padding: 80px 0 90px;
}

#datsumou .datsumou01 > ul li {
	padding-bottom: 60px;
}

#datsumou .datsumou01 > ul li:last-child {
	padding-bottom: 0;
}

#datsumou .datsumou01 > ul li p {
	padding-top: 15px;
}

#datsumou .datsumou01 > ul li div {
	padding-top: 25px;
	text-align: center;
}

#datsumou .datsumou01 > ul li dl {
	padding-top: 15px;
}

#datsumou .datsumou01 > ul li dl dt,#datsumou .datsumou01 > ul li dl dd {
	line-height: 1.8em;
}


/*婦人科*/
#gynecologic .gynecologic01 {
	padding: 80px 20px 60px;
}

#gynecologic .gynecologic01 ul {
	padding: 80px 0 0;
}

#gynecologic .gynecologic01 ul li {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
	position: relative;
}

#gynecologic .gynecologic01 ul li::before {
	content: "";
	width: 22px;
	height: 19px;
	background-image: url("../../images/ico_check02.webp");
	position: absolute;
	left: 0;
	top: 6px;
}


/*エイジングケア*/
#antiaging #message {
	padding: 80px 20px 60px;
	background-color: rgba(239,239,239,1);
}

#antiaging #message div.box div {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

#antiaging #message div.box div p {
	font-size: 15px;
	padding-top: 20px;
}

#antiaging #message div.box > p {
	padding-top: 30px;
}

#antiaging .antiaging01 {
	padding-top: 60px;
}

#antiaging .antiaging01 p {
	padding-top: 25px;
	padding-bottom: 40px;
}

#antiaging .antiaging01 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#antiaging .antiaging01 ul li {
	width: 49%;
	box-shadow: 0px 0px 4px 0px rgba(39, 39, 39, 0.7);
}


/*バスト*/
#bust #bust02 table td:first-child {
	position: sticky;
	top: 0;
	left: 0;
}

#bust #bust02 table td:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #bea06e;
  z-index: -1;
}


/*女性の薄毛*/
#hair .hair01 {
	padding: 60px 20px 80px;
}

#hair .hair01 > p {
	padding: 90px 0 0;
}

#hair .hair01 ul {
	padding: 45px 0 0;
}

#hair .hair01 ul li {
	text-align: center;
	padding-bottom: 35px;
}

#hair .hair01 ul li:last-child {
	padding-bottom: 0;
}


/*ほくろ*/
#hokuro #hokuro04 {
	margin: 50px 20px 0;
	border: 2px solid #baae8c;
	padding: 20px 15px 20px 15px;
}

#hokuro #hokuro04 p.t01 {
	font-size: 26px;
	color: #ae8d55;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

#hokuro #hokuro04 div {
	text-align: center;
	padding-top: 25px;
}

#hokuro #hokuro04 p.t02 {
	padding-top: 25px;
}

