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

/*おすすめ*/
#osusume {
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
}

.osusume {
	padding-top: 90px;
}

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

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

#osusume div p,.osusume 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;
}

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

#osusume div ul,.osusume div ul {
	padding: 45px 0 0;
}

#osusume div ul li,.osusume div ul li {
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
}

#osusume div ul li:last-child,.osusume div ul li:last-child {
	margin-bottom: 0;
}

#osusume div ul li::before,.osusume 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;
}


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

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

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


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


/*施術共通*/
.treat01 {
	padding: 80px 20px 60px;
}

.treat01 > p {
	padding-top: 80px;
}

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

.treat01 .box01 div {
	text-align: center;
}

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

.treat01 .box01 ul {
	padding-top: 30px;
}

.treat01 .box01 ul li {
	line-height: 1.8em;
	padding-left: 1em;
	padding-bottom: 15px;
	position: relative;
}

.treat01 .box01 ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.treat01 .box01 ul li:last-child {
	padding-bottom: 0;
}

.treat01 .box01_2 {
	padding-top: 80px;
}

.treat01 .box01_2 div:first-of-type {
	text-align: center;
}

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

.treat01 .box01_2 div:nth-of-type(2) p.t01 {
	font-size:min(6vw,22px);
	color: #ae8d55;
	font-weight: 600;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 30px;
}

.treat01 .box01_3 {
	padding-top: 25px;
}

.treat01 .box01_3 div {
	text-align: center;
}

.treat01 .box01_3 p {
	padding-top: 30px;
}

.treat01 .box01_3 ul {
	padding-top: 30px;
}

.treat01 .box01_3 ul li {
	line-height: 1.8em;
	padding-left: 1em;
	padding-bottom: 15px;
	position: relative;
}

.treat01 .box01_3 ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.treat01 .box01_3 ul li:last-child {
	padding-bottom: 0;
}

.treat01 .box02 {
	padding-top: 60px;
}

.treat01 .box02 > div {
	padding-bottom: 60px;
}

.treat01 .box02 > div:last-of-type {
	padding-bottom: 0;
}

.treat01 .box02 > div > div {
	padding-top: 25px;
	text-align: center;
}

.treat01 .box02 > div p {
	padding-top: 25px;
}

.treat01 .box03 {
	padding-top: 60px;
}

.treat01 .box03 p.t01 {
	font-size:min(4vw,18px);
	color: #ae8d55;
	font-weight: 600;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 30px;
	padding-top: 25px;
}

.treat01 .box03 p.t02 {
	padding-top: 25px;
}

.treat01 .box03 ul {
	padding-top: 25px;
}

.treat01 .box03 ul li {
	line-height: 1.8em;
	padding-left: 1em;
	padding-bottom: 15px;
	position: relative;
}

.treat01 .box03 ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.treat01 .box03 ul li:last-child {
	padding-bottom: 0;
}

.treat01 .box04 {
	padding-bottom: 60px;
}

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

.treat02 > p {
	padding-top: 80px;
}

.treat02 > p a {
	color: #252525;
}

.treat02 > div.i01 {
	padding-top: 80px;
}

.treat02 ul.t01 {
	padding-top: 80px;
}

.treat02 ul li {
	line-height: 1.8em;
	padding-left: 1em;
	padding-bottom: 15px;
	position: relative;
}

.treat02 ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

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

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

.treat03 > p {
	padding-top: 80px;
}

.treat03 .box01 {
	padding-top: 60px;
}

.treat03 .box01 > div {
	padding-bottom: 60px;
}

.treat03 .box01 > div:last-of-type {
	padding-bottom: 0;
}

.treat03 .box01 > div > div {
	padding-top: 25px;
	text-align: center;
}

.treat03 .box01 > div p {
	padding-top: 25px;
}

.treat03 .box01 > div ul {
	padding-top: 25px;
}

.treat03 .box01 > div ul li {
	line-height: 1.8em;
	padding-left: 1em;
	padding-bottom: 15px;
	position: relative;
}

.treat03 .box01 > div ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.treat03 .box01 > div ul li:last-child {
	padding-bottom: 0;
}

