@charset "utf-8";

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

/* ===================================================
	プラバシーポリシー / privacy
=================================================== */
.pp_box{
	border:1px solid #f0f0f0;
	padding:50px;
	margin:0 0 120px 0;
}
.pp_box p{
	font-size:16px;
	font-size: 1.6rem;
	margin:0 0 40px 0;
	line-height:200%;
}
.pp_box h2{
	font-weight:bold;
	font-size:20px;
	font-size: 2.0rem;
}
.pp_box h3{
	font-weight:bold;
}
.pp_box .gray_bk{
	background:#f2f2f2;
	padding:20px 40px;
	margin:0 0 50px 0;
	width:50%;
}
.pp_box .gray_bk p{
	margin:0;
}


/* ===================================================
	よくある質問 / faq
=================================================== */
.faq_box{
	position:relative;
}

.faq_page{
	margin-bottom: 100px;
}

.faq_title{
	position:absolute;
	top:0;
	left:0;
	width:250px;
}
.faq_title h2{
	font-family: 'Spartan', sans-serif;
	font-size:36px;
	font-size: 3.6rem;
	position:relative;
}
.faq_title h2:after{
	content:" ";
	width:120px;
	border-top:1px solid #000000;
	display:block;
	position:absolute;
	right:20px;
	top:25px;
}
.faq_title p{
	font-size:16px;
	font-size: 1.6rem;
}

.faq_list{
	padding:0 0 0 360px;
}

.faq_list h3{
	font-weight:bold;
	font-size:23px;
	font-size: 2.3rem;
	margin:0 0 20px 0;
}
.faq_list_box{
	font-size:16px;
	font-size: 1.6rem;
}
.faq_list_box .question{
	font-weight:bold;
	background:#f1d5c7;
	padding:18px 30px 18px 60px;
	position:relative;
	margin:0 0 20px 0;
	cursor: pointer;
}
.faq_list_box .question:before{
	content:"Q";
	font-size:24px;
	font-size: 2.4rem;
	font-family: 'Spartan', sans-serif;
	color:#FFF;
	font-weight:normal;
	position:absolute;
	left:20px;
	top:13px;
}
.faq_list_box .question:after{
	position:absolute;
	right:20px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.faq_list_box .close:after{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}
.faq_list_box .answer{
	position:relative;
	margin:0 0 20px 0;
	padding:0 20px 0 60px;
	line-height:180%;
}
.faq_list_box .answer:before{
	content:"A";
	font-size:24px;
	font-size: 2.4rem;
	font-family: 'Spartan', sans-serif;
	color:#f1d5c7;
	position:absolute;
	left:25px;
	top:5px;
}


/* ===================================================
	初めての方へ / promise
=================================================== */
.promise_top{
	position:relative;
	padding:0 0 70px 0;
}

.promise_top .img_main{
	position:absolute;
	right:-50px;
	top:58px;
}
.promise_top .img_list{
	position:absolute;
	left:130px;
	bottom:-118px;
}
.promise_top .img_list img{
	margin:0 5px;
}

.promise_what{
	margin:100px 0 0 0;
}
.promise_what_box{
	position:relative;
	padding:0 0 0 460px;
	min-height:490px;
}
.promise_what_box img{
	position:absolute;
	left:0;
	top:0;
}
.promise_what_box h2{
	font-size: 36px;
	font-size: 3.6rem;
	line-height:150%;
	padding:40px 0 0 0;
}
.promise_what_box h2 span{
	font-size: 65px;
	font-size: 6.5rem;
	color:#f1d5c7;
	font-family: 'Spartan', sans-serif;
}
.promise_what_box hr{
	border:none;
	border-top:1px solid #d9d9d9;
	width:170px;
	margin:30px auto 30px 0;
}
.promise_what_box p{
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
}

.promise_what table{
	width:900px;
	max-width:100%;
	margin:100px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.promise_what table th.medical{
	background:#fbb4ae;
	padding:15px 0;
	text-align:center;
	border-left:3px solid #fbb4ae;
	border-right:3px solid #fbb4ae;
	font-weight:bold;
}
.promise_what table th.esthetic{
	background:#d1d1d1;
	padding:15px 0;
	text-align:center;
	border-right:1px solid #d1d1d1;
	font-weight:bold;
}
.promise_what table td{
	background:#f2f2f2;
	padding:15px 0;
	text-align:center;
	width:30%;
	border-bottom:2px solid #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align:middle;
}
.promise_what table td.medical{
	background:#FFF;
	width:35%;
	border-left:3px solid #fbb4ae;
	border-right:3px solid #fbb4ae;
	border-bottom:1px solid #d1d1d1;
	font-weight:bold;
}
.promise_what table tr:last-child td.medical{
	border-bottom:3px solid #fbb4ae;
}
.promise_what table td.esthetic{
	background:#FFF;
	width:35%;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	font-weight:normal;
	font-size: 14px;
	font-size: 1.4rem;
}

.promise_twelve{
	width:900px;
	max-width:100%;
	margin:100px auto;
}
.promise_twelve_img {
	margin-top: 40px;
}
.promise_twelve_img img {
	width: 100%;
}
.promise_title{
	font-size: 40px;
	font-size: 4.0rem;
	text-align:center;
	margin:0px auto;
}
.promise_title span{
	border-top:2px solid #f1d5c7;
	border-bottom:2px solid #f1d5c7;
	display:inline-block;
	padding:35px;
}
.promise_twelve ul{
	margin:40px 0 0 -5%;
}
.promise_twelve ul li{
	float:left;
	width:20%;
	margin:0 0 20px 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.promise_twelve ul li p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align:center;
	margin:5px 0 0 0;
	line-height:120%;
}
.promise_twelve ul li .promise_box{
	background:#fbb4ae;
	text-align:center;
	padding:15px 0;
	border:2px solid #e4e4e4;
	min-height:214px;
}
.promise_twelve ul li .promise_box h3{
	color:#000;
	font-size: 18px;
	font-size: 1.8rem;
	margin:10px 0 0 0;
}
.promise_twelve ul li .promise_box h3.small{
	font-size: 16px;
	font-size: 1.6rem;
}
.promise_twelve ul li .promise_box p{
	color:#000;
	font-size: 40px;
	font-size: 4.0rem;
	margin:20px 0 0 0;
}
.promise_twelve ul li .promise_box p span.num{
	font-size: 67px;
	font-size: 6.7rem;
}
.promise_twelve ul li .promise_box p.small{
	font-size: 32px;
	font-size: 3.2rem;
}
.promise_twelve ul li .promise_box_small h3{
	margin:0;
}
.promise_twelve ul li .promise_box_small p.small{
	margin:0;
}
.promise_twelve ul li .promise_box p.ssmall{
	font-size: 28px;
	font-size: 2.8rem;
}

.promise_flow .promise_p{
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	margin:40px 0 90px 0;
}

/*--------------- 初めての方へ・メッセージ・PC ---------------*/
.mt40{
	padding-top: 40px;
}
.p-message_inner {
	width: 84%;
	max-width: 960px;
	margin: auto;
	overflow: hidden;
	padding-top: 5.95rem;
  padding-bottom: 5.95rem;
}
.p-message{
	width: 100%;
	margin: auto;
}
.p-message{
	padding: 8rem 5%;
	background: url(../img/menu/body/bg_message_pc.png) center center /cover no-repeat;
	text-align: center;
	margin-top: -125px;
}
.p-message_title {
	font-size: 4.6rem;
	font-weight: bold;
}
.p-message .p-en {
	display: block;
	position: relative;
	margin-top: 1em;
}
.p-message .p-en span {
	display: inline-block;
	font-family: 'Spartan', sans-serif;
	padding-right: .5em;
	font-size: 1.6rem;
	color: #fbb4ae;
	letter-spacing: .2em;
	padding: 0 1em;
}
.p-message .p-en span::before,
.p-message .p-en span::after {
	display: block;
	content: " ";
	background-color: #fbb4ae;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-message .p-en span::after {
	right: 0;
	width: 50%;
	height: 2px;
}
.p-message .p-en span::before {
	left: 50px;
	width: 50%;
	height: 2px;
}
.p-message .p-en span::before,
.p-message .p-en span::after {
	width: 35rem;
}
.p-message .en span::before{
	left: 60px;
}
.p-message .p-en span::after{
	right:60px;
}
@media not all and (min-width: 1200px) {
.p-message .p-en span::before{
	left:-20px;
}
.p-message .p-en span::after{
	right:-20px;
}
}
.p-message_text {
	margin-top: 1.5em;
	font-size: 1.9rem;
	line-height: 2;
}
.red-color{
	color:#e83418;
	font-weight: bold;
}
/* 初めての方へ・doctors・PC */
.promise_doctor_inner {
	width: 100%;
	display: flex;
	height: auto;
	position: absolute;
}
.doctors_img_big{
	display: flex;
	margin: 0 auto;
  place-content: center;
}
.doctors_img_big_bottom{
	position: absolute;
	top:580px;
	/* top: 650px; */
	left: 105px;
}
.doctors_back_left{
	background: url(../img/promise/doctors_back_left.png) center center /cover no-repeat;
	width: 50%;
	height: 770px;
	margin-top: 150px;
	/* margin-top: 200px; */
}
.doctors_back_right{
	background: url(../img/promise/doctors_back_right.png) center center /cover no-repeat;
	width: 50%;
	height: 770px;
}
.doctors_img_big{
	position: absolute;
	display: flex;
	margin:0 auto;
	width: 100%;
	place-content: center;
	justify-content: center;
	left: -240px;
}
.p-doctor3-ch{
    position: absolute;
	right: 120px;
	top: 190px;
}
/* .doctors_img_big img{
	height: 528px;
} */
.p-doctor1{
	height: 528px;
}

.doctors_img{
	position: absolute;
	display: flex;
}
.promise_doctor_inner2{
	position: relative;
	margin: auto;
	max-width: 1080px;
	display: flex;
	/* object-fit: cover; */
}
@media not all and (min-width: 1200px) {
.p-doctor{
	width: 30vw;
	height: 100%;
	text-align: center;
	object-fit: cover;
	place-content: center;
	justify-content: center;
}
.promise_doctor_inner2{
	max-width: none;
	place-content: center;
	justify-content: center;
	width: 96%;
	display: flex;
}
.doctors_img_big{
	position: absolute;
	margin:0 auto;
	width: 100%;
	place-content: center;
	justify-content: center;
}
.wrap_promise{
		overflow: hidden;
}
}
.promise_doctor_main_big{
	position: relative;
	padding-bottom: 950px;
	/* padding-bottom: 1000px; */
}
.p-doctor2{
	margin-left: 15px;
	margin-right: 15px;
	margin-top:60px;
}
.p-doctor3{
	margin-top:120px;
}
.p-shosha{
	margin-left: 60px;
	/* top: 60px; */
	top: -35px;
	position: absolute;
}

/*--------------- me1・PC ---------------*/
.promise-s .p-menu_title{
	position: relative;
	top: -43px;
}
.p-menu_title {
	position: relative;
	text-align: center;
	font-size: 6rem;
}
.p-menu_title .p-en {
	display: block;
	font-family: 'Spartan', sans-serif;
	color: #fbb4ae;
	letter-spacing: .2em;
}
.p-menu_title .p-ja {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: .5em;
	font-size: 2.4rem;
	font-weight: bold;
}
.p-menu_title .p-ja::before,
.p-menu_title .p-ja::after {
	content: " ";
	height: 1px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background-color: #fbb4ae;
}
.p-menu_title_text {
	padding: 0.5em;
	font-size: 3.2rem;
}
.me1_img_p{
	display: flex;
}
.me1_text{
	background-color: #FFF;
	opacity: 0.8;
	padding:50px;
	width: 58%;
	height: 58%;
	top:100px;
	right:60px;
	position: relative;
	font-size: 1.6rem;
}
.me1_inner{
	max-width: 1200px;
	margin:0 auto;
}
.promise_me1{
	background-color: #f8f4e7;
	position: relative;
	padding-bottom: 100px;
}
.me1_back_right{
	width: calc(100% - 20%);
	padding-top: 50px;
	padding-bottom: 730px;
	background-color: #f6e7de;
	position: absolute;
	right: 0;
}
.me1_img1{
	position: relative;
	top:50px;
}
.me1_img2{
	display: flex;
	justify-content: right;
	margin-top: -170px;
}

/*--------------- me2・PC ---------------*/
.p-b100{
	max-width: 100%;
}
.me2_inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.promise_me2 {
	margin: 13rem 0 0;
	padding-bottom: 7rem;
	background-color: #fafafa;
-webkit-background-size: 7px 7px;
}

/*--------------- merit・PC ---------------*/
.p-merit {
	margin-top: 5rem;
}
.p-merit_list {
	margin-top: 75px;
}
.p-merit_item {
	position: relative;
	width: 92%;
	padding: 1em;
}
.p-merit_item > .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	overflow: visible;
}
.p-inner{
    max-width: 100% !important;
    margin: 0px auto;
    position: relative;
}
.p-merit_inner{
	width: 100%;
	margin: auto;
	top: -50px;
	position: relative;
}
.p-merit_item:nth-of-type(odd) {
	background: #f1d5c7;
}
.p-merit_item:nth-of-type(even) {
	background: #e5e5e5;
}
.p-merit_item + .merit_item {
	margin-top: 7rem;
}
.p-merit_textArea {
	margin-top: 2rem;
}
.p-merit_title {
	font-size: 2rem;
	font-weight: bold;
}
.p-merit_title .p-number {
	position: relative;
	display: block;
	margin-left: .5em;
	margin-bottom: 2rem;
	padding-left: 6px;
	font-family: 'Spartan', sans-serif;
	font-size: 4.5rem;
	color: #fff;
	border-left: 1px solid #fff;
	line-height: 1.3;
}
.p-merit_title .p-number::before {
	display: block;
	content: "MERIT";
	font-family: 'Spartan', sans-serif;
	position: absolute;
	top: 1.25em;
	left: -3em;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	color: #fff;
	font-size: 1.2rem;
}
.p-merit_text {
	margin-top: 2rem;
}
.p-merit_image {
	position: relative;
	margin: -50px auto 0;
}
.p-merit_image img {
	height: auto;
}
@media not all and (min-width: 621px) {
	.p-merit_item:nth-of-type(even) {
		margin-right: 0;
		margin-left: auto;
	}
}
@media handheld, print, screen and (min-width: 621px) {
	.p-merit {
		margin-top: 10rem;
	}
	.p-merit_list {
		margin-top: 120px;
	}
	.p-merit_item {
		width: 100%;
		padding: 2rem;
	}
	.p-merit_item > .inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.p-merit_item:nth-of-type(even) > .inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.p-merit_item + .p-merit_item {
		margin-top: 11rem;
	}
	.p-merit_textArea {
		width: calc(50% - 2rem);
		margin-top: 0;
		margin-left: 2rem;
	}
	.p-merit_item:nth-of-type(even) .p-merit_textArea {
		margin-left: 0;
		margin-right: 4rem;
	}
	.p-merit_title .p-number {
		font-size: 6rem;
	}
	.p-merit_title .p-number::before {
		font-size: 1.6rem;
	}
	.p-merit_text {
		font-size: 1.6rem;
	}
	.p-merit_image {
		width: 50%;
	}
}
.p-merit_item {
	padding: 6rem;
}
.p-merit_textArea {
	width: calc(100% - 580px);
	margin-top: 0;
	margin-left: 4rem;
}
.p-merit_image {
	width: 540px;
	margin-top: -100px;
}

/* ---------------------------------------------------------------- *
	p-mohlaw_mark / 厚生労働省マーク追加
 * ---------------------------------------------------------------- */
 .p-merit_title .p-number.p-mohlaw_mark_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
justify-content: start;
}
.p-merit_title .p-number .p-mohlaw_mark{
  display: block;
  max-width: 174px;
  margin-left: auto;
  padding-left: 10px;
}
.p-merit_title .p-number .p-mohlaw_mark img{
  vertical-align: top;
}

