nav .inner li:nth-child(2) a::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #EB922C;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 6px;
}

main #contents.shopPage > section {
  margin-bottom: 50px;
}
main #contents.shopPage > section h3 {
  margin-bottom: 20px;
}
main #contents.shopPage > section h3 strong,
main #contents.shopPage > section h3 small {
  display: block;
}
main #contents.shopPage > section h3 strong {
  font-size: 2.8rem;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  main #contents.shopPage > section h3 strong {
    font-size: calc(2.8rem * 0.8);
  }
}
main #contents.shopPage > section h3 strong {
  margin-bottom: 5px;
}
main #contents.shopPage > section h3 small::before {
  content: "-";
  margin-right: 5px;
  opacity: 0.5;
}
main #contents.shopPage #shop > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  main #contents.shopPage #shop > div {
    margin-bottom: 25px;
  }
}
main #contents.shopPage #shop > div .photo {
  width: calc(50% - 40px);
}
@media screen and (max-width: 960px) {
  main #contents.shopPage #shop > div .photo {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents.shopPage #shop > div .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
main #contents.shopPage #shop > div .photo .slick-slide {
  margin: 0 !important;
}
main #contents.shopPage #shop > div .text {
  width: 50%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents.shopPage #shop > div .text {
    width: 100%;
  }
}
main #contents.shopPage #shop > div .text .read {
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  main #contents.shopPage #shop > div .text .read {
    font-size: calc(2.4rem * 0.8);
  }
}
main #contents.shopPage #shop > div .text .read {
  margin-bottom: 20px;
}
main #contents.shopPage #shop > div .text table {
  border-collapse: collapse;
}
main #contents.shopPage #shop > div .text table tr th, main #contents.shopPage #shop > div .text table tr td {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  main #contents.shopPage #shop > div .text table tr th, main #contents.shopPage #shop > div .text table tr td {
    padding: 10px 0;
  }
}
main #contents.shopPage #shop > div .text table tr th {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  main #contents.shopPage #shop > div .text table tr th {
    padding-right: 20px;
  }
}
main #contents.shopPage #shop > iframe {
  width: 100%;
  height: 500px;
}
main #contents.shopPage #staff .member {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 960px) {
  main #contents.shopPage #staff .member {
    gap: 15px;
  }
}
main #contents.shopPage #staff .member > section {
  width: calc(20% - 28px);
  text-align: center;
}
@media screen and (max-width: 960px) {
  main #contents.shopPage #staff .member > section {
    width: calc(20% - 12px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main #contents.shopPage #staff .member > section {
    width: calc(33.3333333333% - 10px);
  }
}
main #contents.shopPage #staff .member > section .photo {
  margin-bottom: 10px;
}
main #contents.shopPage #staff .member > section .photo img {
  width: 100%;
  border-radius: 50%;
}
main #contents.shopPage #staff .member > section h4 {
  font-size: 1.6rem;
  margin-bottom: 3px;
}
main #contents.shopPage #staff .member > section .en {
  font-size: 0.85em;
  opacity: 0.5;
  line-height: 130%;
}
main #contents.shopPage #staff .member > section .en br {
  display: none;
}
@media screen and (max-width: 668px) {
  main #contents.shopPage #staff .member > section .en br {
    display: block;
  }
}
main #contents.shopPage #calendar > iframe {
  width: 100%;
  height: 600px;
}