/* CSS Document */

.staff_box {
	width: 100%;
	padding: 0;
}
.staff_box .staff_fig {
		font-size: 1.4rem;
		margin-bottom: 2rem;
		margin: 0 auto;
}
.staff_box .staff_img {
    margin-bottom: 20px;
		overflow: hidden;
}
.staff_box .staff_img li{
	text-align: center;
	width: 100%;
}
.staff_box .staff_img img {
	width: 300px;
	height: 475px;
	object-fit: cover;
	object-position: center center;
	margin: 0 auto;
}

/*
.staff_box .staff_img .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}
*/

.staff_box .staff_caption img{
    max-width: 100%;
    width: auto;
}
.staff_box .staff_caption .nameWrp {
	margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.staff_box .staff_caption .staff_namebox {
    text-align: left;
}
.staff_box .staff_caption .staff_namebox .role {
    font-size: 1.2rem;
}
.staff_box .staff_caption .staff_namebox .name {
    font-size: 2.3rem;
    display: inline-block;
}
.staff_box .staff_caption .staff_namebox .name_add {
    color: #626262;
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 1rem;
    line-height: 50px;
}
.staff_box .staff_caption .staff_namebox .salon_name {
	font-size: 1.4rem;
	color: #ce0611;
}
.staff_box .staff_caption .insta_btn  {
    text-align: center;
    font-size: 3.0rem;
    color: #626262;
}
.staff_box .staff_caption .staff_comment {
    text-align: justify;
    text-justify: inter-ideograph;
		margin-bottom: 20px;
}
.staff_box .r_btn {
	margin-top: 20px;
}

.beauty_box a {
	width: 100%;
}

.style_box {
	margin: 0 auto;
}
.style_box li {
	width: calc(33% - 5px);
	margin-bottom: 10px;
}


.insta_box li {
	width: calc(33% - 5px);
	margin-bottom: 10px;
}

.movie_box li {
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	height: auto;
	padding-top: 56.25%;
}
.movie_box li iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:481px){
	.staff_box .staff_img img {
		width: 230px;
		height: 345px;
	}
}
@media screen and (min-width:769px){
	.staff_box .staff_img {
		margin-bottom: 40px;
	}
	.staff_box .staff_img img {
		width: 350px;
		height: 525px;
	}
	.staff_box .staff_caption .staff_comment {
		margin-bottom: 40px;
	}
	.style_box {
		width: 100%;
	}
	.style_box li {
		width: calc(33% - 10px);
		margin-bottom: 20px;
	}
	.beauty_box a {
		width: calc(50% - 40px);
	}
	.beauty_box .beauty_wrap　{
		width: 100%;
	}
	.tab_btn_wrap .tab_btn {
		padding: 0 20px;
	}
	.movie_box li {
		width: calc(50% - 20px);
		padding-top: 25%;
		margin: 0 0 20px;
	}
	
	.voice_box > li {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
}