.p-merit_title .p-number .p-mohlaw_mark img{
  margin-top: 6px;
}


/*--------------- voice・PC ---------------*/
.promise_voice{
	background-color: #faf7ed;
	padding-top: 12rem;
	padding-bottom: 7rem;
}
.p-voice_inner{
	max-width: 1200px;
	margin:0 auto;
}
.p-voice_inner2{
	max-width:90%;
	margin:0 auto;
	padding-top: 40px;
  padding-bottom: 40px;
}
.p-voice_image_h3{
	display: flex;
}
.p-voice_h3{
	font-size: 2.4rem;
	border-bottom: 1px solid #fbb4ae;
	width: 100%;
	margin-left: 2rem;
	font-weight: bold;
}
.p-voice_item{
	background-color: #FFF;
	margin-bottom: 40px;
}
.p-voice_text{
	background-color: #faeae1;
	border-radius: 20px;
	padding: 30px;
	font-size: 1.6rem;
	line-height: 2;
}
.p-v-pink{
	color: #fbb4ae;
	padding-left: 3rem;
  padding-right: 1rem;
	font-weight: bold;
}
.p-v-pink2 {
	color: #fbb4ae;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: bold;
}
.p-voice_image{
	margin-top: -60px;
}
.p-voice_image_shippo{
	position: relative;
	left:55px;
}
.p-v-yellow{
	background: linear-gradient(transparent 50%, #fff566 0%);
	font-weight: bold;
	border-bottom: solid 5px #fff566;
}
.p-voice_text_attention{
	font-size: 1.4rem;
	text-align: right;
}
.p-voice_list li:last-child{
	margin-bottom: 15px;
}

/*--------------- reserve・PC ---------------*/
.p-r-menu_title{
	margin-top: 10rem;
	margin-bottom: 5rem;
}


/*
	タブ
========================== */
.tab{
	width:90%;
	margin:0px auto;
}
.tab ul{
	margin:0 0 0 -5%;
}
.tab ul li{
	float:left;
	display:block;
	background:#FFF;
	color:#000;
	width:45%;
	text-align:center;
	cursor:pointer;
	font-size: 20px;
	font-size: 2.0rem;
	padding:20px 0;
	margin:0 0 0 5%;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tab ul li.active{
	background:#f1d5c7;
	border-top:1px solid #f1d5c7;
	border-left:1px solid #f1d5c7;
	border-right:1px solid #f1d5c7;
}
.tab ul li:hover,
.tab ul li a:hover{
	background:#f1d5c7;
}
.tab_l ul li{
	height:auto;
	line-height:110%;
	padding:5px 0;
	width:200px;
	font-size: 16px;
	font-size: 1.6rem;
}
.tab_l ul li span{
	font-size: 11px;
	font-size: 1.1rem;
}
.tab_box{
	background:#f1d5c7;
	padding:70px 80px 50px 80px;
	margin:0 0 100px 0;
}

.promise_flow .tab_box li{
	position:relative;
	min-height:200px;
	margin:0 0 35px 0;
	padding: 0 0 0 370px;
}
.promise_flow .tab_box li img{
	position:absolute;
	left:0;
	top:0;
}
.promise_flow .tab_box li:after{
	content:"";
	display:block;
	width:48px;
	height:1px;
	border-top:1px solid #FFF;
	position:absolute;
	left:324px;
	top:100px;
}
.promise_flow .tab_box li .promise_flow_box{
	background:#FFF;
	padding:20px 40px 30px 40px;
}
.promise_flow .tab_box li .promise_flow_box h3{
	color:#000;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	margin:0 0 20px 0;
}
.promise_flow .tab_box li .promise_flow_box h3 span{
	color:#dea283;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight:normal;
	margin:0 20px 0 0;
}
.promise_flow .tab_box li .promise_flow_box p{
	font-size: 16px;
	font-size: 1.6rem;
}
.promise_flow .tab_box li .promise_flow_box p.btn{
	text-align:center;
	width:520px;
	margin:20px auto 0 auto;
}
.promise_flow .tab_box li .promise_flow_box p.btn a{
	display:block;
	background:#fbb4ae;
	height:54px;
	line-height:54px;
	font-weight:bold;
}
.promise_flow .tab_box li .promise_flow_box p.btn a img{
	position:relative;
	top:-10px;
}
.promise_flow .tab_box li .promise_flow_box p.btn a span{
	color:#FFF;
	margin:0 10px 0 0;
}
.promise_flow .tab_box li .promise_flow_box p.btn a:hover{
	background-color:rgba(251,180,174,0.8);
	color:#000;
}
.promise_flow .tab_box li .promise_flow_box p.small{
	margin:5px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:150%;
}


/* ===================================================
	メニュー / menu
=================================================== */

/*-----------------------------*/
/*全身医療脱毛*/
.body_head{
	margin:0 0 80px 0;
}
.body_head h2{
	text-align:center;
	font-weight:bold;
	font-size:40px;
	font-size: 4.0rem;
	background:url(../img/menu/title_bk.png) no-repeat center bottom;
	padding:0 0 30px 0;
	margin:0 0 20px 0;
}
.body_head p{
	text-align:center;
	font-size:16px;
	font-size: 1.6rem;
}
.body_head_box{
	position:relative;
	width:100%;
	margin:40px 0 0 0;
}
.body_head_box img{
	position:absolute;
	left:0;
	top:0;
}
.body_head_box .body_head_in{
	width:55%;
	margin:0 0 30px auto;
	background:#f2f2f2;
	text-align:left;
	padding:30px 80px 40px 100px;
}
.body_head_box_right{
	position:relative;
	width:100%;
}
.body_head_box_right img{
	position:absolute;
	left:auto;
	right:0;
	bottom:0;
}
.body_head_box_right .body_head_in{
	width:58%;
	margin:30px auto 30px 0;
	background:#f2f2f2;
	text-align:left;
	padding:40px 100px 40px 50px;
}
.body_head_in h3{
	font-weight:bold;
	font-size:34px;
	font-size: 3.4rem;
	margin:0 0 20px 0;
}
.body_head_in h3 span{
	position:relative;
	padding:0 20px;
}
.body_head_in h3 span:before,
.body_head_in h3 span:after{
	position:absolute;
	content:" ";
	width:58px;
	height:50px;
	display:block;
}
.body_head_in h3 span:before{
	left:0;
	bottom:0;
	border-top:2px solid #fbb4ae;
	border-left:2px solid #fbb4ae;
}
.body_head_in h3 span:after{
	right:0;
	top:0;
	border-bottom:2px solid #fbb4ae;
	border-right:2px solid #fbb4ae;
}
.body_head_in p{
	font-size:16px;
	font-size: 1.6rem;
	text-align:left;
	line-height:180%;
}
.body_head_box_pink{
	position:relative;
	width:100%;
	margin:40px 0 50px 0;
}
.body_head_box_pink img{
	position:absolute;
	left:auto;
	left:0;
	top:0;
}
.body_head_box_pink .body_head_in{
	width:55%;
	margin:0 0 30px auto;
	background:#fbb4ae;
	text-align:left;
	padding:50px 80px 50px 100px;
	color:#FFF;
}
.body_head_box_pink .body_head_in h3{
	font-weight:bold;
	font-size:27px;
	font-size: 2.7rem;
	margin:0 0 30px 0;
}
.body_head_box_pink .body_head_in p{
	font-size:18px;
	font-size: 1.8rem;
	text-align:left;
	line-height:180%;
}
.body_title{
	text-align:center;
	display:block;
	margin:0 0 50px 0;
}
.body_title span{
	border-top:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
	padding:20px;
	font-size:30px;
	font-size: 3.0rem;
}
.body_merit{
	margin:0 0 80px 0;
}
.body_merit_box,
.body_merit_box2{
	position:relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height:420px;
	display:block;
	vertical-align:middle;
	padding-top:60px;
}
.body_merit_box_l{
	height:480px;
	padding-top:40px;
}
.body_merit_box{
	padding-right:50px;
	padding-left:calc(50% + 50px);
	background:#f1d5c7;
}
.body_merit_box2{
	padding-right:calc(50% + 50px);
	padding-left:50px;
	background:#e5e5e5;
}
.body_merit_box .body_merit_img{
	position:absolute;
	left:0;
	top:0;
}
.body_merit_box2 .body_merit_img{
	position:absolute;
	right:0;
	top:0;
}
.body_merit_box h3,
.body_merit_box2 h3{
	font-weight:bold;
	font-size:24px;
	font-size: 2.4rem;
	margin:10px 0;
	padding:0 0 10px 0;
}
.body_merit_box h3:after,
.body_merit_box2 h3:after{
	content:" ";
	display:block;
	width:120px;
	border-top:1px solid #a69992;
	margin:10px 0;
}
.body_merit_box p,
.body_merit_box2 p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height:180%;
}
.body_cose{
	margin:0 0 100px 0;
}

.body_cose_top{
	margin:0 0 50px 0;
}
.body_cose_top li{
	margin:0 30px;
}
.body_cose .body_cose_top h3{
	display:block;
	margin:0 0 30px 0;
	text-align:center;
}
.body_cose .body_cose_top h3 span{
	display: inline-block;
	width:200px;
	background:#f1d5c7;
	padding:5px 0;
	vertical-align:middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:normal;
}
.body_cose .body_cose_top h3.gray span{
	background:#e5e5e5;
}
.body_cose_p{
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:180%;
	margin:0 0 20px 0;
}

.body_cose h3{
	margin:60px 0 30px 0;
	text-align:center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:bold;
}
.body_cose_title{
	position:relative;
}
.body_cose_title div{
	position:absolute;
	left:50%;
	top:5px;
	margin:0 0 0 -330px;
}
.body_cose_title span.arrow_box{
    position:relative;
    background:#FBB4AE;
    padding:10px;
    text-align:left;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
}
.body_cose_title span.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(251, 180, 174, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -5px;
    border-left-color:#FBB4AE;
    left:100%;
    top:50%;
}
.tbl_left{
	width:900px;
	margin:10px auto 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
}
.tbl_right{
	width:900px;
	margin:10px auto 20px auto;
	text-align:right;
}
.tbl_right_small{
	width:900px;
	margin:30px auto 80px auto;
	text-align:right;
	font-size: 12px;
	font-size: 1.2rem;
}
.gray_tbl{
	width:900px;
	margin:0 auto;
	border-right:1px solid #e5e5e5;
	font-size: 16px;
	font-size: 1.6rem;
}
.gray_tbl th{
	background:#e5e5e5;
	padding:15px;
	border-left:1px solid #FFF;
	vertical-align:middle;
}
.gray_tbl th:first-child{
	border-left:1px solid #e5e5e5;
}
.gray_tbl td{
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:15px;
	text-align:center;
	vertical-align:middle;
}
.pink_tbl{
	width:900px;
	margin:0 auto;
	border-right:1px solid #f1d5c7;
	font-size: 16px;
	font-size: 1.6rem;
}
.pink_tbl th{
	background:#f1d5c7;
	padding:15px;
	border-left:1px solid #FFF;
	vertical-align:middle;
}
.pink_tbl th:first-child{
	border-left:1px solid #f1d5c7;
}
.pink_tbl td{
	border-left:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
	padding:15px;
	text-align:center;
	vertical-align:middle;
}
.blue_tbl{
	width:900px;
	margin:0 auto;
	border-right:1px solid #d7e9f3;
	font-size: 16px;
	font-size: 1.6rem;
}
.blue_tbl th{
	background:#d7e9f3;
	padding:15px;
	border-left:1px solid #FFF;
}
.blue_tbl th:first-child{
	border-left:1px solid #d7e9f3;
}
.blue_tbl td{
	border-left:1px solid #d7e9f3;
	border-bottom:1px solid #d7e9f3;
	padding:15px;
	text-align:center;
}
.body_about{
	position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body_about h3{
	width:260px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin:0 10px 0 0;
	height:240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.body_about table{
	width:900px;
	background:#e5e5e5;
}
.body_about table tr{
	border-bottom:1px solid #FFF;
}
.body_about table th{
	width:230px;
	height:120px;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 40px;
}
.body_about table td{
	height:120px;
	vertical-align:middle;
	padding:0 30px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.body_about h4{
	font-size: 24px;
	font-size: 2.4rem;
	line-height:60px;
	min-width: 250px;
}
.body_about h4 span{
	background:#FFF;
	margin:0 20px 0 0;
	border-radius: 50%;
	display:inline-block;
	width:60px;
	height:60px;
	text-align:center;
	vertical-align:middle;
}
.body_about h4 span img{
	vertical-align:middle;
	margin-top:-2px;
}
.body_attantion_box{
	position:relative;
	min-height:720px;
	padding:0 0 0 470px;
	margin:80px 0 0 0;
}
.body_attantion_img{
	position:absolute;
	left:0;
	top:0;
}
.body_attantion_img img{
	position:relative;
	display:block;
	z-index:99;
}
.body_attantion_img:after{
	display:block;
	content:" ";
	width:390px;
	height:690px;
	background:#f2f2f2;
	position:absolute;
	left:30px;
	top:30px;
	z-index:1;
}
.body_attantion_box h3{
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 0 20px 0;
}
.body_attantion_box p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height:180%;
}
.body_attantion_box p.body_attantion_p{
	margin:0 0 30px 0;
}
.body_attantion_box ul li{
	border-bottom:1px solid #d9d9d9;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
}
.body_attantion_box ul li:last-child{
	border-bottom:none;
}
.face_cose{
	width:900px;
	margin:0px auto;
}
.face_cose img{
	float:left;
	margin:0 60px;
}
.face_cose p{
	margin:100px 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:180%;
}
.neck_cose{
	text-align:center;
	margin:0 0 30px 0;
}
.neck_cose h3{
	font-weight:normal;
	font-size: 26px;
	font-size: 2.6rem;
}
.neck_cose h3:before,
.neck_cose h3:after{
	content:"―";
	margin:0 20px;
	color:#c8c8c8;
}
.neck_cose ul{
}
.neck_cose li{
	margin:0 25px;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.vio_cose li{
	margin:0 15px;
}
.vio_cose_list1{
	float:left;
	width:40%;
	margin:0 0 40px 0;
}
.vio_cose_list2{
	float:left;
	width:60%;
	margin:0 0 40px 0;
}
.vio_cose_list1 li{
	float:left;
	width:50%;
	margin:0;
}
.vio_cose_list2 li{
	float:left;
	width:33.3%;
	margin:0;
}
.vio_cose_list1 li img,
.vio_cose_list2 li img{
	max-width:100%;
	height:auto;
}

.neck_cose li img{
	margin:0 0 20px 0;
}
.neck_cose table{
	width:900px;
	margin:40px auto;
	text-align:left;
	font-size: 16px;
	font-size: 1.6rem;
}
.neck_cose table tr{
	border-bottom:3px solid #FFF;
}
.neck_cose table th{
	background:#f1d5c7;
	padding:15px 20px;
	font-weight:bold;
}
.neck_cose table td{
	background:#f2f2f2;
	padding:15px 20px;
}


/* ===================================================
	当院について / clinic
=================================================== */
/* .clinic_list{
	margin:0 0 50px 0;
} */
/* .clinic_list ul{
	margin:0 0 0 -2%;
} */
.top_clinic .clinic_list ul{
	margin-left:-2%;
} 
.clinic_list ul li img{
	width:100%;
	height:auto;
/* 	margin:0 0 20px 0; */
}
.clinic_list ul li h2{
	font-size:18px;
	font-size: 1.8rem;
	font-weight:bold;
	border-bottom:1px solid #eaeaea;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.clinic_list ul li h2 span{
	font-size:24px;
	font-size: 2.4rem;
}
.clinic_list ul li p{
	font-size:16px;
	font-size: 1.6rem;
}
.clinic_list ul li .more_btn{
	width:230px;
	margin:20px auto 0 auto;
}
.clinic_comment{
	border:5px solid #f1d5c7;
	padding:10px;
}
.clinic_comment_in{
	border:2px solid #f1d5c7;
	padding:60px;
}
.clinic_doctor h2,
.clinic_attention h2,
.clinic_comment h2,
.clinic_pay h2{
	text-align:center;
	font-size:40px;
	font-size: 4.0rem;
	margin:0 0 30px 0;
}
.clinic_comment_top{
	background:#f2f2f2;
	padding:30px 40px;
	margin:0 0 40px 0;
}
.clinic_comment_top p{
	font-size:18px;
	font-size: 1.8rem;
}
.clinic_comment_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin:0 0 0 -40px
}
.clinic_comment_item{
	margin:0 0 0 40px
}
.clinic_comment_box h3{
	font-size:24px;
	font-size: 2.4rem;
	border-bottom:1px solid #eaeaea;
	margin:10px 0;
	font-weight:bold;
	margin:50px 0 20px 0;
	padding:0 0 10px 0;
}
.clinic_comment_box p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
	padding:0 5px;
}
.clinic_doctor{
	margin:100px 0;
	position:relative;
}
.clinic_doctor1{
	background:#f1d5c7;
	padding:50px 150px 50px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
}
.clinic_doctor1 p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
}
.clinic_doctor_name{
	margin:0 0 30px 0;
}
.clinic_doctor_name p{
	font-size:20px;
	font-size: 2.0rem;
}
.clinic_doctor_name h3{
	font-size:26px;
	font-size: 2.6rem;
	line-height:100%;
	font-weight:bold;
}
.clinic_doctor_name h3 span{
	font-size:16px;
	font-size: 1.6rem;
	font-weight:normal;
}
.clinic_doctor2{
	position:absolute;
	left:41%;
	top:160px;
	background:#f2f2f2;
	padding:50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:60%;
}
.clinic_doctor2 p{
	font-size:14px;
	font-size: 1.4rem;
	line-height:200%;
}
.clinic_doctor3 {
	max-width: 480px;
	margin-top: -40px;
	margin-left: 40px;
}
.clinic_doctor3 img {
	width: 100%;
}
.clinic_attention{
	margin:100px auto 0;
	width:890px;
	border:1px solid #ababab;
	padding:50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clinic_attention p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
}
.clinic_attention p span{
	font-weight:bold;
}
.clinic_attention .more_btn{
	width:300px;
	margin:30px auto;
}
.clinic_attention_box{
	background:#f2f2f2;
	padding:25px;
}
.clinic_pay{
	margin:100px 0;
}
.clinic_pay_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin:0 0 0 -60px;
}
.clinic_pay_item{
	width: 100%;
	margin:0;
	text-align:center;
	border-left:1px solid #d9d9d9;
	padding:20px 35px;
}
.clinic_pay_item:first-child{
	border-left:none;
}
.clinic_pay_item h3{
	font-size:24px;
	font-size: 2.4rem;
	font-weight:bold;
	margin:10px 0 30px 0;
}
.clinic_pay_item p{
	text-align:left;
	font-size:16px;
	font-size: 1.6rem;
	line-height:180%;
}
.clinic_pay_item p.img{
	margin:5px 0 0 0;
}
.clinic_pay_item h4{
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	text-align:center;
}

