@charset "utf-8";
/* CSS Document */

/*_______________________________

   お腹脂肪冷却
_______________________________*/


/*----------------------
    　　　共通
----------------------*/


body {
    font-size: 16px;
    color: #333;
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight:normal;
    overflow-x: hidden;
    width: 100%;
    min-width: 100%!important;
}


.sp_only {
    display: none;
}
.pc_only {
    display: block;
}



a{
	text-decoration: none;
	transition: opacity 0.5s ease-out;
}

a:hover{
	opacity: 0.8;
	transition: opacity 0.3s ease-out;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
}
.inner{
	max-width: 750px;
	margin: 0 auto;
}




.cv {
    margin: 80px auto;
}
.cv .inner{
    padding: 0 20px;
	box-sizing: border-box;
}
.cv_btn {
    max-width: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e7010f;
    background: linear-gradient(180deg, rgb(248 183 162) 0%,rgb(233 81 8) 25%,rgb(233 77 7) 50%,rgb(230 40 14) 75%,rgb(228 2 18) 100%);
    color: #ffffff;
    font-size: 44px;
    height: 160px;
    border-radius: 80px;
    margin: auto;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(37 37 37 / 50%);
    z-index: 0;
    overflow: hidden;
    border: 3px solid #fff;
    box-sizing: border-box;
    padding-right: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.cv_btn:after {
    content: '';
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
}
.cv ul {
    text-indent: -1em;
    padding-left: 1em;
}

.mv + .cv {
    margin-top: 50px;
}

.benefits + .cv {
    margin-top: -40px;
}

/*　     　　体験コースの流れ
　　　　　　    （flow）
--------------------------------------------*/
.flow{
	margin-top: 40px;
}

/*　     ラ・パルレが選ばれる理由
　　　　　　    （pride）
--------------------------------------------*/
.pride .inner{
	background: #eff8fd;
	padding-bottom: 150px;
}
.pride .ttl{
	position: relative;
}
.pride h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 21.8%;
    font-size: 56px;
    line-height: 1.32em;
    letter-spacing: 0.15em;
    text-align: center;
    color: #1d2089;
    font-weight: 700;
}
.pride ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	background: url("../images/o_reikyaku/pride_bg.png") no-repeat;
	background-size: contain;
	background-position: center;
	padding: 0 50px;
}
.pride li {
    width: calc((100% - 50px) / 2);
    background: #6daae7;
    padding: 5px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 50px;
}
.pride li:nth-of-type(-n+2){
	margin-top: 0;
}
.pride li h3{
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

/*　          サロンを調べる
　　　　　　    （salon）
--------------------------------------------*/

.salon .ttl {
    position: relative;
}
.salon .welcome_text  {
    font-size: 23px;
    padding: 30px;
    font-weight: 700;
}
.salon h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 69.5%;
    margin: 52.2% auto 0;
    font-size: 56px;
    line-height: 1.32em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #251d82;
    padding: 22px;
    box-sizing: border-box;
}

.salon .inner{
    background: #ffffff;
}
.salon .salon_list{
	padding: 0 3.5% 8% 3.5%;
}
.salon dt.accordion{
	position: relative;
	background: #251d82;
	height: 70px;

	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 26px;
	border-bottom: 1px solid #fff;
	transition: opacity 0.5s ease-out;
	cursor:pointer;
	font-weight: 500;
}
.salon dt.accordion:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
}
.salon dt.accordion:before {
    content: "▼";
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.salon dt.accordion.open:before {
    content: "▲";
}
.salon dt.accordion + dd{
	display: none;
}

.salon dl dl dt {
    background: #eff8fd;
    color: #251d82;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.salon dl dl dt::before{
	content: "▼";
	font-size: 18px;
	margin-right: 10px;
}
.salon dl dl dd a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    color: #251d82;
    font-size: 22px;
    border-bottom: 1px solid #eff8fd;
    position: relative;
    font-weight: 300;
    background: #fff;
}
.salon dl dl dd a span{
	background: #e70012;
	color: #fff;
	font-size: 16px;
	padding: 0 11px;
	margin-left: 20px;
	height: 28px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: -0.03em;
}
.salon dl dl dd a:after {
    content: '';
    border-right: 1px solid #251d82;
    border-bottom: 1px solid #251d82;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
}

/*　    　　 感染症対策
　　　　　　（infection）
--------------------------------------------*/
.infection ul{
	margin: 30px auto;
}
.infection li {
    color: #6a2f0d;
    padding: 0 20px;
	margin-bottom: 10px;
}





