*{margin:0;padding:0;box-sizing:border-box}
:root{
  --pink:#f45b9a;
  --deep:#e83f82;
  --light:#fff3f8;
  --line:#ffd1e2;
  --text:#222;
}
body{
  font-family:"Yu Gothic","Meiryo",sans-serif;
  color:var(--text);
  background:linear-gradient(#fff,#fff7fb);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.site-header{
  background:#fff;
  border-bottom:1px solid #ffe0eb;
  position:sticky;
  top:0;
  z-index:10;
}
.header-inner{
  max-width:1280px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 28px;
  gap:20px;
}
.logo img{width:190px;height:auto}
.nav{
  display:flex;
  gap:34px;
  font-weight:700;
  font-size:15px;
}
.nav a span{
  display:block;
  text-align:center;
  font-size:11px;
  margin-top:3px;
}
.line-btn,.big-line{
  background:#24c94a;
  color:#fff;
  border-radius:999px;
  padding:15px 28px;
  font-weight:700;
  box-shadow:0 6px 0 rgba(0,0,0,.08);
}
main{
  max-width:1280px;
  margin:auto;
  background:#fff;
}
.hero{
  display:grid;
  grid-template-columns:48% 52%;
  min-height:430px;
  background:radial-gradient(circle at 80% 20%,#ffd5e6,transparent 48%),linear-gradient(90deg,#fff 0%,#fff4f9 100%);
  overflow:hidden;
}
.hero-copy{
  padding:52px 40px 36px;
}
.ribbon{
  display:inline-block;
  background:var(--pink);
  color:#fff;
  padding:10px 24px;
  border-radius:999px;
  font-weight:700;
  margin-bottom:18px;
}
h1{
  font-size:54px;
  line-height:1.35;
  letter-spacing:.04em;
  font-weight:500;
}
h1 strong{
  color:var(--deep);
  font-size:68px;
}
.lead{
  font-size:20px;
  font-weight:700;
  margin:18px 0 34px;
}
.icons{
  margin-top:28px;
}
.icons img{
  width:100%;
  max-width:760px;
  height:auto;
  object-fit:contain;
}
.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:22px 36px 28px;
}
.benefit-card{
  border:2px solid var(--line);
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}
.benefit-card img{
  width:100%;
  height:auto;
  display:block;
}
section h2{
  color:var(--deep);
  text-align:center;
  font-size:28px;
  margin-bottom:18px;
}
.flow,.features,.facilities,.bottom-grid,.vanilla{
  padding:24px 36px;
}
.flow-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.step,.feature-grid>div,.panel{
  border:2px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:24px;
  text-align:center;
}
.step b{color:var(--deep)}
.step h3{margin:8px 0 12px}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.feature-grid>div{
  padding:18px 14px;
  min-height:132px;
}
.feature-grid b{color:var(--deep)}
.feature-grid p{
  font-size:13px;
  margin-top:8px;
}
.facility-grid{
    display:grid;
    grid-template-columns:2fr 2fr;
    gap:20px;
}
.room-card,.camera-card{
  border:2px solid var(--line);
  border-radius:18px;
  padding:22px;
  background:#fff;
}
.room-card h3,.camera-card h3{
  color:var(--deep);
  font-size:28px;
  margin:14px 0;
}
.room-photo img{
  width:100%;
  height:285px;
  object-fit:cover;
  border-radius:12px;
}
.room-icons{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:18px;
}
.room-icons span{
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 8px;
  text-align:center;
  font-size:13px;
  color:var(--deep);
  font-weight:700;
}
.before-after{
  display:grid;
  grid-template-columns:1fr 54px 1fr;
  gap:14px;
  align-items:center;
  margin-top:18px;
}
.before-after p{
  text-align:center;
  color:var(--deep);
  font-weight:700;
  font-size:18px;
}
.before-after img{
  width:100%;
  height:245px;
  object-fit:cover;
  object-position:center top;
  border:2px solid var(--line);
  border-radius:12px;
}
.arrow{
  color:var(--deep);
  font-size:34px;
  text-align:center;
}
.checks{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:14px 0 6px;
  list-style:none;
}
.checks li{
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 8px;
  font-size:12px;
  color:var(--deep);
  font-weight:700;
  text-align:center;
}
.camera-card small{
  display:block;
  text-align:right;
}
.bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
  align-items:stretch;
}
#points{
    display:flex;
    flex-direction:column;
    justify-content:center;
    border:2px solid var(--line);
    border-radius:20px;
    padding:24px;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}
