@charset "UTF-8";

/*ボディテノール メインビジュアル SP
---------------------------------------------*/
#mv_lasertoning {
	position: relative;
	background-image: url(../img/lasertoning/main-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_lasertoning:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
#mv_lasertoning .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: 15%;
	left: 5vw;
}
#mv_lasertoning .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_lasertoning .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;
}
/*ボディテノール メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_lasertoning {
	background-image: url(../img/lasertoning/main.webp);
}
#mv_lasertoning:before {
    content: "";
    display: block;
    padding-top: 28%;
  }
#mv_lasertoning .sub {
	font-size: 28px;
	position: absolute;
	top: 20%;
	left: 19vw;
	letter-spacing: 0;
	line-height: 1.5em;
}
#mv_lasertoning .title {
	font-size: 62px;
	position: absolute;
	top: 42%;
	left: 19vw;
	line-height: 1.1em;
}
#mv_lasertoning .title span {
	font-size: 20px;
	vertical-align: middle;
	display: block;
	margin-top: 20px;
}	
}

/*かしこい方こそ 2列 SP
---------------------------------------------*/
.reason_wap_2rows {
	width: 100%;
	height: auto;
	background-color: #fef3f3;
	padding: 40px 3%;
	text-align: center;
}
.reason_wap_2rows .inner {
	width: 96%;
	height: auto;
	margin: 10px auto 20px;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
.reason_wap_2rows .reason_box{
	width: 42vw;
	margin-bottom: 5vw;
	display: flex;
	flex-direction: column;
}
.reason_wap_2rows .reason_circle{
	width: 42vw;
	height: 42vw;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	background: #fff;
	justify-content: center;
	align-items: center;
}
.reason_wap_2rows .reason_circle p{
	font-size: 3vw;
	color: #E88A95;
	margin-top: 10px;
	text-align: center;
}
.reason_wap_2rows .reason_box .tx_cap{
	font-size: 3vw;
	margin-top: 10px;
	text-align: center;
}
.reason_wap_2rows .reason_circle img{
	width: 30%;
	height: auto;
}
.reason_wap_2rows .tx_last{
	width: 100%;
	height: auto;
	font-size: 3.8vw;
	color: #E88A95;
	padding: 1em 0;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.reason_wap_2rows .tx_last p{
	text-align: center;
}
/*かしこい方こそ 2列 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.reason_wap_2rows {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 50px 100px 70px;
}
.reason_wap_2rows .inner {
	width: 680px;
	height: auto;
	margin: 30px auto 5px;
}
.reason_wap_2rows .reason_box{
	width: 300px;
	margin-bottom: 50px;
}
.reason_wap_2rows .reason_circle{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
}
.reason_wap_2rows .reason_circle p{
	font-size: 18px;
}
.reason_wap_2rows .reason_box .tx_cap{
	font-size: 16px;
}
.reason_wap_2rows .reason_circle img{
	width: 30%;
	height: auto;
}
.reason_wap_2rows .tx_last{
	width: 1000px;
	font-size: 20px;
	margin: 30px auto 0;
}
}


/*このような方におすすめ SP
---------------------------------------------*/
.lasertoning_recommend {
	margin-bottom: 0;
}
.lasertoning_recommend .recommend_heading {
	position: relative;
	background-image: url(../img/lasertoning/recommended-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.lasertoning_recommend .recommend_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.lasertoning_recommend .recommend_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	letter-spacing: -0.1em;
	margin-left: 2em;
}
.lasertoning_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-left: 2em;
}
.lasertoning_recommend .recommend_tx {
	width: 94%;
	height: auto;
	margin: 20px auto 0;
	background-image:none;
}
.recommend_tx ul {
	width: 100%;
	margin: 20px auto 0;
}
.recommend_tx ul li {
	font-size: 3.5vw;
	line-height: 2em;
	background-image: url(../img/hifu/check.svg);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left center;
	padding-left: 1.4em;
}
/*このような方におすすめ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lasertoning_recommend {
	margin-bottom: 60px;
}
.lasertoning_recommend .recommend_heading {
	background-image: url(../img/lasertoning/recommended.webp);
}
.lasertoning_recommend .recommend_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.lasertoning_recommend .recommend_heading .jp_title {
	font-size: 36px;
	margin-left: 0;
}
.lasertoning_recommend .recommend_heading .en_sub {
	font-size: 22px;
	margin-left: 0;
}
.lasertoning_recommend .recommend_tx { 
	width: 1000px;
	height: 330px;
	margin: 60px auto;
	background-image: url(../img/lasertoning/fig01.webp);
	background-repeat: no-repeat;
	background-position: right top;
}
.lasertoning_recommend .recommend_tx p {
	margin-top: 20px;
}
.recommend_tx ul {
	width: 500px;
	margin: 0;
}
.recommend_tx ul li {
	font-size: 17px;
}
}	


/*そんなお悩みの方へ SP
---------------------------------------------*/
.lasertoning_promise {
	width: 94%;
	height: auto;
	margin: 20px auto;
}
.lasertoning_promise .tx01{
	margin: 20px 0;
	text-align: center;
}
.lasertoning_promise .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/laser/fig_promise01.webp");
	background-repeat: no-repeat;
	background-size:8vw;
}
.lasertoning_promise .tx01 .head_h4{
	font-size: 4vw;
	font-weight: bold;
	color: #EDBFC1;
	text-align: left;
	margin: 10px 0 0;
}
.lasertoning_promise .tx01 img{
	width: 70%;
	height: auto;
	margin: 15px auto;
}

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

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


/*あおばクリニックのlasertoning SP
---------------------------------------------*/
.lasertoning {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.lasertoning .lasertoning_heading {
	position: relative;
	background-image: url(../img/lasertoning/lasertoning-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
.lasertoning .lasertoning_heading:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.lasertoning .lasertoning_heading .jp_title {
    display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 6vw;
	font-weight: normal;
	line-height: 1.2em;
}
.lasertoning .lasertoning_heading .jp_title span{
	font-size: 4vw;
	display: block;
	line-height: 1em;
}
.lasertoning .lasertoning_heading .jp_title span.tx_narrow{
	font-size: 6vw;
	display: inline;
	line-height: 1.2em;
	letter-spacing: -0.2em;
}
.lasertoning .lasertoning_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;
}
.lasertoning dl{
	width: 96%;
	height: auto;
	padding-left: 22vw;
	margin: 20px auto;
	background-size: 20vw 20vw;
}
.lasertoning .icon01{
	margin-top: 40px;
	background-image: url("../img/icon/icon_circle02.gif");
	background-repeat: no-repeat;
}
.lasertoning .icon02{
	background-image: url("../img/icon/icon_circle08.gif");
	background-repeat: no-repeat;
}
.lasertoning .icon03{
background-image: url("../img/icon/icon_circle09.gif");
	background-repeat: no-repeat;
}
.lasertoning .icon04{
background-image: url("../img/icon/icon_circle10.gif");
	background-repeat: no-repeat;
}
.lasertoning dt{
	font-size: 4vw;
	color: #E88A95;
	line-height: 1.4em;
}
.lasertoning dd{
	margin-top: 0.5em;
}
/*あおばクリニックのlasertoning PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lasertoning {
	margin-bottom: 60px;
}
.lasertoning .lasertoning_heading {
	background-image: url(../img/lasertoning/lasertoning.webp);
}
.lasertoning .lasertoning_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.lasertoning .lasertoning_heading .jp_title {
	font-size: 36px;
}
.lasertoning .lasertoning_heading .jp_title span{
	font-size: 20px;
	letter-spacing: 0;
}
.lasertoning .lasertoning_heading .jp_title span.tx_narrow{
	font-size: 36px;
	letter-spacing: 0;
}
.lasertoning .lasertoning_heading .en_sub {
	font-size: 22px;
}
.lasertoning dl{
	width: 1000px;
	height: 150px;
	padding-left: 180px;
	margin: 20px auto 0;
	background-size: 135px 135px;
}
.lasertoning dt{
	font-size: 24px;
}
.lasertoning dd{
}
}