/* .clinic_body{
	width:40%;
	float:left;
} */
.clinic_body h2{
	font-weight:bold;
	font-size:24px;
	font-size: 2.4rem;
	margin:0 0 30px 0;
}
.clinic_body h3{
	font-size:20px;
	font-size: 2rem;
/* 	border-bottom:1px solid #b5b5b5; */
/* 	margin:0 0 10px 0; */
	display:block;
	width:80px;
	font-weight:bold;
}
.clinic_body p{
	/* margin:0 0 20px 0; */
}
.clinic_img{
	width:50%;
	float:left;
}
.clinic_img img{
	float:left;
	width:49%;
	height:auto;
	margin:0 0 1% 1%;
}
.clinic_map{
	width:100%;
	height:330px;
	margin:50px 0 0 0;
}

/* clinic一覧 改修*/
.clinic_list_ichiran_big{
	display: flex;
}
.clinic_list_ichiran_big .flex{
	display: flex;
	padding-top: 11px;
	margin-bottom: 11px;
	border-top: solid 2px #c5c4c1;
	position: relative;
}
.clinic_list_ichiran_big .flex:last-of-type{
	border-bottom: solid 2px #c5c4c1;
	padding-bottom: 11px;
}
.clinic_list_ichiran_big h3{
	display: flex;
	font-weight: bold;
	font-size: 18px;
	margin-right: 50px;
	white-space: nowrap;
}
.clinic_list_ichiran_big p{
	font-size: 16px;
}
.clinic_list_ichiran_big .clinic_name{
	font-weight: bold;
	font-size: 26px;
}
.clinic_list_ichiran_big .clinic_name .small{
	font-size: 22px;
}
.clinic_list_ichiran_big .call_material-icons{
	font-size: 21px;
	color: #595959;
	position: relative;
	top:3px;
}
.clinic_list_ichiran_big .material-icons-small{
	font-size: 32px;
	color: #595959;
}
.clinic_list_ichiran_big .clinic_info .flex .ie{
	top:-6px;
}
.clinic_list_ichiran_big h3 img {
	width: 20px;
	position: relative;
	top: -5px;
}
.clinic_list_ichiran_big h3 div{
	margin-right: 10px;
}
.clinic_list_ichiran_big .clinic_info{
	margin-left: 50px;
}
.clinic_list_ichiran_big .more_btn a{
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	max-width: 250px;
	margin-left: auto;
}
.clinic_list_ichiran_big .tel_number{
	font-size: 3.2rem;
}
.clinic_list_ichiran_big .flex:before {
	border-bottom: solid 2px #f5d4d1;
	position: absolute;
	width: 130px;
	z-index: 3;
	content: " ";
	top: -2px;
}
.clinic_list_ichiran_big .flex:last-of-type:after{
	border-bottom: solid 2px #f5d4d1;
	position: absolute;
	width: 130px;
	z-index: 3;
	content: " ";
	bottom: -2px;
}
.clinic_list_ichiran_big h2{
	margin-bottom: 6px;
}
.clinic_list_ichiran_big .block{
	margin-top:-7px;
}
.clinic_list_ichiran_big .clinic_list {
	margin-top: 6px;
}


