@charset "UTF-8";

/*@media screen and (max-width: 768px){}*/


/*メインビジュアル SP
---------------------------------------------*/
#mv_lafille_lp {
	position: relative;
	background-image: url(../img/key_visual_sp.webp);
	background-size: cover; 
	background-repeat: no-repeat;
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_lafille_lp:before {
    content: "";
    display: block;
    padding-top: 70vh;
  }
#mv_lafille_lp .sub {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.15em;
	line-height: 1.4em;
	color: #e88a95;
	position: absolute;
	top: 32%;
	left: 24vw;
	text-align: center;
}
#mv_lafille_lp .sub2 {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 4.5vw;
	font-weight: normal;
	line-height: 1.6;
	position: absolute;
	top: 44%;
	left: 40vw;
}
#mv_lafille_lp .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 50%;
	left: 20vw;
	line-height: 1.2em;
	margin: 0;
}
#mv_lafille_lp .title span {
	display: block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.2em;
	margin-left: .8vw;
	vertical-align: middle;
}
#mv_lafille_lp .bg_transparent{
	width: 70vw;
	height: 65vw;
	background-color: rgba( 255, 255, 255, 0.55 );
}

/*メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_lafille_lp {
	background-image: url(../img/key_visual.webp);
}
#mv_lafille_lp:before {
    content: "";
    display: block;
    padding-top: 55%;
  }
#mv_lafille_lp .sub {
	font-size: 24px;
	position: absolute;
	top: 30%;
	left: 22vw;
	letter-spacing: 0;
	text-align: left;
}
#mv_lafille_lp .sub2 {
	font-size: 28px;
	position: absolute;
	top: 49%;
	left: 22vw;
}
#mv_lafille_lp .title {
	font-size: 62px;
	position: absolute;
	top: 44%;
	left: 29vw;
}
#mv_lafille_lp .title span {
	font-size: 20px;
}
#mv_lafille_lp .bg_transparent{
	width: 70vw;
	height: 60vw;
	background-color: rgba( 255, 255, 255, 0 );
}
}

/* 対象価格 SP
---------------------------------------------*/
.first_time_price {
	width: 96%;
	height: auto;
	margin: 30px 2%;
	text-align: center;
}
.first_time_price dl {
	margin: 30px 0 0;
}
.first_time_price dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}
.first_time_price dt span {
	font-size: 15px;
	display: inline-block;
}
.first_time_price dd {
	font-size: 52px;
	font-weight: nomal;
	line-height: 1em;
	color: #d25965;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.first_time_price dd .mini {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-right: 0.2em;
}
.first_time_price dd .mini2 {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.1em;
	padding-right: 0.2em;
}
.first_time_price dd .mini2 .minitx{
	font-size: 16px;
}
.first_time_price dd .tax_in {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.first_time_price dd .tx_exp {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1em;
}
.first_time_price .tx_subject{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #333;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
.first_time_price .tx_subject span{
	font-size: 12px;
}
.first_time_price p {
	font-size: 12px;
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align:center;
}
/*対象価格 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.first_time_price {
	display: flex;
	justify-content: center;
}
.first_time_price dl {
	margin: 10px 40px;
}
.first_time_price p {
	text-align: center;
}
.first_time_price .tx_subject{
	width: 460px;
	height: 5.5em;
}
}


/*最新鋭脱毛機 SP
---------------------------------------------*/
.laffile_machine {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 40px 0;
	background-color: #FEF3F3;
}
.laffile_machine .head_box{
	width: 94%;
	height: auto;
	margin: 20px auto 0;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.laffile_machine .head_box .top_h3{
	font-size: 6vw;
	color: #E88A95;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.laffile_machine .head_box .top_h3 span{
	font-size: 4vw;
}
.laffile_machine .inner {
	width: 96%;
	height: auto;
	margin: 10px auto 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.laffile_machine .reason_box{
	width: 42vw;
	margin-bottom: 5vw;
	display: flex;
	flex-direction: column;
}
.inner {
	width: 96%;
	height: auto;
	margin: 10px auto 20px;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
.laffile_machine .reason_circle{
	width: 30vw;
	height: 30vw;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	background: #fff;
	justify-content: center;
	align-items: center;
}
.laffile_machine .reason_circle p{
	font-size: 3vw;
	color: #E88A95;
	margin-top: 10px;
	text-align: center;
	line-height: 1em;
}
.laffile_machine .reason_circle p span{
	font-size: 2.5vw;
	color: #EDBFC1;
	display: block;
	margin-top: 0.2em;
}
.laffile_machine .reason_circle img{
	width: 30%;
	height: auto;
}
.laffile_machine .img02{
	width: 20vw;
	margin-left: 1vw;
}
.laffile_machine .img01{
	display: none;
}
/*最新鋭脱毛機 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.laffile_machine {
	margin: 60px auto 0;
}
.laffile_machine .head_box{
	width: 1000px;
	height: auto;
	margin: 20px auto 0;
}
.laffile_machine .head_box .top_h3{
	font-size: 44px;
	color: #E88A95;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.laffile_machine .head_box .top_h3 span{
	font-size: 28px;
}
.laffile_machine .head_box img{
	width: 170px;
	margin-left: 40px;
}
.laffile_machine .inner {
	width: 1000px;
	height: auto;
	margin: 0 auto 5px;
}
.laffile_machine .reason_circle{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #fff;
}
.laffile_machine .reason_circle p{
	font-size: 18px;
	line-height: 1.4em;
}
.laffile_machine .reason_circle p span{
	font-size: 14px;
	margin-top: 0;
}
.laffile_machine .reason_circle img{
	width: 30%;
	height: auto;
}
.laffile_machine .img02{
	display: none;
}
.laffile_machine .img01{
	display: block;
	width: 135px;
	height: auto;
	margin-left: 10px;
}
}


/*ご予約方法 SP
---------------------------------------------*/
.appointment_box {
	background-image: url(../../contents/img/hifu/appointment-box-back-sp.webp);
	background-size:  cover; 
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	padding: 10px 1px;
}
.appointment_box dl {
	display: inline-block;
	width: 47%;
	height: auto;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.appointment_box dt {
	font-size: 4vw;
	font-weight: normal;
	line-height: 1.3em;
	color: #fff;
}
.appointment_box dt span {
	font-size: 3vw;
	display: block;
}
.appointment_box dd {
	font-size: 5.5vw;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	margin-top: 5px;
}
.appointment_box dd .mini {
	font-size: 3vw;
	display: inline-block;
	margin-left: 0.1em;
	margin-right: 0;
	line-height: 1em;
}
.appointment_box dd .tax_in {
	font-size: 2vw;
}
.appointment_box a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	letter-spacing: 0.25em;
	color: #fff;
	position: relative;
}
.appointment_box a::after {
border-right: 1px solid #fff;
border-top: 1px solid #fff;
content: '';
display: block;
height: 3vw;
position: absolute;
right: 20vw;
top: 50%;
transform: translate(0, -50%) rotate(45deg); width: 3vw;
 } 
/*ご予約方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.appointment_box {
	background-image: url(../../contents/img/hifu/appointment-box-back.webp);
	background-size:  cover; 
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
	padding: 10px;
}
.appointment_box dl {
	display: inline-block;
	margin: 20px;
	padding-top: 10px;
	width: 380px;
}
.appointment_box dt {
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
}
.appointment_box dt span {
	font-size: 15px;
	display: block;
}
.appointment_box dd {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	margin: 5px 0;
}
.appointment_box dd .mini {
	font-size: 18px;
	display: inline-block;
	margin-left: 0.1em;
	margin-right: 0.2em;
}
.appointment_box dd .tax_in {
	font-size: 13px;
}
.appointment_box a {
	width: 1000px;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	letter-spacing: 0.25em;
	color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.appointment_box a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: '';
	display: block;
	height: 13px;
	position: absolute;
	right: 380px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 13px;
} 
}

/*料金表はこちら ボタン
---------------------------------------------*/
.price_btn a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	letter-spacing: 0.25em;
	color: #e88a95;
	position: relative;
	text-align: center;
}
.price_btn a::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: '';
	display: block;
	height: 3vw;
	position: absolute;
	right: 24vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 3vw;
} 
@media screen and (min-width: 769px){
.price_btn a {
	width: 1000px;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
}
.price_btn a::after {
	height: 13px;
	right: 400px;
	transform: translate(0, -50%) rotate(45deg); width: 13px;
} 
}


/*人気のひみつ SP
---------------------------------------------*/
.lafiile_recommend {
	margin-top: 40px;
	margin-bottom: 0;
}
.lafiile_recommend .recommend_heading {
	position: relative;
	background-image: url(../img/recommended-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.lafiile_recommend .recommend_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.lafiile_recommend .recommend_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 5.6vw;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -0.1em;
	margin-left: 1em;
}
.lafiile_recommend .recommend_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
	margin-top: 0.3em;
	margin-left: 1em;
}
.lafiile_recommend .tx_exp{
	width: 96%;
	height: auto;
	margin: 30px auto;
	text-align: center;
}
.lafiile_recommend .tx_exp h3{
	font-size: 6vw;
	color: #E88A95;
	line-height: 1.1em;
}
.lafiile_recommend .tx_exp h3 span{
	font-size: 4.2vw;
}
.lafiile_recommend .tx_exp p{
	text-align: left;
	margin-top: 0.5em;
}
.lafiile_recommend .tx_exp2{
	width: 96%;
	height: auto;
	margin: 42px auto;
}
.lafiile_recommend .tx_exp2 h3{
	font-size: 4.2vw;
	color: #E88A95;
	line-height: 1.1em;
}
.lafiile_recommend .tx_exp2 p{
	text-align: left;
	margin-top: 0.5em;
}
.lafiile_recommend .tx_exp2 img{
	width: 70%;
	height: auto;
	margin: 20px 15%;
}
/* 価格部分 SP */
.price_box {
	width: 96%;
	height: auto;
	margin: 30px 2%;
	text-align: center;
}
.price_box dl {
	margin: 30px 0 0;
}
.price_box dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0.3em;
}
.price_box dt .partstx {
	display: block;
	background-color: #E7E6E6;
	border-top: solid 1px #999;
	padding: 0.5em 0;
	margin-bottom: 0.3em;
}
.price_box dt .minitx {
	font-size: 15px;
	display: block;
	color: #d25965;
}
.price_box dd {
	font-size: 52px;
	font-weight: nomal;
	line-height: 1em;
	color: #d25965;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.price_box .pricemini{
	font-size: 8vw;
	display: block;
	line-height: 1.2em;
	border-bottom: solid 1px #666;
}
.price_box dd .mini {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-right: 0.2em;
}
.price_box dd .mini2 {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.1em;
	padding-right: 0.2em;
}
.price_box dd .mini3 {
	font-size: 18px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.price_box dd .mini2 .minitx{
	font-size: 16px;
}
.price_box dd .tax_in {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.price_box dd .tax_in3 {
	font-size: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.price_box dd .tx_exp {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1em;
}
.price_box .tx_subject{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #333;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
.price_box .tx_subject span{
	font-size: 12px;
}
.price_box p {
	font-size: 12px;
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align:center;
}
.price_box .tx_exp{
	width: 100%;
	text-align:left!important;
	margin: 15px 0 0!important;
}
/*人気のひみつ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafiile_recommend {
	margin-bottom: 60px;
}
.lafiile_recommend .recommend_heading {
	background-image: url(../img/recommended.webp);
}
.lafiile_recommend .recommend_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.lafiile_recommend .recommend_heading .jp_title {
	font-size: 36px;
	letter-spacing: 0;
	margin-left: 0;
}
.lafiile_recommend .recommend_heading .en_sub {
	font-size: 22px;
	margin-left: 0;
}
	
.lafiile_recommend .tx_exp{
	width: 1000px;
	height: auto;
	margin: 40px auto;
	text-align: center;
}
.lafiile_recommend .tx_exp h3{
	font-size: 40px;
}
.lafiile_recommend .tx_exp h3 span{
	font-size: 21px;
}
.lafiile_recommend .tx_exp p{
	text-align: center;
}
.lafiile_recommend .tx_exp2{
	width: 1000px;
	height: auto;
	margin: 42px auto;
	display: flex;
	justify-content: space-between;
}
.lafiile_recommend .tx_exp2 h3{
	font-size: 21px;
}
.lafiile_recommend .tx_exp2 img{
	width: 260px;
	height: auto;
	margin-left: 40px;
}
/* 価格部分 PC */
.price_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.price_box dl {
	margin: 10px 40px;
}
.price_box .pricemini{
	font-size: 46px;
}
.price_box p {
	text-align: center;
}
.price_box .tx_subject{
	width: 460px;
	height: 5.5em;
}
}/* END PC-Responsive */




/*ラ・フィーユ新登場 SP
---------------------------------------------*/
.whats_lafille {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0 0 30px;
	background-color: #FEF3F3;
}
.whats_lafille .whats_heading {
	position: relative;
	background-image: url(../img/whats_lafille-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.whats_lafille .whats_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.whats_lafille .whats_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	line-height: 1.2em;
}
.whats_lafille .whats_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
	margin-top: 0.3em;
}
.whats_lafille .inner{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
.whats_lafille .inner .tx_box{
	margin: 20px 0 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.whats_lafille .inner .tx_box h3{
	font-size: 5vw;
	color: #E88A95;
	line-height: 1em;
}
.whats_lafille .inner .tx_box .tx_middle{
	font-size: 4vw;
}
.whats_lafille .inner .tx_box .tx_small{
	font-size: 3.5vw;
}
.whats_lafille .inner .tx_box img{
	width: 25%;
	height: auto;
	margin-left: 20px;
}
.whats_lafille .inner .tx_box p{
	margin-top: 1em;
}
.whats_lafille .title_box{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.whats_lafille .btn_difference_link{
	width: 80%;
	height: auto;
	display: block;
	text-align: center;
	font-size: 4vw;
	color: #E88A95;
	background-color: #fff;
	margin: 20px auto 10px;
	padding: 0.75em 0;
	position: relative;
}
.whats_lafille .btn_difference_link:after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
/*ラ・フィーユ新登場? PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.whats_lafille {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 0 0 50px;
}
.whats_lafille .whats_heading {
	background-image: url(../img/whats_lafile.webp);
}
.whats_lafille .whats_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.whats_lafille .whats_heading .jp_title {
	font-size: 36px;
}
.whats_lafille .whats_heading .en_sub {
	font-size: 22px;
}
.whats_lafille .inner{
	width: 840px;
	height: auto;
}
.whats_lafille .inner .tx_box{
	margin: 50px 0 0;
}
.whats_lafille .inner .tx_box h3{
	font-size: 30px;
}
.whats_lafille .inner .tx_box .tx_middle{
	font-size: 20px;
}
.whats_lafille .inner .tx_box .tx_small{
	font-size: 16px;
}
.whats_lafille .inner .tx_box img{
	width: 140px;
	height: auto;
	margin-left: 40px;
}
.whats_lafille .btn_difference_link{
	width: 400px;
	font-size: 18px;
	margin: 0 auto;
}
.whats_lafille .btn_difference_link:after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
}


/*特徴 SP
---------------------------------------------*/
.lafille_feature {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.lafille_feature .tx01{
	margin: 20px 0;
	text-align: center;
}
.lafille_feature .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../../contents/img/lafille/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lafille_feature .tx01 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lafille_feature .tx01 p{
	margin-top: 1em;
}
.lafille_feature .tx01 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

.lafille_feature .tx02{
	margin: 20px 0;
	text-align: center;
}
.lafille_feature .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../../contents/img/lafille/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lafille_feature .tx02 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lafille_feature .tx02 p{
	margin-top: 1em;
}
.lafille_feature .tx02 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
	
.lafille_feature .tx03{
	margin: 20px 0;
	text-align: center;
}
.lafille_feature .tx03 .head03{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../../contents/img/lafille/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lafille_feature .tx03 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lafille_feature .tx03 p{
	margin-top: 1em;
}
.lafille_feature .tx03 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
.first_time {
	font-size: 17px;
	color: #d25965;
	margin: 1em 0;
}
.first_time .price {
font-size: 52px;
	font-weight: nomal;
	line-height: 1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.first_time .mini {
	font-size: 22px;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.first_time .tax_in {
	font-size: 13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*特徴 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafille_feature {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.lafille_feature .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.lafille_feature .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.lafille_feature .tx01 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.lafille_feature .tx01 img{
	width: 350px;
	height: auto;
	margin-right: 40px;
}

.lafille_feature .tx02{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.lafille_feature .tx02 .head02{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.lafille_feature .tx02 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.lafille_feature .tx02 img{
	width: 350px;
	height: auto;
	margin-left: 40px;
}

.lafille_feature .tx03{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.lafille_feature .tx03 .head03{
	width: 610px;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.lafille_feature .tx03 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.lafille_feature .tx03 img{
	width: 350px;
	height: auto;
	margin-right: 40px;
}
}


/*効果の出方 SP
---------------------------------------------*/
.lafille_effect{
width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 30px 0;
	background-color: #F5F5F5;
}
.lafille_effect .inner{
	width: 94%;
	height: auto;
	margin: 0 auto;
}
.lafille_effect .inner .tx_box{
	margin: 20px 0 0;
}
.lafille_effect .inner .tx_box h3{
	font-size: 4vw;
	color: #E88A95;
}
.lafille_effect .inner .tx_box p{
	margin-top: 1em;
}
.lafille_effect .inner .tx_box img{
	width: 70%;
	height: auto;
	margin: 20px 15% 0;
}
/*効果の出方 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafille_effect {
	width: 100%;
	height: auto;
	margin: 30px 0 0;
	padding: 50px 0;
}
.lafille_effect .inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.lafille_effect .inner .tx_box{
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
}
.lafille_effect .inner .tx_box h3{
	font-size: 21px;
	color: #E88A95;
}	
.lafille_effect .inner .tx_box img{
	margin: 0 0 0 40px;
}
}



/*確実な脱毛 SP
---------------------------------------------*/
.hair_removal{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}
.hair_removal .removal_heading {
	position: relative;
	background-image: url(../img/recommended-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.hair_removal .removal_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.hair_removal .removal_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: -0.07em;
}
.hair_removal .removal_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
.hair_removal .main_exp{
	width: 96%;
	font-size: 5vw;	
	color: #E88A95;
	text-align: center;
	margin-top: 30px;
	line-height: 1.4em;
}	
.hair_removal .inner{
	margin: 10px auto;
}
.hair_removal .tx_box{
	width: 96%;
	height: auto;
	margin: 20px auto;
}
.hair_removal .tx_box h3{
	font-size: 4vw;
	color: #E88A95;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.hair_removal .tx_box h3 span{
	width: 45vw;
	font-size: 3.5vw;
	color: #fff;
	padding: 0.3em 0.5em;
	background-color: #E88A95;
	text-align: center;
	display: inline-block;
	margin-bottom: 0.3em;
}
.hair_removal .tx_box .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
}
.hair_removal .tx_mini{
	font-size: 60%!important;
}
.hair_removal h3 .tx_mini{
	width: 1em!important;
	font-size: 60%!important;
	color: #E88A95!important;
	background-color: #FFF!important;
	padding: 0!important;
	margin-bottom: 0!important;
	text-align: left;
	display: inline;
}
.hair_removal .tx_box img{
	width: 70%;
	height: auto;
	display: block;
	margin: 10px auto;
}
.hair_removal .fig_illust_pc{
	display: none;
}
.hair_removal .fig_illust_sp{
}
.hair_removal .fig_illust_sp img{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
}
.hair_removal .tx_wrap{
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
}
.hair_removal .tx_wrap .left_box{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 6vw;
	background-color: #FEF3F3;
}
.hair_removal .tx_wrap .left_box h4{
	font-size: 4vw;
	color: #E88A95;
	line-height: 1.4em;
}
.hair_removal .tx_wrap .left_box h5{
	font-size: 4vw;
	color: #E88A95;
	line-height: 1.4em;
}
.hair_removal .tx_wrap .right_box{
	width: 100%;
	height: auto;
	padding: 6vw;
	background-color: #F5F5F5;
}
.hair_removal .tx_wrap .right_box h4{
	font-size: 4vw;
	color: #666;
	line-height: 1.4em;
}
.hair_removal .tx_wrap .right_box h5{
	font-size: 4vw;
	color: #666;
	line-height: 1.4em;
}
.hair_removal .tx_wrap img{
	margin: 15px auto;
	text-align: center;
}
.hair_removal .tx_wrap p{
	margin-top: 10px;
}
/*確実な脱毛 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.hair_removal {
	margin: 40px 0;
}
.hair_removal .removal_heading {
	background-image: url(../img/medical_laser.webp);
}
.hair_removal .removal_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.hair_removal .removal_heading .jp_title {
	font-size: 36px;
}
.hair_removal .removal_heading .en_sub {
	font-size: 22px;
}
.hair_removal .main_exp{
	font-size: 26px;	
	color: #E88A95;
	text-align: center;
	margin-top: 40px;
}	
.hair_removal .inner{
	width: 1000px;
	height: auto;
	margin: 30px auto 60px;
}
.hair_removal .tx_box{
	width: 100%;
	margin: 10px 30px 30px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.hair_removal .tx_box img{
	width: auto;
	height: auto;
	margin-left: 40px;
}
.hair_removal .fig_illust_sp{
	display: none;
}
.hair_removal .fig_illust_pc{
	margin-top: -30px;
	display: block;
}
.hair_removal .fig_illust_pc img{
	margin-left: 0;	
}
.hair_removal .tx_box h3{
	font-size: 21px;
	color: #E88A95;
	margin-bottom: 5px;
}
.hair_removal .tx_box .head_h4{
	font-size: 18px;
	margin: 5px 0 2px;
}
.hair_removal .tx_box h3 span{
	width: 280px;
	font-size: 20px;
	color: #fff;
	padding: 0.3em 0.5em;
	background-color: #E88A95;
	text-align: center;
	display: inline-block;
	margin-bottom: 0.5em;
}
.hair_removal .tx_wrap{
	display: flex;
	justify-content: space-between;
}
.hair_removal .tx_wrap .left_box{
	width: 48%;
	height: auto;
	padding: 30px;
	margin-bottom: 0;
}
.hair_removal .tx_wrap .left_box h4{
	font-size: 22px;
}
.hair_removal .tx_wrap .left_box h5{
	font-size: 20px;
}
.hair_removal .tx_wrap .right_box{
	width: 48%;
	height: auto;
	padding: 30px;
}
.hair_removal .tx_wrap .right_box h4{
	font-size: 22px;
}
.hair_removal .tx_wrap .right_box h5{
	font-size: 20px;
}
.hair_removal .tx_wrap img{
	margin: 15px auto;
	text-align: center;
}
}


/*あおばクリニックが選ばれる理由 SP
---------------------------------------------*/
#aoba_selected {
	width: 100%;
	height: auto;
	padding: 40px 4%;
	background-color: #fef3f3;
}
#aoba_selected .selected_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#aoba_selected .selected_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#aoba_selected .selected_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#aoba_selected .number_cases {
	font-size: 5.6vw;
	line-height: 1.6em;
	text-align: center;
	margin: 25px 0;
}
#aoba_selected .number_cases .tx_large {
	font-size: 8.8vw;
	color: #e88a95;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
}
#aoba_selected .number_cases .tx_middle {
	font-size: 3.5vw;
	display: inline-block;
	line-height: 1em;
}
#aoba_selected .number_cases .tx_small {
	font-size: 13px;
	display: block;
	line-height: 1.2em;
}
#aoba_selected .tx_exp {
	text-align: center;
	margin: 25px 0;
}
#aoba_selected ul {
	width: 14em;
	margin: 20px auto;
}
#aoba_selected ul li {
	font-size: 4vw;
	line-height: 2em;
	background-image: url(../../contents/img/hifu/check.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left center;
	padding-left: 1.4em;
}
#aoba_selected .ph_center{
	display: block;
	margin: 20px auto;
}
/*あおばクリニックが選ばれる理由 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#aoba_selected {
	width: 1000px;
	height: auto;
	margin: 60px auto;
	padding: 50px 30px 30px;
}
#aoba_selected .selected_heading .jp_title {
	font-size: 36px;
}
#aoba_selected .selected_heading .en_sub {
	font-size: 22px;
}
#aoba_selected .number_cases {
	font-size: 24px;
}
#aoba_selected .number_cases .tx_large {
	font-size: 32px;
}
#aoba_selected .number_cases .tx_large {
	font-size: 38px;
}
#aoba_selected .number_cases .tx_middle {
	font-size: 16px;
}
#aoba_selected .number_cases .tx_small {
	display: inline-block;
}
#aoba_selected ul {
	width: 28em;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}
#aoba_selected ul li {
	font-size: 17px;
	width: 13em;
}
}


/*医療レーザー脱毛とエステ脱毛の違い sp
---------------------------------------------*/
.lafille_comparison{
	width: 100%;
	height: auto;
	margin: 40px 0;
}
.lafille_comparison .comparison_table{
}
/* テーブル */
.lafille_comparison .comparison_table {
	width: 98%;
	height: auto;
	margin: 1.5em auto 1em;
	border-collapse: collapse;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
.lafille_comparison .comparison_table th {
	border: solid 1px #ccc;
	padding: 0.75em 0.2em;
	text-align: center;
	vertical-align: middle;
}
.lafille_comparison .comparison_table td {
	border: solid 1px #ccc;
	padding: 0.75em;
	vertical-align: middle;
}
.lafille_comparison .comparison_table .tx_pink {
color: #E88A95!important;
}
.lafille_comparison .comparison_table .bg_dark_pink {
background-color: #FEE5E5!important;
}
.lafille_comparison .comparison_table .bg_pink {
background-color: #fef3f3!important;
}
.lafille_comparison .comparison_table .bg_dark_gray {
background-color: #EAEAEA!important;
}
.lafille_comparison .comparison_table .bg_light_gray {
background-color: #F6F6F6!important;
}
.lafille_comparison .comparison_table .note_price_table {
	width: 92%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.lafille_comparison .comparison_table .note_price_table li {
	font-size: 3vw;
	padding-left: 1em;
    text-indent: -1em;
}
.lafille_comparison .comparison_table .nowrap{
	white-space: nowrap
}

/*医療レーザー脱毛とエステ脱毛の違い PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafille_comparison{
		
}
/* テーブル */
.lafille_comparison .comparison_table {
	width: 1000px;
	margin: 1.5em 0;
	margin: 30px auto;
}
.lafille_comparison .comparison_table .note_price_table {
	width: 1000px;
}
.lafille_comparison .comparison_table .note_price_table li {
	font-size: 15px;
}
.lafille_comparison .comparison_table td.w60,th.w60 {
	width: 60%
}	
}







	
/*ご来院時の流れ SP
---------------------------------------------*/
.flow_contents {
	width: 100%;
	height: auto;
	text-align: center;
}
.flow_contents .inner{
	padding: 40px 0;
}
.flow_contents .flow_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.flow_contents .flow_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.flow_contents .flow_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
.flow_contents .flow_step {
	width: 94%;
	height: auto;
	text-align: left;
	margin: 20px 3%;
}
.flow_contents .flow_step dt {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-top: 2.5em;
}
.flow_contents .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: inline-block;
	margin-right: 0.2em;
}
.flow_contents .flow_step .step_time {
	font-size: 14px;
	color: #999;
	margin-left: 0.2em;
}
.flow_contents .flow_step dd {
	margin-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}
.flow_contents .flow_step .step_wrap {
	display: block;
}
.flow_contents .flow_step .step_wrap img{
	width: 70%;
	height: auto;
	margin: 20px 15%;
}
.flow_contents .flow_exp {
	width: 94%;
	margin:  30px auto;
	text-align: left;
}
.flow_contents .flow_exp h3 {
	font-size: 4vw;
}
.flow_contents .flow_exp ul {
	margin-top: 10px;
	margin-left: 1.6em;
}
.flow_contents .flow_exp li {
	margin-top: 0.25em;
	list-style: outside;
	list-style-type: disc;
}
/*ご来院時の流れ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.flow_contents {
}
.flow_contents .inner{
	width: 1000px;
	height: auto;
	margin: 40px auto 0;
	padding:  50px 0;
}
.flow_contents .flow_heading .jp_title {
	font-size: 36px;
}
.flow_contents .flow_heading .en_sub {
	font-size: 22px;
}
.flow_contents .flow_step {
	width: 1000px;
	height: auto;
	margin: 20px 0;
}
.flow_contents .flow_step dt {
	display: block;
	margin-top: 50px;
}
.flow_contents .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: block;
}
.flow_contents .flow_step .step_time {
	color: #999;	
	display: block;
}	
.flow_contents .flow_step dd {
	margin-top: 5px;
	padding-bottom: 40px;
}
.flow_contents .flow_step .step_wrap {
	display: flex;
	justify-content: space-between;
}

.flow_contents .flow_step .step_wrap img{
	width: 300px;
	height: auto;
	margin: -40px 0 0;
}
.flow_contents .flow_exp {
	width: 1000px;
	height: auto;
	margin:  40px 0;
}
.flow_contents .flow_exp h3 {
	font-size: 18px;
}
.flow_contents .flow_exp ul {
	margin-top: 10px;
	margin-left: 1em;
}
}

/*施術の流れ 左写真 SP
---------------------------------------------*/
.flow_contents_left_ph {
	width: 100%;
	height: auto;
	text-align: center;
}
.flow_contents_left_ph .inner{
	padding: 40px 0;
}
.flow_contents_left_ph .flow_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
.flow_contents_left_ph .flow_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
.flow_contents_left_ph .flow_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
.flow_contents_left_ph .flow_step {
	width: 94%;
	height: auto;
	text-align: left;
	margin: 20px 3%;
}
.flow_contents_left_ph .flow_step dt {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-top: 2.5em;
}
.flow_contents_left_ph .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: inline-block;
	margin-right: 0.2em;
}
.flow_contents_left_ph .flow_step .step_time {
	font-size: 14px;
	color: #999;
	margin-left: 0.2em;
}
.flow_contents_left_ph .flow_step dd {
	margin-top: 15px;
	padding-bottom: 20px;
	text-align: left;
}
.flow_contents_left_ph .flow_step img{
	width: 70%;
	height: auto;
	margin: 20px 15%;
}
.flow_contents_left_ph .flow_exp {
	width: 94%;
	margin:  30px auto;
	text-align: left;
}
.flow_contents_left_ph .flow_exp h3 {
	font-size: 4vw;
}
.flow_contents_left_ph .flow_exp ul {
	margin-top: 10px;
	margin-left: 1.6em;
}
.flow_contents_left_ph .flow_exp li {
	margin-top: 0.25em;
	list-style: outside;
	list-style-type: disc;
}
/*施術の流れ 左写真 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.flow_contents_left_ph {
}
.flow_contents_left_ph .inner{
	width: 1000px;
	height: auto;
	margin: 40px auto 0;
	padding:  50px 0 10px;
}
.flow_contents_left_ph .flow_heading .jp_title {
	font-size: 36px;
}
.flow_contents_left_ph .flow_heading .en_sub {
	font-size: 22px;
}
.flow_contents_left_ph .flow_step {
	width: 1000px;
	height: auto;
	margin: 20px 0;
}
.flow_contents_left_ph .flow_step dt {
	display: block;
	margin-top: 50px;
	margin-left: 340px;
}
.flow_contents_left_ph .flow_step .step_number{
	font-size: 16px;
	color: #e88a95;
	display: block;
}
.flow_contents_left_ph .flow_step .step_time {
	color: #999;	
	display: block;
}	
.flow_contents_left_ph .flow_step dd {
	margin-top: 5px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flow_contents_left_ph .flow_step dd p {
	width: 660px;
	height: auto;
}
.flow_contents_left_ph .flow_step img{
	width: 300px;
	height: auto;
	margin: -50px 0 0;
}
.flow_contents_left_ph .flow_exp {
	width: 1000px;
	height: auto;
	margin:  40px 0;
}
.flow_contents_left_ph .flow_exp h3 {
	font-size: 18px;
}
.flow_contents_left_ph .flow_exp ul {
	margin-top: 10px;
	margin-left: 1em;
}
}


/*区切り線 下向き矢印 グレイ背景用
---------------------------------------------*/
.step_arrow {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    width: 100%;
    /*text-align: center;*/
}
.step_arrow:before,
.step_arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_arrow:before {
    border: solid 11px transparent;
    border-top: solid 11px #999;
}
.step_arrow:after {
    border: solid 14px transparent;
    border-top: solid 14px #f5f5f5;
    margin-top: -5px;
}

/*区切り線 下向き矢印 白背景用
---------------------------------------------*/
.step_arrow_white {
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #999;
    padding-bottom: 20px;
    width: 100%;
    /*text-align: center;*/
}
.step_arrow_white:before,
.step_arrow_white:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step_arrow_white:before {
    border: solid 11px transparent;
    border-top: solid 11px #999;
}
.step_arrow_white:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}

	
/*お電話でのご予約方法 SP
---------------------------------------------*/
#reservation_phone {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 50px 3% 10px;
	text-align: center;
}
#reservation_phone .phone_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#reservation_phone .phone_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#reservation_phone .phone_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}

#reservation_phone .phone_exp {
	text-align: center;
	margin: 20px auto 30px;
}
#reservation_phone .inner{
	max-width:100%;
	margin:0;
}
#reservation_phone .clnc_list{
	width: 100%;
	height: auto;
	margin-top: 14px;
	margin-bottom: 0;
	text-align: left;
}
#reservation_phone .clnc_list h3{
	font-size: 15px;
	color: #e88a95;
}
#reservation_phone .clnc_list ul{
	width: 100%;
	margin-top: 5px;
}
#reservation_phone .clnc_list li{
	font-size: 13px;
	line-height: 1.6em;
	list-style: none;
	display: inline-block;
	margin-right: 6vw;
	margin-bottom: 20px;
	vertical-align: top;
}
#reservation_phone .clnc_list .clnc_name{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.75em;
	line-height: 1.6em;
}
#reservation_phone .clnc_list a{
	position: relative;
	display: inline-block;
	padding-right: 0.7em;
	text-decoration: underline;
}
#reservation_phone .clnc_list a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
	margin-top: -2px;;
}
#reservation_phone .clnc_list a:hover{
	color: #f4bdab;
	opacity: 1;
}

