@charset "UTF-8";

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


/*料金表 メインビジュアル SP
---------------------------------------------*/
#mv_price {
	position: relative;
	background-image: url(../img/price/key-visual-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_price:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
#mv_price .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: 5.1vw;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	line-height: 1.4em;
}
#mv_price .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){
#mv_price {
	background-image: url(../img/price/key-visual.webp);
}
#mv_price:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_price .jp_title {
	font-size: 40px;
}
#mv_price .en_sub {
	font-size: 22px;
}
}	


/*料金表 ルートページ 一覧 SP
---------------------------------------------*/
#price_index_container {
	width: 100%;
	height: auto;
	margin: 40px auto; 
	display: flex;
	flex-wrap: wrap;
}
#price_index_container div {
	width: 92%;
	height: auto;
	margin: 10px auto 40px;
}
#price_index_container h2 {
	font-size: 4.5vw;
	color: #fff;
	width: 100%;
	height: auto;
	display: inline-block;
	background-color: #f1b9bf;
	position: relative;
	vertical-align: middle;
}
#price_index_container h2::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
#price_index_container h2 a {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0.5em 0.75em;
}
#price_index_container dl {
	margin: 0;
}
#price_index_container dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 2em;
	font-weight: 700;
}
#price_index_container dd {
	font-size: 3.8vw;
	margin: 0.4em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
}
#price_index_container dd::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 2vw;
}
#price_index_container dd a {
	display: inline-block;
	width: 100%;
	height: auto;
}
#price_index_container ul {
	margin: 15px 0;
}
#price_index_container li {
	font-size: 4vw;
	line-height: 1.4em;
	margin: 1.2em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
}
#price_index_container li::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
#price_index_container li a {
	display: inline-block;
	width: 100%;
	height: auto;
}
#price_index_container .vertical_wrap{
    margin: 0;
}

