:root {
  color-scheme: light;
  background: #e9e5df;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; }

.page {
  position: relative;
  width: min(100%, 915px);
  margin: 0 auto;
  line-height: 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(59, 38, 27, .16);
}

.design-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, .16);
}

.hotspot:hover {
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .38);
}

.hotspot:focus-visible {
  outline: 5px solid #1769ff;
  outline-offset: -5px;
}

.online { left: 4.6%; top: 44.4%; width: 45%; height: 7.3%; }
.phone { left: 50.8%; top: 44.4%; width: 44.5%; height: 7.3%; }
.ume { left: 4.8%; top: 57.2%; width: 29%; height: 22.5%; }
.miso { left: 35.1%; top: 57.2%; width: 29%; height: 22.5%; }
.gift { left: 65.3%; top: 57.2%; width: 29.4%; height: 22.5%; }
.recipe { left: 5%; top: 85.8%; width: 90%; height: 9.2%; }
.phone-number { left: 12%; top: 95.1%; width: 78%; height: 4.9%; }

.phone-dialog {
  width: min(90vw, 430px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: #422817;
  background: #fffdf8;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .34);
  text-align: center;
}

.phone-dialog::backdrop {
  background: rgba(32, 23, 15, .53);
  backdrop-filter: blur(3px);
}

.phone-dialog form { padding: 30px 24px 22px; }

.dialog-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}

.dialog-number {
  display: block;
  color: #9d2630;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 9vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.dialog-note {
  margin: 18px 0;
  color: #74655a;
  font-size: 14px;
}

.dialog-actions { display: flex; justify-content: center; gap: 8px; }

.phone-dialog button {
  min-height: 48px;
  border: 1px solid #d9cbb7;
  border-radius: 10px;
  padding: 0 16px;
  background: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.phone-dialog .copy-button {
  border-color: #9d2630;
  color: #fff;
  background: #9d2630;
}

.copy-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #39751d;
  font-weight: 700;
}

@media (max-width: 540px) {
  .page { box-shadow: none; }
  .hotspot { border-radius: 10px; }
}