/* ===================================================
  clinic/心斎橋院
=================================================== */
.clinic_comment_inner{
	margin-top: 100px;
}

/*　clinic/心斎橋院　改修*/
.single-clinic .swiper-pagination, .single-clinic .clinic_list ul.slider_thumbArea{
	width: 102%;
}
.clinic_small_title{
	margin-bottom: 20px;
}
.clinic_small_title .p-menu_title .p-ja{
	margin-top: -15px!important;
}
.clinic_detail_top{
	display: flex;
	flex-direction: column-reverse;
}
.single-clinic .clinic_list{
width: 100%!important;
}
.clinic_infoItem {
	display: flex;
}
.clinic_infoItem h3{
	width: 315px;
	display: flex;
}
.clinic_infoItem h3 div{
	margin-right: 15px;
	width: 30px;
	height: auto;
}
.clinic_infoItem h3 div .ie{
	position: relative;
	top:-3px;
}
.clinic_infoItem h3 .material-icons{
	font-size: 30px;
}
.ml315{
	margin-left: 315px;
}
.clinic_body.clinic_info{
	margin-top: 50px;
}
.clinic_infoItem_big {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #c5c4c1;
	position: relative;
}
.clinic_infoItem_big:first-of-type{
	border-top: solid 2px #c5c4c1;
}
.clinic_infoItem_big:before{
	border-bottom: solid 2px #f5d4d1;
	position:absolute;
	width: 200px;
	z-index: 3;
	content: " ";
	top:-2px;
}
.clinic_infoItem_big:last-of-type:after{
	border-bottom: solid 2px #f5d4d1;
	position:absolute;
	width: 200px;
	z-index: 3;
	content: " ";
	bottom:-2px;
}
.clinic_body p{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.clinic_infoItem .material-icons{
	color: #595959;
}
/* ===================================================
  clinic/clinic一覧 / UNDERAGE
=================================================== */
.clinic_common .p-menu_title {
	position: relative;
	top: -43px;
}
.clinic_underage{
	margin-top: 170px;
	background: #f3f3f3;
	position: relative;
	padding-bottom: 100px;
}
.clinic_underage .flex{
display: flex;
} 
.clinic_underage_whitebox01, .clinic_underage_whitebox02{
	background: #FFF;
	opacity: 0.8;
}
.clinic_underage_whitebox01 span{
	color: #e83418;
	font-weight: bold;
	font-size: 18px;
}
.clinic_underage_whitebox01 h4{
	color: #e83418;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	margin-left: 33px;
	margin-bottom: 15px;
}
.clinic_underage_whitebox01 h4::before{
	content: url(../img/clinic/check.png);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
	left: -33px;
	top:2px;
}
.clinic_underage_whitebox01{
	padding:40px 70px;
	max-width: 650px;
	margin-top: 100px;
	line-height: 190%;
}
.clinic_underage_whitebox02{
	padding:40px 100px;
}
.clinic_underage_whitebox01 .more_btn{
	margin: 50px 0 0 0;
}
.clinic_underage_whitebox01 .more_btn a{
	color: #222;
}
.clinic_underage p{
	font-size: 16px;
}
.clinic_underage_whitebox02{
	margin-top: 50px;
	max-width: 830px;
	position: relative;
	left: 150px;
}
.clinic_underage_whitebox02 h4{
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}
.clinic_underage_whitebox02 span{
	font-weight: bold;
}
.clinic_underage_whitebox02 p::before{
	content: url(../img/clinic/check_small.png);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
	left: -30px;
	top: 2px;
}
.clinic_underage_whitebox02 p{
	margin-left: 30px;
	position: relative;
	margin-bottom: 3px;
}
.clinic_underage_whitebox02 p:last-of-type{
	margin-bottom: 0px;
}
.clinic_underage_bg{
	width: calc(100% - 22.5%);
  background-color: #f1d5c7;
  position: absolute;
  left: 0;
	height: 79%;
	z-index: 1;
}
@media(max-width: 1500px) {
	.clinic_underage_bg{
		width: calc(100% - 20%);
	}
}
.clinic_underage .inner{
	z-index: 2;
}
.underage_img {
	margin-top: 50px;
	max-width: 600px;
	position: absolute;
	right: 0px;
	z-index: -1;
}

/* ===================================================
  clinic/clinic一覧 / PAYMENT METHOD
=================================================== */
.clinic_payment{
	background: #fcfaf5;
	margin-top: 140px;
	padding-bottom: 100px;
}
.clinic_payment_box h4{
	background: #fbb4ae;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	display: flex;
	line-height: 87px;
}
.clinic_payment_box :first-of-type h4{
	margin-top: 0px;
}
.clinic_payment_box_small{
	background: #FFF;
	padding:50px 60px 55px;
}
.clinic_payment_box{
	width: 72%;
	margin: 0 auto;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border: 2px solid #fbb4ae;
	position: relative;
}
.payment_img{
	margin-left: 60px;
	margin-right: 15px;
	width: 65px;
	height: auto;
	position: relative;
	top: -15px;
}
.payment_img_01{
	top: -10px;
}
.clinic_payment_box_big{
	margin-bottom: 60px;
}
.clinic_payment .card_img {
	margin-top: 40px;
	max-width: 350px;
}
.clinic_payment_box_small p span{
	font-weight: bold;
}
.clinic_payment_box_big .cl_mt40{
	margin-top: 40px;
}
.clinic_faq_box{
	margin-top: 100px;
	margin-bottom: 100px;
}
.indent_kome{
	padding-left: 1.1em;
	position: relative;
	display: inline-block;
}
.indent_kome:before{
	content: "※";
	position: absolute;
	left:0;
	top:0;
}
.indent_dot{
	padding-left: 1.1em;
	position: relative;
	display: inline-block;
	font-weight: initial!important;
}
.indent_dot:before{
	content: "・";
	position: absolute;
	left:0;
	top:0;
}

/* ===================================================
	laser
=================================================== */
.laser_top{
}
.laser_top_img{
	width:33%;
	float:left;
}
.laser_top_img img{
	width:100%;
	height:auto;
}
.laser_top_box{
	float:left;
	background:#f1d5c7;
	width:66%;
	padding:40px 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.laser_top_box h2 span{
	color:#FFF;
	font-size: 50px;
	font-size: 5.0rem;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 5px;
}
.laser_top_box h2{
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	margin:0 0 20px 0;
	color:#000;
}
.laser_top_box h2:after{
	content:"";
	width:180px;
	border-top:1px solid #FFF;
	display:block;
	margin:15px 0 0 0;
}
.laser_top_box p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height:200%;
}
.laser_top_boximg{
	position:relative;
	margin:20px 0 0 0;
	padding:100px 0 0 0;
}
.laser_top_boximg .img1{
	position:absolute;
	right:0;
	top:0;
	z-index:9;
}
.laser_point{
	margin:100px 0 0 0;
}
.laser_point h2{
	font-size: 30px;
	font-size: 3.0rem;
	text-align:center;
	color:#000;
}
.laser_point h2 span{
	font-size: 50px;
	font-size: 5.0rem;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 5px;
}
.laser_point_box{
	margin:50px 0;
}
.laser_point_detail{
	float:left;
	width:550px;
	padding:60px 50px 50px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.laser_point_box .laser_point_detail{
	float:left;
	border-top:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
	margin:50px 0 0 0;
}
.laser_point_box .laser_point_detail3{
	margin:90px 0 0 0;
}
.laser_point_box img{
	float:right;
}
.laser_point_right .laser_point_detail{
	float:right;
	border-top:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
	margin:50px 0 0 0;
}
.laser_point_right img{
	float:left;
}

.laser_point_detail .no{
	font-size: 86px;
	font-size: 8.6rem;
	font-family: 'Spartan', sans-serif;
	position:absolute;
	top:-30px;
	left:50px;
	line-height:100%;
}
.laser_point_detail h3{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight:bold;
	margin:0 0 10px 0;
}
.laser_point_detail p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height:200%;
}

.laser_about{
	margin:100px 0 100px 0;
}

.laser_about h2{
	font-size: 40px;
	font-size: 4.0rem;
	font-weight:bold;
	text-align:center;
}
.laser_about_box{
	width:1000px;
	margin:30px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #d9d9d9;
	padding:40px 120px;
	background:url(../img/laser/detail_bk.jpg) no-repeat bottom 50px right 50px;
}
.laser_about_box table{
	font-size: 16px;
	font-size: 1.6rem;
}
.laser_about_box table th{
	text-align:right;
	padding:5px 50px 5px 0;
	font-weight:bold;
}
.laser_about_box table{
	padding:5px;
}
.laser .laser_point .laser_point_box:nth-of-type(3) img {
	margin-bottom: 10px;
}
/* ===================================================
	laser2
=================================================== */
.laser2 .laser_top_img {
	position: relative;
	top: 30px;
}
.laser2 .laser_about_box {
	background: url(../img/laser2/detail_bk.png) no-repeat bottom 50px right 50px;
}
.laser2 .laser_point .laser_point_box:first-of-type img{
	margin-top: 50px;
}
.laser2 .laser_point .laser_point_box:nth-of-type(2) img{
	margin-top: 50px;
}
.laser2 .laser_point .laser_point_box:nth-of-type(3) img {
	margin-top: 20px;
}

/* ===================================================
	選ばれる理由 / reason
=================================================== */
.reason_top{
	position:relative;
	padding:0 425px 0 0;
	min-height:480px;
	margin:0 0 100px 0;
}
.reason_top p{
	font-size: 20px;
	font-size: 2.0rem;
	line-height:200%;
	padding:0 50px 30px 0;
}
.reason_top p.last{
	border-bottom:1px solid #f1d5c7;
}
.reason_top img{
	position:absolute;
	right:0;
	top:0;
}
.reason_box{
	width:100%;
	position:relative;
	margin:0 0 150px 0;
}
.reason_box .reason_img{
	position:absolute;
	top:0;
	left:-360px;
	z-index:9;
}
.reason_box .reason_detail{
	padding:0 0 0 50%;
	position:relative;
}
.reason_box .reason_detail img{
	position:absolute;
	top:0;
	right:10%;
}
.reason_box .reason_detail .reason_detail_box{
	width:calc(100% + 150px);
	position:relative;
	left:-150px;
	background:#f1d5c7;
	padding:40px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;
}
.reason_detail h2{
	font-size: 30px;
	font-size: 3.0rem;
	padding:70px 0 0 20px;
}
.reason_detail h2 span{
	font-size: 72px;
	font-size: 7.2rem;
	margin:0 10px 0 0;
}
.reason_detail_box p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
}
.reason_detail_box h3{
	font-weight:bold;
	font-size:18px;
	font-size: 1.8rem;
	margin:0 0 20px 0;
}
.reason_box_right{
	width:100%;
	position:relative;
	margin:0 0 150px 0;
}
.reason_box_right .reason_img{
	position:absolute;
	top:0;
	right:-360px;
	z-index:9;
}
.reason_box_right .reason_detail{
	padding:0 50% 0 0;
	position:relative;
}
.reason_box_right .reason_detail img{
	position:absolute;
	top:0;
	right:52%;
}
.reason_box_right .reason_detail .reason_detail_box{
	width:calc(100% + 150px);
	position:relative;
	background:#d9d9d9;
	padding:40px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;
}
.reason_box_right .more_btn{
	width:420px;
	margin:30px auto 0 280px;
}
.reason2_img{
	position:absolute;
	right:-180px;
	top:400px;
	z-index:9;
}
.reason2_box{
	float:left;
	width:470px;
	border:1px solid #d9d9d9;
	padding:40px 50px;
	margin:20px 20px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height:420px;
}
.reason2_box h3{
	font-size:18px;
	font-size: 1.8rem;
	font-weight:bold;
	padding:0 0 10px 0;
}
.reason2_box h3:after{
	content:"";
	display:block;
	width:94px;
	border-top:1px solid #d9d9d9;
	margin:10px 0 0 0;
}
.reason2_box p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
}
@media(max-width: 1220px) {
	.reason_box,
	.reason_box_right{
		overflow:hidden;
	}
}


