.page-shop-detail {
  padding-block: 4.5rem 3.5rem;
}
@media (min-width: 768px) {
  .page-shop-detail {
    padding-block: 4.5rem 11rem;
  }
}
.page-shop-detail__inner {
  width: 100%;
  max-width: 106rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
.page-shop-detail .hline01 {
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .page-shop-detail .hline01 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .page-shop-detail .hline01__ttl {
    font-size: 3rem;
  }
}

.p-hline01 {
  margin-bottom: 0.4rem;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-hline01 {
    margin-bottom: 0.8rem;
  }
}

.p-hline02 {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1375A7;
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .p-hline02 {
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.p-hline03 {
  margin-bottom: 1.5rem;
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media (min-width: 768px) {
  .p-hline03 {
    font-size: 2rem;
  }
}

.p-detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-detail {
    flex-direction: row;
    margin-bottom: 5rem;
  }
}
.p-detail__side {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-detail__side {
    flex-direction: column;
    gap: 3rem;
    width: 20rem;
    min-width: 20rem;
    margin-bottom: 0;
  }
}
.p-detail__side-box {
  width: 13rem;
}
@media (min-width: 768px) {
  .p-detail__side-box {
    width: 100%;
  }
}
.p-detail__logo {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-detail__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-detail__content {
  width: 100%;
}
@media (min-width: 768px) {
  .p-detail__content {
    width: calc(100% - 20rem);
    padding-left: 4rem;
  }
}
.p-detail__des {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #202444;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .p-detail__des {
    font-size: 1.2rem;
  }
}

.p-list {
  border-top: 1px solid #D0D0D0;
}
.p-list__item {
  display: flex;
  border-bottom: 1px solid #D0D0D0;
  padding-block: 2.5rem;
}
.p-list__head {
  width: 9rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-list__head {
    width: 24rem;
  }
}
.p-list__content {
  width: calc(100% - 9rem);
}
@media (min-width: 768px) {
  .p-list__content {
    width: calc(100% - 24rem);
  }
}
.p-list__ttl {
  font-size: 1.2rem;
  color: #676767;
  font-weight: 700;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-list__ttl {
    font-size: 1.4rem;
  }
}
.p-list__txt {
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7857142857;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .p-list__txt {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.p-list__txt.--tel {
  pointer-events: all;
  text-decoration: none !important;
  white-space: inherit;
}
@media (min-width: 768px) {
  .p-list__txt.--tel {
    pointer-events: none;
  }
}

.p-link {
  color: var(--color-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7857142857;
  text-decoration: underline;
  word-break: break-all;
}
@media (min-width: 768px) {
  .p-link {
    font-size: 1.6rem;
  }
  .p-link:hover {
    text-decoration: none;
  }
}

.p-btn-back {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.5rem;
  margin-inline: auto;
  margin-top: 3rem;
  padding-left: 2.4rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  background-color: transparent;
  border: 0;
  outline: none;
}
@media (min-width: 768px) {
  .p-btn-back {
    gap: 1.4rem;
    min-height: 3rem;
    margin-top: 6.5rem;
    padding-left: 2.7rem;
    font-size: 1.8rem;
    transition: 0.3s ease opacity;
  }
  .p-btn-back:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.p-btn-back::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 100%;
  background: url("../img/common/icon_arrow_14.svg") no-repeat 0 center;
  background-size: auto 2.2rem;
  content: "";
}
@media (min-width: 768px) {
  .p-btn-back::before {
    width: 2.7rem;
  }
}
.p-btn-back.is-hidden {
  display: none;
}

.p-slider-shop {
  width: 100%;
}
.p-slider-shop.is-single .p-slider-shop__control {
  display: none;
}
.p-slider-shop.is-single .p-slider-shop__image {
  margin-bottom: 3rem;
}
.p-slider-shop .swiper-wrapper {
  height: auto;
}
.p-slider-shop__image {
  width: 100%;
  aspect-ratio: 330/186;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-slider-shop__image {
    aspect-ratio: 760/428;
  }
}
.p-slider-shop__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-slider-shop__control {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 5rem;
}
@media (min-width: 768px) {
  .p-slider-shop__control {
    height: 6rem;
  }
}
.p-slider-shop__btn-wrap {
  display: flex;
  gap: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .p-slider-shop__btn-wrap {
    display: none;
  }
}
.p-slider-shop__btn {
  width: 3.5rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3s ease opacity;
  cursor: pointer;
}
.p-slider-shop__btn:hover {
  opacity: 0.8;
}
.p-slider-shop__btn.--prev {
  background-image: url("../img/common/icon_arrow_02.svg");
}
.p-slider-shop__btn.--next {
  background-image: url("../img/common/icon_arrow_03.svg");
}
.p-slider-shop__progress {
  display: block;
  width: 10.8rem;
  height: 0.5rem;
  margin-bottom: 1.1rem;
  border-radius: 0.6rem;
  background-color: #EBEAEA;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-slider-shop__progress {
    width: 13.4rem;
    height: 0.6rem;
    margin-bottom: 1.1rem;
  }
}
.p-slider-shop__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #CCC;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 0.6rem;
}
.p-slider-shop .swiper-pagination {
  position: static;
  font-size: 1.2rem;
  font-family: var(--font-num);
  line-height: 1;
  font-weight: 400;
  color: #202444;
}
@media (min-width: 768px) {
  .p-slider-shop .swiper-pagination {
    font-size: 1.4rem;
  }
}