@charset "utf-8";



/*一覧-----------------------------------------------------------*/
.midashiWrapper{
	position:relative;
	display:flex;
	_justify-content:center;
	padding:35px 0 45px;
	border-bottom:solid 1px #000;
}
.ooMidashi{
	margin:0 auto;
	text-align:left;
}
.ooMidashi p:nth-child(1){
	font-size:29px;
	color:#000;
}
.ooMidashi p:nth-child(1):after{
	position:absolute;
	content:'';
	bottom:7px;
	right:-17px;
	width:15px;
	height:1px;
	background:#000;
}
.ooMidashi p:nth-child(2){
	margin-top:2px;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:1.5em;
	letter-spacing:0.1em;
}
/**/
.aiuBtnWrapper{
	padding:20px 0;
}
.aiuBtnWrapper ul{
	display:flex;
	justify-content:center;
	align-items:center;
}
.aiuBtnWrapper ul li{
	width:85px;
	height:53px;
	margin:0 3px;
}
.aiuBtnWrapper ul li a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	text-align:center;
	color:#ff;
	font-size:32px;
	font-weight:bold;
	background:#000;
	border:solid 1px #000;
	transition: all 400ms 0s ease;
}
.aiuBtnWrapper ul li:nth-child(even) a{
	background:#7b7b7b;
	border:solid 1px #7b7b7b;
}
.aiuBtnWrapper ul li:nth-child(11) a{
	font-size:26px;
}
.aiuBtnWrapper ul li a:link,
.aiuBtnWrapper ul li a:visited{
	color:#fff;
}
.aiuBtnWrapper ul li a:hover{
	color:#000;
	background:#fff;
	border:solid 1px #ccc;
}
/*-------------------------------*/
.memberListWrapper{
	width:100%;
	background:url(images/back01.jpg);
}
.memberListWrapper:nth-child(even){
	background:url(images/back02.jpg);
}
.memberListWrapper h3{
	justify-content:center;
	align-items:center;
	width:85px;
	height:53px;
	margin:0;
	display:flex;
	color:#ff;
	font-size:32px;
	font-weight:bold;
	color:#fff;
	background:#000;
	_border:solid 1px #000;
	transition: all 400ms 0s ease;
}
.memberListWrapper:nth-child(even) h3{
	background:#7b7b7b;
}
.memberListWrapper .inner{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding:14px 0 30px;
}
.memberListWrapper .inner a{
	width:12.7vw;
	min-width:153px;
	margin:0 0.7vw 10px;
}
.memberListWrapper .pBox{
	position:relative;
	width:100%;
	height:15vw;
	min-height:170px;
	background-size:cover;
	background-position:center center;
	_background-color:#000;
}
.memberListWrapper .inner a .pBox:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:15vw;
	min-height:170px;
	background-color:#000;
	opacity:0;
	transition: all 400ms 0s ease;
}
.memberListWrapper .inner a:hover .pBox:after{
	opacity:0.3;
}
.memberListWrapper .nameBox{
	padding:10px 0 10px;
	font-weight:bold;
	text-align:left;
	line-height:1.1em;
	color:#000;
}
/*.memberListWrapper .nameBox p:nth-child(1){
	font-size:11px;
}*/
.memberListWrapper .nameBox p:nth-child(1){
	font-size:15px;
}
.memberListWrapper h3.az{
	font-size:26px;
}

/*詳細-----------------------------------------------------------*/
.detail .midashiWrapper{
	width:1192px;
	margin:0 auto;
}
.memberWrapper{
	position:relative;
	width:1192px;
	margin:0 auto;
	text-align:left;
}
.memberWrapper .inner{
	display:flex;
	width:100%;
	border:solid 1px #000;
	border-width:0px 1px 1px;
}
.memberWrapper .left{
	width:50%;
	padding:40px;
}
.memberWrapper .left .pBox{
	width:291px;
	height:355px;
	margin:0 auto;
	background-size:cover;
	background-position:center center;
}
.memberWrapper .left .nameBox{
	padding:30px 0;
}
.memberWrapper .left .nameBox p:nth-child(1){
	font-size:13px;
	font-weight:normal;
}
.memberWrapper .left .nameBox p:nth-child(2){
	font-size:20px;
}
.memberWrapper .left .profTit{
	position:relative;
	display:inline-block;
	font-size:23px;
	font-family: 'Lato', sans-serif;
	letter-spacing:0.1em;
	line-height:1.2em;
	font-weight:400;
}
.memberWrapper .left .profTit::after {
    position: absolute;
    content: '';
    bottom: 7px;
    right: -17px;
    width: 15px;
    height: 1px;
    background: #000;
}
.memberWrapper .left .profTxt{
	padding-top:16px;
	font-size:13px;
}
/**/
.memberWrapper .right{
	width:50%;
	padding:40px;
	background:#eeeeee;
}
.memberWrapper .right .sikishiBox{
	width:355px;
	height:355px;
	margin:0 auto;
	background-size:cover;
	background-position:center center;
	border:solid 3px #d4d4d4;
}
.memberWrapper .right h4{
	padding:34px 0 26px;
	font-size:22px;
}
/**/
.detail .memberListWrapper{
	margin-top:80px;
}
.detail .memberListWrapper .midashi a{
	display:block;
	width:180px;
	height:auto;
	margin:0 auto;
	color:#ff;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:2em;
	background:#000;
	_border:solid 1px #000;
	transition: all 400ms 0s ease;
}
.detail .memberListWrapper .midashi a:hover{
	background:#b7a46a;
}
.detail .memberListWrapper .midashi p{
	padding:10px 0 10px;
	font-size:28px;
	font-family: 'Lato', sans-serif;
	letter-spacing:0.1em;
	line-height:1.2em;
	font-weight:400;
}
/**/
.prev.ue,
.next.ue{
	position:absolute;
	top:-30px;
	transition: all 400ms 0s ease;
}
.prev{
	left:0;
}
.next{
	right:0;
}
.prev.sita,
.next.sita{
	position:absolute;
	bottom:-30px;
	transition: all 400ms 0s ease;
}
.prev:link,
.prev:visited,
.next:link,
.next:visited{
	color:#000;
}
.prev:hover,
.next:hover{
	color:#b7a46a;
}
/**/
.detail footer{
	margin-top:0;
}







