.p-shop {
  letter-spacing: 0.1em;
}

.p-shop .font_serif {
  font-family: "Noto Serif JP", serif;
}

.p-shop img {
  max-width: 100%;
  vertical-align: bottom;
}

.p-shop__staff {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-shop__staff {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.p-shop__staff__btn {
  max-width: 280px;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .p-shop__staff__btn {
    max-width: 648px;
    margin-top: 60px !important;
  }
}

.p-shop__staff ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}

.p-shop__staff ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: center;
}


.p-shop__staff ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .p-shop__staff ul li {
    max-width: 32%;
  }
}

.p-shop__staff ul li:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-shop__staff ul li:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.p-shop__map iframe {
  height: 250px;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .p-shop__map iframe {
    height: 500px;
  }
}

.p-shop__data {
  background: url(https://fyt-well.co.jp/wp-content/themes/lightning/_g3/assets/images/shop/data_bg.png) center no-repeat;
  background-size: cover;
  padding: 40px 20px 40px;
}

@media (min-width: 768px) {
  .p-shop__data {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

.p-shop__data__img {
  max-width: 1000px;
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;

}


@media (min-width: 768px) {
  .p-shop__data__img {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
  }
}

.p-shop__data__img img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  width: 48% !important;
}

@media (min-width: 768px) {
  .p-shop__data__img img {
    max-width: 32%;
  }
}

.p-shop__data__img img:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-shop__data__img img:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.p-shop__data__table {
  margin: 25px auto 40px;
  max-width: 900px;
}

@media (min-width: 768px) {
  .p-shop__data__table {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.p-shop__data__table table {
  width: 100%;
  border-spacing: 2px;
  table-layout: fixed;
}

.p-shop__data__table table tr:first-child th {
  color: #E97469;
}

.p-shop__data__table table tr:last-child th {
  color: #E97469;
}

.p-shop__data__table table th {
  background: #FCE1DE;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0.2em;
  font-weight: normal;
  width: 90px;
  color: #B769B0;
}

@media (min-width: 768px) {
  .p-shop__data__table table th {
    padding: 10px 28px;
    font-size: 18px;
    width: 160px;
  }
}

.p-shop__data__table table td {
  font-size: 14px;
  background: #fff;
  padding: 10px 14px;
  word-break: break-all;
}

@media (min-width: 768px) {
  .p-shop__data__table table td {
    padding: 10px 28px;
    font-size: 18px;
  }
}

.p-shop__read {
  background: url(https://fyt-well.co.jp/wp-content/themes/lightning/_g3/assets/images/shop/read_bg.png) center no-repeat;
  background-size: cover;
  padding: 40px 20px 40px;
}

@media (min-width: 768px) {
  .p-shop__read {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.p-shop__read dl {
  margin: 0 auto;
  max-width: 1000px;
}

@media (min-width: 768px) {
  .p-shop__read dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-shop__read dl dt {
  margin: 0;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-shop__read dl dt {
    width: 440px;
    font-size: 18px;
    margin-top: 65px;
    margin-bottom: 0;
  }
}

.p-shop__read dl dd {
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .p-shop__read dl dd {
    margin-top: 20px;
    width: calc(100% - 440px);
  }

  .p-shop__read dl dd img {
    max-width: 110%;
  }
}

.p-shop__title h2 {
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .p-shop__title h2 {
    font-size: 60px;
  }
}

.p-shop__kv {
  padding: 10px 20px;
  background: url(https://fyt-well.co.jp/wp-content/themes/lightning/_g3/assets/images/shop/kv.png) center bottom no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .p-shop__kv {
    height: 507px;
    padding: 0;
  }
}

.p-shop__kv__text {
  margin: 0 auto;
  text-align: right;
  width: 100%;
}

@media (min-width: 768px) {
  .p-shop__kv__text {
    max-width: 80%;
  }
}

.p-shop__kv__text img {
  max-width: 70%;
  margin: 0 auto;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .p-shop__kv__text img {
    max-width: 40%;
  }
}

/*# sourceMappingURL=shop.css.map */