@charset "UTF-8";

:root{
  --green:#087319;
  --dark:#13391d;
  --wakakusa:#8fbe55;
  --pale:#f8fbf4;
  --line:#dfe9d7;
  --text:#151915;
}

.hero{
  margin-top:10px;
  min-height:545px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  overflow:hidden;
}

.leaf-decoration{
  position:absolute;
  left:0;
  top:0;
  width:220px;
  z-index:4;
  mix-blend-mode:multiply;
  pointer-events:none;
}

.hero-left{
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
}

.hero-copy{
  padding-left:clamp(30px,5vw,72px);
  padding-top:16px;
  z-index:3;
  position:relative;
}

.hero-sub-image{
  padding:24px clamp(30px,5vw,72px) 28px;
}

.hero-placeholder{
  background:#f4f8f2;
  border:2px dashed #c5d9b8;
  border-radius:8px;
  height:140px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9ab88a;
  font-size:14px;
  font-weight:600;
  text-align:center;
  line-height:1.6;
}

.hero-copy h2{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(24px,3vw,32px);
  font-weight:600;
  line-height:1.9;
  letter-spacing:.05em;
  text-align:center;
  margin:0 0 18px;
}

.hero-copy p{
  margin:0 0 34px;
  font-size:16px;
  font-weight:400;
  text-align:center;
}

.ornament{
  width:330px;
  max-width:86%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 auto;
  text-align:center;
}

.ornament span{
  height:2px;
  flex:1;
  background:linear-gradient(90deg,var(--green),var(--wakakusa));
}

.ornament span:last-child{
  background:linear-gradient(90deg,var(--wakakusa),var(--green));
}

.ornament b{
  color:var(--wakakusa);
  font-size:26px;
  line-height:1;
}

.hero-photo{
  height:545px;
  position:relative;
}

.hero-photo::before{
  content:"";
  position:absolute;
  left:-185px;
  top:0;
  bottom:0;
  width:360px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 50%,rgba(255,255,255,0) 100%);
  z-index:2;
}

.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

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

.section-title::before,
.section-title::after{
  content:"";
  width:118px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--green));
}

.section-title::after{
  background:linear-gradient(90deg,var(--green),transparent);
}

.section-title span{
  font-size:22px;
  color:var(--wakakusa);
}

.guide-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.guide-card{
  border:1px solid #e0e0e0;
  border-radius:8px;
  min-height:236px;
  padding:20px 12px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  background:#fff;
  box-shadow:0 0 12px rgba(0,0,0,.025);
}

.guide-card strong{
  color:var(--green);
  font-size:28px;
  font-weight:800;
  line-height:1;
}

.guide-card img{
  width:78px;
  height:78px;
  object-fit:contain;
  margin:22px 0 12px;
}

.guide-card p{
  margin:0;
  min-height:54px;
  font-size:18px;
  font-weight:700;
  line-height:1.55;
}

.guide-card em{
  width:19px;
  height:19px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:grid;
  place-items:center;
  margin-top:auto;
  font-style:normal;
  line-height:1;
  font-weight:800;
}

.bottom-info{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  gap:14px;
  margin-top:24px;
}

.info-card{
  border:1px solid #dce7d8;
  border-radius:8px;
  background:#fff;
  padding:18px 14px 16px;
  min-height:286px;
}

.info-card h2{
  margin:0 0 14px;
  color:var(--green);
  text-align:center;
  font-size:21px;
  font-weight:800;
}

.info-card h2::before{
  content:"◷ ";
}

.info-card table{
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
  margin-bottom:12px;
  font-size:12px;
}

.info-card th,
.info-card td{
  border:1px solid #e8e8e8;
  text-align:center;
  padding:7px 2px;
}

.info-card thead th{
  font-weight:700;
  white-space:nowrap;
}

.info-card tbody th{
  white-space:nowrap;
  font-weight:700;
  text-align:left;
  padding-left:4px;
  font-size:11px;
}

.info-card td{
  color:var(--green);
  font-size:19px;
  font-weight:900;
}

.info-card p{
  margin:3px 0;
  font-size:13.5px;
  font-weight:700;
}

.access h2::before{
  content:"📍 ";
}

.access iframe{
  width:100%;
  height:210px;
  border:0;
  border-radius:4px;
  margin-bottom:14px;
  display:block;
}

.access img{
  width:100%;
  aspect-ratio:2.1/1;
  object-fit:cover;
  margin-bottom:14px;
  border:1px solid #e0e0e0;
}

.access p{
  font-size:15px;
  font-weight:600;
  margin:0;
  padding:10px 4px;
  border-bottom:1px solid #eef2eb;
  line-height:1.4;
  color:#1f3a1f;
  letter-spacing:.01em;
}

.access p:first-of-type{
  border-top:1px dashed #c8dcc0;
  margin-top:12px;
}

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

.site-footer::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:240px;
  background:radial-gradient(circle at left bottom,rgba(255,255,255,.22),transparent 65%);
}

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

@media(max-width:900px){

  .hero{
    grid-template-columns:minmax(0,1fr);
    min-height:auto;
  }

  .hero-photo{
    order:-1;
    height:290px;
  }

  .hero-photo::before{
    display:none;
  }

  .leaf-decoration{
    display:none;
  }

  .hero-copy{
    padding:30px 5% 28px;
    width:100%;
    text-align:center;
  }

  .hero-copy h2{
    font-size:clamp(26px,5.5vw,36px);
  }

  .ornament{
    justify-content:center;
    display:none;
  }

  .leaf-decoration{
    width:150px;
  }

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

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

  .info-card{
    min-height:auto;
  }
}

@media(max-width:560px){

  .brand{
    gap:10px;
  }

  .hero-photo{
    height:220px;
  }

  .hero-copy h2{
    font-size:25px;
    line-height:1.8;
  }

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

  .section-title{
    font-size:26px;
    gap:10px;
  }

  .section-title::before,
  .section-title::after{
    width:42px;
  }

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

  .guide-card{
    min-height:190px;
  }

  .info-card{
    padding:16px 10px;
  }

  .info-card table{
    font-size:11px;
  }

  .info-card tbody th{
    width:78px;
    font-size:11px;
  }

  .info-card th,
  .info-card td{
    padding:6px 1px;
  }

  .info-card p{
    font-size:12px;
  }

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