@charset "utf-8";
/*==============================================================================================================
  .instructor / インストラクターの紹介ページ
==============================================================================================================*/

/*------------------------------------------
  #mainVisual
------------------------------------------*/

#mainVisual {
    background-image: url(../../img/instructor/mv01.png);
}
/*------------------------------------------
  .instructorList
------------------------------------------*/

.instructorList {
    width: 49%;
}
.instructorList:nth-of-type(odd) {
    float: left;
    clear: both;
}
.instructorList:nth-of-type(even) {
    float: right;
}
.instructorList {
    margin-bottom: 20px;
    background: url(../../img/ico/ico_btn_gold.png) no-repeat center bottom;
    background-size: 30px;
    border: 1px solid #d5b45c;
    overflow: hidden;
}
.instructorList .topName {
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    background: #d5b45c;
}
.instructorList .txtBoxWrap {
    padding: 30px 35px 25px;
    cursor: pointer;
    z-index: 10
}
.instructorList .subName {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.officialInfo {
    font-size: 13px;
    text-align: center;
}
.instructorList .txtBox {
    display: none;
    margin-top: 60px;
    padding-bottom: 30px;
}
.instructorList .txt {
    font-size: 13px;
}
.instructorCareer {
    margin: 40px auto 0;
}
.instructorCareer dt {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5b45c;
}
.instructorCareer dd {
    font-size: 13px;
    margin: 0 10px;
}
/*
	スライダー
---------------------------*/

.instructorList .slider {
    margin: 30px auto 0 !important;
}
.instructorList .imgFitBox {
    height: 300px;
    padding: 0 5px;
}
.instructorList .imgFitBox img {
    object-fit: contain;
    font-family: 'object-fit: contain; object-position: center center;';
}
/* slick 調整 */
.instructorList .slick-dotted.slick-slider {
    padding-bottom: 0;
    overflow: visible;
}
.instructorList .slick-dots {
    bottom: -40px;
}
.instructorListWrap.cf .instructorList .wow.flash.click {
    width: 15%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: -30px
}
.instructorListWrap.cf .instructorList .wow.flash.click.openimg {
    opacity: 0.5
}

@media screen and (max-width: 767px) {
.instructorList {
    width: 100%;
    float: none;
}
.instructorList .txtBoxWrap {
    padding: 20px 15px;
}
/*
		スライダー
	---------------------------*/
	
.instructorList .slider {
    margin-top: 15px !important;
}
.instructorList .imgFitBox {
    height: 240px;
}
}
