/* little
---------------------------------------------------------------------------- */
.p-book-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4rem 0 0 0;
}

.p-book-img {
  width: 36rem;
}
.p-book-img img {
  border-radius: 2rem;
}

.p-book-icn {
  width: 18rem;
}

.p-little-table {
  background: url(../../images/little/img_little.png) no-repeat right 15rem center;
  background-size: 25rem auto;
}

@media screen and (max-width: 767px) {
  .p-book-box {
    gap: 5.3333333333vw;
    padding: 10.6666666667vw 0 0 0;
  }
  .p-little-table {
    background: url(../../images/little/img_little.png) no-repeat right bottom 53.3333333333vw;
    background-size: 40vw auto;
  }
}
/* blog
---------------------------------------------------------------------------- */
.p-blog p {
  line-height: 2;
  margin-bottom: 1em;
}

.p-blog-ttl {
  font-size: 2.4rem;
  color: #a48648;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.p-blog-date {
  font-size: 1.6rem;
  color: #a48648;
  font-weight: 700;
  text-align: right;
  margin-bottom: 1rem;
}

.p-list-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-list-pager ul a {
  color: #a48648;
  text-decoration: none;
}
.p-list-pager ul a:hover {
  text-decoration: underline;
}
.p-list-pager .p-list-pager-prev {
  margin: 0 auto 0 0;
}
.p-list-pager .p-list-pager-next {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .p-blog p {
    line-height: 2;
    margin-bottom: 1em;
  }
  .p-blog-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-blog-date {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* about
---------------------------------------------------------------------------- */
.p-numlist li {
  list-style-type: decimal;
  margin-left: 2em;
  line-height: 2;
}

.p-bus-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0 0 0;
}

.p-bus-img {
  width: 25rem;
}
.p-bus-img img {
  border-radius: 2rem;
}

.p-bus-txt {
  width: calc(80% - 29rem);
}

.p-lesson-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem 0 0 0;
}

.p-lesson-img {
  width: 25rem;
}
.p-lesson-img img {
  border-radius: 2rem;
}

.p-lesson-txt {
  width: calc(80% - 29rem);
}

.p-bn-takanedai {
  max-width: 30rem;
}

.p-bn-little {
  max-width: 80%;
}

.p-about-feature {
  background-image: url(../../images/about/icn_sheep.png), url(../../images/about/icn_pigeon.png);
  background-size: 15rem auto, 20rem auto;
  background-position: left 10rem top, right 5rem top;
  background-repeat: no-repeat;
}

.p-about-outline {
  background: url(../../images/about/icn_bag.png) no-repeat right 25rem bottom 5rem;
  background-size: 20rem auto;
}

.p-about-bus {
  background: url(../../images/about/icn_bus.png) no-repeat right 10rem center;
  background-size: 20rem auto;
}

@media screen and (max-width: 767px) {
  .p-bus-box {
    display: block;
    padding: 5.3333333333vw 0 0 0;
  }
  .p-bus-img {
    width: 100%;
    text-align: right;
  }
  .p-bus-img img {
    border-radius: 5.3333333333vw;
    width: 50%;
  }
  .p-bus-txt {
    width: 100%;
    padding: 5.3333333333vw 0 0 0;
  }
  .p-lesson-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5.3333333333vw 0 0 0;
  }
  .p-lesson-img {
    width: calc(50% - (2.6666666667vw));
  }
  .p-lesson-img img {
    border-radius: 5.3333333333vw;
  }
  .p-lesson-txt {
    width: 100%;
  }
  .p-bn-takanedai {
    max-width: 80%;
  }
  .p-bn-little {
    max-width: 100%;
  }
  .p-about-feature {
    background-image: url(../../images/about/icn_sheep.png);
    background-size: 18.6666666667vw auto;
    background-position: left 2.6666666667vw top;
    background-repeat: no-repeat;
  }
  .p-about-outline {
    background: url(../../images/about/icn_bag.png) no-repeat right top;
    background-size: 21.3333333333vw auto;
  }
  .p-about-bus {
    background: url(../../images/about/icn_bus02.png) no-repeat left 2.6666666667vw center;
    background-size: 40vw auto;
  }
}
/* feature
---------------------------------------------------------------------------- */
.p-feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem 0 0 0;
}

