@charset "UTF-8";
/*
Theme Name:所沢市児童クラブNPO法人のびるね
Description:所沢市児童クラブNPO法人のびるね用のテンプレートです
Version:1.0
Author:K.Mutsumi
*/
/* .js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
} */

body {
  background-color: #F4F5FF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.875;
}

body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}
a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[target=_blank] {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  outline: none;
}

textarea {
  resize: vertical;
}

.inner {
  max-width: calc(1200px + 8%);
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
}
.inner.is-small {
  max-width: calc(1160px + 8%);
}
/* recaptchaの右下に表示されるバッジを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.header-nav {
  width: 100%;
  background-color: #FFFFFF;
  height: 100px;
  padding: 17px 4.428% 25px 3%;
}
.header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}

.site-id-wrapper {
  display: inline-block;
  width: 80%;
      top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.site-id {
  display: flex;
  align-items: center;
}
.site-id-img {
  width: 130.5px;
    height: auto;
  display: block;
}
.site-id-text {
  padding-left: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.gnav {
  padding: 20px 4.428% 22px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}
.gnav-list li a[href="<?php echo esc_url(home_url('/')); ?>news/"] {
  color: #0054A6;
}
.gnav-list li a[href="<?php echo esc_url(home_url('/')); ?>nobiruneblog/"] {
  color: #0054A6;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
  padding-top: 38px;
}
.gnav-list li:not(:last-of-type) {
  margin-right: 2em;
}
.gnav-list li:first-of-type {
  display: none;
}
.gnav-list a {
  display: block;
}
.gnav-list a.current, .gnav-list a:hover {
  color: #007bff;
}

.btn-nav {
  display: none;
}
.main, .home-main {
  display: block;
  width: 100%;
}
/* .content-title, .page-title {
  font-family: "Noto Serif JP", serif;
  font-size: calc(0.9em + 1vw);
  font-weight: 500;
  letter-spacing: 0.45em;
  position: relative;
  line-height: 1.5;
} */
 /* .page-title {
  margin-bottom: 0.833em;
  text-align: center;
} */

.page-title {
 position: relative;
 height: 300px;
 margin-top: 100px;
}
.page-title::before {
  font-size: 2.8125rem;
}
.page-title h1 {
  font-family: "Noto Serif JP", serif;
  font-size: calc(1.5rem + 1vw);
  font-weight: 500;
  padding: 0 1em;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); 
  text-align: center;
}
/* 施設概要 */
.about .page-title {
 background-image: url("img/bg_about.jpg");
 background-size: cover;
 background-position: center bottom;
}
/* 入所について */
.enter .page-title {
 background-image: url("img/bg_enter2.jpg");
 background-size: cover;
  background-position: center;
}
/* お問合せ */
.otoiawase .page-title {
 background-image: url("img/bg_otoiawase.jpg");
 background-size: cover;
  background-position: center bottom;
}
/* 児童クラブだより一覧 */
.archive .page-title {
 background-image: url("img/bg_single_after_school.jpg");
 background-size: cover;
  background-position: center top;
}
/* 児童クラブだより記事 */
.single-after-school-dayori .page-title {
 background-image: url("img/bg_single_after_school.jpg");
 background-size: cover;
  background-position: center top;
}
/* お知らせ一覧 */
.blog .page-title {
 background-image: url("img/bg_archive.jpg");
 background-size: cover;
 background-position: center bottom;
}
/* お知らせ記事 */
.single-post .page-title {
 background-image: url("img/bg_archive.jpg");
 background-size: cover;
 background-position: center bottom;
}
.page-title h1 {
width: 100%;
}
.otoiawase .page-title h1 {
width: 100%;
}
.privacy .page-title h1 {
width: 100%;
}
.archive .page-title h1 {
width: 100%;
}
.blog .page-title h1 {
width: 100%;
}
.enter .page-title h1 {
width: 100%;
}
 #sidebar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
  }
#sidebar ul {
 line-height: 1.5;
 margin: 0 auto;
 width: 100%;
 list-style-position:outside;
}
#sidebar ul h3 {
      border-top: thin solid #02988c;
      border-bottom: thin solid #02988c;
      font-size: 1.4rem;
      padding: 0.5em 0;
}
#sidebar ul li {
 text-align: left;
 padding: 1rem 0;
  /* border-bottom : thin solid #02988c; */
}
#sidebar ul li.current-menu-item,
#sidebar ul li.current-reports-ancestor,
#sidebar ul li.current-post-ancestor {
 background-color: #fff;
 color: #02988c;
}
#sidebar .wp-block-button a {
  padding: 0.3em 1.3em;
}
.sankaku {
  display: block;
}
#sidebar .relative .sankaku img {
  left: 50%;
  bottom: -2em;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 20px;
  z-index: 4;
}
#sidebar .nobirune_insta {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    background-color: transparent;
    text-align: center;
    font-size: 2.4rem;
    color: #FFF;
  }
#sidebar .widget ul li::before {
  content: "◆";
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1rem;
}
#sidebar .widget p::before {
  content: "◆";
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1rem;
}
.content-title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.281em;
  font-family: "Marcellus", serif;
  color: #16295D;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.page-title::before {
  display: block;
  margin-bottom: 0.281em;
  font-family: "Marcellus", serif;
  color: #16295D;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.home-main .content-title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.281em;
  font-family: "Marcellus", serif;
  color: #16295D;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 2px solid #0860a8;
}
h2.content-title {
  margin-bottom: 1.916em;
      margin: 0 auto;
}
.home-main h2.content-title {
  margin-bottom: 1.916em;
      margin: 0 auto;
    width: 50%;
}
.content-title::before {
  font-size: calc(2rem + 1vw);
}
#thought .content-wrapper .content-text {
  line-height: 2;
  font-size: 1.2em;
  font-family: 'YuGothic,sans-serif';
}

