@charset "UTF-8";
:root {
  --accent-pink: #EA6D8D;
  --accent-green: #008E7B;
  --section-padding-y: 2.5em;
  --bs-link-text-decoration: none;
  --bs-body-font-size: 0.9rem;
  --bs-body-line-height: 1.5;
  --bs-body-font-family: "FP-こぶりなゴシック StdN W3", sans-serif;
}
@media screen and (min-width: 768px) {
  :root {
    --bs-body-font-size: 1rem;
    --section-padding-y: 4em;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --bs-body-font-size: 1.5rem;
    --bs-body-line-height: 1.75;
  }
}

/* ── Base ── */
html,
body {
  min-width: 320px;
}

main {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
main section {
  padding: var(--section-padding-y) 0;
  position: relative;
}
main section *:not(img.deco) {
  position: relative;
  z-index: 2;
}

footer {
  padding: 3em 0.5em 1em 0.5em;
  background-color: var(--accent-pink);
  color: white;
  text-align: center;
}
footer h3 {
  margin-bottom: 1em;
}
footer a {
  color: white;
}
footer ul li:not(:last-child)::after {
  content: " / ";
  margin: 0 0.5em;
}
footer .copyright {
  margin-top: 2em;
  font-size: 0.75em;
}

/* ── parts ── */
.white-box {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.container {
  --bs-gutter-x: 30px;
  max-width: 1280px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
}

/* ── main ── */
#mv {
  background: transparent linear-gradient(180deg, var(--accent-pink) 0%, var(--accent-pink) 90%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding-top: 0;
}

#nav {
  padding: 0;
}
#nav picture {
  position: relative;
  z-index: 2;
}

#lounge {
  /*
  background-image:
    image-set(url("./img/2026/lounge.webp") type("image/webp") 1x,
      url("./img/2026/lounge@2x.webp") type("image/webp") 2x,
      url("./img/2026/lounge.png") type("image/png") 1x,
      url("./img/2026/lounge@2x.png") type("image/png") 2x),
    linear-gradient(180deg, #ffffff 0%, var(--accent-green) 15%, var(--accent-green) 100%);
  background-size: contain, cover;
  background-position: left top calc(var(--section-padding-y) * 2), 0 0;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: calc(var(--section-padding-y) * 2);

  @media screen and (max-width: 767px) {
    background-size: 180vw, cover;
  }
  */
  background-image: linear-gradient(180deg, #ffffff 0%, var(--accent-green) 15%, var(--accent-green) 100%);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  padding-top: calc(var(--section-padding-y) * 2);
}
#lounge #lounge-ttl {
  max-width: 75vw;
}
@media screen and (min-width: 768px) {
  #lounge #lounge-ttl {
    position: absolute;
    max-width: 50vw;
  }
}
#lounge #lounge-content .white-box + .white-box {
  margin-top: 1.75em;
}
@media screen and (min-width: 768px) {
  #lounge #lounge-content {
    margin-top: 0;
  }
  #lounge #lounge-content .white-box {
    width: 50%;
    max-width: 740px;
    margin-left: auto;
  }
}

#guest {
  background-color: var(--accent-pink);
}
#guest .guest-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
#guest .guest-wrap > .white-box:last-child {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guest .guest-wrap {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  #guest .img-date {
    width: auto;
    height: 80px;
  }
}

#coupon {
  background-color: var(--accent-green);
  position: relative;
}
#coupon #app {
  text-align: center;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  #coupon #app {
    position: absolute;
    bottom: 80px;
    right: 0;
  }
}

#menus h2.shop-list-title {
  padding: 0.25em 0.5em;
  background-color: var(--accent-pink);
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  #menus h2.shop-list-title {
    margin-top: 4em;
    padding: calc(0.5em + 6px) 1em 0.5em 1em;
  }
  #menus h2.shop-list-title img {
    max-width: none;
    width: auto;
  }
}
#menus .shop-list {
  border: 6px solid var(--accent-pink);
  padding: 1em;
  background-color: white;
}
#menus .shop-list .row {
  --bs-gutter-y: 0.5em;
  --bs-gutter-x: 1em;
}
@media screen and (min-width: 768px) {
  #menus .shop-list {
    padding: 40px;
  }
  #menus .shop-list .row {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px;
  }
}
#menus .shop-info {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: nowrap;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1;
  font-weight: 600;
  height: 80px;
}
#menus .shop-info > *:last-child {
  margin-left: auto;
  flex-shrink: 0;
}
#menus .shop-info h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #menus .shop-info h4 {
    font-size: 1.25em;
  }
}
#menus .shop-info small {
  font-size: 0.8em;
}
#menus .shop-info img {
  width: auto;
  max-width: 80px;
  max-height: auto;
}
@media screen and (min-width: 768px) {
  #menus .shop-info img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1199px) {
  #menus .shop-info img {
    max-width: none;
    max-height: 80px;
  }
}
#menus .menu-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
#menus .menu-wrap .menu-item {
  width: 50%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
#menus .menu-wrap .menu-item img {
  margin-bottom: 0.75em;
}
#menus .menu-wrap .menu-item small {
  font-size: 0.5em;
  display: inline-block;
}

/* ── deco ── */
.deco {
  --deco-base-width: 0;
  position: absolute;
  width: min(var(--deco-base-width) * 1px, var(--deco-base-width) / 1440 * 100vw);
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.deco.leaf01 {
  --deco-base-width: 328;
  top: -12vw;
  right: 0;
}
.deco.leaf02 {
  --deco-base-width: 165;
  top: 5vw;
  left: 0;
  display: none;
}
.deco.leaf03 {
  --deco-base-width: 353;
  bottom: -12vw;
  right: 0;
}
.deco.leaf04 {
  --deco-base-width: 412;
  top: -10vw;
  left: 0;
}
.deco.leaf05 {
  --deco-base-width: 248;
  top: 20vw;
  right: 0;
}
.deco.leaf06 {
  --deco-base-width: 193;
  bottom: -10vw;
  left: 0;
}
.deco.leaf07 {
  --deco-base-width: 324;
  bottom: -15vw;
  right: 0;
}
.deco.leaf08 {
  --deco-base-width: 289;
  top: -5vw;
  right: 0;
}
.deco.leaf09 {
  --deco-base-width: 228;
  top: 30vw;
  left: 0;
}
.deco.leaf10 {
  --deco-base-width: 95;
  top: 55vw;
  right: 0;
}
.deco.leaf11 {
  --deco-base-width: 323;
  bottom: 40vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .deco.leaf11 {
    display: none;
  }
}
.deco.leaf12 {
  --deco-base-width: 163;
  bottom: 30vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .deco.leaf12 {
    display: none;
  }
}
.deco.leaf13 {
  --deco-base-width: 200;
  bottom: 5vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .deco.leaf13 {
    display: none;
  }
}
.deco.leaf14 {
  --deco-base-width: 651;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.deco.lounge {
  --deco-base-width: 568;
  bottom: 10vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .deco.lounge {
    display: none;
  }
}
.deco.beer {
  --deco-base-width: 490;
  top: -5vw;
  left: 0;
}