.p-feature-img img {
  border-radius: 2rem;
}
.p-feature-img:first-of-type {
  width: 30%;
}
.p-feature-img:nth-of-type(2) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-feature-box {
    gap: 5%;
  }
  .p-feature-img img {
    border-radius: 5.3333333333vw;
  }
  .p-feature-img:first-of-type {
    width: 30%;
  }
  .p-feature-img:nth-of-type(2) {
    width: 60%;
  }
}
/* admission
---------------------------------------------------------------------------- */
.p-admission-lead {
  color: #635852;
  font-weight: 700;
  font-size: 2.4rem;
}

.p-admission-num {
  background: url(../../images/admission/icn_bugle.png) no-repeat right 15rem bottom;
  background-size: 18rem auto;
}

.p-admission-interview {
  background: url(../../images/admission/icn_tag.png) no-repeat right 15rem center;
  background-size: 20rem auto;
}

@media screen and (max-width: 767px) {
  .p-admission-num {
    background: url(../../images/admission/icn_bugle.png) no-repeat right bottom;
    background-size: 21.3333333333vw auto;
  }
  .p-admission-interview {
    background: url(../../images/admission/icn_tag.png) no-repeat right bottom;
    background-size: 21.3333333333vw auto;
  }
}
/* aboutchildcare
---------------------------------------------------------------------------- */
.p-childcare-lead {
  background: url(../../images/aboutchildcare/icn_boy.png) no-repeat right 15rem bottom;
  background-size: 15rem auto;
  margin-bottom: -1rem;
}

.p-childcare-fee {
  background: url(../../images/aboutchildcare/icn_house.png) no-repeat right 15rem center;
  background-size: 20rem auto;
}

@media screen and (max-width: 767px) {
  .p-childcare-lead {
    background: url(../../images/aboutchildcare/icn_boy.png) no-repeat right bottom;
    background-size: 21.3333333333vw auto;
  }
  .p-childcare-fee {
    background: url(../../images/aboutchildcare/icn_house.png) no-repeat right top 30.6666666667vw;
    background-size: 21.3333333333vw auto;
  }
}
/* recruit
---------------------------------------------------------------------------- */
.p-recruit-detail {
  background: url(../../images/recruit/icn_apron.png) no-repeat right 10rem top 20rem;
  background-size: 20rem auto;
}

@media screen and (max-width: 767px) {
  .p-recruit-detail {
    background: url(../../images/recruit/icn_apron.png) no-repeat right top 45vw;
    background-size: 32vw auto;
  }
}
/* faq
---------------------------------------------------------------------------- */
.p-faq-comment {
  background: url(../../images/faq/icn_comment.png) no-repeat right 10rem top;
  background-size: 15rem auto;
}

.p-faq-list {
  line-height: 2;
  background: url(../../images/faq/icn_square.png) no-repeat right 10rem top 15rem;
  background-size: 25rem auto;
}
.p-faq-list dt span {
  border-bottom: 0.2rem solid #9db1a0;
  display: inline-block;
  padding: 0 2em;
}
.p-faq-list dt span::before {
  content: "Q.";
  display: inline-block;
  margin-left: -1em;
}
.p-faq-list dd {
  padding: 0 2em 3rem 2em;
}
.p-faq-list dd::before {
  content: "A.";
  display: inline-block;
  margin-left: -1em;
}

.p-faq-last {
  background: url(../../../assets/images/common/line_brown.png) no-repeat center top;
  background-size: auto 6rem;
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-faq-comment {
    background: url(../../images/faq/icn_comment.png) no-repeat right top;
    background-size: 21.3333333333vw auto;
  }
  .p-faq-list {
    background: none;
  }
  .p-faq-list dt span {
    border-bottom: 0.5333333333vw solid #9db1a0;
    padding: 0 1em;
  }
  .p-faq-list dd {
    padding: 0 1em 8vw 1em;
  }
  .p-faq-last {
    background: url(../../../assets/images/common/line_brown.png) no-repeat center top;
    background-size: auto 13.3333333333vw;
    padding-top: 21.3333333333vw;
  }
}
/* access
---------------------------------------------------------------------------- */
.p-gmap iframe {
  width: 100%;
  height: 42.5rem;
  border-radius: 1rem;
}

.p-map-add {
  background: url(../../images/access/icn_map.png) no-repeat right 5rem bottom;
  background-size: auto 20rem;
  padding: 2rem 0 10rem 0;
}

.p-access-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-access-txt {
  width: 48%;
}