.item-title {
  margin-bottom: 2.222em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.777;
  letter-spacing: 0.15em;
}

.btn {
  display: inline-block;
  padding: 14px 50px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
  font-size: 0.9375rem;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s ease-in;
}
.btn::before {
  content: "";
  width: 6px;
  height: 9px;
  background: center/contain no-repeat url("./img/btn-arrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn:hover {
  box-shadow: none;
}
   #banner .newstopic .card-body {
    height: 3em;
  }
/*.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}*/

.about-info {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.about-info dl {
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}
.about-info dl:not(:last-of-type) {
  margin-bottom: 24px;
}
.about-info dt {
  width: 6.625em;
  margin-right: 1em;
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  text-align: center;
}
.about-info dd {
  flex: 1 1 0;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8125rem;
  color: #555555;
}
.cat-list > li {
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0;
  background-color: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cat-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}

.news-list > li {
  padding-bottom: 18px;
  border-bottom: 1px solid #BABABA;
}
.news-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.news-list > li  {
    padding-left: 0;
    margin-bottom: 1.5em;
    border-left: 5px solid #cbcbcb;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
.news-list a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding:0 4%;
  position: relative;
}
.news-list a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list .thumbnail {
  width: 17.288%;
  margin-right: 6.101%;
  line-height: 1;
}
.news-list .text {
  line-height: 1.687;
}
.news-list .text p.title {
  font-size: 16px;
}
.news-list .date {
  font-size: 0.8125rem;
  color: #808080;
  font-weight: normal;
}
.term-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8125rem;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}
.term-list > li {
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #0066ff;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.term-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}

.footer-a {
  z-index: 1;
}
/*.footer-a::after {
  content: "";
  width: 100%;
  height: 460px;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 300px;
}*/

.copyright {
  color: #000000;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  text-align: center;
}

.footer-b {
  padding: 42px 0;
  background-color: #FFFFFF;
}
.footer-b .footer-nav {
  margin-top: 0;
  color: #666666;
}
.footer-b .copyright {
  color: #666666;
}
.footer-nav .wp-block-column {
   color: #000000;
  flex-basis: auto!important;
}
  #block-21 .wp-block-column, #block-22 .wp-block-column  {
    flex-basis: auto!important;
    flex-grow: 1;
    padding-right: 2em;
  }
.contact-box {
  max-width: 1160px;
  padding-top: 24px;
  padding-bottom: 0px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.contact-box .content-title {
  text-align: center;
}
.contact-box .content-wrapper {
  justify-content: space-between;
}
.contact-box .content-wrapper .item-left {
  width: 49.396%;
  padding: 24px 7.931% 58px 7.068%;
  border-right: 1px solid #CCCCCC;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.333;
}
/* 慣性スクロール */
	.table-responsive {
	    display: block;
		text-align: center;
	    width: 100%;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}

.contact-box .content-wrapper .item-right {
  flex: 1 1 0;
  padding-top: 16px;
  text-align: center;
}
.contact-box .content-wrapper .item-right .text {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.187;
}
.contact-box .content-wrapper .tel {
  font-size: 1rem;
  font-weight: bold;
}

.contact-box .business-hours::after {
  content: "：";
}

.footer-nav {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #000000;
}
.footer-nav > li:not(:last-of-type) {
  margin-right: 0.5em;
}
.footer-nav a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.privacy-policy ul.wp-block-list > li{
  list-style: inside;
  text-indent: -1.5rem;
  padding-left: 2rem;
}
.privacy-policy ul.wp-block-list li ul li {
  list-style: inside;
  text-indent: -1.5rem;
  padding-left: 2rem;
}
.page404-text-box {
  max-width: 585px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
.page404-text-box > p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page404-text-box a {
  text-decoration: underline;
}

.home-main {
  padding-top: 100px;
  margin-top: 0;
 background-color: #FFFFFF;
  position: relative;
 /* z-index: 1;*/
}

.mv {
  height: 100%;
  padding: 25px 0 0;
  margin-bottom: 0;
  position: relative;
  /*max-height: 517px;*/
}



.mv-text .inner-text {
  display: block;
  padding-left: 32px;
}
.mv-en {
  font-family: "La Belle Aurore", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.643vw;
  color: #82BDDB;
  line-height: 1;
  margin-bottom: 8rem!important;
  position: relative;
  z-index: 2;
}

.mv .img-box {
  width: 57.571%;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 4%;
  transition: 0.3s ease-in;
  z-index: 1;
}
/*.mv .img-box.slick-initialized {
  opacity: 1;
}*/
.mv .img-box img {
  width: 100%;
}
#schedule.schedule {
  background-color: #f4f5ff!important;
  color: #000;
  padding-bottom: 5rem;
  padding-top: 2rem;
}
#banner.banner {
  background-color: #FFF1ED;
  padding-bottom: 5rem;
  padding-top: 2rem;
}
.banner {
  padding-bottom: 0;
  position: relative;
  margin-top: 0;
}
.about .content-title {
  letter-spacing: 0.15em;
}
.about .content-title::before {
  margin-bottom: 0em;
  margin-left: 0;
}
.about .content-wrapper {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .content-wrapper .text-wrapper {
  flex: 1 1 0;
  margin-top: 0px;
  margin-left: 0;
}
.about .content-wrapper .box-white .about-about .text-wrapper {
  flex: 1 1 0;
  margin-top: 88px;
  margin-right: 30px;
  margin-left: 0;
}
.about .content-wrapper .content-text {
  line-height: 2;
  font-size: 16px;
}
.about .content-wrapper .content-text p:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.about .content-wrapper .images-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  margin-right: 8.046%;
}
.about .content-wrapper .box-white .about-about .images-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  margin-left: 8.046%;
  margin-right: 0;
}
.about .content-wrapper .images-wrapper .item1, .about .content-wrapper .images-wrapper .item2, .about .content-wrapper .images-wrapper .item3 {
  line-height: 1;
}
.about .content-wrapper .images-wrapper .item1 {
  width: 80%;
}
.about .content-wrapper .images-wrapper .item2 {
  width: 60%;
  margin-top: 395px;
}
.about .content-wrapper .images-wrapper .item3 {
  width: 24.687%;
  margin-top: 351px;
}
.calc1em1vw {
  font-size: calc(1rem + 1vw)!important;
} 
.home {
  padding-top: 0;
  padding-bottom: 82px;
}
.pickup {
  padding-top: 118px;
  padding-bottom: 82px;
  position: relative;
  background-color: #d0e3f8;
}
/* .service .content-wrapper {
  justify-content: flex-start;
}

.service .content-wrapper .box-left .content-text {
  font-size: 1rem;
  line-height: 2.312;
} */
 .service {
  padding-top: 118px;
  padding-bottom: 82px;
  position: relative;
  background-color: #ecf5fe;
}
 .home .thought {
  padding-top: 118px;
  padding-bottom: 82px;
  position: relative;
  background-image: url("img/winter-woods1.jpg");
  background-repeat: repeat;
  background-size: 50%;
 }
 .home .thought .content-wrapper {
background-color: #ffffffbe;
}
.topics {
  padding-top: 118px;
  padding-bottom: 82px;
  position: relative;
  background-color: #eee9dc;
}
.topics .content-wrapper, .home-news .content-wrapper {
  justify-content: center;
}

