@charset "utf-8";
/* CSS Document */
	
#salon{
	display:none !important;
}
	
	


@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
#raise{
	text-align:center;
}
#raise br.clear{
	clear:both;
}


#raise h2{
	font-family: 'Montserrat', sans-serif;
	font-size:45px;
	font-weight:300;
	letter-spacing:inherit;
}

#raise h2 span{
	font-size:20px;
	margin-top:15px;
}


#raise .ttl{
	max-width:600px;
	height:auto;
	position:absolute;
/*	top:5%;*/
top:250px;
	left:18%;
	
}


#raise .ttl .date{
	border:1px solid #000;
	padding:20px 50px;
	font-size:20px;
	letter-spacing:0.15em;
}


#raise h3{
	font-size:40px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
	margin-bottom:90px;
}



#raise h3 span{
	font-size:12px;
}


#raise #mediaarea{
	width:100%;
}

#raise #mediaarea iframe{
	width:100%;
}


#raise .box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:90px 0;
}

#raise .box dl dd,#raise .box dl dt{
	display:inline-block;
	vertical-align:top;
}

#raise .box dl dt,#raise .box dl dd{
	width:48%;
	text-align:left;
	font-size:16px;
	line-height:2.0;
}

#raise .box dl span{
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}


#raise .gray{
	width:100%;
	max-width:auto;
	background-color:#EBEBEB;
}


#raise .gray .movie{
	margin-top:80px;
}


#raise .gray .movie h4{
	font-size:25px;
	margin-bottom:30px;
}

#raise .att{
	margin-top:50px;
	text-align:left;
	border:3px solid #fff;
	padding:50px;
}

#raise .att h4{
font-size:25px;
	margin-bottom:20px;
}


#raise .gray .movie iframe{
	width:800px;
	height:450px;
}
@media only screen and (max-width: 1200px) { 


#raise .ttl{
	max-width:600px;
	top:3%;
	left:10%;
	
}

}


@media only screen and (max-width: 1000px) { 


#raise .ttl{
	max-width:90%;
	height:auto;
	position:relative;
	top:0;
	left:5%;
	margin-top:20px;
	
}

}


@media only screen and (max-width: 560px) { 



#raise h2{
	font-size:35px;
	margin-bottom:20px;
}

#raise h2 span{
	font-size:18px;
	margin-top:15px;
}



#raise h3{
	font-size:36px;
	letter-spacing:2px;
}




#raise .ttl .date{
	padding:20px auto;
	font-size:16px;
	margin-top:0px !important;
}


#raise h3{
	font-size:20px;
	line-height:2.0;
	font-weight:bold;

	margin-bottom:20px;
}



#raise .box{
	max-width:90%;
	padding:30px 0;
}


#raise .box dl dt,#raise .box dl dd{
	width:90%;
/*	margin:0 5%;*/
}

#raise .gray dl span{
	font-size:20px !important;
	margin-top:20px !important;
	display:block;
}



#raise .gray .movie h4{
	font-size:20px;
}



#raise .gray .movie iframe{
	width:90%;
	height:250px;
}

#raise .att{
	margin-top:30px;
	padding:20px;
}

#raise .att h4{
font-size:16px;
}




}





/*
セラム
-------------------------------------------------------------------------------------------*/

#serum #intro{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}

#serum #intro dl{
	width:52%;
}

#serum #intro dt{
	width:100%;
	font-size:25px;
}

#serum #intro dd{
	width:100%;
}

#serum #intro p{
	width:46%;
}

#serum #item{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:50px;
}

#serum #item .inner{
	width:48%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom:40px;
}

#serum #item .inner p{
	width:27%;
}

#serum #item .inner dl{
	width:69%;
}

#serum #item .inner dt{
	width:100%;
	font-size:24px;
	font-weight:bold;
	line-height:1.6;
	margin-bottom:0;
}

#serum #item .inner dt span{
	width:auto;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	background:#F8F4C7;
	margin-bottom:15px;
}

#serum #item .inner:nth-of-type(2) dt span{
	background:#FDEADE;
}
#serum #item .inner dd{
	width:100%;
	margin-top:15px;
}

#serum #original{
	border:1px solid #000;
	padding:80px 5%;
}

