@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&family=Geist+Mono:wght@400&display=swap');

/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
  background: #EFF47E;
  position: relative;
}

img { display: block; width: 100%; height: auto; }
.shoplist__hero-btn,
.shop-detail__viewpage,
.event-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.btn-arrow { width: 16px; height: 16px; display: block; object-fit: unset; flex-shrink: 0; transform: scale(0.92); }
a { text-decoration: none; color: inherit; }

/* ===== Geist Mono (英語UIのみ) ===== */
.menu-toggle,
.side-nav a,
.shop-card__btn,
.shop-card__tag,
.shop-card__period,
.accordion-close,
.shop-detail__viewpage,
.shoplist__intro h2,
.eventinfo__header h2,
.event-card__btn,
.shoplist__hero-btn,
.event-card__date,
.interlude p,
.message__caption,
.footer__sns,
.footer__link {
  font-family: 'Geist Mono', sans-serif;
  font-weight: 400;
}

/* ===== Site Logo ===== */
.site-logo__base {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 57.6%;
  height: auto;
  display: block;
  z-index: 199;
}

.site-logo__main-link {
  position: fixed;
  top: -5px;
  left: -8px;
  z-index: 200;
  display: block;
  width: 57.6%;
}

.site-logo__main {
  position: relative;
  width: 100%;
  aspect-ratio: 770.5 / 133.8;
}

.site-logo__main-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
  pointer-events: none;
}

.site-sch {
  position: fixed;
  top: 7.2vw;
  left: 1.1vw;
  width: 36.9%;
  height: auto;
  display: block;
  z-index: 199;
  transform: scale(0.9);
  transform-origin: left top;
}

/* ===== Menu Toggle ===== */
.menu-toggle {
  position: fixed;
  top: 11%;
  right: 4%;
  z-index: 200;
  background: #000;
  border: none;
  color: #CEFF81;
  padding: 2px 6px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  opacity: 1;
}

/* ===== Side Nav ===== */
.side-nav {
  position: fixed;
  top: calc(9% + 55px);
  right: 4%;
  z-index: 199;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #000;
  padding: 8px 11px;
  border-radius: 3px;
}
.side-nav.hidden { display: none; }

.side-nav a {
  color: #CEFF81;
  font-size: 14px;
  writing-mode: horizontal-tb;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.side-nav a:hover { border-bottom-color: currentColor; }

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: -2px;
  height: 100vh;
}

.hero__figures { width: 100%; height: 100%; display: block; }

.hero .hero__figures { width: 100%; height: 100%; }
.hero .hero__figures .parallax-wrap { height: 100%; }
.hero .hero__figures .parallax-wrap img { height: 130%; object-position: center; }

.hero__parco-logo {
    position: absolute;
    bottom: 50px;
    right: 12%;
    width: 15%;
    height: auto;
    z-index: 2;
}

.hero__parco-logo--footer {
    bottom: 40%;
}

/* ===== Message ===== */
.gradient-bg {
    background: transparent linear-gradient(180deg, #FFFF9B00 0%, #EFF47EF7 1%, #9CFF53FD 30%, #00E33DFE 52%, #D1FF53 100%) 0% 0% no-repeat padding-box;
    margin-top: -30px;
    padding-top: 50px;
    position: relative;
}

.message {
  padding: 120px 60px 130px;
  font-size: clamp(10px, 1vw, 14px);
}

.message__inner { max-width: 1100px; margin: 0 auto; }

.message h2 {
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: bold;
  margin-bottom: 98px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.30em;
  color: #006F00;
}

.message__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: stretch;
}

.message__image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.message__image .prlx {
    width: clamp(200px, 40vw, 520px);
    height: auto;
    aspect-ratio: 1681 / 2029;
    border-radius: 12px;
    overflow: hidden;
}
.message__image .prlx img {
    height: 120%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.message__caption {
  font-size: clamp(9px, 0.9vw, 11px);
  line-height: 1.5;
  margin-top: 40px;
  color: #006F00;
  letter-spacing: -0.5px;
  transform: scale(1.2);
  transform-origin: left top;
  display: block;
  margin-left: clamp(-45px, -3.5vw, -10px);
}

.message__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(9%, -5%);
}
.message__desc p {
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 2.2;
  letter-spacing: 0.1em;
  word-spacing: 0.00em;
  margin-bottom: 24px;
  color: #006F00;
}

/* ===== Shop List ===== */
.shoplist { background: transparent; }

.text-style {
  font-feature-settings: "palt";
}

.shoplist__intro {
  padding-bottom: 0;
}

.shoplist__intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.shoplist__intro h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: #006F00;
}

/* Carousel */
.shoplist__carousel {
  padding: 20px;
}

