@charset "UTF-8";
/* ---------------------------------------------------------
   staff.css【スタッフ紹介】
----------------------------------------------------------*/
#staff_list{
	margin-top: 80px;
}
#staff_list ul li{
	float: left;
	width: calc(25% - 18px);
	margin-right: 24px;
	margin-bottom: 30px;
}
#staff_list ul li:nth-child(4n){
	margin-right: 0;
}
#staff_list ul li p{
}
#staff_list ul li .job{
	color: #eb6120;
}
#staff_list img{
  height: 100%;
  width: auto;
  max-width: none;
}
#staff_list .sl-img{
  position: relative;
  height: calc((980px / 4) - 18px);
  background-color: #fff;
}
#staff_list .sl-img::before{
  position: absolute;
  content: "";
  width: 114px;
  height: 61px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  background: url(../img/common/triangle-02.png) center / cover no-repeat;
}


.staff_box {
	position: relative;
}

.staff_box .photo {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	border: 3px solid #000;
	height: 260px;
}
.staff_box .photo p.img{
	text-align: center;
	height: 230px;
	margin-top: 30px;
}
.staff_box .photo p.img img{
	height: 100%;
	width: auto;
}
.staff_box .name {
	position: absolute;
	top: 30px;
	left: 3px;
	padding: 10px 0;
	line-height: 40px;
}
.staff_box.staff .name{
	background-color: #eb6120;
}
.staff_box .name dt,.staff_box .name dd{
	font-weight: bold;
}
.staff_box .name dt {
	display: table-cell;
	padding-left: 15px;
	font-size: 20px;
	color: #fff;
}
.staff_box .name dd {
	display: table-cell;
	min-width: 120px;
	padding: 0 10px 0 15px;
	font-size: 24px;
}
.staff_box.staff .name dd{
	color: #fff;
}
.staff_box.staff .name dd.icon{
	position: absolute;
	top: 0;
	right: -40px;
	height: 100%;
	min-width: auto;
	padding: 0;
	width: 45px;
}
.staff_box.president .name dd.icon{
	display: none;
}
.staff_box .name dd.icon img{
	height: 100%;
	width: auto;
}


