/* common */
#main section h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
#main section h2:after {
    content: "";
    display: block;
    background-color: #CCAC00;
    width: 18px;
    height: 4px;
    margin: 10px auto 0;
}

.staff-type-s,
.staff-type-n,
.staff-type-e,
.staff-type-c,
.staff-type-b,
.staff-type-a {
    font-size: 0.625rem;
    color: #31302B;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.staff-type-s {
    border-bottom: 1px solid #CCAC00;
}
.staff-type-n {
    border-bottom: 1px solid #FBB03B;
}
.staff-type-e {
    border-bottom: 1px solid #A8B9FD;
}
.staff-type-c {
    border-bottom: 1px solid #A8DFA2;
}
.staff-type-b {
    border-bottom: 1px solid #ED1E79;
}
.staff-type-a {
    border-bottom: 1px solid #DFB7D9;
}

.name-j {
    font-size: 1rem;
    color: #31302B;
    text-align: center;
    margin-bottom: 5px;
}
.name-e {
    font-size: 0.563rem;
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.staff-comment {
    color: #666;
    font-size: 0.75rem;
    text-align: justify;
    letter-spacing: -1px;
}
.staff-comment span{
  display: block;
  font-weight: 700;
}
.staff-comment span::before{
  content: "◆";
  color: #CCAC00;
  padding-right: 0.5rem;
}
.staff-comment span:last-child{
  display: block;
  font-weight: 700;
  margin-top: 0.5rem;
}

#reception .lead {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    max-width: 570px;
    margin: 0 auto 60px;
}
span.staff_insta{
  position: relative;
  display: block;
}
.staff_insta a{
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  padding: 5px;
  background-color: #ffffff;
  line-height: 0;
  border-radius: 10px;
}
.staff_insta a:hover{
  opacity: 0.8;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #main section h2 {
        font-size: 1.25rem;
    }
    #page-catch {
        background-image: url("../_img/staff/catch_staff.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 222px;
        text-align: center;
        margin-bottom: 30px;
    }
    .page-title {
        font-size: 43px;
        font-family: 'Playfair Display', serif;
        color: #603813;
        line-height: 1;
        letter-spacing: .5rem;
        padding-top: 70px;
    }
    .page-title small {
        font-size: 1rem;
        color: #CCAC00;
        display: block;
        line-height: 2;
    }
    .lead {
        font-size: 0.75rem;
        padding: 0 15px;
        margin-bottom: 5rem;
    }

    #reception .lead {
        text-align: left;
    }

    #main section h2 span {
        display: block;
        text-align: center;
    }
    .recruit-btn {
        display: block;
        margin: 30px auto 0;
        max-width: 240px;
        margin-bottom: 50px;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #page-catch {
      background-image: url("../_img/staff/catch_staff.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 222px;
      text-align: center;
      margin-bottom: 30px;
  }
  .page-title {
      font-size: 43px;
      font-family: 'Playfair Display', serif;
      color: #603813;
      line-height: 1;
      letter-spacing: .5rem;
      padding-top: 70px;
  }
  .page-title small {
      font-size: 1rem;
      color: #CCAC00;
      display: block;
      line-height: 2;
  }
  .lead {
      font-size: 0.75rem;
      padding: 0 15px;
      margin-bottom: 5rem;
  }

  .recruit-btn {
      display: block;
      margin: 30px auto 0;
      max-width: 440px;
      margin-bottom: 50px;
  }



}

/* Large and up */
@media screen and (min-width: 64em) {
  #page-catch {
      margin-bottom: 50px;
      background-image: url("../_img/staff/catch_staff.png");
      background-position: center;
      background-repeat: no-repeat;
      height: 200px;
      text-align: center;
  }
  #page-catch .page-title{
      font-size: 43px;
      font-family: 'Playfair Display', serif;
      color: #603813;
      line-height: 1;
      margin-top: 0;
      letter-spacing: .5rem;
      padding-top: 60px;
  }
  #page-catch .page-title small {
      font-size: 1rem;
      color: #CCAC00;
      display: block;
      line-height: 2;
  }
  #page-catch .lead {
      font-size: 0.75rem;
      padding: 0 15px;
      margin-bottom: 5rem;
  }
  .recruit-btn {
      display: block;
      margin: 30px auto 0;
      max-width: 640px;
      margin-bottom: 50px;
  }


    #main section {
        padding-bottom: 30px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {



}
