@charset "UTF-8";
/* ===============================================
# 上書き
=============================================== */
.sectitle {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #3fa9f5;
  font-size: 1.35em;
}

.mainblock .sec {
  -webkit-margin-after: 5.4545454545%;
          margin-block-end: 5.4545454545%;
}

.sec:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
.sec:where(.wp-block-columns.is-layout-flex) .sec-header {
  margin-inline: 3.1818181818%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 1em;
}
.sec:where(.wp-block-columns.is-layout-flex) .sectitle {
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding-bottom: 0.75em;
  border-bottom: 2px dashed #3fa9f5;
}
.sec:where(.wp-block-columns.is-layout-flex) .lead {
  font-size: 1.17em;
  color: #919191;
  font-size: clamp(15px, 1.9vw, 21px);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  word-break: keep-all;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .sec:where(.wp-block-columns.is-layout-flex) .sectitle img {
    display: block;
    margin: auto;
    margin-bottom: 0.65em;
  }
}
@media screen and (max-width: 768px) {
  .sec:where(.wp-block-columns.is-layout-flex) {
    margin-top: 4em;
  }
  .sec:where(.wp-block-columns.is-layout-flex) .sectitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .sec:where(.wp-block-columns.is-layout-flex) .sectitle img {
    display: inline-block;
  }
}
.sec:where(.wp-block-columns.is-layout-flex) .lead {
  font-size: clamp(16px, 5vw, 19px);
}