#serum #original h4{
	width:88%;
	margin:0 auto 50px;
	font-size:24px;
	border-bottom:1px solid #000;
	position:relative;
	font-weight:normal;
}

#serum #original h4 span{
	width:75%;
	background:#fff;
	position:absolute;
	top:-20px;
	left: 50%;
	-webkit-transform: translateX( -50%);
	transform: translateX(-50%);
}

#serum #original #text{
	max-width:800px;
	text-align:left;
	margin:30px auto;
}

#serum #original h5{
	font-size:24px;
	margin:50px auto 20px;
	font-weight:normal;
	border-bottom:1px solid #000;
	padding-bottom:15px;
}

#serum #original p{
	max-width:800px;
	margin:0 auto 20px;
	line-height:1.8;
}



@media only screen and (max-width:768px) { 
#serum {
	width:90% !important;
}
#serum #intro dl{
	width:100%;
	margin-bottom:30px;
}

#serum #intro dt{
	text-align:center;
	margin-bottom:15px;
}
#serum #item .inner{
	width:100%;
}

#serum #intro p{
	width:100%;
}

}


@media only screen and (max-width:540px) { 
#serum #intro dt{
	font-size:20px;
}

#serum #item .inner dl{
	width:70%;
}
#serum #item .inner dt{
	font-size:20px;
}
#serum #item .inner dt span{
	font-size:17px;
	margin-bottom:10px;
}

#serum #item .inner dd{
	line-height:1.6;
	margin-top:8px;
	font-size:15px;
}

#serum #original{
	padding:60px 5%;
}

#serum #original h4{
	width:100%;
	font-size:21px;
	margin-bottom:35px;
}

#serum #original h4 span{
	width:85%;
	top:-13px;
}

#serum #original #text{
	margin:30px auto;
}

#serum #original h5{
	font-size:20px;
}

#serum #original p{
	line-height:1.6;
}



}




















/*
spec
------------------------------------------------------------------------------------*/

#raise .box .ttl2{
	margin-top:-50px;
	margin-bottom:100px;
	font-size:20px;
}


#raise .box table{
	width:100%;

}
#raise .box table tr td:first-child{
	width:25%;

}

#raise .box table tr{
	border-bottom:2px dotted #000;

}

#raise .box table tr td{
	padding:20px 0;
}



@media only screen and (max-width: 580px) { 


#raise .box .ttl2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px !important;
}





}








#salon_index{
	color:#fff;
	position:relative;
}

/* #salon_index:after{
	content:"";
	position:absolute;
	box-sizing: border-box;
	width: 100%;
	border: 1000px solid transparent;
	border-top: 80px solid #000;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top:40px;
} */

#salon_index dl{
	background:#000;
	width:100%;
	margin:auto;
	padding:80px 0 40px;
}


#salon_index dt{
	font-size:40px;
	width:90%;
	margin:auto;
}

#salon_index dt span{
	display:block;
	font-size:24px;
	margin-bottom:10px;
}

#salon_index dd{
	width:90%;
	margin:30px auto 0;
	line-height:1.6;
}

@media only screen and (max-width: 640px) { 
#salon_index{
	margin-bottom:0;
}
#salon_index dl{
	padding:50px 0;
}
#salon_index dt{
	font-size:26px;
}
#salon_index dt span{
	font-size:18px;
}
}








#contents{
	display:none !important;
}


/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	background:#f9f9f9;
	padding:80px 0;
}



#faq h3 span{
	font-size:16px;
	display:block;
	margin-top:15px;
	letter-spacing:2px;
}




#faq #inner{
	width:92%;
	max-width:1000px;
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq #inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq #inner dt{
	font-size:20px;
	font-weight:bold;
	margin: 0 0 0 100px;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	vertical-align:middle;
	position:absolute;
	margin-left:-50px;
	margin-top:-10px;
}

#faq #inner dd{
	margin:20px 0 30px 50px;
	line-height:1.6;
}

@media only screen and (max-width: 789px){


/*#faq #inner dt{
	text-indent:-38px;
	padding-left:50px;
	line-height:1;
	margin-bottom:10px;
}*/

#faq #inner dt {
    margin: 0 0 0 50px;
}

#faq #inner dt:before{
	font-size:45px;
}
}


