@charset "UTF-8";
:root {
	font: var(--html-font-size, 62%)/var(--html-line-height, 1.5) var(--font-family, sans-serif);
}
section#mv {
	border-top: 3px solid #000;	
	position: relative;
}/*
section#mv::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 406px 483.5px 0 483.5px;
	border-color: #EEEEEE transparent transparent transparent;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}*/
section#mv #fv {
	background-image:url(../img/mv_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0;
	background-color:#666;
}
section#mv .slick-slider {
	position: relative;
	z-index: 2;
	width:100%;
	opacity:0;
	margin-bottom: 50px;
}
section#mv .slick-slider.slick-initialized {
	opacity:1;
}
section#mv .slick-slider .slick-slide {
	text-align:center;
}
section#mv .slick-slider .slick-slide > div {
	text-align:center;
	position: relative;
	display: flex;
	justify-content: center;
}
section#mv .slick-slider .slick-slide > div > video {
	width: 720px;
	height: 640px;
}
section#mv .slick-slider .slick-slide > div > a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform:translateX(-50%);
	z-index:99;
}
section#mv .slick-slider .slick-slide > p {
	font-size: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
	font-weight: bold;
	line-height: 1.3;
	margin-top:10px;
	position: relative;
	display: inline-block;
	padding: 0 130px;
}
section#mv .slick-slider .slick-slide > p > span {
	font-size: 25px;
	display:block;
}
section#mv .slick-slider .slick-slide > p:before,
section#mv .slick-slider .slick-slide > p:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100px;
	height: 2px;
	background-color: #666;
}
section#mv .slick-slider .slick-slide > p:before {
	left: 0;
}
section#mv .slick-slider .slick-slide > p:after {
	right: 0;
}
section#mv .slick-slider .slick-prev,
section#mv .slick-slider .slick-next {
	background-color: #fff;
}
section#mv .slick-slider .slick-prev::before,
section#mv .slick-slider .slick-next::before {
	filter: brightness(0%);
}
section#mv .slick-slider .slick-dots li button::before {
	background-color: #000;
}

section#mv > p:first-child {
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px;
	background: #000;
	color: #fff;
	width: 280px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 2;
}


