@charset "UTF-8";
.btnbtn{
		position: absolute;
		top:37px;
		right: 42px;
		transform: scale(1.9);
	opacity: 0;}
li{
	list-style: none;
}

/*ヘッダー*/
header{
	
}

.container{
	max-width: 1200px;
	/*background-color: antiquewhite;*/
	padding: 0 20px;
	margin: 0 auto;
	/*height: 50px;*/
	width: 95%
}
	a{
	color: black;
	text-decoration: none;	
	}	
	
.btn a:hover{
	color: silver;
}
 a:hover{
	color: silver;
}
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
a:hover p{
	
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

}
a:hover li{
	
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

}

 a:hover div {
	
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

}	
body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

	
/*ヘッダートップ*/
header{
	position: fixed;
	top:0px;
	left: 0px;
	background: white;
	width: 100%;
}
header .container{
	background-color: white;
	margin-top: -22px;
}
.header-top{
	display: flex;
	align-items: center;
	
	/*background-color:aqua;*/
	/*height: 130px;*/
}

/*ヘッダーロゴ*/
.header-rogo .rogo img{
	height:70px;
}
/*ヘッダーネット予約*/
.header-top-2{
	margin-left: auto;
	display: flex;
	/*background-color: aqua;*/
}
.bbb img{
	height: 40px;
	margin-bottom: -20px
}
.fff{
	display: flex;
	
}
.ddd img{
	height: 40px;
	margin-bottom: -20px
}
.eee img{
	height: 40px;
	margin-bottom: -20px
}
.aaa p{
	font-size: 10px;
	margin-top: 9px;
	margin-left: -4px;
	color: #3E3E3E;
}
.ccc p{
	font-size: 10px;
	padding-left: 10px;
}
.ccc{
	margin-left: 20px;
}



/*ヘッダーナビ*/

	
	/*background-color: aquamarine;*/


.nav {
	display: flex;
	list-style: none;
	justify-content: center;
	margin-top: -10px
	
}

.nav a{
	font-size: 15px;
	
	
	
}
.nav li{
	margin:0 25px; 
}

.nav a{
	font-size: 15px;
	color: #3E3E3E;
	
	
	
}
.nav a:hover{
	color: silver;
}
/*メイン*/
.main{
	margin-top: 150px;
}
.main_salon_open{
	background:url("../img/recruit11.jpg") no-repeat;
     display: flex;
	margin: 0 auto;
	height: 600px;
	width: 90%;
	background-size: cover;
	max-width: 1000px;
	text-shadow: 0 0 20px gray ;
	
	
}

.top_staff{
	padding-top:250px;
	
}



.main_salon_open h2{
	display: flex;
	font-size: 100px;
	color:white;
	letter-spacing: 0.2em;
	
}

/*stafflist*/
.shop_titl{
	margin-top: 50px;
	margin-bottom: 100px;
	border-bottom: 1px solid gray;
	font-size: 30px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: dimgray;
}
.staff_list{
	margin: 200px 0;
}
.staff_list > .container{
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	width: 95%;
	
	}
.staff_list_a {
	display: flex;
	flex-direction: column;
	
}
.staff_list_a li{
	display: flex;
	/*height:500px;*/
    list-style: none;
	margin-bottom: 50px;
}
.staff_img{
	height: 300px;
	width: 200px;
	display: flex;
	background-color:#333;
	align-items: center;
	justify-content: center;
	margin-right: 50px
}
.staff_img img{
	height: 300px;
	max-width: 200px;
	object-fit: cover;
}
.staff_txt h2{
	border-bottom: 1px solid silver;
}

/*フッター*/

.footer{
	background-color:#C7C0C0;
	padding: 40px 0;
	
	
}
.footer_area{
	display: flex;
	flex-direction: column;
	align-items: center;
	/*background-color: aqua;*/
	
}
.footer_area ul{
	/*align-items: center;*/
	display:flex;
	list-style: none;
	/*flex-wrap: wrap;*/
	padding: 0;
	justify-content: center;
}

.footer_area ul li{
	height: 15px;
	padding-right: 5px;
}


.footer_area p{
	align-items: center;
	font-size: 13px;
	margin:0 -10px;
}
.footer_area img{
	height: 20px;
}
.footer_img{
	width: 50%;
	margin: 0 auto 50px;
	height: auto;
	display: flex;
	justify-content: center;
}
.footer_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	padding: 10px;
	 
}






@media (max-width: 768px) {
	
	.navbar{
		display: none;
	}
	hr{
		display: none;
	}
	.aaa{
		display: none;
	}
	header{
		position: fixed;
		/*background-color: white;*/
		top:0px;
		left:0px;
		width:100%;
        height: 73px;
		background-color: transparent;}
	header .container{
		/*background: white;*/
        padding: 0 10px;
	}
	.heah{
		display: flex;
		width: 100%;
		/*align-items: center;*/
		
	}
	
	.rogo_header.hum_img img{
		height: 40px;
		width: 40px;
		
	}
	.hum_img{
		margin-right: auto;
			position: absolute;
		top:12px;
		right: 12px;
	}
	.hum_nav{
		/*margin-left: 35px;*/
		margin-top: -50px;
       transform: translateY(-180%);
	    transition: 0.4s;
		background-color:white;
		opacity: 0.8;
	}
	
	.hum_nav li{
		padding: 15px 0;
		
	}
	.btnbtn:checked ~ .hum_nav{
		transform: translateY(0%);
		
	}
	.btnbtn{
		position: absolute;
		top:23px;
		right: 22px;
		transform: scale(1.9);
          /*opacity: 0;*/
		
	}
	.online_btnn a{
		color: #FF006C;
	}
	.online_btnn p{
		margin: 0;
		padding: 0;
	}
	.ccc{
		position: absolute;
		right:60px;
		top:10px;
	}
	.top_staff h2{
		font-size: 80px;
	}
	
	.staff_list > .container {
		width: auto;
		display: block;
	}
	.staff_list_a li {
   
    flex-direction: column;
}
  
	.staff_list_a {
		magin: 0;
		padding: 0;
	}
	
.staff_img{
	height: auto;
	width: 60%;
	background-color: #fff;
	margin: 0 auto;
}
	.footer_img{
		flex-direction: column;
		width: 80%;
	}
    
	
}
@media (max-width: 480px) {
	.main_salon_open{
		height: auto;
	}
	.top_staff h2{
		font-size: 40px;
	}
	.top_staff{
		padding-top:80px;}
	.main{
		/*comingsoonのみ*/
	margin-bottom: 100px;}
	
}

	
	






@media(min-width:769px){
	
.hum_img{
	display: none;
	
	}

.hum_nav{
	display: none;
  
}

}

