@charset "UTF-8";
/* 2026みかんピング futureshopコメント用CSS（#mp26-lp / #mp26-map 配下に限定） */

#mp26-lp {
  --mp-main: #f38200;
  --mp-deep: #d94a00;
  --mp-accent: #ffd8a1;
  --mp-bg: #fffaf4;
  --mp-text: #333;
  --mp-light: #666;
  --mp-border: #e6e6e6;
  max-width: 1000px;
  margin: 0 auto 40px;
  overflow: hidden;
  background: #fff;
  color: var(--mp-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

#mp26-lp *,
#mp26-lp *::before,
#mp26-lp *::after {
  box-sizing: border-box;
}

#mp26-lp h2,
#mp26-lp h3,
#mp26-lp p,
#mp26-lp ol,
#mp26-lp ul {
  margin: 0;
  padding: 0;
}

#mp26-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

#mp26-lp a {
  color: inherit;
  text-decoration: none;
}

/* セクション共通 */
#mp26-lp .mp-section {
  padding: 60px 4%;
}

#mp26-lp .mp-bg-light {
  background: var(--mp-bg);
}

#mp26-lp .mp-title {
  margin-bottom: 40px;
  color: var(--mp-main);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#mp26-lp .mp-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 2px;
  background: var(--mp-main);
}

#mp26-lp .mp-title small {
  display: block;
  margin-bottom: 4px;
  color: var(--mp-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#mp26-lp .mp-note {
  color: var(--mp-light);
  font-size: 13px;
}

/* 1. ファーストビュー */
#mp26-lp .mp-fv {
  position: relative;
  padding: 110px 4% 120px;
  background: #fdf5eb url("https://mikan.itembox.cloud/item/images/event/mikanping2025-05.jpg") center / cover no-repeat;
  text-align: center;
}

#mp26-lp .mp-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.92));
}

#mp26-lp .mp-fv>* {
  position: relative;
}

#mp26-lp .mp-fv-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 22px;
  border-radius: 50px;
  background: var(--mp-main);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#mp26-lp .mp-fv-title {
  margin-bottom: 24px;
  color: var(--mp-deep);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 0 2px 5px rgba(255, 255, 255, 0.9);
}

#mp26-lp .mp-fv-title span {
  display: block;
  font-size: 24px;
}

#mp26-lp .mp-fv-title small {
  display: block;
  margin-top: 2px;
  color: var(--mp-main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

#mp26-lp .mp-fv-sub {
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 25px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

#mp26-lp .mp-fv-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(217, 74, 0, 0.15);
  list-style: none;
}

#mp26-lp .mp-fv-points li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 18px;
  border-top: 5px solid var(--mp-main);
  line-height: 1.4;
}

#mp26-lp .mp-fv-points li+li::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 14px;
  left: 0;
  border-left: 2px dotted var(--mp-accent);
}

#mp26-lp .mp-fv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: var(--mp-bg);
  color: var(--mp-main);
}

#mp26-lp .mp-fv-icon svg {
  width: 24px;
  height: 24px;
}

#mp26-lp .mp-fv-point-label {
  margin-bottom: 4px;
  color: var(--mp-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#mp26-lp .mp-fv-points strong {
  color: var(--mp-deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

#mp26-lp .mp-fv-points strong small {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}

#mp26-lp .mp-fv-point-note {
  margin-top: 6px;
  padding: 1px 10px;
  border-radius: 50px;
  background: var(--mp-bg);
  color: #b75e00;
  font-size: 12px;
  font-weight: 700;
}

/* 目次 */
#mp26-lp .mp-toc {
  padding: 30px 4% 10px;
}

#mp26-lp .mp-toc-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 25px;
  border: 2px solid var(--mp-accent);
  border-radius: 16px;
  background: var(--mp-bg);
  text-align: center;
}

#mp26-lp .mp-toc-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--mp-main);
  color: var(--mp-main);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#mp26-lp .mp-toc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 15px;
  list-style: none;
}

#mp26-lp .mp-toc-list a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #ffe0b2;
  border-radius: 50px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

#mp26-lp .mp-toc-list a:hover {
  border-color: var(--mp-main);
  background: var(--mp-main);
  color: #fff;
}

/* 2. 開催概要 */
#mp26-lp .mp-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}

#mp26-lp .mp-table th,
#mp26-lp .mp-table td {
  padding: 15px 18px;
  border: 1px solid var(--mp-border);
  text-align: left;
  vertical-align: middle;
}

#mp26-lp .mp-table th {
  width: 25%;
  background: var(--mp-bg);
  color: #b75e00;
  font-weight: 700;
  white-space: nowrap;
}