/* -------------------------------------------------------------------- CV */
.contact_area {
	background-color: #fff;
	padding: 50px 0 60px;
	-ms-flex-align: flex-start; /*IE10*/
	-webkit-box-align: flex-start; /* Android4.3ä»¥ä¸‹ã€Safari3.1ã€œ6.0 */
	-webkit-align-items: flex-start; /* Safari6.1ä»¥é™ */
	align-items: flex-start;
}
.contact_area__inner {
	width: 980px;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3ä»¥ä¸‹ã€Safari3.1ã€œ6.0 */
	display: -webkit-flex; /* Safari6.1ä»¥é™ */
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3ä»¥ä¸‹ã€Safari3.1ã€œ6.0 */
	-webkit-justify-content: space-between; /* Safari6.1ä»¥é™ */
	justify-content: space-between;
}
.contact_area * {
	color: #000;
}
.commentary_area>div {
	width: 430px;
	margin: 0 50px;
}
.commentary_area>div img {
	width: 100%;
}
.reservation_area {
	text-align: center;
}
.reservation_area p {
	font-size: 28px;
	margin-bottom: 10px;
}
.reservation_area a {
	height: 75px;
	width: 520px;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3ä»¥ä¸‹ã€Safari3.1ã€œ6.0 */
	display: -webkit-flex; /* Safari6.1ä»¥é™ */
	display: flex;
	-ms-flex-pack: center; /*IE10*/
	-webkit-box-pack: center; /* Android4.3ä»¥ä¸‹ã€Safari3.1ã€œ6.0 */
	-webkit-justify-content: center; /* Safari6.1ä»¥é™ */
	justify-content: center;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3ä»¥ä¸‹ã€Safari3.1ã€œ6.0 */
	-webkit-align-items: center; /* Safari6.1ä»¥é™ */
	font-size: 26px;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff !important;
	background-image: url("/lp/lipo3/suction/images/btn_color.png");
	background-repeat: repeat-x;
	background-position: center;
	border-radius: 1000px;
	position: relative;
}
.reservation_area a::after {
	position: absolute;
	content: "";
	right: 30px;
	width: 10px;
	height: 10px;
	top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-70%);
	transform: rotate(45deg) translateY(-70%);
}
.reservation_area a:hover {
	color: #fff;
	opacity: 0.8;
}
.tel_area {
	text-align: center;
	width: 380px;
	padding-top: 10px;
}
.tel_area .text {
	font-size: 18px;
	position: relative;
}
.tel_area .text::after {
	content: "";
	position: absolute;
	left: 20px;
	height: 60%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-20deg);
	transform: translateY(-50%) rotate(-20deg);
	width: 2px;
	background-color: #000;
}
.number {
	font-size: 40px;
	padding-left: 60px;
	position: relative;
	line-height: 1;
	margin: 15px 0 10px;
	text-decoration:none;
}
.number::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 26px;
	background-image: url("/lp/lipo3/suction/images/icon_tel.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.tel_area .text::before {
	content: "";
	position: absolute;
	right: 25px;
	height: 60%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(20deg);
	transform: translateY(-50%) rotate(20deg);
	width: 2px;
	background-color: #000;
}
.time {
	font-size: 16px;
	margin-left: 40px;
}
@media screen and (max-width: 979px) {
	.contact_area {
		padding:20px 0;
	}
	.contact_area__inner {
		width: auto;
		flex-wrap: wrap;
		margin: 0 3%;
	}
	.reservation_area {
		width: 100%;
	}
	.reservation_area p {
		font-size: 20px;
	}
	.reservation_area a {
		width: 100%;
		font-size: 20px;
	}
	.tel_area {
		width: 100%;
	}
	.tel_area .text {
		font-size: 16px;
	}
}

/* -------------------------------------------------------------------- //CV */


section#doctor {
	margin: 150px 0 0;
}
section#doctor h2 {
	text-align: center;
	margin: 0 0 30px;
}
section#doctor .doctorWrap {
	background: url(../img/bg.gif) center 50px no-repeat;
}
section#doctor .doctorWrap + .doctorWrap {
	margin: 80px 0 0;
}
section#doctor .container {
	width: 980px;
	margin: 0 auto;
}
section#doctor .container .doctorImg {
	width: 980px;
	height: 538px;
	position: relative;
}
section#doctor .container .doctorImg.akao {background: url(../img/img03.png) center top no-repeat;}
section#doctor .container .doctorImg.shinzato {background: url(../img/img04.png) center top no-repeat;}
section#doctor .container .doctorImg.takahashi {background: url(../img/img05.png) center top no-repeat;}
section#doctor .container .doctorImg.yanagawa {background: url(../img/img06.png) center top no-repeat;}
section#doctor .container .doctorImg.hashimoto {background: url(../img/img07.png?0622) center top no-repeat;}
section#doctor .container .doctorImg.kanazawa {background: url(../img/img08.png?0622) center top no-repeat;}
section#doctor .container .doctorImg .btn {
	position: absolute;
	left: 506px;
	top: 370px;
}
section#doctor .clinic {
	width: 980px;
	background: #EEE;
	padding: 20px 25px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
	box-sizing: border-box;
}
section#doctor .clinic > div:first-child {width: 470px;}
section#doctor .clinic > div:first-child iframe {
	width: 100%;
	height: 310px;
}
section#doctor .clinic > div:last-child {width: 430px;}
section#doctor .clinic > div:last-child p:nth-child(1) {
	font-size: 34px;
	font-weight: bold;
	color: #705208;
	margin: 5px 0 0;
}
section#doctor .clinic > div:last-child p:nth-child(2) {
	margin: 5px 0 0;
}
section#doctor .clinic > div:last-child p:nth-child(3) a {
	display: block;
	background: url(../img/tel.gif) left top no-repeat;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 65px;
	font-weight: bold;
	color: #705208;
	line-height: 1.2;
	margin: 15px 0 0;
}
section#doctor .clinic > div:last-child > div {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
section#doctor .clinic > div:last-child > div > div:fisrt-child {
	width: 70px;
}
section#doctor .clinic > div:last-child > div > div:last-child {
	width: calc(100% - 70px);
	font-weight: bold;
	line-height: 2;
}
section#doctor .clinic .js-btn {
	cursor: pointer;
}
section#doctor .clinic > div:last-child > div > div:last-child table {
	line-height: 1.5;
	vertical-align: top;
	border-collapse: collapse;
	background: #fff;
}
section#doctor .clinic > div:last-child > div > div:last-child table th,
section#doctor .clinic > div:last-child > div > div:last-child table td {
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 5px;
	font-size: 14px;
}
section#doctor .clinic > div:last-child > div > div:last-child table th {
	width: 70px;
	background: #F0F0F0
}
section#doctor .clinic > div:last-child > div > div:last-child table td {
	font-weight: normal;
}
section#doctor .doctorBtn {
	margin: 30px 0 0;
	text-align: center;
}
section#doctor .instagram {
	width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
