@charset "utf-8";

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

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

/* ===================================================
	プラバシーポリシー / privacy
=================================================== */
.pp_box{
	width:94%;
	border:1px solid #f0f0f0;
	padding:10px;
	margin:0 auto 40px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pp_box p{
	font-size:14px;
	font-size: 1.4rem;
	margin:0 0 30px 0;
	line-height:200%;
}
.pp_box h2{
	font-weight:bold;
	font-size:16px;
	font-size: 1.6rem;
}
.pp_box h3{
	font-weight:bold;
}
.pp_box .gray_bk{
	background:#f2f2f2;
	padding:10px;
	margin:0 0 20px 0;
}
.pp_box .gray_bk p{
	margin:0;
}

/* ===================================================
	よくある質問 / faq
=================================================== */
.faq_box{
	width:94%;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

.faq_page{
	margin-bottom: 40px;
}

.faq_title{
	position:relative;
	display:block;
	margin:20px 0 0 0;
}
.faq_title h2{
	position:relative;
	font-family: 'Spartan', sans-serif;
	font-size:30px;
	font-size: 3.0rem;
	background:#FFF;
	padding:0 10px 0 0;
	z-index:99;
	display:inline-block;
	margin:0;
	line-height:100%;
}
.faq_title:after{
	content:" ";
	width:100%;
	border-top:1px solid #000000;
	display:block;
	position:absolute;
	right:0px;
	top:10px;
	z-index:8;
}
.faq_title p{
	font-size:12px;
	font-size: 1.2rem;
}

.faq_list{
	margin:30px 0 0 0;
}

.faq_list h3{
	font-weight:bold;
	font-size:18px;
	font-size: 1.8rem;
	margin:0 0 10px 0;
}
.faq_list_box{
	font-size:14px;
	font-size: 1.4rem;
}
.faq_list_box .question{
	font-weight:bold;
	background:#f1d5c7;
	padding:10px 30px 10px 40px;
	position:relative;
	margin:0 0 20px 0;
	cursor: pointer;
}
.faq_list_box .question:before{
	content:"Q";
	font-size:18px;
	font-size: 1.8rem;
	font-family: 'Spartan', sans-serif;
	color:#FFF;
	font-weight:normal;
	position:absolute;
	left:10px;
	top:-5px;
	bottom:0;
	margin:auto;
	height:18px;
}
.faq_list_box .question:after{
	position:absolute;
	right:10px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq_list_box .close:after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.faq_list_box .answer{
	position:relative;
	margin:0 0 20px 0;
	padding:0 10px 0 40px;
	line-height:180%;
}
.faq_list_box .answer:before{
	content:"A";
	font-size:18px;
	font-size: 1.8rem;
	font-family: 'Spartan', sans-serif;
	color:#f1d5c7;
	position:absolute;
	left:15px;
	top:5px;
}


/* ===================================================
	初めての方へ / promise
=================================================== */
.promise_top .inner {
	overflow: visible;
}
.promise_top .img_main{
	text-align:center;
	width:94%;
	height:auto;
	margin:10px auto 0 auto;
}
.promise_top .img_list{
	width:94%;
	position:absolute;
	bottom:-12%;
	left:0;
	right:0;
	margin:auto;
	font-size:0;
}
.promise_top .img_list img{
	width:33.3%;
	height:auto;
	margin:0;
	padding:0;
}
.promise_what{
	width:100%;
	margin:100px auto 0 auto;
}
.promise_what_box{
	background:url(../img/promise/medical_sp.jpg) no-repeat 0 center;
	background-size:auto 100%;
}
.promise_what_inner{
	position:relative;
	padding:5px 10px 0 10px;
	width:60%;
	margin:0 0 40px auto;
	background:#FFF;
}
.promise_what_box h2{
	font-size: 20px;
	font-size: 2.0rem;
	line-height:150%;
	padding:0;
}
.promise_what_box h2 span{
	font-size: 28px;
	font-size: 2.8rem;
	color:#f1d5c7;
	font-family: 'Spartan', sans-serif;
}
.promise_what_box hr{
	border:none;
	border-top:1px solid #d9d9d9;
	width:170px;
	margin:5px auto 10px 0;
}
.promise_what_box p{
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
}
.promise_what table{
	width:94%;
	margin:20px auto;
	-webkit-box-sizing: border-box;
	-moz-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;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
	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: 12px;
	font-size: 1.2rem;
}
.promise_twelve{
	width:94%;
	max-width:100%;
	margin:50px auto;
}
.promise_twelve_img {
	margin-top: 30px;
}
.promise_twelve_img img {
	width: 100%;
}
.promise_title{
	font-size: 26px;
	font-size: 2.6rem;
	text-align:center;
	margin:0px auto;
}
.promise_title span{
	border-top:2px solid #f1d5c7;
	border-bottom:2px solid #f1d5c7;
	display:inline-block;
	padding:20px;
}
.promise_twelve ul{
	margin:30px 0 0 -1.3%;
}
.promise_twelve ul li{
	float:left;
	width:32%;
	margin:0 0 20px 1.3%;
	-webkit-box-sizing: border-box;
	-moz-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:10px 0 5px 0;
	border:2px solid #e4e4e4;
	min-height:170px;
}
.promise_twelve ul li .promise_box img{
	width:70%;
	height:auto;
}
.promise_twelve ul li .promise_box h3{
	color:#000;
	font-size: 14px;
	font-size: 1.4rem;
	margin:0;
}
.promise_twelve ul li .promise_box h3.small{
	font-size: 14px;
	font-size: 1.4rem;
}
.promise_twelve ul li .promise_box p{
	color:#000;
	font-size: 28px;
	font-size: 2.8rem;
	margin:10px 0 0 0;
}
.promise_twelve ul li .promise_box p span.num{
	font-size: 36px;
	font-size: 3.6rem;
}
.promise_twelve ul li .promise_box p.small{
	font-size: 20px;
	font-size: 2.0rem;
}
.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{
	margin:20px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.promise_flow{
	width:100%;
	margin:0px auto;
}
.promise_flow .promise_p{
	text-align:center;
	font-size: 14px;
	font-size: 1.4rem;
	margin:30px 0;
	text-align:left;
}
/*--------------- 初めての方へ・メッセージ・SP ---------------*/
.p-message_inner {
	width: 84%;
	max-width: 960px;
	margin: auto;
	overflow: hidden;
}
@media handheld, print, screen and (min-width: 621px) {
	/* iPad */
	.p-message_inner {
		width: 90%;
	}
}
.p-message2 {
	width: 100%;
	margin: auto;
	padding: 6rem 0;
	background: url(../img/promise/back-promise-sp.png) center center /cover no-repeat;
	margin-top: -15px;
}
.p-message2 .p-en span {
	display: inline-block;
	font-family: 'Spartan', sans-serif;
	padding-right: 0.5em;
	font-size: 1.3rem;
	color: #fbb4ae;
	letter-spacing: .2em;
}
.p-message2 .p-en {
	display: block;
	position: relative;
	margin-top: 1em;
}
.p-message2 .p-en {
	display: block;
	position: relative;
	margin-top: 1em;
}
.p-message2 .p-en span::after {
right: 0;
width: calc(100% - 8em);
height: 1px;
}
.p-message2 .p-en span::after {
display: block;
content: " ";
background-color: #fbb4ae;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.p-message_title {
	font-size: 2.7rem;
	font-weight: bold;
}
.red-color{
	color:#e83418;
	font-weight: bold;
}
.p-message_text {
	margin-top: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.promise_top{
	padding-bottom:130px;
}
@media (max-width: 600px) {
.promise_top {
	padding-bottom: 50px;
}
}
@media (max-width: 550px) {
	.promise_top {
		margin-bottom: -20%;
	}
}

/*--------------- 初めての方へ・doctors・SP ---------------*/
.promise_doctor_inner {
	width: 100%;
	display: flex;
	height: auto;
	position: absolute;
}
.doctors_img_big{
	display: flex;
	margin: 0 auto;
	display: grid;
  place-content: center;
}
.doctors_img_big img{
	height: 100%;
}

.doctors_img_big_bottom{
	display: flex;
	position: absolute;
	padding-top: 345px;
  place-content: center;
	justify-content: center;
    width: 100%;
}
.p-doctor3-ch {
    position: absolute;
	right: 50px;
	top: 65px;
	z-index: 2;
}
.doctors_back_left{
	background: url(../img/promise/doctors_back_left.png) center center /cover no-repeat;
	width: 50%;
	margin-top: 50px;
	padding-bottom: 49.8vw;
}
.doctors_back_right{
	background: url(../img/promise/doctors_back_right.png) center center /cover no-repeat;
	width: 50%;
	height: 44vw;
}
.doctors_img_big{
	position: absolute;
	display: flex;
	margin:0 auto;
	width: 100%;
	left: -80px;
	z-index: 3;
}
.doctors_img{
	position: absolute;
	display: flex;
}
.promise_doctor_inner2{
	position: relative;
	margin: 0 auto;
  object-fit: cover;
	width: 100%;
}
.promise_doctor_main_big{
	position: relative;
	padding-bottom: 410px;
}
.p-doctor{
	object-fit: cover;
}
.p-doctor2{
	margin-left: 10px;
	margin-right: 10px;
	margin-top:15px;
}

.p-doctor3{
	margin-top:30px;
}
.p-shosha{
	margin-left: 15px;
	margin-top: 15px;
}
@media (max-width: 768px) {
	.doctors_back_right{
		height: 60vw;
	}
	.doctors_back_left {
		padding-bottom: 68vw;
}
}
@media (max-width: 660px) {
	.p-doctor{
		width: 30%;
	}
	.doctors_img_big_bottom img{
		width: 40%;
	}
	.p-doctor3-ch {
		width: 40%;
	}
	.doctors_img_big_bottom{
		padding-top: 53vw;
	}
	.doctors_back_right{
		height: 67vw;
	}
.doctors_back_left {
    padding-bottom: 74.5vw;
}
.promise_doctor_main_big {
	position: relative;
	padding-bottom: 40rem;
}
}

.doctors_img_big_bottom img{
	height: 100%;
}
.doctors_img_big_bottom img:last-of-type{
	position: relative;
	top:-30px;
}

@media (max-width: 550px) {
	.promise_doctor_main_big {
		padding-bottom: 50rem;
	}
	}

@media (max-width: 500px) {
.promise_doctor_main_big {
	padding-bottom: 45rem;
}
}
@media (max-width: 425px) {
	.doctors_img_big_bottom{
		padding-top: 53vw;
	}
	.doctors_back_right{
		height: 70vw;
	}
	.doctors_back_left {
		padding-bottom: 71.7vw;
}
.promise_doctor_main_big {
	padding-bottom: 35rem;
}
}
@media (max-width: 414px) {
	.doctors_back_left {
			padding-bottom: 71.5vw;
	}
}
@media (max-width: 375px) {
	.doctors_back_left {
			padding-bottom: 70.2vw;
	}
	.promise_doctor_main_big {
		padding-bottom: 31rem;
	}
}

.chosei_padding{
	height: 90px;
	width: 100%;
}

/*--------------- me1・SP ---------------*/
.promise-s .p-menu_title{
	position: relative;
	top: -18px;
	line-height: 1.2;
}
@media not all and (min-width: 321px) {
	.p-menu_title .p-ja {
		font-size: 6vw;
	}
}
	.p-menu_title .p-ja {
		font-size: 3.2rem;
	}
.p-menu_title {
	position: relative;
	text-align: center;
	font-size: 3.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: 2.4rem;
}
.me1_text{
	background-color: #FFF;
	opacity: 0.8;
	padding:25px;
	width: 90%;
	height: 90%;
	left:45px;
	position: relative;
	font-size: 1.6rem;
	top: -25px;
}
.me1_inner{
	max-width: 90%;
	margin:0 auto;
}
@media (max-width: 425px) {
	.me1_inner{
		max-width: 100%;
		margin:0 auto;
	}
	.me1_text{
		left: 25px;
    position: relative;
	}
}
.promise_me1{
	background-color: #f8f4e7;
	position: relative;
	padding-bottom: 50px;
}
.me1_back_right{
	width: calc(100% - 20%);
	padding-top: 25px;
	padding-bottom: 710px;
	background-color: #f6e7de;
	position: absolute;
	right: 0;
}
@media (max-width: 768px) {
	.me1_back_right {
		padding-bottom: 760px;
	}
}
@media (max-width: 425px) {
	.me1_back_right {
		padding-bottom: 890px;
	}
	.me1_back_right {
    width: calc(100% - 11%);
}
}
@media (max-width: 375px) {
	.me1_back_right {
		padding-bottom: 940px;
	}
}
@media (max-width: 350px) {
	.me1_back_right {
		padding-bottom: 965px;
	}
}
.me1_img1{
	position: relative;
	top:25px;
}
.me1_img2{
	display: flex;
	justify-content: right;
	margin-top: -40px;
}

/*--------------- me2・SP ---------------*/
.p-b100{
	max-width: 100%;
}

.me2_inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  overflow: hidden;
}

@media handheld, print, screen and (min-width: 621px) {
  /* iPad */
  .me2_inner {
    width: 90%;
  }
}

.promise_me2 {
	margin: 6rem 0 0;
	padding-bottom: 4rem;
	background-color: #fafafa;
-webkit-background-size: 7px 7px;
}

/*--------------- merit・SP ---------------*/
.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: -25px;
	position: relative;
}

.p-merit_item:nth-of-type(odd) {
	background: #f1d5c7;
}

.p-merit_item:nth-of-type(even) {
	background: #e5e5e5;
}

.p-merit_item + .p-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-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{
	max-width: 146px;
}

/*--------------- voice・SP ---------------*/
.promise_voice{
	background-color: #faf7ed;
	padding-top: 6rem;
	padding-bottom: 3.5rem;
}
.p-voice_inner{
	width: 90%;
	margin:0 auto;
}
.p-voice_inner2{
	max-width:90%;
	margin:0 auto;
	padding-top: 15px;
  padding-bottom: 20px;
	margin-top: 20px;
}
.p-voice_image_h3{
	display: flex;
}
.p-voice_h3{
	font-size: 1.8rem;
	width: 100%;
	margin-left: 1rem;
	height: 3.4rem;
	font-weight: bold;
}
@media (max-width: 370px) {
	.p-sp2{
		display: none;
	}
	.p-sp3{
		padding-left: 1rem;
	}
}
h3.p-voice_h3::after{
	content: " ";
	display: block;
	margin-top: 0.5rem;
}
.p-voice_item{
	background-color: #FFF;
	margin-bottom: 40px;
}
.p-voice_text{
	background-color: #faeae1;
	border-radius: 20px;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.p-v-pink{
	color: #fbb4ae;
	padding-left: 1rem;
  padding-right: 1rem;
	font-weight: bold;
}
.p-v-pink2 {
	color: #fbb4ae;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: bold;
}
.p-ml{
	margin-left: 1rem;
}
.p-voice_image{
	margin-top: -40px;
}
.p-voice_image img{
	width: 90px;
	height: auto;
}
.p-voice_image_shippo{
	position: relative;
	left:35px;
}
.p-v-yellow{
	background: linear-gradient(transparent 50%, #fff566 0%);
	font-weight: bold;
	border-bottom: solid 3px #fff566;
}
.p-voice_text_attention{
	font-size: 1rem;
	text-align: right;
}
.p-voice_list li:last-child{
	margin-bottom: 15px;
}

/*--------------- reserve・SP ---------------*/
.p-r-menu_title{
	margin-top: 5rem;
	margin-bottom: 2.5rem;
}
.promise_flow_sp_94{
	width: 94% !important;
	margin: 0px auto;
}

/*
	タブ
========================== */
.tab{
	width:90%;
	margin:0px auto;
}
.tab ul{
	display:table;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab ul li{
	display:block;
	background:#FFF;
	color:#000;
	width:47%;
	text-align:center;
	cursor:pointer;
	font-size: 13px;
	font-size: 1.3rem;
	margin:0 0 0 3%;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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:10px;
	margin:0 0 0px 0;
}

.promise_flow .tab_box li{
	position:relative;
	margin:0 0 35px 0;
	padding: 0;
}
.promise_flow .tab_box li img{
}
.promise_flow .tab_box li .promise_flow_box{
	background:#FFF;
	padding:10px 20px 20px 20px;
}
.promise_flow .tab_box li .promise_flow_box h3{
	color:#000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	margin:0 0 10px 0;
}
.promise_flow .tab_box li .promise_flow_box img{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.promise_flow .tab_box li .promise_flow_box h3 span{
	color:#dea283;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight:normal;
	margin:0 10px 0 0;
}
.promise_flow .tab_box li .promise_flow_box p{
	font-size: 14px;
	font-size: 1.4rem;
}
.promise_flow .tab_box li .promise_flow_box p.btn{
	text-align:center;
	width:100%;
	margin:20px auto 0 auto;
	position:relative;
}
.promise_flow .tab_box li .promise_flow_box p.btn a{
	display:block;
	background:#fbb4ae;
	font-weight:bold;
	padding:5px 0;
}
.promise_flow .tab_box li .promise_flow_box p.btn a img{
	width:auto;
	height:auto;
	position:absolute;
	left:20px;
	top:7px;
}
.promise_flow .tab_box li .promise_flow_box p.btn a span{
	color:#FFF;
	margin: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{
	width:94%;
	margin:0 auto 40px auto;
}
.body_head_vio{
	width:100%;
	margin:0 auto 40px auto;
}
.body_head h2{
	text-align:center;
	font-weight:bold;
	font-size:22px;
	font-size: 2.2rem;
	background:url(../img/menu/title_bk.png) no-repeat center bottom;
	background-size:70% auto;
	padding:0 0 30px 0;
	margin:20px 0 20px 0;
}
.body_head p{
	text-align:left;
	font-size:14px;
	font-size: 1.4rem;
	width:94%;
	margin:0px auto;
}
.body_head_box{
	position:relative;
	width:100%;
	margin:40px 0 0 0;
}
.body_head_box img{
	position:relative;
	display:block;
	width:50%;
	height:auto;
	margin:-20px auto 0 0;
}
.body_head_box .body_head_in{
	width:90%;
	margin:-50px 0 0 auto;
	background:#f2f2f2;
	text-align:left;
	padding:10px 10px 25px 10px;
}
.body_head_box .body_head_in h3{
	text-align:right;
}
.body_head_box_right{
	position:relative;
	width:100%;
	margin:30px 0 0 0;
}
.body_head_box_right img{
	position:relative;
	display:block;
	width:60%;
	height:auto;
	margin:0 0 0 auto;
}
.body_head_box_right .body_head_in{
	width:90%;
	margin:-50px auto 0 0;
	background:#f2f2f2;
	text-align:left;
	padding:10px 10px 25px 10px;
}
.body_head_in h3{
	font-weight:bold;
	font-size:20px;
	font-size: 2.0rem;
	padding:10px 0;
}
.body_head_in h3 span{
	position:relative;
	padding:0 15px;
}
.body_head_in h3 span:before,
.body_head_in h3 span:after{
	position:absolute;
	content:" ";
	width:20px;
	height:20px;
	display:block;
}
.body_head_in h3 span:before{
	left:0;
	top:-2px;
	border-top:2px solid #fbb4ae;
	border-left:2px solid #fbb4ae;
}
.body_head_in h3 span:after{
	right:0;
	bottom:-2px;
	border-bottom:2px solid #fbb4ae;
	border-right:2px solid #fbb4ae;
}
.body_head_in p{
	font-size:14px;
	font-size: 1.4rem;
	text-align:left;
	line-height:180%;
}
.body_head_box_pink{
	position:relative;
	width:100%;
	margin:30px 0;
}
.body_head_box_pink img{
	position:relative;
	display:block;
	width:48%;
	height:auto;
	margin:0 auto 0 0;
}
.body_head_box_pink .body_head_in{
	width:90%;
	margin:-90px 0 0 auto;
	background:#fbb4ae;
	text-align:left;
	padding:10px 10px 25px 10px;
	color:#FFF;
}
.body_head_box_pink .body_head_in h3{
	font-weight:bold;
	font-size:20px;
	font-size: 2.0rem;
	margin:0 0 10px 50%;
}
.body_head_box_pink .body_head_in p{
	font-size:14px;
	font-size: 1.4rem;
	text-align:left;
	line-height:180%;
}
.body_title{
	text-align:center;
	display:block;
	margin:0 0 20px 0;
}
.body_title span{
	border-top:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
	padding:10px;
	font-size:20px;
	font-size: 2.0rem;
	display:inline-block;
	line-height:120%;
}
.body_merit{
	margin:0 0 30px 0;
}
.body_merit_box,
.body_merit_box2{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	vertical-align:middle;
	padding:10px;
}
.body_merit_box_l{
}
.body_merit_box{
	background:#f1d5c7;
	padding:10px 3% 10px 38%;
}
.body_merit_box2{
	background:#e5e5e5;
	padding:10px 38% 10px 3%;
}
.body_merit_box img,
.body_merit_box2 img{
	width:100px;
	height:auto;
}
.body_merit_box .body_merit_img{
	position:absolute;
	left:0;
	top:0;
	width:35%;
	height:100%;
}
.body_merit_box2 .body_merit_img{
	position:absolute;
	right:0;
	top:0;
	width:35%;
	height:100%;
}
.body_merit_box .body_merit_img img,
.body_merit_box2 .body_merit_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.body_merit_box h3,
.body_merit_box2 h3{
	font-weight:bold;
	font-size:18px;
	font-size: 1.8rem;
	margin:0;
	padding:0 0 5px 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: 14px;
	font-size: 1.4rem;
	line-height:180%;
}
.body_cose{
	width:94%;
	margin:0 auto 30px auto;
}

.body_cose_top{
	margin:0 0 50px 0;
}
.body_cose_top li{
	margin:0 0 20px 0;
}
.body_cose .body_cose_top img{
	width:100%;
	height:auto;
}
.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: 15px;
	font-size: 1.5rem;
	font-weight:normal;
}
.body_cose .body_cose_top h3.gray span{
	background:#e5e5e5;
}
.body_cose_p{
	text-align:left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:180%;
	margin:0 0 20px 0;
}

.body_cose h3{
	margin:20px 0 20px 0;
	text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
}
.body_cose_title{
	position:relative;
	margin:30px 0 0 0;
}
.body_cose_title div{
	width:180px;
	margin:0 auto;
}
.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:16px;
    border-bottom-width:16px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-top-color:#FBB4AE;
    top:100%;
    left:50%;
}
.tbl_left{
	width:100%;
	margin:10px auto 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
}
.tbl_right{
	width:100%;
	margin:10px auto 20px auto;
	text-align:right;
	font-size: 12px;
	font-size: 1.2rem;
}
.tbl_right_small{
	width:100%;
	margin:30px auto 80px auto;
	text-align:right;
	font-size: 11px;
	font-size: 1.1rem;
}
.gray_tbl{
	width:100%;
	margin:0 auto;
	border-right:1px solid #e5e5e5;
	font-size: 14px;
	font-size: 1.4rem;
}
.gray_tbl th{
	background:#e5e5e5;
	padding:5px;
	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:5px;
	text-align:center;
	vertical-align:middle;
}
.pink_tbl{
	width:100%;
	margin:0 auto;
	border-right:1px solid #f1d5c7;
	font-size: 14px;
	font-size: 1.4rem;
}
.pink_tbl th{
	background:#f1d5c7;
	padding:5px;
	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:5px;
	text-align:center;
	vertical-align:middle;
}
.blue_tbl{
	width:100%;
	margin:0 auto;
	border-right:1px solid #d7e9f3;
	font-size: 14px;
	font-size: 1.4rem;
}
.blue_tbl th{
	background:#d7e9f3;
	padding:5px;
	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:5px;
	text-align:center;
}
.body_about{
	position:relative;
    display: -webkit-flex;
    display: flex;
}
.body_about h3{
	width:30%;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin:0;
    display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.body_about table{
	width:70%;
	background:#e5e5e5;
}
.body_about table tr{
	border-bottom:1px solid #FFF;
}
.body_about table th{
	display:block;
	vertical-align:middle;
	text-align:left;
	padding:5px 5px 0 5px;
}
.body_about table td{
	display:block;
	vertical-align:middle;
	padding:10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.body_about h4{
	font-size: 20px;
	font-size: 2.0rem;
	line-height:35px;
}
.body_about h4 span{
	background:#FFF;
	margin:0 10px;
	border-radius: 50%;
	display:inline-block;
	width:35px;
	height:35px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
.body_about h4 span img{
	width:80%;
	height:80%;
	object-fit: cover;
	vertical-align:top;
	top:3px;
	position:relative;
}
.body_attantion_box{
	width:100%;
	position:relative;
	margin:30px auto 0 auto;
	padding:0 3% 0 38%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.body_attantion_img{
	margin:0 0 10px 0;
	position:absolute;
	left:0;
	top:0;
	width:35%;
}
.body_attantion_img img{
	position:relative;
	z-index:99;
	width:100%;
	height:100%;
	object-fit: cover;
}
.body_attantion_box h3{
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 0 10px 0;
}
.body_attantion_box p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height:180%;
}
p.body_attantion_p{
	width:94%;
	margin:0 auto 20px auto;
}
.body_attantion_box ul li{
	border-bottom:1px solid #d9d9d9;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.body_attantion_box ul li:last-child{
	border-bottom:none;
}
.face_cose{
	width:100%;
	margin:0px auto;
	text-align:center;
}
.face_cose img{
	width:40%;
	height:auto;
	float:left;
}
.face_cose p{
	float:left;
	width:60%;
	text-align:left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:180%;
}
.neck_cose{
	text-align:center;
	margin:0 0 30px 0;
}
.neck_cose h3{
	font-weight:normal;
	font-size: 18px;
	font-size: 1.8rem;
}
.neck_cose h3:before,
.neck_cose h3:after{
	content:"―";
	margin:0 20px;
	color:#c8c8c8;
}
.neck_cose ul{
}
.neck_cose li{
	width:50%;
	margin:0;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.vio_cose_list1 li,
.vio_cose_list2 li{
	width:33%;
	float:left;
}
.vio_cose_list1 ul{
	width:100%;
	margin:0 0 0 16.5%;
}
.neck_cose img{
	width:100%;
	height:auto;
}
.neck_cose li{
	margin:0 0 10px 0;
}
.neck_cose li img{
	width:80%;
	height:auto;
	margin:0;
}
.neck_cose table{
	width:100%;
	margin:10px auto;
	text-align:left;
	font-size: 14px;
	font-size: 1.4rem;
}
.neck_cose table tr{
	border-bottom:3px solid #FFF;
}
.neck_cose table th{
	background:#f1d5c7;
	padding:5px;
	font-weight:bold;
	width:80px;
	vertical-align:middle;
}
.neck_cose table td{
	background:#f2f2f2;
	padding:5px;
}


/* ===================================================
	当院について / clinic
=================================================== */
.clinic_list{
	width:94%;
	margin:0 auto 30px auto;
}
.clinic_list ul{
}
.clinic_list ul li{
	margin:0 0 30px 0;
}
.clinic_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 5px 0;
}
.clinic_list ul li h2{
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	border-bottom:1px solid #eaeaea;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.clinic_list ul li h2 span{
	font-size:20px;
	font-size: 2.0rem;
}
.clinic_list ul li p{
	font-size:14px;
	font-size: 1.4rem;
}
.clinic_list ul li .more_btn{
	width:230px;
	margin:20px auto 0 auto;
}
.clinic_comment{
	width:94%;
	border:3px solid #f1d5c7;
	padding:5px;
	margin:0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clinic_comment_in{
	border:1px solid #f1d5c7;
	padding:15px;
}
.clinic_doctor h2,
.clinic_attention h2,
.clinic_comment h2,
.clinic_pay h2{
	text-align:center;
	font-size:22px;
	font-size: 2.2rem;
	margin:0 0 10px 0;
}
.clinic_comment_top{
	background:#f2f2f2;
	padding:10px;
	margin:0;
}
.clinic_comment_top p{
	font-size:14px;
	font-size: 1.4rem;
}
.clinic_comment_box{
}
.clinic_comment_item{
	margin:20px 0 0 0;
}
.clinic_comment_box img{
	width:100%;
	height:auto;
}
.clinic_comment_box h3{
	font-size:18px;
	font-size: 1.8rem;
	border-bottom:1px solid #eaeaea;
	margin:10px 0;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0 0 5px 0;
}
.clinic_comment_box p{
	font-size:14px;
	font-size: 1.4rem;
	line-height:200%;
	padding:0;
}
.clinic_doctor{
	margin:30px 0 40px;
	position:relative;
}
.clinic_doctor_inner {
	display: flex;
	flex-direction: column;
}
.clinic_doctor1{
	background:#f1d5c7;
	padding:20px 20px 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.clinic_doctor1 p{
	font-size:14px;
	font-size: 1.4rem;
	line-height:200%;
}
.clinic_doctor_name{
	margin:0 0 20px 0;
}
.clinic_doctor_name p{
	font-size:18px;
	font-size: 1.8rem;
}
.clinic_doctor_name h3{
	font-size:22px;
	font-size: 2.2rem;
	line-height:100%;
	font-weight:bold;
}
.clinic_doctor_name h3 span{
	font-size:16px;
	font-size: 1.6rem;
	font-weight:normal;
}
.clinic_doctor2{
	background:#f2f2f2;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:90%;
	margin:-30px 0 0 auto;
}
.clinic_doctor2 p{
	font-size:14px;
	font-size: 1.4rem;
	line-height:200%;
}
.clinic_doctor3 {
	order: -1;
}
.clinic_doctor3 img {
	width: 100%;
}
.clinic_attention{
	margin:20px auto 0 auto;
	width:94%;
	border:1px solid #ababab;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clinic_attention p{
	font-size:14px;
	font-size: 1.4rem;
	line-height:200%;
}
.clinic_attention p span{
	font-weight:bold;
}
.clinic_attention .more_btn{
	width:90%;
	margin:30px auto;
}
.clinic_attention_box{
	background:#f2f2f2;
	padding:25px;
}
.clinic_pay{
	width:94%;
	margin:30px auto;
}
.clinic_pay_list{
}
.clinic_pay_item{
	width: 100%;
	margin:0;
	text-align:center;
	border-bottom:1px solid #d9d9d9;
	padding:20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clinic_pay_item:last-child{
	border-bottom:none;
}
.clinic_pay_item img{
	width:40%;
	margin:0px auto;
}
.clinic_pay_item p.img img{
	width: 100%;
}
.clinic_pay_item h3{
	font-size:20px;
	font-size: 2.0rem;
	font-weight:bold;
	margin:10px 0 0 0;
}
.clinic_pay_item p{
	text-align:left;
	font-size:14px;
	font-size: 1.4rem;
	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_detail{
	width:94%;
	margin:0px auto;
	padding-bottom: 100px;
}
.clinic_body{
}
.clinic_body h2{
	font-weight:bold;
	font-size:20px;
	font-size: 2.0rem;
	margin:0 0 30px 0;
}
.clinic_body h3{
	font-size:16px;
	font-size: 1.6rem;
/* 	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; */
	font-size:14px;
	font-size: 1.4rem;
}
.clinic_img{
	margin:0 0 0 -1%;
}
.clinic_img img{
	float:left;
	width:49%;
	height:auto;
	margin:0 0 1% 1%;
}
.clinic_map{
	width:100%;
	height:330px;
	margin:20px 0 0;
}


/* clinic一覧 改修*/
.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: 16px;
	min-width: 130px;
}
.clinic_list_ichiran_big p{
	font-size: 14px;
}
.clinic_list_ichiran_big .clinic_name{
	font-weight: bold;
	font-size: 24px;
}
.clinic_list_ichiran_big .clinic_name .small{
	font-size: 17px;
}
.clinic_list_ichiran_big .call_material-icons{
	font-size: 20px;
	color: #595959;
	position: relative;
	top:2px;
}
.clinic_list_ichiran_big .material-icons-small{
	font-size: 24px;
	color: #595959;
}
.clinic_list_ichiran_big .clinic_info .flex .ie{
	top:-4px;
}
.clinic_list_ichiran_big h3 img {
	width: 19px;
	position: relative;
	top: -4px;
}
.clinic_list_ichiran_big h3 div{
	margin-right: 10px;
}
.clinic_list_ichiran_big .tel_number{
	font-size: 2.4rem;
}
.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;
	line-height: 130%;
	text-align: center;
}
.clinic_list_ichiran_big .block{
	margin-top:-7px;
}
.clinic_list_ichiran_big .clinic_list {
	margin: 0 auto!important;
}
.clinic_list_ichiran_big .clinic_list ul li{
	margin: 0 auto!important;
}
.clinic_list_ichiran_big .clinic_list ul li.clinic_listItem{
	margin: 0px!important;
}
.clinic_list_ichiran_big .clinic_list ul li img{
	margin: 0px!important;
}
.clinic_list_ichiran_big .clinic_list{
	width: 100%;
}
.clinic_list_ichiran_big{
	width: 90%;
	margin:0 auto;
	padding-bottom: 100px;
}
@media(max-width: 450px) {
	.clinic_list_ichiran_big{
		width: 94%;
	}
}
.clinic_list_ichiran_big .clinic_info{
	margin-top: 10px;
}

.clinic_list_ichiran_big .more_btn{
	margin-bottom: 0px;
}

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

/*　clinic/心斎橋院　改修*/
.sp_small{
	font-size: 1.6rem;
}
.clinic_small_title .p-menu_title{
	font-size: 3rem;
}
.clinic_small_title .p-menu_title .p-ja{
	margin-top: 0!important;
}
 .clinic_small_title{
	margin-bottom: 10px;
}
.clinic_detail_top{
	display: flex;
	flex-direction: column-reverse;
}
.single-clinic .clinic_list{
width: 100%!important;
margin-top: 0px!important;
}
.clinic_infoItem {
	display: flex;
}
.clinic_infoItem h3{
	min-width: 130px;
	display: flex;
}
.clinic_infoItem h3 div{
	margin-right: 10px;
	width: 19px;
	height: auto;
}
.clinic_infoItem h3 div .ie{
	position: relative;
	top:-7px;
}
.clinic_infoItem h3 div .time{
	position: relative;
	top:-4px;
}
.clinic_infoItem h3 div .men{
	width: 13px;
	position: relative;
	top:-3px;
	left:3px;
}
.clinic_infoItem h3 .material-icons{
	font-size: 20px;
	position: relative;
  top: 2px;
}
 .spml315{
	margin-left: 130px;
} 
.clinic_infoItem_big {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #c5c4c1;
	position: relative;
}
.clinic_infoItem_big .tel .material-icons{
	font-size: 2.4rem;
}

.clinic_infoItem_big:first-of-type{
	border-top: solid 2px #c5c4c1;
}
.clinic_infoItem_big:before{
	border-bottom: solid 2px #f5d4d1;
	position:absolute;
	width: 130px;
	z-index: 3;
	content: " ";
	top:-2px;
}
.clinic_infoItem_big:last-of-type:after{
	border-bottom: solid 2px #f5d4d1;
	position:absolute;
	width: 130px;
	z-index: 3;
	content: " ";
	bottom:-2px;
}
.clinic_body p{
	font-weight: bold;
}
.single-clinic .clinic_infoItem + .clinic_infoItem {
	margin-top: 0px;
}
.single-clinic .tel_number{
	font-size: 2.4rem;
	padding-left: 1.5em;
	font-weight: 400;
	}
.clinic_infoItem .material-icons{
	color: #595959;
}

.single-clinic .clinic_body p.tel {
	margin-bottom: 0px!important;
}

/* ===================================================
  clinic/clinic一覧 / UNDERAGE
=================================================== */
.clinic_common .p-menu_title {
	position: relative;
	top: -18px;
	line-height: 1.2;
}
.clinic_underage{
	background: #f3f3f3;
	position: relative;
	padding-bottom: 50px;
}
.clinic_underage .flex{
	display: flex;
	flex-direction: column-reverse;
	}

.clinic_underage_whitebox01, .clinic_underage_whitebox02{
	background: #FFF;
	opacity: 0.8;
}
.clinic_underage_whitebox01 span{
	color: #e83418;
	font-weight: bold;
	font-size: 17px;
}
.clinic_underage_whitebox01 h4{
	color: #e83418;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	margin: 0 auto;
	max-width: 290px;
}
.clinic_underage_whitebox01 h4::before{
	content: url(../img/clinic/check.png);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
	left: 58px;
	transform: scale(0.7);
}
@media(max-width: 365px) {
	.clinic_underage_whitebox01 h4::before{
		left: 50px;
	}
}
.clinic_underage_whitebox01{
	padding:25px;
	width: 94%;
	margin-top: -50px;
	line-height: 190%;
	margin-left: 2.9%;
	margin-bottom: 30px;
}
.clinic_underage_whitebox02{
	padding:25px;
}
.clinic_underage_whitebox01 .more_btn{
	margin: 25px 0 0 0;
}
.clinic_underage_whitebox01 .more_btn a{
	color: #222;
}
.clinic_underage p{
	font-size: 15px;
}
.clinic_underage_whitebox02{
	width: 94%;
  position: relative;
  margin-left: 2.9%;
  margin-right: auto;
}
.clinic_underage_whitebox02 h4{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.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: -21px;
	top: 3px;
}
.clinic_underage_whitebox02 p{
	margin-left: 21px;
	position: relative;
	margin-bottom: 2px;
}

.clinic_underage_bg{
	width: calc(100% - 11%);
  background-color: #f1d5c7;
  position: absolute;
  left: 0;
	height: 84.7%;
	z-index: 1;
}
@media(max-width: 950px) {
.clinic_underage_bg{
	height: 85%;
}
}
@media(max-width: 850px) {
	.clinic_underage_bg{
		height: 85.5%;
	}
}
@media(max-width: 700px) {
	.clinic_underage_bg{
		height: 86%;
	}
}
@media(max-width: 430px) {
	.clinic_underage_bg{
		height: 85.5%;
	}
}
@media(max-width: 405px) {
	.clinic_underage_bg{
		height: 86%;
	}
}
@media(max-width: 377px) {
	.clinic_underage_bg{
		height: 86.1%;
	}
}
@media(max-width: 377px) {
	.clinic_underage_bg{
		height: 86.4%;
	}
}
.clinic_underage .inner{
	z-index: 2;
}
.underage_img {
	z-index: -1;
	width: 90%;
	margin-left: auto;
  margin-top: 25px;
}
/* ===================================================
  clinic/clinic一覧 / PAYMENT METHOD
=================================================== */
.clinic_payment{
	background: #fcfaf5;
	margin-top: 50px;
	padding-bottom: 50px;
}
.clinic_payment_box h4{
	background: #fbb4ae;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	display: flex;
	padding-top: 10px;
	padding-bottom: 5px;
}

.clinic_payment_box :first-of-type h4{
	margin-top: 0px;
}
.clinic_payment_box_small{
	background: #FFF;
	padding:25px 30px 27px;
}
.clinic_payment_box{
	width: 90%;
	margin: 0 auto;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border: 2px solid #fbb4ae;
	position: relative;
}
.payment_img{
	margin-left: 10px;
	margin-right: 10px;
	width: 35px;
	height: auto;
	position: relative;
	top: -4px;
}
.clinic_payment_box_big{
	margin-bottom: 30px;
}
.clinic_payment .card_img {
	margin-top: 20px;
	max-width: 300px;
}
.clinic_payment_box_small p span{
	font-weight: bold;
}
.clinic_payment_box_big .cl_mt40{
	margin-top: 20px;
}
.clinic_faq_box{
	padding-top: 60px;
	padding-bottom: 30px;
}
.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_box{
	width:90%;
	margin:30px 0 0 auto;
	background:#f1d5c7;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.laser_top_box img.laser_top_img{
	position:absolute;
	top:-20px;
	left:-12%;
	width:40%;
	height:auto;
	max-width: 135px;
}
.laser_top_detail{
	width:70%;
	margin:0 0 10px auto;
}
.laser_top_box h2 span{
	color:#FFF;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 2px;
}
.laser_top_box h2{
	font-size: 17px;
	font-size: 1.7rem;
	margin:0 0 10px 0;
	color:#000;
}
.laser_top_box h2:after{
	content:"";
	width:180px;
	border-top:1px solid #FFF;
	display:block;
	margin:5px 0 0 0;
}
.laser_top_box p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height:180%;
}
.laser_top_boximg{
	position:relative;
	margin:0 0 10px 0;
	padding:60px 0 0 0;
}
.laser_top_box .laser_top_boximg img{
	width:70%;
	height:auto;
}
.laser_top_box .laser_top_boximg .img1{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:auto;
	z-index:9;
}
 .laser_top_box .laser_top_boximg .img2{
	position: relative;
	left: 20px;
	width: 50vw;
}
@media(max-width: 450px) {
	.laser_top_box .laser_top_boximg .img1{
		width:50%;
	}
	.laser_top_box .laser_top_boximg .img2{
		left: -48px;
		width: 90vw;
	}
}
.laser_point{
	margin:30px 0 0 0;
}
.laser_point h2{
	font-size: 18px;
	font-size: 1.8rem;
	text-align:center;
	color:#000;
	padding-bottom: 20px;
}
.laser_point h2 span{
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 5px;
}
.laser_point_box{
	width:94%;
	margin:20px auto;
}
.laser_point_detail{
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.laser_point_box .laser_point_detail{
	border-top:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
}
.laser_point_box img{
	width:100%;
	height:auto;
	margin:10px 0;
}
.laser_point_right .laser_point_detail{
	border-top:1px solid #f1d5c7;
	border-bottom:1px solid #f1d5c7;
}

.laser_point_detail .no{
	font-size: 36px;
	font-size: 3.6rem;
	font-family: 'Spartan', sans-serif;
	position:absolute;
	top:-15px;
	left:10px;
	line-height:100%;
}
.laser_point_detail h3{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	margin:8px 0 10px 0;
}
.laser_point_detail p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height:200%;
}

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

.laser_about h2{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	text-align:center;
}
.laser_about_box{
	width:94%;
	margin:10px auto 40px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #d9d9d9;
	padding:20px 10px 50px 10px;
	text-align:center;
	background-size:20% auto;
	position:relative;
}
.laser_about_box img{
	position:absolute;
	bottom:-10px;
	right:-10px;
	width:23%;
	height:auto;
}
.laser_about_box table{
	font-size: 12px;
	font-size: 1.2rem;
	text-align:left;
}
.laser_about_box table th{
	padding:5px 0;
	font-weight:bold;
	width:100px;
}
.laser_about_box table{
	padding:5px;
}

.laser_point .laser_point_box img{
	margin: 20px 0 40px 0px;
}
.laser_point .laser_point_box:last-of-type img{
	margin: 10px 0 20px 0px;
}
.laser .laser_point .laser_point_box:first-of-type img{
	margin: 15px 0 30px 0px;
}
/* ===================================================
	laser2
=================================================== */
.laser2 .laser_top_box img.laser_top_img{
	top:0px;
}
.laser2 .laser_about_box img {
	bottom: 100px;
}

/* ===================================================
	選ばれる理由 / reason
=================================================== */
.reason_top{
	width:94%;
	position:relative;
	margin:0 auto 30px auto;
}
.reason_top p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height:180%;
}
.reason_top img{
	margin:20px 0 0 10px;
	width:50%;
	height:auto;
	float:right;
}
.reason_top p.last{
	margin:20px 0 0 0;
}
.reason_box{
	width:100%;
	position:relative;
	margin:0 0 20px 0;
}
.reason_box .reason_img{
}
.reason_box .reason_img img{
	width:100%;
	height:auto;
}
.reason_box .reason_detail{
	position:relative;
	width:94%;
	top:-30px;
	margin:0 0 0 auto;
}
.reason_box_right .reason_detail img,
.reason_box .reason_detail img{
	position:absolute;
	top:0;
	right:0px;
	height:55px;
	width:auto;
}
.reason_box .reason_detail .reason_detail_box{
	position:relative;
	background:#f1d5c7;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;
}
.reason_detail h2{
	font-size: 22px;
	font-size: 2.2rem;
	padding:30px 10px 0 10px;
}
.reason_detail h2 span{
	font-size: 42px;
	font-size: 4.2rem;
	margin:0 10px 0 0;
}
.reason_detail_box p{
	font-size:14px;
	font-size: 1.4rem;
	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;
}
.reason_box_right .reason_img{
}
.reason_box_right .reason_img img{
	width:100%;
	height:auto;
}
.reason_box_right .reason_detail{
	position:relative;
	width:94%;
	top:-20px;
	margin:0 auto 0 0;
}

.reason_box_right .reason_detail .reason_detail_box{
	position:relative;
	background:#d9d9d9;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;
}
.reason_box_right .more_btn{
	width:90%;
	margin:0 auto 30px auto;
}
.reason2_img{
	position:absolute;
	left:5px;
	top:5px;
	z-index:9;
	width:30%;
	height:auto;
}
.reason2_box{
	width:90%;
	border:1px solid #d9d9d9;
	padding:10px;
	margin:10px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reason2_box h3{
	font-size:16px;
	font-size: 1.6rem;
	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:14px;
	font-size: 1.4rem;
	line-height:200%;
}


/* ===================================================
	TOP
=================================================== */
#index{
	width:100%;
	/* height:100%; */
}
.top_main{
	width:100%;
	height: 100%;
/* 	height:100vh; */
	position:relative;
}
.top_main #header{
	background:none;
	border-bottom:none;
	position:fixed;
	top:0;
	z-index:9998;
}
.top_main #header .header_sdgs_btn{
	display:none;
}
.top_main #header .header_logo img{
	position:relative;
}
.top_main #header .header_logo img.header_logo_l{
	display:block;
	margin:5px auto 0 0;
}
.top_main #header .header_logo img.header_logo_s{
	display:none;
}
.top_main #header.fixed{
	background:#818c98;
}

.header_sdgs_btn #header.fixed{
	display:block;
}

.top_main #header.fixed .header_logo img.header_logo_l{
	display:none;
}
.top_main #header.fixed .header_logo img.header_logo_s{
	display:block;
	margin:5px auto 0 0;
}