.treat03 .box01 > div dl {
	padding-top: 25px;
}

.treat03 .box01 > div dl dt {
	line-height: 1.8em;
}

.treat03 .box01 > div dl dd {
	line-height: 1.8em;
	padding-bottom: 15px;
}

.treat03 .box01 > div dl dd:last-child {
	padding-bottom: 0;
}

.treat03 .box02 {
	padding-top: 60px;
}

.treat03 .box02 p {
	padding-top: 25px;
}

.treat03 .box03 {
	padding-top: 80px;
}

.treat03 .box03 div {
	text-align: center;
}

.treat03 .box03 p {
	padding-top: 30px;
}

.treat03 .box04 {
	padding-top: 80px;
}

.treat03 .box04 > div {
	padding-bottom: 60px;
}

.treat03 .box04 > div:last-of-type {
	padding-bottom: 0;
}

.treat03 .box04 > div > div {
	padding-top: 25px;
	text-align: center;
}

.treat03 .box04 > div p {
	padding-top: 25px;
}

/*基本はbox04と同じ*/
.treat03 .box05 {
	padding-top: 80px;
}

.treat03 .box05 > div {
	padding-bottom: 60px;
}

.treat03 .box05 > div:last-of-type {
	padding-bottom: 0;
}

.treat03 .box05 > div > div {
	padding-top: 25px;
	text-align: center;
}

.treat03 .box05 > div p {
	padding-top: 25px;
}

.treat03 .box05 > div video {
	width: 100%;
	height: auto;
}

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

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

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

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

.treat04 > ul li p {
	padding-top: 25px;
}

.treat04 > ul li div {
	padding-top: 25px;
}

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

.treat05 > dl {
	padding-top: 80px;
}

.treat05 > dl dt {
	line-height: 1.8em;
}

.treat05 > dl dd {
	line-height: 1.8em;
	padding-bottom: 15px;
}

.treat05 > dl dd:last-child {
	padding-bottom: 0;
}

.treat06 {
	margin: 80px auto 60px;
	background-color: #f7f2e9;
	padding: 40px 20px;
}

.treat06 h2 span {
	font-size: 22px;
}

.treat06 .box {
	padding-top: 80px;
}

.treat06 .box div:last-of-type {
	padding-top: 30px;
}

.treat06 .box div:last-of-type p.btn {
	padding-top: 30px;
}

.treat06 .box div:last-of-type p.btn a::before {
	top: 50%;
}

.treat06 .box div:last-of-type p.btn a::after {
	top: calc(50% - 2px);
}

.treat07 {
	margin: 60px auto 0;
	background-color: #f7f2e9;
	padding: 60px 20px 60px;
}

.treat07 h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP', sans-serif;
}

.treat07 h2 span {
	padding-left: 100px;
	height: 100px;
	position: relative;
	
	display: inline-block;
	padding-top: 25px;
}

.treat07 h2 span::before {
	content: "";
	width: 90px;
	height: 125px;
	background-image: url("../../images/ico_doc.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.treat07 p {
	padding-top: 40px;
}


/*施術画像*/
.c_img {
	text-align: center;
}


/*メリットデメリット*/
#merit,#merit02 {
	padding: 80px 20px 60px;
}

#merit .box,#merit02 .box {
	padding-top: 80px;
}

#merit .box > div:first-of-type,#merit02 .box > div:first-of-type {
	padding-bottom: 60px;
}

#merit .box > div h3,#merit02 .box > div h3 {
	font-size: 18px;
	padding: 20px 0;
	line-height: 1em;
	text-align: center;
}

#merit .box > div:first-of-type h3,#merit02 .box > div:first-of-type h3 {
	background-color: #9b7b3b;
	color: #fff;
}

#merit .box > div:nth-of-type(2) h3,#merit02 .box > div:nth-of-type(2) h3 {
	background-color: #e6e6e6;
	color: #222;
}

#merit .box > div ul,#merit02 .box > div ul {
	padding: 15px 0 0 0;
}

