/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 15:15:23 */
/* 基本リセット */
:root{
  --ink:#1f2937;
  --muted:#6b7280;
  --bg:#ffffff;
  --soft:#f5f6f7;
  --sand:#f8f5f0;
  --wood:#6b452f;
  --color1:#f6ecd8;
  --color2:#f3f0f0;	
  --border:rgba(0,0,0,.08);
  --radius:18px;
  --max:1120px;
}
body, html {
    height: 100%;
	width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* CTA */
.cta{
  background:var(--sand);
  text-align:center;
  border-radius:24px;
  padding:48px 18px;
}
.cta a{
  display:inline-block;
  margin:8px;
  padding:12px 20px;
  border-radius:999px;
  font-weight:700;
}
.cta a.primary{
  background:var(--wood);
  color:#fff;
}
/* 文字の大きさ */
.s6-title{
	font-size:3rem;
	margin: 10px;
}
.s6-title-sub{
	font-size:3rem;
	margin: 10px;	
}
.s6-lead{
	font-size:2rem;
}