/* ===============================================
# キービジュアル
=============================================== */
.keyVisual {
  background: url(../images/top/keyvisual-bg_pc.png) center top;
  padding-block: 2.2727272727%;
  -webkit-margin-after: 4.5454545455%;
          margin-block-end: 4.5454545455%;
}
.keyVisual img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .keyVisual {
    position: relative;
    -webkit-margin-after: 26.6666666667%;
            margin-block-end: 26.6666666667%;
  }
  .keyVisual::after {
    position: absolute;
    content: "";
    display: block;
    height: auto;
    width: 54.9333333333%;
    max-width: 206px;
    aspect-ratio: 206/211;
    background: url(../images/top/keyvisual_aw_sp.png) center center no-repeat;
    background-size: contain;
    bottom: 0;
    bottom: -35%;
  }
}
@media screen and (max-width: 768px) and (max-width: 513px) {
  .keyVisual {
    aspect-ratio: 513/280;
  }
}
@media screen and (max-width: 512px) {
  .keyVisual picture {
    overflow: hidden;
    min-height: 252px;
    width: 100%;
  }
  .keyVisual picture img {
    min-width: 512px;
    aspect-ratio: 128/63;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ===============================================
# お知らせ（sec-news）
=============================================== */
.secbox-news {
  background-color: #b9e6fa;
  aspect-ratio: 807/389;
  padding-top: 4.9566294919%;
  padding-inline: 7.1871127633%;
  border-radius: 20px;
}
@media print, screen and (min-width: 769px) {
  .secbox-news {
    padding-bottom: 3.0978934325%;
  }
}
@media screen and (max-width: 768px) {
  .secbox-news {
    width: 100%;
    padding-bottom: 4.9566294919%;
  }
}

.sec-news .entrybox-news {
  display: flex;
  gap: 1em;
}
.sec-news .entry-excerpt {
  width: calc((100% - 2em) / 3);
  font-size: 0.825em;
}
.sec-news .entry-excerpt .entry-name {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.21em;
}
.sec-news .eyecatch {
  aspect-ratio: 19/21;
  overflow: hidden;
  margin-bottom: 0.8em;
}
.sec-news .eyecatch img {
  aspect-ratio: 19/21;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-news .entry-time {
  min-width: 5.6em;
  color: #3fa9f5;
  font-size: 1.16em;
}
@media print, screen and (min-width: 769px) {
  .sec-news .news-secheader:after {
    position: absolute;
    content: "";
    display: block;
    width: 15.3583617747%;
    aspect-ratio: 45/64;
    background: url(../images/top/top-album-aw.png) center center no-repeat;
    background-size: contain;
    bottom: -3%;
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .entrybox-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
  }
  .sec-news .entry-excerpt {
    width: 100%;
    font-size: 0.825em;
  }
  .sec-news .secbox-news {
    position: relative;
  }
  .sec-news .secbox-news:after {
    position: absolute;
    content: "";
    display: block;
    width: 12%;
    aspect-ratio: 45/64;
    background: url(../images/top/top-album-aw.png) center center no-repeat;
    background-size: contain;
    bottom: 4%;
    right: 4%;
  }
  .sec-news .secbox-news .eyecatch {
    aspect-ratio: 163/125;
  }
  .sec-news .secbox-news .eyecatch img {
    aspect-ratio: 163/125;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-news .secbox-news .go-index.sp_disp {
    position: absolute;
    bottom: 25%;
    right: 9%;
  }
}

/* ===============================================
# 園の地図と住所（sec-access）
=============================================== */
.sec-access {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #919191;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-access .secbox-siteinfo {
    justify-content: space-evenly;
    width: 71.8181818182%;
    min-width: 600px;
    margin-top: 6.3291139241%;
    font-size: clamp(1rem, 0.1666666667rem + 1.6666666667vw, 1.3125rem);
  }
  .sec-access .secbox-siteinfo figure {
    width: 41.3924050633%;
  }
}
.sec-access .inbox {
  margin-block: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 1em;
}
.sec-access .inbox > .wp-block-group__inner-container {
  display: contents;
}
.sec-access .inbox p {
  margin: 0;
}
.sec-access .inbox .address {
  grid-column: 1/3;
  grid-row: 1/2;
}
.sec-access .inbox .tel {
  grid-column: 1/2;
  grid-row: 2/3;
}
.sec-access .inbox .tel a {
  color: currentColor;
  text-decoration: none;
}
.sec-access .inbox .fax {
  grid-column: 2/3;
  grid-row: 2/3;
}
.sec-access::after {
  position: relative;
  content: "";
  width: 100vw;
  height: 31px;
  background: url(../images/top/line_pc.png) center center repeat-x;
  margin: 5% calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .sec-access .sectitle {
    font-size: 1.6em;
    margin-bottom: 0.3em;
  }
  .sec-access .secbox-googlemap {
    width: 100%;
  }
  .sec-access .secbox-googlemap iframe {
    width: 100%;
  }
  .sec-access .secbox-siteinfo {
    flex-direction: column;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
  .sec-access .inbox {
    display: block;
    font-size: 1.1em;
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
  .sec-access .tel,
.sec-access .fax {
    font-size-adjust: 0.5;
    letter-spacing: 0.4px;
  }
}

/* ===============================================
# 駐車場案内（sec-parking）
=============================================== */
@media print, screen and (min-width: 769px) {
  .parking-secheader .sectitle {
    padding-top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .parking-secheader .sectitle {
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width: 769px) {
  .parking-secheader:after {
    position: relative;
    content: "";
    display: block;
    width: 35%;
    aspect-ratio: 61/87;
    background: url(../images/top/top-parking-aw2_pc.png) center center no-repeat;
    background-size: contain;
    left: 30%;
    top: 6%;
  }
}
@media screen and (max-width: 768px) {
  .sec-parking.wp-block-columns {
    display: block;
  }
  .sec-parking.wp-block-columns .parking-map {
    position: relative;
  }
  .sec-parking.wp-block-columns .parking-map:after {
    position: absolute;
    content: "";
    display: block;
    width: 12%;
    aspect-ratio: 61/87;
    background: url(../images/top/top-parking-aw2_pc.png) center center no-repeat;
    background-size: contain;
    left: 8%;
    top: 15%;
  }
}
/* ===============================================
# 問い合わせ（sec-contact）
=============================================== */
.sec-contact {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-contact .contact-button {
  width: 23.9090909091%;
  position: absolute;
  bottom: 9.8859315589%;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec-contact .contact-button {
    width: 84.2666666667%;
  }
}
.sec-contact .tel.callnumber {
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  height: 2.8em;
  margin: auto;
  width: 80%;
}
.sec-contact .tel.callnumber a {
  text-indent: 100%;
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}