/*お電話でのご予約方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#reservation_phone {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 85px 0 30px;
}
#reservation_phone .phone_heading .jp_title {
	font-size: 36px;
}
#reservation_phone .phone_heading .en_sub {
	font-size: 22px;
}
#reservation_phone .inner{
	max-width:1000px;
	margin:0 auto;
}
#reservation_phone .clnc_list{
	margin-top: 10px;
	margin-bottom: 30px;
}
#reservation_phone .clnc_list h3{
	font-size: 16px;
}
#reservation_phone .clnc_list li{
	font-size: 14px;
	margin-right: 50px;
	margin-bottom: 20px;
}
#reservation_phone .clnc_list .clnc_name{
	font-size: 16px;
}
}


/*WEBでのご予約方法 SP
---------------------------------------------*/
#reservation_web {
	width: 100%;
	height: auto;
	padding: 25px 0 0;
	text-align: center;
}
#reservation_web .web_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#reservation_web .web_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 6vw;
	font-weight: normal;
}
#reservation_web .web_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
#reservation_web .tx_intro{
	width: 94%;
	height: auto;
	margin: 1em auto;
}
#reservation_web .tx_intro a {
	color: #e88a95;
	text-decoration: underline;
}
#reservation_web .reservation_step {
	width: 94%;
	height: auto;
	margin: 30px auto 50px;
	text-align: left;
}
#reservation_web .reservation_step .step_number {
	font-size: 5vw;
	color: #e88a95;
	display: block;
	margin-bottom: 0.5em;
}
#reservation_web .reservation_step .tx_member {
	font-size: 4vw;
	display: block;
	color: #e88a95;
	margin: 0.5em 0 0.2em;
}
#reservation_web .reservation_step li {
	margin: 30px 0 0;
	padding-bottom: 30px;
}
#reservation_web .reservation_step .tx_att{
	font-size: 13px;
	padding-left:1em;
	text-indent:-1em;
}
#reservation_web .reservation_step img{
	margin-top: 15px;
}