.shoplist__slides {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.shoplist__slides img,
.shop-detail__slides img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.shoplist__slide {
  display: none;
  position: relative;
}
.shoplist__slide.active { display: block; }

.shoplist__slide img {
  display: block;
  aspect-ratio: 1 / 1;
}

.shoplist__intro-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.shoplist__dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
}

.shoplist__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  background: transparent;
  color: inherit;
  opacity: 0.6;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, opacity 0.2s;
}
.shoplist__dot.active {
  background: currentColor;
  opacity: 1;
}

#shopItemsContainer {
  background: #2856b7;
}

/* Shop Cards — colors applied via inline style */
.shop-card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  min-height: 196px;
  border-radius: 16px 16px 0 0;
}

.shop-card:hover h3 {
  text-decoration: underline;
}

.shop-card__info {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.shop-card__period {
  font-size: 17px;
  opacity: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.shop-card h3 {
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: bold;
  line-height: 1.4;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 0.15em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.shop-card__name {
  display: inline-block;
}

.shop-card p { font-size: 13px; line-height: 1.7; }

.shop-card__btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: clamp(14px, 1.5vw, 18px);
  color: inherit;
  padding: 0;
  align-self: flex-start;
  margin-left: 75%;
}

.shop-card__tag {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 15px;
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 2px 10px;
  opacity: 0.8;
}

.shop-card__image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 17px 17px 10px;
  background: inherit;
}
.shop-card__image img {
  width: 199px;
  height: 199px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* Accordion */
.shop-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.shop-detail.open { grid-template-rows: 1fr; }

.shop-detail__collapse {
  min-height: 0;
  overflow: hidden;
}

.shop-detail__inner {
  display: flex;
  gap: 25px;
  padding: 24px 0 24px 0;
  margin: 0 20px;
  position: relative;
}
.shop-detail__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 2px;
  background: currentColor;
  opacity: 0.9;
  border-radius: 999px;
}

.shop-detail__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-detail__text {
  flex: 1;
  margin-bottom: 55px;
}
.shop-detail__text h3 {
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.shop-detail__text p {
  font-size: clamp(15px, 1.2vw, 20px);
  line-height: 1.8;
  max-width: 650px;
  letter-spacing: 0.05em;
  white-space: pre-line;
  margin-top: 15px;
}
.shop-detail__text p a.detail-link {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-all;
}
/* 「」『』は全角グリフの左右に空きがあるため、前後の文字との間延びを詰める */
.bracket-open {
  margin-left: -0.2em;
}
.bracket-close {
  margin-right: -0.2em;
}
.shop-detail__text p.schedule,
.shop-detail__text span.schedule {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 15px 4px;
  border: solid 1.5px currentColor;
  text-align: left;
  border-radius: 40px;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1vw, 19px);
}
/* 本文中に挟み込む日付チップ（例: 2026/8/8(sat)）。追加時は本文テキスト内に
   <span class="schedule">日付</span> を差し込むだけで、上下の余白は自動で揃う */
.shop-detail__text p span.schedule {
  display: block;
  width: fit-content;
  margin: 26px 0 15px;
}

.shop-detail__right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  margin-left: auto;
}
.shop-detail__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.shop-detail__viewpage-only {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: 40px;
}
.shop-detail__viewpage-only .shop-detail__viewpage {
  align-self: flex-end;
}
.shop-detail__slides {
  position: relative;
  width: 430px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  background: inherit;
  border-radius: 8px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.shop-detail__slides--single {
  cursor: auto;
}
.shop-detail__slide {
  display: none;
  flex: 1;
}
.shop-detail__slide.active {
  display: block;
  background: #000000;
}
.shop-detail__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
}
.shop-detail__dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  flex-shrink: 0;
  max-width: 66px;
  align-self: flex-end;
  align-content: flex-end;
}
.shop-detail__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  background: transparent;
  color: inherit;
  opacity: 0.6;
  cursor: pointer;
  padding: 0;
}
.shop-detail__dot.active {
  background: currentColor;
  color: inherit;
  opacity: 1;
}

.accordion-close {
  background: none;
  border: none;
  color: inherit;
  font-size: clamp(14px, 1.5vw, 18px);
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
  margin-top: 16px;
}
.accordion-close:hover { opacity: 0.7; }

.shop-detail__close {
  margin-left: 0;
}

.shop-detail__viewpage {
  font-size: 16px;
  color: #CEFF81;
  background: #000;
  padding: 2px 6px;
  border-radius: 3px;
  align-self: flex-start;
  margin-top: 8px;
  white-space: nowrap;
}
.shop-detail__viewpage:hover { opacity: 0.7; }

