@charset "UTF-8";
/* 共通 */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
@media print, screen and (min-width: 769px) {
  .site-logo {
    width: 25%;
  }
}
.Overbg {
  position: relative;
  border-image-source: linear-gradient(#fff3be, #fff3be);
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
}
.Overbg_b {
  position: relative;
  border-image-source: linear-gradient(rgba(214, 184, 150, 0.3), rgba(214, 184, 150, 0.3));
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
}
@media screen and (min-width: 2401px) {
  .Overbg {
    margin-top: 170px !important;
    border-image-outset: 0 100vw 3em 100vw;
  }
  .Overbg::before {
    position: absolute;
    content: "";
    background: url(../images/page/yellow‗bg_pc.png) no-repeat top center;
    height: 201px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    top: -200px;
    background-size: auto;
  }
  .Overbg_b {
    margin-top: 170px !important;
    border-image-outset: 0 100vw 3em 100vw;
  }
  .Overbg_b::before {
    position: absolute;
    content: "";
    background: url(../images/page/brown-bg_pc.png) no-repeat top center;
    height: 150px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    top: -150px;
    background-size: auto;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 2400px) {
  .Overbg {
    margin-top: 150px !important;
    border-image-outset: 0 100vw 3em 100vw;
  }
  .Overbg::before {
    position: absolute;
    content: "";
    background: url(../images/page/yellow‗bg_pc.png) no-repeat top center;
    height: 201px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    top: -160px;
    background-size: 185% 100%;
  }
  .Overbg_b {
    margin-top: 150px !important;
    border-image-outset: 0 100vw 3em 100vw;
  }
  .Overbg_b::before {
    position: absolute;
    content: "";
    background: url(../images/page/brown-bg_pc.png) no-repeat top center;
    height: 150px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .Overbg {
    margin-block: 3em 2em !important;
    border-image-outset: 0 100vw 1.5em 100vw;
  }
  .Overbg::before {
    position: absolute;
    content: "";
    background: url(../images/page/yellow‗bg_sp.png) no-repeat top center;
    background-size: cover;
    aspect-ratio: 754/73;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    top: -2.2em;
    z-index: -1;
  }
  .Overbg_b {
    margin-block: 5em 2em !important;
    border-image-outset: 2em 100vw 2em 100vw;
  }
}

@media screen and (max-width: 768px) {
  .timeline-img img {
    aspect-ratio: 1065/617;
  }
}
.sec .sec-title {
  margin-bottom: 0.8em;
}

.line {
  padding-bottom: calc(1em + 12px);
  background: url(../images/page/line.png) bottom left repeat-x;
}

.contact-info {
  line-height: 1.2;
}
.contact-info .sitename {
  color: #ed4830;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin: 0;
}
.contact-info .tel a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #212529;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.contact-info .tel a::before {
  content: "";
  background: url(../images/tel.png) no-repeat center center;
  background-size: 75%;
  background-color: #212529;
  border-radius: 100%;
  width: 1.1em;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  .contact-info a {
    margin: auto;
    padding: 0.5em 0;
  }
}

.sec-title:has(img) {
  text-align: center;
}

.notes {
  list-style: none;
  padding-left: 1.3em;
}
.notes .item {
  position: relative;
}
.notes .item::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: -1em;
  left: -1.3em;
}

/* -----------------------------
//園の概要 
-----------------------------*/
.mainblock-about h4 {
  color: #ff1700;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .policy-column p:last-of-type {
    margin-bottom: 0;
  }
  .policy-img.is-layout-flex {
    margin-block: 2em;
  }
  .sec-educationalpolicy .Overbg img {
    aspect-ratio: auto 549/791;
  }
}
/* 保育提供日及び時間 */
.sec-open {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sec-open .lead-text {
  font-size: clamp(22px, 2.5vw, 30px);
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec-open .lead-text {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
.sec-open h4 {
  font-size: 1.2em;
}
.sec-open dl {
  margin-bottom: 2em;
  overflow: hidden;
}
.sec-open dt {
  background: #ff1700;
  color: #fff;
  padding-inline: 0.8em;
  padding-block: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  margin-bottom: 0.3em;
}
.sec-open dd {
  margin-left: 0;
}
.sec-open dd:not(.mark-none)::before {
  content: "◆";
  display: inline-block;
  padding-right: 2px;
}
.sec-open dd span {
  display: inline-block;
  min-width: calc(130px + 1em + 1.8em);
  -webkit-padding-end: 0.8em;
          padding-inline-end: 0.8em;
  position: relative;
}
.sec-open dd span::after {
  position: absolute;
  content: "⇒";
  display: block;
  top: 0;
  right: 0.8em;
}
@media screen and (max-width: 768px) {
  .sec-open dd span {
    min-width: calc(120px + 0.5em);
  }
}

.opentime {
  margin-block: 1.5em;
  font-size: 1.1em;
}

.attention-list {
  font-size: 1.08em;
  list-style: none;
  padding-left: 0;
}
.attention-list .point-text {
  color: #ed4830;
}

/* 園の一日 */
@media screen and (max-width: 768px) {
  .sec-timeline .tab-area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-timeline .tab {
    width: 50%;
  }
}
/* 園の施設図 */
.floormap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.floormap .wp-block-group__inner-container {
  display: contents;
}
.floormap .bubble-left {
  margin-top: -21%;
  width: 45%;
}
.floormap .bubble-right {
  margin-top: -5%;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .mainblock > .sec-floormap {
    -webkit-margin-after: 8em;
            margin-block-end: 8em;
  }
}
@media screen and (max-width: 768px) {
  .sec-floormap {
    -webkit-margin-after: 5em !important;
            margin-block-end: 5em !important;
  }
  .sec-floormap .floormap {
    position: relative;
  }
  .sec-floormap .floormap .modaal-img {
    position: absolute;
    right: -0.5%;
    top: 10%;
    width: 20.3846153846%;
  }
  .sec-floormap .zoom-list {
    display: flex;
    list-style: none;
  }
}
/* 飛鳥学院全体で子育て支援 */
.sec-support h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.361rem + 1.852vi, 1.75rem);
  margin: auto;
}
.sec-support p {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.sec-support p mark {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
}

.support-list {
  margin-top: 1em;
  background: #fff6d3;
  padding: 4.1% 7%;
  border-radius: 6em;
}
.support-list .line {
  margin-top: 1em;
  width: 100%;
}
.support-list .line p {
  width: 100%;
}

.contact-point {
  grid-template-columns: repeat(2, auto) !important;
}
.contact-point > p {
  padding: 0.8em 0;
}
.contact-point .mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-point .mail img {
  width: 80%;
  margin: auto;
}
.contact-point .contact-info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 0.361rem + 1.852vi, 1.75rem);
}

