@charset "UTF-8";

/*メインビジュアル SP
---------------------------------------------*/
#mv_lafille_lp {
    width: 100%;
    height: 126vw;
    background-image: url(../img/lafille/key_visual-sp.webp);
    background-size: cover; 
    background-size: 100%; 
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
	align-items: flex-start;
}
#mv_lafille_lp .wrap{
    text-align: center;
    margin-top: 8vw;
}
#mv_lafille_lp .sub {
	font-size: 4vw;
	letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    display: inline-block;
    color: #002667;
    text-align: center;
    line-height: 1;
}
#mv_lafille_lp .sub span{
	font-size: 9vw;
	display: block;
	margin-top: 10px;
}
#mv_lafille_lp .title {
	font-size: 9.5vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin: 10vw auto 15vw;
    padding-right: 5vw;
}
#mv_lafille_lp .title span {
	font-size: 3.5vw;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}
/* 初回価格 SP */
.mv_price_box {
	width: 100%;
	margin: 30px 0 0;
    font-family: 'Noto Serif JP', serif;
    color: #333;
}
.mv_price_box dl {
    width: 78vw;
    height: auto;
	margin: 8vw auto 0;
	padding: 4vw 0;
    line-height: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid #333;
}
.mv_price_box dt {
	font-size: 6.2vw;
	font-weight: 400;
	line-height: 1em;
}
.mv_price_box dd {
	font-size: 14vw;
    vertical-align: bottom;
}
.mv_price_box dd .mini {
	font-size: 6.2vw;
	display: inline-block;
	padding-right: 0.2em;
    padding-left: 0.2em;
}
.mv_price_box dd .tax_in{
    font-size: 2vw;
    position: absolute;
    top: 14.5vw;
    right: 6vw;
}
.mv_price_box p {
	font-size: 2.4vw;
	text-align: center;
    margin-top: 20px;
}

/*メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_lafille_lp {
    width: 100%;
    min-width: 1400px;
	height: 55vw;
    min-height: 780px;
	background-image: url(../img/lafille/key_visual.webp);
    text-align: center;
}
#mv_lafille_lp .sub {
	font-size: 36px;
}
#mv_lafille_lp .sub span{
	font-size: 73px;
}
#mv_lafille_lp .title {
	font-size: 79px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin: 3vw auto 0;
    padding-right: 5vw;
    padding-right: 0;
}
#mv_lafille_lp .title span {
	font-size: 28px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
}
/* 初回価格 PC */
@media screen and (min-width: 769px){
.mv_price_box {
	width: 100%;
	margin: 30px 0 0;
}
.mv_price_box dl {
    width: 675px;
    height: 260px;
	margin: 10px auto 0;
	padding: 30px 0;
    line-height: 1;
    border: 5px solid #333;
}
.mv_price_box dt {
	font-size: 57px;
}
.mv_price_box dd {
	font-size: 128px;
    vertical-align: bottom;
}
.mv_price_box dd .mini {
	font-size: 70px;
	display: inline-block;
	padding-right: 5px;
    padding-left: 5px;
}
.mv_price_box dd .tax_in{
    font-size: 18px;
    position: absolute;
    top: 125px;
    right: 45px;
}
.mv_price_box p {
	font-size: 16px;
	text-align: center;
    margin-top: 20px;
}
}


/*完全都度払い
---------------------------------------------*/
.lafille_intro{
width: 100%;
	margin: 0;
    padding: 6vw 0;
	text-align: center;
    background-color: #002648;
}
.lafille_intro h1{
	font-size: 3.7vw;
	font-weight: normal;
    color: #fff;
}
.lafille_intro p{
	display: block;
	font-size: 11vw;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .1em;
	color: #fff;
	line-height: 1;
	margin-top: 0.4em;
	text-align: center;
    vertical-align: middle;
}
.lafille_intro p span{
	display: inline-block;
	font-size: 4vw;
	font-family: 'Noto Sans', sans-serif;
	padding-left: 0.8em;
	vertical-align: middle;
}
@media screen and (min-width: 769px){
.lafille_intro{
    padding: 30px 0;
}
.lafille_intro h1{
	font-size: 20px;
}
.lafille_intro p{
	font-size: 56px;
}
.lafille_intro p span{
	font-size: 17px;
}
}
	

/* 初回価格 SP
---------------------------------------------*/
.first_time_price {
	width: 100%;
	text-align: center;
    background-color: #002648;
    padding: 10px 0;
}

