@charset "UTF-8";
/* CSS Document */

/* 配色変数 */ :root {
  --main-pink: #ff9773;
  --light-pink: #ffeae3;
  --text-dark: #333;
  --text-gray: #666;}

.bg_gray { margin-top: 4rem; background-color: #f8f6f4; padding: 5rem 0 1rem;}
.bg_gray-icon { font-size: 2rem; margin-bottom: 0.5rem;}
.bg_gray-header {
  text-align: center;
  margin-bottom: 2rem;}

.bg_gray-title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0;}

@media (max-width: 767.98px) {.section-icon img {width:50px; }}
@media screen and (max-width:934px) {.section-icon{padding-top:140px;}}

.rec-header-box {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 0.8rem 2rem;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 3rem;}

.rec-header-box h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;}

.rec-merit-container {
  border: 2px solid var(--main-pink);
  border-radius: 15px;
  overflow: hidden; 
  display: flex;
  flex-wrap: wrap;}

.rec-merit-left {
  background-color: var(--light-pink);
  color: var(--main-pink);
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 200px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;}

.rec-merit-right {
  width: 70%;
  padding: 2rem 2rem 2rem 1.5rem;
  display: flex;
  align-items: center;}

.rec-merit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;}

.rec-merit-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
  line-height: 1.4;}

.rec-merit-list li:last-child {
  margin-bottom: 0;}

.rec-merit-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 18px;
  height: 18px;
  background-color: var(--main-pink);
  border-radius: 50%;}

.rec-points-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem 0;}