.topics .content-title {
  text-align: center;
}
.topics .box .arrow {
  margin-bottom: 1.312em;
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
}
/* .pickup .item {
  width: 100%;
} */
.pickup .item-title-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 0;
}
.pickup .item-title-wrapper .item-title-img {
  /* width: 100%; */
  margin-right: 0;
  line-height: 1;
}
.pickup .item-title-wrapper .item-title-img img {
  float: left;
}
.pickup .item .content-text {
  font-size: 0.875rem;
  line-height: 2.214;
}

.service .item {
  width: 46.458%;
}
.service .item .content-text {
  font-size: 0.875rem;
  line-height: 2.214;
}
.service .item:nth-of-type(odd) {
  margin-top: 16px;
}
.service .item:nth-of-type(even) {
  margin-top: 96px;
}
.service .item-title-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 0;
}
.service .item-title-wrapper .item-title-img {
  width: 100%;
  margin-right: 0;
  line-height: 1;
}
.service .item-title-wrapper .item-title {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.about-news-wrapper {
  /*padding-top: 90px;*/
  position: relative;
}
.about-news-wrapper::before {
  content: "";
  width: calc(100% - 100px - 3.5%);
  /*height: 100%;
  background-color: #F4F8FA;*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.home-about {
  width: 48%;
  position: relative;
  z-index: 1;
}
.home-about::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-about .about-info {
  margin-left: 4%;
}
 
  .home-news {
  padding-top: 118px;
  padding-bottom: 82px;

  }
.home-news::before {
  content: "";
  width: 100%;
  height: calc(100% - 18px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.home-news-title {
  margin-bottom: 1.312em;
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
}
.home-news .news-list .thumbnail {
  width: 20%;
  min-width: 100px;
  margin-right: 7.422%;
}
.home-news > p {
  min-height: 400px;
  text-align: center;
}

.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #6C6C6C;
  line-height: 3.2;
  /* margin-bottom: 100px; */
}
.c-breadcrumbs a {
  color: #007bff;
}

.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.box-white {
  padding: 60px 6.551% 92px;
  margin-bottom: 74px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-right: 3%;
}
.box-white.is-page404 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.text-red {
  color: #DA1725;
}

.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.btn-submit {
  display: inline-block;
  min-width: 220px;
  padding: 10px;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
  background-size: 200%;
  background-position-x: 0;
  border: 1px solid #333;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s ease-in;
}
.btn-submit:hover {
  background-position-x: 100%;
  color: #333;
}

.form-wrapper {
  max-width: 586px;
  margin: 0 auto;
}
.form-wrapper .about-text {
  margin-bottom: 54px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}


.form-box {
  width: 100%;
}
.form-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form-box dt, .form-box dd {
  padding-bottom: 0;
}
.form-box dt {
  font-weight: 400;
  text-align: left;
}
.form-box dt.message {
  padding-top: 10px;
  vertical-align: top;
}
.form-box dd {
  width: 80%;
}

.required {
  display: inline-block;
}
.required::after {
  content: "※";
  display: inline-block;
  padding-left: 1em;
  color: #DA1725;
}

.text-right {
  text-align: right;
}

.about-about {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row; */
  margin-bottom: 122px;
}
.about-about .text-wrapper {
  flex: 1 auto;
  margin-left: 0;
  margin-right: 0;
}
.about-about .text-wrapper * {
  margin-bottom: 1em;
}
.about-about .text-wrapper *:last-child {
  margin-bottom: 0;
}
.about-about .text-wrapper p {
  margin-bottom: 2em;
}
.about-about .text-wrapper h2 {
  margin-bottom: 0.875em;
  font-size: calc(0.8rem + 1vw);
  font-weight: bold;
  line-height: 1.5;
}

.text-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #0693e3;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.text-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.about-about .images-wrapper {
  width: 40%;
  margin: 2em auto;
}
.about-about .images-wrapper img {
  width: 100%;
}

.about-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-info-wrapper .bus dt {
  border: dotted 1px rgba(0,109,255,1.00);
  padding: 0.5em;
  text-align: center;
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
}
.map {
  width: 53.769%;
  height: 0;
  padding-top: 40.376%;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .box-white {
  padding: 26px 3% 50px;
}
.news-wrapper .main-content {
  width: 61.551%;
}
.news-wrapper .sidebar {
  width: 32.931%;
}

.news-title {
  margin-bottom: 1em;
  font-size: calc(0.5rem + 0.8vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

.sidebar .box-white {
  padding-right: 0;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 0;
  font-weight: 500;
  color: #555555;
  font-size: 14px;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 0;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1.5em;
}
.sidebar-list.sikaku a::before {
  content: "◆";
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1rem;
}
.sidebar-list.sikaku #block-46 a::before {
  content:none;
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
}
.sidebar-list.sikaku #block-46 a {
  padding: 0.5em 1em 0.5em 2em;
}
.sidebar-list.sikaku #block-46 a:hover {
  opacity: 0.8;
}
.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}

