@charset "utf-8";
/** Staff **/
.staff-list {
    list-style: none;
}
.staff-photo {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(196,172,138,0.3);
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.staff-name {
    /* text-align: center; */
}
.staff-info {
    list-style: none;
}
.staff-info__item {
    width: 100%;
}
.staff-info__item:not(:first-child) {
    margin-top: 60px;
}
.staff-info__photo {
    max-width: 580px;
    margin: 0 auto;
}
.staff-info__photo,
.staff-intel {
    overflow: hidden;
}
.staff-intel__table {
    text-align: left;
    width: 100%;
}
.staff-intel__table tr {
    border-bottom: 1px solid #d0c9c2;
}
.staff-intel__table th {
    font-weight: 100;
}
.staff_data th,.staff_data td {
    display: block;
    width: 100%;
    padding: 5px 0px;
    /* color: #e95293; */
}
.staffDetail-btnBox {
    display: flex;
}

.staffDetail-btnBox .staff_reserve_link:first-child {
    margin-right: 10px;
}
a.staff_reserve_link.for_staff_detail {
    background: #000;
}
/** TYPE 03 **/
.TYPE_03 .is-content_01 {
    display: none;
}

/* staff detail **/
.sd-head__name {
    font-size: 1.8rem;
    padding-bottom: 10px;
    padding-left: 30px;
    background-image: url(../images/common/head_icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: left;
    border-bottom: solid 1px #3e3a39;
}
.detail_img {
    /* height: 430px; */
    max-width: 430px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
}
.sd-question {
    list-style: none;
}
.sd-question__item {
    text-indent: -2em;
    padding-left: 2em;
}
.sd-question__item:not(:first-child) {
    margin-top: 1em;
}
.sd-question__title {
    font-weight: bold;
}
.sd-list {
    list-style: none;
    overflow: hidden;
}
.sd-list__photo {
    display: block;
    text-align: center;
    /* text-decoration: none; */
    margin: 0 auto;
    max-width: 170px;
    width: 100%;
    /* color: inherit; */
    /* height: 100%; */
}
.staff_cont-head {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 40px;
}
.staff_cont-head:after {
    content: '';
    height: 4px;
    width: 50px;
    display: block;
    background-color: #e95293;
    margin: 10px auto 0;
}

/** bx-slider **/
.bx-wrapper .bx-controls-direction a {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: inherit;
    top: 33%;
    margin: 0;
}
.bx-wrapper .bx-prev {
    background: transparent;
    border-left: 2px solid;
    border-bottom: 2px solid;
}
.bx-wrapper .bx-next {
    background: transparent;
    border-right: 2px solid;
    border-top: 2px solid;
}
.staff-info__photo.photo-wrapper.box img {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    height: 340px;
}
ul.staff-list.is-content_02.clearfix {
    background-color: initial;
}
sd-head__photo sd-head__left photo-wrapper box img {
    max-height: 100%;
}

.sd-head__photo img {
    width: 100%;
}
.sd-list__item .mincho {
    padding-top: 10px;
}

.sd-list__item img {
    width: 100%;
}
span.staff-photo-img {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.sd-list__photo-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 170px;
}
.staff_cont {
    max-width: 1000px;
    margin: 0 auto;
}
.staff-list__item a {
    display: block;
}
.staff-photo:before {
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.7) inset;
    z-index: 99;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.staff_cont:not(:last-child) {
    padding-bottom: 100px;
}
.staff-list__item {
    width: calc(100% / 3);
    padding: 0 2%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}
.staff-list__item:nth-child(3n+1) {
    clear: both;
}
.staff-name {
    font-size: 1.1rem;
    padding: 10px 0 0;
    display: block;
    word-break: break-word;
    width: 100%;
}
a.staff_reserve_link {
    background: #d14a83;
    color: #FFF;
    width: 100%;
    margin: 10px auto;
    padding: 5px 0;
    max-width: 376px;
}
a.staff_reserve_link.is_single {
    display: block;
    margin-top: 50px;
    padding: 10px 0;
}
 .sd-head__kanji {
    color: #e95293;
    display: inline-block;
}



.staff_data td {
    padding: 0px 5px 5px 5px;
    word-break: break-word;
}
.staff_data th {
    color: #e95293;
}
.staff_data tr {
    border-bottom: dotted 1px #000;
}
.staff_data {
    width: 100%;
    text-align: left;
}
.staff_data-head {
    font-size: 1.4rem;
}
.detail_data-area {
    padding: 30px;
    background-color: #f9f5f0;
    max-height: 480px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    height: auto !important;
}
.staff_slider-head {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 20px;
    color: #e95293;
}
.detail_img img {
    min-height: 100%;
    height: auto;
    min-width: 100%;
    width: 100%;
}

    .sd-head__roman {
        font-size: 1rem;
        padding-left: 20px;
        display: inline-block;
    }
    .staff_position {
    background-color: #bdaa93;
    width: 150px;
    margin: 10px 0 30px auto;
    color: #fff;
    text-align: center;
}

.sd-head {
    padding-top: 50px;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    /** Staff **/
    
    .staff-list__item:nth-child(n+4) {
        margin-top: 60px;
    }
    
    .staff-photo {
        max-width: 256px;
        width: 100%;
        margin: 0 auto;
        height: 250px;
        box-sizing: border-box;
    }
    .staff-info__photo,
    .staff-intel {
        width: 50%;
        float: left;
        max-height: 100%;
    }
    .staff-intel {
        padding-left: 4%;
    }
    .staff-info__kanji,
    .staff-info__roman {
        vertical-align: middle;
    }
    .staff-info__roman {
        margin-left: 1em;
    }
    .staff-intel__table th,
    .staff-intel__table td {
        padding: 0.5em 0;
    }
    .staff-intel__table th {
        width: 35%;
        padding-right: 1em;
    }
    .staff-intel__table td {
        width: 65%;
    }
    /* staff detail **/
    .sd-head__left {
        max-width: 645px;
        width: 60%;
        float: left;
    }
    .sd-head__right {
        width: 40%;
        float: right;
        padding-left: 4%;
    }
   
    .sd-question {
        margin-top: 30px;
    }
    .sd-bottom {
        max-width: 1000px;
        margin: 60px auto 0;
    }
    .sd-list__item {
        width: 15%;
        float: left;
        overflow: hidden;
        height: 220px;
    }
    .sd-list__photo:hover {
        opacity: 0.7;
    }
    .detail_left {
        width: 50%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        padding-right: 5%;
    }
    .detail_right {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    
    /** bx-slider **/
    .bx-wrapper .bx-controls-direction a {
        width: 24px;
        height: 24px;
    }
    .bx-wrapper .bx-controls-direction a:hover {
        opacity: 0.7;
    }
    .bx-wrapper .bx-prev {
        left: -30px;
    }
    .bx-wrapper .bx-next {
        right: -30px;
    }
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .staff-list__item {
        width: 50%;
        float: left;
    }
    /** Staff **/
    .staff-info__kanji {
        font-size: 2.4rem;
    }
    .staff-info__roman {
        display: none;
    }
    .staff-photo {
        max-width: 256px;
        width: 100%;
        margin: 0 auto;
        height: 250px;
    }
    .staff-right {
        margin-top: 20px;
    }
    .staff-intel__table th,
    .staff-intel__table td {
        display: block;
        width: 100%;
    }
    .staff-intel__table th {
        padding: 0.5em 0 0;
    }
    .staff-intel__table td {
        padding: 0.5em 0;
    }
    .detail_left {
        padding-bottom: 40px;
    }
    .detail_data-area {
        margin-bottom: 40px;
        padding: 10px;
    }

    

    /** bx-slider **/
    .bx-wrapper .bx-controls-direction a {
        width: 12px;
        height: 12px;
    }
    .bx-wrapper .bx-prev {
        left: -15px;
    }
    .bx-wrapper .bx-next {
        right: -15px;
    }
    .sd-bottom.clearfix {
        width: 90%;
        margin: 0 auto;
    }
    .sd-list__item {
        padding: 0 10px;
        box-sizing: border-box;
    }
}
/* ===================================================================================
 for SP max-width: 470px
 =================================================================================== */
 @media screen and (max-width: 470px) {
     .staff-list__item {
        width: 100%;
    }
    .staff-list__item:not(:last-child) {
        padding-bottom: 40px;
    } 
 }
