@charset "UTF-8";

/*フラクショナル メインビジュアル SP
---------------------------------------------*/
#mv_gentle {
	position: relative;
	background-image: url(../img/gentle/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_gentle:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_gentle .sub {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 3.4vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: 1.6;
	color: #e88a95;
	position: absolute;
	top: 30%;
	left: 5vw;
}
#mv_gentle .title {
	display: block;
	font-size: 8vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #555;
	position: absolute;
	top: 41%;
	left: 5vw;
	text-align: left;
	line-height: 1.1em;
}
#mv_gentle .title span {
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	margin-top: 13px;
	vertical-align: top;
	line-height: 0.5em;
	display: block;
	letter-spacing: 0;
}
#mv_gentle .title .tx_small{
	font-size: 60%;
	display: inline;
	vertical-align: baseline;
}

/*ラフィーユ メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_gentle {
	background-image: url(../img/gentle/main.webp);
}
#mv_gentle:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_gentle .sub {
	font-size: 28px;
	position: absolute;
	top: 28%;
	left: 22vw;
	letter-spacing: 0;
	line-height: 1.5em;
}
#mv_gentle .title {
	font-size: 62px;
	position: absolute;
	top: 40%;
	left: 22vw;
	line-height: 1.1em;
}
#mv_gentle .title span {
	font-size: 20px;
	vertical-align: middle;
	display: inline;
	margin-top: 20px;
	margin-right: 1em;
	letter-spacing: 0.1em;
}
#mv_gentle .title span.tx_bold {
	font-weight: bold;
}
}


/*あおばクリニックのジェントルレーズ SP
---------------------------------------------*/
.machine_gentle {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 30px 0;
	background-color: #FEF3F3;
}
.machine_gentle .inner{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.machine_gentle .inner .tx_box{
	margin: 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.machine_gentle .inner .tx_box h3{
	font-size: 5.2vw;
	color: #E88A95;
	line-height: 1em;
}
.machine_gentle .inner .tx_box .tx_middle{
	font-size: 4vw;
}
.machine_gentle .inner .tx_box .tx_nomal{
	font-size: 4vw;
}
.machine_gentle .inner .tx_box img{
	width: 23%;
	height: auto;
	margin-left: 20px;
}
.machine_gentle .inner .tx_box p{
	margin-top: 1em;
}
.machine_gentle .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;
}
.machine_gentle .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){
.machine_gentle {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 50px 0;
}
.machine_gentle .inner{
	width: 600px;
	height: auto;
}
.machine_gentle .inner .tx_box{
	margin: 40px 0 0;
}
.machine_gentle .inner .tx_box h3{
	font-size: 34px;
}
.machine_gentle .inner .tx_box .tx_middle{
	font-size: 24px;
}
.machine_gentle .inner .tx_box .tx_nomal{
	font-size: 20px;
}
.machine_gentle .inner .tx_box img{
	width: 140px;
	height: auto;
	margin-left: 40px;
}
.machine_gentle .btn_difference_link{
	width: 400px;
	font-size: 18px;
	margin: 20px auto 0;
}
.machine_gentle .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
---------------------------------------------*/
.gentle_feature {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.gentle_feature .tx01{
	margin: 20px 0;
	text-align: center;
}
.gentle_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("../img/lafille/fig_point01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.gentle_feature .tx01 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.gentle_feature .tx01 p{
	margin-top: 1em;
}
.gentle_feature .tx01 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

.gentle_feature .tx02{
	margin: 20px 0;
	text-align: center;
}
.gentle_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("../img/lafille/fig_point02.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.gentle_feature .tx02 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.gentle_feature .tx02 p{
	margin-top: 1em;
}
.gentle_feature .tx02 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}
	
.gentle_feature .tx03{
	margin: 20px 0;
	text-align: center;
}
.gentle_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("../img/lafille/fig_point03.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.gentle_feature .tx03 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.gentle_feature .tx03 p{
	margin-top: 1em;
}
.gentle_feature .tx03 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

.gentle_feature .tx04 .head04{
	width: 100%;
	height: auto;
	font-size: 4vw;
	text-align: left;
	color: #e88a95;
	line-height: 3em;
	padding-left: 11vw;
	padding-bottom: 1vw;
	background-image: url("../img/lafille/fig_point04.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.gentle_feature .tx04 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.gentle_feature .tx04 p{
	margin-top: 1em;
}
.gentle_feature .tx04 img{
	width: 70%;
	height: auto;
	margin: 15px 15%;
}
.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){
.gentle_feature {
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.gentle_feature .tx01{
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.gentle_feature .tx01 .head01{
	width: 100%;
	height: auto;
	font-size: 21px;
	background-size:contain; 
	padding-left: 67px;
	padding-bottom: 5px;
}
.gentle_feature .tx01 div{
	width: 610px;
}
.gentle_feature .tx01 .head_h4{
	font-size: 18px;
	margin: 15px 0 0;
}
.gentle_feature .tx01 img{
	width: 350px;
	height: auto;
	margin-right: 40px;
}

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

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

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


/*医療レーザー脱毛とは? SP
---------------------------------------------*/
.laser_whats{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}
.laser_whats .whats_heading {
	position: relative;
	background-image: url(../img/gentle/medical_laser-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.laser_whats .whats_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.laser_whats .whats_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;
}
.laser_whats .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;
}
.laser_whats .inner{
	margin: 20px auto;
}
.laser_whats .tx_box{
	width: 96%;
	height: auto;
	margin: 30px auto;
}
.laser_whats .tx_box h3{
	font-size: 4vw;
	color: #E88A95;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.laser_whats .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;
}
.laser_whats .tx_box .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
}
.laser_whats .tx_mini{
	font-size: 60%!important;
}
.laser_whats 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;
}
.laser_whats .tx_box img{
	width: 70%;
	height: auto;
	display: block;
	margin: 10px auto;
}
.laser_whats .fig_illust_pc{
	display: none;
}
.laser_whats .fig_illust_sp{
}
.laser_whats .fig_illust_sp img{
	width: 96%;
	height: auto;
	margin-left: 2%;
	margin-right: 2%;
}
/*医療レーザー脱毛とは? PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.laser_whats {
	margin-bottom: 60px;
}
.laser_whats .whats_heading {
	background-image: url(../img/gentle/medical_laser.webp);
}
.laser_whats .whats_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.laser_whats .whats_heading .jp_title {
	font-size: 36px;
}
.laser_whats .whats_heading .en_sub {
	font-size: 22px;
}
.laser_whats .inner{
	width: 1000px;
	height: auto;
	margin: 60px auto;
}
.laser_whats .tx_box{
	width: 100%;
	margin: 50px 0;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.laser_whats .tx_box img{
	width: auto;
	height: auto;
	margin-left: 40px;
}
.laser_whats .fig_illust_sp{
	display: none;
}
.laser_whats .fig_illust_pc{
	margin-top: -30px;
	display: block;
}
.laser_whats .fig_illust_pc img{
	margin-left: 0;	
}
.laser_whats .tx_box h3{
	font-size: 21px;
	color: #E88A95;
	margin-bottom: 5px;
}
.laser_whats .tx_box .head_h4{
	font-size: 18px;
	margin: 5px 0 2px;
}
.laser_whats .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;
}
}

