/* mamehico-ginza-rental.css */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #aa3545 !important; }
.mgr { font-family: 'Zen Kaku Gothic New', sans-serif; color: #fff; background: #aa3545; width: 100%; overflow-x: hidden; }
.mgr img { max-width: 100%; height: auto; display: block; }
.mgr a { color: inherit; text-decoration: none; }

/* ===== Hero ===== */
.mgr-hero {
  position: relative;
  height: 50vh;
  min-height: 280px;
  overflow: hidden;
}
.mgr-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 85%;
  opacity: 0.55;
}
.mgr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(100,20,30,0.15) 0%, rgba(60,10,20,0.4) 100%);
}
.mgr-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
}
.mgr-hero-en {
  font-size: 11px;
  letter-spacing: 10px;
  color: #d4b96a;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mgr-hero-title {
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 500;
  letter-spacing: 10px;
  color: #fff;
  line-height: 1.4;
}
.mgr-hero-line {
  width: 1px;
  height: 60px;
  background: rgba(212,185,106,0.6);
  margin: 32px auto 0;
}

/* ===== Full Width Photo ===== */
.mgr-full {
  width: 100%;
  overflow: hidden;
}
.mgr-full img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
}

/* ===== Photo Grid ===== */
.mgr-grid {
  display: grid;
  gap: 4px;
}
.mgr-grid--2 { grid-template-columns: 1fr 1fr; }
.mgr-grid--3 { grid-template-columns: 1fr 1fr 1fr; }
.mgr-grid--13 { grid-template-columns: 1fr 2fr; }
.mgr-grid--31 { grid-template-columns: 2fr 1fr; }
.mgr-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.mgr-grid--tall img { aspect-ratio: 3/4; }

/* ===== Section ===== */
.mgr-section { padding: 100px 24px; }
.mgr-section--shade1 { background: #c04050; }
.mgr-section--shade2 { background: #aa3545; }
.mgr-section--shade3 { background: #942a3a; }
.mgr-section--shade4 { background: #7e1f2f; }
.mgr-inner { max-width: 680px; margin: 0 auto; }
.mgr-label {
  font-size: 10px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #d4b96a;
  text-align: center;
  margin-bottom: 16px;
}
.mgr-title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  line-height: 1.6;
}
.mgr-divider {
  width: 40px;
  height: 1px;
  background: rgba(212,185,106,0.5);
  margin: 0 auto 56px;
}
.mgr-text {
  font-size: 15px;
  line-height: 2.4;
  color: rgba(255,255,255,0.85);
  text-align: center;
  margin-bottom: 24px;
}
.mgr-text--left { text-align: left; }

/* ===== Greeting ===== */
.mgr-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 40px;
  border: 1px solid rgba(212,185,106,0.4);
}
.mgr-avatar img { width: 100%; height: 100%; object-fit: cover; }
.mgr-greeting-body {
  font-size: 15px;
  line-height: 2.6;
  color: rgba(255,255,255,0.85);
}
.mgr-greeting-body p { margin-bottom: 24px; }
.mgr-greeting-body p:last-child { margin-bottom: 0; }

/* ===== Examples ===== */
.mgr-example {
  padding: 48px 0;
  border-bottom: 1px solid rgba(212,185,106,0.2);
}
.mgr-example:last-of-type { border-bottom: none; }
.mgr-example-num {
  font-size: 16px;
  letter-spacing: 6px;
  color: #d4b96a;
  margin-bottom: 12px;
}
.mgr-example-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.mgr-example-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
}
.mgr-example-key {
  color: #d4b96a;
  flex-shrink: 0;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 1px;
}
.mgr-example-text {
  font-size: 14px;
  line-height: 2;
  color: rgba(255,255,255,0.8);
}
.mgr-example-ep {
  font-size: 14px;
  line-height: 2.2;
  color: rgba(255,255,255,0.7);
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mgr-example-price {
  font-size: 14px;
  font-weight: 600;
  color: #d4b96a;
  text-align: right;
  margin-top: 20px;
  letter-spacing: 1px;
}
.mgr-note {
  margin-top: 56px;
  padding: 32px;
  border: 1px solid rgba(212,185,106,0.25);
  font-size: 13px;
  line-height: 2.2;
  color: rgba(255,255,255,0.7);
}
.mgr-note-label {
  font-size: 10px;
  letter-spacing: 6px;
  color: #d4b96a;
  margin-bottom: 16px;
}

/* ===== Target ===== */
.mgr-target-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(212,185,106,0.15);
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,0.85);
  align-items: baseline;
}
.mgr-target-item:last-child { border-bottom: none; }
.mgr-target-mark { color: #d4b96a; flex-shrink: 0; font-size: 12px; }

/* ===== Capacity ===== */
.mgr-cap {
  text-align: center;
  padding: 64px 40px;
  border: 1px solid rgba(212,185,106,0.3);
  max-width: 480px;
  margin: 0 auto;
}
.mgr-cap-num {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  color: #d4b96a;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.mgr-cap-note {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 2;
}

/* ===== Flow ===== */
.mgr-flow { max-width: 520px; margin: 0 auto; }
.mgr-flow-step {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(212,185,106,0.15);
  align-items: flex-start;
}
.mgr-flow-step:last-child { border-bottom: none; }
.mgr-flow-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d4b96a;
  color: #d4b96a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
}
.mgr-flow-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.mgr-flow-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.9;
}

/* ===== Form ===== */
.mgr-form-wrap { max-width: 480px; margin: 0 auto; }
.mgr-form-wrap .wpcf7-form p { margin-bottom: 28px; font-size: 14px; color: rgba(255,255,255,0.8); letter-spacing: 1px; }
.mgr-form-wrap .required-mark { color: #d4b96a; margin-left: 4px; font-size: 13px; }
.mgr-form-wrap input[type="text"],
.mgr-form-wrap input[type="email"],
.mgr-form-wrap input[type="tel"],
.mgr-form-wrap textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(212,185,106,0.35);
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  padding: 12px 0;
  outline: none;
  transition: border-color 0.3s;
}
.mgr-form-wrap input:focus,
.mgr-form-wrap textarea:focus { border-bottom-color: #d4b96a; }
.mgr-form-wrap textarea { min-height: 100px; resize: vertical; }
.mgr-form-wrap input[type="submit"] {
  background: transparent;
  border: 1px solid #d4b96a;
  color: #d4b96a;
  padding: 14px 56px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  cursor: pointer;
  margin-top: 24px;
  transition: all 0.3s;
  pointer-events: auto;
}
.mgr-form-wrap input[type="submit"]:hover {
  background: #d4b96a;
  color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .mgr-hero { height: 80vh; }
  .mgr-hero-inner { padding: 0 20px 60px; }
  .mgr-section { padding: 72px 20px; }
  .mgr-grid--3 { grid-template-columns: 1fr 1fr; }
  .mgr-grid--13, .mgr-grid--31 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .mgr-hero { height: 70vh; }
  .mgr-section { padding: 56px 16px; }
  .mgr-grid--2 { grid-template-columns: 1fr; }
  .mgr-grid--3 { grid-template-columns: 1fr; }
  .mgr-cap { padding: 40px 24px; }
}
