@charset "utf-8";
/* 園を探す 共通*/
/* ==================================================== */
/*  .contents-head
/* ==================================================== */
.nursery .contents-head .head-tlt h2 {
  width: 17.13%;
}
.nursery .contents-head figure {
  width: 72.19%;
}
.nursery .common-btn_active {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .nursery .contents-head .head-tlt h2 {
    width: 41.2%;
    margin-bottom: 43px;
  }
  .nursery .common-btn_active {
    max-width: 265px;
  }
}

/* 園を探す 一覧*/
/* ==================================================== */
/*  .contents-area
/* ==================================================== */
.nursery-list .contents-area {
  margin-bottom: 195px;
  padding-top: 20px;
}
/* read-box */
.nursery-list .contents-area .read-box {
  margin-bottom: 55px;
  text-align: center;
}
.nursery-list .contents-area .read-box p {
  font-size: var(--fs16);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .nursery-list .contents-area {
    margin-bottom: 100px;
  }
  .nursery-list .contents-area {
    padding-top: 50px;
  }
  .nursery-list .contents-area .read-box {
    margin-bottom: 25px;
    text-align: left;
  }
  .nursery-list .contents-area .read-box p {
    font-size: var(--fs15);
    line-height: 1.7;
  }
}

/* select-box */
.nursery-list .select-box {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 20px;
  padding: 20px 0 22px;
  background-color: #f5f5f5;
}
.nursery-list .select-box p {
  margin-bottom: 10px;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
}
.nursery-list .select-box .choices {
  position: relative;
  width: 335px;
  margin: auto;
}
.nursery-list .select-box .choices .choices__inner {
  padding: 15px 20px !important;
  border: 1px solid #c9c9c9;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}
.nursery-list .select-box .choices .choices__inner .choices__list--single {
  padding: 0;
}
.nursery-list .select-box .choices__list--dropdown .choices__list,
.nursery-list .select-box .choices__list[aria-expanded] .choices__list {
  max-height: none;
  padding-top: 10px;
  padding-bottom: 25px;
}
.nursery-list .select-box .choices__list--dropdown,
.nursery-list .select-box .choices__list[aria-expanded] {
  top: 70px;
  overflow-y: scroll;
  height: 300px;
  margin: 0;
  border: 1px solid #c9c9c9;
  border-radius: 9px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}
.nursery-list .select-box .choices__inner {
  background-color: #fff;
}
.nursery-list .select-box .choices__heading {
  padding: 6px 0 5px 1em;
  border-bottom: none;
  font-size: var(--fs16);
  font-weight: normal;
  color: #000;
}
.nursery-list .select-box .choices__list--dropdown .choices__item--selectable.is-highlighted,
.nursery-list .select-box .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  position: relative;
  background-color: #f5f5f5;
}
.nursery-list .select-box .choices__list--dropdown .choices__item--selectable.is-highlighted:before,
.nursery-list .select-box .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:before {
  position: absolute;
  top: 36%;
  left: 1em;
  display: inline-block;
  width: 14.03px;
  height: 11px;
  margin: 0;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.nursery-list .select-box .choices__list--dropdown .choices__item,
.nursery-list .select-box .choices__list[aria-expanded] .choices__item {
  padding: 3px 0 3px 2.5em;
  font-size: var(--fs16);
  font-weight: normal;
}
.nursery-list .select-box .choices__list--dropdown .choices__item--selectable[data-select-text],
.nursery-list .select-box .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding: 3px 0 3px 2.5em;
}
.nursery-list .select-box .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
.nursery-list .select-box .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
  content: none;
}
.nursery-list .select-box .choices[data-type*="select-one"] .choices__input {
  display: none;
}
@media screen and (max-width: 767px) {
  .nursery-list .select-box {
    margin-bottom: 20px;
    padding: 14px 0 20px;
  }
  .nursery-list .select-box p {
    margin-bottom: 7px;
    font-size: var(--fs15);
  }
  .nursery-list .select-box .choices {
    width: 82.66%;
    max-width: 310px;
  }
  .nursery-list .select-box .choices {
    font-size: var(--fs15);
  }
  .nursery-list .select-box .choices__list--dropdown .choices__item,
  .nursery-list .select-box .choices__list[aria-expanded] .choices__item,
  .nursery-list .select-box .choices__heading {
    font-size: var(--fs15);
  }
}
/* ex-box */
.ex-box {
  width: 340px;
  margin: 0 0 22px auto;
}
@media screen and (max-width: 767px) {
  .ex-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
/* region-area */
.nursery-list .region-area {
  margin-bottom: 30px;
}
.nursery-list .region-area h3 {
  width: 100%;
  height: 67px;
  margin-bottom: 35px;
  border-radius: 20px 20px 0 0;
  background-color: #f7e967;
  font-size: var(--fs25);
  font-weight: bold;
  line-height: 67px;
  text-align: center;
}

.nursery-list .region-area .list-box h4 {
  margin-bottom: 43px;
  padding-bottom: 10px;
  padding-left: 7px;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/faq/faq_border.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: var(--fs22);
  font-weight: bold;
}
.nursery-list .region-area .list-box h4:before {
  display: inline-block;
  width: 40.83px;
  height: 33.48px;
  margin: 0 20px 7px 0;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/nursery/mark_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.nursery-list .region-area .list-box .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nursery-list .region-area .list-box .flex::after {
  display: block;
  width: 29.9%;
  margin-bottom: 49px;
  content: "";
}

.nursery-list .region-area .list-box .flex article {
  width: 29.9%;
  margin-bottom: 49px;
}
.nursery-list .region-area .list-box .flex article a {
  display: block;
}
.nursery-list .region-area .list-box .flex article figure {
  margin-bottom: 15px;
}
.nursery-list .region-area .list-box .flex article figure img {
  border-radius: 13px;
}
.nursery-list .region-area .list-box .flex article .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-align: center;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nursery-list .region-area .list-box .flex article .cate span.cate-span {
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 18px;
  font-size: var(--fs13);
  font-weight: bold;
  color: #fff;
}
.nursery-list .region-area .list-box .flex article .cate span.green {
  background-color: #bbdf37;
}
.nursery-list .region-area .list-box .flex article .cate span.blue {
  background-color: #9cd5d9;
}
.nursery-list .region-area .list-box .flex article .cate p {
  margin: 0.5em 0 0.2em 0.2em;
  font-size: var(--fs13);
  line-height: 1.2;
}
.nursery-list .region-area .list-box .flex article h2 {
  margin: 0 0 9px;
  font-size: var(--fs18);
  font-weight: bold;
}
.nursery-list .region-area .list-box .flex article .current-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 2px #9e9e9f dotted;
}
.nursery-list .region-area .list-box .flex article .current-box li {
  display: inline-block;
  flex: 1;
}
.nursery-list .region-area .list-box .flex article .current-box li:nth-child(2) {
  border-right: 2px #9e9e9f dotted;
  border-left: 2px #9e9e9f dotted;
}
.nursery-list .region-area .list-box .flex article .current-box li figure {
  width: 38.24px;
  margin: auto;
  padding: 7px 0;
}
.nursery-list .region-area .list-box .flex article .current-box li figure p {
  margin-bottom: 5px;
  font-size: 1.2rem;
  text-align: center;
}
.nursery-list.archive .todofuken.tokyo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nursery-list.archive .todofuken.tokyo .list-box {
  width: 29.9%;
}
.nursery-list.archive .todofuken.tokyo h4 {
  display: none;
}
.nursery-list.archive .todofuken.tokyo .list-box.tokyo .flex article {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nursery-list .region-area {
    margin-bottom: 70px;
  }
  .nursery-list .region-area h3 {
    height: 42px;
    margin-bottom: 25px;
    border-radius: 10px 10px 0 0;
    font-size: var(--fs18);
    line-height: 42px;
  }
  .nursery-list .region-area .list-box {
    margin-bottom: 30px;
  }
  .nursery-list .region-area .list-box h4 {
    margin-bottom: 26px;
    padding-left: 10px;
    font-size: var(--fs18);
  }
  .nursery-list .region-area .list-box h4:before {
    width: 25.77px;
    height: 21.13px;
    margin: 0 12px 7px 0;
  }
  .nursery-list .region-area .list-box .flex article {
    width: 47.79%;
    margin-bottom: 25px;
  }
  .nursery-list .region-area .list-box .flex::after {
    content: none;
  }

  .nursery-list.archive .todofuken.tokyo .list-box {
    width: 47.79%;
    margin-bottom: 0;
  }

  .nursery-list .region-area .list-box .flex article figure {
    margin-bottom: 11px;
  }
  .nursery-list .region-area .list-box .flex article .cate {
    display: block;
  }
  .nursery-list .region-area .list-box .flex article .cate span.cate-span {
    margin: 0 0 0 0;
    padding: 4px 12px;
    font-size: 1rem;
  }
  .nursery-list .region-area .list-box .flex article .cate p {
    margin: 5px 0;
    font-size: var(--fs12);
  }
  .nursery-list .region-area .list-box .flex article .cate p span {
    font-size: var(--fs11);
  }
  .nursery-list .region-area .list-box .flex article h2 {
    margin: 7px 0 12px;
    font-size: var(--fs15);
    line-height: 1.3;
  }
  .nursery-list .region-area .list-box .flex article .current-box li figure {
    width: 65%;
    max-width: 30px;
    padding: 4px 0;
  }
  .nursery-list .region-area .list-box .flex article .current-box li figure p {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

/* 園を探す 詳細*/
/* ==================================================== */
/*  .contents-area
/* ==================================================== */
.nursery-detail {
  padding-top: 175px;
}
.nursery-detail .contents-area {
  margin-bottom: 190px;
}
.nursery-detail .article-head {
  margin-bottom: 61px;
}
.nursery-detail .article-head .cate span {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 18px;
  border-radius: 18px;
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
.nursery-detail .article-head .cate span.green {
  background-color: #bbdf37;
}
.nursery-detail .article-head .cate span.blue {
  background-color: #9cd5d9;
}
.nursery-detail .article-head h2 {
  position: relative;
  padding-bottom: 17px;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/faq/faq_border.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: var(--fs36);
  font-weight: bold;
}
.nursery-detail .article-head h2:after {
  position: absolute;
  top: -40px;
  right: 0;
  width: 111.34px;
  height: 81.44px;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/nursery/head_mark_detail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.nursery-detail .detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 78px;
}
.nursery-detail .detail-flex .contents-l {
  width: 45.45%;
}
@media screen and (max-width: 767px) {
  .nursery-detail {
    padding-top: 25px;
  }
  .nursery-detail .contents-area {
    margin-top: 55px;
    margin-bottom: 140px;
  }
  .nursery-detail .article-head {
    margin-bottom: 5px;
  }
  .nursery-detail .article-head .cate span {
    padding: 3px 12px;
    font-size: var(--fs13);
  }
  .nursery-detail .article-head h2 {
    padding-bottom: 12px;
    font-size: var(--fs20);
  }
  .nursery-detail .article-head h2:after {
    top: -70px;
    width: 80px;
    height: 58.23px;
  }
  .nursery-detail .detail-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 49px;
  }
}
/* slick */
.nursery-detail .detail-flex .contents-l .wrap {
  width: 100%;
  margin-bottom: 83px;
}
.nursery-detail .detail-flex .contents-l .swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
}
.swiper-slide img {
  border-radius: 13px;
}
.thumbnail .swiper-slide {
  opacity: 0.5;
}
.thumbnail .swiper-slide img {
  border-radius: 8px;
}
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 44;
  display: inline-block;
  width: 35px;
  height: 51px;
  margin: 0;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/nursery/swiper_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.swiper-button-prev:after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .nursery-detail .detail-flex .contents-l .wrap {
    margin-bottom: 31px;
  }
  .nursery-detail .detail-flex .contents-l .swiper-container {
    margin-bottom: 12px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 22px;
    height: 32px;
  }
}
/* gmap */
.nursery-detail .detail-flex .contents-l .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
}
.nursery-detail .detail-flex .contents-l .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nursery-detail .detail-flex .contents-l .gmap-txt {
  margin-top: 23px;
}
.nursery-detail .detail-flex .contents-l .gmap-txt p {
  font-size: var(--fs16);
}
@media screen and (max-width: 767px) {
  .nursery-detail .detail-flex .contents-l .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 74%;
  }
  .nursery-detail .detail-flex .contents-l .gmap-txt {
    margin-top: 16px;
  }
  .nursery-detail .detail-flex .contents-l .gmap-txt p {
    font-size: var(--fs15);
  }
}
.nursery-detail .detail-flex .contents-r {
  width: 49.5%;
}
.nursery-detail .detail-flex .contents-r .others-box .flex {
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 2px #1e7ac6 dotted;
}
.nursery-detail .detail-flex .contents-r .others-box .flex span {
  display: inline-block;
  width: 142px;
  font-size: var(--fs16);
  font-weight: bold;
  color: #1e7ac6;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme {
  width: 71.7%;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme a {
  text-decoration: underline;
  color: #1e7ac6;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 19px;
  border: 2px #9e9e9f dotted;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box li {
  display: inline-block;
  flex: 1;
  padding-left: 0;
  text-indent: inherit;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box li:nth-child(2) {
  border-right: 2px #9e9e9f dotted;
  border-left: 2px #9e9e9f dotted;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box li figure {
  padding: 9px 0;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box li figure .img {
  width: 32px;
  margin: auto;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box li figure p {
  margin-bottom: 5px;
  font-size: var(--fs16);
  text-align: center;
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme p {
  font-size: var(--fs16);
}
.nursery-detail .detail-flex .contents-r .others-box .flex .itme ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.nursery-detail .read-txt {
  margin-bottom: 50px;
}
.nursery-detail .read-txt h3 {
  margin-bottom: 26px;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
  color: #1e7ac6;
}
.nursery-detail .read-txt p {
  margin-bottom: 30px;
  font-size: var(--fs16);
  line-height: 1.9;
}
.nursery-detail .read-txt a {
  text-decoration: underline;
  color: #1e7ac6;
}
@media screen and (max-width: 767px) {
  .nursery-detail .detail-flex .contents-l,
  .nursery-detail .detail-flex .contents-r {
    width: 100%;
  }
  .nursery-detail .detail-flex .contents-r {
    margin-bottom: 51px;
  }
  .nursery-detail .detail-flex .contents-r .others-box .flex {
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .nursery-detail .detail-flex .contents-r .others-box .flex span {
    width: auto;
    margin-bottom: 11px;
    font-size: var(--fs15);
  }
  .nursery-detail .detail-flex .contents-r .others-box .flex .itme {
    width: 100%;
  }
  .nursery-detail .detail-flex .contents-r .others-box .flex .itme p {
    font-size: var(--fs15);
  }
  .nursery-detail .detail-flex .contents-r .others-box .flex .itme .current-box {
    margin-bottom: 16px;
  }
  .nursery-detail .read-txt {
    margin-bottom: 59px;
  }
  .nursery-detail .read-txt h3 {
    margin-bottom: 24px;
    font-size: var(--fs18);
  }
  .nursery-detail .read-txt p {
    font-size: var(--fs15);
    line-height: 1.8;
  }
}
/* check-box */
.nursery-detail .check-box {
  width: 100%;
  margin-bottom: 50px;
  padding: 50px 0 59px;
  border-radius: 22px;
  background-color: #fef2f6;
}
.nursery-detail .check-box .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 77.15%;
  margin: auto;
}
.nursery-detail .check-box .flex::before {
  display: block;
  order: 1;
  width: 21.47%;
  margin-bottom: 25px;
  content: "";
}
.nursery-detail .check-box .flex::after {
  display: block;
  width: 21.47%;
  margin-bottom: 25px;
  content: "";
}
.nursery-detail .check-box .flex figure {
  width: 21.47%;
  margin-bottom: 25px;
}
.nursery-detail .check-box .common-btn_active {
  max-width: 321px;
  margin-top: 15px;
}
.nursery-detail .check-box .common-btn_active a {
  padding: 0 0 0 8%;
  border: solid 1px #fff;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .nursery-detail .check-box {
    margin-bottom: 47px;
    padding: 22px 0 10px;
    border-radius: 15px;
  }
  .nursery-detail .check-box .flex {
    width: 83.8%;
  }
  .nursery-detail .check-box .flex::before {
    content: none;
  }
  .nursery-detail .check-box .flex figure {
    width: 46.1%;
  }
  .nursery-detail .check-box .flex::after,
  .nursery-detail .check-box .common-btn_active {
    display: none;
  }
}
/* enroll-contact */
.nursery-detail .enroll-contact {
  margin-bottom: 93px;
  padding: 30px 0 42px;
  border-radius: 15px;
  background-color: #1e7ac6;
  text-align: center;
  color: #fff;
}
.nursery-detail .enroll-contact h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: var(--fs20);
  font-weight: bold;
}
.nursery-detail .enroll-contact h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -37px;
  z-index: 2;
  display: inline-block;
  width: 26px;
  height: 34px;
  margin: auto;
  background-image: url(https://p-lic.jp/cms/wp-content/themes/p-lic-official/img/common/icon_tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.nursery-detail .enroll-contact .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.nursery-detail .enroll-contact .flex .box {
  width: 32.3%;
  margin: 0 4.9%;
}
.nursery-detail .enroll-contact .flex .box h4 {
  height: 39px;
  margin-bottom: 14px;
  border-radius: 20px;
  background-color: #fff;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 39px;
  color: #1e7ac6;
}
.nursery-detail .enroll-contact .flex .box p {
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
.nursery-detail .enroll-contact .flex .box a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .nursery-detail .enroll-contact {
    margin-bottom: 60px;
    padding: 29px 5% 34px;
  }
  .nursery-detail .enroll-contact h3 {
    font-size: var(--fs16);
  }
  .nursery-detail .enroll-contact .flex {
    display: block;
  }
  .nursery-detail .enroll-contact .flex .box {
    width: 100%;
    margin: auto;
  }
  .nursery-detail .enroll-contact .flex .box-01 {
    margin-bottom: 20px;
  }
  .nursery-detail .enroll-contact .flex .box h4 {
    margin-bottom: 16px;
  }
  .nursery-detail .enroll-contact .flex .box p {
    font-size: var(--fs16);
  }
  .nursery-detail .enroll-contact h3:before {
    top: 0;
    bottom: auto;
    left: -23px;
    width: 19.24px;
    height: 25.16px;
  }
}
/* neighborhood */
.nursery-detail .neighborhood {
  padding-top: 50px;
  border-top: solid 1px #d3d3d3;
}
.nursery-detail .neighborhood h3 {
  margin-bottom: 35px;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
}
.nursery-detail .neighborhood .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.nursery-detail .neighborhood .flex::after {
  display: block;
  width: 29.9%;
  content: "";
}
.nursery-detail .neighborhood .flex article {
  width: 29.9%;
}
.nursery-detail .neighborhood .flex article a {
  display: block;
}
.nursery-detail .neighborhood .flex article figure {
  margin-bottom: 15px;
}
.nursery-detail .neighborhood .flex article .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nursery-detail .neighborhood .flex article .cate span.green {
  background-color: #bbdf37;
}
.nursery-detail .neighborhood .flex article .cate span.blue {
  background-color: #9cd5d9;
}
.nursery-detail .neighborhood .flex article .cate p {
  margin: 3px 0;
  font-size: var(--fs14);
}
.nursery-detail .neighborhood .flex article .cate span.cate-span {
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 18px;
  font-size: var(--fs13);
  font-weight: bold;
  color: #fff;
}
.nursery-detail .neighborhood .flex article h2 {
  margin: 7px 0 9px;
  font-size: var(--fs18);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nursery-detail .neighborhood {
    padding-top: 34px;
  }
  .nursery-detail .neighborhood h3 {
    margin-bottom: 25px;
    font-size: var(--fs19);
  }
  .nursery-detail .neighborhood .flex {
    display: block;
  }
  .nursery-detail .neighborhood .flex article {
    width: 100%;
    margin-bottom: 32px;
  }
  .nursery-detail .neighborhood .flex article figure {
    margin-bottom: 8px;
  }
  .nursery-detail .neighborhood .flex article .cate p span {
    font-size: var(--fs13);
  }
  .nursery-detail .neighborhood .flex article h2 {
    margin: 8px 0 0;
    font-size: var(--fs16);
  }
}