.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}

.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 1em;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #0693e3;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

ul.wp-block-list li {
  list-style-type: square;
}
ul.wp-block-list li > ul {
  margin-left: 2em;
}
ul.wp-block-list li > ul li {
  list-style-type: circle;
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
.about .wp-block-button a {
    color: #ffffff !important;
    border: none;
    font-size: calc(0.5rem + 0.5vw);
    line-height: 1;
    white-space: nowrap;
}
.about .wp-block-button:hover, .about .wp-block-button__link:hover {
    opacity: 0.8;
    transition: all .8s ease;
}

.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-wrapper {
  max-width: 574px;
  margin: 0 auto;
  font-size: 0.9375rem;
}
.privacy-wrapper > * {
  margin-bottom: 1.8em;
}
.privacy-wrapper h2 {
  margin-bottom: 1.35em;
  font-size: 1.25rem;
}
.privacy-wrapper h2::before {
  border-left: 2px sorid #0066ff;
}
.text-bold {
  font-weight: 800;
} 

#topics.topics .card {
  box-shadow: 0px 0px 5px #9f957e;
}

/* 大切にしている想いの見出し */
#thought h4 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px dotted #006950;
  background: #fff;
  width: 200px;
  height: 150px;
}
#thought h4::before, #thought h4::after {
  position: absolute;
  content: '';
}
#thought h4:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px dotted #006950;
  border-radius: 50%;
  background: #fff;
}
#thought h4:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#thought h4 i {
  font-size: 24px;
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
#thought h4 span {
  position: relative;
  z-index: 1;
  color: #006950;
  line-height: 1.5;
}
.tab_yoko_sp_tate {
  width: 32%;
  display: inline-block;
}
#tokucyo h6 {
  font-size: calc(0.4em + 1vw);
  line-height: 1.5;
}
table.day-time-table-style {
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
table.day-time-table-style td, table.day-time-table-style th{
  border:1px solid #ccc;
  padding:10px;
}
table.day-time-table-style th{
  background:#EFEFEF;
  width: 30%;
  text-align: left;
}
table.day-time-table-style td{
  width: 70%;
}
/*=======================================================
=======================================================*/
@media screen and (max-width: 400px)  {
 .footer_hojin_navi2 h2{
	color: #0294cf;
	font-size: 110%;
	font-weight: 200;
	text-decoration: underline;
}
}
/*=======================================================
=======================================================*/
@media screen and (max-width: 575px) {
   .mv .inner {
    max-width: initial;
    margin-bottom: 300px;
  }
}

/*=======================================================
=======================================================*/
@media screen and (max-width: 576px) {
.footer-a .footer-nav {
  padding-bottom: 100px;
  color: #000000;
}
} 
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 767px) {
body {
    font-size: 0.875rem;
  }
  .tab, .pc {
	display: none;
}
.sp {
	display: block;
}
br.br_ok_sp {
	display: block;
	}
   br.br_ok_tab {
	display: none;
	}
   br.br_ok_pc {
	display: none;
	}
   .site-id-text {
    font-size: calc(0.8vw + 10px);
    margin-bottom: 0;
  }
  .content-title, .page-title {
    font-size: calc(1em + 1vw);
  }

   .content-title::before {
    font-size: calc(1.5rem + 1vw);
  }
   .page-title::before {
    font-size: 1.75rem;
  }
   .contact-box .content-wrapper .item-left {
    font-size: 0.875rem;
  }
    .contact-box .content-wrapper .tel {
    font-size: 0.875rem;
  }
   .mv-text {
  margin: 0 0 12rem 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2vw;
  line-height: 1.291;
  letter-spacing: 0.33em;
  writing-mode: horizontal-tb;
}
  .mv-text {
    font-size: 0.875rem;
  }
   .mv-en {
    font-size: 1.6875rem;
  }
    .banner {
    margin-top: 20%;
    width: 100vw;
    margin: 0 auto;
  }
  .banner img {
width: 100%;
height: auto;
  }
  .banner h2 {
   font-size: calc(1rem + 1vw);
   margin: 0 auto;
   width: 300px;
  }
    #banner .newstopic  {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	min-width: 298px;
	padding-left: 1px;
	padding-right: 1px;
}
#banner .newstopic p.more_bottom {
	background-color: #0041FC;
	background-size:100% auto;
  color: #ffffff;
	display: block;
	max-width: 200px;
  min-width: 150px;
	border-radius: 5px;
	/*padding:1% 0;*/
	text-align: center;
  bottom: 0;
  position: absolute;
  left: 50%;
	transform: translate(-50%, 0);
}
.topics_info .topics_column {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  margin: 10px auto;
  padding: 10px 5px 12px;
  position: relative;
  width: 95%;
}
.topics_info .topics_info_top {
  padding-top: 0px;
  font-size: 10px;
  color: #999;
  margin: 5px 0;
  width: 96%;
}
.topics_info .topics_category {
  display: inline-block;
  border-radius: 3px;
  width: 100px;
  height: 15px;
  text-align: center;
  font-size: 75%;
  line-height: 15px;
  color: #fff;
  background-image: url("./img/blog-tag-corners.png");
  background-repeat: no-repeat;
  background-color: #00a0e9;
  margin: 0 0 0.5rem 0.5rem;
}
#topics_info .topics_image {
  width: 100%;
  position: unset;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
  .service .content-wrapper .box-left .content-text {
    font-size: 0.875rem;
  }
  .c-breadcrumbs {
    font-size: 0.8125rem;
  }
  .form-wrapper .about-text {
    font-size: 0.875rem;
  }
  .about-about .text-wrapper h2 {
    font-size: 1.125rem;
  }
  .text-wrapper h2 {
    font-size: 1.125rem;
  }
  .text-wrapper h3 {
    font-size: 1rem;
  }
  .news-title {
    font-size: 1.125rem;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
  .post-title {
    font-size: 1.375rem;
  }
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
  .post-wrapper h3 {
    font-size: 1rem;
  }
  .page-nav {
    font-size: 0.8125rem;
  }
  .privacy-wrapper h2 {
    font-size: 1.125rem;
  }
  .inner {
    max-width: calc(576px + 12.266%);
    padding-right: 4%;
    padding-left: 4%;
  }
  .content-title {
    margin-bottom: 1em;
    margin-left: 6px;
    line-height: 1.5;
  }
  .home-main h2.content-title {
    line-height: 1.5;
    width: 80%;
  }
  .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .about-info {
    padding-right: 0;
  }
  .about-info dt {
    width: 7.571em;
    margin-right: 1.428em;
  }
  .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .news-list a {
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
  .news-list a::after {
    right: 5.333%;
  }
  .news-list .thumbnail {
    min-width: 100px;
    height: 100px;
  }
  #topics.topics .inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .topics .content-wrapper .box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f4f5ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
  #topics.topics .card {
    position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.kosin {
	display: block;
	text-decoration: none;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
	color: #689ACC;
	text-align: right;
	font-size: 90%;
	padding: 0.4em 0;
	margin-right: 1%;
	margin-left: 0;
	margin-bottom: 0.3em;
	line-height: 100%;
	height: 2em;
}
footer {
  position: relative;
  background: no-repeat url("img/footer_after_school_img1400.png");
  background-color:#3081f5;
  background-position: center left;
  background-size: cover;
  margin-top: 0;
  padding-top: 70%;
}
  .footer-a {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .footer-a .inner {
    max-width: inherit;
    padding: 3em 0;
    background-color: #fff;
    border-radius: 20px;
    margin:2em;
  }
  .footer-b {
    padding: 34px 0;
  }
  .contact-box {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
  }
  .contact-box .content-wrapper {
    max-width: calc(480px + 17.6%);
    padding: 0 8.8%;
    margin: 0 auto;
  }
  .contact-box .content-wrapper .item-left, .contact-box .content-wrapper .item-right {
    width: 100%;
  }
  .contact-box .content-wrapper .item-left {
    padding: 0 0 38px;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .contact-box .content-wrapper .item-right .text {
    margin-bottom: 36px;
  }
  .contact-box .business-hours {
    display: block;
  }
  .contact-box .business-hours::after {
    content: "";
  }
  .footer-nav {
    justify-content: center;
    margin-top: 16px;
  }
  .copyright {
    margin-top: 0.6em;
  }
  .home-main {
    padding-bottom: 0;
  }
  .mv {
    height: auto;
    padding-top: 5.6%;
    padding-bottom: 5%;
    margin-bottom: 36px;
    margin-right: 2%;
  }
  .mv-text {
    margin-bottom: 12%;
    margin-left: 0;
    font-size: 3.733vw;
    line-height: 1.8;
    letter-spacing: 0.54em;
    text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
    position: relative;
    z-index: 2;
  }
  .mv-text .inner-text {
    padding-left: 0;
  }
  .mv-text .inner-text:nth-of-type(2) {
    margin-top: 0;
  }
  .mv-text .inner-text:last-of-type {
    padding-left: 0;
    margin-top: 0; 
  }
  .mv-en {
    margin-left: -1.866%;
    font-size: 7.2vw;
  }
  .mv .img-box {
    width: 71.466%;
  }
  
  .about {
    padding-bottom: 0;
  }
  .about::before {
    width: 49.866%;
    height: calc(100% - 14px);
  }
  .about .content-title {
    margin-bottom: 0.75em;
  }
  .about .content-title::before {
    margin-bottom: 4px;
    margin-left: 0;
  }
  .about .content-wrapper {
    display: block;
  }
  .about .content-wrapper .text-wrapper {
    margin: 0 0 48px 6px;
  }
  .about .content-wrapper .box-white .about-about .text-wrapper {
    margin: 0 0 48px 6px;
    flex: none;
  }
  .about .content-wrapper .content-text {
    width: 102%;
    padding-left: 6px;
    line-height: 2.357;
  }
  .about .content-wrapper .box-white .about-about .text-wrapper .content-text {
    width: 102%;
    padding-left: 6px;
    line-height: 2.357;
  }
  .about .content-wrapper .images-wrapper {
    width: 104.545%;
    margin-left: -4%;
  }
  .about .content-wrapper .box-white .about-about .images-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .about .content-wrapper .images-wrapper .item1 {
    width: 36.521%;
  }
  .about .content-wrapper .images-wrapper .item2 {
    width: 29.855%;
    margin-top: 23.837%;
  }
  .about .content-wrapper .images-wrapper .item3 {
    width: 24.637%;
    margin-top: 43.023%;
  }
  .service {
    padding-top: 2rem;
    padding-bottom: 82px;
  }
  .service .content-wrapper {
    display: block;
  }
  .service .content-wrapper .box-left {
    width: 100%;
    margin-right: 4%;
}
  .service .content-wrapper .box-left .content-text {
    width: 100%;
    /* line-height: 2.357; */
  }
  .service .content-wrapper .box-left .content-text p {
    line-height: 1.5;
    padding-bottom: 2em;
  }
  .service .content-wrapper .box-right {
    display: block;
    width: 100%;
  }
  .service .content-wrapper .box-right h2 {
    font-size: calc(1.3em + 1vw);
    font-weight: 700;
    }
  .service .item {
    width: 100%;
  }
  .service .item:nth-of-type(odd) {
    margin-top: 0;
  }
  .service .item:nth-of-type(odd) .content-text {
    width: 91.515%;
  }
  .service .item:nth-of-type(even) {
    margin-top: 48px;
  }
  .service .item:nth-of-type(even) .content-text {
    width: 96.06%;
  }
  .service .item .content-text {
    margin-left: 2.727%;
  }
  .service .item-title-wrapper {
    margin-bottom: 26px;
    margin-left: 0;
  }
  .service .item-title-wrapper .item-title-img {
    margin-right: 23px;
  }
  .about-news-wrapper {
    padding-top: 40px;
    padding-bottom: 46px;
    margin-bottom: 0;
  }
  .pickup .item .content-text {
    margin-left: 2.727%;
  }
  .home-about {
    width: 100%;
  }
  .home-about::before {
    width: 114%;
    height: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-about .about-info {
    margin-left: 2.727%;
  }
  
  .home-news-title {
    text-align: left;
  }
  .home-news .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .home-news .news-list .thumbnail {
    width: 10%;
    min-width: 100px;
  }
  .home-news > p {
    min-height: auto;
  }
  .box-white {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .form-wrapper {
    max-width: 480px;
  }
  .form-box {
    display: block;
  }
  .form-box dt, .form-box dd {
    display: block;
    width: 100%;
  }
  .form-box dt {
    padding-bottom: 0.3em;
  }
  .form-box dt.message {
    padding-top: 0;
  }
  .form-box dd {
    padding-bottom: 1em;
  }
  .about-about {
    justify-content: center;
    margin-bottom: 60px;
  }
  .about-about .text-wrapper {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0;
  }
  .about-about .images-wrapper {
    width: 100%;
    max-width: 300px;
  }
  .about-info-wrapper {
    justify-content: center;
  }
  .about-info {
    padding-bottom: 40px;
  }
  .map {
    width: 100%;
    padding-top: 75.092%;
  }
  .news-wrapper .box-white {
    margin-bottom: 40px;
  }
  .news-wrapper .main-content, .news-wrapper .sidebar {
    width: 100%;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .page-nav {
    width: 104%;
    padding: 10px 0;
    margin-left: -2%;
  }
  .page-nav a {
    padding: 5px 8px;
  }
  .page-nav a.to-archive {
    padding: 5px 0;
  } 
  .main_after_school_img img {
  max-width: 767px;
  width: 100%;
}
/*児童クラブfooter*/
.footer_area {
	width: 95%;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	margin-bottom: 3em;
	font-size: 75%;
	text-align: center;
	}
 .footer_area .sitemap {
text-align: center;
	font-size: 22px;
	margin: 1em 0;
	 color:#00008B;

}

.footer_area ul.menu li {
	width: 90%;
	border: 1px solid #FFFFFF;
	border-radius: 2%;
	background-color: rgba(255,255,255,0.50);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}
	.footer_area ul.menu li a {
		color: #00008B;;
		display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
		text-align: center;
		font-size: 140%;
		}
.footer_area ul li a:hover {
	background-color: rgba(#0034ff, 0.23);
	}
.banner_area img {
	width:95%;
	margin-left: auto;
	margin-right: auto;
	}

 /*法人footer*/
.hojin_navi_area{
	width: 100%;
	min-width: 320px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.2em;
	position: relative;
	background-color: #bee5ff47;
	}
  .footer_hojin_navi_title{
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
  background-image: -webkit-linear-gradient(0deg,rgba(207 227 248) 0%,rgba(51,102,153,1.00) 53.08%,rgba(207 227 248) 100%);
  background-image: linear-gradient(90deg,rgba(207 227 248) 0%,rgba(51,102,153,1.00) 53.08%,rgba(207 227 248) 100%);
	background-color: #336699;
	color: #FFFFFF;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	background-position: left center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
 .footer_hojin_navi_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0%;
	min-width: 320px;
}
 .footer_hojin_navi1 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
	padding-top: 0.5em;
	border-radius: 2%;
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 0.5em;
	padding-right: 2em;
	background-color: #6bb5e747;
	-webkit-box-shadow: 0px 0px 4px #999999;
	box-shadow: 0px 0px 4px #999999;
	text-align: center;
}
 .footer_hojin_navi1 h2{
	color: #0294cf;
	font-size: 116%;
	font-weight: 200;
	text-decoration: underline;
}
.footer_hojin_navi2 {
	margin-top: 1em;
	padding-left: 2em;
	padding-top: 0.5em;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 2%;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	padding-right: 2em;
	background-color: #f1d3ff4f;
	-webkit-box-shadow: 0px 0px 4px #999999;
	box-shadow: 0px 0px 4px #999999;
	text-align: center;
}
.footer_hojin_navi_block1 {
	width: 100%;
}
.footer_hojin_navi1:hover,.footer_hojin_navi2:hover {
	background-color:#FFF;
	opacity:0.5;
}
.copyright_area {
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
	bottom: -5rem;
	left: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	margin-bottom: 0;
  position: absolute;
  background-color: #ffffff;
}
.after_school_mark {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}
.after_school_mark img {
	max-width: 130px;
	height: auto;
}
}
/*=======================================================
=======================================================*/
@media screen and (max-width: 960px) {
  .home-news {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*=======================================================
  ナビゲーション調整用の設定
=======================================================*/
@media screen and (max-width: 991px) {
  .header-nav {
    height: 58px;
    padding: 4px 2% 5px 2%;
      box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .site-id-img {
    width: 100px;
    height: auto;
    margin-bottom: 0;
    display: block;
  }
  .main, .home-main {
    margin-top: 60px;
  }
.gnav {
    width: 100%;
    height: 100vh;
    padding-top: 58px;
    background-color: #16295D;
    color: #FFFFFF;
    line-height: 3.866;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 2;
    transition: all 0.6s;
  }
  .gnav.is-open {
    right: 0;
  }
  .gnav-list {
    display: block;
    padding-top: 38px;
    padding-bottom: 36px;
  }
  .gnav-list li {
    text-align: center;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list a.current {
    color: inherit;
  }
#burger-btn {
  right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 12;
  display: block;
  cursor: pointer;
  font-size: 0;
  transition: background .3s cubic-bezier(.210, .60, .350, 1);
}
 #burger-btn::before {
    transform: translate(0, -8px);
   content: "";
  }
#burger-btn::after {
  transform: translate(0, 8px);
  content: "";
}
#burger-btn::before, #burger-btn::after, #burger-btn .burger {
  background: rgba(9, 0, 62, 1);
  display: block;
  position: absolute;
  margin: auto;
  width: 24px;
    height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
}
#burger-btn::before, #burger-btn::after {
  transition: transform 200ms;
}
  #burger-btn.is-open .burger {
  opacity: 0;
  transition: opacity 150ms 50ms;
}
#burger-btn.is-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0px;
  width: 28px;
}
#burger-btn.is-open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  width: 28px;
}
#burger-btn.is-open .burger {
  background: rgba(9, 0, 62, 0);
}
.content-title, .page-title {
  font-size: calc(0.8em + 1vw);
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.tab_yoko_sp_tate {
  width: 100%;
  display: block;
}
#tokucyo h6 {
  font-size: calc(1em + 1vw);
}
.page-title {
 position: relative;
 height: 300px;
 margin-top: 60px;
}
.home .home-main {
  padding-top: 0;
  padding-bottom: 82px;
}
}
/*=======================================================
=======================================================*/
@media screen and (max-width: 1100px) {
.footer-a .footer-nav {
  padding-bottom: 100px;
  color: #000000;
}
}
/*=======================================================
=======================================================*/
@media screen and (min-width: 401px) {
 .footer_hojin_navi2 h2{
	color: #0294cf;
	font-size: 116%;
	font-weight: 200;
	text-decoration: underline;
}
}
/*=======================================================
=======================================================*/
@media screen and (min-width: 576px) {
   .mv .inner {
    max-width: initial;
    margin-bottom: 400px;
  }
}
/*=======================================================
  TBサイズより広い場合の設定
=======================================================*/

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
    pointer-events: none;
  }
  .sp, .pc {
	display: none;
}
.tab {
	display: block;
}
br.br_ok_sp {
	display: none;
	}
  br.br_ok_tab {
	display: block;
	}
  br.br_ok_pc {
	display: none;
	}
   /*ご利用案内カラムテキストmax767は画像が100％になるのでfontsizeは大きくなる*/
 .calc05em08vw {
  font-size: calc(0.5rem + 0.8vw)!important;
} 
.service .content-wrapper .box-left {
  width: 48%;
  margin-right: 4%;
}
.service .content-wrapper .box-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
}
.service .content-wrapper .box-right h2 {
font-size: calc(1em + 1vw);
font-weight: 700;
}
.topics .content-wrapper .box ,.home-news .content-wrapper .box {
  width: 100%;
}
.topics .content-wrapper .box::before, .home-news .content-wrapper .box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f4f5ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topics_column {
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  margin: 10px auto;
  padding: 10px 5px 12px;
  position: relative;
  width: 33%;
}
.topics_info_top {
  padding-top: 0px;
  font-size: 10px;
  color: #999;
  margin: 5px 0;
  width: 33%;
}
     /*トップページの今月の予定部分*/
  #schedule .thismonth_schedule {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 960px;
	padding-left: 1em;
	padding-right: 1em;
}
    /*トップページのcatch部分*/
  #banner .newstopic {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 960px;
	padding-left: 1em;
	padding-right: 1em;
}
  #banner .newstopic p.more_bottom {
	background-color: #0041FC;
	background-size:100% auto;
  color: #ffffff;
	display: block;
	width: 200px;
	border-radius: 5px;
	/*padding:1% 0;*/
	text-align: center;
  bottom: 0;
  position: absolute;
  left: 50%;
	transform: translate(-50%, 0);
}
 #banner .newstopic p.more_bottom a:hover {
    color: #ffffff;
  }
  #topics.topics .card {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.kosin {
	display: block;
	text-decoration: none;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
	color: #689ACC;
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-align: right;
	font-size: 12px;
	padding: 0.4em 0;
	margin-right: 1%;
	margin-left: 0;
	margin-bottom: 0.3em;
	line-height: 100%;
	white-space: nowrap;
	width: 99%;
}
#topics.topics .card-body {
  padding: 0.8rem;
 }