@media only screen and (max-width: 640px) { 
#faq #inner dl{
	width:100%;
}
#faq #inner dt:before{
	font-size:36px;
	padding: 15px 0 0 0;
}
#faq #inner dt{
	font-size:18px;
/*	text-indent:-30px;
	padding-left:30px;*/
}
#faq #inner dd{
/*	margin:0 0 30px 30px;*/
	margin:15px 0 30px 0px;


}
}


.border{
	width:900px !important;
	
	border:1px solid #000;
	padding:50px !important;
}



.border h3{
    font-size: 30px !important;
    text-align: center;
	font-weight:bold;
    letter-spacing: 5px;
    margin-bottom: 50px !important;
}
.border h3 br{
	display:none;
}


.border h3:before{
	content:"ー　";
}

.border h3:after{
	content:"　ー";
}



.border p{
	font-size:16px;
	text-align:left;
	max-width:800px;
	margin:0 auto;
	    line-height: 2.0;

}

.border p span{
	font-size:12px;
}

.border .box2{
	display:inline-block;
	width:45%;
	vertical-align:top;
}



.border .box2 h4{
	font-size:24px;
	margin:50px 0;
	font-weight:normal !important;
}

.border .box2 h4 span{
	font-size:40px;
}

.border .box2 dl dd{
	width:30% !important;
	display:inline-block;
	background-color:#EBEBEB;
	text-align:center !important;
	margin:0 1% 20px;
	font-size:24px;
}


#raise span.small{
	font-size:12px !important;
	font-weight:normal !important;
}








@media only screen and (max-width: 789px){

.border{
	width:90% !important;
	
	padding:2% !important;
}



.border h3{
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.border h3 br{
	display:block;
}


.border h3:before{
	content:none;
}

.border h3:after{
	content:none;
}

.border .box2{
	display:block;
	width:100%;
}



.border .box2 h4{
	font-size:20px;
	margin:20px 0;
}

.border .box2 h4 span{
	font-size:30px;
}



#raise .border .box2 dl dd{
	margin:0 px !important;
}






}



@media only screen and (max-width: 560px) { 




}


#step {
	width:100%;
	height:auto;
	clear:both;
	margin:50px 0; 
}

#step ul li:first-child {
	font-size:20px;
}



#step ul li{
	font-size:30px;
	background-color:#333;
	color:#FFF;
	padding:5px 0;
}



#step .left{
	width:66%;
	float:left;
	vertical-align:top;

}
 



#step .right{
		width:32%;

		float:right;
			vertical-align:top;


}
 
 
#step .step_box{
	width:295px;
	display:inline-block;
	margin:20px 0;
}

#step .step_box p{
	font-size:16px;
	line-height:2.0;
	margin-top:20px;
	text-align:left;
}
	
	
@media only screen and (max-width: 789px){


#step {
	margin:20px 0; 
}

#step ul li:first-child {
	font-size:16px;
}



#step ul li{
	font-size:18px;
}



#step .left{
	width:100%;
	float:none;

}
 



#step .right{
		width:100%;
	float:none;


}
 
 
#step .step_box{
	width:295px;
	display:inline-block;
	margin:20px 0;
}

#step .step_box p{
	font-size:16px;
	line-height:2.0;
	margin-top:20px;
	text-align:left;
}
	
	
}


.white{
	max-width:1000px;
	background-color:#fff;
	margin:0 0 30px;
	padding:30px;
	font-size:16px;
	line-height:2.0;
	text-align:left;
}
	
.white p{
	font-size:20px;
	text-align:center;
		font-weight:bold;

}

	
.white ul li{
	width:48%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

	
	
.white ul li:first-child p{
	margin-top:50px;
}

	
	
	
	
	
	
		
@media only screen and (max-width: 789px){
	
.white p{
	font-size:16px;
	text-align:center;
		font-weight:bold;

}

	
.white ul li{
	width:100%;
	display:block;
}

	
	
.white ul li:first-child p{
	margin-top:0px;
}


}
	
	
#raise .btn2 a{
	line-height: 3.0;
	display: block;
	padding:0  ;
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin:50px auto 0 auto;
	max-width: 350px;
	
}


	
	
	
	
	
	
	
	
	
	
	
	
	