#merit .box > div ul li,#merit02 .box > div ul li {
	padding: 10px 20px;
	border-bottom: 1px dotted #252525;
	color: #222;
	line-height: 1.8em;
}


/*治療の流れ*/
#flow,#flow02 {
	padding: 80px 20px 60px;
}

#flow div,#flow02 div {
	width: calc(100% - 2px);
	border: 1px solid #9b7b3b;
	margin-bottom: 55px;
	position: relative;
}

#flow div:first-of-type,#flow02 div:first-of-type {
	margin-top: 80px;
}

#flow div:last-of-type,#flow02 div:last-of-type {
	margin-bottom: 0;
}

#flow div::after,#flow02 div::after {
	content: "";
	width: 71px;
	height: 17px;
	background-image: url("../../images/yajirushi.webp");
	position: absolute;
	left: 50%;
	bottom: -37px;
	transform: translateX(-50%);
}

#flow div:last-of-type::after,#flow02 div:last-of-type::after {
	display: none;
}

#flow div h3,#flow02 div h3 {
	background-color: #9b7b3b;
	padding: 30px 20px;
	font-weight: 500;
	color: #fff;
}

#flow div p,#flow02 div p {
	padding: 30px 20px;
}

#flow div ul,#flow02 div ul {
	padding: 30px 20px;
}

#flow div ul li,#flow02 div ul li {
	padding-left: 1em;
	line-height: 1.8em;
	margin-bottom: 10px;
	position: relative;
}

#flow div ul li:last-child,#flow02 div ul li:last-child {
	margin-bottom: 0;
}

#flow div ul li::before,#flow02 div ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}


/*施術について*/
#about,#about02 {
	padding: 80px 20px 60px;
}

#about div,#about02 div {
	width: calc(100% - 2px);
	border-left: 1px solid #9b7b3b;
	border-right: 1px solid #9b7b3b;
	border-bottom: 1px solid #9b7b3b;
}

#about div:first-of-type,#about02 div:first-of-type {
	margin-top: 80px;
	border-top: 1px solid #9b7b3b;
}

#about div h3,#about02 div h3 {
	background-color: #9b7b3b;
	padding: 20px 20px;
	font-weight: 500;
	color: #fff;
}

#about div p,#about div ul,#about02 div p,#about02 div ul {
	padding: 20px 20px;
}

#about div ul li,#about02 div ul li {
	padding-left: 1em;
	line-height: 1.8em;
	margin-bottom: 25px;
	position: relative;
}

#about div ul li:last-child,#about02 div ul li:last-child {
	margin-bottom: 0;
}

#about div ul li::before,#about02 div ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#about div ul li.ico::before,#about02 div ul li.ico::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

#about > ul,#about02 > ul {
	padding-top: 20px;
}

#about > ul li,#about02 > ul li {
	padding-left: 1.2em;
	line-height: 1.8em;
	font-size: 15px;
	position: relative;
}

#about > ul li::before,#about02 > ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

#about a,#about02 a {
	color: #252525;
}

#about .break,#about02 .break {
	word-break: break-all;
}


/*糸リフト*/
.thread div.thread_box01 {
	width: 100%;
	overflow-x: scroll;
}

.thread div.thread_box01 table {
	width: 1200px;
}

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

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

.thread div.thread_box01 table tr:first-child td:last-child {
	background-color: #bfa170;
}

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

.thread div.thread_box01 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;
}

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

.thread div.thread_box01 table td:last-child {
	border-right: 1px solid #bea06e;
	background-color: #ede0c9;
}


/*女性脱毛・男性脱毛*/
.laser #course,.mens #course {
	padding: 80px 20px 60px;
}

.laser #course ul,.mens #course ul {
	padding-top: 80px;
	padding-bottom: 60px;
}

.laser #course ul li,.mens #course ul li {
	text-align: center;
	padding-bottom: 60px;
}

.laser #course ul li:last-child,.mens #course ul li:last-child {
	padding-bottom: 0;
}

.laser #treatment03 .box02,.mens #treatment03 .box01 {
	width: 100%;
	overflow-x: scroll;
}

.laser #treatment03 div table,.mens #treatment03 div table {
	width: 1200px;
}