/*responsive---------------------------------------------------------------------------------------*/
.ip5{
	display:none;
}
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media only screen and (max-width: 1200px) {
	.mainWrapper .innerBox .txtBox .titile span:nth-child(1){
		font-size:24px;
	}
	.mainWrapper .innerBox .txtBox .titile span:nth-child(2){
		font-size:20px;
	}
	.mainWrapper .innerBox .txtBox .catch{
		font-size:13px;
	}
	.mainWrapper .innerBox .txtBox .name{
		font-size:9.5px;
	}
}
@media (max-width: 992px) {

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

	/*一覧-----------------------------------------------------------*/
	.midashiWrapper{
		padding:10px 0 40px;
	}
	.ooMidashi{
	}
	.ooMidashi p:nth-child(1){
	}
	.ooMidashi p:nth-child(1):after{
	}
	.ooMidashi p:nth-child(2){
	}
	/**/
	.aiuBtnWrapper{
		padding:14px 0;
	}
	.aiuBtnWrapper ul{
		flex-wrap:wrap;
	}
	.aiuBtnWrapper ul li{
		margin:3px 3px;
	}
	.aiuBtnWrapper ul li a{
	}
	.aiuBtnWrapper ul li:nth-child(even) a{
	}
	.aiuBtnWrapper ul li:nth-child(11) a{
	}
	.aiuBtnWrapper ul li a:link,
	.aiuBtnWrapper ul li a:visited{
	}
	.aiuBtnWrapper ul li a:hover{
	}
	/*-------------------------------*/
	.memberListWrapper{
	}
	.memberListWrapper:nth-child(even){
	}
	.memberListWrapper h3{
		width:100%;
		margin:0 0 10px 0;
	}
	.memberListWrapper:nth-child(even) h3{
	}
	.memberListWrapper .inner{
		justify-content:space-between;
	}
	.memberListWrapper .inner a{
		width:48vw;
		min-width:0;
		margin:0 0 10px;
	}
	.memberListWrapper .pBox{
		height:56vw;
		min-height:0px;
	}
	.memberListWrapper .inner a .pBox:after{
		height:56vw;
		min-height:0px;
	}
	.memberListWrapper .nameBox{
		padding:10px 10px;
	}
	.memberListWrapper .nameBox p:nth-child(1){
	}
	.memberListWrapper .nameBox p:nth-child(2){
	}

	/*詳細-----------------------------------------------------------*/
	.detail .midashiWrapper{
		width:100%;
	}
	.memberWrapper{
		width:100%;
	}
	.memberWrapper .inner{
		flex-wrap:wrap;
		width:100%;
		border:solid 1px #000;
		border-width:0px 0px 1px;
	}
	.memberWrapper .left{
		width:100%;
		padding:40px 10%;
	}
	.memberWrapper .left .pBox{
		width:100%;
		height:93vw;
	}
	.memberWrapper .left .nameBox{
	}
	.memberWrapper .left .nameBox p:nth-child(1){
	}
	.memberWrapper .left .nameBox p:nth-child(2){
	}
	.memberWrapper .left .profTit{
	}
	.memberWrapper .left .profTit::after {
	}
	.memberWrapper .left .profTxt{
	}
	/**/
	.memberWrapper .right{
		width:100%;
		padding:40px 10%;
	}
	.memberWrapper .right .sikishiBox{
		width:100%;
		height:80vw;
	}
	.memberWrapper .right h4{
	}
	/**/
	.detail .memberListWrapper{
		margin-top:0px;
	}
	.detail .memberListWrapper .inner{
		padding-bottom:10px;
	}
	.detail .memberListWrapper .midashi a{
	}
	.detail .memberListWrapper .midashi a:hover{
	}
	.detail .memberListWrapper .midashi p{
	}
	/**/
	.prev,
	.next{
	}
	.prev:link,
	.prev:visited,
	.next:link,
	.next:visited{
	}
	.prev:hover,
	.next:hover{
	}
	.prev{
		left:2%;
	}
	.next{
		right:2%;
	}
	.prev.sita,
	.next.sita{
		display:none;
	}
	/**/
	.detail footer{
	}
	.detail .memberListWrapper .inner a:nth-child(7){
		display:none;
	}







} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/

	.aiuBtnWrapper ul li{
		width:46px;
		height:46px;
		margin:3px 3px;
	}
	.aiuBtnWrapper ul li a{
		font-size:27px;
	}
	.aiuBtnWrapper ul li:nth-child(11) a{
		font-size:23px;
	}


} /* /@media */