/*WEBでのご予約方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#reservation_web {
	width: 1000px;
	height: auto;
	margin: 40px auto;
	padding:  0;
}
#reservation_web .web_heading .jp_title {
	font-size: 36px;
}
#reservation_web .web_heading .en_sub {
	font-size: 22px;
}
#reservation_web .tx_intro{
	width: 100%;
	margin-top: 30px;
}
#reservation_web .reservation_wrap {
	width: 100%;
	height: auto;
}
#reservation_web .reservation_step {
	width: 100%;
	height: auto;
	margin:  0;
}
#reservation_web .reservation_step li{
	display: flex;
	justify-content: space-between;
}
#reservation_web .reservation_step li .left_box{
	width: 450px;
	height: auto;
}
#reservation_web .reservation_step .step_number {
	font-size: 21px;
}
#reservation_web .reservation_step .tx_member {
	font-size: 18px;
}
#reservation_web .reservation_step .tx_att{
	font-size: 13px;
	padding-left:1em;
	text-indent:-1em;
		
}
}

/*WEBでのご予約方法　ボタン
---------------------------------------------*/
.appointment_btn {
	margin :40px auto;
}
.appointment_btn a {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	font-size: 4.2vw;
	letter-spacing: 0.25em;
	color: #fff;
	position: relative;
	text-align: center;
	background-color: #e88a95;
}
.appointment_btn p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

