/* ===============================
	base
 =============================== */
html,body {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1em;
  line-height: 1.8em;
  color: #594f58;
  -webkit-text-size-adjust: 100%;
width:100%;
overflow-x:hidden;
	
}
@media screen and (max-width: 992px) {
  .spo {
    display: block;
  }
  .pco {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  body {
    font-size: 0.9em;
  }
  .sp76 {
    display: block;
  }
  .pc76 {
    display: none;
  }
}
/* ===============================
	nav
 =============================== */
.site-header__end {
  text-align: right !important;
  padding-top: 1rem;
}
.site-header {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.site-header__wrapper {
  padding-top: 0rem;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .site-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {}
.nav__item a {
  display: block;
  padding: 0.7rem 1rem;
}
.nav__toggle {
  display: none;
}
.wrapper {
  max-width:100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #222;
}
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #e78383;
  min-width: 120px;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  text-align: center;
}
.navbar-brand img {
  width: 300px;
  height: auto;
    margin-top: -30px;
}
@media (max-width: 992px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    right: 1rem;
    top: 2.0rem;
    background-color: #5ca68f;
    border: none;
    border-radius: 3px;
    padding: 10px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .navbar-brand img {
    width: 50%;
    height: auto;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("../img/menu01.svg");
  }
}
@media (max-width: 600px) {
  .site-header__start {
    display: none;
  }
	  .navbar-toggler {
    top: 0rem;
  }
}
/* ===============================
	slide
 =============================== */
#slide {
  text-align: center;
  object-fit: cover;
  padding-top:0px;
}
.slideimg {
  width: 100%;
}
.catchcopy {
  text-align: right;
}
.catchcopy img {
  width: 500px;
  height: auto;
right: 10px;
margin-top: -10vw;
z-index: 9999;
position: absolute;
}
@media (max-width: 992px) {
.catchcopy img {
width: 40%;
margin-left: -45vw;
margin-top: -10vw;
}
}
@media (max-width: 768px) {
.catchcopy img {
margin-top: -15vw;
}
}
/* ===============================
	wish（こんな子どもに育ってほしい）
 =============================== */
#wish {
  padding-top: 0;
  padding-bottom: 5%;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #ffe4e4 30%, #ffe4e4 100%);
  display: flex;
}
.wishimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.wishimgover {
  text-align: center;
}
.wishimgover img {
position:relative;
  width: 300px;
  height: auto;
  margin-bottom: -50px;
  z-index:999;
}
h3.withtxt {
  text-align: center;
  font-size: 1.7rem;
  line-height: 3rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  h3.withtxt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .wishimgover img {
    width: 50%;
    margin-top: -100px;
  }
  .wishimg img {
    height: 300px;
  }
}
/* ===============================
	goals（保育目標）
 =============================== */
@media (min-width: 2000px) {
#goals {
 width: 90%;
margin-left:5%;
margin-right:5%;
}	
}
#goals {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: right;
}
#goals img {
width: 100%;
height: auto;
border-radius:20px 20px 0 0;
}
#goals h3{
display:inline-block;
text-align:right;
padding:10px;
background-color:#fff;
line-height:1.5em;
margin-bottom:30px;
margin-top:-30px;
z-index:10;
}
#goals2 {
  text-align: right;
}
#goals2 h3{
display:inline-block;
text-align:right;
padding:10px;
background-color:#fff;
line-height:1.5em;
margin-bottom:30px;
margin-top:-30px;
z-index:10;
border-left:0px;
border-right:0px;
border-top:0px;
border-bottom:0px;
font-size: 22px;
}
@media (max-width: 1300px) {
#goals {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: right;
}	
}
@media (max-width: 992px) {
#goals {
  padding-top: 15%;
  padding-bottom: 15%;
}	
#goals h3{
font-size:0.9rem;
line-height: 1.3rem;
margin-top:-10px;
}
#goals2 h3{
font-size:0.9rem;
line-height: 1.3rem;
margin-top:-40px;
}

}

@media (min-width: 600px) {
.sp600{
display:none;
}
}
/* ===============================
	goals（保育目標）
 =============================== */
#about {
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url("../img/about02.jpg");
  background-size: cover;
background-position:center bottom;
}
.gaikan img{
width:100%;
height: 500px;
object-fit: cover; 
}
.gaikan{
width:50%;
float:left;
}
.map{
width:50%;
float:right;
}
@media (max-width: 1300px) {
#about {
  padding-top: 10%;
  padding-bottom: 10%;
}	
}
@media (max-width: 1200px) {
.gaikan{
width:100%;
float:none;
}
.map{
width:100%;
float:none;
}
}
@media (max-width: 992px) {
#about {
  padding-top: 15%;
  padding-bottom: 15%;
}}
/* ===============================
	footer
 =============================== */
#ftrtop {
  padding-top: 5%;
  padding-bottom: 0;
  text-align: center;
