@charset "UTF-8";

:root{
  --green:#064b3b;
  --blue:#003d8f;
  --soft:#f8fbf7;
  --line:#c9d8d2;
  --text:#1b2520;
}

body {
  line-height: 1.85;
}

.maintenance-page{
  border:1px solid #7c9a94;
  border-radius:20px;
  width:min(1180px,98%);
  margin:28px auto 0;
  padding:36px 24px 10px;
}

.hero{
  display:grid;
  grid-template-columns:43% 57%;
  gap:42px;
  align-items:start;
}

.pretitle{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:20px;
  letter-spacing:.08em;
  margin:0 0 4px;
}

.hero h1{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(32px,4vw,42px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:.12em;
  margin:0 0 12px;
}

.title-line{
  display:block;
  width:100%;
  height:14px;
  object-fit:fill;
  margin:0 0 14px;
}

.lead-small{
  font-size:16px;
  font-weight:400;
  margin:0 0 28px;
}

.hero figure{
  margin:0;
  text-align:center;
}

.hero figure img{
  width:75%;
  margin:0 auto;
  border-radius:6px;
}

.hero figcaption{
  margin-top:10px;
  font-size:14px;
  font-weight:400;
}

.hero-right{
  padding-top:82px;
}

.hero-right h2{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  line-height:1.65;
  margin:0 0 24px;
}

.hero-right p{
  margin:14px 0;
  font-size:16px;
  font-weight:400;
}

.point-box{
  margin-top:28px;
  border:1px solid var(--line);
  border-radius:8px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:hidden;
}

.point-box article{
  text-align:center;
  padding:18px 12px 16px;
  border-right:1px solid var(--line);
}

.point-box article:last-child{
  border-right:0;
}

.point-box img{
  width:52px;
  height:52px;
  margin:0 auto 8px;
}

.point-box p{
  margin:0;
  color:var(--green);
  font-size:14px;
  font-weight:600;
  line-height:1.55;
}

.powder{
  margin-top:32px;
  border:1px solid var(--line);
  border-radius:8px;
  display:grid;
  grid-template-columns:40% 60%;
  gap:28px;
  padding:28px 24px 24px;
}

.powder-photo img{
  width:88%;
  margin:0 auto 18px;
}

.powder-photo h3{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  text-align:center;
  font-size:19px;
  letter-spacing:.10em;
  margin:0 0 14px;
  display:flex;
  align-items:center;
  gap:12px;
  justify-content:center;
}

.powder-photo h3::before,
.powder-photo h3::after{
  content:"";
  height:1px;
  width:70px;
  background:#9eb4aa;
}

.powder-photo p{
  font-size:13px;
  font-weight:400;
  margin:6px 0;
}

.powder-text h2{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  text-align:center;
  font-size:22px;
  letter-spacing:.12em;
  margin:0 0 22px;
}

.powder-text p{
  font-size:15px;
  font-weight:400;
  margin:12px 0;
}

.powder-images{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:28px;
  margin-top:18px;
}

.powder-images img{
  height:156px;
  width:auto;
  object-fit:contain;
}

.menu{
  margin-top:28px;
}

.menu h2{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  text-align:center;
  font-size:22px;
  letter-spacing:.16em;
  margin:0 0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
}

.menu h2::before,
.menu h2::after{
  content:"";
  height:1px;
  width:260px;
  background:#b8c7be;
}

.price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}

.price-card{
  border:1px solid var(--line);
  border-radius:7px;
  background:#fff;
  overflow:hidden;
  min-height:330px;
  padding-bottom:18px;
}

.card-head{
  color:#fff;
  text-align:center;
  font-size:15px;
  font-weight:600;
  padding:9px 8px;
}

.card-head.green{background:#064b3b}
.card-head.blue{background:#003d8f}

.price{
  color:var(--green);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:30px;
  text-align:center;
  margin:12px 0 4px;
}

.price span{
  font-size:15px;
  margin-left:4px;
}

.blue-price{
  color:var(--blue);
}

.tag{
  background:#f2f6f4;
  text-align:center;
  width:78%;
  margin:0 auto 14px;
  padding:4px 8px;
  color:var(--green);
  font-weight:700;
  font-size:14px;
}

.blue-tag{
  color:var(--blue);
}

.price-card ul{
  list-style:none;
  padding:0 28px;
  margin:0;
}

.price-card li{
  position:relative;
  padding-left:26px;
  margin:8px 0;
  font-size:14px;
  font-weight:400;
}

.price-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--green);
  font-weight:900;
}

.premium li::before{
  color:var(--blue);
}

.menu-note{
  margin:12px 0 0;
  text-align:center;
  font-size:13px;
  font-weight:400;
}

.site-footer{
  margin-top:28px;
  padding:18px 16px 22px;
  text-align:center;
  color:#fff;
  background:linear-gradient(90deg,#86b94d,#117d1b);
}

.site-footer p{
  margin:3px 0;
  font-size:16px;
  font-weight:700;
}

@media(max-width:900px){
  .maintenance-page{
    border-radius:12px;
    padding:26px 0 0;
  }

  .hero,
  .powder,
  .price-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .hero-right{
    padding-top:0;
  }

  .point-box{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .point-box article:nth-child(2){
    border-right:0;
  }

  .point-box article:nth-child(-n+2){
    border-bottom:1px solid var(--line);
  }

  .powder-images{
    gap:12px;
    flex-wrap:wrap;
  }

  .menu h2::before,
  .menu h2::after{
    width:80px;
  }
}

@media(max-width:560px){
  .maintenance-page{
    width:100%;
    border-left:0;
    border-right:0;
  }

  .pretitle{
    font-size:18px;
  }

  .hero h1{
    font-size:28px;
  }

  .hero figure img{
    width:100%;
  }

  .hero-right h2{
    font-size:20px;
  }

  .hero-right p{
    font-size:15px;
  }

  .point-box{
    grid-template-columns:minmax(0,1fr);
  }

  .point-box article{
    border-right:0!important;
    border-bottom:1px solid var(--line);
  }

  .point-box article:last-child{
    border-bottom:0;
  }

  .powder{
    padding:22px 16px;
  }

  .powder-images{
    grid-template-columns:minmax(0,1fr);
    flex-direction:column;
    align-items:center;
  }

  .powder-images img{
    height:auto;
    width:80%;
  }

  .menu h2{
    font-size:20px;
    gap:10px;
  }

  .menu h2::before,
  .menu h2::after{
    width:36px;
  }

  .price{
    font-size:26px;
  }

  .site-footer p{
    font-size:12px;
  }
}
