/*＝＝＝＝＝＝＝＝園について＝＝＝＝＝＝＝*/

/* 園の概要*/

.overview {
  position: relative;
}

.overview_text {
  margin-top: 5.625rem;
  margin-left: auto;
  margin-right: auto;
}

.overview_text ul {
  margin-left: 21%;
}

.overview_text ul li {
  display: flex;
  justify-content: center;
  width: 30vw;
  height: auto;
  border-top: 1px solid #57696e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.overview_text ul li:last-child {
  border-bottom: 1px solid #57696e;
}

.overview_text h3 {
  width: 15vw;
  height: auto;
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 2.5rem;
  color: #54b565;
}

.overview_text p {
  width: 22vw;
  height: auto;
  text-align: left;
  font-size: 1.5rem;
}

/* 画像 */

.overview_img1 {
  position: absolute;
  width: clamp(3rem, -3.6rem + 29.33vw, 14rem);
  height: auto;
  top: 10%;
  right: 0;
}

.overview_img2 {
  position: absolute;
  width: clamp(3rem, -3.6rem + 29.33vw, 14rem);
  height: auto;
  bottom: 0;
  right: 3%;
}

/* アクセス */
.map iframe {
  margin-top: 3.75rem;
  border-radius: 30px;
}

/*＝＝＝＝＝＝＝＝園の生活＝＝＝＝＝＝＝*/

#oneday {
  margin-top: 5.625rem;
  width: 70%;
  height: auto;
  position: relative;
}

/* タイムライン */
.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 60px;
}

.timeline p {
  text-align: left;
  margin-top: 0.5rem;
}

.timeline h3 {
  text-align: left;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.timeline .timeline-date {
  margin-top: 1.5rem;
}

/* for Desktop */
@media (min-width: 796px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    font-size: 1.2rem;
  }

  .timeline-content {
    width: 80%;
    float: left;
    border-left: 3px #6fc173 solid;
    padding-left: 3rem;
  }

  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 32px;
    border-radius: 100%;
  }
}

/* 園の一日画像 */
.oneday1 {
  width: clamp(3rem, -1.763rem + 21.17vw, 15rem);
  height: auto;
  position: absolute;
  top: 5%;
  right: 0;
}

.oneday2 {
  width: clamp(3rem, -1.763rem + 21.17vw, 15rem);
  height: auto;
  position: absolute;
  bottom: 20%;
  right: 0;
}

/* 年間行事 */
.month_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: #9bdac1;
  padding: 6px 10px;
  width: 192px;
  height: auto;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.month_title img {
  width: 40px;
  height: auto;
}

.month_title h3 {
  font-size: 1.5rem;
}

.month_flex {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.month_flex img {
  width: clamp(1rem, 0.089rem + 4.05vw, 3.125rem);
  height: auto;
}

.event ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, -3.563rem + 12.19vw, 3.75rem);
  margin-top: clamp(3.75rem, 0.639rem + 8.31vw, 5.625rem);
  background-color: #eef8f0;
  padding: 3.75rem;
  border-radius: 30px;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.event ul li {
  background-color: #fff;
  width: 240px;
  height: 240px;
  border-radius: 30px;
  padding: 1.5rem;
}

.event_text {
  display: flex;
  margin-top: 1rem;
}

.event_text p {
  text-align: left;
  font-size: 1.5rem;
  white-space: nowrap;
}

.event_text img {
  width: clamp(1rem, 0.089rem + 4.05vw, 3.125rem);
  height: auto;
}
