/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.inner {
  width: 850px;
  margin: 0 auto;
}


.staff-menu {
  background-color: #F3E4AF;
  margin: -100px 0 0 0;
  padding: 150px 0 100px 0;
}
.staff-menu__lists {
  background-color: white;
  border: 5px solid #EDB35D;
  border-radius: 0px 10px 10px 10px/0px 10px 10px 10px;
  padding: 30px 50px;
}
.staff-menu__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.staff-menu__line dt {
  width: 10%;
  font-weight: bold;
}
.staff-menu__line dd {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.staff-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  border: 2px solid #EDB35D;
  border-radius: 10px;
  color: #EDB35D;
  margin: 0 30px 0 0;
}
.staff-menu__list.selected {
  background-color: #EDB35D;
  color: white;
}
.staff-menu__list:hover {
  background-color: #EDB35D;
  color: white;
}
.staff-menu__list:nth-of-type(5n) {
  margin: 0;
}
.staff-menu__title {
  background-color: #EDB35D;
  color: white;
  padding: 15px 30px;
  display: table;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  margin: 30px 0 0 0;
  font-weight: bold;
}
.staff-menu__title i {
  margin: 0 10px 0 0;
}

.shop-staffs, .shop-staffs--grey {
  background-color: white;
  padding: 100px 0;
}
.shop-staffs--grey {
  background-color: #F1F1F2;
}
.shop-staffs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.shop-staffs__staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin: 0 0 30px 0;
}
.shop-staffs__staff dt {
  width: 125px;
  height: 125px;
}
.shop-staffs__staff dt img {
  width: 100%;
}
.shop-staffs__staff dd {
  margin: 0 0 0 30px;
}
.shop-staffs__headline {
  color: #EDB35D;
}
.shop-staffs__text {
  margin: 30px 0;
}
.shop-staffs__area {
  margin: 10px 0;
  font-size: 30px;
  font-weight: bold;
}