.first_time_price dl {
    width: 92%;
    margin: 0 auto 20px;
    background-color: #33516d;
    border-radius: 20px;
    padding: 5vw 0;
    color: #fff;
}
.first_time_price dt {
	font-size: 4.6vw;
	font-weight: bold;
	line-height: 1;
}
.first_time_price dt span {
	font-size: 3.6vw;
    font-weight: normal;
	display: inline-block;
    line-height: 1.4;
    margin-top: 0.5em;
}
.first_time_price dd {
	font-size: 14vw;
	font-weight: normal;
	line-height: 1;
	font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho",  "serif";
    margin: 10px auto;
}
.first_time_price .price {
    color: #ffffb4;
}
.first_time_price dd .mini {
	font-size: 6vw;
	display: inline-block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding-right: 0.2em;
}
.first_time_price dd .tax_in {
	font-size: 3vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.first_time_price dd .tx_exp {
	font-size: 3.8vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: block;
	line-height: 1.4;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.first_time_price .tx_subject{
	font-size: 4.2vw;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.4;
    margin-top: 0.5em;
}
.first_time_price .tx_subject span{
	 font-size: 3.5vw;
    line-height: 1.6;
    display: inline-block;
    margin-top: 10px;
}
.first_time_price .tx_subject .link{
    font-size: 3.6vw;
    padding: 5px;
	display: inline-block;
    color: #fff;
    border: solid 1px #fff;
}
/*初回価格 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.first_time_price {
	display: flex;
	justify-content: center;
    align-items: stretch;
}
.first_time_price dl {
    width: 324px;
    height: 340px;
    padding: 24px 0;
    margin: 0 15px 40px;
}
.first_time_price dt {
	font-size: 20px;
    height: 4em;
}
.first_time_price dt span {
	font-size: 15px;
	display: inline-block;
}
.first_time_price dd {
	font-size: 52px;
    margin: auto;
}
.first_time_price dd .mini {
	font-size: 22px;
}
.first_time_price dd .tax_in {
	font-size: 13px;
}
.first_time_price dd.mt10 {
    margin-top: 10px;
}
.first_time_price dd.mt30 {
    margin-top: 30px;
}
.first_time_price dd .tx_exp {
	font-size: 15px;
    margin-top: 1em;
	margin-bottom: 1em;
}
.first_time_price .tx_subject{
    font-size: 16px;
    margin-top: 10px;
}
.first_time_price .tx_subject span{
	font-size: 13px;
    margin-top: 10px;
}
.first_time_price .tx_subject .link{
    font-size: 14px;
}
}


/*施術動画全体囲み
---------------------------------------------*/
.movie_wrap {
	width: 100%;
	height: auto;
	margin: 40px 0 0;
	padding: 40px 0;
}
.mt0{
    margin: 0!important;
}
.movie_wrap .movie_exp{
	text-align: center;
	font-size: 4vw;
	color: #E88A95;
	margin: 0;
}
.movie_wrap .tx_treatment{
	width: 94%;
	margin: 0 auto;
}	
.movie_mt0{
	margin-top: 0!important;
}
.movie_wrap .btn_price_link{
	text-align: center;
	position: relative;
	width: 13em;
	display: block;
	margin: 10px auto;
}
.movie_wrap .btn_price_link a{
	font-size: 4.8vw;
	color: #E88A95;
}
.movie_wrap .btn_price_link a::after {
	border-right: 1px solid #E88A95;
	border-top: 1px solid #E88A95;
	content: "";
	display: inline-block;
	height: 12px;
	position: absolute;
	right: 1vw;
	top: 51%;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
@media screen and (min-width: 769px){
.movie_wrap {
	margin: 70px 0 0;
	padding: 60px 0;
}
.movie_wrap .movie_exp{
	font-size: 24px;
}
.movie_wrap .tx_treatment{
	width: 800px;
	margin: 0 auto;
}	
.movie_wrap .btn_price_link a{
	font-size: 20px;
}
}
/*施術動画個別囲み
---------------------------------------------*/
.movie_box {
	width: 96%;
	height: auto;
	margin: 10px 2%;
}
.movie_box .left_box {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.movie_coming{
	width: 70vw;
	height: 35vw;
	margin: 0 auto;
	background-color: #E1E1E1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 769px){
.movie_box {
	width: 1000px;
	height: auto;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.movie_coming{
	width: 700px;
	height: 350px;
	margin: 0 auto;
}
}	
/*動画 
---------------------------------------------*/
.movie_box .movie{
 	margin: 20px auto;
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.movie_box .movie iframe{
 	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px){
.movie_box .movie{
	width: 800px;
	height: 450px;
	padding-bottom: 0;
}
}



/*ご予約方法 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/lafille/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: 6vw;
	font-weight: normal;
	line-height: 1.2em;
}
.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;
}

.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-bottom: 10px;
	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;
}

/*人気のひみつ PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.lafiile_recommend {
	margin-bottom: 60px;
}
.lafiile_recommend .recommend_heading {
	background-image: url(../img/lafille/recommended.webp);
}
.lafiile_recommend .recommend_heading:before {
    content: "";
    display: block;
    padding-top: 23%;
  }
.lafiile_recommend .recommend_heading .jp_title {
	font-size: 36px;
}
.lafiile_recommend .recommend_heading .en_sub {
	font-size: 22px;
}
	
.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:0 0 0 40px;
}
/* 価格部分 PC */
.price_box {
	display: flex;
	justify-content: center;
}
.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: auto;
}
}/* END PC-Responsive */





/*お支払い方法 SP
---------------------------------------------*/
#payment_contents {
	width: 94%;
	height: auto;
	margin: 20px 3%;
	padding: 20px 4%;
	border: solid 1px #e88a95;
}
#payment_contents .payment_heading {
	position: relative;
	max-width: 100%;
	text-align: center;
}
#payment_contents .payment_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;
}
#payment_contents .payment_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;
}
#payment_contents .tx_type {
	color: #666;
	margin-top: 1em;
}
#payment_contents .type_wap {
	width: 100%;
	margin-top: 1em;
}
#payment_contents .type_wap .credit {
	margin: 2em 0;
}
#payment_contents .type_wap .qr {
	margin: 2em 0 0;
}
#payment_contents .type_wap img{
	width: 70%;
	height: auto;
	margin-top: 0.5em;
}

/*お支払い方法 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#payment_contents {
	width: 1000px;
	height: auto;
	margin: 50px auto;
	padding: 20px 80px 40px;
}
#payment_contents .payment_heading .jp_title {
	font-size: 36px;
}
#payment_contents .payment_heading .en_sub {
	font-size: 22px;
}
#payment_contents .type_wap {
	display: flex;
	justify-content: space-between;
}
#payment_contents .type_wap .credit {
	margin: 0;
}
#payment_contents .type_wap .qr {
	margin: 0;
}
}


/*あおばクリニックが選ばれる理由 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
---------------------------------------------*/
.flow_contents {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f5f5f5;
}
.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;
}
}	