/*! 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;
}

.header__link-staff {
	color: #EDB35D;
}
.staff-menu__text-sp  {
  display:none;
}
@media (max-width: 740px) {
	.header__link-staff {
	  color: #fff;
	}
  .staff-menu__text-sp {
  text-align: center;
  margin: 30px 2.5% 0 2.5%;
  font-weight: bold;
  line-height: 1.7em;
  white-space: pre-line;
  font-size:14px;
  letter-spacing:1px;
  display:block;
}
.static-first__text {
  margin-top:0;
  display:none;
}
}

.staff-menu {
  background-color: #FCF7EA;
  margin: -120px 0 0 0;
  padding: 150px 0 50px 0;
}
@media (max-width: 740px) {
	.staff-menu {
		padding:150px 0 20px 0;
	}
	.staff-menu .wrapper {
    width:90%;
    margin:0 0 0 5%;
  }
}

.staff-menu__lists {
  background-color: white;
  border: 5px solid #EDB35D;
  border-radius: 0px 10px 10px 10px/0px 10px 10px 10px;
  padding: 30px 50px;
}
@media (max-width: 740px) {
	.staff-menu__lists {
		padding:10px 2.5%;
	}
}

.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;
}
@media (max-width: 740px) {
	.staff-menu__line {
		display:block;
	}
}

.staff-menu__line dt {
  width: 10%;
  font-weight: bold;
  font-weight:normal;
  font-size:15px;
}
@media (max-width: 740px) {
	.staff-menu__line dt {
		width:100%;
	}
}

.staff-menu__line dd {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
	.staff-menu__line dd {
		width:100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.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;
}
@media (max-width: 740px) {
	.staff-menu__list {
		width:48%;
		margin: 0 2% 5px 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: 10px 30px;
  display: table;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  margin: 0px 0 0 0;
  font-weight: bold;
}
.staff-menu__title i {
  margin: 0 10px 0 0;
}

.shop-staffs, .shop-staffs--grey {
  background-color: white;
  padding: 50px 0;
}
.shop-staffs--grey {
  background-color: #F1F1F2;
}
@media (max-width: 740px) {
	.shop-staffs--grey {
		padding:20px 0;
	}
}

.shop-staffs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
.shop-staffs__list{
  width:90%;
  margin:0 0 0 5%;
}
}
.shop-staffs__staff {
  width: 33.33%;
  margin: 0 0 30px 0;
}
@media (max-width: 740px) {
	.shop-staffs__staff {
		width: 40%;
		margin: 0 5% 30px 5%;
	}
}
.shop-staffs__staff:hover {
  text-decoration:none;
  opacity:0.7;
}

.shop-staffs__staff dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
	.shop-staffs__staff dl {
		display:block;
	}
}
.shop-staffs__staff dt {
  width: 125px;
  height: 125px;
}
@media (max-width: 740px) {
	.shop-staffs__staff dt {
		width: 100%;
		height:auto;
	}
}

.shop-staffs__staff dt img {
  width: 100%;
}
.shop-staffs__staff dd {
  margin: 0 0 0 30px;
  font-size:14px;
  display:block;
}
.shop-staffs__staff dd strong {
  font-weight:normal;
  margin-bottom:10px;
}
.shop-staffs__staff dd small {
  width:100%;
  float:left; clear:none;
  line-height:1.7em;
  margin-bottom:10px;
}
.shop-staffs__staff dd small.busho {
  color:#a9a9a9;
  margin-bottom:5px;
}
@media (max-width: 740px) {
	.shop-staffs__staff dd {
		width: 100%;
		margin:0;
	}
}

.shop-staffs__headline {
  color: #EDB35D;
}
.shop-staffs__text {
  margin: 30px 0;
}
.shop-staffs__area {
  margin: 10px 0 20px 0;
  padding:10px 30px;
  font-size: 18px;
  line-height:1.2;
  font-weight: bold;
  background:#EDB35D;
  color:#fff;
  background-image: linear-gradient(-45deg, #F2CA8E 25%, #EDB35D 25%, #EDB35D 50%, #F2CA8E 50%, #F2CA8E 75%, #EDB35D 75%, #EDB35D);
  background-size: 5px 5px;
}