/* ===================================================
	TOP
=================================================== */
.top_main{
	width:100%;
	position:relative;
}
.top_main #header{
	background:none;
	border-bottom:none;
	position:fixed;
}
.top_main #header .header_btn{
	display:none;
}
.top_main #header.fixed{
	background:#818c98;
	height:74px;
}
.top_main #header.fixed .header_btn{
	display:block;
}
.top_main #header.fixed .header_btn.tel{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.top_main #header .header_inner{
	position:relative;
}
.top_main #header .header_logo img{
	position:relative;
}
.header_top_btn{
	display:none;
	position:absolute;
	z-index:999;
}
.top_main_img{
	position:relative;
	overflow:hidden;
	height:100%;
}
.top_main_img img{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.top_main_zoom{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.top_main_zoom img{
	-webkit-transition: 3s;
	transition: 3s;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.top_moji{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: 0;
}
#top_kira{
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:-100%;
	background-image: linear-gradient(-30deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 75%);
	left: -100%;
/*
	-webkit-animation: shine 2s;
	      animation: shine 2s;
*/
}
/*
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}
*/

#top_kira2{
	position:relative;
	width:200%;
	height:200%;
	top:-100%;
	left:-100%;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1.0) 40%, rgba(255, 255, 255, 0) 55%);

	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transition: opacity 1.0s;
	transition: opacity 1.0s;
}


