/*
Theme Name:社会福祉法人 みつき福祉会
Theme URI:
Version: 1.0
Author: takami
Author URI: https://agree-works.com/
License: takami
*/

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1.6rem;
    background: #fefefe;
    letter-spacing: 3px;
    line-height: 2;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Yu mincho", sans-serif;
}

/*各種基本クラス初期設定*/

.hide{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

li{
    list-style: none;
}

a{
	color:#333;
	text-decoration:none;
    transition: 0.3s;
}

p{
    margin: 0;
    padding: 0;
    text-align: justify;
}

ul,li,dl,dt,dd{
    margin: 0;
    padding: 0;
}

img{
    max-width:100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h2{
    text-align: center;
    font-weight: 500;
    font-size: 4rem;
    letter-spacing: 6px;
    padding-bottom: 26px;
    font-family: 'Zen Maru Gothic', sans-serif;
    z-index: 2;
    position: relative;
}

/*---------------*/
/*文字サイズ・基本装飾
/*---------------*/

.link_box {
    background: #fefefe;
    border: solid 3px #333;
    border-radius: 10px;
    padding: 12px 45px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    transition: all .3s;
}

.link_box:hover{
    background: #faf7d4;
}

.year_plan .link_box{
    background: #cde9ee;
    font-size: 2rem;
    transition: all .4s;
    max-width: 500px;
    margin: auto;
}

.year_plan .link_box:hover{
    background: #faf7d4;
}

.topic_link_box{
    background: #cde9ee;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 20px 8px 0px;
    border: solid 2px #333;
    max-width: 200px;
    width: 100%;
    font-size: 1.8rem;
    display: block;
    margin: 0 auto;
}

.topic_link .topic_link_box::before{
    right: 18px;
    top: 22px;
}

.topic_link .topic_link_box:hover::before{
    right: 14px;
}

.voice_link__ye{
    background: #faf7d4;
    border-radius: 10px;
    border: solid 3px #333;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 4px;
    display: block;
    margin-top: 12px;
    transition: all 0.3s;
}

.voice_link__ye:hover{
    background: #cde9ee;
}

.voice_link__pk{
    background: #fae9ee;
    border-radius: 10px;
    border: solid 3px #333;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 4px;
    display: block;
    margin-top: 12px;
    transition: all 0.3s;
}

.voice_link__pk:hover{
    background: #faf7d4;
}

.voice_link__bl{
    background: #cde9ee;
    border-radius: 10px;
    border: solid 3px #333;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 4px;
    display: block;
    margin-top: 12px;
    transition: all 0.3s;
}

.voice_link__bl:hover{
    background: #faf7d4;
}

.link_box__white{
    background: #fefefe;
    border-radius: 10px;
    border: solid 3px #333;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    margin-top: 12px;
    width: 40%;
    display: inline-block;
}

/*---------------*/
/*YouTube Googlemap
/*---------------*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
  }

  .youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
  }

  .gmap{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }

  .gmap iframe, .gmap object, .gmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:15px;
  }

  #mapCas{
  width:90%;
  height:480px;
  margin:10px auto;
  }


/*テーブル設定*/

table{
    clear: both;
    border-collapse: collapse;
    width:100%;
    }

th,td{
    margin: 0;
    padding: 0;
}

table th{
    background: #cde9ee;
    padding: 10px 0;
    width: 24%;
    font-size: 1.8rem;
    border: solid 4px #fefefe;
}

table td{
    background: #faf7d4;
    padding: 10px;
    width: 80%;
    font-size: 1.8rem;
    border: solid 4px #fefefe;
}


/*--------------*/
/*サイトヘッダー
/*--------------*/
#header{
    z-index: 3;
    width: 100%;
    height: 138px;
    padding-top: 8px;
}

#header:after {
    content : "";
    display : block;
    height : 0;
    clear : both;
}

#header h1{
    display: inline-block;
    vertical-align: middle;
    left: 0;
}

#header h1 a{
    background-size: cover;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    background: url(img/logo.svg) no-repeat;
    display: block;
    height: 78px;
    width: 327px;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #cde9ee;
    border: solid 2px #333;
    border-radius: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#top_mainmenu li.menu__mega ul.menu__second-level{
    text-align: left;
    padding: 10px 20px;
}

#top_mainmenu li.menu__mega ul.menu__second-level a {
    font-size: 1.6rem;
    padding: 18px 0px;
    font-weight: 500;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


.acd-check{
    display: none;
}
.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}



/*--------------*/
/*hamberger
/*--------------*/
.gnav{
    background: #faf7d4;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    width: 100%;
    overflow: auto;
}

.gnav__wrap{
    align-items:center;
    height: 100%;
    width: 100%;
}

.gnav__cont{
    height: auto;
    margin-top: 80px;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
    text-align: center;
}

.gnav__wrap .gnav__menu{
	display: block;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 40px;
}

.menu_main .gnav__menu__item a{
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.menu_sub .gnav__menu__item a{
	padding: 0 14px;
    font-size: 63%;
}


.gnav__wrap .gnav__cont .menu_logo img{
padding: 0 0 42px;
}

.gnav__menu__item{
	margin: 0 0 28px 0;
    display: block;
}

.gnav__menu__item a{
color: #333;
    text-decoration: none;
    transition: .5s;
    letter-spacing: 7px;
    font-size: 1.8rem;
    line-height: 0;
}

.gnav__menu__item a:hover{
    color: #666;
}

.gnav__wrap .contactus{
    text-align: center;
    margin-top: 80px;
}

.gnav__menu__cont{
    width: 90%;
    margin: 0 auto;
}

.gnav__menu__link li{
    display: inline-block;
    margin: 0 8px;
}


/*hamberger*/

.ham_menu{
    height: 50px;
    width: 50px;
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 100;
	cursor:pointer;
    background:#cde9ee;
    border: solid 2px #333;
    border-radius: 5px;
}

.menu__line{
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 80%;
    left: 4px;
}

.menu__line--top{
    top: 12px;
}

.menu__line--center{
    top: 24px;
}

.menu__line--bottom{
    bottom: 12px;
}

.menu__line--top.active {
    top: 26px;
    transform: rotate(45deg);
}

.menu__line--center.active{
    transform:scaleX(0);
}

.menu__line--bottom.active {
    bottom: 23px;
    transform: rotate(135deg);
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 20px 0;
}

.menu_main .gnav__menu__item .accordion-area a{
    font-size: 1.8rem;
}

.title {
    position: relative;
    cursor: pointer;
    padding: 3% 0px;
    transition: all .5s ease;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 20%;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 20%;
    transform: rotate(90deg);

}

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}


.box {
    display: none;
    background: #f3f3f3;
    padding: 3%;
}




/*ヘッダーメニュー*/
#headercont{
    max-width: 1280px;
	width: 92%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
	z-index:10;
    height:138px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_mainmenu {
    max-width: 100%;
    text-align: right;
    right: 0px;
    padding-top: 22px;
}

#top_mainmenu ul{
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 0px 0px;
    width: 100%;
    text-align: right;
}

#top_mainmenu li{
    display: inline-block;
    letter-spacing: 1px;
    border-right: solid 2px #333;
}

#top_mainmenu li:last-child{
    border-right:none!important;
}

#top_mainmenu li a{
    color: #333;
    padding: 4px 22px;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    display: block;
}

#top_mainmenu li a:hover{
    opacity: 0.6;
}

