@charset "utf-8";

.festa2026-asset-loader {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}


:root {
  --theme: #00aa55;
  --theme-dark: #008a45;
  --page-bg: #fff9cb;
  --cream: #fffdf2;
  --red: #f00;
  --ink: #222;
  --green: #00b65a;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f4f4f4;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.page {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 0;
  background: var(--page-bg);
}

.page--mayo {
  --theme: #f08300;
  --theme-dark: #d56f00;
  --page-bg: #ffe8c3;
}

.mv {
  width: 100%;
}

.content {
  width: 95%;
  margin: 3rem auto 0;
  padding: 3rem 0 2.8rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .95);
}

.content__inner {
  width: 90%;
  margin: 0 auto;
}

.section-title {
  margin: 2rem 0 1rem;
  padding: 1.2rem 0 1.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: var(--theme);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page--sandwich .section-title {
  background-image: url("../img/sandwich/h3_bg.png");
}

.page--mayo .section-title {
  background-image: url("../img/mayo/h3_bg.png");
}

.section-title:first-child {
  margin-top: 0;
}

.entry-panel {
  margin: 0 0 2.6rem;
  padding: 1.5rem 1.2rem 1.7rem;
  border: .45rem solid var(--theme);
  border-radius: 1.5rem;
  background: #fffef2;
  box-shadow: 0 .55rem 0 rgba(0, 0, 0, .14);
}

.entry-eyebrow {
  width: fit-content;
  margin: 0 auto .8rem;
  padding: .5rem 1.3rem .6rem;
  border-radius: 999rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  background: var(--red);
}

.entry-catch {
  margin: 0;
  color: var(--theme-dark);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.entry-catch span {
  display: block;
}

.entry-catch strong {
  display: block;
  margin-top: .2rem;
  color: var(--red);
  font-size: 2.75rem;
  line-height: 1.12;
}

.entry-copy {
  margin: 0;
  padding: .85rem .9rem;
  border: 2px solid var(--theme);
  border-radius: .9rem;
  color: var(--theme-dark);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.55;
  background: #fff;
  text-align: center;
}

.entry-copy strong {
  color: var(--red);
  font-weight: 900;
}

.entry-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .55rem;
  margin-top: 1rem;
}

.entry-points span {
  display: grid;
  place-items: center;
  min-height: 4.6rem;
  padding: .55rem .3rem;
  border: 2px solid var(--red);
  border-radius: .9rem;
  color: var(--red);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  background: #fffbd0;
}

.flow-list {
  display: grid;
  gap: .7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  align-items: center;
  gap: .8rem;
  padding: .8rem .9rem;
  border: 2px solid var(--theme);
  border-radius: .9rem;
  color: var(--theme-dark);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.35;
  background: #fff;
}

.flow-list em {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  background: var(--theme);
}

.entry-note {
  margin: 1rem 0 0;
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.entry-subnote {
  margin: .55rem 0 0;
  color: var(--red);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.lead {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
}

.lead--large {
  font-size: 2.2rem;
}

.capacity-notes {
  display: grid;
  gap: .55rem;
  margin: .7rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.65;
}

.capacity-notes li {
  position: relative;
  padding-left: 1.25em;
}

.capacity-notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}


.text {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: justify;
}

.text + .text {
  margin-top: .8rem;
}

.method-box {
  margin-top: 1.2rem;
  padding: 1.4rem 1.2rem;
  border: 2px solid var(--theme);
  border-radius: 1rem;
  background: #fffef7;
}

.ticket-list {
  display: grid;
  gap: .6rem;
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
}

.ticket-box {
  margin-top: 1.1rem;
  padding: 1rem;
  border: 2px dashed var(--theme);
  border-radius: 1rem;
  background: #fff;
}

.ticket-heading {
  margin: 0;
  padding: .65rem .8rem .75rem;
  border-radius: .6rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: var(--theme-dark);
}

.ticket-list li {
  display: grid;
  grid-template-columns: 9.9rem 1fr;
  align-items: center;
  gap: .6rem;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
}

.ticket-list span {
  display: block;
  padding: .55rem .6rem;
  border-radius: .4rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: var(--theme);
}

.ticket-list strong {
  color: var(--red);
  font-weight: 900;
}

.notice {
  margin-top: 1.6rem;
}

.notice__title {
  margin: 0 0 1rem;
  padding: .9rem;
  border-radius: .45rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  background: var(--red);
}

.notice ul {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: justify;
}

.notice li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.allergen {
  color: var(--red);
  font-weight: 900;
}

.return {
  width: 88.8%;
  margin: 2.8rem auto 0;
}

.contact {
  margin-top: 2.6rem;
  padding-bottom: 3.2rem;
  text-align: center;
}

.contact h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.contact p {
  margin: .9rem 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.contact a {
  text-decoration: underline;
}

.site-footer {
  padding: 2.4rem 0 3rem;
  color: #fff;
  text-align: center;
  background: var(--green);
}

.site-footer__logo {
  width: 15.8rem;
  margin: 0 auto 1rem;
}

.site-footer small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.page--access {
  --theme: #ff5a3c;
  --theme-dark: #e94b2f;
  --page-bg: #fff0d8;
  background-color: var(--page-bg);
  background-image:
    radial-gradient(circle at 16% 22%, rgba(255, 218, 80, .28) 0 2.9rem, transparent 3rem),
    radial-gradient(circle at 86% 12%, rgba(255, 140, 84, .2) 0 4.2rem, transparent 4.3rem),
    radial-gradient(circle at 84% 72%, rgba(255, 218, 80, .22) 0 3.2rem, transparent 3.3rem);
}

.page--access .content {
  margin-top: 2rem;
  padding-top: 2.2rem;
}

.access-title {
  display: grid;
  place-items: center;
  width: 82%;
  min-height: 5.2rem;
  margin: 0 auto 1.8rem;
  border: .4rem solid #f08300;
  border-radius: 999rem;
  color: #111;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  background: #fff;
  box-shadow: 0 .35rem 0 rgba(240, 131, 0, .18);
}

.access-card {
  padding: 1.6rem 1.2rem 1.7rem;
  border: .35rem solid var(--theme);
  border-radius: 1.4rem;
  background: #fffdf2;
}

.access-card__title {
  width: fit-content;
  margin: 0 auto .9rem;
  padding: .55rem 2rem .65rem;
  border-radius: 999rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  background: var(--theme);
}

.access-venue {
  margin: 0;
  color: #111;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.access-address,
.access-date {
  margin: .65rem 0 0;
  color: #333;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.access-date {
  display: inline-block;
  width: 100%;
  color: #014099;
}

.access-map {
  overflow: hidden;
  margin-top: 1.4rem;
  border: 2px solid #014099;
  border-radius: 1rem;
  background: #fff;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 28rem;
}

.access-button {
  margin: 1.4rem 0 0;
}

.access-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: .9rem 1.4rem 1rem;
  border: .3rem solid var(--theme);
  border-radius: 999rem;
  color: var(--theme-dark);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-shadow: none;
}

.access-button a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  display: block;
  width: .8rem;
  height: .8rem;
  border-top: .25rem solid currentColor;
  border-right: .25rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.page--access .section-title {
  border-radius: 999rem;
  background-color: var(--theme);
}

.access-route-frame {
  margin: 1.4rem auto 1.6rem;
  padding: 1.8rem;
  border: .35rem solid var(--theme);
  border-radius: 1.4rem;
  background: #fff;
}

.access-route-image {
  display: block;
  width: 100%;
  border-radius: .8rem;
}

.timetable-card {
  margin-top: 1.6rem;
  padding: 1.3rem 1rem 1.4rem;
  border: .3rem solid #014099;
  border-radius: 1.2rem;
  background: #fff;
}

.timetable-title {
  margin: 0;
  color: #014099;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.timetable-title span {
  color: var(--theme-dark);
}

.timetable-note {
  margin: .7rem 0 1rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: justify;
}

.timetable-frequency {
  margin: .7rem 0 1rem;
  color: #014099;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.bus-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
}

.bus-table th,
.bus-table td {
  padding: .55rem .35rem;
  border: 1px solid #ffc07a;
  text-align: center;
  vertical-align: middle;
}

.bus-table thead th {
  color: #fff;
  background: var(--theme);
}

.bus-table thead th:first-child,
.bus-table tbody th {
  width: 4.4rem;
}

.bus-table tbody th {
  color: #014099;
  background: #fff3c0;
}

.bus-table tbody td {
  color: #222;
  background: #fffef5;
}

.table-caption {
  margin: .8rem 0 0;
  color: #014099;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
}

.table-mark {
  color: #014099;
  font-weight: 900;
}

.timetable-alerts {
  display: grid;
  gap: .25rem;
  margin: .9rem 0 0;
  padding: 0;
  color: var(--red);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.5;
  list-style: none;
}

.timetable-alerts li {
  position: relative;
  padding-left: 1.2em;
}

.timetable-alerts li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.access-notice {
  margin-top: 1.8rem;
}