.laser #treatment03 div table tr,.mens #treatment03 div table tr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

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

.laser #treatment03 div table tr:first-child td:nth-child(2),.mens #treatment03 div table tr:first-child td:nth-child(2) {
	background-color: #bfa170;
}

.laser #treatment03 div table tr:last-child td,.mens #treatment03 div table tr:last-child td {
	border-bottom: 1px solid #bea06e;
}

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

.laser #treatment03 div table td:first-child,.mens #treatment03 div table td:first-child {
	background-color: #ede0c9;
	font-size: 16px;
	font-weight: 500;
	width: 20%;
}

.laser #treatment03 div table td:nth-child(2),.mens #treatment03 div table td:nth-child(2) {
	background-color: #ede0c9;
	width: 40%;
}

.laser #treatment03 div table td:last-child,.mens #treatment03 div table td:last-child {
	border-right: 1px solid #bea06e;
	width: 40%;
}


/*刺青　切除縫縮法*/
.tattoo_resection .tattoo_resection01 li {
    padding-bottom: 55px!important;
    background-image: url("../../images/yajirushi02_sp.webp");
    background-repeat: no-repeat;
    background-size: 41px 15px;
    background-position: right 50% bottom 20px;
	
	padding-left: 0!important;
}

.tattoo_resection .tattoo_resection01 li:last-child {
    padding-bottom: 0!important;
    background: none;
}

.tattoo_resection .tattoo_resection01 li::before {
	display: none;
}


/*刺青　ダブルピコ*/
.double_pico div.case_img {
	text-align: center;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.double_pico div.case_txt {
	padding: 20px 25px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.double_pico div.case_txt ul li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.2em;
}

.double_pico div.case_txt ul li span {
	font-weight: 500;
}

.double_pico .double_pico01 {
	padding: 80px 20px 60px;
}

.double_pico .double_pico01 .box01 {
	padding-top: 80px;
}

.double_pico .double_pico01 .box01 div {
	text-align: center;
	padding-top: 30px;
}

.double_pico .double_pico01 .box01 p:last-child {
	padding-top: 30px;
}

.double_pico .double_pico01 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.double_pico .double_pico01 ul li {
	width: 48%;
	padding-bottom: 25px;
}

.double_pico .double_pico01 ul li img {
	width: 100%;
	height: auto;
}

.double_pico .double_pico02 {
	padding: 80px 20px 60px;
}

.double_pico .double_pico02 h2 {
	margin-bottom: 80px;
}

.double_pico .double_pico02 .box01 {
	padding-top: 25px;
}

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


/*刺青　ワンタイム*/
.one_time div.case_img {
	text-align: center;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.one_time div.case_txt {
	padding: 20px 25px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.one_time div.case_txt ul li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.2em;
}

.one_time div.case_txt ul li span {
	font-weight: 500;
}


/*多汗症　ボトックス*/
.axilla_btx .axilla01 {
	padding: 80px 20px 60px;
}

.axilla_btx .axilla01 h2 {
	margin-bottom: 80px;
}

.axilla_btx .axilla01 .box01 {
	padding-top: 25px;
}

.axilla_btx .axilla01 p {
	padding-top: 30px;
}

.axilla_btx .axilla_btx_box01 {
	padding-top: 60px;
}

.axilla_btx .axilla_btx_box01 table {
	width: 100%;
}

.axilla_btx .axilla_btx_box01 table td:first-child {
	background-color: #ede0c9;
	font-size: 16px;
	font-weight: 500;
	width: 30%;
}

.axilla_btx .axilla_btx_box01 table td {
	border: 1px solid #bea06e;
	padding: 15px 10px;
}


/*ダブロドライ*/
.doublo .doublo01 {
	padding: 80px 20px 60px;
}

.doublo .doublo01 > p {
	padding-top: 80px;
}

.doublo .doublo01 ul.i01 {
	padding-top: 60px;
}

.doublo .doublo01 ul.i01 li {
	padding-bottom: 60px;
}

.doublo .doublo01 ul.i01 li:last-child {
	padding-bottom: 0;
}

.doublo .doublo01 ul.i02 {
	padding-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}

.doublo .doublo01 ul.i02 li {
	width: 48%;
	padding-right: 4%;
	padding-bottom: 25px;
}

.doublo .doublo01 ul.i02 li:last-child,.doublo .doublo01 ul.i02 li:nth-child(2n) {
	padding-right: 0;
}

.doublo ul.doublo_i01 {
	padding-top: 60px;
}

.doublo ul.doublo_i01 li {
	padding-bottom: 60px;
}

.doublo ul.doublo_i01 li:last-child {
	padding-bottom: 0;
}


/*ビューホット*/
.viewhot .viewhot01 {
	padding: 80px 20px 60px;
}

.viewhot .viewhot01 > p {
	padding-top: 80px;
}

.viewhot .viewhot01 ul.i01 {
	padding-top: 60px;
}

.viewhot .viewhot01 ul.i01 li {
	padding-bottom: 60px;
}

.viewhot .viewhot01 ul.i01 li:last-child {
	padding-bottom: 0;
}

.viewhot .viewhot01 ul.i02 {
	padding-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.viewhot .viewhot01 ul.i02 li {
	width: 48%;
	padding-bottom: 25px;
}

.viewhot ul.viewhot_i01 {
	padding-top: 60px;
}

.viewhot ul.viewhot_i01 li {
	padding-bottom: 60px;
}

.viewhot ul.viewhot_i01 li:last-child {
	padding-bottom: 0;
}

.viewhot #treatment06 {
	padding: 80px 0 60px;
}

.viewhot #treatment06 div {
	padding: 80px 20px 0;
	text-align: center;
}

.viewhot #treatment06 div video {
	width: 100%;
	height: auto;
}