#top_mainmenu li ul li {
    border:none!important;
    padding:0px;
    border-bottom:none!important;
}

#top_mainmenu li ul li a{
    color: #333;
}


/*--------*/
/*loading
/*--------*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #cde9ee;
    text-align: center;
  }

  #loading_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #loading .kvArea {
    width: 100%;
  }

  #loading .kvArea .img_box {
    text-align: center;
  }

  #loading .kvArea .img_box img {
    max-width: 100%;
    height: auto;
  }

  .progress{
    height: 40px;
    position: absolute;
    top: 108%;
    left: 50%;
    margin: -20px 0 0 -73px;
  }

  .progress p{
      font-weight: bold;
      font-size: 1.8rem;
      font-family: 'Zen Maru Gothic', sans-serif;
  }

  .progress span{
    transition: all 500ms ease;
    background: #333;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 10px;
    animation: wave 2s ease infinite;
  }
  
  .progress span:nth-child(1){  animation-delay: 0; }
  .progress span:nth-child(2){  animation-delay: 100ms; }
  .progress span:nth-child(3){  animation-delay: 200ms; }
  .progress span:nth-child(4){  animation-delay: 300ms; }
  .progress span:nth-child(5){  animation-delay: 400ms; }
  .progress span:nth-child(6){  animation-delay: 500ms; }
  .progress span:nth-child(7){  animation-delay: 600ms; }
  .progress span:nth-child(8){  animation-delay: 700ms; }
  
  @keyframes wave{
    0%, 40%, 100% { 
      transform: translate(0, 0);
      background-color: #333;
    }
    10% {
      transform: translate(0, -15px);
      background-color: #333;
    }  
  }

/*----------*/
/*slider
/*----------*/
.top_slider{
    position: relative;
}

.top_slider::after{
    background: url(img/white_sky.svg) no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: -5vh;
    width: 100%;
    height: 264px;
    z-index: 3;
}