/*  #topics.topics .card-body .card-text {
 max-height: 9em;
  font-size: calc(0.4em + 1vw);
  margin-bottom: 0.5em;
   height: 100vh;
   line-height: 1.5;
}*/
  .about-about .images-wrapper img {
  width: 100%;
}
  #sidebar .relative .sankaku img {
    left: 50%;
    bottom: -1.4em;
    position: absolute;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 4;
  }
   #sidebar .sidebar_h3_link a {
    display: block;
  height: 85px;
    padding-top: 50px;
  padding-bottom: 1rem;
 }
   #sidebar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    float: right;
    width: 38%;
    max-width: 400px;
  }
    .main-wrapper .main-content {
    width: 70%;
}
  .main-wrapper .sidebar {
    width: 100%;
}
  .about-news-wrapper::before {
  width: 72.785%;
}
  .home-news .news-list .thumbnail {
    width: 15%;
    max-width: 100px;
  }
.mv-text {
  margin: 0 0 12rem 0;
  font-family: "Noto Serif JP", serif;
  font-size: calc(1vw + 1.5rem);
  line-height: 1.291;
  letter-spacing: 0.33em;
  writing-mode: vertical-rl;
}
footer {
  position: relative;
  background: no-repeat url("img/footer_after_school_pc3840px.png");
  background-color:#3081f5;
  background-position: center;
  background-size: cover;
  margin-top: 0;
  height: 400px;
}
  .main_after_school_img img {
  max-width: 3840px;
  width: 100%;
}