#points p{
    margin:8px 0;
    font-size:16px;
    font-weight:600;
}
.panel h2{
  font-size:24px;
}
.panel p,.panel dd,.panel dt{
  text-align:left;
  line-height:1.8;
}
.panel dl{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:8px;
  text-align:left;
}
.panel dt{color:var(--deep);font-weight:700}
.contact{text-align:center}
.contact .big-line{
  display:block;
  margin:10px auto 18px;
  max-width:360px;
}
.tel{
  font-size:30px;
  font-weight:700;
  text-align:center!important;
}
.mail{text-align:center!important}
.vanilla img{
  width:100%;
  height:115px;
  object-fit:cover;
  border-radius:18px;
}
footer{
  background:var(--deep);
  color:#fff;
  margin-top:20px;
}
.footer-inner{
  max-width:1280px;
  margin:auto;
  padding:20px 36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.footer-inner img{
  width:180px;
}
.replaceable{
  position:relative;
}
.replaceable:after{
  content:"差し替え可能";
  position:absolute;
  right:8px;
  bottom:8px;
  background:rgba(232,63,130,.85);
  color:#fff;
  font-size:11px;
  padding:4px 8px;
  border-radius:999px;
  display:none;
}

/* スマホ */
@media(max-width:800px){
  .header-inner{
    padding:12px 14px;
  }
  .logo img{width:135px}
  .nav{display:none}
  .line-btn{padding:11px 14px;font-size:13px}
  .hero{
    grid-template-columns:1fr;
  }
  .hero-copy{
    padding:32px 20px 20px;
  }
  h1{font-size:36px}
  h1 strong{font-size:46px}
  .lead{font-size:16px}
  .icons img{max-width:100%}
  .hero-image{height:300px}
  .benefits,.flow,.features,.facilities,.bottom-grid,.vanilla{
    padding:18px 14px;
  }
  .benefits,.flow-grid,.feature-grid,.bottom-grid{
    grid-template-columns:1fr;
  }
  .benefit-card img{height:auto}
  .room-photo img{height:auto}
  .before-after{
    grid-template-columns:1fr;
  }
  .arrow{transform:rotate(90deg)}
  .before-after img{height:auto}
  .checks{grid-template-columns:1fr 1fr}
  .footer-inner{
    display:block;
    text-align:center;
  }
  .footer-inner img{
    margin:0 auto 10px;
  }
}
.step img{
  width:100%;
  height:auto;
  display:block;
}.room-icons{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.room-icons span{
    background:#ffeef5;
    color:#d66b91;
    padding:8px 14px;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
    border:1px solid #ffd5e4;
}
.facilities .facility-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
}
/* FAQ */
.faq-section{
    max-width:900px;
    margin:70px auto;
}

.faq-section h2{
    text-align:center;
    color:#d97a98;
    margin-bottom:35px;
}

.faq-item{
    background:#fff;
    border:1px solid #f2d6df;
    border-radius:18px;
    padding:22px 28px;
    margin-bottom:20px;
    box-shadow:0 4px 12px rgba(0,0,0,.04);
}

.faq-item b{
    display:block;
    color:#d97a98;
    font-size:18px;
    margin-bottom:10px;
}

.faq-item p{
    line-height:1.9;
    color:#555;
    margin:0;
}
.faq-section > div:last-of-type{
  text-align:center;
}

.faq-section > div:last-of-type img{
  max-width:640px;
  width:100%;
  height:auto;
}
/* バニラバナー中央寄せ */
.faq-section img{
    display:block;
    margin:20px auto;
    max-width:640px;
    width:640px;
}