@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* ----------------------------- */
/* セクション共通 */
/* ----------------------------- */
.entry .day {
  display: flex;
}

.s-eyecatch,
.img-circle {
  text-align: center;
}

button {
  display: block;
  margin: 3rem auto;
}

.page-jump {
  text-align: center;
  padding: 8rem 0 2rem;
}
.page-jump a {
  display: block;
  padding: 1.8rem 6rem;
  text-decoration: none;
}

@media print, screen and (min-width: 601px) {
  .sec {
    width: 980px;
    margin: auto;
  }
  .keyvisual.innerbox {
    width: 100vw;
    max-width: initial;
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .sec {
    width: 100%;
  }
}
/* TOPお知らせ */
.sec-topinfo {
  display: flex;
  justify-content: space-evenly;
}
.sec-topinfo .topinfo-entry {
  aspect-ratio: 3/4;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.34);
  padding: 10px;
  background: #fff;
  box-sizing: content-box;
}
.sec-topinfo .topinfo-entry img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/4;
}

@media print, screen and (min-width: 601px) {
  .topinfo-entry {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .topinfo-entry {
    width: 50%;
  }
}
/* 新着情報 */
.sec-news {
  display: flex;
  padding-inline: 2%;
  gap: 4.7448979592%;
  color: #271700;
}
.sec-news article {
  flex-grow: 1;
}
.sec-news .info_list {
  display: flex;
  border-bottom: 2px dotted;
  margin-block: 0.8em;
  align-items: center;
}
.sec-news .info_list .date {
  margin-right: 0.8em;
}
.sec-news .info_list a {
  text-decoration: none;
  color: #271700;
}
.sec-news .category {
  width: 120px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-news .category-post {
  background-color: #dbaedb;
}
.sec-news .category-column {
  background-color: #ffff01;
}

@media screen and (max-width: 600px) {
  .sec-news {
    margin-bottom: 3em;
    flex-direction: column;
  }
  .sec-news .info_list {
    padding-inline: 2%;
    flex-wrap: wrap;
  }
  .sec-news .title {
    width: 100%;
  }
}
/* 子育てのことならクペリヘ！ */
.content-home .over-bg {
  border-image-source: linear-gradient(rgba(255, 183, 0, 0.0588235294), rgba(255, 183, 0, 0.0588235294));
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 60px 100vw;
  border-image-repeat: stretch;
}
@media print, screen and (min-width: 601px) {
  .content-home .in-box {
    margin-block: 4em;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .content-home .in-box {
    margin-block: 1em;
    justify-content: space-between;
  }
  .content-home .over-bg {
    border-image-outset: 0px 100vw;
  }
}

.sec-appeal {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  gap: 1em;
}
.sec-appeal .sec-title {
  margin-top: 10px;
  color: #4f2122;
  border-bottom: 2px solid #4f2122;
}
.sec-appeal .text-box {
  margin-block: 1em;
}
.sec-appeal .more {
  text-align: center;
}
.sec-appeal .in-box {
  width: 100%;
}
.sec-appeal .go-page:is(.plan) {
  margin: auto;
}
@media print, screen and (min-width: 601px) {
  .sec-appeal .introduce {
    container-type: inline-size;
    width: 100%;
  }
  .sec-appeal .sec-title {
    font-size: 37px;
    width: 90cqw;
    -webkit-margin-end: calc(50% - 50cqw);
            margin-inline-end: calc(50% - 50cqw);
  }
  .sec-appeal .appeal-image {
    margin-top: -40px;
  }
}
@media screen and (max-width: 600px) {
  .sec-appeal .more {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}

/* クペリパートナー */
.title-decorate {
  border-radius: 30px 0px 0px 30px;
  border-style: solid;
  border-width: 0px 0px 3px 20px;
  border-color: #ff91a0;
  padding: 5px 0 5px 10px;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

.sec-partner {
  border-image-source: linear-gradient(rgba(255, 145, 160, 0.2705882353), rgba(255, 145, 160, 0.2705882353));
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 2em 100vw;
  border-image-repeat: stretch;
  margin-top: 8em;
  margin-bottom: 2em;
}
.sec-partner .caption {
  text-align: center;
  border-bottom: double #ff91a0;
  padding: 20px 0 10px 0;
  color: #ff91a0;
  margin-bottom: 20px;
}
.sec-partner .slider-item {
  color: #7a7a7a;
}
.sec-partner .teacher_name {
  text-align: center;
  font-family: "Sawarabi Gothic", Sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 24px;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
}
.sec-partner .teacher_name a {
  color: #ff91a0;
  text-decoration: none;
}
.sec-partner .teacher_title {
  text-align: center;
  font-size: 14px;
  line-height: 2.7em;
  margin: 0px 0 0;
}

.slick-track {
  display: flex !important;
  height: 500px;
  align-items: stretch;
}

.slider-item {
  margin-inline: 0.5em;
  padding: 0.3em 0.3em 1em;
  background-color: #fff;
  flex-grow: 1;
}

.teacher_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7; /* 最大行数を2行に設定 */
}

.slick-dots {
  display: none;
}