/*エクソソーム点滴*/
.exosome_infusion .exosome_infusion01 {
	padding-top: 60px;
}

.exosome_infusion .exosome_infusion01 div {
	text-align: center;
	padding-top: 60px;
}

.exosome_infusion .exosome_infusion01 ul {
	padding-top: 60px;
}

.exosome_infusion .exosome_infusion01 ul li {
	padding-bottom: 60px;
	text-align: center;
}

.exosome_infusion .exosome_infusion01 ul li:last-child {
	padding-bottom: 0;
}


/*ヒアルロン酸動画*/
.ha_video {
	text-align: center;
	padding-top: 25px;
}

.ha_video video {
	width: 100%;
	height: auto;
}


/*シミ取りレーザー動画*/
.shimitori_video {
	text-align: center;
	padding-top: 60px;
}

.shimitori_video video {
	width: 100%;
	height: auto;
}


/*ヒアルロン酸系*/
.ha_cont {
	padding: 80px 20px 60px;
}

.ha_cont > p.t01 {
	padding-top: 80px;
}

.ha_cont > p a {
	color: #252525;
}

.ha_cont > p.t02 {
	padding-bottom: 40px;
}

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

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

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

.ha_cont > ul li p {
	padding-top: 25px;
}

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

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

.ha_cont02 > p.t01 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.ha_cont02 > p.t02 {
	padding-top: 25px;
}

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

.ha_cont03 div {
	padding-top: 80px;
}

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

.ha_cont04 > h3 {
	padding-top: 80px;
}

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

.ha_cont05 > p.t01 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.ha_cont05 > .box {
	padding-top: 25px;
}

.ha_cont05 > .box div {
	text-align: center;
}

.ha_cont05 > .box p {
	padding-top: 30px;
}

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

.ha_cont06 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;
}

.ha_cont06 > p.t01 {
	padding-top: 25px;
}

.ha_case > h3 {
	margin-bottom: 25px;
}

.ha_case .case_box div {
	text-align: center;
}

.ha_case ul {
	padding: 20px 0 0;
}

.ha_case ul li {
	line-height: 1.8em;
	margin-bottom: 0.2em;
}

.ha_case ul li span {
	font-weight: 500;
}

.ha_case p {
	padding: 1.8em 0 0;
}