.slider .slider_img{
    width: 100%;
    height:86vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider_img img{
    width: 100%;
}

.slider {
    position:relative;
	z-index: 1;
	height: 86vh;
}

.section{
    margin-top: 160px;
}


/*---------------*/
/*Concept 考える力と感じる心の育ちを願って
/*---------------*/
.concept{
    text-align: center;
}

.concept p{
    text-align: center;
    font-size: 2rem;
    padding-bottom: 40px;
}

.concept .concept_list{
    margin-top: 120px;
}

.concept .concept_list p{
    font-size: 1.6rem;
    padding-top: 20px;
    font-weight: 500;
}

.concept_list .five_box{
    position: relative;
    margin-bottom: 30px;
}

.concept_list .five_box img{
    border-radius: 20px;
}

.concept_list .five_box .concept_img{
    position: absolute;
}

.concept_list .five_box .concept1_img{
    top: -24%;
    animation: pikopiko 2.4s steps(2, start) infinite;
}

@keyframes pikopiko {
    0% {
      transform: rotate(20deg);
    }
    to {
      transform: rotate(-10deg);
    }
  }

.concept_list .five_box .concept2_img{
    right: 0;
    top: -12%;
    animation: pikopiko2 2.8s steps(2, start) infinite;
}

@keyframes pikopiko2 {
    0% {
      transform: rotate(20deg);
    }
    to {
      transform: rotate(-10deg);
    }
  }

.concept_list .five_box .concept3_img{
    bottom: 130px;
    left: 0;
    animation: pikopiko3 2.2s steps(2, start) infinite;
}

@keyframes pikopiko3 {
    0% {
      transform: rotate(20deg);
    }
    to {
      transform: rotate(-10deg);
    }
  }


/*---------------*/
/*園の紹介
/*---------------*/
.nursery_list{
    padding: 80px 0;
    background: #cde9ee;
    position: relative;
}

.nursery_list::before{
    content: "";
    position: absolute;
    background: url(img/blue_sky.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 246px;
    top: -160px;
}

.nursery_list ul li{
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 10px;
}

.nursery_list ul li a{
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 3rem;
    border: solid 3px #333;
    background-color: #fefefe;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}

.nursery_list ul li a:hover{
    background: #faf7d4;
}

.nursery_list ul li a span{
    display: block;
    position: relative;
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    padding-left: 30px;
    font-weight: 500;
}

.nursery_list ul li a span::before{
    position: absolute;
    content: "";
    left: -14px;
}

.nursery_list ul li .cerog span::before{
    background:url(img/Kellogg.svg) no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.nursery_list ul li .rabit span::before{
    background:url(img/rabit.svg) no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.nursery_list ul li .bear span::before{
    background:url(img/bear.svg) no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.nursery_list .cont{
    position: relative;
}

.nursery_list__img{
    position:absolute;
}

.nursery_list .cont .list_sky{
    right: -120px;
    top: 46%;
    animation: pikopiko2 2.2s steps(2, start) infinite;
}

.nursery_list .cont .list_sky2{
    top: 0;
    left: -32px;
    animation: pikopiko2 2.8s steps(2, start) infinite;
}

.nursery_list .cont .list_bear{
    bottom: 0;
    left: -50px;
}

.nursery_list__gakudo{
    text-align: center;
    padding-top: 30px;
}

.mitsuki_history{
    margin-top: 120px;
}


/*----------*/
/*リクルート
/*----------*/
.mitsuki_recruit{
    text-align: center;
}

.mitsuki_recruit__text h2{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}

.mitsuki_recruit h2 span{
    display: inline-block;
    background: linear-gradient(transparent 60%, #f9f6d3 60%);
}

.mitsuki_recruit__text p{
    text-align: center;
    font-size: 1.8rem;
    padding: 0px 0 80px 0;
    font-weight: 500;
    line-height: 2.2;
}

.mitsuki_recruit__voice{
    background: #cde9ee;
    position: relative;
    padding: 60px 0 120px;
}

.mitsuki_recruit__voice p{
    text-align: center;
}

.mitsuki_recruit__voice::after{
    content: "";
    background: url(img/blue_sky.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 246px;
    top: -160px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.recruit_voice__cont{
    text-align: center;
    padding-top: 100px;
}

.recruit_voice__cont .three_box{
    background: #fefefe;
    border: solid 3px #333;
    border-radius: 20px;
    margin: 0 2px;
    padding: 20px 30px;
    margin-bottom: 26px;
    width: 32%;
    box-sizing: border-box;
}

.recruit_voice__cont .two_box{
    background: #fefefe;
    border: solid 3px #333;
    border-radius: 20px;
    margin: 0;
    padding: 20px 14px;
    margin-bottom: 26px;
    width: 24%;
    box-sizing: border-box;
}

.recruit_voice__cont h4{
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 4px;
    border-bottom: solid #333 3px;
}

.recruit_voice__cont .name{
    text-align: center;
    padding: 16px 0 0;
    font-size: 2rem;
    font-weight: 500;
}

.recruit_voice__cont ul{
    padding: 10px 0 20px;
    font-size: 1.4rem;
}

.recruit_links{
    text-align: center;
    max-width: 1140px;
    width: 90%;
    margin: 60px auto;
}

.recruit_links a{
    display: inline-block;
    width: 44%;
    font-size: 1.8rem;
    padding: 14px 0;
}

.recruit_voice__seiki h3,
.recruit_voice__part h3{
    position: relative;
}

.recruit_voice__seiki h3:before{
    content: "";
    background: url(img/sky2.png) no-repeat;
    width: 143px;
    height: 94px;
    position: absolute;
    left: 20px;
    top: 20px;
    animation: pikopiko2 2.8s steps(2, start) infinite;
}

.recruit_voice__seiki h3:after{
    content: "";
    background: url(img/sky.png) no-repeat;
    width: 143px;
    height: 94px;
    position: absolute;
    right: 20px;
    top: 20px;
    animation: pikopiko2 3s steps(2, start) infinite;
}

.recruit_voice__part h3:before{
    content: "";
    background: url(img/sky.png) no-repeat;
    width: 143px;
    height: 94px;
    position: absolute;
    left: 20px;
    top: 20px;
    animation: pikopiko2 2.8s steps(2, start) infinite;
}

.recruit_voice__part h3:after{
    content: "";
    background: url(img/sky3.png) no-repeat;
    width: 143px;
    height: 94px;
    position: absolute;
    right: 20px;
    top: 20px;
    animation: pikopiko2 3s steps(2, start) infinite;
}

/*-----------*/
/*interview
/*-----------*/
.mitsuki_recruit__interview{
    background: #cde9ee;
    position: relative;
    padding: 60px 0 120px;
    margin-top: 50px;
}

.mitsuki_recruit__interview .cont{
    position: relative;
}

.mitsuki_recruit__interview .cont:after{
    position: absolute;
    content: "";
    background:url(img/skys.png) no-repeat;
    width: 177px;
    height: 208px;
    right: 0;
    top: -20px;
}

.mitsuki_recruit__interview::before{
    content: "";
    position: absolute;
    background: url(img/blue_sky.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 246px;
    top: -4%;
}

.mitsuki_recruit__interview h2{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 18px;
    font-size: 4.6rem;
    padding: 0;
}

.mitsuki_recruit__interview ul{
    text-align: center;
    padding: 8px 0 30px;
    width: 66%;
    margin: 0 auto;
}

.mitsuki_recruit__interview ul li{
    padding: 6px 14px;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
}

.recruit_interview__qa{
    padding-top: 80px;
    text-align: center;
}

.recruit_interview__qa h3{
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    background: #fefefe;
    border: solid 3px #333;
    border-radius: 14px;
    padding: 8px 0;
}

.recruit_interview__img{
    position: relative;
}

.recruit_interview__img .teacher_catch{
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 8%;
}

.recruit_interview__img .teacher_catch p{
    font-weight: 500;
    font-size: 2.2rem;
    background: #fefefe;
    padding: 20px 12px;
    margin: 0 14px;
    display: inline-block;
}

.recruit_interview__img img{
    border-radius: 20px;
}

.flower h3:before{
    content: "";
    background: url(img/green_flower.png) no-repeat;
    position: absolute;
    width: 110px;
    height: 110px;
    left: 40px;
    top: -62px;
}

.flower2 h3:before{
    content: "";
    background: url(img/pink_flower.png) no-repeat;
    position: absolute;
    width: 62px;
    height: 62px;
    right: 40px;
    top: -32px;
}

.recruit_interview__qa p{
    padding-top: 18px;
    font-weight: 500;
}

.recruit_interview__qa .five_box{
    margin: 30px 5px 0px;
}

.recruit_interview__qa .five_box img{
    border-radius: 14px;
}

.recruit_message{
    border-radius: 14px;
    background: #fefefe;
    border: solid 3px #333;
    padding: 20px;
    margin-top: 60px;
    text-align: center;
}

.recruit_message img{
    display: inline-block;
    width: 180px;
    border-radius: 100px;
    vertical-align: middle;
}

.recruit_message__inner{
    width: 90%;
    margin: 0 auto;
}

.recruit_message__text{
    vertical-align: middle;
    display: inline-block;
    width: 76%;
    padding: 0 24px;
}

.recruit_message__text h3{
    font-weight: 500;
    font-size: 2.2rem;
    padding-bottom: 8px;
    text-align: left;
}

.recruit_interview__other{
    margin-top: 100px;
    background: #faf7d4;
    padding: 40px 20px;
    text-align: center;
    border-radius: 14px;
    border: solid 3px #333;
}

.recruit_interview__other h3{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 3.2rem;
    padding: 0 0 40px;
    font-weight: normal;
}

.recruit_interview__other h4{
    font-size: 1.8rem;
    line-height: 1.6;
    display: inline-block;
}

.recruit_interview__other h4 span{
    font-size: 1.4rem;
}

.interview_otherlist{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 26%;
    padding: 0 12px 30px;
    transition: all 0.4s ease 0s;
}

.interview_otherlist img{
    width: 200px;
    border-radius: 100px;
}

.interview_otherlist img:hover{
    scale: (1.2,1.2);
}

.interview_links{
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.interview_links:before{
    position: absolute;
    content: "";
    background: url(img/sky.png) no-repeat;
    height: 82px;
    width: 120px;
    left: 0;
    bottom: -28px;
}

.interview_links a{
    display: inline-block;
    width: 44%;
    font-size: 1.8rem;
    padding: 14px 0;
}

.recruit_image{
    max-width: 580px;
    margin: 32px auto 0;
    width: 90%;
}


/*----------*/
/*各保育園の紹介の詳細
/*----------*/
.mitsuki_school__list{
    padding: 60px 0 0px;
    position: relative;
}

.school_list__info{
    text-align: center;
    background: #cde9ee;
    padding: 5% 0 14%;
    position: relative;
}

.school_list__info::after{
    content: "";
    position: absolute;
    background: url(img/blue_sky.svg) center;
    background-size: cover;
    width: 100%;
    height: 204px;
    left: 0;
    top: -6%;
}

.school_list__info .cont h2{
    line-height: 1.75;
}

.school_list__info .cont h2 span{
    display: block;
    font-size: min(2rem, 50%);
    letter-spacing: .04em;
}

.school_list__info h3{
    text-align: center;
    padding-bottom: 12px;
    border-bottom: solid 2px #fefefe;
}

.school_list__info p{
    text-align: center;
    padding-top: 12px;
    text-align: left;
}

.school_list__info .seven_box img{
    border-radius: 80px;
}

.school_list__info__topics{
    padding-top: 120px;
}

.school_list__info__topics .five_box{
    background: #fefefe;
    border-radius: 32px;
    padding: 40px 0;
    position: relative;
}

.school_list__info__topics .info_topics__news::before{
    content: "";
    position: absolute;
    background: url(img/sky2.png) no-repeat;
    width: 143px;
    height: 93px;
    left: -60px;
    top: 10px;
    animation: pikopiko2 2.4s steps(2, start) infinite;
}

.school_list__info__topics .info_topics__life::before{
    content: "";
    position: absolute;
    background: url(img/rabit_big.png) no-repeat;
    background-size: 100%;
    width: 130px;
    height: 173px;
    right: -40px;
    bottom: -30px;
}

.school_list__info__topics .topic_link{
    max-width: 58%;
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

.topic_link a{
    font-weight: 500;
    position: relative;
    padding-right: 12px;
}

.topic_link a::before{
    content: "";
    right: 0;
    top: 7px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    border: 2px solid;
    border-color: transparent transparent #333 #333;
    transform: rotate(225deg);
    transition: all .4s;
}

.topic_link a:hover::before{
    right: -8px;
}

.school_list__info .seven_box{
    width: 62%;
}

.school_list__info .three_box{
    width: 33%;
    margin: 0 2%;
}

.lcp_catlist{
    margin: 0 auto;
    max-width: 74%;
    width: 100%;
    text-align: left;
}

.lcp_catlist a{
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 6px;
}

.lcp_catlist li{
    border-bottom: solid 3px #cde9ee;
    padding: 18px 0 8px;
    line-height: 1.6;
    color: #888;
}

.school_aday{
    background:#fefefe;
    position: relative;
    padding: 60px 0 0px;
    margin-bottom: 160px;
}

.school_aday::after{
    content: "";
    position: absolute;
    background: url(img/page_bottom.svg) center;
    background-size: cover;
    width: 100%;
    height: 306px;
    left: 0;
    top: -15vh;
}

.nyuji_wanted{
    text-align: left;
    padding: 20px 0 0;
}

.school_aday__wrap{
    margin-top: 100px;
    text-align: center;
    padding-bottom: 120px;
    position: relative;
}

.school_aday__wrap:last-of-type{
    padding-bottom: 0;
}

.school_aday__wrap img{
    border-radius: 8px;
}

.school_aday__wrap__list h3{
    background: #cde9ee;
    padding: 10px 0;
    border-radius: 20px;
    margin:0 auto 12px;
    max-width: 420px;
    width: 100%;
}

.school_aday__wrap__list ul{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.school_aday__wrap__list ul li{
    background: #faf7d4;
    padding: 16px 16px 16px 95px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-align: left;
    text-indent: -7.4rem;
    font-weight: 500;
    box-sizing: border-box;
}

.school_aday__wrap__list ul li span{
    font-size: 1.4rem;
}

.school_aday__wrap__list ul .contact{
    text-align: center;
    font-size: 1.6rem;
    border: solid 3px #faf7d4;
    line-height: 2;
    background: no-repeat;
    text-indent: unset;
    padding: 16px;
}

.school_aday__wrap__list .previous h3{
    writing-mode: vertical-rl;
    display: inline-block;
    padding: 32px 22px;
    width: 4%;
}

.meeting_table .meeting_table__box{
    background: #f0f8f9;
    max-width: 520px;
    margin: 0 auto;
    padding: 26px 0;
}

.meeting_table__box p{
    font-weight: 500;
}

.meeting_table__box a{
    background: #cde9ee;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all .4s;
}

.meeting_table__box a:hover{
    background: #faf7d4;
}

.year_plan{
    padding: 26px 0 100px;
}

.previous_list{
    display: inline-block;
    vertical-align: top;
    width: 82%;
}

.aday_wrap__inner{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.school_aday__event{
    position: relative;
}

.school_aday__event::before{
    position: absolute;
    content: "";
    background: url(img/skys.png) no-repeat;
    width: 177px;
    height: 280px;
    left: 0;
    top: 0;
}

.school_aday__event p{
    text-align: center;
    padding-bottom: 26px;
}

.school_aday__event table td{
    width: auto;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 12px 6px;
}

.school_aday__event table th{
    padding: 20px 0;
    width: 14%;
}

.school_aday__event .table_title th{
    width: 20%;
}

.school_aday__event ul{
    text-align: left;
    padding: 16px 0 30px;
    font-size: 1.4rem;
}

.school_aday__event ul li{
    text-indent: -1rem;
    padding: 0px 16px 6px 16px;
}

.meeting_table h3{
    font-size: 2.4rem;
}

.school_aday__event .meeting_table ul{
    text-align: center;
}

.school_aday__event .meeting_table ul li{
    display: inline-block;
    background: #f0f8fa;
    font-size: 1.8rem;
    font-weight: 500;
    width: 25%;
    padding: 16px;
    border-radius: 8px;
    margin: 6px 4px;
    text-align: center;
}

.no_bg{
    background: none;
}

.school_childcare__content{
    position: relative;
}

.school_childcare__content::after{
    position: absolute;
    content: "";
    background: url(img/flowers.png) no-repeat;
    width: 260px;
    height: 260px;
    top: -8%;
    right: -30px;
}

.school_childcare__content h4{
    padding-bottom: 6px;
    font-size: 1.8rem;
}

.school_childcare__content table th,
.school_childcare__content table td{
    background: none;
}

.school_childcare__content table tr{
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
}

.school_childcare__content table tr th{
    border-right: solid 2px #333;
    border-top: none;
    border-bottom: none;
    width: 30%;
}

.school_childcare__content table tr td{
    border: none;
    text-align: left;
    padding: 24px 40px;
}

.school_childcare__content table tr td ul{
    padding-top: 0;
}

.school_childcare__content table tr td ul li{
    border-bottom: none;
    padding: 12px 0;
}

.school_childcare__content table tr td ul li span{
    font-size: 1.3rem;
    padding-top: 19px;
    display: block;
}

.school_childcare__content table tr td ul ul li{
    padding: 2px 0;
}

.school_childcare__content table tr td ul ul .nyuji_wanted{
    font-size: 1.4rem;
}

.school_childcare__content ul{
    text-align: left;
    padding: 40px 0 0;
}

.school_childcare__content ul li{
    border-bottom: solid 1px #333;
    padding: 24px 0;
}

.school_childcare__content ul li ul{
    padding-top: 20px;
}

.school_childcare__content ul li ul li{
    border-bottom: none;
    padding: 4px 0;
}

.after-school_content{
    padding-top: 80px;
}

.after-school_content .year_plan{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.after-school_content h4{
    text-align: left;
}

.after-school_content p{
    padding-top: 10px;
    padding-bottom: 40px;
}

.school_childcare__content .after-school_content table tr{
    border-top: none;
}

.school_childcare__content .after-school_content table tr th{
    width: 20%;
    border-right: none;
    border: none;
}

.school_childcare__content .after-school_content table tr td{
    border: none;
    text-align: center;
    padding: 20px 14px;
    width: auto;
}

.school_contact{
    position: relative;
    background: #cde9ee;
    padding: 5% 0 6%;
}

.school_contact::after{
    content: "";
    position: absolute;
    background: url(img/blue_sky.svg) center;
    background-size: cover;
    width: 100%;
    height: 190px;
    top: -9vh;
    z-index: -1;
}

.school_contact ul{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.school_contact ul li{
    padding-bottom: 8px;
}

.school_contact ul li a{
    text-decoration: underline;
}

.school_contact__links{
    padding-top: 20px;
}

.school_contact__links .link_box{
    margin: 0 auto 18px;
    max-width: 350px;
    width: 100%;
}


/*------------*/
/*学童保育
/*------------*/
.after-school__palce .five_box{
    background: #fefefe;
    border: solid 3px #333;
    border-radius: 32px;
    padding: 20px 36px;
    box-sizing: border-box;
    width: 44%;
    margin: 0 14px 30px;
}

.after-school__palce h4{
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #cde9ee;
    line-height: 1.2;
    font-size: 3rem;
    padding-bottom: 12px;
    margin-bottom: 24px;
    font-weight: 700;
    -webkit-text-stroke: 1px #333;
    text-stroke: 1px #333;

}

.after-school__palce h4 span{
    color: #333;
    font-size: 1.8rem;
    -webkit-text-stroke: 0;
    text-stroke: 0px;
}

.after-school__palce .five_box .voice_link a{
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.2rem;
    border: solid 3px #333;
    background-color: #faf7d4;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
    transition: all 0.3s;
}

.after-school__palce .five_box .voice_link a:hover{
    background: #fae9ee;
}

.after-school__palce .five_box .voice_link a span::before{
    position: absolute;
    content: "";
    left: 25px;
    top: 15px;
    height: 30px;
    width: 30px;
}

.voice_link{
    padding: 20px 0 10px;
}

.after-school__palce .five_box .voice_link .bear span::before{
    background: url(img/bear.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.after-school__palce .five_box .voice_link .rabit span::before{
    background: url(img/rabit.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.after-school__palce .five_box .voice_link .cerog span::before{
    background: url(img/Kellogg.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.after-school__palce .five_box .voice_link a span::after{
    position: absolute;
    content: "";
    background: url(img/btn_ya.png) no-repeat;
    right: 26px;
    top: 18px;
    height: 24px;
    width: 24px;
}

.school_aday__after{
    position: relative;
}

.school_aday__after::before{
    position: absolute;
    content: "";
    background: url(img/flowers.png) no-repeat;
    background-size: 100%;
    width: 183px;
    height: 200px;
    left: -33px;
    top: -45px;
}

.school_aday__after::after{
    position: absolute;
    content: "";
    background: url(img/rabit_big.png) no-repeat;
    background-size: 100%;
    width: 141px;
    height: 173px;
    right: 0;
    bottom: 0;
}

.school_aday__after ul{
    text-align: left;
    padding-top: 20px;
}

.mitsuki_afterschool__list{
    background: #fae9ee;
    position: relative;
    padding: 60px 0 160px;
}

.mitsuki_afterschool__list:before{
    content: "";
    background: url(img/pink_sky.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
    position: absolute;
    top: -6%;
    left: 0;
}

.mitsuki_afterschool__list table th{
    width: 30%;
}

.mitsuki_afterschool__list table th,
.mitsuki_afterschool__list table td{
    background: none;
    text-align: left;
    font-size: 1.6rem;
    padding: 4px 0;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
}

.mitsuki_afterschool__list .cont{
    position: relative;
}

.mitsuki_afterschool__list .cont::after{
    position: absolute;
    content: "";
    background: url(img/cerog_big.png) no-repeat;
    background-size: 100%;
    width: 141px;
    height: 173px;
    bottom: 0;
    right: 0;
}

.mitsuki_afterschool__list h2{
    position: relative;
}

.mitsuki_afterschool__list h2::before{
    position: absolute;
    content: "";
    background: url(img/skys2.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 143px;
    left: 0;
    top: -64px;
}

.mitsuki_afterschool__list h2::after{
    position: absolute;
    content: "";
    background: url(img/sky2.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 66px;
    right: 0;
    top: 0;
}

.mitsuki_afterschool .school_aday__wrap__list h3{
    background: #fae9ee;
    margin: 0 auto;
}

.mitsuki_afterschool .school_aday__wrap__list ul{
    text-align: left;
}

.mitsuki_afterschool .info_topics__life,
.mitsuki_afterschool .info_topics__news{
    padding: 40px 0;
    position: relative;
    margin-bottom: 100px;
}

.topics_news__cont{
    display: inline-block;
    width: 28%;
    position: relative;
}

.topics_news__cont h2{
    margin: 0 auto;
    writing-mode: tb;
}

.mitsuki_afterschool .topics_news__cont .topic_link{
    text-align: center;
}

.mitsuki_afterschool .school_list__info__topics .lcp_catlist{
    display: inline-block;
    max-width: 68%;
    vertical-align: top;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__news::before{
    content: "";
    position: absolute;
    background: url(img/pink_flower.png) no-repeat;
    width: 62px;
    height: 62px;
    left: 60px;
    top: -20px;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__news .topics_news__cont::after{
    content: "";
    position: absolute;
    background: url(img/green_flower.png) no-repeat;
    width: 109px;
    height: 109px;
    right: 0;
    bottom: -112px;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__life .topics_news__cont::before{
    content: "";
    position: absolute;
    background: url(img/pink_flower.png) no-repeat;
    width: 62px;
    height: 62px;
    left: 34px;
    bottom: -50px;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__life .topics_news__cont::after{
    content: "";
    position: absolute;
    background: url(img/blue_flower.png) no-repeat;
    width: 50px;
    height: 51px;
    right: 30px;
    bottom: -80px;
}


.after-school_price .price_table{
    display: inline-block;
    width: 58%;
}

.after-school_price .price_table table th{
    background: #fae9ee;
    border: none;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    width: 40%;
    line-height: 1.4;
    padding: 10px 6px;
}

.after-school_price .price_table table .price_table__top:last-of-type{
    border-right: none;
}

.after-school_price .price_table table th span{
    font-size: 1.4rem;
}

.after-school_price .price_table table td{
    background: none;
    border: none;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    width: auto;
}

.after-school_price .price_table table td:last-of-type{
    border-right: none;
}

.after-school_price .price_table table ul,
.after-school_price .price_table table ul li{
    padding: 0;
    text-align: center;
}

.number{
    font-weight: 500;
    font-size: 2rem;
}

.after-school_price .price_text{
    display: inline-block;
    width: 36%;
    vertical-align: top;
    text-align: left;
    padding-left: 36px;
}

.after-school_price .price_text ul li{
    padding-bottom: 14px;
    text-indent: -1.8rem;
}

.after-school_content__list ul{
    text-align: left;
    padding: 14px 0 0;
}

.after-school_content__list ul li{
    padding-bottom: 14px;
    padding-left: 12px;
    text-indent: -1.5rem;
}

.after-school_content__list table th{
    background: #f9f6d3;
    border: none;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    width: 10%;
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: .02em;
}

.after-school_content__list table .service{
    border-bottom: solid 3px #333;
}

.after-school_content__list table th span{
    font-size: 1.2rem;
}

.after-school_content__list table .service th{
    width: 8%;
    font-size: 1.4rem;
}

.after-school_content__list table .afterschool_name{
    width: 16%;
}

.after-school_content__list table .afterschool_school{
    width: 18%;
}

.after-school_content__list table td{
    background: none;
    border: none;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    width: auto;
    font-size: 1.4rem;
    letter-spacing: .02em;
}

/*------------*/
/*公開情報
/*------------*/
.information_page ul{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
}

.information_page ul li{
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-left: 36px;
    font-weight: 500;
    position: relative;
    background: url(img/pdf.png) no-repeat left -8px;
    border-bottom: dotted 1px #333;
}

.information_page .cont{
    position: relative;
}

.information_page .cont::before{
    content: "";
    position: absolute;
    background: url(img/skys2.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 143px;
    top: -220px;
    left: 0;
}

.information_page .cont::after{
    content: "";
    position: absolute;
    background: url(img/green_flower.png) no-repeat;
    background-size: 100%;
    width: 109px;
    height: 109px;
    bottom: -100px;
    right: 0;
}

/*新着情報・トピックス*/

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

.topics{
    text-align: center;
}

.topics li{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    box-sizing: border-box;
    margin: 0 12px;
    transition: all .3s;
    cursor: pointer;
}

.topics li:hover{
    opacity: 0.6;
}

.topics li a{
    display: block;
    background: #faf7d4;
    border: solid #333 3px;
    padding: 20px 40px;
    border-radius: 30px;
    min-height: 100px;
}

.topics_right{
    width:50%;
    box-sizing:border-box;
    vertical-align:top;
    padding:0 5px;
    display:inline-block;
}

.topic_link{
    padding-top: 30px;
}

#list li h3{
    font-size: 1.8rem;
	font-weight:bold;
    padding-top: 6px;
    line-height: 1.6;
}

#list li p{
    padding: 5px 0px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0px;
}

.readmore{
display:block;
float:right;
}

.date{
    font-size: 1.6rem;
}

.cat{
    background: #faf7d4;
    border: solid 2px #333;
    border-radius: 7px;
    font-weight: 500;
    padding: 0px 6px;
    font-size: 1.4rem;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}

.category_page{
    padding: 60px 0;
}

.category_page .cont{
    background: #fefefe;
    border-radius: 20px;
    position: relative;
}

.category_page .cont::before{
    content: "";
    position: absolute;
    background: url(img/bear_big.png) no-repeat;
    width: 141px;
    height: 173px;
    left: -60px;
    bottom: -54px;
}

.category_page ul{
    padding-left: 0;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;

}

.new-post__month{
    padding-bottom: 12px;
}


/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{
margin:5px;
padding: 5px;
}

.single_page{
    padding-top: 80px;
}

.single_page .entrytext p{
    padding-bottom: 20px;
    text-align:left;
    letter-spacing: 1px;
}

.single_page .entrytext p a{
    border: solid 2px #333;
    padding: 6px 50px;
    font-weight: 500;
    border-radius: 10px;
    background: #faf7d4;
    display: block;
    text-align: center;
    max-width: 199px;
    width: 100%;
    margin: 0 auto;
}

.year{
    font-weight: 500;
    font-size: 1.4rem;
}

.month-archive-list li{
margin:5px 0px;
}


/*コンテンツ・基本レイアウト*/
.cont {
margin: 0px auto;
width: 92%;
z-index: 1;
max-width: 1140px;
}

.seven_box{
width:66%;
max-width:100%;
display: inline-block;
vertical-align: top;
}

.six_box{
width:58%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.four_box{
    width: 39%;
    max-width: 100%;
    margin: 10px auto 10px;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.five_box{
width: 48%;
max-width: 100%;
margin: 10px 5px 10px;
display: inline-block;
vertical-align: top;
}

.two_box{
    width: 20%;
    max-width: 100%;
    margin: 10px auto 10px;
    display: inline-block;
    vertical-align: top;
    padding: 14px 10px;
    font-size: 80%;
}

.three_box {
    width: 30%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}


/*単独ページの共通設定*/

.page_title{
    font-size: 2.4rem;
}

.page{
margin: 0px auto;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.single_page__title{
    padding-bottom: 40px;
    text-align: center;
}

/*サイドバー */
#sidebar{
    margin-left: 48px;
    width: 22%;
    vertical-align: top;
    display: inline-block;
}

#sidebar a{
    transition: all 0.3s;
}

#sidebar a:hover{
    opacity: 0.6;
}

#sidebar h2{
    margin: 20px 0 14px;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 34px;
    position: relative;
}

#sidebar h2::before{
    content: "";
    background: url(img/bear.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}

.side_category{
    margin-bottom: 20px;
}

.side_category li{
    padding-bottom: 8px;
    font-size: 1.4rem;
}

.side_category li a{
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s;
}

.side_category li a::before{
    position: absolute;
    content: "▶";
    color:#cde9ee;
    width: 20px;
    height: 20px;
    left: 0;
}


/*フッター*/
#footer{
    text-align: center;
	bottom: 0px;
}

#footer .cont{
	clear:both;
	margin:0px auto;
	text-align:center;
	width:90%;
	max-width:1080px;
padding:60px 0px;
}

#footer .cont a{
    transition: all .3s;
}

#footer .cont a:hover{
    opacity: 0.6;
}

.footmenu {
    text-align: center;
}

.footmenu ul{
	display: block;
    padding: 10px 20px;
    text-align: center;
    margin: 0 5px;
}

.footmenu ul li{
    margin: 5px 0;
    font-weight: 500;
}

.ft_bottom{
    text-align:center;
    font-size:1.2rem;
    padding:20px 0px;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: block;
}

/*固定ページメインタイトル*/

.pageheader_cont{
    width: 100%;
    padding: 80px 0px 120px;
    margin: 0 auto;
    background-size: cover;
    position: relative;
    background: url(img/slider1.jpg) no-repeat center;
    background-size: cover;
}

#pageheader h2{
    padding-bottom: 10px;
}

.pageheader_cont{
    height: 76vh;
    width: 100%;
    padding: 16px 0px;
    margin: 0 auto;
    background-size: cover;
    position: relative;
    background: url(img/slider1.jpg) no-repeat center;
    background-size: cover;
}

.pageheader_cont::before{
    content: "";
    background: url(img/page_bottom.svg) repeat;
    height: 246px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    background-size: cover;
}

.pageheader_cont::after{
    content: "";
    background: url(img/page_top.svg) no-repeat;
    height: 246px;
    width: 100%;
    position: absolute;
    top: -40px;
    background-size: cover;
}

.pageheader_cont h2{
    margin:10px auto;
    padding: 0px 0px 0px 20px;
    border: none;
    letter-spacing: 3px;
	font-weight:bold;
}

.pageheader_cont h2 span{
    color: #fff;
    display: block;
    font-size: 80%;
    margin: 5px 0 0;
}

.works_head .pageheader_cont{
    background: url(img/works.jpg) no-repeat center!important;
}

.recruit_head .pageheader_cont{
    background: url(img/recruit_head.jpg) no-repeat center;
    background-size: cover;
}

.contact_head .pageheader_cont{
    background: url(img/contact.jpg) no-repeat center!important;
}

.history_head .pageheader_cont{
    background: url(img/history_head.jpg) no-repeat center;
    background-size: cover;
}

.information_disclosure_head .pageheader_cont{
    background: url(img/disclosure_head.jpg) no-repeat center;
    background-size: cover;
}

.after-schoolactivity_head .pageheader_cont{
    background: url(img/after_head.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.mitsuki_head,
.mitsuki_nyuji_head,
.mitsuki_tawayama_head,
.mitsuki_tawayama2_head,
.mitsuki_hamanogi_head,
.mitsuki_adakae_head,
.mitsuki_adakae2_head,
.mitsuki_mihonoseki_nishi_head,
.mitsuki_mihonoseki_higashi_head,
.mitsuki_minori_head,
.mitsuki_minori_nyuji_head,
.mitsuki_minori_kuroda_head,
.mitsuki_chuou_head,
.mitsuki_koshibara_head,
.entry_head,
.abe_risa_head,
.nagaie_rie_head,
.kouno_kana_head,
.ogawa_chihiro_head,
.watanabe_hiroko_head,
.omoto_yumi_head,
.umeki_airi_head{
    display: none;
}



/*メインコンテンツ*/
#main{
    max-width: 68%;
    width:100%;
    vertical-align: top;
    display: inline-block;
    border: solid #cde9ee 3px;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}


.post{
padding:0px 0 20px 0px;
z-index:1;
}

.postnav{
    text-align: center;
    margin: 10% 0 0;
}

/*カテゴリー一覧設定*/

/*トピックス専用*/
.cate_right .topics_h3{
    background: none;
    font-size: 2rem;
    padding: 20px 0 10px;
}

.cate_block{
    border-bottom: 2px solid #cde9ee;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 20px 0;
}

.cate_right{
    vertical-align:top;
    text-align:left;
}

.cate_right .category{
    font-size: 1.4rem;
    background: #cde9ee;
    padding: 2px 8px;
    border-radius: 10px;
}

.cate_right .topic_link{
    padding-top: 14px;
}

/*各固定ページ設定*/

/*お問合せ*/


/*ワードプレス設定*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.more-link,.more-link:hover{
	color:#111111;
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

.wp-caption-text{
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 6px;
}

.gallery-item{
    margin-top: 20px!important;
}

/*--------------*/
/*Contact form 7
/*--------------*/

.wpcf7-form span.red  {
    color: #333;
    display: inline-block;
    font-size: 1.2rem;
    background: #eecdcd;
    padding: 0px 10px;
    border-radius: 10px;
    margin-left: 5px;
}

.wpcf7-form textarea{
    width:95%;
    height:150px;
    border-radius: 10px;
    border:solid 2px #333;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7-form .wpcf7-submit{
    width: 30%;
    display: block;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #333;
    padding: 16px 0;
    border-radius: 16px;
    border: solid 2px #333;
    background: #cde9ee;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.wpcf7-form .wpcf7-submit:hover{
    opacity: 0.7;
}

.wpcf7-form table{
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
}

.wpcf7-form table td{
    background: no-repeat;
    font-weight: 400;
    width: 46%;
    text-align: left;
    border: none;
    padding: 10px 10px 30px;
}

.wpcf7-form table th{
    background: no-repeat;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    border: none;
    width: 18%;
}

.wpcf7-form table td .ex{
    font-size: 1.4rem;
}

.wpcf7-form table .zip{
    width: 66%;
    display: inline-block;
    margin-bottom: 14px;
    padding-left: 8px;
    vertical-align: middle;
}

.wpcf7-form table span{
    display: block;
}

.wpcf7-form .wpcf7-list-item-label{
    display: inline-block;
}

.wpcf7-list-item{
    margin: 0;
}

.wpcf7-form table .letter{
    display: inline-block;
    font-size: 2.2rem;
}

.wpcf7-text{
    width: 95%;
    height: 44px;
    border: solid 2px #333;
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.wpcf7-select{
    width: 50%;
    height: 40px;
    border: solid 2px #333;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #333;
    text-align: center;
    background: #faf7d4;
    padding: 10px;
    border-radius: 6px;
}

.wpcf7-not-valid-tip{
    font-size: 1.4rem;
}

.contact_form__text{
    text-align: center;
    padding-bottom: 80px;
}

.contact_form__text p{
    padding: 6px 0;
}

.contact_form__text .caution{
    font-weight: 500;
    text-decoration: underline;
    color: #e77474;
}


/*ロールアップ*/

#page-top{
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 10;
}
#page-top a{
    display: block;
    width:120px;
    height: 120px;
    text-align: center;
}

/*パンくずリスト*/
.breadcrumbs{
    font-size: 1.2rem;
    max-width: 1140px;
    width: 90%;
    margin: 40px auto;
    text-align: center;
    line-height: 3;
}

.breadcrumbs span{
padding: 0 3px;
}

.breadcrumbs a{
    color: #333;
    background: #faf7d4;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 7px;
    border: solid 2px #333;
}

/*--------------*/
/*レスポンシブ基本CSS
/*--------------*/

.pcheader{
    display:block;
}

.pc{
    display:block;
}

.mobile{
    display: none!important;
}

.mobileheader{
    display: none!important;
}

@media screen and (max-width: 1024px){

.nursery_list ul li {
    display: inline-block;
    width: 46%;
}

.pcheader{
    display:none!important;
}

.mobileheader{
    display: block!important;
}

.pageheader_cont{
    height: 46vh;
}

.after-schoolactivity_head .pageheader_cont{
    height: 62vh;
}

.after-school_price .price_table{
    display: block;
    width: 100%;
}

.after-school_price .price_text{
    display: block;
    width: 100%;
    padding-left: 14px;
}

.mitsuki_recruit__interview::before{
    top: -3%;
}

.slider{
    height: 90vh;
}

.slider_img img{
    height: 90vh;
    object-fit: cover;
}

.slider .slider_img{
    height: 89vh;
}

.nursery_list .cont .list_sky{
    right: 0;
    top: -40px;
    width: 14%;
}

.recruit_message__text{
    width: 100%;
    padding: 0;
}

.school_list__info .seven_box img{
    border-radius: 20px;
}

.school_list__info .three_box,
.school_list__info .seven_box{
    display: block;
    width: 100%;
}

.recruit_voice__cont .two_box{
    width: 42%;
}

.recruit_voice__cont .three_box{
    width: 42%;
}

.school_list__info__topics .topic_link{
    max-width: 100%;
    text-align: center;
}

.school_aday::after {
    height: 170px;
    left: 0;
    top: -72px;
}

.mitsuki_afterschool__list table th{
    width: 100%;
    display: block;
    padding: 0;
}

.mitsuki_afterschool__list table td{
    width: 100%;
    display: block;
    padding: 0 0 12px;
}

.school_aday__after::after{
    width: 90px;
    height: 113px;
}

.school_list__info__topics .info_topics__life::before {
    bottom: -158px;
    background-size: 100%;
    width: 110px;
    right: 0;
}

#sidebar {
    margin: 50px auto;
    width: 90%;
    display: block;
}

.cate_right .topics_h3{
    font-size: 1.6rem;
}

#main{
    max-width: 100%;
    padding: 10px;
}

.date {
    font-size: 1.4rem;
}

#page-top a {
    width: 80px;
    height: 80px;
}

}


@media screen and (max-width: 640px){

    body{
        font-size: 1.4rem;
    }

.pc{
    display:none!important;
}

.mobile{
    display: block!important;
}

.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
margin:0px;
box-sizing:border-box;
}

.mobileheader .gnav h1{
    width: 80%;
    display: inline-block;
    padding-bottom: 40px;
}

.mobileheader h1{
    width: 53%;
    display: inline-block;
    padding-left: 14px;
    padding-top: 6%;
}

#pageheader h2 {
    padding-bottom: 10px;
}

.pageheader_cont::after {
    height: 150px;
    top: -21px;
    left: 0;
}

.pageheader_cont::before {
    height: 150px;
}

.slider_img img,
.slider .slider_img {
    height: 62vh;
}

h2{
    font-size: 2.6rem;
}

#header{
    position: static;
}

#headercont{
    max-width:100%;
    min-width:100%;
    padding:0px;
    margin:0px;
}

table th{
    font-size: 1.6rem;
}

.school_aday__event table td{
    font-size: 1.4rem;
}

.slider{
    height: 60vh;
}

#top_mainmenu{
    display:none;
}

.section{
    margin-top: 60px;
}

.link_box__white{
    width: 97%;
    display: block;
}

.topics li {
    margin: 0 auto 20px;
    width: 90%;
}

.topic_link {
    padding-top: 4px;
}

.wpcf7-form table tr{
    height: 156px;
}

.wpcf7-form table th,
.wpcf7-form table td{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    border:none;
}

.wpcf7-form table th{
    padding-bottom: 10px;
}

.wpcf7-form table td{
    padding-bottom: 30px;
}

.wpcf7-form .wpcf7-submit{
    width: 100%;
}

#footer .cont img{
    max-width: 64%;
}

.page_title{
    font-size: 1.8rem;
}

/*---------*/
/*コンセプト
/*---------*/
.concept p,
.concept .concept_list p {
    font-size: 1.6rem;
}

.concept_list .five_box .concept1_img {
    top: -13%;
}

.concept_list .five_box .concept3_img {
    bottom: 100px;
}

.nursery_list .cont .list_sky2 {
    top: -60px;
    left: -16px;
    width: 30%;
}

.nursery_list ul li {
    width: 100%;
    padding: 10px 0;
}

.nursery_list{
    padding: 40px 0;
}

.nursery_list::before {
    height: 170px;
    top: -100px;
}

/*---------*/
/*recruit
/*---------*/

.mitsuki_recruit__text h2{
    font-size: 2rem;
}

.mitsuki_recruit__text p{
    font-size: 1.4rem;
}

.recruit_voice__seiki h3:before,
.recruit_voice__part h3:before {
    left: 0;
    top: -56px;
    background-size: 70%;
    width: 100px;
}

.recruit_voice__seiki h3:after,
.recruit_voice__part h3:after {
    background-size: 100%;
    top: 74px;
    width: 74px;
    height: 50px;
    right: 0;
}

.recruit_voice__cont{
    padding-top: 60px;
}

.recruit_voice__cont .three_box,
.recruit_voice__cont .two_box{
    display: block;
    width: 100%;
}

.mitsuki_recruit__interview .cont:after {
    width: 120px;
    height: 160px;
    right: -12px;
    top: -123px;
    background-size: 90%;
}

.mitsuki_recruit__interview h2{
    font-size: 3.8rem;
}

.mitsuki_recruit__interview ul{
    width: 100%;
}

.recruit_interview__img .teacher_catch {
    writing-mode: unset;
    top: auto;
    right: 0;
    bottom: 4%;
}

.recruit_interview__img .teacher_catch p {
    font-size: 1.64rem;
    padding: 8px 6px;
    margin: 10px 0px;
}

.mitsuki_recruit__interview::before {
    width: 100%;
    height: 130px;
    top: -1%;
}

.mitsuki_recruit__voice::after{
    height: 126px;
    top: -54px;
}

.interview_links a,
.recruit_links a{
    display: block;
    width: 100%;
}

.interview_links:before {
    bottom: -70px;
}

.top_slider::after {
    background-size: 240%;
    bottom: -6vh;
    height: 152px;
}

.flower h3:before {
    left: -11px;
    top: -56px;
    background-size: 100%;
    width: 23%;
}

.flower2 h3:before {
    right: 0;
    top: -44px;
}

.interview_otherlist{
    width: 65%;
}


/*---------*/
/*園の紹介
/*---------*/
.nursery_list .cont .list_sky {
    right: 0;
    top: -40px;
    width: 24%;
}

.school_list__info{
    padding: 8% 0 140px;
}

.school_list__info::after{
    top: -7%;
}

.school_list__info__topics .info_topics__news::before {
    left: -10px;
    top: -60px;
}

.school_list__info__topics .five_box{
    margin-bottom: 30px;
}

.lcp_catlist{
    max-width: 86%;
}

.lcp_catlist a{
    font-size: 1.6rem;
}

.school_aday__wrap__list{
    margin-bottom: 36px;
}

.previous_list{
    width: 75%;
}

.school_aday__event::before {
    background-size: 56%;
    height: 160px;
    top: -55px;
}

.school_aday__event .meeting_table ul li{
    width: 36%;
}

.school_childcare__content::after {
    background-size: 100%;
    width: 130px;
    height: 130px;
    top: -6%;
    right: 0px;
}

.school_childcare__content table tr th,
.school_childcare__content table tr td{
    display: block;
    width: 100%;
}

.school_childcare__content table tr th{
    border-right: none;
    border-bottom: solid 2px #333;
}

.school_childcare__content table tr td{
    border: none;
    text-align: center;
    padding: 24px 0px;
}

.school_childcare__content table tr td ul li{
    font-size: 1.6rem;
    text-align: center;
}

.school_contact::after{
    height: 148px;
    top: -17%;
}

.school_contact ul{
    font-size: 1.6rem;
}

.information_page ul{
    font-size: 1.6rem;
}

.information_page .cont::before{
    width: 120px;
    top: -120px;
}

.information_page .cont::after{
    bottom: -120px;
    width: 66px;
}

.mitsuki_afterschool__list table th{
    font-size: 1.4rem;
    vertical-align: top;
}

.mitsuki_afterschool__list table td{
    font-size: 1.4rem;
}

.mitsuki_afterschool__list:before {
    height: 150px;
    top: -75px;
}

.mitsuki_afterschool__list h2::before {
    width: 126px;
    height: 123px;
    left: 0;
    top: -94px;
}

.mitsuki_afterschool__list h2::after {
    width: 90px;
    top: 50px;
}

.after-school__palce h4{
    font-size: 2.4rem;
}

.after-school_price table,
.after-school_content__list table,
.school_aday__event table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.after-school_price .price_table,
.after-school_price .price_text{
    display: block;
    width: 100%;
    padding: 0;
}

.after-school__palce .five_box{
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 20px;
}

.after-school_content__list table th,
.after-school_content__list table td,
.school_aday__wrap__list ul .contact{
    font-size: 1.3rem;
}

.mitsuki_afterschool__list .cont::after {
    width: 89px;
    height: 112px;
    bottom: -125px;
    right: 0;
}

.topics_news__cont h2{
    writing-mode: horizontal-tb;
    padding: 0;
}

.topics_news__cont,
.mitsuki_afterschool .school_list__info__topics .lcp_catlist{
    display: block;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
}
.mitsuki_afterschool .school_list__info__topics .info_topics__news::before{
    left: 0;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__news .topics_news__cont::after{
    bottom: 0;
    top: -120px;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__life .topics_news__cont::before{
    left: 0;
    bottom: 110px;
}

.mitsuki_afterschool .school_list__info__topics .info_topics__life .topics_news__cont::after{
    right: 0;
    bottom: 20px;
}

.after-school__palce .five_box .voice_link a{
    font-size: 1.6rem;
}

.after-school__palce .five_box .voice_link a span::before{
    left: 8px;
}

.after-school__palce .five_box .voice_link a span::after{
    right: 8px;
}

.school_aday__after::before{
    left: auto;
    top: -82px;
    right: 0;
    width: 120px;
}

.school_childcare__content h4{
    font-size: 1.6rem;
}

.nursery_list .cont .list_bear {
    bottom: -120px;
    left: -20px;
    width: 27%;
}

.year_plan{
    padding: 8px 0 32px;
}

.year_plan .link_box{
    padding: 12px 24px;
    font-size: 1.6rem;
}

/*--------*/
/*保育園の歩み
/*--------*/
.mitsuki_history table th,
.mitsuki_history table td{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    border: solid 2px #fefefe;
}

.mitsuki_history table td{
    width: auto;
}

.mobileheader{
    display:block!important;
width: 100%;
}

#pageheader {
    padding: 12px 0px 0px;
}

#header h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	height: 30px;
    width: 204px;
    display: inline-block;
    position:absolute;
    top:30px;
    left:2%;
    z-index: 10;
    background: url(img/logo.svg) no-repeat;
    background-size: cover;
}

.top_info{
display:block;
padding: 30px 0 80px;
}

.button_menu{
display:none;
}

.category_page .cont::before {
    width: 100px;
    height: 125px;
    left: auto;
    bottom: -70px;
    background-size: 100%;
    right: 0;
}


}