.p-access-img {
  width: 48%;
}

.p-access-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 10rem 0 10rem;
}

.p-access-photo-img {
  width: 48%;
}

.p-access-car {
  background: url(../../../assets/images/access/icn_car.png) no-repeat left top;
  background-size: auto 12rem;
}

.p-access-bike {
  background: url(../../../assets/images/access/icn_bike.png) no-repeat right 3rem top 2rem;
  background-size: auto 12rem;
}

@media screen and (max-width: 767px) {
  .p-gmap iframe {
    width: 100%;
    height: 66.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-map-add {
    background: url(../../images/access/icn_map.png) no-repeat right bottom;
    background-size: auto 29.3333333333vw;
    padding: 5.3333333333vw 0 13.3333333333vw 0;
  }
  .p-access-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-access-txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5.3333333333vw;
  }
  .p-access-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-access-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8vw 0 0 0;
  }
  .p-access-car {
    background: none;
    position: relative;
  }
  .p-access-car:before {
    content: "";
    height: 15vw;
    width: 18vw;
    background: url(../../../assets/images/access/icn_car.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -8vw;
    left: 5.3333333333vw;
  }
  .p-access-bike {
    background: none;
    position: relative;
  }
  .p-access-bike:before {
    content: "";
    height: 15vw;
    width: 20vw;
    background: url(../../../assets/images/access/icn_bike.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
/* contact
---------------------------------------------------------------------------- */
.p-contact-tel {
  background: url(../../images/common/bg_fabric.png) no-repeat;
  margin: 0 auto;
  width: 40%;
  text-align: center;
  padding: 2rem 0;
  margin-top: 3rem;
}

.p-contact-telno {
  color: #8ead93;
  font-weight: 700;
  font-size: 2rem;
}

.p-contact-table {
  border: 0.1rem solid #eff1ef;
  width: 100%;
  margin: 3rem 0;
  color: #797979;
}
.p-contact-table th {
  background: #fafbfa;
  border-top: 0.1rem solid #eff1ef;
  border-bottom: 0.1rem solid #eff1ef;
  padding: 2rem;
  text-align: left;
  vertical-align: top;
  width: 30%;
}
.p-contact-table td {
  border-top: 0.1rem solid #eff1ef;
  border-bottom: 0.1rem solid #eff1ef;
  padding: 2rem;
}
.p-contact-table input[type=text],
.p-contact-table input[type=email],
.p-contact-table input[type=tel] {
  padding: 0.5rem;
  width: 100%;
  border: 0.1rem solid #e7e7e7;
}
.p-contact-table textarea {
  padding: 0.5rem;
  width: 100%;
  height: 5em;
  border: 0.1rem solid #e7e7e7;
}

.p-submit {
  text-align: center;
}
.p-submit input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -999rem;
  cursor: pointer;
  background: url(../../images/contact/btn_send.png) no-repeat;
  background-size: contain;
  height: 6rem;
  width: 28rem;
}

.screen-reader-response {
  color: red;
  padding-top: 2rem;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
}

.wpcf7-response-output {
  color: red;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-contact-tel {
    width: 80%;
    padding: 5.3333333333vw 0;
    margin-top: 8vw;
  }
  .p-contact-telno {
    font-size: 5.3333333333vw;
  }
  .p-contact-table {
    border: 0.2666666667vw solid #eff1ef;
    border-top: none;
    margin: 8vw 0;
  }
  .p-contact-table th {
    background: #fafbfa;
    border-top: 0.2666666667vw solid #eff1ef;
    border-bottom: 0.2666666667vw solid #eff1ef;
    padding: 5.3333333333vw;
    display: block;
    width: 100%;
  }
  .p-contact-table td {
    border-top: none;
    border-bottom: none;
    padding: 5.3333333333vw;
    display: block;
    width: 100%;
  }
  .p-contact-table input[type=text],
  .p-contact-table input[type=email],
  .p-contact-table input[type=tel] {
    padding: 1.3333333333vw;
    width: 100%;
    border: 0.2666666667vw solid #e7e7e7;
  }
  .p-contact-table textarea {
    border: 0.2666666667vw solid #e7e7e7;
    padding: 1.3333333333vw;
    width: 100%;
    height: 5em;
  }
  .p-submit input {
    background: url(../../images/contact/btn_send.png) no-repeat;
    background-size: contain;
    height: 16vw;
    width: 74.6666666667vw;
  }
}