/* ===========================
  共通
=========================== */

.sp {
  display: block;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }


  main {
    padding-top: 260px;
    overflow-x: hidden;
  }
}


/* ===========================
   お散歩プラン ページ専用スタイル
=========================== */

/* ===========================
   MV（メインビジュアル）
=========================== */
.wp-mv {
  padding: 120px 17px 40px;
}

.wp-mv-inner {
  position: relative;
}

.wp-mv-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: visible;
}

.wp-mv-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.wp-mv-deco {
  position: absolute;
  width: 72px;
  height: auto;
  pointer-events: none;
}

.wp-mv-deco--tl {
  top: -16px;
  left: -12px;
}

.wp-mv-deco--br {
  bottom: -16px;
  right: -12px;
}

/* ===========================
   プラン情報
=========================== */
.wp-plan-info {
  padding: 0 20px 0;
}

.wp-plan-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5em;
  color: var(--color-black);
  margin-bottom: 30px;
}

.wp-plan-desc {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
  margin-bottom: 40px;
}

/* 情報リスト（dl）
=========================== */
.wp-info-list {
  margin-bottom: 80px;
}

.wp-info-row {
  border-top: 1px solid var(--color-gray-light);
  padding: 16px 0;
}

.wp-info-row:last-child {
  border-bottom: 1px solid var(--color-gray-light);
}

.wp-info-label {
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  color: var(--color-black);
  margin-bottom: 16px;
  display: block;
}

.wp-info-value {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
  margin: 0;
}

.wp-price-category {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-black);
  margin-top: 8px;
  margin-bottom: 4px;
}

.wp-price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.wp-price-list li {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
  color: var(--color-black);
}

.wp-price-note {
  font-family: var(--font-ja);
  font-size: 12px;
  color: var(--color-gray-border);
}

.wp-info-note {
  font-family: var(--font-ja);
  font-size: 12px;
  line-height: 1.8em;
  color: var(--color-gray-border);
  /* margin-top: 4px; */
}


/* ===========================
   フォトギャラリー
=========================== */
.wp-photo-gallery {
  padding: 0 0 40px;
  overflow: hidden;
}

.wp-gallery-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: wp-marquee 60s linear infinite;
}


.wp-gallery-item {
  width: 352px;
  height: 352px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 10px;
}

.wp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes wp-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ===========================
   料金プラン詳細
=========================== */
.wp-plan-detail {
  padding: 0 24px 40px;
}

.wp-plan-detail-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  color: var(--color-black);
  margin-bottom: 40px;
  text-align: center;
}

.wp-plan-detail-row {
  border-top: 1px solid #979797;
  padding: 24px 0;
}

.wp-plan-detail-row.payment .wp-plan-detail-text {
  line-height: 1.5em;
}

.wp-plan-detail-row.payment .wp-plan-detail-text:not(:last-child) {
  margin-bottom: 15px;
}

.wp-plan-detail-label {
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  color: var(--color-black);
  margin-bottom: 8px;
}

.wp-plan-detail-text {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
  color: var(--color-black);
}

/* ===========================
   セクション共通タイトル
=========================== */
.wp-section-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 40px;
}

/* ===========================
   ご利用手順
=========================== */
.wp-flow {
  padding: 40px 60px;
}

.wp-flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-flow-item {
  margin-bottom: 30px;
}

.wp-flow-item:last-child {
  margin-bottom: 0;
}

.wp-flow-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.wp-flow-num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  font-family: var(--font-ja);
  font-size: 20px;
  flex-shrink: 0;
}

.wp-flow-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4em;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 8px;
}

.wp-flow-text {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
}

.wp-flow-img-wrap {
  width: 100%;
  overflow: hidden;
}

.wp-flow-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================
   アクセス
=========================== */
.wp-access {
  padding: 40px 24px;
}

.wp-map-wrap {
  width: 100%;
  height: 190px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 50px;
}

.wp-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.wp-access-btns {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}

.wp-access-btn {
  display: block;
  width: 100%;
  max-width: 256px;
  margin: 0 auto;
  padding: 16px;
  background: var(--color-dark-red);
  color: var(--color-white);
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
}

/* トゥクトゥクバナー
=========================== */
.wp-tuktuk-banner-wrap {
  position: relative;
}

.wp-tuktuk-banner-wrap picture {
  display: block;
  width: 100%;
}

.wp-tuktuk-banner {
  width: 100%;
  height: auto;
  display: block;
}

/* ===========================
   注意事項
=========================== */
.wp-notes {
  padding: 40px 24px;
}

.wp-notes-group {
  margin-bottom: 30px;
}

.wp-notes-group:last-child {
  margin-bottom: 0;
}

.wp-notes-heading {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--color-black);
  margin-bottom: 8px;
}

