@charset "UTF-8";
/* ================================================
	SHOP
=================================================== */
/*  info
=================================================== */
#shop-info dl {
  padding: 20px 0;
}
#shop-info dl dt {
  float: left;
  width: 8em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#shop-info dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 8em;
  border-bottom: solid 1px #000;
}

/* 画像 */
.shop-info-img {
  display: flex;
  justify-content: space-between;
}
.shop-info-img > div:first-child {
  flex-basis: 35.8%;
}
.shop-info-img > div:last-child {
  flex-basis: 63.7%;
}

/*  staff
=================================================== */
/* 横並び */
.shop-staff-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-staff-flex > div {
  flex-basis: 48%;
  text-align: center;
}
.shop-staff-flex > div:nth-child(n+3) {
  margin-top: 20px;
}
.shop-staff-flex h4 {
  margin-top: 10px;
}