.staff ._hero_ {
  background: url("../img/staff/staff_hero2.jpg");
  background-size: cover;
  background-position-y: center;
}
.staff_name{
  font-size: 16px;
  font-family: "ofelia-text", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.staff.about {
  padding: 0;
}

.staff .titleArea {
  margin-bottom: 0;
}

.about.staff .titleArea h2 {
  margin-top: 48px;
}

.staffLists {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* gap: 32px; */
  margin-bottom: 24px;


}
.staffLists img {
  /* width: 72%;
  height: 72%; */
  width: 100%;
}

.staffItem-main{
  width: 72%;
  height: 72%;
  margin: 0 auto;
  position: relative;
}

.staff_info_more{
  display: flex;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #FDFDFD;
  bottom: 25px;
  right: 25px;
  border-radius: 50%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  box-shadow: -1px -1px 2px 0px rgba(228, 228, 228, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
  filter: drop-shadow(5px 5px 13px rgba(228, 228, 228, 0.90)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 0.90)) drop-shadow(5px -5px 10px rgba(228, 228, 228, 0.20)) drop-shadow(-5px 5px 10px rgba(228, 228, 228, 0.20));
}

.staff_info_more p{
  font-family: "ofelia-text", sans-serif;
  font-size: 12px;
}

.staffLists.staff__page .slider__footer{
  margin-bottom: 32px;
}



.staffLists main {
}

.staffItem{
  flex-direction:column;
  /* justify-content:center; */
  text-align: center;
  margin-top: 24px;
}

.staffLists .title {
  /* margin-top: 8px; */
}

.staffLists .name {
  font-size: 16px;
  font-family: "ofelia-text", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* スタッフ詳細ページCSS */

.single-staff-section{
  margin-top: 0;
    background-position-y: 4px;
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    padding:  40px 0 0 0;
}

.staff__hero__ {
  padding-top: 64px;
}

.staff__hero__ img{
  width: 100%;
}


.staff-title-instagram{
  display: flex;
  justify-content: center;
  text-align: center;
  justify-content:center;
  align-items: center;
  gap: 24px;
}
.staff-title-none{
  width: 24px;
}



.staff-title-instagram a {
  width: 24px;
  height: 24px;
  display: block;
  /* margin: 18px 0; */
}
.staff-title-instagram img {
  width: 24px;
  display: block;
  justify-content: center;
  align-items: center;
}


.table__style table tr:first-child th,
.table__style table tr:last-child td {
    border-top: none;
    /* border-bottom: none; */
}

.table__style table tr:last-child th {
  border-bottom: none;
}

.info{
  margin: 0 auto;
  width: 80%;
}

.staff_info{
  margin-top: 0;
}

.staff_info > tr {
  border: none;
}

.staffInfoTable{
  width: 100%;
}


.staff-single{
  margin-bottom: 20px !important;
}


@media screen and (max-width:768px) {

  .staff ._hero_ {
    background-position-y: 15px;
    background-position-x: center;
  }

  .staffinfoTable2 {
    white-space: normal !important ;
  }
  .staff_info{
      padding: 0;
  }
  
}