@charset "utf-8";

/*====================================================================================

下層 共通項目CSS

====================================================================================*/
img { height: auto; }
.access_block01 img,
.comparison_block01 img,
.comparison_block02 img{
	max-width: 100%;
}


.access_block01,
.access_block02,
.access_block03,
.access_block04,
.access_block05,
.comparison_block01,
.comparison_block02 {
	width: calc(100% - 20px);
	position: relative;
	margin: auto;
}


.access_block04 h3 {
	margin-top: 60px;
	margin-bottom: 15px;
	font-size: 16px;
  font-weight: 500;
  color: #43C9AF;
  padding-left: 25px;
  line-height: 20px;
  position: relative;
}
.access_block04 h3::before,
.access_block04 h3::before {
	content: '';
	width: 20px;
	height: 1px;
	background: #43C9AF;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.access_block04 ul.lists {
	margin-top: 0;
	padding-bottom: 30px;
	border-bottom: 1px #E2E2E2 dashed;
}
.access_block04 ul.lists li {
	border-bottom: none;
	padding: 0;
	line-height: 24px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: decimal outside;
	padding: 0;
	padding-left: 10px;
	border-bottom: 0;
}


/*==================================================================================*/





/*------------------------------------------------------------------------

医療脱毛とエステ脱毛の違い

------------------------------------------------------------------------*/



