@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/


#beautylabo #header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	font-family: 'Montserrat', sans-serif;
	align-items:center;

}

#beautylabo #header #navi{
	width:100%;
	display:flex;
	align-items:center;
	background: rgba(255,255,255,0.9);
    padding:0 20px 0 20px !important;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
}


#beautylabo #header #navi h1{
	display:flex;
	margin-right:auto !important;
	font-size:12px;
	font-weight:normal;
	vertical-align:text-top;
	line-height:1;
}

#beautylabo #header #navi .bann{
	display:flex;
	width:173px;
	margin:9px 20px 0 0;
	justify-content:flex-end;
}

#beautylabo #header #navi .bann img{
	width:100%;
	margin:auto;
}

#beautylabo #header #navi .navitell{
	display:flex;
	justify-content:flex-end;
	/*width:300px;*/
	text-align:end !important;
	margin:10px 20px 0 0;
	vertical-align:text-top;
}

#beautylabo #header #navi .navitell p{
	font-size:24px;
	color:#8A0291;
	line-height:1.2em;
	margin-top:-0.6em;
	margin:0 !important;
	padding:0;
	font-weight:normal;
	vertical-align:text-top;
}

#beautylabo #header #navi .navitell p a{
	color:#8A0291;
}

#beautylabo #header #navi .navitell p span{
	font-size:12px;
	display:block;
	color:#000;
	width:100%;
		
}

.menu_right03{
	display:flex;
	width:100%;
	height:55px;
	align-items:center;
	background: rgba(255,255,255,0.9);
    padding:0 20px 5px 20px !important;
	box-sizing:border-box;
}

.menu_right03 .log{
	display:flex;
	width:320px;
	margin-right:auto;
	text-align:left;
}

.menu_right03 .log img{
	width:100%;
	margin-top:-1.7em;
}

.menu_right03 .menu{
	display:flex;
	justify-content:flex-end;
	margin-right:20px;
	font-size:16px;
	letter-spacing:1px;
	margin-top:-8px;
}


.menu_right03 .menu a{
	border-bottom:1px solid rgba(0,0,0,0);
}



.menu_right03 .menu a:hover{
	/*margin-top:-5px;*/
	border-bottom:1px solid #9B308C;
	}





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

    #header #navi{
        display: none;
    }
    
/*#header h1{
	width:50%;
	max-width:160px;
	margin-top: 16px;
}*/

}


/*
フッター　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　pc
------------------------------------------------------------------------------------*/	

#footer{
	width:900px;
	margin:0 auto 60px auto;
	padding:10px 0;
	/*position: static;*/
	}

.footer_logo{
	width:18%;
	float:left;
	margin:15px 20px 40px 0;
	}
	
.footer_logo img{
	width:100%;
	max-width:180px;
	}
	
		
.footer_kaisya{
	width:40%;
	float:left;
	margin-right:50px;
	margin-bottom:40px;
}
	
.footer_kaisya01{
	display:block;
	line-height:1.2;
	float:left;
	width:48%;
	margin:10px 1% 10px 0px;
}

.footer_kaisya01 p a{
	color:#9B308C !important;
}

.foot_p{
	color:#9B308C !important;
	
}

.footer_sns{
	display:block;
	width:30%;
	float:left;
	text-align:left;
	margin-bottom:40px;
	
}

.sns_title{
	width:100%;
	display:block;
	float:left;
}

.follow{
	font-size:22px;
	line-height:1.2;
	color:#9B308C;
	border-left:#9B308C 5px solid;
	padding-left:10px;
}
	

.footer_sns ul{
	list-style:none;
	float:left;
	width:100%;
	padding-left:15px;
	margin:0;
}

.footer_sns ul li{
	list-style:none;
	width:20%;
	float:left;
	margin:0 5% 0 0;
}

.footer_sns ul li img{
	width:100%;
}

/*
コピーライト
-------------------------------------------------------------------*/


#copyright{
	font-size: 13px;
	padding: 5px 0 ;
	color:#FFF;
	text-align:center;
	display:block;
	margin:0;
	background-color:#9B308C;
	clear:both;

}

#sp_drawer{
    display: none;
}

@media only screen and (max-width:560px) { 
    
     br {
    display: none;

}
    
#footer{
    width: 100%;
	padding: 60px 0 60px 0;
}
	
#footer #footer_text{
	width: 90%;
	margin: 0 auto;
}

	#footer #footer_text #footer_logo{
	width: 100%;	
	text-align: center;
	margin: 0 auto;
}


	
	#footer #footer_text ul{
	margin: 30px auto 0 auto;
	vertical-align: top;
	width: 100%;
	line-height: 3em;
}

#footer ul li{
    width: 60%;
	margin: 0 auto;
    display: block;
    text-align: center;
}


    
}