@media screen and (min-width: 769px){
.appointment_btn a {
	width: 400px;
	margin: 0 auto;
	font-size: 20px;
}
.appointment_btn p {
	font-size: 13px;
}
}

.tx_right_pink {
	color: #e88a95;
	display: inline-block;
}


/*　ご予約の前に必ずご確認ください
---------------------------------------------*/
.please_confirm{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.please_confirm a{
	width: 78.7vw;
	height: 13.2vw;
	letter-spacing: 0.1em;
	color: #e88a95;
	border: 1px solid #e88a95;
	margin:1em auto;
	font-size: 3.6vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 769px){
.please_confirm{
	width: 480px;
	/*width: 100%;*/
	height: auto;
	margin: 30px auto 20px;
	text-align: center;
}
.please_confirm a{
	width: 100%;
	height: 70px!important;
	height: auto;
	font-size: 17px;
}
}

/*　医院選択
---------------------------------------------*/
.btn-select{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.btn-select a{
	width: 78.7vw;
	height: 13.2vw;
	letter-spacing: 0.1em;
	color: #fff;
	margin:1em auto;
	font-size: 3.8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e88a95;
}
@media screen and (min-width: 769px){
.btn-select{
	width: 480px;
	/*width: 100%;*/
	height: auto;
	margin: 30px auto 20px;
	text-align: center;
}
.btn-select a{
	width: 100%;
	height: 70px!important;
	height: auto;
	font-size: 18px;
}
}



/*************************************************************

施術全体 共通スタイル

*************************************************************/


/*共通 中タイトル SP
---------------------------------------------*/
.title_middle .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: -0.07em;
}
.title_middle .jp_sub {
	font-size: 4vw;
	text-align: center;
}
.title_middle .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*共通 中タイトル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.title_middle .jp_title {
	font-size: 36px;
}
.title_middle .jp_sub {
	font-size: 17px;
}
.title_middle .en_sub {
	font-size: 22px;
}
}


