@charset "UTF-8";
/******************** ひこさき子育て支援センター 共通 ********************/

/*** --------------- Link_btn --------------- ***/
.link_btn a::after {
    background-color: #00BB85;
}

/*** --------------- Head Menu --------------- ***/
@media screen and (max-width: 575px) {

  #head-menu .menu li.recruit a,
  #head-menu .menu li.recruit a:hover {
    padding: 10px 5px;
  }

  #head-menu .menu li.recruit a::before,
  #head-menu .menu li.recruit a::after {
    content: none;
  }
}

/*** --------------- SP Menu --------------- ***/
.sp_menu_box .menu_btn,
.sp_menu_box .menu_btn.close {
    background-color: #00BB85;
}

.sp_menu ul li a:hover,
.sp_menu ul li.current-menu-item a,
#head-menu .menu li a:hover {
    background-color: #CBFFE3;
}

.sp_menu ul li.about a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_about.png);
}

.sp_menu ul li.activity a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_activity.png);
}

.sp_menu ul li.download a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_download.png);
}

.sp_menu ul li.news a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_news.png);
}

.sp_menu ul li.contact a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_contact.png);
}

/*** --------------- Top Menu --------------- ***/
.top_menu_box .top_menu ul li.about a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_about.png);
}

.top_menu_box .top_menu ul li.activity a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_activity.png);
}

.top_menu_box .top_menu ul li.download a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_download.png);
}

.top_menu_box .top_menu ul li.news a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_news.png);
}

.top_menu_box .top_menu ul li.contact a::before {
  background-image: url(../img/hikosaki-kosodateshien-center/menu_icon_contact.png);
}

/*** --------------- Footer --------------- ***/
.foot_area {
    background: #00BB85;
}

.footer_link_box .link_btn a.line_btn {
  padding: 16px 60px;
  font-size: calc(16 / var(--root-font-size)* 1rem);
}

.footer_link_box .link_btn a.line_btn .icon_line {
  position: absolute;
  width: 28px;
  aspect-ratio: 1 / 1;
  background: url(../img/sub-common/icon_line.png) center center / contain no-repeat;
  left: 24px;
  top: calc(50% - 14px);
}

.post-name-contact .hikosaki-kosodateshien-center::before {
  background-image: url(../img/hikosaki-kosodateshien-center/footer_wave_kosodateshien-center.svg);
}

/*** --------------- ページ内リンク --------------- ***/
.anchor_link ul li::before,
.anchor_link ul li:first-of-type::after {
    background-color: #98E4CE;
}

@media screen and (max-width: 575px) {
    .anchor_link ul li:nth-of-type(odd)::after {
        background: #98E4CE;
    }
}

/*** --------------- 見出し --------------- ***/
.page_h2::before,
.page_h2::after {
    background-color: #00BB85;
}

.page_h3 h3::before {
    background-color: #00BB85;
}

/*** --------------- トップ --------------- ***/

.fv_slide .slick_dots .slick-active button {
    background-color: #00BB85;
}

.index_01,
.info_area {
    background-color: #CBFFE3;
}

.banner_area {
  position: relative;
}

.banner_area a {
  position: absolute;
  display: block;
  max-width: 180px;
  right: 50px;
  bottom: 20px;
}

.banner_area a img {
  transition: 0.3s;
}

.banner_area a:hover img {
  transform: scale(1.1);
}

.index_01,
.info_area {
    background-color: #CBFFE3;
}

.info_area a:hover {
    background-color: #CCF1E7;
}

.contets_wrap .link_btn::after {
    background: #00BB85;
}

