

/*********スタッフ************/

#staff-sub-area {
	max-width: 1240px;
	padding: 0px;
	background-color: #fff;
	margin: 0 auto
}

#staff-sub-area h2.title-point {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}

#staff-sub-area h2.title-point:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
	}


#staff-sub-area #staff-list {
	width: calc(92% / 4);
	margin: 1%;
	float: left;
	text-align: center;
	height: 400px;
}

#staff-sub-area #staff-list img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#staff-sub-area .staff-name {
	line-height: 3em;
	width: 100%;
	float: left;
}

#staff-sub-area .staff-name-sub {
	font-size: 12px;
	color: #b3b3b3;
	margin: 0 0 20px 0;
}

#staff-sub-area .staff-comment {
	line-height: 1.5em;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #888;
}

/*----------*/
#staff-sub-area .staff-left {
	width: 35%;
	height: 100%;
	float: left;
}

#staff-sub-area img.staff-main-photo {
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding: 1%;
}
#staff-sub-area .youtube_wrap {
    width: 100%;
    height: 300px;
    padding: 1%;
    display: inline-block;
    margin-bottom: 30px;
}
#staff-sub-area .staff-btn {
	width: 100%;
	float: left;
	text-align: center;
}

#staff-sub-area .staff-btn-uv {
	display: block;
	width: 48%;
	line-height: 60px;
	height: 60px;
	float: left;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	margin: 1%;
}

#staff-sub-area .staff-btn-blog {
	display: block;
	width: 48%;
	line-height: 60px;
	height: 60px;
	float: left;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	margin: 1%;
}

#staff-sub-area .staff-right {
	width: 55%;
	height: 100%;
	float: right;
	margin: 0 5%;
}

#staff-sub-area .sns-icon {
	float: left;
	padding: 90px 0;
	width: 100%;
	text-align: center;
}

#staff-sub-area .sns-icon-tw
{
    background-image: url("/m/cmn_files/img_rwd/icon-tw-blk.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 20px;
}

#staff-sub-area .sns-icon-fb {
    background-image: url("/m/cmn_files/img_rwd/icon-fb-blk.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 20px;
}

#staff-sub-area .sns-icon-line {
    background-image: url("/m/cmn_files/img_rwd/icon-line-blk.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 20px;
}

#staff-sub-area #staff-photo-area {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 60px;
	padding: 0;
}

#staff-sub-area figure {
	width: calc(94% / 3);
	margin: 1%;
	float: left;
}

#staff-sub-area .my-gallery img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	background-color: #f1f1f1;
}

#staff-sub-area figcaption {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
	height: 90px;
	display: none;
}

#staff-sub-area .dl-multi-table {
	width: 100%;
	float: left;
}

#staff-sub-area .dl-multi-table dt, .dl-multi-table dd {
	padding: 12px 0;
	border-top: 1px solid #EEE;
}

#staff-sub-area .dl-multi-table dt {
	width: 30%;
	float: left;
}

#staff-sub-area .dl-multi-table dd {
	width: 70%;
	margin-left: 30%;
	line-height: 1.5em;
}

#staff-sub-area .dl-multi-table dl {
	margin: -8px 0;
}

#staff-sub-area .dl-multi-table dd dl dt {
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

#staff-sub-area .dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
	border-top: none;
}


@media screen and (max-width: 768px) {
	 #staff-sub-area {
		max-width: 100%;
		padding: 0;
		background-color: #fff;
		margin: 0 auto
	}


	#staff-sub-area .staff-left {
		width: 100%;
		height: 100%;
		float: left;
	}

	#staff-sub-area img.staff-main-photo {
		width: 100%;
		height: 300px;
		object-fit: cover;
		padding: 0;
	}

	#staff-sub-area #staff-photo-area {
		text-align: center;
		float: left;
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}

	#staff-sub-area .staff-right {
		width: 100%;
		height: 100%;
		float: left;
		margin: 0;
		padding: 10px;
	}

	#staff-sub-area #staff-list {
		width: calc(96% / 2);
		margin: 1%;
		float: left;
		text-align: center;
		height: 380px;
	}

	#staff-sub-area #staff-list img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}

	#staff-sub-area .staff-name {
		line-height: 3em;
		width: 100%;
		float: left;
	}

	#staff-sub-area .staff-comment {
		line-height: 1.5em;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #888;
	}

	#staff-sub-area figure {
		width: calc(99.333% / 3);
		margin: 0.1%;
		float: left;
	}

	#staff-sub-area .my-gallery img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		background-color: #f1f1f1;
	}

	#staff-sub-area figcaption {
		display: none;
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		padding: 5px;
		height: 90px;
	}
}