/*詳細情報 SP
---------------------------------------------*/
.detail_wrap {
	width: 94%;
	height: auto;
	margin: 40px auto;
}
.detail_wrap .inner{
	margin: 20px 0;
}
.detail_wrap dl{
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
	margin-top: 20px;
}
.detail_wrap dt{
	font-size: 4vw;
	color: #e88a95;
	padding: 0.75em 1em 0.1em 1em;
}
.detail_wrap dd{
	padding: 0.1em 1.2em 1.3em 1.2em;
	border-bottom: solid 1px #ccc;
}
/*詳細情報 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.detail_wrap {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.detail_wrap .inner{
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.detail_wrap dl{
	margin-top: 40px;
}
.detail_wrap dt{
	font-size: 20px;
	color: #e88a95;
}
}


/*対応クリニック SP
---------------------------------------------*/
#clinic_contents {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 25px 0;
}
#clinic_contents .clinic_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#clinic_contents .clinic_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
		line-height: 1.2em;
}
#clinic_contents .clinic_heading .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
	margin-top: 0.2em;
}
#clinic_contents .tx_clinic {
	font-size: 4vw;
	text-align: center;
	margin-top: 20px;
}
#clinic_contents .tx_exp{
	font-size: 3vw;
	text-align: center;
	margin-top: 10px;
}
#clinic_contents .tx_mini {
	font-size: 60%;
}
/*対応クリニック PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#clinic_contents {
	margin: 60px 0;
	padding: 30px 0 40px;
}
#clinic_contents .clinic_heading .jp_title {
	font-size: 36px;
}
#clinic_contents .clinic_heading .en_sub {
	font-size: 22px;
}
#clinic_contents .tx_clinic {
	font-size: 18px;
}
#clinic_contents .tx_exp{
	font-size: 13px;
}
}	