/*　     電話でお問い合わせ
　　　　　　（contact_tel）
--------------------------------------------*/
.contact_tel .inner{
    background: #eee;
    padding: 50px;
    box-sizing: border-box;
}
.contact_tel .text{
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.contact_tel dt{
    background: #1d2089;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    padding: 10px;
    box-sizing: border-box;
}
.contact_tel dd {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.contact_tel dd p{
    font-size: 60px;
    color: #1d2089;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact_tel dd p img{
	width: 100px;
}
.contact_tel small {
    display: block;
    text-align: center;
    font-size: 20px;
}




/*　     　　　　加盟
　　　　　　（participating）
--------------------------------------------*/
.participating ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-size: contain;
    background-position: center;
    background: #f7f7f7;
    padding: 30px;
    margin: 50px 0;
}
.participating  li {
    width: calc((100% - 50px) / 2);
    padding: 5px;
    box-sizing: border-box;
}
.participating  li p{
    margin-top: 15px;
    font-size: 18px;
}




/*　     　　　　footer
--------------------------------------------*/


footer {
    font-size: 28px;
    line-height: 38px;
}
.foot {
    margin: 0 0 1px 0;
    color: #000;
    text-align: center;
}
.foot a {
    display: block;
    padding: 3.0% 0;
    color: #000;
    text-decoration: none;
}
.foot_pt {
    padding: 6% 1.5%;
    text-align: center;
}
.foot_pt a{
	    color: #1d2089;
}
footer small{
    text-align: center;
    display: block;
    padding: 20px;
    background: #6daae7;
    color: #fff;
}

/* 　＋＋＋＋＋＋＋　タブレット - iPad -（1024px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:1024px) {
	

 /*　---　*/
}
/* ＋＋end＋＋　タブレット - iPad （1024px）以下　用　＋＋end＋＋　*/







/* 　＋＋＋＋＋＋＋　タブレット - iPad （834px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:834px) {

	
 /*　---　*/
}
/* ＋＋end＋＋　タブレット - iPad （834px）以下　用　＋＋end＋＋　*/







/* 　＋＋＋＋＋＋＋　スマホ　- （750px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:834px) {
.sp_only {
    display: block;
}
.pc_only {
    display: none;
}
.cv {
    margin: 50px auto;
}
.cv_btn {
    font-size: 5vw;
    height: 80px;
    border-radius: 40px;
}	
.cv_btn:after {
    height: 13px;
    width: 13px;
    right: 20px;
}
.mv + .cv {
    margin-top:30px;
}
.benefits + .cv {
    margin-top: -5vw;
}
 .pride h2 {
    font-size: 7.466vw;
    letter-spacing: 0.08em;
}
.pride .inner {
    padding-bottom: 80px;
}
.pride ul {
    padding: 0 10px;
}
.pride li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
}
.pride li h3 {
    font-size: 4.5vw;
	height: 70px;
}
	
.salon h2 {
    font-size: 7.466vw;
    letter-spacing: 0.08em;
    padding: 3%;
}
.salon .welcome_text {
    font-size: 17px;
    padding: 20px;
    font-weight: 700;
}	
.salon dt.accordion {
    height: 50px;
	font-size: 18px;
}	
.salon dt.accordion:before {
    right: 20px;
    font-size: 12px;
    width: 12px;
    height: 12px;
}	
.salon dl dl dt {
    font-size: 16px;
    height: 45px;
	padding: 0 20px;
}
.salon dl dl dt::before {
    font-size: 15px;
}
.salon dl dl dd a {
    padding: 0 20px 0 20px;
    font-size: 15px;
}
	
.salon dl dl dd a span {
    font-size: 12px;
    padding: 0 10px;
    margin-left: 20px;
    border-radius: 3px;
}	
.salon dl dl dd a:after {
    right: 20px;
}
	
.contact_tel .inner {
    padding: 20px;
}
.contact_tel .text {
    font-size: 20px;
    margin-bottom: 15px;
}	
.contact_tel dt {
    font-size: 22px;
}	
.contact_tel dd {
    padding: 20px 10px;
}
.contact_tel dd p {
    font-size: 9vw;
    letter-spacing: -0.03em;
}
.contact_tel dd p img {
    width: 50px;
}	
.contact_tel small {
    font-size: 12px;
    letter-spacing: -0.03em;
}	
.participating ul {
    padding: 10px;
    margin: 30px 10px;
}
.participating li {
    width: calc((100% - 10px) / 2);
    padding: 0;
}	
.participating li p {
    margin-top: 10px;
    font-size: 10px;
}	
footer {
    font-size: 18px;
}	
footer small {
    padding: 10px;
    font-size: 12px;
}	
 /*　---　*/
}
/* ＋＋end＋＋　スマホ　- （750px）以下　用　＋＋end＋＋　*/