/*料金表 ルートページ 一覧 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#price_index_container {
	width: 1000px;
	justify-content: space-between;
    flex-wrap: wrap;
}
#price_index_container div{
	width: 450px;
	height: auto;
	margin:  0 0 40px;
	padding: 0;
}
#price_index_container h2 {
	font-size: 18px;
}
#price_index_container h2::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 10px;
}
#price_index_container dl {
}
#price_index_container dt {
	font-size: 16px;
	font-weight: 700;
}
#price_index_container dd {
	font-size: 16px;
}
#price_index_container dd::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
}
#price_index_container ul {
}
#price_index_container li {
	margin: 1.48em 0;
	font-size: 16px;
	font-weight: 700;
}
#price_index_container li::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
#price_index_container .vertical_wrap{
    width: 450px;
}
}




/*医療レーザー脱毛 全体囲み SP
---------------------------------------------*/
#price_container {
	width: 100%;
	height: auto;
	margin: 20px auto 40px; 
}
/*医療レーザー脱毛 全体囲み  PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#price_container {
	width: 1000px;
	height: auto;
}
}

/*注意書き囲み SP
---------------------------------------------*/
.price_caution {
    width: 92%;
    height: auto;
	margin: 40px auto 0; 
}
/*注意書き囲み  PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_caution {
	width: 1000px;
}
}


/*お支払い方法・ポイントサービスについて SP
---------------------------------------------*/
.payment_link {
	width: 100%;
	height: auto;
	margin: 1em 0;
}
.payment_link ul {
	width: 92%;
	height: auto;
	margin: 0 4%;
	display: flex;
	flex-wrap: wrap;
}	
.payment_link li {
	width: 100%;
	height: auto;
	border: solid 1px #e88a95;
	margin: 0.5em 0;
	position: relative;
	vertical-align: middle;
}
.payment_link li::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.payment_link li a {
	width: 100%;
	height: auto;
	display: inline-block;
	line-height: 3em;
	padding: 0 1em;
	color: #e88a95;
}	
/*お支払い方法・ポイントサービスについて PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.payment_link {
	width: 1000px;
	height: auto;
}
.payment_link ul {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.payment_link li {
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
}
.payment_link li::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
}


/*施術項目 アンカー SP
---------------------------------------------*/
.price_pege_anchor {
	width: 100%;
	height: auto;
	margin-top: 2em;
}
.price_pege_anchor h2 {
	font-size: 5vw;
	text-align: center;
	font-family: "Kiwi Maru";
}
.price_pege_anchor dl {
	width: 92%;
	height: auto;
	margin: 0 auto;
}
.price_pege_anchor dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: 700;
}
.price_pege_anchor dd {
	width: 48%;
	font-size: 3.8vw;
	margin: 0.2em 4% 2em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor dd::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor dd.m_r_none {
	margin-right: 0; /*dd右マージン0指定*/
}
.price_pege_anchor dd span {
	font-size: 75%;
}
.price_pege_anchor dd a {
	display: block;
}
.price_pege_anchor ul {
	width: 92%;
	height: auto;
	margin: 0 auto;
}
.price_pege_anchor dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: 700;
}
.price_pege_anchor li {
	width: 48%;
	font-size: 3.8vw;
	margin: 0.2em 4% 1em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor li:nth-child(even) {
	margin-right: 0; /*liの2個目右マージン0指定*/
}
.price_pege_anchor li a {
	display: block;
}

/*施術項目 アンカー PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_pege_anchor {
	width: 1000px;
	height: auto;
	margin-top: 2em;
}
.price_pege_anchor h2 {
	font-size: 24px;
}
.price_pege_anchor dl {
	width: 100%;
	height: auto;
}
.price_pege_anchor dt {
	font-size: 16px;
	font-weight: 700;
}
.price_pege_anchor dd {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.price_pege_anchor dd:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
.price_pege_anchor ul {
	width: 100%;
	height: auto;
}
.price_pege_anchor li {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.price_pege_anchor li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
}	


/*レーザー脱毛のみ 施術項目 アンカー SP
---------------------------------------------*/
.price_pege_anchor_laser {
	width: 100%;
	height: auto;
	margin-top: 2em;
}
.price_pege_anchor_laser h2 {
	font-size: 5vw;
	text-align: center;
	font-family: "Kiwi Maru";
}
.price_pege_anchor_laser .pege_anchor_wrap{
	width: 94%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.price_pege_anchor_laser dl {
	width: 48%;
	height: auto;
	margin: 0 auto;
}
.price_pege_anchor_laser dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: 700;
}
.price_pege_anchor_laser dd {
	width: 100%;
	font-size: 3.8vw;
	margin: 0.2em 4% 2em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor_laser dd::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor_laser dd.m_r_none {
	margin-right: 0; /*dd右マージン0指定*/
}
.price_pege_anchor_laser dd span {
	font-size: 75%;
}
.price_pege_anchor_laser dd a {
	display: block;
}
.price_pege_anchor_laser ul {
	width: 92%;
	height: auto;
	margin: 0 auto;
}
.price_pege_anchor_laser dt {
	font-size: 4vw;
	line-height: 1.4em;
	margin-top: 1em;
	font-weight: 700;
}
.price_pege_anchor_laser li {
	width: 48%;
	font-size: 3.8vw;
	margin: 0.2em 4% 1em 0;
	padding: 0.3em 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
	vertical-align: middle;
	float: left;
}
.price_pege_anchor_laser li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 2vw;
}
.price_pege_anchor_laser li:nth-child(even) {
	margin-right: 0; /*liの2個目右マージン0指定*/
}
.price_pege_anchor li a {
	display: block;
}

/*レーザー脱毛のみ 施術項目 アンカー PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_pege_anchor_laser {
	width: 1000px;
	height: auto;
	margin-top: 2em;
}
.price_pege_anchor_laser h2 {
	font-size: 24px;
}
.price_pege_anchor_laser .pege_anchor_wrap{
	width: 100%;
}
.price_pege_anchor_laser dl {

}
.price_pege_anchor_laser dt {
	font-size: 16px;
	font-weight: 700;
}
.price_pege_anchor_laser dd {
	margin-bottom: 1.2em;
	font-size: 16px;
	width: 92%;
}
.price_pege_anchor_laser dd:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
.price_pege_anchor_laser ul {
	width: 100%;
	height: auto;
}
.price_pege_anchor_laser li {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.price_pege_anchor_laser li:after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(135deg); width: 8px;
}
}	





/*各施術の料金 囲み SP
---------------------------------------------*/
.price_wrap {
	width: 100%;
	height: auto;
	margin:3.2em 0;
	border-bottom: solid 1px #ccc;
}
.price_wrap h2 {
	font-size: 5vw;
	text-align: center;
	font-family: "Kiwi Maru";
	line-height: 1.4em;
}
.price_wrap h2 .tx_sub{
	font-size: 3.2vw;
	display: block;
}
.price_bodernone {
	border: none!important;
}

/*各施術の料金 囲み PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_wrap {
	width: 1000px;
	height: auto;
	margin:80px 0;
}
.price_wrap h2 {
	font-size: 24px;
}
.price_wrap h2 .tx_sub{
	font-size: 17px;
}
}


/*しわ、たるみ、リフトアップなど症状 SP
---------------------------------------------*/
.condition_wrap {
	width: 100%;
	height: auto;
	margin: 0.75em 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.condition_wrap li{
	font-size: 2.5vw;
	width: 7em;
	margin: 0.2em;
	padding: 0.5em 0;
	display: inline-block;
	background-color: #ffe4e3;
	text-align: center;
	vertical-align: middle;
}
.condition_wrap .blank{
	font-size: 2.5vw;
	width: 7em;
	margin: 0.2em;
	padding: 0.5em 0;
    background-color: #fff;
}
/*しわ、たるみ、リフトアップなど症状 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.condition_wrap {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.condition_wrap li{
	font-size: 14px;
}
.condition_wrap .blank{
	font-size: 14px;
}
}


/*対象、取り扱い医院 SP
---------------------------------------------*/
.target_clinic {
	width: 92%;
	height: auto;
	margin: 2em auto 0;
	padding: 0.7em 1.5em 1em;
	border: solid 1px #ccc;
}
.target_clinic dt {
	font-size: 3.8vw;
	color: #e88a95;
	float: left;
	padding-top: 0.3em;

}
.target_clinic dd {
	font-size: 3.8vw;
	padding-top: 0.3em;
}
/*対象、取り扱い医院 PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.target_clinic {
	width: 1000px;
	height: auto;
	margin-top: 2em;
}
.target_clinic dt {
	font-size: 17px;
	color: #e88a95;
}
.target_clinic dd {
	font-size: 17px;
}
}	
	

.target_clinic_boder_none{
    padding: 0;
	border:none;
}

/*価格表 テーブル SP
---------------------------------------------*/
.price_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;
}
.price_table th,td {
	border: solid 1px #ccc;
	padding: 0.75em 0.2em;
	text-align: center;
	vertical-align: middle;
}
.price_table th {
	font-size: 3.2vw;
	background-color: #e7e6e6;
}
.price_table .bg_dark_pink {
background-color: #FEE5E5!important;
}
.price_table .bg_pink {
background-color: #fef3f3!important;
}
.price_table .bg_dark_gray {
background-color: #EAEAEA!important;
}
.price_table .bg_light_gray {
background-color: #F6F6F6!important;
}
.price_wrap .note_price_table {
	width: 92%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.price_wrap .note_price_table li {
	font-size: 3vw;
	padding-left: 1em;
    text-indent: -1em;
}
.price_table .img_plan_s{
	width: 60%;
	height: auto;
	margin: 10px 0;
}
.price_table .click_here{
	width: 60%;
	font-size: 3.2vw;
	color: #e88a95;
	display: inline-block;
	padding: 10px;
	border: solid 1px #e88a95;
	line-height: 1;
	position: relative;
}
.price_table .click_here::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.price_table .link_block{
	width: 100%;
	height: auto;
	display: block;
}

/*価格表 テーブル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.price_table {
	width: 1000px;
	margin: 1.5em 0;
}
.price_wrap .note_price_table {
	width: 1000px;
}
.price_table th {
	font-size: 16px;
}
.price_wrap .note_price_table li {
	font-size: 15px;
}
.price_table td.w60,th.w60 {
	width: 60%
}
.price_table .img_plan_s{
	width: 50%;
}
.price_table .click_here{
	width: 180px;
	font-size: 14px;
}
.price_table .click_here::after {
	border-right: 1px solid #e88a95;
	border-top: 1px solid #e88a95;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 10px;
}
}	

/* 表の幅調整 */	
.price_table .th_width25{
    width: 25%;
}


/*リンクボタン囲み SP（医療レーザー、無料カウンセリング）
---------------------------------------------*/	
.link_btn_wrap {
	width: 100%;
	height: auto;
	margin: 2.5em 0;
	display: flex;
	flex-wrap: wrap;
}
.link_btn_wrap .btn_treatment {
	width: 78.7vw;
	height: auto;
	margin: 0.75em auto;
	text-align: center;
}
.link_btn_wrap .btn_treatment p {
	width: 100%;
	height: auto;
	font-size: 3.2vw;
	padding: 0.75em 0;
	display: block;
    text-align: center;
}
.link_btn_wrap .btn_treatment a {
	width: 100%;
	height: auto;
	font-size: 4vw;
	padding: 0.75em 0;
	display: block;
	background-color: #f0f0f0;
}
.link_btn_wrap .btn_counseling {
	width: 100%;
	height: auto;
	margin: 0.75em auto;
	text-align: center;
}
.link_btn_wrap .btn_counseling a {
	width: 78.7vw;
	height: auto;
	font-size: 4vw;
	color: #fff;
	margin: 0 auto;
	padding: 0.75em 0;
	display: block;
	background-color: #e88a95;
}
.link_btn_wrap .btn_counseling .note{
	font-size: 2.9vw;
	margin: 2.7vw 0 0;
	text-align: center;
}	
/*リンクボタン囲み PC（医療レーザー、無料カウンセリング）
---------------------------------------------*/
@media screen and (min-width: 769px){	
.link_btn_wrap {
	width: 100%;
	height: auto;
	margin: 4em 0;
	display: flex;
	justify-content: space-between;
}
.link_btn_wrap .btn_treatment {
	width: 45%;
}
.link_btn_wrap .btn_treatment p {
	font-size: 16px;
}
.link_btn_wrap .btn_treatment a {
	font-size: 20px;
}
.link_btn_wrap .btn_counseling {
	width: 45%;
}
.link_btn_wrap .btn_counseling a {
	width: 100%;
	font-size: 20px;
}
.link_btn_wrap .btn_counseling .note{
	font-size: 13px;
	margin: 10px 0 0;
}
}


/*リンクボタン囲み SP（医療レーザー、無料カウンセリング）
固定バージョン
---------------------------------------------*/	
.link_btn_wrap_fixed {
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: fixed;
}
.link_btn_wrap_fixed .btn_treatment {
	width: 50%;
	height: auto;
	margin: 0;
	text-align: center;
}
.link_btn_wrap_fixed .btn_treatment a {
	width: 100%;
	height: auto;
	font-size: 4vw;
	line-height: 1.2;
	color: #fff;
	padding: 0.75em 0;
	display: block;
	background-color: #b4b4b4;
	position: relative;
}
.link_btn_wrap_fixed .btn_treatment a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.link_btn_wrap_fixed .btn_counseling {
	width: 50%;
	height: auto;
	margin: 0;
	text-align: center;
}
.link_btn_wrap_fixed .btn_counseling a {
	width: 100%;
	height: auto;
	font-size: 4vw;
	line-height: 1.2;
	color: #fff;
	margin: 0 auto;
	padding: 0.75em 0;
	display: block;
	background-color: #e88a95;
	position: relative;
}
.link_btn_wrap_fixed .btn_counseling a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	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){	
.link_btn_wrap_fixed {
	width: 800px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	left: 50%;
	right: 50%;
	margin-left: -400px;
	margin-bottom: 20px;
}
.link_btn_wrap_fixed .btn_treatment {
	width: 450px;
}
.link_btn_wrap_fixed .btn_treatment a {
	font-size: 20px;
}
.link_btn_wrap_fixed .btn_treatment a::after {
	height: 12px;
	right: 20px;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
.link_btn_wrap_fixed .btn_counseling {
	width: 450px;
}
.link_btn_wrap_fixed .btn_counseling a {
	width: 100%;
	font-size: 20px;
}
.link_btn_wrap_fixed .btn_counseling a::after {
	height: 12px;
	right: 20px;
	transform: translate(0, -50%) rotate(45deg); width: 12px;
}
}


/*他の施術料金リンクボタン SP
---------------------------------------------*/	
.btn_other_price {
	width: 100%;
	height: auto;
	margin: 2.5em 0;
	display: flex;
	flex-wrap: wrap;
}
/*レーザー*/	
.btn_other_price .btn_laser {
	width: 80%;
	height: auto;
	margin: 0.75em auto;
	text-align: center;
	background-image: url("../img/price/brn-laser-back.webp");
	background-repeat: no-repeat;
	background-size: contain;
	border: solid 1px #e88a95;
	position: relative;
	vertical-align: middle;
}
.btn_other_price .btn_laser::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.btn_other_price .btn_laser a {
	width: 100%;
	height: auto;
	font-size: 3.8vw;
	padding: 1.25em 0 1.25em 3.4em;
	display: block;
}
/*フェイス*/	
.btn_other_price .btn_face {
	width: 80%;
	height: auto;
	margin: 0.75em auto;
	text-align: center;
	background-image: url("../img/price/brn-face-back.webp");
	background-repeat: no-repeat;
	background-size: contain;
	border: solid 1px #e88a95;
	position: relative;
	vertical-align: middle;
}
.btn_other_price .btn_face::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.btn_other_price .btn_face a {
	width: 100%;
	height: auto;
	font-size: 3.8vw;
	padding: 1.25em 0 1.25em 3.4em;
	display: block;
}
/*ボディ*/
.btn_other_price .btn_body {
	width: 80%;
	height: auto;
	margin: 0.75em auto;
	text-align: center;
	background-image: url("../img/price/brn-body-back.webp");
	background-repeat: no-repeat;
	background-size: contain;
	border: solid 1px #e88a95;
	position: relative;
	vertical-align: middle;
}
.btn_other_price .btn_body::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.btn_other_price .btn_body a {
	width: 100%;
	height: auto;
	font-size: 3.8vw;
	padding: 1.25em 0 1.25em 3.4em;
	display: block;
}
/*AGA*/
.btn_other_price .btn_aga {
	width: 80%;
	height: auto;
	margin: 0.75em auto;
	text-align: center;
	background-image: url("../img/price/brn-aga-back.webp");
	background-repeat: no-repeat;
	background-size: contain;
	border: solid 1px #e88a95;
	position: relative;
	vertical-align: middle;
}
.btn_other_price .btn_aga::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 2vw;
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 2vw;
}
.btn_other_price .btn_aga a {
	width: 100%;
	height: auto;
	font-size: 3.8vw;
	padding: 1.25em 0 1.25em 3.4em;
	display: block;
}
/*他の施術料金リンクボタン PC
---------------------------------------------*/
@media screen and (min-width: 769px){	
.btn_other_price {
	width: 100%;
	height: auto;
	margin: 4em 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
/*レーザー*/
.btn_other_price .btn_laser {
	width: 31%;
}
.btn_other_price .btn_laser::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
.btn_other_price .btn_laser a {
	font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding: 2.3em 0 2.3em 8.4em;
}
/*フェイス*/
.btn_other_price .btn_face {
	width: 31%;
}
.btn_other_price .btn_face::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
.btn_other_price .btn_face a {
	font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding: 2.3em 0 2.3em 8.4em;
}
/*ボディ*/
.btn_other_price .btn_body {
	width: 31%;
}
.btn_other_price .btn_body::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
.btn_other_price .btn_body a {
	font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding: 2.3em 0 2.3em 8.4em;
}
/*AGA*/
.btn_other_price .btn_aga {
	width: 31%;
}
.btn_other_price .btn_aga::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg); width: 8px;
}
.btn_other_price .btn_aga a {
	font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding: 2.3em 0 2.3em 8.4em;
}
}