@media (min-width: 851px) {
  .shop-detail__viewpage.shop-detail__viewpage--dark-bg {
    transform: scale(0.9);
  }

  .shop-detail__slides {
    width: 40vw;
    max-width: 850px;
  }
}

/* ===== Interlude ===== */
.interlude {
  position: relative;
}

.prlx {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
}
.prlx img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
  will-change: transform;
}

.hero .hero__figures .prlx {
  height: 100%;
}

.footer .prlx img {
  height: 120%;
  object-fit: cover;
  object-position: center;
}
.interlude__band {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  background: #000;
  color: #EFF47E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 40px;
  font-family: 'Geist Mono', sans-serif;
  font-size: 18px;
  letter-spacing: 0em;
  border-radius: 12px;
  z-index: 2;
  cursor: pointer;
}
.interlude__arrow {
  font-size: 20px;
}
.interlude img { width: 100%; display: block; }

/* ===== Event Info ===== */
.eventinfo {
  background: transparent linear-gradient(180deg, #62FF0000 0%, #B6FA4C 3%, #24D024 29%, #CFFF31 92%, #B6F80000 100%) 0% 0% no-repeat padding-box;
  padding: 60px 40px 280px;
  margin-top: -126px;
  padding-top: 200px;
  position: relative;
}

.eventinfo__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.eventinfo__header h2 {
  font-size: clamp(28px, 4vw, 42px);
  text-align: center;
  color: #006F00;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    width: 87%;
    max-width: 1200px;
    margin: 0 auto;
}

.event-card {
  background: transparent;
  display: block;
  color: inherit;
  text-decoration: none;
}

.event-card__image {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.event-card__image > img {
  width: 100%;
  aspect-ratio: 800 / 500;
  display: block;
}

.event-card__btn,
.shoplist__hero-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #000;
  color: #CEFF81;
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  transform: scale(0.9);
  transform-origin: bottom right;
}

.event-card__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.event-card__title {
  font-size: clamp(11px, 1.4vw, 20px);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.event-card:hover .event-card__title {
  text-decoration: underline;
}

.event-card__date {
  font-size: clamp(9px, 1vw, 12px);
  white-space: nowrap;
  color: #333;
  letter-spacing: 0.1em;
  margin-left: auto;
}

.event-card__place {
  font-size: clamp(11px, 1.2vw, 14px);
  color: #006F00;
  letter-spacing: 0.1em;
}

/* ===== Footer ===== */
.footer {
  position: relative;
  overflow: hidden;
  margin-top: -200px;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: transparent linear-gradient(180deg, #CFFF31 0%, #CFFF3100 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  pointer-events: none;
}

.footer__bg {
  width: 100%;
  display: block;
}

.footer__text {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.footer__sns {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: normal;
  color: #009100;
  margin-bottom: 4px;
}

.footer__sns a {
  color: inherit;
  text-decoration: none;
}

.footer__sns a:hover {
  text-decoration: underline;
}

.footer__link {
  font-size: 15px;
  color: #aaff00;
}

/* ===== Max Scale at 1600px ===== */
@media (min-width: 1500px) {
  .site-logo__base {
    width: 864px;
  }
  .site-logo__main-link {
    width: 864px;
  }
  .site-sch {
    width: 553.5px;
    top: 108px;
    left: 17px;
  }
  .hero__parco-logo {
    width: 225px;
  }
}

/* モバイル専用改行 */
br.sp { display: none; }
br.pc { display: inline; }

/* ===== Responsive (Mobile) ===== */
@media (max-width: 850px) {
  br.sp { display: inline; }
  br.pc { display: none; }

  html, body {
    overflow-x: hidden;
  }

  html {
    background-color: #0e43a9;
  }

  body {
    background-color: #c4d4d4;
  }

  .menu-toggle {
    right: 20px;
  }

  .side-nav {
    top: calc(11% + 33px);
  }

  /* --- Hero --- */
  .hero__parco-logo {
    width: 35%;
    bottom: 44px;
    right: 6%;
  }

  .site-logo__base,
  .site-logo__main-link {
    width: 105%;
  }

  .site-sch {
    top: 10.8vw;
    width: 70%;
    transform: none;
  }

  /* --- Message --- */
  .message {
    padding: 40px 20px 60px;
  }

  .message h2 {
    font-size: clamp(16px, 5vw, 24px);
    margin-bottom: 40px;
    letter-spacing: 0.15em;
    text-align: left;
    text-indent: -0.5em;
  }

  .message__body {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .message__image {
    display: contents;
  }

  .message__image .prlx {
    width: 80%;
    max-width: 100%;
    order: 1;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .message__desc {
    order: 2;
  }

  .message__caption {
    order: 3;
    margin-top: 12px;
    margin-left: 0;
    transform: none;
    text-align: right;
    font-size: clamp(10px, 0.9vw, 12px);
  }

  .message__desc {
    transform: none;
  }

  .message__desc p {
    font-size: 13px;
    margin-bottom: 16px;
  }

  /* --- Shop List --- */
  .shoplist__intro-grid {
    grid-template-columns: 1fr;
  }

  .shoplist__intro h2 {
    font-size: clamp(22px, 8vw, 32px);
    text-align: left;
  }

  .shoplist__intro-left {
    align-items: flex-start;
  }

  .shoplist__dots {
    bottom: -8px;
    right: 24px;
    transform: scale(0.7);
    transform-origin: right bottom;
  }

  /* Shop Cards */
  .shop-card {
    flex-direction: row;
    min-height: 160px;
  }

  .shop-card h3 {
    font-size: clamp(16px, 4.5vw, 22px);
    text-align: left;
    justify-content: flex-start;
  }

  .shop-card__info {
    padding: 14px 16px;
  }

  .shop-card__image {
    flex: 0 0 auto;
    padding: 12px 12px 12px 8px;
  }

  .shop-card__image img {
    width: 130px;
    height: 130px;
  }

  .shop-card__btn {
    font-size: 13px;
    margin-left: 0;
    align-self: flex-start;
  }

  .shop-card__tag {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 12px;
    border: 1.5px solid currentColor;
    border-radius: 999px;
    padding: 1px 7px;
    opacity: 0.8;
  }

  .shop-card__period {
    font-size: 12px;
    opacity: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }

  /* Accordion Detail */
  .shop-detail__inner {
    flex-direction: column;
    margin: 0 16px;
    gap: 20px;
  }

  .shop-detail__inner::before {
    height: 1.5px;
    left: -16px;
    right: -16px;
  }

  .shop-detail__dots {
    transform: scale(0.8);
    transform-origin: top right;
    align-self: auto;
  }
  .shop-detail__close {
    display: none;
  }

  .shop-detail__right {
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: stretch;
    margin-left: 0;
    gap: 0;
  }
  .shop-detail__meta {
    display: contents;
  }
  .shop-detail__dots {
    position: absolute;
    bottom: 8px;
    right: 0;
  }
  .shop-detail__slides {
    order: 1;
    width: 65%;
  }
  .shop-detail__viewpage {
    position: absolute;
    bottom: 0;
    right: 0;
    order: unset;
    align-self: unset;
    margin-top: 0;
  }
  .shop-detail__viewpage-only .shop-detail__viewpage {
    right: auto;
    left: 0;
    transform-origin: left bottom;
  }

  /* --- Interlude --- */
  .prlx {
    height: 150vw;
  }

  .interlude__band {
    font-size: 18px;
    padding: 3px 10px;
    gap: 12px;
    border-radius: 4px;
  }

  /* --- Event Info --- */
  .eventinfo {
    padding: 120px 20px 420px;
  }

  .eventinfo__header {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 24px;
  }

  .eventinfo__header h2 {
    font-size: clamp(22px, 8vw, 32px);
    text-align: left;
  }

  .event-grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
  }

  .event-card__title {
    font-size: clamp(13px, 4vw, 18px);
  }

  /* --- Footer --- */
  .footer {
    margin-top: -370px;
  }

  .hero__parco-logo--footer {
    width: 32%;
    right: 10%;
    bottom: 53%;
  }

  .footer__text {
    bottom: 16px;
    left: 16px;
  }

  .footer__sns {
    font-size: 25px;
    font-weight: 400;
  }

  .footer__link {
    font-size: 12px;
  }

  .event-card__btn,
  .shoplist__hero-btn,
  .shop-detail__viewpage {
    transform: scale(0.8);
    transform-origin: right bottom;
  }

  .shop-detail__text p:not(.schedule) {
    font-size: 13px;
    line-height: 1.8;
    width: 80%;
    text-align: left;
    letter-spacing: 0.1em;
  }

  .shop-detail__text {
    flex: 1;
    margin-bottom: 15px;
  }

  .shop-detail__text p {
    margin-top: 15px;
  }

  .shop-detail__text h3 {
    font-size: clamp(18px, 2.5vw, 24px);
    margin-bottom: 15px;
  }

  .shop-detail__text p.schedule,
  .shop-detail__text span.schedule {
    display: inline-block;
    margin-top: 0px;
    padding: 1px 14px 2.5px;
    border: solid 1.5px currentColor;
    text-align: left;
    border-radius: 40px;
    letter-spacing: 0.06em;
    font-size: 13.5px;
  }

  .shop-detail__text p span.schedule {
    display: block;
    width: fit-content;
    margin: 15px 0;
  }

  .shop-detail__viewpage {
    align-self: flex-end;
  }
}
