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

body {
  background-color: #F4F4F4;
  color: #222222;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 3rem;
  color: #b79055;
}

p {
  color: #222222;
}

@media (min-width: 769px) {
  .line_break {
    display: none;
  }
}
li {
  list-style: none;
}

.js-observe {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.js-observe.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease, visibility 1s ease;
}
.loading-screen .logo-fade {
  font-size: 2rem;
  animation: pulse 2s infinite;
}
.loading-screen.loaded {
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.cta-button-main {
  background: #222222;
  color: #fff;
  padding: 16px 48px;
  text-decoration: none;
  font-size: 1rem;
  border: 1px solid #222222;
  transition: all 0.7s;
}
.cta-button-main:hover {
  color: #222222;
  background-color: rgba(255, 255, 255, 0.2);
}
.cta-button-main.full-width {
  width: 100%;
  text-align: center;
}

.cta-button-outline {
  border: 1px solid #222222;
  color: #222222;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.7s;
}
.cta-button-outline:hover {
  background: #222222;
  color: #fff;
}

.global-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media (max-width: 768px) {
  .global-header {
    padding: 16px 20px;
  }
}
.global-header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.global-header .logo img {
  height: 100%;
  width: 5vw;
  max-width: 70px;
  min-width: 50px;
  display: block;
}
.global-header .cta-button-small {
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  border: solid #F4F4F4 1px;
  padding: 10px;
  background-color: #b79055;
}
.global-header .cta-button-small:hover {
  border-bottom: 1px solid currentColor;
  background-color: #815f2d;
}

.hero {
  position: relative;
  height: 100svh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.hero .hero-bg-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/top_img.png");
  background-size: cover;
  background-position: center;
  filter: brightness(0.9);
}
.hero .hero-content {
  color: #fff;
  z-index: 1;
}
.hero .hero-content .main-copy {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  font-weight: 400;
  margin-bottom: 48px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero .hero-content .main-copy {
    line-height: 2;
  }
}

.statement {
  display: flex;
  padding: 160px 0;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .statement {
    padding: 80px 0;
    font-size: 1rem;
    text-align: left;
  }
}
.statement p {
  line-height: 4;
}

.experience {
  padding: 160px 0;
  background: #fff;
}
.experience h2 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400;
}
.experience .flow-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .experience .flow-grid {
    flex-direction: column;
    gap: 32px;
  }
}
.experience .step {
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .experience .step {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin: 40px 0;
  }
}
.experience .step .step-num {
  display: block;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .experience .step .step-num {
    margin-bottom: 0;
  }
}
.experience .step h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.experience .step p {
  font-size: 0.9rem;
  color: #555;
}
.experience .step-line {
  width: 1px;
  height: 100px;
  background: #eee;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .experience .step-line {
    display: none;
  }
}