section#doctor .instagram.slick-slider {
	opacity: 0;
}
section#doctor .instagram.slick-slider.slick-initialized {
	opacity: 1;
}
section#doctor .instagram.slick-slider .slick-slide {
	margin: 0 10px;
	width:330px;
}
section#doctor .instagram.slick-slider .slick-dots li button::before{
	background-color:#000;
}
section#doctor .instagram.slick-slider .slick-prev {
	left: -50px;
}
section#doctor .instagram.slick-slider .slick-next {
	right: -50px;
}
section#doctor .instagram.slick-slider .slick-prev,
section#doctor .instagram.slick-slider .slick-next {
	background-color: transparent;
}
section#doctor .instagram.slick-slider .slick-prev::before,
section#doctor .instagram.slick-slider .slick-next::before {
	filter: brightness(0%);
}


.brownWrap {
	background: #E3D6C0;
	padding: 60px 0;
	margin: 60px 0 0;
}
#resolution {padding: 0;}
#resolution .choice {
	padding: 0;
	background: none;
}
#resolution .innerWrapper > div.align-c {display: none;}
#resolution .choice .innerWrapper .tab-select {margin: 0 auto;}
.brownWrap .dir-area09 .table-box th,
.brownWrap .dir-area09 .table-box td {
    font-size: 16px;
}
.brownWrap .el-table>table>thead>tr>th, .table-box>table>thead>tr>th {background: #6B5202;}
#qa {
	background: none;
	padding: 0;
}
#qa dl dt, #qa dl dd {
	text-indent: 0;
	overflow: inherit;
}
.qamain {
	margin: 40px 0 0;
}
.qapanel + .qapanel {
	margin: 15px 0 0;
}
.qapanel {
	background: #EEE;
	padding: 10px 35px;
	position: relative;
}
.qapanel .img {
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: 2;
}
.qabox01 {
	margin: 0;
	display: table;
	width: 100%;
}
.qabox01 dt {
	display: table-cell;
	width: 50px;
	font-size: 60px;
	color: #000;
}
.qabox01 dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.qabox01 dd span {
	color: #fd7bb5;
}
.qabox02 {
	margin: 0;
	display: table;
	width: 100%;
}
.qabox02 dt {
	display: table-cell;
	width: 50px;
	font-size: 60px;
	color: #000;
}
.qabox02 dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 20px 20px;
	color: #000;
	font-size: 19px;
	line-height: 1.8;
}
.qabox02 dd p {
	background: #fff;
	padding: 25px 30px;
}
.qabox02 dd span {
	color: #fd7bb5;
}

#yoyaku {
	background: #eee;
}