.index_01::after {
  content: '';
  width: 200px;
  aspect-ratio: 200 / 120;
  background: url(../img/sub-common/index/illust_about_03.png) center center / contain no-repeat;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.about_text_wrap .text_box p:not(:first-of-type) {
  margin-top: 20px;
}

.about_text_wrap .text_box .link_btn {
  margin-top: 40px;
}

.about_text_wrap .text_box p:not(:first-of-type) {
  margin-top: 20px;
}

.about_text_wrap .text_box .link_btn {
  margin-top: 40px;
}

.index_02::before {
  background: url(../img/hikosaki-kosodateshien-center/index/news_top.png) center top / 100% 100% no-repeat;
}

.index_02::after {
  content: '';
  width: 280px;
  aspect-ratio: 28 / 20;
  background: url(../img/hikosaki-kosodateshien-center/index/illust_contents_03.png) center center / contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.index_02 h2 {
  padding: 0 120px;
  position: relative;
}

.contets_wrap .link_btn::after {
  background: #00BB85;
}

.index_03 {
  background-color: #CCF1E7;
}

.index_03::after {
  background: url(../img/hikosaki-kosodateshien-center/index/news_bottom.png) top center / 100% 100% no-repeat;
}

.contact_link_box .tel_btn a::after {
  background: #00BB85;
}

@media screen and (max-width: 991px) {
  .index_01::after {
    width: 150px;
    bottom: 0;
    left: 30px;
  }

  .index_02::after {
    width: 200px;
    right: 30px;
  }

  .index_03::before {
    width: 150px;
    left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .index_01::after {
    width: 100px;
    left: 15px;
  }

  .index_02::after {
    width: 150px;
    right: 15px;
  }

  .index_02 h2 {
    padding: 0 80px;
  }

  .index_02 h2::before {
    width: 60px;
  }

  .index_02 h2::after {
    width: 60px;
  }

  .index_03::before {
    width: 100px;
    bottom: -50px;
    left: 15px;
    z-index: 5;
  }
}

/*** --------------- 支援センターについて --------------- ***/
.photo_style::before {
  background-color: #98E4CE;
}

.comment_area {
  background-color: #CBFFE4;
}

.comment_area .comment {
  text-align: center;
}

.summary_list dt {
  background-color: #CBFFE4;
}

.summary_list dt::before,
.summary_list dd::before,
.summary_list dt:first-of-type::before,
.summary_list dt:last-of-type::after,
.summary_list dd:last-of-type:after {
  background-image: radial-gradient(circle, #98E4CE 1px, transparent 1px);
}

.summary_list ul li::before {
  background-color: #98E4CE;
}

/*** --------------- 支援センターの活動 --------------- ***/

/* ----- Common ----- */
.summary_list ul li::before {
  background: #98E4CE;
}

.tel_btn a::after {
  background: #00BB85;
}

.about_text p {
  inline-size: fit-content;
  margin-inline: auto;
}

/* ----- あそびのひろば ----- */
#asobi {
  background: #CBFFE4;
  padding: 80px 0 120px;
  position: relative;
}

#asobi::after {
  content: '';
  position: absolute;
  background: url(../img/sub-common/wave_yellow.svg) center top / contain no-repeat;
  width: 100%;
  aspect-ratio: 700 / 43;
  bottom: -1px;
}

/* ----- 子育て教室 ----- */
#care {
  background: #FCF9D8;
  padding: 80px 0;
  position: relative;
}

#care .care_list {
  margin-top: 20px;
  font-size: 87.5%;
}

#care .care_list li:not(:first-child) {
  margin-top: 5px;
}

#care .tel_text {
  display: inline-block;
  margin-top: 30px;
}

#care .tel_btn {
  margin-top: 20px;
}

/* ----- 企画一覧 ----- */
#project {
  background: #CBFFE4;
  padding: 120px 0;
  position: relative;
}

#project::before {
  content: '';
  position: absolute;
  background: url(../img/sub-common/wave_yellow.svg) center bottom / contain no-repeat;
  width: 100%;
  aspect-ratio: 700 / 43;
  top: -1px;
  transform: rotate(180deg);
}

#project::after {
  content: '';
  position: absolute;
  background: url(../img/sub-common/wave_yellow.svg) center top / contain no-repeat;
  width: 100%;
  aspect-ratio: 700 / 43;
  bottom: -1px;
}

#project .white_box {
  padding-top: 0;
  padding-bottom: 30px;
  background: #CBFFE4;
}

#project .project_text {
  text-align: center;
}

