@charset "UTF-8";
/* CSS Document */
:root {
  --serif: "Shippori Mincho", serif;
  --round: "Zen Maru Gothic", serif;
  --sans: "Noto Sans JP", sans-serif;
  --brown: #;
}

.serif {
  font-family: var(--serif);
}
.round {
  font-family: var(--round);
}
.sans {
  font-family: var(--sans);
}

@media (min-width: 481px) {
  .sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
}
.kodomo img {
  vertical-align: middle;
}
.kodomo a:hover {
  opacity: 0.8;
}
.kodomo .kodomoSection {
  background-color: #ecede1;
  margin: auto;
  display: block;
}

.kodomo .PageTitle {
  margin: auto;
  max-width: 500px;
  padding-top: 48px;
  width: 100%;
}
.kodomo .PageTitle img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .kodomo .sectionHeader {
    flex-direction: column;
    width: 90%;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-top: 32px;
    .logo {
      flex-basis: 100%;
      flex-grow: 1;
    }
    .logo img {
      max-width: 150px;
    }
    .title {
      flex-basis: 100%;
      flex-grow: 1;
    }
  }
}
.kodomo .sectionInner {
  max-width: 1040px;
  margin: auto;
  width: 100%;
  padding: 32px;
}

.text01 {
  padding: 24px;
  font-size: 20px;
  font-family: var(--round);
  text-align: center;
  position: relative;
  z-index: 3;
}
.kodomo .guideMenu {
  background-color: white;
}
.kodomo .logoKodomo {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  padding: 0;
  /* background-color: #ecede1; */
  background-color: white;
}

.kodomo .logoKodomo a {
  width: 100%;
  height: auto;
  display: block;
}
.logoKodomo img {
  width: 100%;
  max-width: 860px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}
.kodomoSection h2 {
  background-color: #f0eb4b;
  padding: 8px 16px;
  margin: 32px 0 16px 0;
  font-size: 20px;
  line-height: 32px;
  width: fit-content;
}
.kodomo .areaHeader {
  background-color: #333;
  color: white;
}
.kodomo .bgillust01 {
  position: absolute;
  top: 400px;
  left: 30px;
  z-index: 1;
  width: 300px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .kodomo .bgillust01 {
    position: absolute;
    top: 500px;
    left: 10px;
    z-index: 1;
    width: 200px;
  }
}
.kodomo .bgillust02 {
  position: absolute;
  top: 1000px;
  right: 30px;
  z-index: 1;
  width: 300px;
  width: 300px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .kodomo .bgillust02 {
    position: absolute;
    top: 1000px;
    right: 10px;
    z-index: 1;
    width: 200px;
    opacity: 0.5;
  }
}
.kodomo .bgillust03 {
  position: absolute;
  top: 1400px;
  left: 30px;
  z-index: 1;
  width: 300px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .kodomo .bgillust03 {
    position: absolute;
    top: 1400px;
    left: 10px;
    z-index: 1;
    width: 200px;
  }
}
.kodomo .bgillust04 {
  position: absolute;
  top: 1800px;
  right: 30px;
  z-index: 1;
  width: 300px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .kodomo .bgillust04 {
    position: absolute;
    top: 2000px;
    right: 10px;
    z-index: 1;
    width: 200px;
  }
}
.kodomo .titleText01 img {
  width: 100%;
}
.kodomo .center {
  text-align: center;
  margin: auto;
}
.kodomo .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .kodomo .flex {
    flex-flow: column;
  }
}
.articleContent {
  background-color: white;
  padding: 32px;
}
.eventList {
  gap: 48px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .eventList {
    gap: 32px 16px;
    flex-flow: column;
  }
}
.eventList > li {
  flex-basis: calc((100% - 96px) / 4);
  flex-grow: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .eventList > li {
    flex-basis: calc((100% - 32px) / 2);
    flex-grow: 0;
  }
}

.eventList > li .bgimage {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ddd;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  margin-top: 24px;
  z-index: 1;
}
.eventList > li::after {
  content: attr(data-month);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  font-size: 22px;
  padding: 4px 16px;
  border-radius: 48px;
  background-color: #f0eb4b;
  color: #333;
  width: fit-content;
  margin: auto;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eventList h4 {
  font-size: 1.1rem !important;
  line-height: 1.4rem;
  padding: 12px 0;
  font-family: var(--round);
  font-weight: 700;
  font-style: normal;
  text-align: center;
  height: 56px;

  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .eventList h4 {
    font-size: 1.3rem !important;
    line-height: 1.4rem;
    height: auto;
    min-height: max-content;
  }
}
.eventList p {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 16px 8px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.kodomo .orange-btn {
  display: block;
  padding: 16px 45px;
  color: white;
  font-weight: 700;
  border-radius: 15px;
  font-size: 24px;
  text-align: center;
  width: fit-content;
  background-color: #ec6810;
  font-family: var(--round);
  margin: 32px auto;
}

#mainContent .kodomoSection .areaHeader {
  background-color: #ec6810;
  color: white;
}
#mainContent .kodomoSection .areaHeader h3 {
  color: white;
}
.kodomoSection {
  color: #655a53;
}
.kodomoSection article {
  background-color: white;
  color: #333;
}

.kodomo .att {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  border: 1px solid #666666;
  padding: 24px;
  width: 100%;
  margin: 32px auto;
}
.freeContent {
  max-width: 1040px;
  margin: auto;
}