/*エルビウムヤグレーザー*/
.er_yag #contents_list .c_img {
	border: none;
	background: none;
	padding: 30px 20px;
}

.er_yag ul.case_img {
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.er_yag ul.case_img li {
	text-align: center;
	padding-bottom: 40px;
}

.er_yag ul.case_img li p {
	padding-bottom: 20px;
	text-align: center;
}

.er_yag div.case_txt {
	padding: 20px 25px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.er_yag div.case_txt ul li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.2em;
}

.er_yag div.case_txt ul li span {
	font-weight: 500;
}

.er_yag .er_yag01 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.er_yag .er_yag01 ul li {
	width: 48%;
	padding-bottom: 25px;
}

.er_yag .er_yag01 ul li img {
	width: 100%;
	height: auto;
}

.er_yag .er_yag_video {
	text-align: center;
	padding-top: 25px;
}

.er_yag .er_yag_video video {
	width: 100%;
	height: auto;
}

.er_yag .er_yag_cont {
	padding: 80px 20px 60px;
}

.er_yag .er_yag_cont > p {
	padding-top: 80px;
	padding-bottom: 60px;
}

.er_yag .er_yag_cont ul li:first-child {
	padding-bottom: 60px;
}


/*ピコフラクショナル*/
.pico_hikaku {
	padding: 80px 20px 60px;
}

.pico_hikaku table {
	margin: 80px auto 0;
}

.pico_hikaku table td {
	border: 1px solid #bea06e;
	padding: 15px 10px;
	width: 35%;
}

.pico_hikaku table td:first-child {
	font-size: 16px;
	font-weight: 500;
	width: 30%;
	background-color: #f1f1f1;
}

.pico_hikaku table tr:first-child td {
	font-size: 16px;
	font-weight: 500;
	background-color: #f1f1f1;
}

.pico_hikaku table td:last-child {
	background-color: #ede0c9!important;
}

.pico_hikaku table td.c {
	text-align: center;
}


/*子どものワキガ*/
.child .child01 {
	padding: 80px 20px 60px;
}

.child .child01 > p.t01 {
	padding-top: 80px;
}

.child .child01 > p.t02 {
	padding-top: 25px;
}

.child .child01 ul.i01 {
	padding-top: 60px;
	padding-bottom: 80px;
}

.child .child01 ul.i01 li {
	padding-bottom: 60px;
}

.child .child01 ul.i01 li:last-child {
	padding-bottom: 0;
}

.child .child01 .box {
	padding-top: 25px;
	padding-bottom: 80px;
}

.child .child01 .box div {
	text-align: center;
}

.child .child01 .box p {
	padding-top: 30px;
}

.child .child01 .child_v {
	text-align: center;
	padding-top: 25px;
}

.child .child01 .child_v video {
	width: 100%;
	height: auto;
}


/*BNLS*/
.bnls .case {
	margin-top: 90px;
}

.bnls ul.case_img {
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.bnls ul.case_img li {
	text-align: center;
	padding-bottom: 40px;
}

.bnls div.case_txt {
	padding: 20px 25px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bnls div.case_txt ul li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.2em;
}

.bnls div.case_txt ul li span {
	font-weight: 500;
}


/*埋没法動画*/
.maibotu_video {
	text-align: center;
	padding-top: 80px;
}

.maibotu_video video {
	width: 100%;
	height: auto;
}


/*フェイスリフト*/
.facelift .case {
	margin-top: 90px;
}


/*陥没乳頭*/
.sank01 {
	padding: 80px 20px 0;
}

.sank01 > p {
	padding-top: 80px;
}

.sank01 > ul {
	padding-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.sank01 > ul li {
	padding-bottom: 60px;
	width: 47.76%;
}

.sank01 > ul li p {
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}


/*ボトックスリンク*/
#btx_link {
	padding: 80px 20px 10px;
}

#btx_link ul {
	padding-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

#btx_link ul li {
	width: 48%;
	margin-bottom: 50px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

#btx_link ul li h3 {
	font-size: 4.5vw
}

#btx_link ul li div {
	padding: 30px 0 0 0;
}

