@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   STAFF PROFILE（スタッフプロフィール）

--------------------------------------------------------------------------------------------- */
#staff h1{
    color: #e9e4d4;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 50px;/*25px*/
}
#staff h1 span{
    color: #fff;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    padding: 10px 0;
}

.staff-list-wrap{
    width: 100%;
}

.staff-list-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.staff-list-wrap ul li{
    width: 40%;
    margin-bottom: 50px;
}
.staff-list-wrap ul li img{
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin-bottom: 10px;
    border: 2px solid #e9e4d4;
}

.staff-list-wrap ul li .post,.staff-list-wrap ul li .name{
    text-align: center;
    color: #fff;
}
.staff-list-wrap ul li .name{
    font-family: 'Sorts Mill Goudy', serif;
    color: #e9e4d4;
}
a .fa-instagram{
    color: #e9e4d4;
}
a:hover .fa-instagram{
    opacity: 0.75;
}

.staff-list-wrap ul li .hobby,.staff-list-wrap ul li .message{
    color: #fff;
}

.staff-list-wrap ul li .hobby{
    border-bottom: 0.5px solid #999;
    padding-bottom: 5px;
}

.staff-list-wrap ul li .message{
    padding-top: 5px;
}

@media screen and (max-width:500px) {
    
.staff-list-wrap{
    width: 70%;
    margin: auto;
}

.staff-list-wrap ul li{
    width: 100%;
}
}



















    
    