.presets {
  padding: 120px 0;
}
.presets .section-header {
  text-align: center;
  margin-bottom: 80px;
  color: #b79055;
}
.presets .section-header h2 {
  font-weight: 400;
  margin-bottom: 16px;
}
.presets .preset-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .presets .preset-list {
    flex-direction: column;
  }
}
.presets .preset-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1), transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}
.presets .preset-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.presets .preset-card .card-visual {
  width: 100%;
  height: 300px;
  background-color: #ddd;
  background-size: cover;
  margin-bottom: 32px;
}
.presets .preset-card .card-content {
  padding: 0 32px;
}
.presets .preset-card .card-content .room-name {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.presets .preset-card .card-content .room-desc {
  font-size: 0.95rem;
  margin-bottom: 24px;
  color: #555;
  min-height: 3.5em;
}
.presets .preset-card .card-content .price-tag {
  margin-bottom: 32px;
  border-top: 1px solid #eee;
  padding-top: 16px;
  display: flex;
  align-items: center;
}
.presets .preset-card .card-content .price-tag p {
  color: #555;
}
.presets .preset-card .card-content .price-tag .price {
  font-size: 1.25rem;
  font-family: "Helvetica Neue", sans-serif;
}
.presets .preset-card .card-content .price-tag .capacity {
  font-size: 0.8rem;
}

.custom-select {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}
.custom-select h2 {
  font-weight: 400;
}
.custom-select .sub-head {
  margin-bottom: 40px;
}
.custom-select .toggle-switch {
  display: inline-flex;
  border: 1px solid #222222;
  margin-bottom: 48px;
}
.custom-select .toggle-switch button {
  border: none;
  padding: 12px 32px;
  font-family: "Shippori Mincho", serif;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-select .toggle-switch button.active {
  background: #222222;
  color: #fff;
}
.custom-select .toggle-switch button.off {
  background: #F4F4F4;
  color: #222222;
}
.custom-select .custom-visual-area {
  padding: 60px;
  border: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
}
.custom-select .custom-visual-area p {
  margin-bottom: 32px;
  color: #222222;
}

#reservation {
  background-color: #fff;
}

.reservation-ui {
  padding: 100px 0;
  background: #F4F4F4;
}
.reservation-ui h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.reservation-ui .booking-form-mock {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.reservation-ui .form-row {
  margin-bottom: 24px;
  color: #222222;
}
.reservation-ui .form-row label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
.reservation-ui .form-row .mock-input,
.reservation-ui .form-row .mock-select {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  font-family: "Helvetica Neue", sans-serif;
  color: #222222;
}

.menu-preview {
  padding: 100px 0;
}
.menu-preview .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.menu-preview .section-header p {
  font-size: 0.9rem;
  margin-top: 10px;
}
.menu-preview .menu-scroll-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .menu-preview .menu-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu-preview .menu-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .menu-preview .menu-item {
    min-width: 260px;
    scroll-snap-align: start;
  }
}
.menu-preview .menu-item .menu-visual {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.menu-preview .menu-item .menu-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.menu-preview .menu-item:hover .menu-visual img {
  transform: scale(1.05);
}
.menu-preview .menu-item .menu-info {
  text-align: left;
  padding: 0 10px;
}
.menu-preview .menu-item .menu-info .menu-cat {
  display: block;
  font-family: sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #999;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.menu-preview .menu-item .menu-info h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.menu-preview .menu-item .menu-info p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.8;
}
.menu-preview .menu-footer {
  text-align: center;
  margin-top: 60px;
}
.menu-preview .menu-footer .cta-text-link {
  font-size: 0.9rem;
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  transition: border-color 0.3s;
}
.menu-preview .menu-footer .cta-text-link:hover {
  border-color: #222222;
}

.app-induction {
  padding: 100px 0;
  background: #111;
  color: #fff;
}
.app-induction .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .app-induction .container {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.app-induction .app-content {
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .app-induction .app-content {
    padding-right: 0;
  }
}
.app-induction .app-content h2 {
  font-size: 1.8rem;
  margin-bottom: 24px;
  font-weight: 400;
}
.app-induction .app-content p {
  margin-bottom: 32px;
  color: #aaa;
}
.app-induction .app-buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .app-induction .app-buttons {
    justify-content: center;
  }
}
.app-induction .app-buttons .store-badge {
  padding: 10px 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.app-induction .app-visual-mock {
  width: 300px;
  height: 100%;
  background-color: #b79055;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .app-induction .app-visual-mock {
    margin-bottom: 40px;
    width: 300px;
    height: 100%;
  }
}

.footer-info {
  padding: 80px 0;
  background: #fff;
  font-size: 0.9rem;
}
.footer-info .faq-list {
  margin-bottom: 60px;
}
.footer-info .faq-list details {
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}
.footer-info .faq-list details summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
}
.footer-info .faq-list details summary::-webkit-details-marker {
  display: none;
}
.footer-info .faq-list details p {
  padding-top: 16px;
  color: #666;
}
.footer-info .access-info {
  text-align: center;
  color: #999;
  font-size: 0.8rem;
}/*# sourceMappingURL=style.css.map */