clear:both;
}
.ftrlogo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.ftrlogo img {
  width: 100px;
  height: auto;
}
#ftrtop h2 {
  font-size: 2rem;
  margin: 5px auto 40px;
}
#ftrtop h3 {
  font-size: 1.3rem;
  margin: 20px auto;
}
.mapbtn {
  margin-top: 20px;
}
.mapbtn a {
  color: #fff;
}
.cl_green {
  color: #53a58f;
}
.cl_green a{
  color: #53a58f;
}
#ftrtop .nav__wrap {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
#ftr {
padding-top:3%;
  text-align: center;
  padding-bottom: 5%;
background-color:#ffe4e4;
}
#ftr .copy {
  margin-top: 7%;
}
ul.nav_wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.nav_wrap li {
  list-style: none;
}
.nav_wrap a {
  display: block;
  padding: 10px;
}
.nav_wrap li:last-child a {}

.time{
border:solid 1px #594f58;
display:inline-block;
padding:5px 60px;
border-radius:20px;
margin-right:30px;
}

 

/* ===============================
	about
 =============================== */
#headertop {
  height: 200px;
  width: 100%;
}
#headertop img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.bg-pink {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #ffe4e4;
}
.bg-yellow {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fbfaef;
margin-bottom:0px;
}
.tit01 {
  text-align: center;
  font-size: 2.3rem!important;
  font-family: "M PLUS 1p";
  margin-bottom: 2%!important;
  line-height: 3rem!important;
	padding-bottom: 0;
}
table.classes {
  border-collapse: separate; /* 表の線と線の間を空ける */
  border-spacing: 5px; /* 表の線と線の間の幅 */
  width: 100%;
}
.classes th, .classes td {
  padding: 5px 10px; /* 余白指定 */
  text-align: center;
}
.classes th {
  background-color: #e78383; /* 背景色指定 */
  color: #fff; /* 文字色指定 */
  font-weight: normal; /* 文字の太さ指定 */
}
.classes td {
  background-color: #fff; /* 背景色指定 */
}
.contentbox {
  padding-top: 5%;
  padding-bottom: 5%;
}
.contentbox02 {
  padding-bottom: 5%;
}
h4.ftitle {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
padding-bottom:0px;
}
h4.ftitle:before {
  background: #90d0b8;
  content: "";
  height: 12px;
  width: 12px;
  left: 0;
  position: absolute;
  top: 14px;
}
.ftxt {
margin-top:20px;
margin-bottom: 30px;
}
.summary,
.summary1{
  border-spacing: 0;
  width: 100%;
}
.summary th, .summary td,
.summary1 th, .summary1 td{
  border-bottom: 1px solid #cfcfcf;
  padding: 10px;
}
.summary th,.summary1 th {
  font-weight: bold;
  color: #090909;
  font-size: 1.1rem;
}
.summary th {
  width: 9rem;
}
.summary1 th {
  width: 15rem;
}
.summarybox {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-top: 20px;
}
.summarybox ul {
  margin-top: 1rem;
}
.summarybox ul li {
  position: relative;
  padding-left: 24px;
}
.summarybox ul li:before {
  content: "※";
  left: 0;
  position: absolute;
}
#gallery-1 img {
    border:none!important;
}
@media (max-width: 768px) {
  .summary th {
    font-weight: bold;
    font-size: 1.0rem;
  }
  .tit01 {
    font-size: 1.4rem!important;
  }
}
ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
}
ul.newsList li {
  display: block;
  margin: 5px 5px;
}
ul.newsList li:nth-child(-n + 3) {
  flex-basis: 130px;
}
ul.newsList li:nth-child(2) {
  color: #e78383;
  font-size: 0.9rem;
}
ul.newsList li:nth-child(3) {
  flex-basis: auto;
}
/* ===============================
	nursery
 =============================== */
.rinenbox {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: #ffe4e4;
  border-radius: 30px;
  padding-top: 8%;
  padding-bottom: 5%;
  z-index: 1;
}
.rinenbox > div {
  /*コレ*/ width: calc(100% / 3 - 20px);
  /*コレ追加*/ margin: 10px;
  box-sizing: border-box;
}
.rinenbox h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#nurseryrinen .tit01 {
  margin-bottom: -5%;
  z-index: 100 !important;
  margin-top: 5%;
  transform: rotate(0deg);
}
#nurseryrinen .tit01 img, .contentbox .tit01 img, .contentbox02 .tit01 img,.bg-yellow .tit01 img{
  width: 150px;
  height: auto;
}
.guide {
  border-spacing: 0;
  width: 100%;
}
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
background-color: transparent;
}
table tr:nth-of-type(2n+1) {
background-color: transparent;
}
table th,
table td {
  border: none;
  padding: 6px;
}

