@charset "UTF-8";

/* ════ 園について ════ */

/* 写真プレースホルダー共通 */
.photo-placeholder {
  background: #d8dce8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 100%;
  aspect-ratio: 4/3;
}
.photo-placeholder.portrait {
  aspect-ratio: 3/4;
  width: 160px;
}
.photo-placeholder.badge {
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
}

/* 理念イントロ */
.about-intro {
  background: #fff;
  padding: 30px 40px;
}
.about-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}
.about-intro-heading {
  font-size: 32px;
  font-weight: 400;
  color: var(--accent-dark);
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  text-align: center;
}
.about-intro-body {
  font-size: 16px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 0.06em;
  text-align: center;
}

/* 保育理念 */
.about-philosophy {
  background: #e4dee8;
  padding: 50px 40px;
  margin: 0;
}
.about-philosophy-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}
.about-philosophy-label {
  writing-mode: vertical-rl;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.15em;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 10px 0;
}
.about-philosophy-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--accent);
  line-height: 2.0;
  letter-spacing: 0.08em;
}
ul.about-philosophy-list {
}
.about-philosophy-list li {
  font-size: 20px;
  font-weight: 400;
  color: var(--accent);
  line-height: 2.0;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .about-philosophy-inner { gap: 20px; }
  .about-philosophy-label { 
    padding: 0 0 8px;
    width: 30px;
  }
  .about-philosophy-text { font-size: 14px; }
}

/* 保育方針 */
.about-policy { background: #fff; padding: 0 40px 60px; }
.about-policy-inner { max-width: 900px; margin: 0 auto; }
.about-policy-content {
  display: grid;
  /* 佐に画像、右にテキストを配置 */
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: start;
}

/* 佐に画像が接しる右にテキスト */
.about-policy-items {
  order: 2;
}

.about-policy-photo {
  order: 1;
  width: 100%;
  height: 250px;
}
.about-policy-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-policy-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 20px;
  color: #666;
  line-height: 2.0;
}
.about-policy-item p {
  padding-top: 7px;
}
.policy-label {
  background: url(../images/about_st_bg.png) center/cover no-repeat;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  padding: 3px 15px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .about-policy-item {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-policy { padding: 0 24px 50px; }
  .about-policy-content { grid-template-columns: 1fr; }
}

/* 保育目標 */
.about-goals { background: #fff; padding: 0 40px 60px; }
.about-goals-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}
.about-goals-item {
  display: block;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
  line-height: 1.2;
}
.about-goals-item p {
  padding-top: 8px;
  font-size: 18px;
  color: #666;
}
.goals-label {
  background: url(../images/about_st_bg.png) center/cover no-repeat;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0em;
  padding: 2px 3px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}
.about-goals-photo {
  order: 1;
  width: 100%;
  height: 400px;
}
.about-goals-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-goals { padding: 0 24px 50px; }
  .about-goals-inner { grid-template-columns: 1fr; }
}

/* 園長あいさつ */
.about-greeting { margin: 0; padding: 0; }
.about-greeting-bg {
  background: url('../images/top_subnav_bg_2x.jpg') center/cover no-repeat;
  padding: 70px 40px;
}
.about-greeting-inner {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255,255,255,0.88);
  padding: 50px;
  border-radius: 4px;
}
.about-greeting-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.about-greeting-photo {
  flex-shrink: 0;
}
.about-greeting-name {
  margin-top: 10px;
  font-size: 15px;
  color: var(--accent);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.about-greeting-text {
  font-size: 16px;
  color: #555;
  line-height: 2.0;
  letter-spacing: 0.06em;
  text-align: justify;
}
.about-greeting-text p + p { margin-top: 1em; }
@media (max-width: 768px) {
  .about-greeting-bg { padding: 40px 20px; }
  .about-greeting-inner { padding: 30px 20px; }
  .about-greeting-content { flex-direction: column; align-items: center; }
  .about-greeting-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 園舎について */
.about-building { background: #fff; padding: 0 40px 60px; }
.about-building-inner { max-width: 800px; margin: 0 auto; }
.about-building-badge {
  background-color: var(--l-blue);
  padding: 60px 60px;
  margin-bottom: 30px;

}
.about-building-badge h3 {
  font-size: 26px;
  color: var(--d-blue);
  margin-bottom: 16px;
  margin-top: 30px;
  font-weight: 400;
}
.about-building-badge p {
  font-size: 16px;
  color: #555;
  letter-spacing: 0.06em;
  line-height: 2.0;}
.about-building-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}
.about-building-note {
  background-color: var(--l-blue);
  padding: 60px 60px;
  font-size: 16px;
  color: #555;
  line-height: 2.0;
  letter-spacing: 0.06em;
}
.about-building-note h3 {
  font-size: 26px;
  color: var(--d-blue);
  margin-bottom: 16px;
  margin-top: 30px;
  font-weight: 400;
}
.about-building-note p + p { margin-top: 0.8em; }
@media (max-width: 768px) {
  .about-building { padding: 0 24px 50px; }
  .about-building-photos { grid-template-columns: 1fr; }
  .about-building-badge { 
    flex-direction: column; 
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .about-building-note {
      padding: 20px 20px;
  }
  .about-building-badge h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .about-building-badge p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-building-note h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .about-building-note p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 園の概要 */
.about-overview { background: #fff; padding: 0 40px 80px; }
.about-overview-inner { max-width: 900px; margin: 0 auto; }
.about-overview-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.about-overview-table th,
.about-overview-table td {
  padding: 30px 20px;
  vertical-align: top;
  line-height: 1.8;
  font-size: 16px;
  color: #848484;
  letter-spacing: 0.04em;
}
.about-overview-table th {
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  width: 230px;
  background: transparent;
  color: var(--accent);
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}
/* tdのボーダー（1px上下） */
.about-overview-table td {
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
}
@media (max-width: 640px) {
  .about-overview { padding: 0 16px 60px; }
  .about-overview-table th { width: 90px; font-size: 12px; padding: 12px; }
  .about-overview-table td { font-size: 13px; padding: 12px; }
}
