body {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #333;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0;
}

.container-herf {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0;
}

.top-img {
  width: 100%;
  overflow: hidden;
  position: relative;
	margin: 0;
}

.top-img img{
  width: 100%;
}


@media (max-width: 768px) {
  .slideshow {
  height: 450px;
  overflow: hidden;
  position: relative;
}
}




.hero {
  background: linear-gradient(to bottom, #f9f9e5, #ffffff, #f9f9e5);
  text-align: center;
  padding: 4em 1em;
}

.hero h1 {
  font-size: 170%;
  margin-bottom: 0.5em;
font-family: serif;	
font-weight: normal;	
}
.hero img{
	width: 100%;
	max-width: 500px;
}

.hero .subtext {
  font-size: 150%;
  margin-bottom: 0.5em;
	font-family: serif;	
}

.hero .target {
  color: #2f6652;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f9f9f9;
}

.profile-photo {
  width: 200px;
  border-radius: 50%;
  margin: 1em;
}

.profile-text {
  flex: 1;
  padding: 1em;
}

section h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #666;
	font-family: serif;
}
h3{
	color: #e88172;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
}

ul, dl {
  margin: 0;
  padding: 0 0 0 1.2em;
}
li{
	font-size: 115%;
	line-height: 2;
}

dt {
  font-weight: bold;
  margin-top: 1em;
}

.contact a {
  color: #2f6652;
}

footer {
  width: 100%;
  height: auto;
  background: rgb(201, 225, 197);
  background: linear-gradient(0deg, rgba(201, 225, 197, 1) 50%, rgba(236, 231, 214, 1) 100%);
  padding: 2em 0px;
	margin: 1em 0em;
  text-align: center;
}
.botan_w {
  background-color: #fff;
  padding: 5px;
  margin: 5px 5px;
  display: inline-block;
  width: 300px;
  height: auto;
  text-decoration: none;
  color: #575757;
  font-size: 100%;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 5px 3px #A2B59F;
}
.small-img {
  width: 300px;
  height: auto; /* アスペクト比を維持 */
}

.slide-in-left {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8em;

  /* グラデーション文字設定 */
  background: linear-gradient(to right, #90b784, #7e8274);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* アニメーション */
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-center {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.3s; /* ← ここで遅延を調整 */
}

.fade-in-center.is-visible {
  opacity: 1;
  transform: scale(1);
}

.delay0 { transition-delay: 0s; }
.delay1 { transition-delay: 0.1s; }


ul li::marker {
  color: #90b784;
}

.flex-container {
  display: flex;
  gap: 2em;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #ccc; /* やわらかいグレーに変更 */
  border-radius: 12px;     /* 角を丸く */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* ふんわり影 */
  padding: 1.5em;
 background: #f9f9f9;
}

.left-box {
  text-align: center;
}

.left-box img {
  max-width: 300px;
  border-radius: 8px;
  margin-bottom: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
box-shadow: 0 2px 10px rgba(0,0,0,0.2); 
}

.right-box {
  flex: 1;
}

.right-box img {
  max-width: 250px;
  display: block;
}

/*スマホ対応（幅768px以下） */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left-box img,
  .right-box img {
    margin: 0 auto;
  }
}
.right-box dl {
  margin: 1em 0;
  padding: 0;
}

.right-box dt {
  font-weight: bold;
  color: #4b5e4a; /* 濃いグリーン系で信頼感 */
  margin-top: 1em;
  font-size: 1.1em;
}

.right-box dd {
  margin-left: 1.2em;
  color: #555;
  font-size: 0.95em;
  line-height: 1.5;
  border-left: 3px solid #90b784;
  padding-left: 0.8em;
}

.green{
	display: inline-block;
	background-color: #90b784;
	color: #fff;
	font-weight: bold;
	padding: 0px 7px;
	margin-right: 0.5em;
	border-radius: 2px;
}
.text-big{
	font-size: 120%;
}

.plan-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin: 2em 0;
}