.top_main #header.fixed .header_sdgs_btn{
	display:block;
}
.top_main #header .header_inner{
	position:relative;
	height:100%;
}
.header_top_btn{
	position:absolute;
	right:0;
	bottom:0
}
.top_main_img{
	width:100%;
	height:100%;
	position:relative;
}
.top_main_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.top_main_zoom{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.top_main_zoom img{
	transition: 3s;
	transform: scale(1.2);
}

#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;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
}
.top_moji{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: 0;
}
.top_main_scroll{
	position:absolute;
	bottom:0;
	z-index:9997;
/* 	text-align:center;
	width:100%; */
	text-align: right;
	width: 98%;
}
.top_main_scroll a{
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	display:block;
}
.top_main_scroll:after{
	display:block;
	content:"";
	width:1px;
	height:20px;
	border-left:2px solid #FFF;
/* 	margin:0px auto; */
	margin-left: auto;
	position: relative;
	right: 20px;
}
.top_msg{
	width:100%;
	overflow:hidden;
}
.top_msg_box{
	background:#fbb4ae;
	color:#FFF;
	padding:15px;
	position:relative;
	width:100%;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_msg_box p.top_msg_caption{
	font-size: 38px;
	font-size: 3.8rem;
	font-family: 'Spartan', sans-serif;
	margin:20px auto 30px auto;
	line-height:120%;
	color: #FFF;
}
.top_msg_title{
	font-size: 24px;
	font-size: 2.4rem;
	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_img{
	width:100%;
	margin:0px auto;
	position:relative;
	padding-top:150px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
.top_msg_img1{
	width:65%;
	height:auto;
	display:block;
	position:absolute;
	right:0;
	top:-25px;
	margin:0 0 0 auto;
	z-index:9;
}
.top_msg_img2{
	width:65%;
	height:auto;
	display:block;
	position:relative;
	left:0;
	z-index: 10;
}
span.top_msg1_ex {
    position: absolute;
    bottom: 120px;
    right: 10px;
	color: #222222;
	font-size: 15px;
}
@media (max-width: 360px) {
	span.top_msg1_ex {
	bottom: 125px;
	right: 3%;
	font-size: 14px;
}
}

.top_promise{
	position:relative;
}

.top_title{
	text-align:left;
	top:0;
	left:0;
	margin:0 0 10px 0;
}
.top_title h2{
	display: inline-block;
	font-family: 'Spartan', sans-serif;
	font-size:24px;
	font-size: 2.4rem;
	position:relative;
}
.top_title h2:after{
	content:" ";
	width:120px;
	border-top:1px solid #000000;
	display:block;
	position:absolute;
	right:-140px;
	top:15px;
}
.top_title p{
	font-size:16px;
	font-size: 1.6rem;
}
.top_promise_p{
	font-size:16px;
	font-size: 1.6rem;
	line-height:200%;
	margin:10px 0 0 0;
}
.top_promise .more_btn{
	margin:0 3% 10px 3%;
	position: relative;
/*   top: -80px; */
}
.top_promise .more_btn a{
	font-size:14px;
	font-size: 1.4rem;
}
.more_btn{
	margin:20px 0;
}
.more_btn a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	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{
	width:100%;
	overflow:hidden;
	padding:0;
}
.top_reason .top_title{
	margin:0 0 10px 4%;
}
.top_reason_box,
.top_reason_box_right{
	position:relative;
	width:100%;
	margin:0;
}
.top_reason_box .top_reason_img{
}
.top_reason_box_right .top_reason_img img,
.top_reason_box .top_reason_img img{
	width:100%;
	height:auto;
}
.top_reason_box .top_reason_detail{
	width:93%;
	background:#f2dac2;
	margin:0 0 0 auto;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_reason_box .top_reason_detail img{
	position:absolute;
	top:5px;
	right:5px;
	height:auto;
	width:auto;
	max-width: 135px;
}
.top_reason_box_right .top_reason_detail{
	width:93%;
	background:#d9d9d9;
	margin:0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_reason_box_right .top_reason_detail img{
	position:absolute;
	top:5px;
	right:5px;
	height:60px;
	width:auto;
}
.top_reason_detail{
	position:relative;
}
.top_reason_detail h3{
	font-weight:bold;
	font-size:18px;
	font-size: 1.8rem;
	margin:0 0 10px 0;
	z-index: 1;
	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%;
}
.top_reason .more_btn{
	margin:10px auto 0px auto;
}
.top_campaign{
	width:94%;
	margin:0px auto;
}
.single-clinic .top_campaign {
	margin-top: 40px;
}
.top_campaign .top_title p{
	text-align:left;
}
.top_campaign_list{

}
.top_campaign_list ul{
}
.top_campaign_list li{
	margin:0 0 10px 0;
}
.top_campaign_list li img{
	width:100%;
	height:auto;
}
.top_campaign_p{
	font-size:22px;
	font-size: 2.2rem;
}
.top_campaign p{
	text-align:center;
}
.top_menu{
	margin:10px 0 0 0;
	/* margin:30px 0 0 0; */
}
.top_menu .top_title{
	margin-left:4%;
}
.top_menu_box{
	background:#f1d5c7;
	padding:30px 0 30px 0;
	position:relative;
	width:75%;
	margin:0 auto 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:calc( (100% - 1200px) / 2 );
}

.top_menu_list{
}
.top_menu_list ul{
	width:133.3%;
	position:relative;
}
.top_menu_list ul li{
	float:left;
	width:45%;
	margin:0 3% 2% 1.5%;
	position:relative;
	background:#FFF;
}
.top_menu_list ul li:nth-child(odd){
	margin:0 1.5% 2% 3%;
}
.top_menu_list ul li img{
	width:100%;
	height:auto;
}
.top_menu_list ul li h3{
	position:absolute;
	top:25%;
	bottom:0;
	margin:auto;
	height:100px;
	text-align:center;
	color:#FFF;
	width:100%;
	font-size:14px;
	font-size: 1.4rem;
}
.top_menu_list ul li h3 span{
	font-size:16px;
	font-size: 1.6rem;
	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 {
	width:94%;
	margin:60px auto 0;
}

.top_clinic_inner{
	position:relative;
	padding:0;
}
.top_clinic h3{
	font-weight:bold;
	font-size:18px;
	font-size: 1.8rem;
	margin:0 0 10px 0;
}
.top_clinic p{
	font-size:14px;
	font-size: 1.4rem;
}
.top_clinic p.more_btn{
	margin:20px auto;
	width:70%;
}
.top_clinic .tel {
	margin-top: 4px;
	margin-bottom: 4px;
}
.clinic_body p.tel {
	margin-bottom: 10px;
}
.clinic_infoItem + .clinic_infoItem {
	margin-top: 20px;
}
.archive-clinic .clinic_infoItem + .clinic_infoItem {
	margin-top: 10px;
}

.top_instagram {
	padding: 30px 0 0;
}

.top_instagram .top_title {
	padding:0;
	width:94%;
	margin:0 auto 10px;
}

.top_faq{
	width:94%;
	margin:0px auto;
	padding:30px 0 60px;
	overflow:hidden;
}
.top_faq .answer{
	display:none;
}
.top_news .more_btn,
.top_faq .more_btn{
	width:70%;
	margin:20px auto 0 auto;
}


.bottom_btn{
	display:none;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:9995;
  background-color: #fff;
  padding-left: 3px;
}
.bottom_btn a{
	display:block;
	width: calc(100% / 3);
	background:#fbb4ae;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	border-right:3px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	float:left;
  padding: 3px 0;
}
.bottom_btn a img{
	width:100%;
  max-width: 97px;
	height:auto;
}
.bottom_btn a.btn2{
	background:#999896;
}
.bottom_btn a.btn3{
	background:#82c691;
}

.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:20px;
	font-size: 2.0rem;
}

/* ===================================================
	スペシャルプラン / SPECIAL PLAN
=================================================== */
section.top_special_plan {
   /*  margin-top: -10px; */
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 48px;
}
.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: 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;
	width: 100%;
}
.top_sp_list li {
    display: block;
    width: 50%;
	padding-right: 2.7vw;
	padding-bottom: 2.7vw;
}
.top_sp_inner{
    margin: 0px auto;
    padding-top: 5px;
    width: 97%;
    position: relative;
    left: 1.2vw;
}
.top_special_plan .top_special_plan_box{
	margin: 4%;
}
.top_special_plan_box .top_sp_p{
	font-size: 17px;
}

@media (max-width: 500px) {
.top_sp_inner{
	width: 97%;
	left: 5px;
}
}

/* ===================================================
	top_media
=================================================== */
section.top_media {
	padding-top: 40px;
	padding-bottom: 10px;
}
.top_media p.img {
	display: block;
	height: 33.3vw;
	width: 33.3vw;
}
.top_media_img p img.attachment-full.size-full {
    object-fit: cover;
    height: 33.3vw;
    width: 33.3vw;
}
.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;
}
.top_media .top_title {
    padding: 0;
    width: 94%;
    margin: 0 auto 10px;
}
.top_media .more_btn {
    width: 70%;
    margin: 20px auto 0 auto;
}
/* btn */
.top_instagram .more_btn {
    width: 70%;
    margin: 20px auto 0 auto;
}
.top_kutikomi_embed .more_btn{
	width: 70%;
    margin: 0px auto 40px auto;
}
.top_news_list ul {
    margin: 0!important;
}

@media (max-width: 500px) {
	/* btn */
	.top_clinic .more_btn, .top_faq .more_btn, .top_news .more_btn, .top_media .more_btn,  .top_instagram .more_btn, .top_kutikomi_embed .more_btn{
		max-width: 250px;
		min-width: 250px;
	}
}

@media (max-width: 500px) {
	/* btn */
	.top_clinic .more_btn, .top_faq .more_btn, .top_news .more_btn, .top_media .more_btn,  .top_instagram .more_btn, .top_kutikomi_embed .more_btn{
		max-width: 250px;
		min-width: 250px;
	}
}

/* ===================================================
	Google口コミ / Google
=================================================== */
.top_kutikomi_embed_img_big {
	margin-bottom: 15px;
}
.top_kutikomi_embed_img_big img{
	width: 100%;
	height: auto;
}

/* ===================================================
	パートナーシップ / partnership
=================================================== */
.partnership-li{
	border-bottom:solid 1px #f1d5c7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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{
	min-width: 100px;
	height: 60px;
	overflow: hidden;
}

.avance-logo-img{
	min-width: 100px;
	height: 60px;
	overflow: hidden;
}

.a-shop-url a{
	display: block;
	width: 100%;
	max-width: 170px;
	color: #FFF;
	background: #fbb4ae;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	position: relative;
	top: 3px;
}

.a-shop-url a:hover{
	opacity: 0.5;
}

.a-shop-text{
	font-size: 1.3rem;
	margin-left: 1rem;
	flex: auto;
	line-height: 1.4;
}

.partnership-place{
	font-size: 2rem;
  color: #fbb4ae;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-left: 1rem;
}


.a-shop-avance-image{
	display:grid;
	margin-left: 15px;
}

.partnership_inner{
	width: 94%;
	margin:0 auto;
}

.partnership-ul{
	padding-bottom: 30px;
}

.a-shop-category{
	font-weight: bold;
}
.a-shop-name{
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1.45rem !important;
}

.p-m-i{
	font-size: 1.6rem;
	position: relative;
	top:3px;
	margin-right: 5px;
}

.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: -50px;
	padding-top: 50px;
	z-index: -1;
	position: relative;
}

/* 地域btn */

.p-category_list{
	display: flex;
}

.p-category_list li a {
	font-size: 1.5rem;
	color:#fbb4ae;
	width: 90px;
    height:45px;
		border: 2px solid #fbb4ae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.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: 7px;
  left: 7px;
	width: 90px;
  height: 45px;
	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{
		width: 40%;
		margin: 0 auto;
		max-width: 300px;
		margin-bottom: 30px;
		position: relative;
    z-index: 1;
	}

	@media (max-width: 750px) {
		.p-category_item_container{
			width: 80%;
			margin: 0 auto;
			margin-bottom: 30px;
		}
		}

		@media (max-width: 350px) {
			.p-category_item_container{
				width: 100%;
				margin: 0 auto;
				margin-bottom: 30px;
			}
			}

		.p-category_list-a::after{
			content:"";
			left: 0px;
			width: 9px;
			height: 9px;
			border-top: 1.5px solid #7e7e7e;
			border-right: 1.5px solid #7e7e7e;
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			margin-bottom: 6px;
			position: relative;
			top: 0px;
		}
		
		.p-category_list li{
			position: relative;
		}
		
		.p-category_list li::after{
			content:"";
			top:20px;
			left: 39.8px;
			width: 9px;
			height: 9px;
			border-top: 1.5px solid #7e7e7e;
			border-right: 1.5px solid #7e7e7e;
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			position: absolute;
		}

		.p-category_list:first-of-type{
			margin-bottom: 20px;
			justify-content: center;
		}
		.p-category_list:first-of-type li{
			margin-right: 15px;
		}
		.p-category_list:first-of-type li:last-of-type{
			margin-right: 0px;
		}
		/* 地域btn-end */
		
/* ===================================================
	part-FAQ
=================================================== */
.faq_list_box_p .answer{
	display: none;
}
.p-faq-btn{
	position: relative;
	margin: 20px auto;
	width: 70%;
}

.p-faq-box{
	margin-top: 60px;
	margin-bottom: 30px;
}

/* ===================================================
	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:-170px;
	left:-120px;
	transform: scale(0.36);
	z-index: 11;
}

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

.top_promise .more_btn a {
    color: #222;
}

.top_promise .top_title h2{
  letter-spacing: 0.2em;
	font-size: 3rem;
}
.top_promise .top_title{
	position: relative;
	/* top:-78px; */
	background:rgba(255,255,255,0.7);
	z-index: 8;
	width: 90%;
	padding-left: 4%;
	padding-top: 10px;
	/* padding-top: 20px; */
}

.top_promise .top_title p{
  font-size: 2rem;
	color:#615f5d;
	font-weight: bold;
}

.top_promise_p{
	/* width: 82%; */
	margin:0 auto;
	position: relative;
	/* top:-78px; */
	margin-left: 4%;
	margin-right: 4%;
	padding-bottom: 25px;
}

.top_reason .top_title h2{
  letter-spacing: 0.2em;
	font-size: 3rem;
}
.top_reason .top_title p{
  font-size: 2rem;
	color:#615f5d;
	font-weight: bold;
}

.top_promise .top_title h2::after{
	position: absolute;
    top: 32px;
    width: 60px;
    right: -70px;
    top: 20px;
}

.top_reason .top_title h2::after{
	position: absolute;
    top: 20px;
		width: 60px;
    right: -70px;
    top: 20px;
}

.promise_top_title_img{
	flex-direction: column-reverse;
	display: flex;
}

/* .top_promise img{
	position: relative;
	right:0px;
} */

.top_promise_img {
    max-width: 520px;
    margin:0 auto;
    width: 90%;
    z-index: 10;
  }

  .top_promise_img .video{
    z-index: 20;
  }
  .top_promise_img{
    width: 90%;
    position: relative;
    margin: 0 auto;
    max-width: 520px;
	margin-top: 35px;
  }
 .top_promise_img video{
  max-width: 520px;
  margin:0 auto;
  height: auto;
  width: 100%;
}

  .top_promise_img .video-js{
    height:281px!important;
    width: 500px!important;;
    margin: 0 auto;
  }

  .top_promise_img .video-js{
    z-index: 30;
    color: #a7a09c!important;
  }

  .top_promise_img .video-js .vjs-big-play-button {
    font-size: 3em!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.70666em!important;
  margin-left: -0.7em!important;
}

@media (max-width: 550px) {
.top_promise_img .video-js{
  height:197px!important;
  width: 350px!important;;
  margin: 0 auto;
}
}
@media (max-width: 520px) {
	.top_promise_img{
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .top_promise_img .video-js {
    height: 146px!important;
    width: 260px!important;
    margin: 0 auto;
}
}

.top_reason .more_btn a{
color: #222;
}

.trd_more_btn a{
	line-height: 25px;
	height: initial;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_reason_eiji_performance{
	position: absolute;
	top: 45px!important;
  right: 20px!important;
  height: auto!important;
  max-width: 180px;
}

@media (max-width: 374px) {

.trd_more_btn2 a{
	white-space: nowrap;
	font-size: 15px;
}
}

.top_reason_detail_img1{
	top: 40px!important;
	right: 10px!important;
	height: auto;
	width: auto;
	max-width: 110px!important;
}

.top_reason {
	position: relative;
	padding: 0;
	margin-top: 30px;
/* 	top: -50px; */
}

.top_promise {
	position: relative;
}

.top_promise .more_btn:last-of-type{
	margin-bottom: 0px!important;
}

/* ===================================================
	promise_link
=================================================== */
.c_promise_btn1{
	position: relative;
	top:105px;
}

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

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

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

.c_promise_btn6{
	position: relative;
	top:95px;
}

.c_reason_btn1{
	position: relative;
	top:20px;
}

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

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

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

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

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

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

/* ===================================================
	top_banner
=================================================== */
.top_banner_big{
	padding-top: 40px;
	/* padding-bottom: 40px; */
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(210,237,230,1) 100%);
	background: linear-gradient(180deg, #fae3eb 0%,  #fff 40%,  #fff 60%,  #d2ede6 100%);
}
.top_banner_big .flex{
	justify-content: space-between;
    display: flex;
	width: 98%;
	margin: 0 auto;
	gap: 6px;
	padding-bottom: 40px;
}
.top_banner_img{
	width: 94%;
	height: auto;
	margin: 0 auto;
	max-width: 48vw;
}
.top_banner_img a{
	display: inline-block;
}

@media(max-width: 768px) {
	.top_banner_big .flex{
		justify-content: center;
		flex-direction: column;
		width: 100%;
		gap: 15px;
	}
	.top_banner_img{
		max-width: initial;
	}
  #top_banner03{
    margin-top: -15px;
    padding-top: 15px;
  }
}
/* attention */
.attention_box{
	position: relative;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 60px;
	/* min-height: 97vw; */
}
.attention_women{
	position: absolute;
	right: -15px;
	bottom: 0;
	z-index: 3;
	max-width: 190px;
}
.attention_box h2{
	font-size: 3rem;
	letter-spacing: 0.2em;
	font-family: 'Spartan', sans-serif;
	color: #D74172;
	max-width: 310px;
    margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	z-index: 5;
}
.attention_box h2:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(230,245,241);
	background: linear-gradient(180deg, rgba(230,245,241,1) 0%, rgba(225,243,238,1) 100%);
	z-index: -1;
	left: -1%;
    top: 0;
}
.attention_box h2 img{
	vertical-align: text-bottom;
	position: relative;
	top: -7px;
	margin-right: 10px;
	max-width: 35px;
}
.attention_box h2 span{
	font-weight: bold;
	letter-spacing: initial;
	display: block;
	color: #F392A3;
	font-size: 18px;
	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: 16px;
	line-height: 1.7;
}
.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;
	width: 100%;
	margin: 0 auto;
}
.attention_box_inner:before{
	content: "";
	border: solid 1px #BEA001;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.attention_box_inner:after{
	content: "";
	border: solid 1px #CDD6A2;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 1;
}
.attention_box_inner:before {
	width: 97%;
	left: 1.5vw;
	top: 2.5vw;
}
.attention_box_inner:after {
	height: 86.5%;
	top: 3.8vw;
}
.attention_text {
    position: relative;
	padding-bottom: 5px;
}
@media(max-width: 900px) {
	.attention_box_inner:after {
		height: 88%;
	}
}
@media(max-width: 800px) {
	.attention_box_inner:after {
		height: 90%;
	}
	}

@media(max-width: 767px) {
	.attention_women{
		max-width: 140px;
	}
}
@media(max-width: 700px) {
	.attention_text p:first-of-type{
		width: 85%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.attention_text p:last-of-type{
		max-width: 60vw;
		margin-left: 6vw;
    }
}
@media(max-width: 600px) {
.attention_box_inner:before{
	width: 94%;
	left: 2.8vw;
	top: 5vw;
}
.attention_box_inner:after{
	height: 86%;
	top: 7.6vw;
}
.attention_box h2:after{
	background: rgb(219,241,235);
	background: linear-gradient(180deg, rgba(219,241,235,1) 0%, rgba(216,239,233,1) 100%);
}
}
@media(max-width: 500px) {
.attention_box_inner:after{
		height: 90.5%;
}
}
@media(max-width: 450px) {
.attention_box_inner:after{
		height: 92%;
}
}
@media(max-width: 400px) {
.attention_box_inner:after{
	height: 93%;
}
}
@media(max-width: 374px) {
	.attention_box h2 {
        max-width: 300px;
    }
}
@media(max-width: 350px) {
	.attention_box h2 {
        max-width: 291px;
    }
	.attention_box h2 img {
        margin-right: 5px;
        max-width: 30px;
    }
}
@media(max-width: 335px) {
	.attention_box h2 {
        font-size: 2.7rem;
		max-width: 270px;
	}
}

/* ===================================================
	top_kutikomi
=================================================== */
.mw100{
	max-width: 100%;
}

.top_kutikomi_title_img{
	width: 100%;
	margin-top: 7px;
}
.top_kutikomi_title_img img{
	width: 100%;
}
.top_kutikomi_img{
	width: 100%;
}
.top_kutikomi_img img{
	width: 100%;
}
.top_kutikomi_message-img{
	width: 100%;
	margin-bottom: 25px;
	/* margin-top: 25px; */
	margin-top: 36px;
}
.top_kutikomi_message-img img{
	width: 100%;
}
.review_btn a {
	color: #222;
	font-size: 1.4rem;
	font-size: 14px;
	width: 100%;
} 
.review_btn{
	margin: 4px 3% 12px 3%;
} 
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: 500px) {
	.message-img-ul li{
		width: 50%;
	}
}

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

@media (max-width: 1023px){
	.kids-d1{
		position: relative;
		left:250px;
	}
}

@media (max-width: 800px){
	.kids-d1{
		position: relative;
		left:0px;
	}
}

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

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

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

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

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


/* ---------------------------------------------------------------- *
	review_page-numbers
 * ---------------------------------------------------------------- */
 .l-cont {
	padding-top: 20px;
 position: relative;
 width: 95%;
 margin: 0 auto;
}
 .pagination {
	 width: 100%;
 }
 
.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: 41px;
 height: 41px;
 line-height: 41px;
 text-align: center;
 margin-left: 0.2em;
 margin-right: 0.2em;
 font-size: 15px;
 background-color: #fff;
}
.page-numbers.dots{
 margin-left: 0.2em;
 margin-right: 0.2em;
}
.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,
.page-numbers.next::before{
 display: none;
}


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