.scrollable-table {
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.scrollable-table.stfc-sticky tr > *:first-child {
background-color: transparent;
  color: #333;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}
.scrollable-table th {
background-color: transparent;
}
.guide th, .guide td {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px;
}
.guide th {
  font-weight: bold;
  width: 15rem;
  color: #090909;
  font-size: 1.1rem;
}
.guideimg {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 1rem;
}
table.guide p {
  margin: 0.5rem auto;
}
.day th,.day td{
border:1px solid #000!important;
}
.day th{
background-color:#f2f2f2!important;
}

@media (max-width: 992px) {
  .guide th {
    display: block;
    width: 100%;
    color: #53a58f;
  }
  .guide td {
    display: block;
    width: 100%;
  }
.rinenbox > div {
  /*コレ*/ width: calc(100% / 2 - 20px);
}
}
@media (max-width: 768px) {

.rinenbox > div {
  /*コレ*/ width: calc(100% / 1 - 20px);
}
}
/* ===============================
	schedule スケジュール
 =============================== */
ul.scheduleList {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
}
ul.scheduleList li {
  display: block;
  margin: 5px 5px;
}
ul.scheduleList li:nth-child(-n + 4) {
  flex-basis: 110px;
}
ul.scheduleList li:nth-child(1) {
  font-weight: bold;
  font-size: 1.2rem;
}
ul.scheduleList li:nth-child(2) {
  color: #e78383;
  font-size: 0.9rem;
}
ul.scheduleList li:nth-child(3) {
  font-weight: bold;
}
ul.scheduleList li:nth-child(4) {
  flex-basis: auto;
}
.sango, .nigo, .ichigo {
  font-size: small;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: normal;
}
.sango {
  background-color: #53a58f;
}
.nigo {
  background-color: #e78383;
}
.ichigo {
  background-color: #5ca3e7;
}
/* ===============================
	recruit　採用・実習
 =============================== */
.recruitbox {
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 40px;
}
.recruitimg {
  margin-bottom: 15px;
}
.bg-green {
  background-color: #eff6f4;
  padding: 20px;
  margin-top: 5%;
}
.color-green {
  color: #53a58f;
}
.hoikunakama img{
	max-width: 400px;
	width: 90%;
	height: auto;
	text-align: center;
}

.lunchtit{
	    font-size: 2rem;
    margin: 40px auto;
	line-height: 3rem;
}

.lunchtxt p{
	margin-bottom: 1rem;
}
.limg{
	margin-bottom: 15px;
}
/* ===============================
	cocoon設定
 =============================== */
.eye-catch{
	    width: 100%;
    height: 230px;
    position: relative;
}
.entry-title{
	position: absolute;
    top: 300px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
	z-index: 20;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 0;
	margin-bottom: 0;
}
.article h2 {

background-color: transparent;
    border-radius: 0;
}
.article h4 {
    border:none;
}
@media (max-width: 768px) {
.entry-title{
    font-size: 1.3rem;
}
	.eye-catch{
    height: 180px;
}
}
/* ===============================
	container あり
 =============================== */
.bomctn h3{
	color: #53a58f;
	 border-top: none;
	 border-left: none;
	border-right: none;
	 border-bottom: solid 3px #53a58f;
	margin-bottom: 20px;
	
}
.wp-block-file .wp-block-file__button {
    background: #e78383;
}
.bomctn ol li{
	list-style: decimal;
}
.bomctn ol li ul li{
	list-style: disc;
}
.bomctn ol li ul li::marker{
  color: #53a58f;
}

.bomctn ol li ol li{
	list-style: decimal;
}

@media (max-width: 768px) {
.ftopn{
	display: none;
}
	.nav_wrap{
		font-size: 0.8rem;
	}
}
/* ===============================
	投稿
 =============================== */
.cat-link {

    background-color: #e78383;
}
.cat-label {
    border: 1px solid #e78383;
    color: #e78383;
    background-color:  #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-weight: 600;
    font-size: 1.1rem;
}
.newsList{
margin-bottom:0;
}
.top-tit{
font-size:2.4rem;
margin-bottom:30px;
color:#5ca18a;
font-weight:600;
}
.f-name{
margin-bottom:0px;
}
.illust-a{
left:20px;
position:absolute;
margin-top:-12vw;
}
.illust-b{
right:20px;
position:absolute;
margin-top:-10vw;
}


.eye-catch img{
width: 100%;
height: 300px!important;
object-fit: cover;	
}
@media (max-width: 992px) {
.top-tit {
font-size: 1.4rem;
}
.site-header__end {
text-align:center!important;
padding-top: 1rem;
}
.spmt-5{
margin-top:100px;
}
}
@media (max-width: 600px) {
.article h1{
margin-top:-120px;
}	
.headimg {
margin-top: 100px;
}
.flexslider .slides img {
width: 100%;
height: 420px!important;
object-fit: cover;
}
.eye-catch img{
height: 200px!important;
}
}
.mt-8{
margin-top:8rem;
}
.entry-header{
height:300px;
}
.shisetsu{
padding-top:5%;
padding-bottom:5%;
}
.entry-content {
  margin-top: 0em;
  margin-bottom: 0em;
}
.article {
  margin-bottom: 0em;
}
.video-container,.video-container .video{
margin:0;
}
small{
font-weight:normal;
}