/*児童クラブfooter*/
.footer_area {
width: 95%;
max-width: 768px;
margin: 0 auto;
	padding-top: 1em;
	margin-bottom: 3em;
	font-size: 75%;
		text-align: center;
}
.footer_area .sitemap {
text-align: center;
font-size: 22px;
padding: 1em 0;
color:#00008B;
}

.footer_area ul.menu li {
	width: 80%;
	border: 1px solid #FFFFFF;
	border-radius: 2%;
	background-color: rgba(255,255,255,0.50);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}
	.footer_area ul.menu li a {
		color: #00008B;;
		display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
		text-align: center;
		font-size: 140%;
		}
	.footer_area ul.menu li a:hover {
		opacity: 0.85;
		}
.banner_area img {
max-width:720px;
margin-left: auto;
margin-right: auto;
}
.hojin_navi_area{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
  background-color: #bee5ff47;
	width: 100%;
	bottom: 0;
	left: 0;
	position: relative;
  text-align: center;
}
.footer_hojin_navi_title{
width: 100%;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 140%;
color: #FFFFFF;
padding-top: 0.1em;
padding-bottom: 0.1em;
background-image: -webkit-linear-gradient(0deg,rgba(207 227 248) 0%,rgba(51,102,153,1.00) 53.08%,rgba(207 227 248) 100%);
background-image: linear-gradient(90deg,rgba(207 227 248) 0%,rgba(51,102,153,1.00) 53.08%,rgba(207 227 248) 100%);
background-color: #336699;
background-position: left center;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.footer_hojin_navi_wrap {
width: auto;
margin-left: auto;
margin-right: auto;
max-width: 768px;
padding-left: 5%;
padding-right: 5%;
margin-top: 5%;
}
.footer_hojin_navi1 {
margin-bottom: 4em;
padding-left: 2em;
background-color: #6bb5e747;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.footer_hojin_navi1 h2{
color: #0294cf;
font-size: 116%;
font-weight: 400;
text-decoration: underline;
}
.footer_hojin_navi2 {
padding-left: 2em;
background-color: #f1d3ff4f;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.copyright_area {
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
	bottom: -5rem;
	left: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
  position: absolute;
  background-color: #f4f5ff;
}
/*..after_school_mark {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}*/
/*.after_school_mark img {
	width: 40px;
	max-width: 40px;
	height: auto;
	margin-bottom: -3em;
}*/
.footer_hojin_navi1:hover,
.footer_hojin_navi2:hover {
opacity: 0.9;
}
.archive .page-title h1 {
width: 100%;
}
}
/*=======================================================
=======================================================*/
@media screen and (min-width: 992px) {
.sp, .tab {
	display: none;
}
.pc {
	display: block;
}
br.br_ok_sp {
	display: none;
	}
 br.br_ok_tab {
	display: none;
	}
   br.br_ok_pc {
	display: block;
	}
  /*幼教footer*/
	.footer_area {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
		text-align: center;
	}
	.footer_area .sitemap {
	text-align: center;
font-size: 22px;
	padding: 1em 0;
	color:#00008B;
	}

	.footer_area ul.menu {
	line-height:4;
	display:flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	margin: 0 auto;
white-space: nowrap;
	}

.footer_area ul.menu li {
	height: 50px;
	text-indent: 0.7em;
	font-size:88%;
	margin:0 0.5rem;
		padding-left: 0;
		border: none;
		background: none;
		background-color:transparent;
		display: inline-block;
		}
.footer_area ul.menu li a::before {
		content:'';
		background-image:  url(img/arrow_navy_right.png);
		background-position: 7% center;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		width: 0.5rem;
		height: 0.5rem;
		}
.footer_area ul.menu li:nth-child(2),
	 .footer_area ul.menu li:nth-child(7) {
	width: 19%;
}
.footer_area ul.menu li:nth-child(1),
  .footer_area ul.menu li:nth-child(3),
  .footer_area ul.menu li:nth-child(4),
   .footer_area ul.menu li:nth-child(5),
	 .footer_area ul.menu li:nth-child(6){
	width: 14%;
}
		.footer_area ul.menu li a {
			color: #00008B;;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		margin-left: 0;
			text-align: left;
			font-size: 130%;
			}

	.footer_area ul.menu li:hover {
	opacity: 0.85;
	text-decoration: underline;
	}

.banner_area img {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
  .site-id-wrapper {
  top: 30%;
}
} 
/*=======================================================
=======================================================*/
@media screen and (min-width: 1101px) {
.footer-a .footer-nav {
  padding-bottom: 150px;
  color: #000000;
}
}
/*=======================================================
=======================================================*/
@media screen and (min-width: 1400px) {
  .banner {
    margin-top: 0;
  }
  .mv-text {
    font-size: 2rem;
  }
  .mv-en {
    font-size: 4.0625rem;
  }
    .footer-nav {
    justify-content:flex-end;
    margin-top: 16px;
  }
  .footer-a .footer-nav {
    padding-bottom: 0;
    color: #000000;
    padding-top: 150px;
    margin-right: 10px;
  }
  /* 入所について */
.enter .page-title {
 background-image: url("img/bg_enter2.jpg");
 background-size: cover;
  background-position: center bottom;
}
/* 児童クラブだより一覧 */
.archive .page-title {
    background-image: url("img/bg_single_after_school.jpg");
    background-size: 100vw 300px;
    background-position: center;
}
/* 児童クラブだより記事 */
.single-after-school-dayori .page-title {
 background-image: url("img/bg_single_after_school.jpg");
 background-size: 100vw 300px;
  background-position: center;
}
}