.rec-point-item {
  width: 33.33%;
  text-align: center;
  padding: 0 1rem;
  border-left: 1px solid #000;}

.rec-point-item:last-of-type {
  border-right: 1px solid #000;}

.rec-point-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: 400; 
  letter-spacing: 0.05em;}

.rec-point-desc {
  font-size: 1rem;
  line-height: 1.8;}

@media (max-width: 767.98px) {
.rec-header-box h2 { font-size: 1.2rem; }
.rec-merit-container { flex-direction: column; }
	
.rec-merit-container { flex-direction: column; }
.rec-merit-left { width: 100%; padding: 1rem; min-height: auto; font-size: 1.8rem;}
.rec-merit-right { width: 100%; padding: 1.5rem; }
.rec-merit-list li { font-size: 1rem; }
	
.rec-points-container { flex-direction: column; }
.rec-point-item { width: 100%; border-left: none; border-top: 1px solid #000; padding: 2rem 0; }
.rec-point-item:last-of-type { border-right: none; border-bottom: 1px solid #000; }
}



/* --------------------------------------------------
           一時保育（jikan）セクション用スタイル
 -------------------------------------------------- */
.jikan-lead {
  text-align: center;
  margin-bottom: 3rem;}

.jikan-info-container {
  background-color: #f8f6f4;
  border-radius: 20px;
  padding: 3rem 3rem;
  margin-bottom: 4rem;}

.jikan-info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #adadad;}

.jikan-info-table tr {
  border-bottom: 1px solid #adadad;}

.jikan-info-table th {
  width: 140px;
  padding: 1rem 0; /* 行間を狭く */
  vertical-align: middle; /* 上下中央揃え */
  font-weight: normal; /* thの太字リセット */
}
.jikan-info-table td {
  /* デフォルト（1行のみのセル用）は広めのパディング */
  padding: 1rem 0 1rem 1rem; /* 行間を狭く */
  vertical-align: middle; /* 上下中央揃え */
  font-size: 0.95rem;}

/* 2行以上あるセル用のクラス（上下パディングを削除して内部で制御する） */
.jikan-info-table td.multi-row-cell {
  padding-top: 0;
  padding-bottom: 0;}

/* 持ち物など、上揃えにしたい行用 */
.jikan-info-table tr.align-top th, .jikan-info-table tr.align-top td {
  vertical-align: top;
  padding-top: 0.7rem; /* 行間を狭く */}

.jikan-label-capsule {/* 左側のラベル（カプセル型） */
  background-color: #fff;
  display: block;
  width: 120px;
  padding: 0.2rem 0;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0 auto 0 0; }

.jikan-sub-row {/* 内部の行（余裕活用型/一般型）の区切り */
  display: flex;
  align-items: center; /* 文字を確実に上下中央へ */
  padding: 0.7rem 0; /* 行間を狭く */
  width: 100%;}

.jikan-sub-row + .jikan-sub-row { border-top: 1px dotted #adadad;}
.jikan-type-label { display: inline-block; width: 100px; font-weight: bold;}
.jikan-separator { margin: 0 0.5rem; color: #adadad; }

/* 持ち物リスト */
.jikan-items-list    { list-style: none; padding: 0; margin: 0;}
.jikan-items-list li { position: relative; padding-left: 1rem; margin-bottom: 0; line-height:2;}
.jikan-items-list li::before { content: '●'; position: absolute; left: 0; top: 0.25rem; font-size: 0.8em; color: #333;}
.jikan-note { font-size: 0.85rem; margin-top: 0.5rem; display: block;}

/* その他エリア */
.jikan-other-divider {
  text-align: center;
  margin: 3rem 0 0;
  position: relative;}

.jikan-other-label {
  background: #fff;
  padding: 0.5rem 3rem;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;}

.jikan-price-table-wrapper {
  max-width: 700px;
  margin: 0 auto;}

.jikan-price-headers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;}

.jikan-price-header-item {
  background-color: var(--main-pink);
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
  position: relative;}

.jikan-price-header-item::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid var(--main-pink);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.jikan-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--light-pink);}

.jikan-table td {
  border: 1px solid var(--main-pink);
  text-align: center;
  padding: 1rem;
  vertical-align: middle;}

.jikan-table-label {
  color: var(--main-pink);
  font-weight: bold;
  background-color: #fff;
  width: 25%;}

/* 下部の解説ボックス（余裕活用型など） */
.jikan-type-box {
  border: 2px solid var(--main-pink);
  border-radius: 15px;
  padding: 2rem 1.5rem 0.5rem 1.5rem; /* 全体的に少しタイトに */
  position: relative;
  margin-bottom: 2rem;
  height: 100%; /* 高さを揃える */
  background-color: #fff;
}
.jikan-type-title {
  text-align: center;
  color: var(--main-pink);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem; /* 説明文との間隔 */
}
.jikan-type-title span {
  font-size: 1rem;
  color: #333;
}
.jikan-type-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0;}

.jikan-alert-box {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.7rem 2rem;
  text-align: center;
  margin: 0 auto 0.5rem;
  max-width: 700px;
  font-weight: 500;}

/* 注意事項リスト */
.jikan-notes-list {
  list-style: none;
  padding: 0;
  margin: 3rem auto 0;
  max-width: 800px;
}
.jikan-notes-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 0.95rem;}

.jikan-notes-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8em;}

@media (max-width: 767.98px) {
	
.jikan-info-container { background-color: #f1ede9; padding: 3rem 1.5rem; }
	
.jikan-info-table, .jikan-info-table tbody, .jikan-info-table tr, .jikan-info-table th, .jikan-info-table td {
  display: block;
  width: 100%; }
	
.jikan-info-table tr { padding: 1.5rem 0; }
.jikan-info-table th { width: 100%; padding: 0 0 1rem 0; }
.jikan-label-capsule { margin: 0 auto; }
.jikan-info-table td { padding: 0; }
.jikan-sub-row { flex-wrap: wrap; }
.jikan-type-label { width: 100%; margin-bottom: 0.2rem; }
.jikan-price-header-item { font-size: 0.8rem; padding: 0.3rem; }
.jikan-table td { padding: 0.5rem; font-size: 0.9rem; }
.jikan-price-headers { padding-left: 25%; }
.jikan-type-box { margin-top: 0; }
.jikan-alert-box { font-size: 0.9rem; }
.jikan-notes-list li { font-size: 0.9rem; }
}


/* --------------------------------------------------
   入園案内（nyuen）セクション用スタイル
 -------------------------------------------------- */
/* 入園案内：情報コンテナ（グレー背景） */
.nyuen-info-container {
  background-color: #f8f6f4;
  border-radius: 20px;
  padding: 3rem 3rem;
  margin-bottom: 4rem;
}
/* 入園案内：テーブルスタイル */
.nyuen-info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #adadad;
}
.nyuen-info-table tr {
  border-bottom: 1px solid #adadad;
}
.nyuen-info-table tr:last-child {
  border-bottom: none;
}
.nyuen-info-table th {
  width: 140px;
  padding: 1rem 0;
  vertical-align: middle;
  font-weight: normal;
}
.nyuen-info-table td {
  padding: 1rem 0 1rem 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
}

.nyuen-label-capsule {
  background-color: #fff;
  display: block;
  width: 120px;
  padding: 0.2rem 0;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0 auto 0 0;}

.nyuen-type-box {
  border: 2px solid var(--main-pink);
  border-radius: 15px;
  padding: 2rem 1.5rem 0.5rem 1.5rem;
  position: relative;
  margin-bottom: 2rem;
  height: 100%;
  background-color: #fff;
}
.nyuen-type-title {
  text-align: center;
  color: var(--main-pink);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.nyuen-type-title span {
  font-size: 1rem;
  color: #333;
}
.nyuen-type-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0;
}
/* 入園案内：保育料テーブル */
.nyuen-price-table-wrapper {
  margin-top: 0;
  max-width: 100%;
}
.nyuen-price-headers {
  /* FlexboxからGridに変更して、下のテーブルの列幅と合わせる */
  display: grid;
  grid-template-columns: 30% 35% 35%; /* 左から、ラベル列(空)、地域枠列、提携企業枠列 */
  margin-bottom: 10px;
}
.nyuen-price-header-item {
  background-color: var(--main-pink);
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
  position: relative;
  width: 120px; /* 固定幅 */
  /* margin-left: 10px; 削除 */
  font-size: 0.9rem;
  justify-self: center; /* グリッドセル内で中央寄せ */
}
/* 地域枠の配置指定 */
.nyuen-price-header-item:nth-child(1) {
  grid-column: 2;
}
/* 提携企業枠の配置指定 */
.nyuen-price-header-item:nth-child(2) {
  grid-column: 3;
}
.nyuen-price-header-item::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid var(--main-pink);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
/* 入園テーブル内テーブル */
.nyuen-inner-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--light-pink);
}
.nyuen-inner-table td {
  border: 1px solid var(--main-pink);
  padding: 0.8rem;
  text-align: center;
  background-color: var(--light-pink); /* セル背景 */
}
.nyuen-inner-table .col-age {
  color: var(--main-pink);
  font-weight: bold;
  background-color: #fff;
  width: 30%;
}
.nyuen-inner-table .col-price {
  width: 35%;
}
/* 連絡誘導エリア */
.nyuen-contact-area {
  text-align: center;
  margin: 4rem 0;
}
.nyuen-contact-text {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
/* オレンジのコンタクトボックス */
.nyuen-contact-box {
  background-color: var(--main-pink);
  color: #fff;
  border-radius: 15px;
  padding: 2rem;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nyuen-contact-left {
  text-align: left;
}
.nyuen-contact-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.nyuen-contact-tel {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.nyuen-contact-time {
  font-size: 0.8rem;
  margin-top: 0.3rem;
  opacity: 0.9;
}

@media (max-width: 767.98px) {
  .nyuen-info-container {
    background-color: #f1ede9;
    padding: 3rem 1.5rem;
  }
  /* 外側のテーブルは縦積みにする */
  .nyuen-info-table, .nyuen-info-table tbody, .nyuen-info-table tr, .nyuen-info-table th, .nyuen-info-table td {
    display: block;
    width: 100%;
  }
  .nyuen-info-table tr {
    padding: 1.5rem 0;
  }
  .nyuen-info-table th {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .nyuen-label-capsule {
    margin: 0 auto;
  }
  .nyuen-info-table td {
    padding: 0;
  }

  .nyuen-inner-table {
    display: table;
    width: 100%;
  }
  .nyuen-inner-table tbody {
    display: table-row-group;
  }
  .nyuen-inner-table tr {
    display: table-row;
    padding: 0;
    border: none;
  }
  .nyuen-inner-table td {
    display: table-cell; /* ブロック化を打ち消し */
    width: auto;
    font-size: 0.8rem; /* 文字サイズを少し小さくして収める */
    padding: 0.5rem 0.2rem; /* パディングを調整 */
  }

  .nyuen-price-header-item {
    width: auto;
    font-size: 0.8rem;
    width:90%;  
    padding: 0.3rem 0.3rem;
    margin: 0 2px;
  }
  /* コンタクトボックススマホ対応 */
  .nyuen-contact-box {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
  }
  .nyuen-contact-left {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .nyuen-contact-tel {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------
           進級サポート（ステップ）エリア用スタイル (.step-area)
 -------------------------------------------------- */

.step-title { font-size: 2rem;  font-weight: 400; margin-bottom: 2rem;}
.step-desc {
    font-size: 0.95rem;
    line-height: 2;
    margin-bottom: 2.5rem;}

/* 画像プレースホルダー */
.step-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #eee;
    min-height: 300px; /* 画像がない場合の高さ確保 */
    object-fit: cover;
}

/* 下部グレーのお問い合わせボックス */
.step-contact-box {
    background-color: #a5afaf;
    color: #fff;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    max-width: 600px;
    margin: 4rem auto 0;
}
.step-contact-header {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.step-contact-tel {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1;
}
.step-contact-time {
    font-size: 0.75rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}


  .btn-nyuen-gr, 
  .btn-nyuen-lgr,
  .btn-nyuen-pk {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
  }

  .btn-nyuen-gr::after, 
  .btn-nyuen-lgr::after,
  .btn-nyuen-pk::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
    transition: all 0.3s ease;
  }

  .btn-nyuen-gr:hover::after, 
  .btn-nyuen-lgr:hover::after,
  .btn-nyuen-pk:hover::after { 
    right: 18px; 
  }

.btn-nyuen-gr { background-color: #a5afaf; color: #fff; border-color: transparent; }
.btn-nyuen-gr::after { border-color: #fff; }
.btn-nyuen-gr:hover { background-color: #8e9999; color: #fff; }

.btn-nyuen-lgr { background-color: #fff; color: #a5afaf; border-color: #a5afaf; }
.btn-nyuen-lgr::after { border-color: #a5afaf; }
.btn-nyuen-lgr:hover { background-color: #d2d7d7; color: #fff; }
.btn-nyuen-lgr:hover::after { border-color: #fff; }

.btn-nyuen-pk { background-color: #fff; color: #ff9773; border-color: #ff9773; }
.btn-nyuen-pk::after { border-color: #ff9773; }
.btn-nyuen-pk:hover { background-color: #ffcbb9; color: #fff; }
.btn-nyuen-pk:hover::after { border-color: #fff; }

@media (max-width: 767.98px) {
.step-title { font-size: 1.5rem; }
.step-contact-box { padding: 2rem 1rem; }
.btn-nyuen-gr, 
.btn-nyuen-lgr,
.btn-nyuen-pk { 
	font-size: 90%; 
} 
}



/* 共通セクションスタイル */
.section-wrapper {
  padding: 5rem 0;
  background-color: #fff;
  margin-bottom: 3rem;
}
/* 施設案内などは背景色を変える場合 */
.section-bg-gray {
  background-color: #f8f6f4;
}
/* --------------------------------------------------
           カスタム見出し (.section-title)
           L字型の線で囲まれたデザイン
           -------------------------------------------------- */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 3rem;
}
.section-title {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.1em;
}
.section-subtitle {
  display: block;
  font-size: 0.9rem;
  color: var(--main-pink);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}
/* 左上のL字線（縦グレー、横ピンク） */
.section-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid var(--main-pink); /* 横線：ピンク */
  border-left: 2px solid #999; /* 縦線：グレー */
}
/* 右下のL字線（縦グレー、横ピンク） */
.section-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid var(--main-pink); /* 横線：ピンク */
  border-right: 2px solid #999; /* 縦線：グレー */
}
/* --------------------------------------------------
           園のこだわり (.commitment-section)
           -------------------------------------------------- */
.commitment-row {
  margin-bottom: 5rem;
  align-items: center;
}
.commitment-row:last-child {
  margin-bottom: 0;
}
/* テキストエリア */
.commitment-content {
  padding: 2rem;
}
.commitment-number {
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-pink);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.commitment-head {
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.commitment-lead {
  color: var(--main-pink);
  font-weight: bold;
  font-size: 1rem;
  letter-spacing:0.1em;
  margin-bottom: 1.5rem;
}
.commitment-text {
  font-size: 0.95rem;
  line-height:1.9;
  text-align: justify;
}
/* 画像エリア */
.commitment-img-wrapper {
  position: relative;
  padding: 1rem;
}
.commitment-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); 影を削除 */
  object-fit: cover;
  min-height: 300px;
  background-color: #eee; /* プレースホルダー色 */
}
/* --------------------------------------------------
           施設案内 (.facility-section)
           -------------------------------------------------- */
/* アイコンの特徴リスト */
.facility-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 1rem;
}
.facility-feature-item {
  background-color: #92a8a8;
  color: #fff;
  width: 160px;
  height: 130px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: bold;}

.facility-feature-item img { width:90px;}

/* マップエリア */
.facility-map-wrapper {
  text-align: center;
  margin-bottom: 4rem;
}
.facility-map-caption {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: bold;
  padding: 0 2rem;
}
.facility-map-caption::before {
  content: '＼';
  position: absolute;
  left: 0;
  top: 0;
}
.facility-map-caption::after {
  content: '／';
  position: absolute;
  right: 0;
  top: 0;
}

/* 施設写真グリッド */
.facility-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* 下段の小さい写真（4枚） */
.facility-photos-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
/* --------------------------------------------------
           園の概要 (.outline-section)
 -------------------------------------------------- */

.aboutus_copy {font-size:120%; font-weight:400; line-height:2;}

.outline-left {
  text-align: center;
  margin-bottom: 2rem;
}
/* お問い合わせボタン */
.outline-contact-btn {
  background-color: var(--main-pink);
  color: #fff;
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.3s;
}
.outline-contact-btn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
.outline-contact-btn i {
  margin-right: 0.5rem;
}
.outline-tel {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.outline-tel i {
  color: var(--main-pink);
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.outline-table-box {
  border: 4px solid var(--main-pink);
  padding: 2rem;
  background-color: #fff;
}
.outline-table {
  width: 100%;
  border-collapse: collapse;
}
.outline-table tr {
  border-bottom: 1px solid #ddd;
}
.outline-table tr:last-child {
  border-bottom: none;
}
.outline-table th {
  width: 30%;
  padding: 1rem 0.5rem;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  position: relative; /* 疑似要素の基準点 */
}
/* 縦線を疑似要素で描画し、上下に隙間を空ける */
.outline-table th::after {
  content: '';
  position: absolute;
  right: 0;
  top: 1rem; /* 上の隙間 */
  bottom: 1rem; /* 下の隙間 */
  width: 1px;
  background-color: #ddd;
}
.outline-table td {
  width: 70%;
  padding: 1rem 0.5rem 1rem 1.5rem; /* 左パディングを増やして線との間隔を空ける */
  vertical-align: top;
}
/* レスポンシブ調整 */
@media (max-width: 767.98px) {
  /* 見出し */
  .section-title {
    font-size: 1.8rem;
  }
  /* こだわり */
  .commitment-row {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .commitment-row.reverse {
    flex-direction: column;
  } /* スマホでは常に画像下or上 */
  .commitment-img-wrapper {
    padding: 0;
    margin-top: 1rem;
  }
  /* 施設写真 */
  .facility-photos {
    grid-template-columns: 1fr;
  }
  .facility-photos-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 概要 */
  .outline-table th, .outline-table td {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
  .outline-table th {
    font-weight: bold;
    background-color: #f9f9f9;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
  }
  /* スマホ時は縦線を消す */
  .outline-table th::after {
    display: none;
  }
  .outline-table td {
    padding-left: 1rem;
  }
  .outline-table-box {
    padding: 1rem;
  }
}

/* お問合せ ◇ ------------------------------*/
.contact_01 { width:100%; height:auto; background-color: var(--light-pink); border-radius:20px;}
.con_need {color: var(--main-pink); font-size:80%; margin-left:5px;}
.form-width { width:100%; border:0px; padding:10px 10px 10px 15px; margin-bottom:10px; }
.contact_th { width:28%; font-weight:normal; padding-bottom:20px; }
.contact_td { width:72%; padding-bottom:10px; }
.wpcf7 .vertical-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 3px; /* 任意で余白調整 */}

.acceptance_box { width: 100%; margin:20px 0 20px 0; padding:20px; background:#fff; text-align:center;}

input.sub-btn {
	width: 100%;
	height: 60px;
	margin-top:40px;
	background-color: var(--main-pink);
	color: #fff;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	border:0;
	border-radius:10px;
	-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}

input.sub-btn:hover{background: #eae5df;}

@media screen and (min-width:768px) {
.contact_01{ padding:30px 30px 50px 30px;}}

@media screen and (max-width:767px) {
.contact_01 {padding:30px 15px;}
.contact_th { width:100%; display:block; font-weight:normal; padding-bottom:7px;}
.contact_td { width:100%; display:block; padding-top:0px; padding-bottom:10px; }}



/* BLOG ◇ ------------------------------*/
.card-link-wrap {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 20px;
}
.card-link-wrap:hover .card {
  background: rgba(255,255,255,0.75);
  transition: background 0.3s ease-in-out;
}
.card {
  border: none;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.img-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 6 / 5);
  overflow: hidden;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 48px; 
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-date {
  font-size: 12px;
  color: #555;
  margin-top: auto;
}