:root {
  --bg: #FAF8F4;
  --paper: #ffffff;
  --ink: #1B1D1A;
  --sub: #5B605A;
  --line: #DDDDD5;
  --green: #2F4A3A;
  --green-dark: #1F3629;
  --green-light: #3E5A47;
  --gold: #B08E5A;
  --tint: #EDEFE9;
  --cta: #2F4A3A;
  --cta-ink: #ffffff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%
}
.serif {
  font-family: "Noto Serif JP", serif
}
.wrap {
  max-width: 480px;
  margin: 0 auto;
  background: var(--paper);
  position: relative;
  padding-bottom: 96px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, .04)
}
/* Top */
.topbar {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 500
}
.topbar .divider {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #8ea695;
  margin: 0 10px;
  vertical-align: middle;
  transform: translateY(-1px)
}
/* FV */
.fv {
  position: relative;
  background: var(--bg)
}
.fv-img {
    width: 100%;
    aspect-ratio: 5/4;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/fv_living.jpg);
    position: relative;
	background-size: 120%;
}
.fv-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(27, 29, 26, .35) 100%)
}
.fv-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--paper);
  color: var(--green);
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  z-index: 2;
  border-left: 3px solid var(--gold)
}
.fv-body {
  padding: 32px 22px 24px
}
.fv-lead {
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 14px
}
.fv-h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .03em;
  margin-bottom: 16px;
  color: var(--green-dark)
}
.fv-h1 .em {
  color: var(--gold)
}
.fv-h1 .b {
  font-size: 38px;
  font-weight: 700
}
.fv-sub {
  font-size: 13px;
  line-height: 1.9;
  color: var(--sub);
  font-weight: 500;
  letter-spacing: .03em;
  margin-bottom: 22px
}
.fv-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  margin-bottom: 22px
}
.fv-meta > div {
  text-align: center;
  border-right: 1px solid var(--line)
}
.fv-meta > div:last-child {
  border-right: none
}
.fv-meta .l {
  font-size: 9px;
  letter-spacing: .2em;
  color: var(--sub);
  margin-bottom: 4px;
  font-weight: 700
}
.fv-meta .v {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--green-dark)
}
.fv-meta .v .u {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  color: var(--sub);
  margin-left: 2px
}
/* CTA */
.cta-btn {
  display: block;
  background: var(--cta);
  color: var(--cta-ink);
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 15px;
  position: relative;
  border: 1px solid var(--green-dark);
  box-shadow: 0 4px 0 var(--green-dark), 0 6px 16px rgba(47, 74, 58, .2);
  transition: transform .1s;
  border-radius: 2px
}
.cta-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--green-dark), 0 3px 8px rgba(47, 74, 58, .2)
}
.cta-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-3px)
}
.cta-btn::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px
}
.cta-btn .sub {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #c9d6ce;
  margin-top: 4px;
  letter-spacing: .14em
}
.cta-micro {
  text-align: center;
  font-size: 11px;
  color: var(--sub);
  line-height: 1.85;
  margin-top: 12px;
  letter-spacing: .03em
}
.sec-cta {
  padding: 0 22px
}
.fv-cta {
  padding: 0 22px
}
/* Section */
section {
  padding: 60px 22px
}
.kicker-row {
  text-align: center;
  margin-bottom: 14px
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .32em;
  color: var(--gold);
  font-weight: 700
}
.kicker::before, .kicker::after {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold)
}
.h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 600;
  text-align: center;
  letter-spacing: .04em;
  margin-bottom: 10px;
  color: var(--green-dark)
}
.h2 .thin {
  color: var(--sub);
  font-weight: 400
}
.h2 .em {
  color: var(--gold)
}
.h2sub {
  text-align: center;
  font-size: 12px;
  color: var(--sub);
  letter-spacing: .06em;
  margin-bottom: 34px;
  font-weight: 500
}
/* Empathy */
.empathy {
  background: var(--tint)
}
.empathy .list {
  display: flex;
  flex-direction: column;
  gap: 14px
}
.empathy .item {
  background: var(--paper);
  padding: 22px 20px;
  position: relative;
  border-left: 3px solid var(--gold)
}
.empathy .item .n {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  color: var(--tint);
  font-weight: 600;
  line-height: 1
}
.empathy .item .n2 {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: var(--gold);
  font-weight: 600;
  line-height: 1
}
.empathy .item .t {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 6px;
  color: var(--green-dark);
  padding-right: 40px
}
.empathy .item .d {
  font-size: 12px;
  line-height: 1.9;
  color: var(--sub)
}
/* Property */
.prop {
  background: var(--paper)
}
.prop-name {
  text-align: center;
  margin-bottom: 22px
}
.prop-name .n {
  font-size: 11px;
  color: var(--sub);
  letter-spacing: .2em;
  margin-bottom: 6px
}
.prop-name .nn {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--green-dark)
}
.prop-name .a {
  font-size: 11px;
  color: var(--sub);
  margin-top: 6px;
  letter-spacing: .06em
}
.price-panel {
  border: 1px solid var(--line);
  padding: 26px 22px;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, var(--paper) 0%, var(--tint) 100%);
  margin-bottom: 16px
}
.price-panel::before, .price-panel::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--gold)
}
.price-panel::before {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none
}
.price-panel::after {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none
}
.price-panel .l {
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 8px
}
.price-panel .p {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--green-dark);
  line-height: 1.1;
  letter-spacing: .01em
}
.price-panel .p .u {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-left: 4px;
  font-weight: 500
}
.price-panel .tax {
  font-size: 10px;
  color: var(--sub);
  margin-top: 4px
}
.price-panel .div {
  width: 24px;
  height: 1px;
  background: var(--gold);
  margin: 16px auto
}
.price-panel .m {
  font-size: 12px;
  color: var(--sub)
}
.price-panel .m .mp {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--green-dark);
  margin: 0 4px
}
/* Loan disclosure */
.loan-note {
  margin-top: 14px;
  border-top: 1px dashed rgba(176, 142, 90, .45);
  text-align: left
}
.loan-note summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 2px 4px;
  font-size: 10.5px;
  letter-spacing: .14em;
  color: var(--gold);
  font-weight: 700
}
.loan-note summary::-webkit-details-marker {
  display: none
}
.loan-note summary .arw {
  width: 14px;
  height: 14px;
  position: relative;
  flex: none;
  margin-left: 8px
}
.loan-note summary .arw::before, .loan-note summary .arw::after {
  content: "";
  position: absolute;
  background: var(--gold);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.loan-note summary .arw::before {
  width: 10px;
  height: 1.4px
}
.loan-note summary .arw::after {
  width: 1.4px;
  height: 10px;
  transition: transform .25s
}
.loan-note[open] summary .arw::after {
  transform: translate(-50%, -50%) scaleY(0)
}
.loan-note .body {
  font-size: 10.5px;
  line-height: 1.9;
  color: var(--sub);
  padding: 6px 2px 2px;
  letter-spacing: .02em
}
.loan-note .body dl {
  display: grid;
  grid-template-columns: 5.6em 1fr;
  gap: 0;
  margin-bottom: 8px
}
.loan-note .body dt {
  padding: 4px 6px 4px 0;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  border-bottom: 1px solid var(--line)
}
.loan-note .body dd {
  padding: 4px 0;
  font-size: 10.5px;
  color: var(--ink);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  letter-spacing: .02em
}
.loan-note .body dl > dt:last-of-type, .loan-note .body dl > dd:last-of-type {
  border-bottom: none
}
.loan-note .body p {
  font-size: 10px;
  line-height: 1.85;
  color: var(--sub)
}
.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line)
}
.spec {
  background: var(--paper);
  padding: 18px 14px;
  text-align: center
}
.spec .l {
  font-size: 10px;
  letter-spacing: .22em;
  color: var(--sub);
  margin-bottom: 6px;
  font-weight: 700
}
.spec .v {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--green-dark)
}
.spec .v .u {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  color: var(--sub);
  margin-left: 2px;
  font-weight: 500
}
/* Points */
.points {
  background: var(--tint)
}
.pt {
  background: var(--paper);
  padding: 24px 20px;
  margin-bottom: 12px;
  position: relative
}
.pt:last-child {
  margin-bottom: 0
}
.pt .head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line)
}
.pt .n {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  color: var(--gold);
  font-weight: 600;
  line-height: 1;
  flex: none
}
.pt .k {
  font-size: 10px;
  color: var(--sub);
  letter-spacing: .24em;
  font-weight: 700
}
.pt .t {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--green-dark);
  margin-top: 2px
}
.pt .d {
  font-size: 12px;
  line-height: 1.9;
  color: var(--sub)
}
/* Exterior */
.exterior {
  background: var(--tint);
  padding: 52px 22px 44px
}
.exterior .kicker {
  color: var(--gold)
}
.exterior .ex-stage {
  position: relative;
  margin-top: 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 8px
}
.exterior .ex-stage::before, .exterior .ex-stage::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--gold);
  pointer-events: none
}
.exterior .ex-stage::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none
}
.exterior .ex-stage::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none
}
.exterior .ex-img {
  width: 100%;
  aspect-ratio: 1024/683;
  background: url('../images/exterior_main.jpg') center/cover no-repeat;
  background-color: #eee
}
.exterior .ex-cap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 2px solid var(--gold);
  font-size: 11.5px;
  color: var(--sub);
  line-height: 1.75;
  letter-spacing: .02em
}
.exterior .ex-cap b {
  font-family: "Noto Serif JP", serif;
  color: var(--green-dark);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .04em
}
.exterior .ex-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px
}
.exterior .ex-tags span {
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--green-dark);
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 6px 10px;
  font-weight: 700
}
.exterior .ex-swatches span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px
}
.exterior .ex-swatches i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, .12);
  flex: none
}
.exterior .ex-swatches .sw-charcoal i {
  background: #4a4a4a
}
.exterior .ex-swatches .sw-black i {
  background: #1a1a1a
}
.exterior .ex-swatches .sw-wood i {
  background: linear-gradient(90deg, #8a5a3b 0%, #a06e46 50%, #7a4d31 100%)
}
/* Floor + Points 統合 */
.floor {
  background: var(--paper)
}
.floor-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 18px 0 20px
}
.floor-specs .spec {
  background: var(--paper);
  padding: 14px 6px;
  text-align: center
}
.floor-specs .spec .l {
  font-size: 9px;
  letter-spacing: .2em;
  color: var(--sub);
  margin-bottom: 6px;
  font-weight: 700
}
.floor-specs .spec .v {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--green-dark);
  line-height: 1.1;
  letter-spacing: .01em
}
.floor-specs .spec .v .u {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: var(--sub);
  margin-left: 1px;
  font-weight: 500
}
.floor-tabs {
  display: flex;
  margin-bottom: 16px;
  border: 1px solid var(--green)
}
.floor-tab {
  flex: 1;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background: var(--paper);
  color: var(--green);
  border: none;
  cursor: pointer;
  letter-spacing: .14em;
  font-family: "Noto Sans JP", sans-serif
}
.floor-tab.on {
  background: var(--green);
  color: #fff
}
.floor-stage {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px
}
.floor-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1024/889;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  transition: opacity .25s
}
/* Hotspot markers overlaid on floorplan */
.fp-hot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25), 0 0 0 6px rgba(176, 142, 90, .18);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: transform .18s, box-shadow .18s;
  z-index: 2
}
.fp-hot[hidden] {
  display: none
}
.fp-hot::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px dashed rgba(176, 142, 90, .55);
  animation: fpPulse 2.2s ease-in-out infinite
}
.fp-hot:hover {
  transform: translate(-50%, -50%) scale(1.08)
}
.fp-hot.on {
  background: var(--green-dark);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3), 0 0 0 8px rgba(46, 74, 58, .22)
}
.fp-hot.on::after {
  border-color: rgba(46, 74, 58, .55)
}
@keyframes fpPulse {
  0%, 100% {
    transform: scale(1);
    opacity: .9
  }
  50% {
    transform: scale(1.14);
    opacity: .35
  }
}
.floor-cap {
  text-align: center;
  font-size: 11px;
  color: var(--sub);
  margin: 14px 0 22px;
  letter-spacing: .08em
}
.floor-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 12px;
  background: var(--tint);
  border: 1px dashed rgba(176, 142, 90, .5);
  font-size: 11px;
  color: var(--sub);
  letter-spacing: .04em
}
.floor-hint .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none
}
.floor-hint b {
  color: var(--green-dark);
  font-weight: 700
}
/* Point buttons row (matches markers on floorplan) */
.pt-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px
}
.pt-chip {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  font-family: "Noto Sans JP", sans-serif;
  position: relative
}
.pt-chip .cn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  border: 1.5px solid var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  transition: all .2s
}
.pt-chip .cl {
  font-size: 10px;
  color: var(--sub);
  letter-spacing: .08em;
  line-height: 1.4;
  font-weight: 600
}
.pt-chip.on {
  background: var(--green);
  border-color: var(--green-dark);
  box-shadow: 0 3px 0 var(--gold)
}
.pt-chip.on .cn {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold)
}
.pt-chip.on .cl {
  color: #fff
}
/* Detail card that swaps on point change */
.pt-panel {
  background: var(--tint);
  border: 1px solid var(--line);
  border-top: 2px solid var(--green);
  padding: 0;
  margin-top: 16px;
  overflow: hidden
}
.pt-panel .pt-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-color: #eee
}
.pt-panel .pt-photo .pt-note {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: .04em;
  color: #fff;
  background: rgba(27, 29, 26, .6);
  padding: 4px 8px;
  font-weight: 500;
  backdrop-filter: blur(4px);
  line-height: 1.2
}
.pt-panel .pt-body {
  padding: 20px 20px 22px;
  background: var(--paper)
}
.pt-panel .pt-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px
}
.pt-panel .pt-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none
}
.pt-panel .pt-k {
  font-size: 10px;
  letter-spacing: .24em;
  color: var(--sub);
  font-weight: 700;
  line-height: 1
}
.pt-panel .pt-t {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--green-dark);
  margin-top: 4px;
  line-height: 1.5
}
.pt-panel .pt-d {
  font-size: 12px;
  line-height: 1.9;
  color: var(--sub)
}
.pt-fade {
  animation: ptFade .35s ease
}
@keyframes ptFade {
  from {
    opacity: 0;
    transform: translateY(4px)
  }
  to {
    opacity: 1;
    transform: none
  }
}
/* Value */
.value {
  background: var(--green);
  color: #fff
}
.value .kicker {
  color: var(--gold)
}
.value .h2 {
  color: #fff
}
.value .h2sub {
  color: #c9d6ce
}
.value ul {
  list-style: none
}
.value li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  gap: 16px;
  align-items: flex-start
}
.value li:last-child {
  border-bottom: none
}
.value li .n {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: var(--gold);
  font-weight: 600;
  flex: none;
  width: 24px;
  padding-top: 2px
}
.value li .t {
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500
}
/* Flow */
.flow {
  background: var(--bg)
}
.flow-step {
  background: var(--paper);
  padding: 22px 20px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative
}
.flow-step .n {
  width: 44px;
  height: 44px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  flex: none
}
.flow-step .n .s {
  font-size: 8px;
  letter-spacing: .14em
}
.flow-step .n .b {
  font-size: 16px;
  line-height: 1;
  font-weight: 600
}
.flow-step .t {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--green-dark)
}
.flow-step .d {
  font-size: 12px;
  line-height: 1.85;
  color: var(--sub)
}
.flow-step .time {
  position: absolute;
  top: 20px;
  right: 16px;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: .1em;
  font-weight: 700
}
/* FAQ */
.faq {
  background: var(--tint)
}
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  margin-bottom: 8px
}
.faq-item summary {
  list-style: none;
  padding: 18px 44px 18px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: var(--green-dark)
}
.faq-item summary::-webkit-details-marker {
  display: none
}
.faq-item summary::before {
  content: "Q.";
  color: var(--gold);
  font-weight: 700;
  margin-right: 10px
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--gold);
  font-weight: 400
}
.faq-item[open] summary::after {
  content: "−"
}
.faq-item .a {
  padding: 0 20px 18px 20px;
  font-size: 12px;
  line-height: 1.9;
  color: var(--sub)
}
.faq-item .a::before {
  content: "A. ";
  color: var(--gold);
  font-weight: 700;
  font-family: "Noto Serif JP", serif
}
/* Final */
.final {
  background: linear-gradient(180deg, var(--green-dark) 0%, var(--green) 100%);
  color: #fff;
  text-align: center;
  padding: 60px 22px 40px;
  position: relative
}
.final .kicker {
  color: var(--gold)
}
.final .h2 {
  color: #fff
}
.final .h2sub {
  color: #c9d6ce
}
.final .cta-btn {
  background: var(--paper);
  color: var(--green-dark);
  border: 1px solid var(--paper);
  box-shadow: 0 4px 0 var(--gold), 0 6px 16px rgba(0, 0, 0, .2)
}
.final .cta-btn:active {
  box-shadow: 0 2px 0 var(--gold), 0 3px 8px rgba(0, 0, 0, .2)
}
.final .cta-btn .sub {
  color: var(--sub)
}
.final .cta-micro {
  color: #c9d6ce
}
.final .frame {
  border: 1px solid rgba(176, 142, 90, .4);
  padding: 32px 20px;
  position: relative
}
.final .frame::before, .final .frame::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold)
}
.final .frame::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none
}
.final .frame::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none
}
/* Outline (物件概要) */
.outline {
  background: var(--bg);
  padding: 52px 22px 56px
}
.outline .kicker {
  color: var(--gold)
}
.outline .h2 {
  font-size: 22px;
  line-height: 1.55
}
.outline-item {
  background: var(--paper);
  border: 1px solid var(--line);
  position: relative
}
.outline-item + .outline-item {
  margin-top: 8px
}
.outline-item summary {
  list-style: none;
  padding: 20px 52px 20px 22px;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: .03em;
  line-height: 1.55;
  position: relative
}
.outline-item summary::-webkit-details-marker {
  display: none
}
.outline-item summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold)
}
.outline-item summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background:
    linear-gradient(var(--gold), var(--gold)) center/14px 1.5px no-repeat, linear-gradient(var(--gold), var(--gold)) center/1.5px 14px no-repeat;
  transition: transform .25s
}
.outline-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  background:
    linear-gradient(var(--gold), var(--gold)) center/14px 1.5px no-repeat
}
.outline-item[open] summary {
  border-bottom: 1px dashed rgba(176, 142, 90, .4)
}
.outline-item .body {
  padding: 20px 22px 22px
}
.outline-item dl {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0;
  font-size: 12px;
  line-height: 1.75
}
.outline-item dt {
  padding: 9px 8px 9px 0;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .06em;
  border-bottom: 1px solid var(--line);
  font-size: 11px
}
.outline-item dd {
  padding: 9px 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-weight: 500;
  letter-spacing: .02em
}
.outline-item dl > dt:last-of-type, .outline-item dl > dd:last-of-type {
  border-bottom: none
}
.outline-note {
  padding: 16px 22px 18px;
  font-size: 10.5px;
  line-height: 1.85;
  color: var(--sub);
  background: var(--tint);
  border-top: 1px dashed rgba(176, 142, 90, .4);
  letter-spacing: .02em
}
.outline-name {
  font-size: 10px;
  color: var(--sub);
  letter-spacing: .14em;
  margin-bottom: 4px;
  font-weight: 700
}
/* Footer */
footer {
  background: var(--green-dark);
  color: #c9d6ce;
  padding: 28px 22px 110px;
  font-size: 11px;
  line-height: 1.7
}
footer a {
  color: #e5ebe6;
  text-decoration: none
}
.shop {
  max-width: 420px;
  margin: 0 auto;
  text-align: center
}
.shop .k {
  display: inline-block;
  font-size: 9px;
  letter-spacing: .28em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 8px
}
.shop .n {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .04em;
  margin-bottom: 10px
}
.shop .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 10px;
  font-size: 11px;
  color: #c9d6ce;
  letter-spacing: .02em
}
.shop .line .sep {
  color: var(--gold);
  opacity: .6
}
.shop .line .tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: .04em
}
/* Gift */
.gift {
  margin: 0 22px 20px;
  background: linear-gradient(180deg, #FBF8F0 0%, #F5EEDD 100%);
  border: 1px solid var(--gold);
  position: relative;
  padding: 20px 18px 16px
}
.gift::before, .gift::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--gold)
}
.gift::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none
}
.gift::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none
}
.gift .head {
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(176, 142, 90, .5)
}
.gift .k {
  display: inline-block;
  font-size: 9px;
  letter-spacing: .28em;
  color: #fff;
  background: var(--gold);
  padding: 4px 10px;
  font-weight: 700;
  margin-bottom: 10px
}
.gift .t {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: var(--green-dark);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .04em
}
.gift .amt {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--sub);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .06em
}
.gift .amt b {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 2px
}
.gift .amt .u {
  font-size: 12px;
  color: var(--green-dark);
  margin-left: 2px
}
.gift ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px
}
.gift li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, .7);
  padding: 12px 14px;
  border-left: 2px solid var(--gold)
}
.gift li .num {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1.2;
  flex: none
}
.gift li .body {
  font-size: 12px;
  line-height: 1.75;
  color: var(--green-dark);
  font-weight: 500
}
.gift li .body b {
  font-family: "Noto Serif JP", serif;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  margin: 0 2px;
  letter-spacing: .02em
}
.gift-note {
  border-top: 1px dashed rgba(176, 142, 90, .5);
  padding-top: 10px
}
.gift-note summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--sub);
  letter-spacing: .08em;
  font-weight: 600;
  padding: 4px 0
}
.gift-note summary::-webkit-details-marker {
  display: none
}
.gift-note .burger {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: 16px;
  flex: none;
  margin-left: 10px;
  transition: transform .2s
}
.gift-note .burger span {
  display: block;
  height: 1.5px;
  background: var(--gold);
  width: 100%;
  transition: transform .25s, opacity .2s
}
.gift-note[open] .burger span:nth-child(1) {
  transform: translateY(4.5px) rotate(45deg)
}
.gift-note[open] .burger span:nth-child(2) {
  opacity: 0
}
.gift-note[open] .burger span:nth-child(3) {
  transform: translateY(-4.5px) rotate(-45deg)
}
.gift-note .body {
  margin-top: 10px;
  font-size: 10.5px;
  line-height: 1.85;
  color: var(--sub);
  letter-spacing: .02em
}
.gift-note .body .period {
  display: block;
  background: var(--tint);
  color: var(--green-dark);
  font-weight: 600;
  padding: 8px 10px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .06em;
  border-left: 2px solid var(--gold)
}
.gift-note .body p {
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em
}
/* Fixed CTA */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(27, 29, 26, .97);
  backdrop-filter: blur(10px);
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0));
  z-index: 100;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, .15)
}
.fixed-cta .inner {
  max-width: 480px;
  margin: 0 auto
}
.fixed-cta .pre {
  text-align: center;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: .24em;
  font-weight: 700;
  margin-bottom: 8px
}
.fixed-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--green-dark);
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 14px;
  gap: 10px;
  border-bottom: 2px solid var(--gold)
}
.fixed-cta a::after {
  content: "→";
  color: var(--gold)
}
.name{
	margin: 0 auto;
	width: 50%;
	padding: 5px;
}
.map iframe{
	width: 100%;

}