.plan-box {
  flex: 1 1 250px;
  background: linear-gradient(to bottom right, #a9cfa0, #d7e9d2); /* 少し落ち着いたグラデ */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(144, 183, 132, 0.25); /* 控えめな影で立体感 */
  text-align: center;
  padding: 1.5em;
  font-weight: bold;
  color: #2e3c2e; /* 濃いめのグリーン系で文字くっきり */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.plan-box p {
  margin: 0;
  font-size: 110%;
}

.plan-box .small {
  display: block;
  font-size: 0.85em;
  color: #000;
  margin-top: 0.4em;
	text-align: left;
	font-weight: normal;
}



.price-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin: 2em 0;
}

.price-card {
  flex: 1 1 250px;
  padding: 1.5em;
  text-align: center;
 border: 1px solid #ccc; /* やわらかいグレーに変更 */
  border-radius: 12px;     /* 角を丸く */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* ふんわり影 */
  padding: 1.5em;
 background: #f4f9f3;
}



.price-card h3 {
  font-size: 1.3em;
  color: #e88172;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0.5em 0;
  margin-bottom: 0.8em;
}

.price-card h3::before,
.price-card h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #e88172;
  width: 80%;
  margin: 0.3em auto;
}

.price {
  font-weight: bold;
  margin-bottom: 1em;
}

.price-label,
.price-unit {
  font-size: 0.85em;
  color: #666;
}

.price-amount {
  font-size: 2em;
  color: #2e3c2e;
  margin: 0 0.1em;
  line-height: 1;
}

.price-card .price {
  font-size: 1.5em;
  font-weight: bold;
  color: #2e3c2e;
  margin-bottom: 1em;
}

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

.price-card li {
  margin-bottom: 0.5em;
  color: #333;
}

.price-note {
  text-align: center;
  font-size: 0.95em;
  color: #555;
  margin-top: 1em;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .price-section {
    flex-direction: column;
    align-items: center;
  }

  .price-card {
    width: 100%;
    max-width: 280px;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	height: 50px;
  background: white;
  padding: 0px 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.logo {
  display: block;
  height: 50px; 
}
p.center{
	text-align: center;
}

a.botan {
  background: linear-gradient(
    to right,
    #a8cf7d,
    #bde5a5
  );
  padding: 10px 20px;
  margin: 10px auto;
  display: inline-block;
  width: 260px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #a8cf7d;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

a.botan::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-20deg);
  transition: left 0.5s;
}

a.botan:hover::after {
  left: 125%;
}

a.botan:hover {
  background: #fff;
  color: #a8cf7d;
  border-color: #a8cf7d;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* Q&A全体 */
dl.qa {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #333;
	
	
}

/* 質問 */
.qa dt {
  padding: 12px 16px;
  margin-top: 8px;
  font-weight: bold;
	font-size: 110%;
}

/* 回答 */
.qa dd {
  padding: 12px 16px;
  margin: 0 0 8px 0;
	font-size: 110%;
}

/* Q. と A. に色を付ける */
.qa dt::before {
  content: "Q. ";
  color: #90b784; /* 緑 */
  font-weight: bold;
}

.qa dd::before {
  content: "A. ";
  color: #e88172; /* ピンク */
  font-weight: bold;
}
dl.noml {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #333;
	
	
}

dt {
  padding: 12px 16px;
  margin-top: 8px;
  font-weight: bold;
	font-size: 80%;
}

dd {
  padding: 12px 16px;
  margin: 0 0 8px 0;
	font-size: 80%;
}

dt::before {
  content: none;
}

dd::before {
  content: none;
}
	
div.yello {
	background: #f9f9e5;
	margin: 0;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0px 0px 7px #ccc;
}	
.text-strong {
  font-size: 130%;
  font-weight: bold;
  color: #555;
}
.text-pink {
  color: #e88172;
}
.text-green {
  color: #90b784;
}


/* ========================================
   最新情報（ブログ）
======================================== */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.blog-box {
  display: block;
  width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.blog-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog-box h2 {
  font-size: 18px;
  margin: 16px;
  border: 0px;
  text-align: left;
}
.blog-box .date {
  font-size: 14px;
  color: #777;
  margin: 0 16px 16px;
}
.blog-box:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.blog-thumb {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}