.top_main_img_sub{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.top_main_img_sub img{
	position:absolute;
	top:0;
	left:0;
}

.top_msg_box{
	background:#fbb4ae;
	color:#FFF;
	padding:80px 0 80px 0;
	position:relative;
	width:72%;
	margin:0 auto 480px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:calc( (100% - 1200px) / 2 );
}
.top_msg_box p.top_msg_caption{
	font-size: 60px;
	font-size: 6.0rem;
	font-family: 'Spartan', sans-serif;
	margin:0;
	color:#FFF;
}
.top_msg_title{
	font-size: 36px;
	font-size: 3.6rem;
	margin:0 0 20px 0;
}
.top_msg_box p{
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 20px 0;
	color: #222;
}
.top_msg_img1{
	position:absolute;
	right:-280px;
	top:-340px;
}
.top_msg_img2{
	position:absolute;
	right:0;
}
span.top_msg1_ex {
    position: absolute;
    color: #222222;
    top: 150px;
	right: -270px;
    font-size: 16px;
}

@media(max-width: 1200px) {
	.top_msg_box{
		padding:80px 0 80px 20px;
	}
	.top_msg_box p{
		margin-right:220px;
	}
}

.top_promise{
	position:relative;
	padding:0 0 0 680px;
	min-height:600px;
}
.top_promise_img video{
    max-width: 600px;
    margin:0 auto;
    height: auto;
  }
  .top_promise_img{
    /* max-width: 600px; */
    margin:0 auto;
	position:absolute;
/* 	top:0;
	left:0; */
	top: 40px;
	left: -75px;
	transform: scale(1.25);
  }

@media(max-width: 1550px) {
	.top_promise_img {
        top: 30px;
        left: -30px;
        transform: scale(1.15);
    }
}
@media(max-width: 1400px) {
	.top_promise_img {
        top: 0px;
        left: 0px;
        transform: scale(1);
    }
}

  .top_promise_img .video-js{
    height:337.5px!important;
    width: 600px!important;;
  }
  .top_promise_img .video-js{
    z-index: 30;
    color: #a7a09c!important;
  }
  .top_promise_img .video-js .vjs-big-play-button {
    font-size: 5em!important;
    line-height: 1.4em!important;
    height: 1.5em!important;
    width: 1.5em!important;
    background-color: #FFF!important;
    border-radius: 100%;
}
.top_promise_img .vjs-big-play-centered .vjs-big-play-button {
  margin-top: -0.75em!important;
  margin-left: -0.7em!important;
}

/* .top_promise_img{
	position:absolute;
	top:0;
	left:0;
	width:600px;
	height:600px;
	overflow:hidden;
	text-align:center;
} */
/* .top_promise_img img{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
} */
/* .top_promise_img a:hover img{
	-webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
} */
.top_title{
	display: inline-block;
	text-align:left;
	top:0;
	left:0;
	margin:0 0 40px 0;
}
.top_title h2{
	font-family: 'Spartan', sans-serif;
	font-size:36px;
	font-size: 3.6rem;
	position:relative;
}
.top_title h2:after{
	content:" ";
	width:120px;
	border-top:1px solid #000000;
	display:block;
	position:absolute;
	right:-140px;
	top:25px;
}
.top_title p{
	font-size:16px;
	font-size: 1.6rem;
}
.top_promise_p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
	margin:0 0 50px 0;
}
.more_btn{
	margin:20px 0;
}
.more_btn a{
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	color:#FFF;
	background:#fbb4ae;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-size: 1.6rem;
}
.more_btn a:hover{
	background-color:rgba(251,180,174,0.8);
}

.top_reason{
	padding:60px 0 0 0;
/* 	padding:60px 0 100px 0; */
	overflow:hidden;
	width:100%;
}
.top_reason .top_title{
	margin:0 0 50px 0;
}
.top_reason_box,
.top_reason_box_right{
	position:relative;
	width:100%;
	margin:60px 0 0 0;
}
.top_reason_box .top_reason_img{
	position:absolute;
	top:-60px;
	z-index:9;
	overflow:hidden;
  width: 50%;
}
.top_reason_box_right .top_reason_img img,
.top_reason_box .top_reason_img img{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.top_reason_box_right .top_reason_img a:hover img,
.top_reason_box .top_reason_img a:hover img{
	-webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}

.top_reason_box_right .top_reason_img{
	position:absolute;
	width: 50%;
	top:-60px;
	right:0;
	z-index:9;
	overflow:hidden;
}

.top_reason_box_right .top_reason_detail img{
	position:absolute;
	z-index: 1;
}
.top_reason_detail{
	position:relative;
}
.top_reason_detail h3{
	font-weight:bold;
	font-size:24px;
	font-size: 2.4rem;
	margin:0 0 20px 0;
	z-index: 5;
	position: relative;
}
.top_reason_detail h3:after{
	content:"";
	display:block;
	width:60px;
	border-top:1px solid #000;
	margin:5px 0 0 0;
}
.top_reason_detail p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
	z-index: 5;
  position: relative;
}
.top_reason .more_btn{
	width:100%;
}
.single-clinic .top_campaign {
	margin-top: 100px;
}
.top_campaign .top_title p{
	text-align:left;
}
.top_campaign_list{
	width:100%;
}
.top_campaign_list ul{
	margin:0 0 0 -2%;
}
.top_campaign_list li{
	width:48%;
	float:left;
	margin:0 0 2% 2%;
}
.top_campaign_list li.large{
	width:98%;
}

.top_campaign_list li img{
	width:100%;
	height:auto;
}
.top_campaign_p{
	font-size:36px;
	font-size: 3.6rem;
}
.top_campaign p{
	text-align:center;
}

.top_menu{
	/* margin:100px 0 0 0; */
	margin:80px 0 0 0;
}

.top_menu_box{
	background:#f1d5c7;
	padding:80px 0 0px 0;
	position:relative;
	width:50%;
	margin:0 auto 100px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:calc( (100% - 1200px) / 2 );
}

.top_menu_list{
	width:820px;
}
.top_menu_list ul{
	position:relative;
	top:-100px;
	left:390px;
	/* left:400px; */
}
.top_menu_list ul li{
	float:left;
	margin:10px;
	position:relative;
	background:#FFF;
}
.top_menu_list ul li h3{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:100px;
	text-align:center;
	color:#FFF;
	width:100%;
	font-size:20px;
	font-size: 2.0rem;
}
.top_menu_list ul li h3 span{
	font-size:32px;
	font-size: 3.2rem;
	font-family: 'Spartan', sans-serif;
}
.top_menu_list ul li h3 span:after{
	display:block;
	content:"　";
	border-top:1px solid #FFF;
	width:40px;
	margin:5px auto 0 auto;
	height:1px;
}

.top_clinic {
	margin:0 0 60px 0;
}
.top_clinic_inner{
	position:relative;
	padding:0 0 0 760px;
	min-height:580px;
}
.top_clinic h3{
	font-weight:bold;
	font-size:20px;
	font-size: 2.0rem;
	margin:0 0 40px 0;
}
.top_clinic p{
	font-size:16px;
	font-size: 1.6rem;
}
.top_clinic p.more_btn{
	width:70%;
}

.top_clinic .tel {
	margin-top: 10px;
	margin-bottom: 5px;
}

@media (max-width: 1150px){
	.top_clinic_text_big {
		width: 35vw;
		position: absolute;
		right: 0;
	}
}

.archive-clinic .clinic_infoItem + .clinic_infoItem {
	margin-top: 10px;
}
.clinic_detail .tel .material-icons {
	font-size: 2.4rem;
}
.clinic_detail .tel_number {
	font-size: 2.4rem;
	font-weight: 400;
}

.top_faq{
	padding:90px 0;
}
.top_faq .answer{
	display:none;
}
.top_news .more_btn,
.top_faq .more_btn{
	width:300px;
	margin:50px auto 0 auto;
}

.top_instagram{
	padding:90px 0 40px;
}

.linethrough {
    text-decoration: line-through;
}
.redwhite{
	background:#fbb4ae;
	color:#000;
	padding:3px 10px;
	font-weight:bold;
	line-height:200%;
}
.redbold{
	font-weight:bold;
	color:#FF0000;
	font-size:24px;
	font-size: 2.4rem;
}

/* ===================================================
	スペシャルプラン / SPECIAL PLAN
=================================================== */
section.top_special_plan {
    margin-top: 100px;
}
.top_sp_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_sp_list li {
    display: block;
    width: 33.3%;
}
.top_sp_list li{
	padding-right: 20px;
	padding-bottom: 20px;
}
.top_sp_inner{
	max-width: 1220px;
	margin: 0px auto;
    position: relative;
    left: 10px;
	padding-top: 50px;
}
.top_special_plan_box .top_sp_p{
	font-size: 23px;
}

/* ===================================================
	top_media
=================================================== */
section.top_media {
	padding-top: 90px;
}
.top_media p.img {
	display: block;
	height: 400px;
	width: 400px;
}
.top_media_img p img.attachment-full.size-full {
    object-fit: cover;
    height: 400px;
    width: 400px;
}
.top_media_img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -moz-box-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1201px){
	.top_media p.img {
    width: 32.6vw;
    height: 32.6vw;
}
.top_media_img p img.attachment-full.size-full {
    object-fit: cover;
	width: 32.6vw;
    height: 32.6vw;
}
}
/* btn */
.top_media .more_btn {
    width: 300px;
    margin: 50px auto 0 auto;
}
.top_instagram .more_btn {
    width: 300px;
    margin: 50px auto 0 auto;
}
.top_kutikomi_embed .more_btn{
	width: 300px;
	margin: 0px auto 90px auto;
}

/* ===================================================
	Google口コミ / Google
=================================================== */
.top_kutikomi_embed_img_big{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,218,194,1) 100%);
	margin-bottom: 20px;
}
.top_kutikomi_embed_img_big img{
	width: 100%;
	height: auto;
}

/* ===================================================
	パートナーシップ / partnership
=================================================== */
.partnership-li{
	border-bottom:solid 1px #f1d5c7;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
}
.partnarship-li-flex{
	display: flex;
}
.partnership-li:first-of-type{
	border-top:solid 1px #f1d5c7;
	width: 100%;
}
.partnership-ul{
	padding-bottom: 100px;
}
.a-shop-image-img{
	width: 252px;
	height: 151.2px;
	overflow: hidden;
	margin-left: 40px;
}
.avance-logo-img{
/* 	width: 280px; */
  width: 252px;
	height: 151.2px;
	overflow: hidden;
}
.a-shop-url a{
	display: block;
	width: 100%;
	max-width: 230px;
	color: #FFF;
	background: #fbb4ae;
	text-align: center;
	padding: 6px;
	margin-top: 10px;
	font-weight: bold;
}
.a-shop-url a:hover{
	opacity: 0.5;
}
.a-shop-text{
	font-size: 1.4rem;
	margin-left: 2rem;
	flex: auto;
	margin-top: 5px;
	line-height: 1.4;
}
.partnership-place{
	font-size: 2.4rem;
  color: #fbb4ae;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
}
.a-shop-avance-image{
	display:flex;
}
.a-shop-category{
	font-weight: bold;
}
.a-shop-name{
	font-weight: bold;
	padding-bottom: 12px;
	font-size: 1.7rem !important;
}
.p-m-i{
	font-size: 1.8rem;
	position: relative;
	top:3px;
	margin-right: 5px;
}
.a-shop-tel:hover{
	color:#c18681;
}
.p-access-ikon {
  display: inline-block;
  vertical-align: middle;
  color: #fbb4ae;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  background: currentColor;
  border: 0.1em solid currentColor;
  border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
  box-sizing: content-box;
  transform: rotate(45deg);
	top: -4px;
  margin-right: 5px;
}
.p-access-ikon::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 18%;
  width: 0.336em;
  height: 0.336em;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-mokuji_anchor{
	margin-top: -100px;
	padding-top: 100px;
	z-index: -1;
	position: relative;
}