#btx_link ul li p.txt {
	padding: 10px 0 0 0;
}

#btx_link ul li p.btn {
	margin-top: auto;
	padding: 10px 0 0 0;
}

#btx_link ul li p.btn a {
	font-size: 14px;
	padding-right: 20px;
	width: calc(100% - 20px);
}

#btx_link ul li p.btn a::before {
	top: calc(50% + 2px);
}

#btx_link ul li p.btn a::after {
	top: 50%;
}


/*マッサージピール*/
.m_peel .m_peel01 {
	padding: 80px 20px 60px;
}

.m_peel .m_peel01 > p.t01 {
	padding-top: 80px;
}

.m_peel .m_peel01 > p.t02 {
	font-size:min(6vw,22px);
	color: #ae8d55;
	font-weight: 600;
	font-family: 'Noto Serif JP', sans-serif;
	padding-bottom: 30px;
	padding-top: 80px;
}

.m_peel .m_peel01 ul {
	padding-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}

.m_peel .m_peel01 ul li {
	width: 48%;
	padding-right: 4%;
	padding-bottom: 25px;
}

.m_peel .m_peel01 ul li:last-child,.m_peel .m_peel01 ul li:nth-child(2n) {
	padding-right: 0;
}

.m_peel .m_peel01 ul li span {
	display: block;
	padding-top: 20px;
	text-align: center;
}

.m_peel .m_peel01 div {
	padding-top: 60px;
	text-align: center;
}


/*シミ取りレーザー*/
.shimitori #contents_list .c_img {
	border: none;
	background: none;
	padding: 30px 20px;
}

.shimitori .case {
	margin-top: 90px;
}

.shimitori .shimitori_box01 {
	padding-top: 80px;
}

.shimitori .shimitori_box01 .box {
	padding-top: 25px;
}

.shimitori .shimitori_box01 .box div {
	text-align: center;
}

.shimitori .shimitori_box01 .box p {
	padding-top: 30px;
}


/*黄色腫*/
.xanthomas .xanthomas01 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.xanthomas .xanthomas01 li {
	width: 48%;
	padding-bottom: 25px;
}

.xanthomas .xanthomas01 li img {
	width: 100%;
	height: auto;
}

.xanthomas .xanthomas02 li:first-child {
	padding-bottom: 60px;
}


/*ピアス*/
.pierce .pierce01 {
	padding: 80px 0 60px;
}

.pierce .pierce01 > ul {
	padding: 80px 20px 60px;
}

.pierce .pierce01 > ul li {
	text-align: center;
	padding-bottom: 40px;
}

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

.pierce .pierce01 div {
	background-color: #ede0c9;
	padding: 35px 20px 45px;
}

.pierce .pierce01 div ul li {
	line-height: 1.8em;
}


/*マンジャロ*/
.mounjaro .mounjaro01 table {
	margin: 60px auto 0;
}

.mounjaro .mounjaro01 table td {
	border: 1px solid #bea06e;
	padding: 15px 10px;
	width: 35%;
}

.mounjaro .mounjaro01 table tr:first-child td {
	text-align: center;
}

.mounjaro .mounjaro01 table td:first-child {
	font-size: 16px;
	font-weight: 500;
	width: 30%;
	background-color: #f1f1f1;
}

.mounjaro .mounjaro01 table tr:first-child td {
	font-size: 16px;
	font-weight: 500;
	background-color: #f1f1f1;
}

.mounjaro .mounjaro01 table td:last-child {
	background-color: #ede0c9!important;
}


/*ピコトーニング*/
.pico .pico01 {
	padding: 80px 20px 60px;
}

.pico .pico01 div {
	width: calc(100% - 2px);
	border: 1px solid #9b7b3b;
	margin-bottom: 55px;
}

.pico .pico01 div:first-of-type {
	margin-top: 80px;
}

.pico .pico01 div:last-of-type {
	margin-bottom: 0;
}

.pico .pico01 div h3 {
	background-color: #9b7b3b;
	padding: 30px 20px;
	font-weight: 500;
	color: #fff;
}

.pico .pico01 div p {
	padding: 30px 20px;
}
