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: 1em 0;
}
.d-container {
  width: 90%;
  max-width: 960px;
 display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.container-herf {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0;
}
  .top-banner {
    width: 100%;                     /* 横幅いっぱい */
    height: 335px;                   /* 高さ固定 */
	  margin-top: 50px;
    background-image: url('../img/tenzikai/top-img2.jpg'); /* 画像指定 */
    background-size: cover;          /* 枠いっぱいに表示 */
    background-position: center;     /* 中央を表示 */
    background-repeat: no-repeat;    /* 繰り返さない */
  }



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


h1 {
  color: #595757;
  margin: 1em 0 0 0;
  padding: 0px 0px 4px 0px;
  text-align: left; /* centerとleftが重複していたので統一 */
  scroll-margin-top: 120px;
  font-size: 230%;
  font-family: serif;
  font-weight: normal;
  line-height: 1.3;
}
h2 {
  font-size: 1.7em;
  margin-bottom: 1em;
  color: #666;
  font-family: serif;
	font-weight: normal;
	border-bottom: 1px solid #666;
}
.text-bold {
  font-weight: bold;
  color: #555;
	border-bottom: 1px solid #666;
}
.kome {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 85%;
  line-height: 1.4;
  text-indent: 0em;
}

dt {
  font-weight: bold;
  font-size: 100%;
margin: 1em 0em 0em 0em;
}
dt::before {
  content: "■";  
  margin-right: 0.4em;
  color: #84A4B7;
}

.orange dt {
  font-weight: bold;
  font-size: 100%;
margin: 1em 0em 0em 0em;
}
.orange dt::before {
  content: "■";  
  margin-right: 0.4em;
  color: #7CA494;
}


dd {
  font-weight: normal;
  font-size: 90%;
	margin-left: 1.5em;
}
.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;
}
.yello-kakomi{
	background: #FFF7B8;
	padding: 5px;
}
.text-small{font-size: 80%;}
.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: #F3F7F9;
}
span.tag{
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
span.hako_orange{
	background: #7CA494;
	padding: 2px 4px;
	font-weight: bold;
	margin-right: 5px;
	font-size: 90%;
	border-radius: 5px;
	color: #fff;
}
span.hako_blue{
	background: #84A4B7;
	padding: 2px 4px;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
	font-size: 90%;
	border-radius: 5px;
}
.kakomi{
	padding: 1em;
	 border-radius: 12px; 
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

div.koe{
	padding: 1em;
	margin: 0em 0.5em 0em 0.5em;
	 border-radius: 12px; 
	background: #f4f9f3;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	width: 300px;
	text-align: center;
	border: 1px solid #ccc;
}
.koe img{
	width: 100%;
	
}
.price-card h3 {
  font-size: 1.3em;
  color: #3D4B5C;
  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: #84A4B7;
  width: 70%;
  margin: 0.3em auto;
}

.price-card p{
	text-align: left;
}
.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);
}

.text-strong {
  font-size: 130%;
  font-weight: bold;
  color: #555;
}
.text-pink {
  color: #e88172;
}
.text-green {
  color: #90b784;
}

.mihon img{
	width: 250px;	
}
/* ========================================
   最新情報（ブログ）
======================================== */
.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;
}

.image-container{
	text-align: center;
}

.image-container img{
	width: 500px;
	max-width: 300px;
}
.intro-image img {
  max-width: 100%;
  height: auto;
}