.top-section{
  padding:48px 0 32px;
}
.top-section + .top-section{
  border-top:1px solid var(--rule);
  margin-top:32px;
}

.sec-head{
  text-align:center;margin-bottom:48px;
}
.sec-head .en{
  font-family:"Cormorant Garamond",serif;
  font-size:12px;letter-spacing:.6em;color:var(--shu);
  text-transform:uppercase;margin-bottom:14px;
}
.sec-head h2{
  font-size:30px;letter-spacing:.3em;font-weight:500;
  padding-left:.3em;color:var(--sumi);
  font-family:"Shippori Mincho B1",serif;
}
.sec-head .rule{
  width:40px;height:1px;background:var(--rule);
  margin:20px auto 0;
}

.info-body{
  max-width:720px;margin:0 auto;
  padding:24px 32px;
  background:rgba(168,132,68,0.08);
  border:1px solid var(--rule);
  font-family:"Noto Sans JP",sans-serif;font-size:14px;line-height:1.9;
  color:var(--sumi);
}

.free-space-section{
  max-width:900px;margin:0 auto;
}

@media(max-width:768px){
  .top-section{padding:32px 0 20px}
  .sec-head{margin-bottom:32px}
  .sec-head h2{font-size:22px;letter-spacing:.2em}
  .sec-head .en{font-size:11px;letter-spacing:.4em}
  .info-body{padding:16px 20px;font-size:13px}
}