.wp-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-notes-list li {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
  color: var(--color-black);
  padding-left: 1em;
  position: relative;
}

.wp-notes-list li::before {
  content: '・';
  position: absolute;
  left: 0;
}

/* ===========================
   キャンセルポリシー
=========================== */
.wp-cancel {
  padding: 40px 24px 80px;
}

.wp-cancel-intro {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
  margin-bottom: 30px;
}

.wp-cancel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.wp-cancel-list li {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
  padding-left: 1em;
  position: relative;
}

.wp-cancel-list li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.wp-cancel-note {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  color: var(--color-black);
  margin-bottom: 8px;
}

.wp-cancel-closing {
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: var(--color-black);
  margin-top: 16px;
  /* text-align: center; */
}

/* =====================
   PC Media Query (768px+)
   ===================== */
@media (min-width: 768px) {

  /* --- フォトギャラリー --- */
  .wp-photo-gallery {
    padding: 0 0 60px;
  }

  .wp-gallery-item {
    width: min(25.7686676428vw, 352px);
    height: min(25.7686676428vw, 352px);
    margin-right: 30px;
  }

  .wp-gallery-list {
    animation-duration: 60s;
  }

  /* --- トップセクション（MV＋プラン情報：横並び） --- */
  .wp-top-section {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 60px;
    gap: clamp(1.875rem, -1.875rem + 7.81vw, 7.5rem);
  }

  .wp-mv {
    padding: 0;
  }

  .wp-mv-inner {
    max-width: min(32.7964860908vw, 448px);
  }

  .wp-mv-img-wrap {
    position: relative;
    width: 100%;
    height: 670px;
  }

  .wp-mv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 65px;
  }

  .wp-mv-deco--tl {
    width: 80px;
    top: -20px;
    left: -20px;
  }

  .wp-mv-deco--br {
    width: 80px;
    bottom: -20px;
    right: -20px;
  }

  /* --- プラン情報 --- */
  .wp-plan-info {
    flex: 1;
    padding: 0;
  }

  .wp-plan-title {
    font-size: clamp(1.375rem, 2.3426061493vw, 2rem);
    margin-bottom: 16px;
  }

  .wp-plan-desc {
    margin-bottom: 30px;
  }

  .wp-info-row {
    display: flex;
    align-items: baseline;
  }

  .wp-info-label {
    min-width: 120px;
    margin: 0;
  }

  .wp-price-list li {
    font-size: 16px;
  }

  .wp-price-category {
    font-size: 16px;
    margin: 0;
  }

  .wp-tuktuk-img-wrap {
    margin-top: 32px;
    border-radius: 20px;
  }

  /* --- 料金プラン詳細 --- */
  .wp-plan-detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 60px;
  }

  .wp-plan-detail-title {
    margin-bottom: 70px;
  }

  .wp-plan-detail-row {
    display: flex;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .wp-plan-detail-row.payment {
    align-items: center;
  }

  .wp-plan-detail-label {
    flex: 0 0 220px;
  }

  /* --- ご利用手順（3列グリッド） --- */
  .wp-flow {
    max-width: 970px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .wp-flow .wp-section-title {
    margin-bottom: 70px;
  }

  .wp-flow-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: min(2.9282576867vw, 40px) min(5.8565153734vw, 80px);
  }

  .wp-flow-item {
    grid-column: span 2;
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
  }

  .wp-flow-item:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .wp-flow-item::before {
    display: none;
  }

  /* --- アクセス --- */
  .wp-access {
    max-width: 776px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .wp-access .wp-section-title {
    font-size: 24px;
    margin-bottom: 70px;
  }

  .wp-map-wrap {
    height: 415px;
    margin-bottom: 60px;
  }

  .wp-access-btns {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 120px;
  }


  .wp-access-btn {
    padding: 16px 40px;
    margin: 0;
  }

  .wp-access-banner {
    border-radius: 20px;
    padding: 40px 60px;
  }

  .wp-access-banner-text {
    font-size: 18px;
  }

  /* --- 注意事項＋キャンセルポリシー（横並び2列） --- */
  .wp-bottom-section {
    /* display: flex; */
    /* align-items: flex-start; */
    max-width: 775px;
    margin: 0 auto;
    padding: 60px 20px;
    gap: 60px;
  }

  .wp-notes {
    /* flex: 1; */
    padding: 0 0 60px;
  }

  .wp-notes .wp-section-title {
    /* font-size: 20px; */
    margin-bottom: 70px;
  }

  .wp-cancel {
    flex: 1;
    padding: 60px 0;
  }

  .wp-cancel .wp-section-title {
    /* font-size: 20px; */
    margin-bottom: 70px;
  }

  .wp-cancel-intro {
    /* font-size: 14px; */
  }

  .wp-notes-list li {
    font-size: 16px;
  }

}