.staff_box.staff .point {
	position: absolute;
	width: 40%;
	text-align: center;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.staff_box.staff .point .ttl{
    background: #ffffff;
	width: 220px;
	margin: 0 auto;
	line-height: 30px;
	border: 2px solid #eb6120;
	color: #eb6120;
	border-radius: 17px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.staff_box.staff .point .txt{
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0,#ffffff -1px 1px 0, #ffffff 1px -1px 0,#ffffff 0px 1px 0, #ffffff 0-1px 0,#ffffff -1px 0 0, #ffffff 1px 0 0;
	font-size: 18px;
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}
.staff_box.president .point{
	position: absolute;
	left: 0;
}
.staff_box.president {
	padding: 10px;
	background: url(../img/staff/ptn-bg01.png) repeat;
}
.staff_box .triangle{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
.staff_box .triangle img{
	height: 100%;
	width: auto;
}
.staff_box.president .name {
	position: absolute;
	display: table;
	left: 30px;

}
.staff_box.president .name dt,.staff_box.president .name dd{
	height: 40px;
}
.staff_box.president .name dt {
	width: 140px;
	text-align: center;
	background-color: #eb6120;
	vertical-align: middle;
	color: #fff;
}
.staff_box.president .name dd {
	padding-left: 20px;
	vertical-align: middle;
}
.staff_box.president .point{
	left: 30px;
	top: 100px;
	font-size: 18px;
}
.staff_box.president .point .ttl{
	position: relative;
	padding-left: 20px;
	color: #eb6120;
	margin-bottom: 20px;
	font-weight: bold;
}
.staff_box.president .point .ttl::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(90deg);
	border-right: 6px solid transparent;
	border-bottom: 10px solid #eb6120;
	border-left: 6px solid transparent;
}
.staff_box.president .point .txt{
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0,#ffffff -1px 1px 0, #ffffff 1px -1px 0,#ffffff 0px 1px 0, #ffffff 0-1px 0,#ffffff -1px 0 0, #ffffff 1px 0 0;
	line-height:1.3;
}
.staff_box.president .photo{
	border: 0;
}
.staff_box.president .photo p.img{
	position: relative;
	width: 400px;
	margin: 10px;
	overflow: hidden;
	float: right;
	height: calc(100% - 20px);
}
.staff_box.president .photo p img{
	position: absolute;
	height: 100%;
	width: auto;
	max-width: 600px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}


.staff_faq {
	margin:35px 0 60px;
}
.staff_faq .cube_btn_wrap{
	width: 250px;
	font-size: 20px;
}
.staff_faq .cube_btn_wrap .cube_btn{
	background-color: #eb6120;
}
.staff_faq .f_left,
.staff_faq .f_right {
	width: calc(50% - 20px);
}
.staff_faq dl{
	border-bottom:
}
.staff_faq dt,.staff_faq dd{
}

.staff_faq dt{
	margin-bottom: 6px;
}
.staff_faq dd{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.staff_faq p.txt{
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0;
	line-height: 30px;
}
.staff_faq p.icon{
	height: 44px;
	float: left;
	margin-right: 10px;
}
.staff_faq p.icon img{
	height: 100%;
	width: auto;
}


.free_area{
	background: #f8f8f8;
	clear: both;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}
.free_area dt{
    color: #EB6120;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding: 10px;
}
.free_area dd{
	padding: 10px;
}
@media screen and (max-width: 1000px){
	#staff_list .sl-img {
    position: relative;
    height: calc(25vw - 29px);
	}
	.staff_box.staff .point .ttl{
		width: 70%;
	}
	.staff_box.staff .point .txt{
		padding: 0 10px;
	}
	.staff_box .name {
    padding: 5px 0;
    line-height: 30px;
	}
	.staff_box.staff .name {
		top: 3px;
	}
	.staff_box .name dt {
    padding-left: 0;
    font-size: 18px;
	}
	.staff_box .name dd {
    font-size: 22px;
	}
	.staff_box.staff .name dd.icon {
    right: -30px;
	}
}

@media screen and (max-width: 767px){
	#staff_list{
		margin-top: 40px;
	}
	#staff_list ul li {
    width: calc(50% - 18px);
    margin-right: 36px;
	}
	#staff_list ul li:nth-child(2n) {
    margin-right: 0;
	}
	#staff_list .sl-img {
    position: relative;
    height: calc(50vw - 32px);
	}
	.staff_box.president {
    padding: 5px;
	}
	.staff_box.president .point,.staff_box.president .name,.staff_box .name,.staff_box.staff .point{
		position: static;
	}
	.staff_box.president .photo{
		height: auto;
	}
	.staff_box.president .photo .sp{
		padding-left: 20px
	}
	.staff_box.president .photo p.img {
    width: calc(100% - 20px);
    margin: 10px;
    float: none;
    height: 53vw;
	}
	.staff_box.president .photo p img {
    left: 50%;
	}
	.staff_box.president .photo p img {
    position: absolute;
    height: auto;
    width: auto;
	}
	.staff_box.president .photo p.triangle{
		width: 50%;
		height: auto;
	}
	.staff_box.president .photo p.triangle img{

	}
	.staff_box.president .point .ttl,.staff_box.president .point .txt{
		height: auto;
	}
	.staff_box.staff .point {
    width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	}
	.staff_box .name{
		position: relative;
		display: inline-block;
	}
	.staff_faq .f_left, .staff_faq .f_right{
		width: 100%;
	}
	.staff_box .triangle{
		width: 50%;
		height: auto;
	}
	.staff_box .photo,.staff_box .photo p.img{
		margin-top: 0;
		height: 150px;
	}
	.staff_box .triangle img{
		width: 100%;
		height: auto;
	}
	.staff_faq{
		margin: 20px 0 30px;
	}
	.staff_faq p.icon {
    height: 30px;
	}
	.staff_faq p.txt {
    font-size: 13px;
    padding: 5px 0;
    line-height: 20px;
	}




	.staff_box.president .photo p.img{
		border: none;
	}
	.staff_box.president .photo p img{
		/*max-width:  ?px; 店舗によってことなる*/
	}
	.staff_box.president .name dt{
		text-indent:  0; /*店舗によってことなる*/
	}
	.staff_box .photo,.staff_box .photo p.img{
		border: none;
		margin-top: 0;
	}
	.staff_box .photo{
		overflow: visible;
		height: auto;
		padding: 1px 0;
	}
	.staff_box .photo p.img{
		height: 150px;
		border: 3px solid #000;
		margin-bottom: 5px;
		box-sizing: border-box;
	}
	.staff_box.staff .name dd.icon {
		right: -40px;
	}
	.staff_box.staff .name{
		margin-bottom: 20px;
	}
	.staff_box .name dt{
		text-indent: 1em;
		font-size: 14px;
	}
	.staff_box .name dd{
		font-size: 19px;
	}
	.staff_box.staff .point .ttl,.staff_box.staff .point .txt{
		font-size: 14px;
	}
	.staff_box .triangle img{
		width: 100%;
		height: auto;
	}
	.staff_faq{
		margin: 20px 0 30px;
	}
	.staff_faq p.icon {
    height: 30px;
	}
	.staff_faq p.txt {
    font-size: 13px;
    padding: 5px 0;
    line-height: 20px;
	}
}

@media screen and (max-width: 320px){
	.staff_box.president .photo p img{
		/*max-width:  ?px; 店舗によってことなる*/
	}
	.staff_box .photo p.img{
		margin-bottom: 5px;
	}
	.staff_box .name dt {
	    text-indent: 0.5em;
	    font-size: 12px;
	}
	.staff_box .name dd {
	    font-size: 16px;
        padding: 0 0 0 15px;
	}
	.staff_box.staff .name{
		margin-bottom: 15px;
	}
	.staff_box.staff .point .txt{
		margin-bottom: 15px;
	}
}