#mp26-lp .mp-price-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 8px;
  list-style: none;
}

#mp26-lp .mp-price-list li {
  padding: 10px 6px;
  border: 2px solid var(--mp-accent);
  border-radius: 8px;
  background: var(--mp-bg);
  line-height: 1.4;
  text-align: center;
}

#mp26-lp .mp-price-kind {
  display: block;
  color: #b75e00;
  font-size: 14px;
  font-weight: 700;
}

#mp26-lp .mp-price {
  display: block;
  color: var(--mp-deep);
  font-size: 26px;
  font-weight: 900;
}

#mp26-lp .mp-price small {
  font-size: 14px;
}

#mp26-lp .mp-price-age {
  display: block;
  color: var(--mp-light);
  font-size: 12px;
}

/* 3. 時間枠 */
#mp26-lp .mp-slot-lead {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

#mp26-lp .mp-slot-lead strong {
  color: var(--mp-deep);
}

#mp26-lp .mp-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
}

#mp26-lp .mp-slots li {
  padding: 16px 8px 14px;
  border-top: 5px solid var(--mp-main);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  line-height: 1.3;
  text-align: center;
}

#mp26-lp .mp-slot-num {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 12px;
  border-radius: 50px;
  background: var(--mp-accent);
  color: #8a4600;
  font-size: 13px;
  font-weight: 700;
}

#mp26-lp .mp-slot-time {
  display: block;
  color: var(--mp-deep);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

#mp26-lp .mp-slot-start {
  color: var(--mp-light);
  font-size: 12px;
  font-weight: 700;
}

#mp26-lp .mp-slot-note {
  margin-top: 16px;
  text-align: center;
}

/* 4. 体験内容 */
#mp26-lp .mp-course {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 2px solid var(--mp-accent);
  border-radius: 12px;
  background: #fff;
}

#mp26-lp .mp-course.is-reverse {
  flex-direction: row-reverse;
}

#mp26-lp .mp-course-image {
  flex: 0 0 42%;
  overflow: hidden;
  border-radius: 8px;
}

#mp26-lp .mp-course-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#mp26-lp .mp-course-body {
  flex: 1;
  min-width: 0;
}

#mp26-lp .mp-course-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  margin-bottom: 14px;
}

#mp26-lp .mp-course-num {
  color: var(--mp-main);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

#mp26-lp .mp-course-name {
  color: var(--mp-main);
  font-size: 24px;
  font-weight: 700;
}

#mp26-lp .mp-course-cap {
  padding: 0 12px;
  border-radius: 50px;
  background: var(--mp-accent);
  color: #8a4600;
  font-size: 13px;
  font-weight: 700;
}

#mp26-lp .mp-course-text {
  font-weight: 700;
}

#mp26-lp .mp-course-text+.mp-note {
  margin-top: 10px;
}

#mp26-lp .mp-sub-title {
  margin: 50px 0 34px;
  color: var(--mp-deep);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

#mp26-lp .mp-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}

#mp26-lp .mp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 22px 26px;
  border-top: 5px solid var(--mp-main);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

#mp26-lp .mp-card::before {
  content: attr(data-num);
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--mp-main);
  color: #fff;
  font-weight: 900;
  line-height: 36px;
  transform: translateX(-50%);
}

#mp26-lp .mp-card-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  margin-bottom: 14px;
  color: var(--mp-deep);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}

#mp26-lp .mp-card-image {
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 8px;
}

#mp26-lp .mp-card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

#mp26-lp .mp-card-text {
  margin-top: auto;
  color: var(--mp-light);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

#mp26-lp .mp-more {
  margin-top: 30px;
  padding: 26px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#mp26-lp .mp-more-text {
  margin-bottom: 18px;
  color: var(--mp-deep);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

#mp26-lp .mp-more-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

#mp26-lp .mp-more-images img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  object-fit: cover;
}

/* 5. お土産 */
#mp26-lp .mp-gift-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 40px;
  color: var(--mp-deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

#mp26-lp .mp-gift-lead::before,
#mp26-lp .mp-gift-lead::after {
  content: "";
  flex: none;
  width: 3px;
  height: 1.5em;
  border-radius: 3px;
  background: var(--mp-main);
  transform: rotate(-30deg);
}

#mp26-lp .mp-gift-lead::after {
  transform: rotate(30deg);
}

#mp26-lp .mp-gift-lead span {
  padding: 0 4px;
  background: linear-gradient(transparent 62%, var(--mp-accent) 62%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#mp26-lp .mp-sp-br {
  display: none;
}