@media screen and (max-width: 768px) {
  .support-list {
    border-radius: 2.8em;
  }
  .contact-point.is-layout-grid {
    display: block;
    text-align: center;
  }
  .contact-point.is-layout-grid .mail {
    margin: 0.5em;
  }
}
/*　下の写真 */
@media screen and (max-width: 768px) {
  .about-gallery > .wp-block-column:nth-last-of-type(3) {
    display: none;
  }
  .about-gallery.wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
/* -----------------------------
// 子育て支援　pagecontainer-support
-----------------------------*/
.pagecontainer-support {
  word-break: auto-phrase;
  font-family: "Kosugi Maru", sans-serif;
}
.pagecontainer-support h4 {
  margin-top: 4.5%;
  color: #ed4830;
}
.pagecontainer-support .open-list {
  margin-block: 1em;
  overflow: hidden;
}
.pagecontainer-support .open-list dt {
  width: 300px;
}
.pagecontainer-support .open-list dt::before {
  content: "◆";
  display: inline-block;
  padding-right: 0.3em;
}
.pagecontainer-support .open-list dd {
  margin-left: 0;
}
.pagecontainer-support .open-list dd ~ dd {
  width: 100%;
  margin-left: 4em;
}
@media print, screen and (min-width: 769px) {
  .pagecontainer-support .open-list .list-item {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .pagecontainer-support .open-list .list-item dd {
    margin-left: 1.3em;
  }
}
.pagecontainer-support .contact-info {
  font-style: normal;
}
.pagecontainer-support .tel a {
  color: #ed4830;
}
.pagecontainer-support .tel a::before {
  background-color: #ed4830;
}

.sec-yamaboushi {
  gap: 0;
}
.sec-yamaboushi .contact-info {
  padding-left: 25px;
  line-height: 1.4;
}
.sec-yamaboushi .name {
  color: #ed4830;
}
.sec-yamaboushi .notes:nth-of-type(2) .item:first-of-type {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.sec-yamaboushi .notes:nth-of-type(2) .item:first-of-type::before {
  content: "★";
}
.sec-yamaboushi .inbox-machikomi {
  width: 100%;
  margin-top: 1em;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .sec-yamaboushi h4 {
    font-size: 1.45em;
  }
  .sec-yamaboushi .contact-info {
    margin-top: 0.5em;
  }
  .sec-yamaboushi .contact-info .name {
    font-size: 1.2em;
    padding-left: 4.2rem;
    margin-top: 0.3em;
  }
  .sec-yamaboushi .contact-info .tel {
    font-size: 1.3em;
    padding-left: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-yamaboushi h4 {
    font-size: 1.25em;
    margin-top: 1.6em;
  }
  .sec-yamaboushi .contact-info .name {
    padding-left: 3rem;
  }
  .sec-yamaboushi .contact-info .tel {
    font-size: 1.5em;
    padding-left: 3rem;
    line-height: 1;
  }
}

.event-info {
  gap: 0;
  margin-top: 3.5em !important;
  align-items: flex-start !important;
}
.event-info .field-event a {
  text-decoration: none;
  color: #333;
}
.event-info .pdf-item {
  display: flex;
  position: relative;
  margin-top: 1em;
  margin-left: 1em;
}
.event-info .pdf-item::before {
  content: "";
  background: url(../images/page/PDF.png) center center no-repeat;
  background-size: contain;
  width: 100px;
  aspect-ratio: 600/737;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .event-info .pdf-item {
    gap: 10px;
    margin-top: 1em;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .event-info .pdf-item {
    flex-direction: column;
  }
}

.sec-asuka {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}
.sec-asuka > .wp-block-group__inner-container {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 50px 80px;
}
.sec-asuka .open-list {
  margin-block: 1em;
}
.sec-asuka .open-list .list-item {
  flex-wrap: wrap;
  align-items: center;
}
.sec-asuka .open-list dt {
  width: 4em;
  white-space: nowrap;
}
.sec-asuka .open-list dd span {
  font-size: 1.4em;
  color: #ed4830;
  font-weight: 600;
}
.sec-asuka .open-list:first-of-type {
  margin-bottom: 0em;
}
.sec-asuka .open-list:nth-of-type(2) {
  margin-top: 0.5em;
}
.sec-asuka .activetime {
  margin-block: 0em;
}
.sec-asuka .tel a {
  font-size: 1.4em;
}
.sec-asuka .inbox-agreement {
  margin-top: 3em;
  padding-bottom: 2em;
  position: relative;
  z-index: 0;
}
.sec-asuka .inbox-agreement .inbox-title img {
  width: calc(100% - 0.5px);
  margin-left: 0.5px;
}
.sec-asuka .inbox-agreement::after {
  z-index: -1;
  content: "";
  border: 8px solid #ed4830;
  border-radius: 30px;
  border-top: none;
  position: absolute;
  top: 45px;
  left: 0.09%;
  height: calc(100% - 45px);
  width: 99.9%;
  display: block;
}
.sec-asuka .inbox-agreement > .inbox {
  margin-inline: 3em;
}
@media screen and (max-width: 768px) {
  .sec-asuka .inbox-agreement .inbox-title img {
    width: 100%;
    height: auto;
    aspect-ratio: 700/118;
  }
}
.sec-asuka .inbox-agreement::after {
  border-radius: 20px;
  height: calc(100% - 42px);
  width: 99.5%;
  top: 42px;
  left: 0.3%;
  border-top: 8px solid #ed4830;
}
.sec-asuka .inbox-agreement > .inbox {
  margin-inline: 1.5em;
}
.sec-asuka .manual {
  list-style-type: none;
  counter-reset: number;
  padding-left: 1.6em;
}
.sec-asuka .manual li {
  position: relative;
}
.sec-asuka .manual li::before {
  content: counter(number);
  counter-increment: number;
  left: -1.25em;
  position: absolute;
}
.sec-asuka .manual li:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.18em;
  left: -1.55em;
  /* transform: translateY(-50%); */
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #000;
  border-radius: 100%;
}
.sec-asuka .go_application-form {
  margin-block: 3em 0;
}
.sec-asuka .inbox h4 {
  font-size: 1.2em;
}
.sec-asuka .inbox-address {
  margin-top: 2em;
}
.sec-asuka .contact-info {
  display: flex;
  color: #ed4830;
  gap: 1em;
}
.sec-asuka .contact-info .tel a {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .sec-asuka > .wp-block-group__inner-container {
    background-color: #fff;
    border-radius: 30px;
    padding: 0 0.8em 2em;
  }
}
.sec-asuka .contact-info {
  display: block;
  font-size: 1.5em;
  text-align: center;
}

.image-box.Overbg {
  margin-top: 0 !important;
  margin-bottom: 3em;
  border-image-outset: 1em 100vw 1em 100vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.image-box.Overbg::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .image-box.Overbg img {
    background-size: cover;
    aspect-ratio: 699/788;
  }
}
.image-box.Overbg .inbox-agreement {
  position: relative;
  padding-bottom: 2em;
}
.image-box.Overbg .inbox-agreement::after {
  top: 4%;
  height: 96%;
}
.image-box.Overbg .inbox-agreement > .inbox {
  margin-inline: 3em;
}

/* -----------------------------
// 子育て支援：一時預かり申し込み　
//pagecontainer-support mainblock-booling
-----------------------------*/
.start_booking_package {
  width: 100%;
}
.start_booking_package button {
  background: #6bb6ff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  border: 0;
  border-bottom: 4px solid #1d7fde;
}
.start_booking_package #returnToCalendarButton,
.start_booking_package #returnToDayListButton,
.start_booking_package #returnToSchedules {
  background: #ddd;
  border-bottom-color: #aaa;
  color: #333;
}
.start_booking_package .invalid-click {
  pointer-events: none;
}

.sec-form .formname {
  display: flex;
  color: #ed4830;
  font-size: 1.45em;
  align-items: center;
  width: 100%;
  gap: 0.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.sec-form .formname:before, .sec-form .formname:after {
  content: "";
  height: 8px;
  flex-grow: 1;
  background-image: url(../images/page/dotline.png);
  background-repeat: space;
}