*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0px;
  background-color: rgba(217, 217, 217, 0.7);
  height: 120px;
  overflow: visible !important;
  z-index: 9999 !important;
}
.header__inner {
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 24px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.header__logo img {
  height: 80px;
  width: auto;
  max-width: 100%;
  display: block;
}
.header__night-button {
  background-color: rgba(139, 74, 31, 0.75);
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header__night-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.header__night-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.header--night {
  background-color: #b5b5b5;
}
.header__day-button {
  background-color: #a38dd1;
  color: #100e0d;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 24px;
}
.header__day-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    width: 30px;
    cursor: pointer;
    z-index: 1100;
  }
  .header__hamburger span {
    display: block;
    height: 3px;
    background-color: #5D2C04;
    margin: 6px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
}

.footer {
  width: 100%;
  z-index: 1000;
  padding: 24px 80px 24px 24px;
  background-color: #D9D9D9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo img {
  height: 120px;
  width: auto;
  min-width: 100%;
  display: block;
}
.footer__night-button {
  background-color: rgba(139, 74, 31, 0.75);
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .footer__night-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.footer__night-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.footer__text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #5D2C04;
  padding: 24px;
}
.footer__day-button {
  background-color: #a38dd1;
  color: #100e0d;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .footer__day-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.footer__day-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.hero {
  background-image: url("../img/hero-day.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero__logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero__subtitle {
  display: none;
}
.hero--night {
  background-image: url(../img/hero-night.jpg);
}

.about {
  padding: 180px;
  max-width: 100%;
  display: flex;
  background-color: rgba(236, 216, 173, 0.85);
}
@media screen and (max-width: 767px) {
  .about {
    flex-direction: column;
    padding: 80px 24px;
  }
}
.about--night {
  background-color: #ECD8AD;
}
.about__column-left {
  max-width: 50%;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .about__column-left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.about__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #5D2C04;
}
@media screen and (max-width: 767px) {
  .about__title {
    font-size: 28px;
  }
}
.about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 18px;
    line-height: 1.6;
  }
}
.about__text--night {
  color: #100E0D;
  font-size: 24px;
}
.about__column-right {
  min-width: 50%;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__column-right {
    min-width: 100%;
  }
}
.about__column-right img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: block;
}

.menu {
  padding: 180px;
  background-color: rgba(139, 74, 31, 0.75);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 80px 24px;
  }
}
.menu__title {
  font-size: 48px;
  font-weight: 700;
  color: #D9D9D9;
  margin-bottom: 80px;
  font-family: "Noto Serif JP", serif;
}
.menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 72px;
       column-gap: 72px;
  row-gap: 72px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.menu__card {
  background-color: #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.menu__card-image {
  width: 100%;
  height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.menu__card-name {
  font-size: 24px;
  padding-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.menu__card-price {
  font-size: 24px;
  padding-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.menu--night {
  background-color: #8B4A1F;
}
.menu--night .menu__list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .menu--night .menu__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.menu--night .menu__card {
  background-color: #b5b5b5;
}
.menu--night .menu__title {
  color: #FDF1EA;
}
.menu__card {
  background-color: #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}
.menu__card:hover {
  transform: scale(1.02);
}
.menu__card:hover::before {
  opacity: 0;
}
.menu__card:hover .menu__card-image {
  transform: scale(1.05);
}
.menu__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(161, 143, 193, 0.4);
  z-index: 1;
  transition: opacity 0.4s ease;
}
.menu__card-image {
  width: 100%;
  height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}
.menu__card-name, .menu__card-price {
  position: relative;
  z-index: 2;
  background-color: #D9D9D9;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.menu__card-name {
  padding-top: 40px;
}
.menu__card-price {
  padding-bottom: 24px;
}

.gallery {
  padding: 180px;
  background-color: rgba(236, 216, 173, 0.85);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 80px 24px;
  }
}
.gallery--night {
  background-color: #ECD8AD;
}
.gallery--night .gallery-title {
  color: #FDF1EA;
}
.gallery__title {
  font-size: 48px;
  font-weight: 700;
  color: #5D2C04;
  margin-bottom: 80px;
  font-family: "Noto Serif JP", serif;
}
.gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 72px;
       column-gap: 72px;
  row-gap: 72px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gallery__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.gallery__card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: border 0.3s ease, transform 0.3s ease;
}
.gallery__card:hover {
  border: 4px solid #a18fc1;
  transform: scale(1.03);
}
.gallery__card-image {
  width: 100%;
  height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .gallery__card-image {
    height: auto;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery .left-focus {
  -o-object-position: left center;
     object-position: left center;
}
.gallery .center-focus {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.8);
}
@media screen and (max-width: 767px) {
  .gallery .center-focus {
    transform: none;
  }
}

.access {
  padding: 180px 180px 180px 180px;
  max-width: 100%;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 80px 24px;
  }
}
.access__container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .access__container {
    flex-direction: column;
    gap: 40px;
  }
}
.access__title {
  font-size: 48px;
  font-weight: 700;
  color: #5D2C04;
  margin-bottom: 80px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .access__title {
    font-size: 32px;
    text-align: left;
  }
}
.access__column-left {
  max-width: 50%;
  margin-right: 80px;
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .access__column-left {
    max-width: 100%;
  }
}
.access__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #5D2C04;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .access__text {
    font-size: 16px;
  }
}
.access__text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.access__text ul li {
  margin-bottom: 6px;
}
.access__text p {
  margin: 12px 0;
}
.access__column-right {
  max-width: 50%;
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .access__column-right {
    max-width: 100%;
  }
}
.access__column-right iframe {
  width: 540px;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.party {
  padding: 180px;
  max-width: 100%;
  display: flex;
  background-color: #8B4A1F;
}
@media screen and (max-width: 767px) {
  .party {
    flex-direction: column;
    padding: 80px 24px;
  }
}
.party__column-left {
  width: 50%;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .party__column-left {
    width: 100%;
    min-width: unset;
    margin-bottom: 32px;
  }
}
.party__column-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: block;
}
.party__column-right {
  max-width: 50%;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .party__column-right {
    max-width: 100%;
    margin-left: 0;
    padding: 0 8px;
  }
}
.party__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .party__title {
    font-size: 32px;
  }
}
.party__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.8;
  color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .party__text {
    font-size: 18px;
    line-height: 1.6;
  }
}

.nav__list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav__list {
    display: none;
    flex-direction: column;
    gap: 16px;
    background-color: rgba(236, 216, 173, 0.85);
    padding: 24px;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .nav__list.open {
    display: flex;
    background-color: rgba(217, 217, 217, 0.7);
  }
}
.nav__item a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #5D2C04;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.nav__item a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #a18fc1;
  transition: width 0.8s ease;
}
.nav__item a:hover {
  color: #5D2C04;
  background-color: #cbb9dd;
}
.nav__item a:hover::after {
  width: 60%;
}
/*# sourceMappingURL=style.css.map */