.comparison_block02 {
	padding-top: 40px;
}
.comparison_block03 {

	box-sizing: border-box;
	padding: 30px 10px 90px;
	background: #F8F6F2;
	position: relative;
	margin-top: 40px;

}
.comparison_block03::before,
.comparison_block03::after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	display: block;
	background: rgb(255,170,170);
	background: -moz-linear-gradient(45deg,  rgba(255,170,170,1) 0%, rgba(248,215,176,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,170,170,1) 0%,rgba(248,215,176,1) 100%);
	background: linear-gradient(45deg,  rgba(255,170,170,1) 0%,rgba(248,215,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#f8d7b0',GradientType=1 );
}
.comparison_block03::before {top: 0;}
.comparison_block03::after {bottom: 0;}


.comparison_block01 .comparison_block01_img01 {
	margin-bottom: 20px;
}


.comparison_block01 div.box01 {
	/*background: url("../img/comparison_img02@2x.png") no-repeat left bottom;
	background-size: 160px auto;*/
	position: relative;
	margin-bottom: 40px;
}

.comparison_block01 div.box01 h2 {
	height: 90px;
	background: url("../img/comparison_img03@2x.png");
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 4.0vw;
	font-weight: 700;
	line-height: 6.4vw;
	padding-top: 15px;
	box-sizing: border-box;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.comparison_block01 div.box01 h3 {
	font-size: 6.4vw;
	line-height: 8.5vw;
	letter-spacing: 0.08em;
	text-align: center;
	color: #EB6F81;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	font-weight: 600;
}
.comparison_block01 div.box01 h3::before {
	content: '';
	width: 100%;
	height: 20px;
	display: block;
	background: #FFFF55;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}

.comparison_block01 div.box01 img.ph {
	width: 140px;
	float: left;
}

.comparison_block01 div.box01 p {
	line-height: 28px;

}

.comparison_block01 div.box01 p strong {
	color: #EB6F81;
}

.comparison_block01 table {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	z-index: 10;
}
.comparison_block01 table th {
	height: 68px;
	border: 1px #E2E2E2 solid;
	vertical-align: middle;
}
.comparison_block01 table th.th01 {
	border: none;
}

.comparison_block01 table th.th02,
.comparison_block01 table th.th03 {
	width: calc((100% - 80px) / 2);
	font-size: 4.8vw;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.comparison_block01 table th.th02 {
	background: #EB6F81;
}
.comparison_block01 table th.th02 span {
	display: block;
	max-width: 100px;
	line-height: 20px;
	border-radius: 10px;
	color: #EB6F81;
	font-size: 11px;
	background: #fff;
	margin: 0 auto 5px auto;
	letter-spacing: 0;
}
.comparison_block01 table th.th03 {
	background: #8E8E8E;
}

.comparison_block01 table td {
	border: 1px #E2E2E2 solid;
	vertical-align: middle;
	padding: 20px 5px;
}

.comparison_block01 table td.td01 {
	color: #EB6F81;
	font-size: 14px;
	width: 80px;
}

.comparison_block01 table td.td02 {
	background: #F8F7F2;
}

.comparison_block01 table td.td02 h4 {
	font-size: 4.4vw;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 10px;
	color: #EB6F81;
}

.comparison_block01 table td.td02 p,
.comparison_block01 table td.td03 p{
	line-height: 24px;

}
.comparison_block01 table td.td02 p strong {
	font-weight: 400;
	background: #FFFF55;
}


.comparison_block01 table td.td03 h4 {
	font-size: 4.4vw;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 10px;
	color: #8D8D8D;
	letter-spacing: 0.1em;
}
.comparison_block01 table td.td03 p strong {
	font-weight: 400;
	color: #43C9AF;
}

.comparison_block01 dl.dl01 {
	margin-bottom: 30px;
}
.comparison_block01 dl.dl02 {
	clear: both;
}

.comparison_block01 dl dt {
	padding: 10px 0;
	color: #fff;
	font-size: 4.8vw;
	line-height: 6.4vw;
	text-align: center;
	font-weight: 600;
}
.comparison_block01 dl dt span {
	font-size: 16px;
	letter-spacing: 0.2em;
}
.comparison_block01 dl dd img {
	margin-bottom: 15px;
}

.comparison_block01 dl.dl01 dt {
	background: #EB6F81;
	margin-bottom: 15px;
}

.comparison_block01 dl.dl01 dd {
	width: calc((100% - 10px) / 2);
	float: left;
}
.comparison_block01 dl.dl01 dd:last-child {
	margin-left: 10px;
}

.comparison_block01 dl.dl01 li {
	list-style: disc outside;
	margin-left: 15px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

.comparison_block01 dl.dl02 dt {
	background: #8E8E8E;
	margin-bottom: 15px;
}
.comparison_block01 dl.dl02 dd img {
	width: calc(50% - 5px);
	float: left;
	margin-right: 25px;
}
.comparison_block01 dl.dl02 li {
	list-style: disc outside;

	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}



/*.comparison_block02 h2 {
	width: 350px;
	height: 80px;
	background: url("../img/comparison_img07@2x.png");
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	padding-top: 10px;
	box-sizing: border-box;;
	margin-right: 10px;
}*/
.comparison_block02 h2 {
	height: 90px;
	background: url("../img/comparison_img03@2x.png");
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 4.0vw;
	font-weight: 700;
	line-height: 6.4vw;
	padding-top: 15px;
	box-sizing: border-box;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.comparison_block02 h3.tit02 {
	font-size: 6.4vw;
	line-height: 8.5vw;
	letter-spacing: 0.08em;
	text-align: center;
	color: #EB6F81;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	font-weight: 600;
}
.comparison_block02 h3.tit02::before {
	content: '';
	width: 100%;
	height: 20px;
	display: block;
	background: #FFFF55;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}


.comparison_block02 ul {
	clear: both;
}

.comparison_block02 ul li {
	position: relative;
	margin-top: 25px;
	padding-top: 35px;
}
.comparison_block02 ul li div.ph {
	width: 255px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.comparison_block02 ul li div.ph::before {
	content: '';
	display: block;
	border: 5px solid rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.comparison_block02 ul li p.txt01 {
	color: #765B30;
	font-size: 4.8vw;
	line-height: 100%;
}


.comparison_block02 ul li p.txt01 span {
	color: #EB6F81;
	font-size: 7.4vw;
}
.comparison_block02 ul li p.txt01 strong {
	color: #EB6F81;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-top: 10px;
	margin-bottom: 7px;
}

.comparison_block02 ul li h3 {
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	padding: 10px 0;
	color: #EB6F81;
	font-size: 5vw;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.comparison_block02 ul li p.txt02 {
	margin-top: 20px;
	line-height: 28px;
}

.comparison_block02 ul li p.txt03 {
	color: #F40808;
	line-height: 28px;
}





.comparison_block03 h2 {
	text-align: center;
	color: #EB6F81;
	font-size: 6.4vw;
	line-height: 9.6vw;
	margin-bottom: 15px;
	font-weight: 600;
}
.comparison_block03 h2 strong {
	position: relative;
	display: block;
	z-index: 1;
	font-weight: 600;
}
.comparison_block03 h2 strong::before {
	content: '';
	width: 100%;
	height: 15px;
	background: #FFFF55;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.comparison_block03 p.txt01 {
	line-height: 28px;
	margin-bottom: 20px;
}

.comparison_block03 p.txt01 strong {
	font-weight: 400;
	color: #EB6F81;
}

.comparison_block03 div.box {
	min-height: 312px;
	background: url("../img/comparison_img11@2x.png") no-repeat left 20vw;
	background-size: 145px auto;
}

.comparison_block03 div.box h3 {
	font-size: 5.8vw;
	line-height: 8vw;
	color: #765B30;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.comparison_block03 div.box ul.list01 {
	color: #765B30;
	padding-left: 150px;
}
.comparison_block03 div.box ul.list01 li {
	list-style: disc outside;
	margin-left: 20px;
	line-height: 22px;
	margin-bottom: 6px;
}
.comparison_block03 div.box ul.list01 li:last-child {
	margin-bottom: 0;
}
.comparison_block03 div.box ul.list02 {
	margin-top: 40px;
}

.comparison_block03 div.box ul.list02 li a {
	display: block;
	text-align: center;
}
.comparison_block03 div.box ul.list02 li a:hover {
	text-decoration: none;
}
.comparison_block03 div.box ul.list02 li:first-child a {
	width: 100%;
	background: #43C9AF;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
}
.comparison_block03 div.box ul.list02 li:first-child a span {
	background: #fff;
	color: #43C9AF;
	line-height: 22px;
	width: 86px;
	display: inline-block;
	margin-right: 10px;
	font-size: 11px;
	border-radius: 4px;
}
.comparison_block03 div.box ul.list02 li:nth-child(2),
.comparison_block03 div.box ul.list02 li:nth-child(3) {
	width: calc((100% - 10px) / 2);
	font-size: 13px;
	letter-spacing: -1px;
}
.comparison_block03 div.box ul.list02 li:nth-child(2){float: left;}
.comparison_block03 div.box ul.list02 li:nth-child(3){float: right;}

.comparison_block03 div.box ul.list02 li:nth-child(2) p,
.comparison_block03 div.box ul.list02 li:nth-child(3) p {
	font-size: 12px;
	line-height: 100%;
	margin-top: 5px;
	text-align: center;
}
.comparison_block03 div.box ul.list02 li:nth-child(2) a {
	line-height: 43px;
	border: 1px #E3556E solid;
	border-radius: 4px;
	color: #E3556E;
	font-weight: 700;
	background: #fff;
}
.comparison_block03 div.box ul.list02 li:nth-child(3) a {
	line-height: 43px;
	border: 1px #35C1DF solid;
	border-radius: 4px;
	color: #35C1DF;
	font-weight: 700;
	background: #fff;
}


/*------------------------------------------------------------------------

アクセス・クリニック概要

------------------------------------------------------------------------*/

.access_block01,
.access_block02,
.access_block03,
.access_block04 {
	margin-bottom: 40px;
}


.access_tit {
	color: #EB6F81;
	font-size: 5.2vw;
	font-weight: 600;
	padding-left: 10px;
	line-height: 40px;
	border-left: 1px solid #EB6F81;
	margin-bottom: 20px;
}




.access_block01 h2.tit01 {
	margin: 0 -10px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	color: #fff;
	font-size: 4.3vw;
	text-shadow: 2px 2px 4px rgba(201,135,131,0.6);
	background: rgb(255,170,170);
	background: -moz-linear-gradient(45deg,  rgba(255,170,170,1) 0%, rgba(248,215,176,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,170,170,1) 0%,rgba(248,215,176,1) 100%);
	background: linear-gradient(45deg,  rgba(255,170,170,1) 0%,rgba(248,215,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#f8d7b0',GradientType=1 );
}
.access_block01 h2.tit01 strong {
	font-size: 6.4vw;
	font-weight: 500;
	line-height: 45px;
}


.access_block01 div.txt01 {
	position: relative;
	border: 1px #EB6F81 solid;
	border-top: 5px #EB6F81 solid;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 10px;
}
.access_block01 div.txt01 p {
	width: 100%;
	line-height: 140%;
	color: #765B30;
	font-size: 16px;
	font-weight: 500;
}

.access_block01 table {
	width: 100%;
	margin-bottom: 10px;
}
.access_block01 table th {
	border: 1px #E2E2E2 solid;
	background: #EB6F81;
	line-height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.access_block01 table th:first-child {
	width: 126px;
	letter-spacing: 0.2em;
}
.access_block01 table td {
	border: 1px #E2E2E2 solid;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-weight: 400;
}
.access_block01 table td span.acv {
	color: #43C9AF;
}

.access_block01 p.txt02 {
	line-height: 100%;
	color: #EB6F81;
}



.access_block02_box {
	padding: 20px 0;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px #E2E2E2 solid;
	border-bottom: 1px #E2E2E2 solid;
}


.access_block02_box h2 {
	text-align: center;
	font-size: 4.8vw;
	line-height: 8vw;
	color: #EB6F81;
	font-weight: 500;
	margin-bottom: 20px;
}
.access_block02_box h2 br { display: none;}
.access_block02_box div.t01 {
	line-height: 28px;
}
.access_block02_box div.t01 p {
	margin-top: 10px;
}
.access_block02_box div.t01 p:first-child {
	margin-top: 0;
}



.access_block03 table {
	width: 100%;
	position: relative;
	border-bottom: 1px #E2E2E2 solid;
}
.access_block03 table::before {
	content: '';
	width: 100%;
	height: 5px;
	display: block;
	position: absolute;
	top: -2;
	left: 0;
	background: rgb(255,170,170);
background: -moz-linear-gradient(45deg,  rgba(255,170,170,1) 0%, rgba(248,215,176,1) 100%);
background: -webkit-linear-gradient(45deg,  rgba(255,170,170,1) 0%,rgba(248,215,176,1) 100%);
background: linear-gradient(45deg,  rgba(255,170,170,1) 0%,rgba(248,215,176,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaaaa', endColorstr='#f8d7b0',GradientType=1 );
}
.access_block03 table th {
	display: block;
	line-height: 18px;
	padding: 10px;
	text-align: center;
	background: #F1EFEB;
	border: 1px #E2E2E2 solid;
	border-bottom: 1px #E2E2E2 dashed;
	color: #765B30;
	font-weight: 400;
	letter-spacing: 0.2em;
	box-sizing: border-box;
}
.access_block03 table td {
	display: block;
	line-height: 22px;
	padding: 20px;
	border: 1px #E2E2E2 solid;
	border-top: 0;
	border-bottom: 0;
	font-weight: 400;
	box-sizing: border-box;
	text-align: center;
}

.access_block04 ul.btn_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.access_block04 ul.btn_list li {
	width: calc(50% - 5px);
}
.access_block04 ul.btn_list li a {
	display: block;
	line-height: 50px;
	border-radius: 4px;
	background: #43C9AF;
	color: #fff;
	font-size: 4.2vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}
.access_block04 ul.btn_list li a:hover {
	text-decoration: none;
}

.access_block04 ul.list {
	margin-top: 60px;
}
.access_block04 ul.list li {
	padding: 30px 0;
	border-bottom: 1px #E2E2E2 dashed;
}
.access_block04 ul.list li:first-child {
	padding-top: 0;
}
.access_block04 ul.list li h4,
.access_block04 ul.list li .h4 {
	font-size: 16px;
	font-weight: 500;
	color: #43C9AF;
	padding-left: 25px;
	line-height: 20px;
	position: relative;
}
.access_block04 ul.list li h4::before,
.access_block04 ul.list li .h4::before {
	content: '';
	width: 20px;
	height: 1px;
	background: #43C9AF;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.access_block04 ul.list li p {
	line-height: 28px;
	margin-top: 15px;
}
.access_block04 ul.list li ol {
	margin-top: 15px;
}
.access_block04 ul.list li ol li {
	border-bottom: none;
	padding: 0;
	line-height: 24px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: decimal outside;
	padding-left: 10px;
}
.access_block04 ul.list li ol li:last-child {
	margin-bottom: 0;
}
.access_block04 p.txt01 {
	font-size: 16px;
	line-height: 22px;
	color: #EB6F81;
	margin-top: 40px;
}



.access_block05 h2 img{
	width: 45.335vw;
}
.access_block05 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access_block05 ul li {
	position: relative;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px #E2E2E2 dashed;
	padding-left: 75px;
	width: 100%;
}
.access_block05 ul li:first-child {
	padding-top: 0;
}
.access_block05 ul li p {
	width: 75px;
	line-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
