@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .textblock {
    text-align: center;
  }
}
.sec-title {
  font-family: "Kiwi Maru";
  font-size: 21px;
  color: #6b9cdf;
  font-weight: 600;
}

/* ----------------------------- */
/* ----------------------------- */
/*1： banner*/
.sec.sec-banner {
  -webkit-margin-after: 4em;
          margin-block-end: 4em;
}

/* 2お知らせ*/
.sec-news {
  position: relative;
}
.sec-news::after {
  content: "　";
  display: block;
  height: calc(100% - 16em);
  width: 72%;
  position: absolute;
  top: 12em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #6b9cdf 1px, transparent 1px);
  background-size: 8px 100%, 100% 6em;
  line-height: 6em;
}
.sec-news .entrybox {
  margin-block: 1em;
  padding-block: 3em 0.8em;
  width: 100%;
  position: relative;
  min-height: 380px;
  border-image-source: url(../images/top/border_pc.png);
  border-image-slice: 45;
  border-image-width: 45px;
  border-image-outset: 4px 4px 8px;
  border-image-repeat: round;
}
.sec-news .entrybox::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
}
.sec-news .entrybox::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
}
.sec-news .entry {
  width: 72%;
  height: 6em;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-news .entry a {
  display: block;
  text-decoration: none;
}
.sec-news .day {
  margin-block: 0;
  font-size: 0.9em;
  color: #6b9cdf;
}
.sec-news .go-index {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 1.5em;
  right: 1em;
  z-index: 1;
  padding: 0.3em 0.8em;
  border-radius: 9999px;
  background-color: #6b9cdf;
}
@media print, screen and (min-width: 769px) {
  .sec-news {
    background: url(../images/top/top-info-awbg_pc.png) no-repeat center 90%;
    background-size: 95%;
  }
  .sec-news .go-index {
    bottom: 1.5em;
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    background: url(../images/top/top-info-awbg_sp.png) no-repeat 90% 90%;
    background-size: 40%;
  }
  .sec-news.sec {
    margin-bottom: 6rem;
  }
  .sec-news::before {
    content: "";
    position: absolute;
    width: 6%;
    background: url(../images/top/top-info-awbg2_sp.png) no-repeat top center;
    aspect-ratio: 35/92;
    bottom: 2em;
    left: 4%;
    background-size: contain;
    z-index: 1;
  }
  .sec-news .sec-title {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
  .sec-news .entrybox {
    padding-block: 2em 0.8em;
  }
}

/* 3：園掲示板*/
.sec-dlpdf {
  padding-inline: 4%;
  position: relative;
}
.sec-dlpdf .sec-title {
  aspect-ratio: 29/28;
}
.sec-dlpdf .dl-itembox {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec-dlpdf {
    border-image-source: url(../images/top/border_pc.png);
    border-image-slice: 45;
    border-image-width: 45px;
    border-image-outset: 12px 4px 20px;
    border-image-repeat: round;
    position: relative;
    z-index: 1;
  }
  .sec-dlpdf::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/top/top-info-bg_pc.png) no-repeat center center;
    background-size: contain;
    aspect-ratio: 1133/186;
    top: -1.8em;
    left: 50%;
    transform: translate(-51%, 0);
    z-index: -1;
    width: 102.5%;
  }
  .sec-dlpdf .sec-title {
    width: 18%;
    margin-top: -1em;
    flex-grow: 1;
  }
  .sec-dlpdf .dl-itembox {
    flex-grow: 2;
    flex-wrap: nowrap;
  }
  .sec-dlpdf .dlpdf {
    width: 32.6666666667%;
  }
  .sec-dlpdf .dlpdf a {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    aspect-ratio: 105/19;
    max-width: 210px;
  }
  .sec-dlpdf .item-important {
    background: url(../images/top/top-info-important_pc.png) no-repeat center center;
    background-size: contain;
  }
  .sec-dlpdf .item-complaint {
    background: url(../images/top/top-info-complaint_pc.png) no-repeat center center;
    background-size: contain;
  }
  .sec-dlpdf .item-evaluation {
    background: url(../images/top/top-info-evaluation_pc.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .sec-dlpdf {
    border-image-source: url(../images/top/border_pc.png);
    border-image-slice: 45;
    border-image-width: 45px;
    border-image-outset: 0px 4px 0px;
    border-image-repeat: round;
    position: relative;
    z-index: 1;
    position: relative;
    padding-bottom: 2.2em;
    background: url(../images/top/content_bg-top_sp.png) no-repeat center 0.8em;
    background-size: contain;
  }
  .sec-dlpdf::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    background: url(../images/top/content_bg-bottom_sp.png) no-repeat top center;
    aspect-ratio: 179/15;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: cover;
    z-index: -1;
  }
  .sec-dlpdf::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 89%;
    background: url(../images/top/content_bg-body_sp.png) repeat-y top center;
    top: 7%;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: contain;
    z-index: -1;
  }
  .sec-dlpdf.is-layout-flex {
    display: block;
  }
  .sec-dlpdf .sec-title {
    width: 45%;
    margin-top: -1em;
  }
  .sec-dlpdf .dl-itembox.is-layout-flex {
    display: block;
    margin-block: 2.5em;
  }
  .sec-dlpdf .dl-itembox::after {
    position: absolute;
    display: block;
    content: "";
    width: 48%;
    aspect-ratio: 30/29;
    background: url(../images/top/top-info-bg_sp.png) no-repeat center center;
    top: 1em;
    right: 0;
    background-size: contain;
  }
  .sec-dlpdf .dlpdf {
    margin-block: 2.5em;
  }
  .sec-dlpdf .dlpdf a {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    aspect-ratio: 61/10;
  }
  .sec-dlpdf .item-important {
    background: url(../images/top/top-info-important_sp.png) no-repeat center center;
    background-size: contain;
  }
  .sec-dlpdf .item-complaint {
    background: url(../images/top/top-info-complaint_sp.png) no-repeat center center;
    background-size: contain;
  }
  .sec-dlpdf .item-evaluation {
    background: url(../images/top/top-info-evaluation_sp.png) no-repeat center center;
    background-size: contain;
  }
}

/* 4：園の概要*/
figure > table tr > td {
  padding-block: 1.2em !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  border-left: none !important;
  border-right: none !important;
}

.sec-outline figure,
.sec-opentitle figure {
  width: 100%;
  margin: auto;
}

.container-top table {
  width: 100%;
  margin: auto;
}
.container-top table tr > td:nth-of-type(1) {
  background-color: #d9f0f8;
  text-align: center;
  padding-inline: 1.5em;
  width: 25%;
}
.container-top table tr > td:nth-of-type(2) {
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .container-top table tr > td:nth-of-type(1) {
    white-space: nowrap;
    padding-inline: 0.5em;
  }
}

.sec-opentitle .table-basic > table {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}

/* 5：Googleマップ*/
.sec-map iframe {
  width: 100%;
}