.pn3{
 font-size: 1.3rem;
}

.pn{
 font-weight: bold;
}

.pn2{
 position: relative;
}

.pn4{
	padding-left: 13px;
 font-size: 1.5rem;
 line-height: 36px;
}

.nn1{
 padding-left: 13px;
 line-height: 36px;
 font-size: 1.5rem;
 font-weight: bold;
}

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

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

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

/* ===================================================
	メニュー / menu_new
=================================================== */
.menu_pink{
	background: #f4e9e5;
}
.menu_s_common{
	margin-top: 80px;
    width: 92%;
    padding: 1em;
}
.menu_s_common:first-of-type{
	margin-top: 70px;
}
.menu_flex{
	overflow: initial!important;
}
.menu_flex_right{
overflow: initial!important;
}
.menu_img{
max-width: 314px;
min-width: 314px;
max-height: 314px;
height: auto;
background: #FFF;
overflow: hidden;
}
.menu_t_box p{
	font-size: 15px;
}
.menu_t_box h3{
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.menu_gr .menu_t_box h3{
	margin-bottom: 20px;
}
.menu_gr .menu_t_box p:first-of-type{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.menu_img{
	position: relative;
	margin-top: -50px;
}
.menu_img a h2{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 105px;
	text-align: center;
	color: #FFF;
	width: 100%;
	font-size: 28px;
	z-index: 2;
	font-weight: 400;
}
.menu_img a h2 span {
	font-size: 30px;
	font-family: 'Spartan', sans-serif;
}
.menu_img a h2 span:after {
	display: block;
	content: "　";
	border-top: 2px solid #FFF;
	width: 60px;
	margin: 11px auto 10px auto;
	height: 2px;
}
.menu_s_common .more_btn{
  margin: 20px 0 0 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 60%, #fff566 0%);
	font-weight: bold;
	border-bottom: solid 3px #fff566;
}
.menu_right{
	margin-left: auto;
}
.menu_nursing{
	background: #f7def7;
}
.menu_bl{
	background: #dbe5f1;
}
.menu_gr{
	background: #e1f7f2;
/* 	margin-bottom: 30px; */
}

/* SP調整 */
@media (max-width: 450px){
	.menu_img{
		max-width: 83.75vw;
		min-width: 83.75vw;
		max-height: 83.75vw;
		}
}

@media (max-width: 374px){
	.menu_img{
		max-width: 83.5vw;
		min-width: 83.5vw;
		max-height: 83.5vw;
		}
}

/* TL調整 */
@media (min-width: 620px){
 .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: 20px;
}
.menu_right .menu_t_box{
	margin-right: 20px;
}
.menu_s_common {
	width: 100%;
}
.menu_s_common .more_btn a {
	max-width: 308px;
}
}
.menu .top_clinic, .body .top_clinic, .vio .top_clinic, .face .top_clinic, .neck .top_clinic{
	margin-top: 30px;
}
.menu .top_campaign{
	padding-top: 100px;
}
/* partsページ追加 */
.menu_parts_img h2{
	display: none;
}
.parts_s h2{
	text-align: center;
	color: #FFF;
	width: 100%;
	font-size: 25px;
	font-weight: 400;
	margin-top: 10px;
}
.parts_s h2 span{
	font-size: 15px;
	font-family: 'Spartan', sans-serif;
	display: block;
}
.parts_s{
	position: relative;
	margin-left: auto;
	/* margin: 80px 0px 190px 0px; */
	margin-top: 30px;
}
.ladies-parts_s:before{
	position: absolute;
	content: "";
	background-color: #FAB3AD;
	width: 94%;
	height: 81.5%;
	top:50px;
	left:0;
}
.mens-parts_s:before{
	position: absolute;
	content: "";
	background-color: #4D7EBB;
	width: 94%;
	height: 81.5%;
	top:50px;
	right:0;
}
@media (min-width: 501px){
	.sp500{
		display: none;
	}
	.menu_parts_img{
		max-width: 1200px;
		/* min-width: 1200px; */
		max-height: 250px;
		height: auto;
		background: #FFF;
		overflow: hidden;
		position: relative;
		z-index: 1;
		width: 100%;
	}
	.menu_parts_img a img{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px){
	.ladies-parts_s:before, .mens-parts_s:before{
		height: 79%;
	}
}
@media (max-width: 619px){
	.ladies-parts_s:before, .mens-parts_s:before{
		width: 100%;
		height: 75%;
	}
}
@media (max-width: 500px){
	.menu .pc500{
		display: none;
	}
	.menu_parts_img{
		max-width: 314px;
		min-width: 314px;
		max-height: 314px;
		height: auto;
		background: #FFF;
		overflow: hidden;
	}
	.ladies-parts_s:before, .mens-parts_s:before{
		height: 87%;
	}
}

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

/* キッズページ */
body.kids .top_clinic {
	margin: 50px auto 0;
}
/* promise */
.promise .promise_flow .p-r-menu_title{
	margin-top: 2.5rem;
}

/* ===================================================
	お支払い方法 / PAYMENT METHOD(part)
=================================================== */
.part_payment_small h3 {
    background-color: #FBB4AE;
    color: #fff;
	padding: 5px 10px 5px 45px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
	margin-bottom: 10px;
}
.part_payment_small h3 img {
	position: absolute;
    top: 5px;
    left: 10px;
    max-width: 30px;
}
.part_payment_small {
    margin-bottom: 20px;
}
.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;
	width: 100%;
	margin-bottom: 10px;
}
.part_payment_small .pp_mt15{
	margin-top: 10px;
}
section.part_payment {
    background: #FBFAF5;
    padding: 50px 0;
    margin-bottom: 30px;
}
body.kids section.part_payment {
    margin-top: 30px;
}
.part_payment .top_title p{
	font-size: 14px;
}
.part_payment .inner{
	width: 94%;
}
.part_payment_big {
    margin-top: 15px;
}

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