/*レーザー脱毛　女性パーツセット　クリッカブル SP
---------------------------------------------*/
.women_body_serect{
	width: 96%;
	height: auto;
	margin: 30px auto;
}
/* 左　全身クリッカブル */
.women_body_serect_01{
	margin: 20px 0;
	position: relative;
}
.women_body_serect_01 img{
	width: 100%;
	height: auto;
}
.women_body_serect_01 a{
	width: 20vw;
	height: 6.5vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
/* 左　リンク設定 */
.women_body_serect_01 .link_women_01{
	left: 0;
	top: 17.5vw;
}
.women_body_serect_01 .link_women_02{
	left: 0;
	top: 27vw;
}
.women_body_serect_01 .link_women_03{
	left: 0;
	top: 36.2vw;
}
.women_body_serect_01 .link_women_04{
	left: 0;
	top: 50vw;
}
.women_body_serect_01 .link_women_05{
	left: 0;
	top: 58.2vw;
}
.women_body_serect_01 .link_women_06{
	left: 0;
	top: 74.2vw;
}
.women_body_serect_01 .link_women_07{
	left: 0;
	top: 82.5vw;
}
.women_body_serect_01 .link_women_08{
	left: 0;
	top: 91vw;
}
.women_body_serect_01 .link_women_09{
    height: 10vw;
	line-height:1; 
	left: 0;
	top: 100.5vw;
}
.women_body_serect_01 .link_women_10{
	left: 0;
	top: 123.4vw;
}
.women_body_serect_01 .link_women_11{
	right: 0;
	top: 28.4vw;
}
.women_body_serect_01 .link_women_12{
	right: 0;
	top: 37vw;
}
.women_body_serect_01 .link_women_13{
    height: 10vw;
	line-height:1.05; 
	right: 0;
	top: 45.3vw;
}
.women_body_serect_01 .link_women_14{
	right: 0;
	top: 61.2vw;
}
.women_body_serect_01 .link_women_vzone{
	right: 0;
	top: 75.5vw;
}
.women_body_serect_01 .link_women_15{
	right: 0;
	top: 84.7vw;
}
.women_body_serect_01 .link_women_16{
	right: 0;
	top: 98.4vw;
}
/* 右　全身クリッカブル */
.women_body_serect_02{
	margin: 20px 0;
	position: relative;
}
.women_body_serect_02 img{
	width: 100%;
	height: auto;
}
.women_body_serect_02 a{
	width: 20vw;
	height: 6.5vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
/* 右　リンク設定 */
.women_body_serect_02 .link_women_17{
	right: 0;
	top: 14.5vw;
}
.women_body_serect_02 .link_women_18{
	right: 0;
	top: 27vw;
}
.women_body_serect_02 .link_women_19{
	right: 0;
	top: 38vw;
}
.women_body_serect_02 .link_women_20{
	right: 0;
	top: 51vw;
}
.women_body_serect_02 .link_women_21{
	right: 0;
	top: 66vw;
}
.women_body_serect_02 .link_women_22{
	right: 0;
	top: 88vw;
}
.women_body_serect_02 .link_women_23{
	right: 0;
	top: 96.5vw;
}

/* 顔クリッカブル */
.women_face_serect{
	width: 96%;
	height: auto;
	margin: 20px auto;
	position: relative;
}
.women_face_serect img{
	width: 100%;
	height: auto;
}
.women_face_serect a{
	width: 20vw;
	height: 6.5vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
/* 顔　リンク設定 */
.women_face_serect .link_women_24{
	left: 0;
	top: 16.5vw;
}
.women_face_serect .link_women_25{
	left: 0;
	top: 32vw;
}
.women_face_serect .link_women_26{
	left: 0;
	top: 40.5vw;
}
.women_face_serect .link_women_27{
	left: 0;
	top: 49vw;
}
.women_face_serect .link_women_28{
	left: 0;
	top: 60vw;
}
.women_face_serect .link_women_29{
	right: 0;
	top: 21.5vw;
}
.women_face_serect .link_women_30{
	right: 0;
	top: 36.5vw;
}
.women_face_serect .link_women_31{
	right: 0;
	top: 49vw;
}
.women_face_serect .link_women_32{
	right: 0;
	top: 59vw;
}




/*レーザー脱毛　女性パーツセット　クリッカブル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.women_body_serect{
	width: 1000px;
	display: flex;
	justify-content: center;
}
/* 左　全身クリッカブル */
.women_body_serect_01{
	width: 500px;
	height: auto;
}
.women_body_serect_01 a{
	width: 103px;
	height: 32px;
	font-size: 15px;
}
/* 左　リンク設定 */
.women_body_serect_01 .link_women_01{
	top: 92px;
}
.women_body_serect_01 .link_women_02{
	top: 142px;
}
.women_body_serect_01 .link_women_03{
	top: 189px;
}
.women_body_serect_01 .link_women_04{
	top: 261px;
}
.women_body_serect_01 .link_women_05{
	top: 304px;
}
.women_body_serect_01 .link_women_06{
	top: 387px;
}
.women_body_serect_01 .link_women_07{
	top: 431px;
}
.women_body_serect_01 .link_women_08{
	top: 475px;
}
.women_body_serect_01 .link_women_09{
	height: 51px;
	top: 525px;
}
.women_body_serect_01 .link_women_10{
	top: 645px;
}
.women_body_serect_01 .link_women_11{
	top: 148px;
}
.women_body_serect_01 .link_women_12{
	top: 191px;
}
.women_body_serect_01 .link_women_13{
	height: 51px;
	top: 236px;
}
.women_body_serect_01 .link_women_14{
	top: 320px;
}
.women_body_serect_01 .link_women_vzone{
	top: 394px;
}	
.women_body_serect_01 .link_women_15{
	top: 441px;
}
.women_body_serect_01 .link_women_16{
	top: 512px;
}
	
/* 右　全身クリッカブル */
.women_body_serect_02{
	width: 500px;
	height: auto;
}
.women_body_serect_02 a{
	width: 103px;
	height: 32px;
	font-size: 15px;
}
/* 右　全身クリッカブル設定 */
.women_body_serect_02 .link_women_17{
	top: 76px;
}
.women_body_serect_02 .link_women_18{
	top: 142px;
}	
.women_body_serect_02 .link_women_19{
	top: 198px;
}	
.women_body_serect_02 .link_women_20{
	top: 266px;
}		
.women_body_serect_02 .link_women_21{
	top: 345px;
}		
.women_body_serect_02 .link_women_22{
	top: 459px;
}		
.women_body_serect_02 .link_women_23{
	top: 504px;
}		
/* 顔　クリッカブル */	
.women_face_serect{
	width: 500px;
	height: auto;
	margin: 30px auto;
}
.women_face_serect a{
	width: 103px;
	height: 32px;
	font-size: 15px;
}
/* 顔クリッカブル設定 */
.women_face_serect .link_women_24{
	top: 87px;
}
.women_face_serect .link_women_25{
	top: 166px;
}
.women_face_serect .link_women_26{
	top: 213px;
}
.women_face_serect .link_women_27{
	top: 258px;
}
.women_face_serect .link_women_28{
	top: 314px;
}
.women_face_serect .link_women_29{
	top: 112px;
}
.women_face_serect .link_women_30{
	top: 191px;
}
.women_face_serect .link_women_31{
	top: 256px;
}
.women_face_serect .link_women_32{
	top: 308px;
}
}





/*レーザー脱毛　男性パーツセット　クリッカブル SP
---------------------------------------------*/
.men_body_serect{
	width: 96%;
	height: auto;
	margin: 30px auto;
}
/* 左　全身クリッカブル */
.men_body_serect_01{
	margin: 20px 0;
	position: relative;
}
.men_body_serect_01 img{
	width: 100%;
	height: auto;
}
.men_body_serect_01 a{
	width: 20vw;
	height: 6.5vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
/* 左　リンク設定 */
.men_body_serect_01 .link_men_01{
	left: 0;
	top: 17.5vw;
}
.men_body_serect_01 .link_men_02{
	left: 0;
	top: 27vw;
}
.men_body_serect_01 .link_men_03{
	left: 0;
	top: 36.2vw;
}
.men_body_serect_01 .link_men_04{
	left: 0;
	top: 50vw;
}
.men_body_serect_01 .link_men_05{
	left: 0;
	top: 58.2vw;
}
.men_body_serect_01 .link_men_06{
	left: 0;
	top: 74.2vw;
}
.men_body_serect_01 .link_men_07{
	left: 0;
	top: 82.5vw;
}
.men_body_serect_01 .link_men_08{
	left: 0;
	top: 91vw;
}
.men_body_serect_01 .link_men_09{
    height: 10vw;
	line-height:1; 
	left: 0;
	top: 100.5vw;
}
.men_body_serect_01 .link_men_10{
	left: 0;
	top: 123.4vw;
}
.men_body_serect_01 .link_men_11{
	right: 0;
	top: 28.4vw;
}
.men_body_serect_01 .link_men_12{
	right: 0;
	top: 37vw;
}
.men_body_serect_01 .link_men_13{
    height: 10vw;
	line-height:1.05; 
	right: 0;
	top: 45.3vw;
}
.men_body_serect_01 .link_men_14{
	right: 0;
	top: 61.2vw;
}
.men_body_serect_01 .link_men_15{
	right: 0;
	top: 79.4vw;
}
.men_body_serect_01 .link_men_16{
	right: 0;
	top: 89.1vw;
}
/* 右　全身クリッカブル */
.men_body_serect_02{
	margin: 20px 0;
	position: relative;
}
.men_body_serect_02 img{
	width: 100%;
	height: auto;
}
.men_body_serect_02 a{
	width: 20vw;
	height: 6.5vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
/* 右　リンク設定 */
.men_body_serect_02 .link_men_17{
	right: 0;
	top: 14.5vw;
}
.men_body_serect_02 .link_men_18{
	right: 0;
	top: 27vw;
}
.men_body_serect_02 .link_men_19{
	right: 0;
	top: 40vw;
}
.men_body_serect_02 .link_men_20{
	right: 0;
	top: 50.4vw;
}
.men_body_serect_02 .link_men_21{
	right: 0;
	top: 66vw;
}
.men_body_serect_02 .link_men_22{
	right: 0;
	top: 88vw;
}
.men_body_serect_02 .link_men_23{
	right: 0;
	top: 96.5vw;
}

/* 顔クリッカブル */
.men_face_serect{
	width: 96%;
	height: auto;
	margin: 20px auto;
	position: relative;
}
.men_face_serect img{
	width: 100%;
	height: auto;
}
.men_face_serect a{
	width: 20vw;
	height: 6.5vw;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
/* 顔　リンク設定 */
.men_face_serect .link_men_24{
	left: 0;
	top: 22vw;
}
.men_face_serect .link_men_25{
	left: 0;
	top: 31vw;
}
.men_face_serect .link_men_26{
	left: 0;
	top: 40vw;
}
.men_face_serect .link_men_27{
	left: 0;
	top: 49vw;
}
.men_face_serect .link_men_28{
	left: 0;
	top: 58vw;
}
.men_face_serect .link_men_29{
	right: 0;
	top: 20.5vw;
}
.men_face_serect .link_men_30{
	right: 0;
	top: 35.7vw;
}
.men_face_serect .link_men_31{
	right: 0;
	top: 46.5vw;
}
.men_face_serect .link_men_32{
	right: 0;
	top: 56.7vw;
}




/*レーザー脱毛　男性パーツセット　クリッカブル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.men_body_serect{
	width: 1000px;
	display: flex;
	justify-content: center;
}
/* 左　全身クリッカブル */
.men_body_serect_01{
	width: 500px;
	height: auto;
}
.men_body_serect_01 a{
	width: 103px;
	height: 32px;
	font-size: 15px;
}
/* 左　リンク設定 */
.men_body_serect_01 .link_men_01{
	top: 92px;
}
.men_body_serect_01 .link_men_02{
	top: 142px;
}
.men_body_serect_01 .link_men_03{
	top: 189px;
}
.men_body_serect_01 .link_men_04{
	top: 261px;
}
.men_body_serect_01 .link_men_05{
	top: 304px;
}
.men_body_serect_01 .link_men_06{
	top: 387px;
}
.men_body_serect_01 .link_men_07{
	top: 431px;
}
.men_body_serect_01 .link_men_08{
	top: 475px;
}
.men_body_serect_01 .link_men_09{
	height: 51px;
	top: 525px;
}
.men_body_serect_01 .link_men_10{
	top: 645px;
}
.men_body_serect_01 .link_men_11{
	top: 148px;
}
.men_body_serect_01 .link_men_12{
	top: 191px;
}
.men_body_serect_01 .link_men_13{
	height: 51px;
	top: 236px;
}
.men_body_serect_01 .link_men_14{
	top: 320px;
}
.men_body_serect_01 .link_men_15{
	top: 415px;
}
.men_body_serect_01 .link_men_16{
	top: 465px;
}
	
/* 右　全身クリッカブル */
.men_body_serect_02{
	width: 500px;
	height: auto;
}
.men_body_serect_02 a{
	width: 103px;
	height: 32px;
	font-size: 15px;
}
/* 右　全身クリッカブル設定 */
.men_body_serect_02 .link_men_17{
	top: 76px;
}
.men_body_serect_02 .link_men_18{
	top: 142px;
}	
.men_body_serect_02 .link_men_19{
	top: 210px;
}	
.men_body_serect_02 .link_men_20{
	top: 265px;
}		
.men_body_serect_02 .link_men_21{
	top: 346px;
}		
.men_body_serect_02 .link_men_22{
	top: 459px;
}		
.men_body_serect_02 .link_men_23{
	top: 504px;
}		
/* 顔　クリッカブル */	
.men_face_serect{
	width: 500px;
	height: auto;
	margin: 30px auto;
}
.men_face_serect a{
	width: 103px;
	height: 32px;
	font-size: 15px;
}
/* 顔クリッカブル設定 */
.men_face_serect .link_men_24{
	top: 115px;
}
.men_face_serect .link_men_25{
	top: 164px;
}
.men_face_serect .link_men_26{
	top: 211px;
}
.men_face_serect .link_men_27{
	top: 256px;
}
.men_face_serect .link_men_28{
	top: 304px;
}
.men_face_serect .link_men_29{
	top: 109px;
}
.men_face_serect .link_men_30{
	top: 186px;
}
.men_face_serect .link_men_31{
	top: 242px;
}
.men_face_serect .link_men_32{
	top: 298px;
}
}





/*ボーダーを消す
---------------------------------------------*/
.border_none{
	border: none;
}

/*下向き矢印 白背景用
---------------------------------------------*/
.laser_arrow {
	width: 94%;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #999;
	margin: 10px 3%;
    padding-bottom: 10px;
}
.laser_arrow p{
	font-size: 3.6vw;
	text-align: center;
	letter-spacing: 0;
}
.laser_arrow:before,
.laser_arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.laser_arrow:before {
    border: solid 11px transparent;
    border-top: solid 11px #999;
}
.laser_arrow:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
@media screen and (min-width: 769px){
.laser_arrow {
	width: 54%;
	margin: 20px 22%;
}
.laser_arrow p{
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}
}