/* 地域btn */
.p-category_list{
	display: flex;
}
.p-category_list li a {
	font-size: 2rem;
	color:#fbb4ae;
	width: 210px;
    height: 80px;
		border: 3px solid #fbb4ae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
		position: relative;
}
.btn-shadow-color:hover:before{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-shadow-color:before{
	border-radius: 0;
	background: #f4f4f4;
	position: absolute;
  top: 10px;
  left: 10px;
	width: 210px;
  height: 80px;
	content: "";
	z-index: -1;
}
.btn-shadow-color:hover::before{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
	position: absolute;
  top: 0px;
  left: 0px;
}
.p-category_list li:hover{
	opacity: 0.6;
}
.p-category_list {
	display: flex;
	justify-content: space-between;
}
.p-category_item_container{
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
  z-index: 1;
	max-width: 1200px;
	width: 100%;
}
.p-category_list-a::after{
	content:"";
	left: 0px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #7e7e7e;
	border-right: 2px solid #7e7e7e;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-bottom: 17px;
	position: relative;
	top: -3px;
}
.p-category_list li{
	position: relative;
}
.p-category_list li::after{
	content:"";
	top:46px;
	left: 46%;
	width: 15px;
	height: 15px;
	border-top: 2px solid #7e7e7e;
	border-right: 2px solid #7e7e7e;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
}
@media (max-width: 1350px) {
	.p-category_list li a {
		width: 170px;
	}
	.btn-shadow-color:before{
		width: 170px;
	}
	.p-category_item_container {
    width: 95%;
		max-width: 1000px;
	}
	.p-category_list li::after {
		left: 45%;
	}
}
/* 地域btn-end */

/* ===================================================
	part-FAQ
=================================================== */
.faq_list_box_p .answer{
	display: none;
}

.p-faq-btn{
	position: relative;
  right: -145%;
	width: 70%;
	margin-top: 50px;
}

.p-faq-box{
	position: relative;
  margin-bottom: 100px;
	padding-top: 50px;
}

.top_faq_flex{
	display: flex;
}

.faq_mbtn{
	max-width: 440px;
}

/* ===================================================
	TOPデザイン変更
=================================================== */

.top_msg_img{
	position: relative;
}

.top_msg_img:after{
	content: url(../img/index/top_logo.png);
  display: inline-block;
  vertical-align: middle;
	position: absolute;
	top:-42px;
	left:-40px;
}

@media(max-width: 1410px) {
	.top_msg_box p{
		max-width: 660px;
	}
	.top_msg_box p:first-of-type{
		max-width: initial;
	}
}

.top_red_yellow{
	color:#fb7064;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #fff566 0%);
	border-bottom: solid 5px #fff566;
}

.top_promise .more_btn a {
	color: #222;
	height: 50px;
	line-height: 50px;
}

.top_promise .more_btn{
	margin: 15px 0;
}

.top_promise .top_title h2{
  letter-spacing: 0.2em;
	font-size: 4.8rem;
}
.top_promise .top_title p{
  font-size: 2.4rem;
	color:#615f5d;
}

.top_reason .top_title h2{
  letter-spacing: 0.2em;
	font-size: 4.8rem;
}
.top_reason .top_title p{
  font-size: 2.4rem;
	color:#615f5d;
}

.top_promise .top_title h2::after{
	position: absolute;
    right: -115px;
    top: 32px;
}

.top_reason .top_title h2::after{
	position: absolute;
    right: -135px;
    top: 32px;
}

.top_reason .more_btn a{
	color: #222;
	height: 50px;
	line-height: 50px;
}
.top_reason .more_btn{
	margin-bottom: 0px;
	margin-top: 15px;
}

.top_reason_box .top_reason_detail {
	width: 56%;
	background: #f2dac2;
	margin: 0 0 0 auto;
	padding-right: calc( (100% - 1110px) / 2 );
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:7.65%;
	padding-bottom:7.65%;
	padding-left:8%;
}

@media(max-width: 1700px) {
	.top_reason_box .top_reason_detail {
		padding-top:6.83%;
		padding-bottom:6.83%;
	}
}
	
@media(max-width: 1500px) {
.top_reason_box .top_reason_detail {
	padding-top:5.8%;
	padding-bottom:5.8%;
}
}

@media(max-width: 1330px) {
	.top_reason_box .top_reason_detail {
		padding-top:5.22%;
		padding-bottom:5.22%;
	}
}

@media(max-width: 1259px) {
	.top_reason_box .top_reason_detail {
		padding-top:3.55%;
		padding-bottom:3.55%;
	}
}

@media(max-width: 1100px) {
	.top_reason_box .top_reason_detail {
		padding-top:2.29%;
		padding-bottom:2.29%;
	}
}

.top_reason_box_right .top_reason_detail{
	width:56%;
	background:#d9d9d9;
	margin:0;
	padding: 5.05% 8% 5.05% 0;
	padding-left:calc( (100% - 1110px) / 2 );
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top_reason_box_bottom .top_reason_detail{
	padding-top:5.05%!important;
	padding-bottom:5.05%!important;
	padding-left:8%;
}

@media(max-width: 1700px) {
	.top_reason_box_right .top_reason_detail{
		padding: 3.79% 8% 3.79% 9%;
	}
	.top_reason_box_bottom .top_reason_detail{
		padding-top:3.79%!important;
		padding-bottom:3.79%!important;
	}
}

@media(max-width: 1500px) {
	.top_reason_box_right .top_reason_detail{
		padding: 2.62% 8% 2.62% 9%;
	}
	.top_reason_box_bottom .top_reason_detail{
		padding-top:2.62%!important;
		padding-bottom:2.62%!important;
	}
}

@media(max-width: 1150px) {
	.top_reason_box_right .top_reason_detail{
		padding: 2% 8% 2% 1%;
	}
	.top_reason_box_bottom .top_reason_detail{
		padding-top:2%!important;
		padding-bottom:2%!important;
	}
}

.top_reason_box .top_reason_detail img{
	position:absolute;
	top: 11%;
  left: 30%;
}

.top_reason_detail_img1{
	left: 40%!important;
}

.top_reason_eiji_performance{
	top: 11%!important;
	right: 16%!important;
}

.top_reason_eiji_value{
	top: 3%!important;
	right: 26%!important;
}

@media(max-width: 1700px) {
	.top_reason_box .top_reason_detail img{
		position:absolute;
		top: 6%;
		left: 32%;
}

.top_reason_detail_img1{
	left: 47%!important;
}

.top_reason_eiji_performance{
	top: 6%!important;
	right: 20%!important;
}

.top_reason_eiji_value{
	top: 0%!important;
	right: 33%!important;
}
}

@media(max-width: 1200px) {
.top_reason .more_btn{
	max-width: 480px;
}
}


/* ===================================================
	promise_link調整用
=================================================== */
.c_promise_btn1{
	padding-top:30px;
}

.c_promise_btn2{
	position: relative;
	top:95px;
}
.c_promise_btn3{
	position: relative;
	top:110px;
}

.c_promise_btn4{
	position: relative;
	top:210px;
}

.c_promise_btn5{
	position: relative;
	top:90px;
}

.c_promise_btn6{
	position: relative;
	top:110px;
}
.c_reason_btn1{
	position: relative;
	top:-40px;
}

.c_reason_btn2{
	position: relative;
	top:100px;
}

.c_reason_btn3{
	position: relative;
	top:100px;
}

.c_reason_btn4{
	position: relative;
	top:100px;
}

.c_reason_btn5{
	position: relative;
	top:100px;
}
.c_reason_btn6{
	position: relative;
	top:100px;
}
.c_reason_btn7{
	position: relative;
	top:100px;
}

/* ===================================================
	top_banner
=================================================== */
.top_banner_big{
	padding-top: 80px;
/* 	padding-bottom: 70px; */
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(210,237,230,1) 100%);
	background: linear-gradient(90deg, #fae3eb 0%,  #fff 40%,  #fff 60%,  #d2ede6 100%);
}
.top_banner_big .flex{
	justify-content: space-evenly;
    display: flex;
	/*margin-bottom: 50px;*/
  padding-bottom: 80px;
}
.top_banner_img{
	/* max-width: 480px; */
	max-width: 370px;
	height: auto;
	/* width: 30.5vw; */
	width: 23.5vw;
}
.top_banner_big .flex[data-flexcont="2"]{
  justify-content: center;
  gap:0 5.7vw;
}
.top_banner_big .flex[data-flexcont="2"] .top_banner_img{
	 max-width: 480px; 
	 width: 30.5vw; 
}
.top_banner_img a{
	display: inline-block;
}
.top_banner_big .inner{
	width: 100%;
	max-width: 1600px;
}
#top_banner03{
  margin-top: -80px;
  padding-top: 80px;
}
/* attention */
.attention_box{
	position: relative;
	text-align: center;
	max-width: 1160px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 120px;
}
.attention_women{
	position: absolute;
	right: -125px;
	bottom: 0;
	z-index: 3;
}
.attention_box h2{
	font-size: 4.8rem;
	letter-spacing: 0.2em;
	font-family: 'Spartan', sans-serif;
	color: #D74172;
	max-width: 500px;
    margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}
.attention_box h2:after{
	content: "";
	/* width: 100%; */
	height: 100%;
	position: absolute;
	background: rgb(237,248,245);
	background: linear-gradient(180deg, rgba(237,248,245,1) 0%, rgba(230,245,241,1) 100%);
	z-index: -1;
	width: 101.3%;
	left: -1.3%;
    top: 0;
}
.attention_box h2 img{
	vertical-align: text-bottom;
	position: relative;
	top: -7px;
	margin-right: 10px;
	margin-left: 10px;
}
.attention_box h2 span{
	font-weight: bold;
	letter-spacing: initial;
	display: block;
	color: #F392A3;
	font-size: 25px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: -10px;
}
.attention_box p{
	font-size: 23px;
}
.attention_box p span{
	font-weight: bold;
	color: #D74172;
	background: linear-gradient(transparent 65%, #FFF698 0%);
    border-bottom: solid 5px #FFF698;
}
.attention_box_inner {
    position: relative;
	max-width: 1200px;
	padding-bottom: 20px;
}
.attention_box_inner:before{
	content: "";
	border: solid 1px #BEA001;
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 30px;
	z-index: 2;
}
.attention_box_inner:after{
	content: "";
	border: solid 1px #CDD6A2;
	width: 100%;
	height: 88.5%;
	position: absolute;
	left: -15px;
	top: 45px;
	z-index: 1;
}
.attention_text {
    position: relative;
    left: -50px;
}

@media(max-width: 1439px) {
.attention_box p {
	font-size: 20px;
	max-width: 65vw;
	margin-left: 4vw;
}
.attention_women{
	right: -20px;
}
.attention_box_inner:after {
	width: 102.5%;
}
}

@media(max-width: 1400px) {
	.attention_box_inner:before {
        width: 99%;
	}
	.attention_box_inner:after {
        width: 102%;
	}
	.attention_text {
        left: -20px;
	}
}

/* ===================================================
	top_kutikomi
=================================================== */
.mw100{
	max-width: 100%;
}
.top_kutikomi_title_img{
	width: 100%;
	margin-top: 40px;
}
.top_kutikomi_title_img img{
	width: 100%;
	padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.top_kutikomi_img{
	width: 100%;
}
.top_kutikomi_img img{
	width: 100%;
}
.top_kutikomi_message-img{
	width: 100%;
	/* margin-bottom: 85px; */
	margin-bottom: 100px;
	/* margin-top: 75px; */
	margin-top: 75px;
	position: relative;
}
.top_kutikomi_message-img:before{
	content: url(../img/index/sen_right.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -35px;
    right: -37px;
}
.top_kutikomi_message-img:after{
	content: url(../img/index/sen_left.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: -42px;
    left: -35px;
}
.top_kutikomi_message-img img{
	width: 100%;
}
 .review_btn a {
	height: 50px;
	line-height: 50px;
	color: #222;
	text-align: center;
	max-width: 520px;
} 
.review_btn{
	display: flex;
	justify-content: center;
	margin-top: 14px;
	margin-bottom: 17px;
} 
section.review {
	margin-bottom: 100px;
}
.message-img-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-moz-box-pack: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.message-img-ul li{
	display: block;
  width: 20%;
}

@media(max-width: 1300px) {
	.top_kutikomi_message-img:before{
			top: -5px;
			right: -8px;
	}
	.top_kutikomi_message-img:after{
			bottom: -13px;
			left: -8px;
	}
	}

/* ===================================================
	doctor_1名削除_kids_kids2
=================================================== */
.d-none{
	display: none!important;
}

.kids-d1{
	position: relative;
	left:300px;
}

/* ===================================================
	doctor_1名削除_promise
=================================================== */
.p-doctor1{
	margin-right: 15px;
}

.p-doctor3{
	margin-left: 15px;
}

.p-doctor3 {
	margin-top: 60px!important;
}

/* ===================================================
	doctor_1名削除_doctor
=================================================== */
/* .all-doctors .flex{
	justify-content: center!important;
}

.all-doctors-big:nth-of-type(3) {
	margin-top: 60px!important;
} */

/* ---------------------------------------------------------------- *
	review_page-numbers
 * ---------------------------------------------------------------- */
.l-cont {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 5rem 0;
}

.page-numbers_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.page-numbers:not(.next):not(.prev):not(.dots){
  display: block;
  border: 1px solid #ccc;
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 15px;
  background-color: #fff;
}
.page-numbers.dots{
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.page-numbers.current{
	background-color: rgba(251,180,174,0.4)!important;
}
a.page-numbers:hover{
  transition: all .3s;
}
a.page-numbers:hover:not(.next):not(.prev):not(.dots){
  background-color: rgba(251,180,174,0.4);
}
.page-numbers.prev{
  margin-right: 0.5em;
}
.page-numbers.next{
  margin-left: 0.5em;
}
  
/* .page-numbers.prev::after{
  content: "次に進む";
}
.page-numbers.next::before{
  content: "前に戻る";
} */

 .page-numbers.prev, .page-numbers.next{
  font-size: 25px;
	color:#ccc;
}

.page-numbers.prev:hover, .page-numbers.next:hover{
	color:rgba(251,180,174,1)
}

.pn {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pn2{
  position: relative;
}

.pn4{
  padding-left: 20px;
  line-height: 48px;
}

.nn1{
  padding-left: 20px;
  line-height: 48px;
}

.pn5:hover{
  background-color: rgba(251,180,174,0.4);
}

.pn{
  font-weight: bold;
}

/* ---------------------------------------------------------------- *
	top_ボタン追加
 * ---------------------------------------------------------------- */
.header_top_btn_sdgs{
	bottom:440px;
	right:20px;
}

.header_top_btn_line{
	bottom:230px;
	right:20px;
}

.header_top_btn_counseling{
	bottom:20px;
	right:20px;
}

@media (max-width: 1390px) {
	.header_top_btn {
    max-width: 140px;
	}
.header_top_btn_sdgs{
	bottom:320px;
}

.header_top_btn_line{
	bottom:170px;
}
}

/* ===================================================
	メニュー / menu_new
=================================================== */
.menu_pink{
	background: #f4e9e5;
}
.menu_s_common{
	margin-top: 140px;
}
.menu_s_common:first-of-type{
	margin-top: 100px;
}
.menu_flex{
	display: flex;
	overflow: initial!important;
}
.menu_flex_right{
	display: flex;
flex-direction: row-reverse;
overflow: initial!important;
}
.menu_left .menu_t_box{
	margin-left: 50px;
}
.menu_right .menu_t_box{
	margin-right: 50px;
}
.menu_img{
max-width: 415px;
min-width: 415px;
max-height: 415px;
height: auto;
background: #FFF;
overflow: hidden;
}
.menu_t_box p{
	font-size: 16px;
}
.menu_t_box h3{
	font-size: 30px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 40px;
}
.menu_gr .menu_t_box h3{
	margin-bottom: 0px;
}
.menu_gr .menu_t_box p:first-of-type{
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 18px;
}
.menu_img{
	position: relative;
	top:-60px;
}
.menu_img a h2{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 140px;
	text-align: center;
	color: #FFF;
	width: 100%;
	font-size: 30px;
	z-index: 2;
	font-weight: 400;
}
.menu_img a h2 span {
	font-size: 40px;
	font-family: 'Spartan', sans-serif;
}
.menu_img a h2 span:after {
	display: block;
	content: "　";
	border-top: 2px solid #FFF;
	width: 65px;
	margin: 11px auto 10px auto;
	height: 2px;
}
.menu_s_common .more_btn a{
	max-width: 308px;
}
.menu_left .more_btn a{
	margin-left: auto;
}
.menu_s_common .more_btn{
  margin: 30px 0px 45px 0;
}
.menu_nursing .more_btn a{
	background: #d191f2;
}
.menu_bl .more_btn a{
	background: #4b7eba;
}
.menu_gr .more_btn a{
	background: #59d1cc;
}
.menu_nursing .more_btn a:hover, .menu_bl .more_btn a:hover, .menu_gr .more_btn a:hover{
	opacity: 0.8;
}
.menu_yellow{
	background: linear-gradient(transparent 65%, #fff566 0%);
	font-weight: bold;
	border-bottom: solid 5px #fff566;
}
.menu_nursing{
	background: #f7def7;
}
.menu_bl{
	background: #dbe5f1;
}
.menu_gr{
	background: #e1f7f2;
	margin-bottom: 140px;
}
.menu .top_clinic, .body .top_clinic, .vio .top_clinic, .face .top_clinic, .neck .top_clinic{
	margin-top: 100px;
}
/* partsページ追加 */
.menu .sp500{
display: none;
}
.menu_parts_img a h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 80px;
	text-align: center;
	color: #FFF;
	width: 100%;
	font-size: 28px;
	z-index: 2;
	font-weight: 400;
	max-width: 380px;
	right: 0;
}
.menu_parts_img a h2 span{
	/* font-size: 25px; */
	font-size: 17px;
	font-family: 'Spartan', sans-serif;
	display: block;
}
.menu_parts_img{
	max-width: 1200px;
	/* min-width: 1200px; */
	max-height: 250px;
	height: auto;
	background: #FFF;
	overflow: hidden;
}
.parts_s{
	position: relative;
	margin: 80px 0px 190px 0px;
}
.ladies-parts_s:before{
	position: absolute;
	content: "";
	background-color: #FAB3AD;
	width: 78%;
	height: 100%;
	top:60px;
	left:0;
}
.mens-parts_s:before{
	position: absolute;
	content: "";
	background-color: #4D7EBB;
	width: 78%;
	height: 100%;
	top:60px;
	right:0;
}

/* mensページ */
.mens .top_clinic{
	margin-top: 40px;
}

/* キャンペーン削除による修正 */

/* キッズページ */
body.kids div#kids {
	margin-bottom: 50px;
}
/* promise */
.promise .promise_flow .p-r-menu_title{
	margin-top: 5rem;
}

/* ===================================================
	お支払い方法 / PAYMENT METHOD(part)
=================================================== */
.part_payment_small h3 {
    background-color: #FBB4AE;
    color: #fff;
    padding: 10px 61px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
	margin-bottom: 20px;
}
.part_payment_small h3 img {
    padding-right: 10px;
    position: absolute;
    top: 8px;
    left: 15px;
}
.part_payment_small {
    margin-bottom: 30px;
}
.part_payment_big .part_payment_small:last-of-type{
	margin-bottom: 0;
}

.part_payment_small p span{
	font-weight: bold;
}
.part_payment_small_card_img{
	max-width: 355px;
	margin-bottom: 15px;
}
.part_payment_small .pp_mt15{
	margin-top: 15px;
}
section.part_payment {
    background: #FBFAF5;
    padding: 60px 0;
    margin-bottom: 60px;
}

/* ===================================================
	clinic_ロゴ追加
=================================================== */
.clinic_logo img{
    width: 60px;
	margin-right: 5px;
}
.clinic_logo span{
   font-size: 16px;
   position: relative;
   top:-20px;
   font-weight: bold;
}
.clinic_logo{
	margin-bottom: 5px;
}
.top_clinic h3 {
	margin: 0 0 10px 0;
}
.top_clinic .top_title{
	margin: 0 0 10px 0;
}
.top_clinic .access_btn02 {
	margin: 10px 0 15px;
}
/* single-clinic */
.clinic_detail .clinic_logo{
	margin-bottom: 0;
}
.clinic_detail .clinic_infoItem_big:first-of-type{
	border-top: initial;
}
.clinic_detail .clinic_infoItem_big:first-of-type::before{
	border-bottom: initial;
}
.single-clinic .clinic_info {
	margin-top: 10px;
}
/* archive-clinic */
.archive-clinic .clinic_logo{
	max-width: 310px;
	margin: 0 auto;
	margin-bottom: 5px;
	white-space: nowrap;
}