#mp26-lp .mp-gift-weight {
  color: var(--mp-deep);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

#mp26-lp .mp-gift-weight small {
  margin-left: 4px;
  font-size: 18px;
}

/* 6. 当日の流れ */
#mp26-lp .mp-flow-image {
  max-width: 800px;
  margin: 0 auto 36px;
  overflow: hidden;
  border-radius: 12px;
}

#mp26-lp .mp-flow-image img {
  width: 100%;
  aspect-ratio: 5 / 2;
  object-fit: cover;
}

/* 駐車場 */
#mp26-lp .mp-parking {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 22px 26px;
  border: 2px solid var(--mp-main);
  border-radius: 12px;
  background: var(--mp-bg);
}

#mp26-lp .mp-parking-icon {
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: var(--mp-main);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
}

#mp26-lp .mp-parking-body {
  flex: 1;
  min-width: 0;
}

#mp26-lp .mp-parking-title {
  color: var(--mp-deep);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
}

#mp26-lp .mp-parking-caution {
  margin-top: 4px;
  color: #c62828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

#mp26-lp .mp-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
  padding: 10px 22px;
  border-radius: 50px;
  background: var(--mp-main);
  box-shadow: 0 3px 0 var(--mp-deep);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

#mp26-lp a.mp-map-btn {
  color: #fff;
}

#mp26-lp .mp-map-btn:hover {
  opacity: 0.85;
}

#mp26-lp .mp-map-btn svg {
  width: 18px;
  height: 18px;
}

#mp26-lp .mp-table .mp-map-btn {
  margin: 6px 0 4px;
  padding: 6px 16px;
  font-size: 14px;
}

#mp26-lp .mp-flow {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  counter-reset: mp-step;
}

#mp26-lp .mp-flow li {
  position: relative;
  padding: 0 0 26px 62px;
  counter-increment: mp-step;
}

#mp26-lp .mp-flow li::before {
  content: counter(mp-step);
  position: absolute;
  top: 14px;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mp-main);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
}

#mp26-lp .mp-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 6px;
  left: 21px;
  border-left: 2px dotted var(--mp-main);
}

#mp26-lp .mp-flow-box {
  padding: 16px 22px;
  border: 2px solid var(--mp-accent);
  border-radius: 12px;
  background: #fff;
}

#mp26-lp .mp-flow-name {
  margin-bottom: 4px;
  color: var(--mp-deep);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

#mp26-lp .mp-flow-text {
  font-size: 15px;
}

#mp26-lp .mp-flow-text+.mp-note {
  margin-top: 6px;
}

/* ご注意点の見出し余白 */
#mp26-lp .mp-caution {
  padding-bottom: 20px;
}