#project .page_h3 {
  margin: 80px 0 40px;
}

#project .page_h3.first {
  margin: 40px 0;
}

#project .project_title {
  padding: 20px;
  background: #F7F19F;
  border-radius: 10px 10px 0 0;
  font-size: 112.5%;
  text-align: center;
}

#project .project_box {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 40px 100px;
}

#project .summary_list {
  margin-top: 0;
}

#project .summary_list dt {
  background: #FCF9D8;
}

#project .summary_list dt::before,
#project .summary_list dd::before,
#project .summary_list dt:last-of-type::after,
#project .summary_list dd:last-of-type::after {
  background-image: radial-gradient(circle, #88746A 1px, transparent 1px);
}

#project .summary_list dd .tel_btn {
  margin-top: 20px;
}

#project .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

#project .img_box img {
  width: calc(50% - 15px);
  min-width: 230px;
  border-radius: 12px;
}

@media (max-width: 1199px) {
  #project .white_box {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  #project .project_box {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 767px) {
  #project .project_box {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 575px) {
  #project .project_box {
    padding: 40px 15px;
  }
}

/* ----- タブ ----- */
.project_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.project_tab li {
  width: calc((100% - 20px) / 3);
}

.project_tab li button {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background: #EEE;
  border-radius: 10px 10px 0 0;
  font-size: 112.5%;
  text-align: center;
  transition: 0.3s;
}

.project_tab li button:hover,
.project_tab li button.active {
  background: #F7F19F;
}

@media screen and (max-width: 575px) {
  .project_tab li {
    width: 100%;
  }

  .project_tab li button {
    border-top: 1px solid #88746A;
    border-radius: 0;
  }

  .project_tab li:first-of-type button {
    border-top: none;
    border-radius: 10px 10px 0 0;
  }
}

/* ----- ボランティア募集中 ----- */
#volunteer {
  background: #FCF9D8;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

#volunteer .white_box {
  border: 15px solid #CBFFE4;
  border-radius: 30px;
}

#volunteer .tel_btn {
  margin-top: 20px;
}

/* ----- お役立ち情報 ----- */
#tips {
  padding: 120px 0 0;
  position: relative;
}

#tips::before {
  content: '';
  position: absolute;
  background: url(../img/sub-common/wave_yellow.svg) center bottom / contain no-repeat;
  width: 100%;
  aspect-ratio: 700 / 43;
  top: -1px;
  transform: rotate(180deg);
}

#tips .summary_list p:not(:first-of-type) {
  margin-top: 20px;
}

#tips .tips_list {
  margin-top: 5px;
}

#tips .tel_btn {
  margin-top: 20px;
}

/*** --------------- Post Color --------------- ***/
.news_area,
.news_area .post_page ul li a:hover,
.download_area .post_box .post_cate,
.download_area .post_box a:hover .post_btn,
.download_area .post_page ul li a:hover,
.post_content .post_info .post_cate,
.download_area .post_side .side_box,
.news_area .post_side .side_box ul li a:hover,
.news_area .post_side .side_box ul li button:hover,
.post_prevnext li a:hover,
.sub_footer_facilities_list .facilities_ul_lists li a:hover,
.sub_footer_facilities_list .facilities_ul_lists li.current {
  background-color: #CBFFE4;
}

.download_area .download_box .post_btn span::before,
.archive_h1 span::before,
.archive_h1 span::after,
.post_side .side_box h2 span::before {
  background: #00BB85;
}

.post_side .side_box h2 {
  border-color: #00BB85;
}

.post_content .post_h1::after {
  background-image: url(../img/sub-common/news/line_hikosakicenter.png);
}

/*** --------------- お問い合わせ --------------- ***/

.contact_form {
  background-color: #CCF1E7;
}

.form_policy a::before {
  background-color: #00BB85;
}

.form_btn::after {
  background-color: #98E4CE;
}

.form_check label input[type="checkbox"]:checked+span::after,
.form_policy label input[type="checkbox"]:checked+span::after {
  border: solid #00BB85;
  border-width: 0 3px 3px 0;
}