@charset "UTF-8";
/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html,
body {
  width: 100%;
  overflow-x: hidden;

  background: #050505;
}

header {
  width: 100vw;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 12px 16px;
  z-index: 1000;
  background: transparent;
}

header img {
  width: 100px;
  max-width: 45vw;
  height: auto;
  display: block;
}

.yoyaku {
    text-decoration: none;
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.3s;
}

.FV {
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),
    url("img/oniku.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

   min-height: 100svh;
  height: 100svh;
  margin-bottom: -1px;
}


.fv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 60%;
    max-width: 300px;

    z-index: 100;
}

.pride {
  background: #050505;
  color: #fff;
  padding: 200px 20px;

  margin: 0;
}

.pride-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.kodawari {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.pride-text {

  font-family: "Zen Old Mincho", serif;
  font-size: 0.85rem;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

.FV-menu {
  background: #050505;
  color: #fff;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title p {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: #b8b8b8;
}

.section-title h3::after {
  content: "";
  display: block;

  width: 60px;
  height: 1px;

  background: #c9a96e;

  margin: 16px auto 0;
}

.menu-slider {
    margin-top: 50px;
}

.swiper-slide {
    background: transparent;
}

.swiper-slide img {
    width: 90%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.menu-title {
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 16px;
    letter-spacing: 0.08em;
}

.price {
    text-align: center;
    color: #c9a96e;
    margin-top: 8px;
    letter-spacing: 0.05em;
}

.menu-title::before {
    content: "";
    display: block;

    width: 40px;
    height: 1px;

    background: #c9a96e;

    margin: 0 auto 16px;
}

.button {
    display: block;
    width: 220px;

    margin: 60px auto 0;
    padding: 16px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.15em;

    border: 1px solid #c9a96e;

    transition: 0.3s;
}

.button:hover {
    background: #c9a96e;
    color: #050505;
}

.inner {
    background: #050505;
    color: #fff;
    padding: 100px 20px;
}

.inner-text {
    text-align: center;
    line-height: 2.2;
    margin: 40px auto 60px;
    max-width: 700px;

     font-family: "Zen Old Mincho", serif;
}

.inner-imgs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inner-imgs img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.access {
    background: #050505;
    color: #fff;
    padding: 100px 20px;

    font-family: "Zen Old Mincho", serif;

}

.map {
    margin: 50px 0;
}

.map iframe {
    width: 100%;
    height: 300px;
    display: block;
    border: none;
}

.access-info {
    text-align: center;
}

.access-info p {
    line-height: 2.2;
    margin-bottom: 20px;
}

footer {
    background: #050505;
    color: #fff;
    text-align: center;
    padding: 80px 20px 40px;
}

.footer-logo {
    width: 180px;
    display: block;
    margin: 0 auto 40px;
}

.footer-reserve {
    display: inline-block;

    padding: 14px 50px;
    margin-bottom: 25px;

    border: 1px solid #c9a96e;
    color: #fff;
    text-decoration: none;

    font-family: "Zen Old Mincho", serif;
    letter-spacing: .15em;
}

.tel {
    display: block;

    color: #fff;
    text-decoration: none;

    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;

    margin-bottom: 30px;
}

.time-day {
    border-top: 1px solid rgba(201,169,110,.4);

    max-width: 400px;
    margin: 0 auto;
    padding-top: 25px;
}

.time-day p {
    line-height: 2;
    font-size: .95rem;
}

.fixed-back-link {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  width: 64px;
  height: 64px;

  padding: 0;

  color: #050505;
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid rgba(250, 250, 250, );
  border-radius: 50%;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.fixed-back-link:hover {
  color: #fff;
  background-color: #050505;
  transform: translateY(-3px);
}

@media (min-width: 768px) {

  header {
    padding: 20px 50px;
  }

  header img {
    width: 170px;
  }

  .yoyaku {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .fv-logo {
    max-width: 420px;
  }

  .pride {
    padding: 200px 40px;
  }

  .kodawari {
    font-size: 2.2rem;
  }

  .pride-text {
    font-size: 1rem;
  }

  .FV-menu,
  .inner,
  .access {
    padding: 120px 40px;
  }

  .section-title h3 {
    font-size: 2.4rem;
  }

  .menu-slider {
    max-width: 1100px;
    margin: 60px auto 0;
  }

  .swiper-slide img {
    aspect-ratio: 4 / 3;
  }

  .inner-text {
    font-size: 1rem;
  }

  .inner-imgs {
    flex-direction: row;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .inner-imgs img {
    width: 50%;
  }

  .map {
    max-width: 1000px;
    margin: 60px auto;
  }

  .map iframe {
    height: 450px;
  }

  footer {
    padding: 100px 40px 50px;
  }

  .footer-logo {
    width: 240px;
  }

  .tel {
    font-size: 2rem;
  }
}