#mp26-lp .mp-caution .mp-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #mp26-lp .mp-section {
    padding: 44px 4%;
  }

  #mp26-lp .mp-title {
    margin-bottom: 30px;
    font-size: 22px;
  }

  #mp26-lp .mp-fv {
    padding: 70px 4% 80px;
  }

  #mp26-lp .mp-fv-title {
    font-size: 30px;
  }

  #mp26-lp .mp-fv-title span {
    font-size: 17px;
  }

  #mp26-lp .mp-fv-title small {
    font-size: 13px;
  }

  #mp26-lp .mp-fv-sub {
    padding: 12px 15px;
    font-size: 14px;
  }

  #mp26-lp .mp-fv-sub br {
    display: none;
  }

  #mp26-lp .mp-fv-points {
    border-radius: 12px;
  }

  #mp26-lp .mp-fv-points li {
    padding: 14px 4px 12px;
    border-top-width: 4px;
  }

  #mp26-lp .mp-fv-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
  }

  #mp26-lp .mp-fv-icon svg {
    width: 18px;
    height: 18px;
  }

  #mp26-lp .mp-fv-point-label {
    font-size: 11px;
    letter-spacing: 0;
  }

  #mp26-lp .mp-fv-points strong {
    font-size: 17px;
  }

  #mp26-lp .mp-fv-points strong small {
    font-size: 11px;
  }

  #mp26-lp .mp-fv-point-note {
    margin-top: 4px;
    padding: 1px 6px;
    font-size: 10px;
    white-space: nowrap;
  }

  #mp26-lp .mp-toc-box {
    padding: 15px;
  }

  #mp26-lp .mp-toc-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px;
  }

  #mp26-lp .mp-toc-list a {
    font-size: 12px;
  }

  #mp26-lp .mp-table th,
  #mp26-lp .mp-table td {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }

  #mp26-lp .mp-table td {
    border-top: none;
  }

  #mp26-lp .mp-price-list {
    gap: 6px;
  }

  #mp26-lp .mp-price-list li {
    padding: 8px 2px;
  }

  #mp26-lp .mp-price {
    font-size: 20px;
  }

  #mp26-lp .mp-price small {
    font-size: 11px;
  }

  #mp26-lp .mp-price-age {
    font-size: 10px;
  }

  #mp26-lp .mp-slots {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  #mp26-lp .mp-slot-time {
    font-size: 26px;
  }

  #mp26-lp .mp-course,
  #mp26-lp .mp-course.is-reverse {
    flex-direction: column;
    gap: 18px;
    padding: 18px;
  }

  #mp26-lp .mp-course-image {
    flex: none;
    width: 100%;
  }

  #mp26-lp .mp-course-num {
    font-size: 38px;
  }

  #mp26-lp .mp-course-name {
    font-size: 20px;
  }

  #mp26-lp .mp-sub-title {
    margin: 40px 0 30px;
    font-size: 17px;
  }

  #mp26-lp .mp-cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #mp26-lp .mp-more {
    padding: 18px;
  }

  #mp26-lp .mp-more-text {
    font-size: 16px;
  }

  #mp26-lp .mp-more-images {
    gap: 8px;
  }

  #mp26-lp .mp-gift-lead {
    gap: 10px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  #mp26-lp .mp-gift-lead::before,
  #mp26-lp .mp-gift-lead::after {
    height: 2.4em;
  }

  #mp26-lp .mp-sp-br {
    display: inline;
  }

  #mp26-lp .mp-gift-weight {
    font-size: 32px;
  }

  #mp26-lp .mp-flow-image img {
    aspect-ratio: 16 / 9;
  }

  #mp26-lp .mp-parking {
    flex-wrap: wrap;
    gap: 12px 14px;
    margin-bottom: 30px;
    padding: 16px;
  }

  #mp26-lp .mp-parking-icon {
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 44px;
  }

  #mp26-lp .mp-parking-title {
    font-size: 16px;
  }

  #mp26-lp .mp-parking-caution {
    font-size: 13px;
  }

  #mp26-lp .mp-parking .mp-map-btn {
    justify-content: center;
    width: 100%;
  }

  #mp26-lp .mp-flow li {
    padding: 0 0 20px 46px;
  }

  #mp26-lp .mp-flow li::before {
    top: 12px;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
  }

  #mp26-lp .mp-flow li:not(:last-child)::after {
    top: 52px;
    left: 16px;
  }

  #mp26-lp .mp-flow-box {
    padding: 12px 14px;
  }

  #mp26-lp .mp-flow-name {
    font-size: 16px;
  }

  #mp26-lp .mp-flow-text {
    font-size: 14px;
  }
}

/* 駐車場マップ（アコーディオンの下に別枠で表示） */
#mp26-map {
  max-width: 1000px;
  margin: 30px auto 40px;
  padding: 30px;
  border-top: 5px solid #f38200;
  border-radius: 12px;
  background: #fffaf4;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

#mp26-map *,
#mp26-map *::before,
#mp26-map *::after {
  box-sizing: border-box;
}

#mp26-map p {
  margin: 0;
  padding: 0;
}

#mp26-map .mp-map-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

#mp26-map .mp-map-icon {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f38200;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
}

#mp26-map .mp-map-title {
  color: #d94a00;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

#mp26-map .mp-map-caution {
  color: #c62828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

#mp26-map .mp-map-frame {
  overflow: hidden;
  border: 2px solid #ffd8a1;
  border-radius: 8px;
  background: #fff;
}

#mp26-map .mp-map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

#mp26-map .mp-map-foot {
  margin-top: 18px;
  text-align: center;
}

#mp26-map a.mp-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 26px;
  border-radius: 50px;
  background: #f38200;
  box-shadow: 0 3px 0 #d94a00;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#mp26-map a.mp-map-link:hover {
  opacity: 0.85;
}

#mp26-map .mp-map-link svg {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  #mp26-map {
    margin: 24px 4% 30px;
    padding: 18px 14px;
  }

  #mp26-map .mp-map-head {
    gap: 10px;
    margin-bottom: 14px;
  }

  #mp26-map .mp-map-icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }

  #mp26-map .mp-map-title {
    font-size: 17px;
  }

  #mp26-map .mp-map-caution {
    font-size: 12px;
  }

  #mp26-map .mp-map-frame iframe {
    height: 300px;
  }

  #mp26-map a.mp-map-link {
    justify-content: center;
    width: 100%;
  }
}