#yoyaku label.clinic65:after {
	content:"（赤尾 健 医師）";
}
#yoyaku label.clinic24:after {
	content:"（柳川 央徒 医師）";
}
#yoyaku label.clinic70:after {
	content:"（新里 龍策 医師）";
}
#yoyaku label.clinic113:after {
	content:"（金澤 紀臣 医師）";
}
#yoyaku label.clinic80:after {
	content:"（高橋 淳 医師）";
}
#yoyaku label.clinic111:after {
	content:"（橋本 詩音 医師）";
}

table.form-table td.txt-white {background: #6B5202;}
.form-area {margin-top: 50px;}
.topbox {
	background: #6A667F;
	padding: 35px 0;
}

@media screen and (max-width: 640px) {
	section#mv #fv {
		padding:8% 12%;
	    background-image: url(../img/mv_bg_sp.jpg?0621);
		background-size: cover;
		background-position: center top;
	}
	/*section#mv::before {
		border-width: 40vw 40vw 0 40vw;
		border-color: #EEEEEE transparent transparent transparent;
	}*/
	section#mv .slick-slider .slick-slide {
		width:280px;
	}
	section#mv .slick-slider .slick-slide > div > a {
		bottom: -20px;
	}
	section#mv .slick-slider .slick-slide > div > video {
		width: 100%;
		height:auto;
	}
	section#mv .slick-slider .slick-slide p {
		font-size: 18px;
		margin: 10% auto 0;
		padding:0;
	}
	section#mv .slick-slider .slick-slide p > span {
		font-size: 14px;
	}
	section#mv .slick-slider .slick-slide > p:before, 
	section#mv .slick-slider .slick-slide > p:after {
		content: none;
	}
	section#mv .slick-slider .slick-prev,
	section#mv .slick-slider .slick-next {
		display: block!important;
	}
	section#mv p:first-child + p {font-size: 24px;}

	section#doctor {
		margin: 25% 0 0;
	}
	section#doctor h2 {
		max-width: 50%;
		text-align: center;
		margin: 0 auto 4%;
	}
	section#doctor .doctorWrap {background-size: 100% auto;}
	section#doctor .doctorWrap + .doctorWrap {margin: 12% 0 0;}
	section#doctor .instagram {
		width: auto;
	}
	section#doctor .instagram.slick-slider .slick-slide {
	}
	section#doctor .container {
		width: 100%;
	}
	section#doctor .container .doctorImg {
		width: 100%;
		padding-bottom: calc(538 / 980 * 100%);
		background-size: 100% auto !important;
		height: 0;
	}
	section#doctor .container .doctorImg .btn {
		position: absolute;
		left: inherit;
		right: 2%;
		top: inherit;
		bottom: 20%;
		width: 48%;
	}
	section#doctor .clinic {
		width: 96%;
		padding: 2.5%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		margin: 15% auto 0;
	}
	section#doctor .clinic > div:first-child {width: 100%; margin: 2% 0 0;}
	section#doctor .clinic > div:first-child iframe {height: 20%;}
	section#doctor .clinic > div:last-child {width: 100%;}
	section#doctor .clinic > div:last-child p:nth-child(1) {
		font-size: 24px;
		margin: 5px 0 0;
	}
	section#doctor .clinic > div:last-child p:nth-child(3) a {
		background-size: 32px auto;
		font-size: 20px;
		padding: 0 0 0 40px;
		margin: 10px 0 0;
	}
	section#doctor .doctorBtn {
		max-width: 80%;
		margin: 4% auto 0;
	}
	.eyelid_photo_index {
		max-width: 50%;
		margin: 0 auto;
	}
	.brownWrap {
		padding: 10% 2%;
		margin: 6% 0 0;
	}
	.brownWrap .sm-display.content-inner > div > h3 {display: none;}
	.brownWrap .sm-display .tab-select .contents {
		position: relative;
		width: 100%;
		padding: 2% 0;
		background-color: #ffffff;
		border: 2px solid #f579b7;
		border-radius: 0 0 4px 4px;
		margin-bottom: 12px;
	}
	#qa {
		width: 95%;
	}
	#qa dl {
		width: 100%;
	}
	.tab-select {background: #fff;}
	._sub-titlePickUp::before {
		top: -5px;
	}
	.tab-select p.open + .contents {
	    overflow: visible !important;
	}
	.tab-select h3 {
		margin-bottom: 30px;
	}
	.tab-select h4 {
		margin: 0 0 20px;
	}
	.tab-select p {
		margin-bottom: 30px;
	}
	.tab-select p:last-child {
		margin-bottom: 0;
	}
	.tab-select p.text-1 {
		position: absolute;
		right: -10px;
		top: 12%;
		width: 21%;
		z-index: 100;
	}
	.tab-select p.note {
		margin: 20px 10px 0;
	}
	.tab-select p.nav1 span, .tab-select p.nav2 span, .tab-select p.nav3 span, .tab-select p.nav4 span, .tab-select p.nav5 span, .tab-select p.nav6 span, .tab-select p.nav7 span, .tab-select p.nav8 span {
		width: 100%;
	}
	.tab-select p.open-arrow {
		width: 100%;
		position: relative;
		cursor: pointer;
		margin-bottom: -5px;
	}
	.tab-select p.open-arrow::before {
		border-bottom: 2px solid #FFFFFF;
	    border-left: 2px solid #FFFFFF;
	    top: 48%;
		right: 3%;
		content: "";
		height: 16px;
		width: 16px;
		margin-left: 0px;
		position: absolute;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		
	}
	.tab-select p.open-arrow.open {
		position: relative;
	}
	.tab-select p.open-arrow.open::before {
		border-bottom: 2px solid #FFFFFF;
	    border-left: 2px solid #FFFFFF;
	    top: 52%;
		right: 3%;
		content: "";
		height: 16px;
		width: 16px;
		margin-left: 0px;
		position: absolute;
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(135deg);
	}
	.eyerecommend .list-image>.item>.text {
		color: #fff !important;
	}
	.inner {
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.topqa {
		padding: 30px 0 60px;
	}
	.qamain {
		margin: 20px 0 0;
	}
	.qapanel + .qapanel {
		margin: 5px 0 0;
	}
	.qapanel {
		padding: 10px 10px;
		position: relative;
	}
	#qa dl.qabox01 {
		margin: 0;
		display: table;
		width: 100%;
	}
	.qabox01 dt {
		width: auto !important;
		font-size: 30px !important;
		margin: 0 !important;
	}
	.qabox01 dd {
		padding: 5px 20px 0 10px;
		font-size: 14px;
	}
	.qabox02 dt {
		width: auto;
		font-size: 30px;
	}
	.qabox02 dd {
		padding: 5px 0 10px 10px;
		font-size: 12px;
		line-height: 1.8;
	}
	.qabox02 dd p {
		padding: 10px;
	}
	.qabox02 dd span {
		color: #fd7bb5;
	}
	.qapanel .img {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		width: 130px;
	}
	.qapanel .img01 {
		bottom: 20px;
	}
	.qacont {
	}
	.toggetbox {
		position:relative;
	}
	.toggetbox:before {
		display: none;
		background:url('/lp/eyelid_shumatsu/img/arrow03.png') 0 0 no-repeat;
		background-size:100%;
		width:17px;
		height:9px;
		top:50%;
		right:10px;
		transform:translateY(-50%);
		content:"";
		z-index:2;
		position:absolute;
	}
	.priceIndex {
		padding: 8px 0;
		font-size: 16px;
		margin: 0 0 5%;
	}
	.priceIndex::before {
		border-right: 30px solid transparent;
		border-top: 20px solid #000;
		border-left: 30px solid transparent;
		bottom: -20px;
	}
	.priceIndex em {
		font-size: 20px;
		color: #fff;
	}
	
	
	.price_gakuwari * {
		color: #12A0DE;
	}
	.price_gakuwari h3 {
		padding: 10px;
	}
	.button-cv {
		width: 100%;
		left: 0;
		margin: 0;
	}
	#yoyaku {padding: 10% 2%;}
	#yoyaku > #form > .inner {
		margin-top: 4%;
		padding: 3%;
	}
	.doctor,
	.to-top {display: none;}
}



