/*
 * 泉山幼稚園オリジナルCSS
 * 製作者：ソノイチ 稲垣正幸
 * 製作年：2019年9月
*/


/* 共通 */

.entry-title {font-size:20px;font-weight: 500;margin: 0 0 35px 0;border-bottom: 1px solid #e4e4e4;}
.entry-title a {color:#1b3d2d;}
.entry-content {font-size: 13px;margin: 0 0 130px 0;}
.navigation {display:none;}
.wp-pagenavi{margin: 60px 0;text-align: center;}
.sticky-post {display:none;}
.site-description{font-size:22px;margin:70px 0;}
.site-title{display:none;}
.skip-link{display:none;}
.byline{display:none;}
.cat-links{display:none;}
.svg-icon{display:none;}
.entry-date{font-size:16px;}
.entry-meta .updated{display:none;}
.wp-block-gallery{list-style:none;padding: 0;}
.site-content img {max-width: 100%;height: auto;}
.wp-block-image {margin:10px 0;}
.blocks-gallery-item{width: 48%;display: inline-block;margin: 1%;}
.blocks-gallery-item figure{margin:0;}
.search_box{text-align: center;margin: 40px 0;}
article .updated{display:none;}
.back_btn {    width: 150px;
    height: 30px;
    background-color: #405c50;
    padding: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.back_btn a {color:#fff!important;} 
.link_bg {
    background-color: #415d4f;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}
.link_bg a {color:#fff!important;} 
.slider_area {overflow: hidden;}
	

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#form01{
    background-color: #fff;
    width: 300px;
    height: 39px;
    border: 1px #ccc solid;
    margin: 0 auto;
    border-radius: 5px;
}
#form01 input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
#input01{
width: 240px;
    border: none;
    border-right: 1px #ccc solid;
    text-align: center;
    padding: 5px;
}
#submit01{
    width: 50px;
    border: none;
}

.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}



/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */

/*wp-pagenavi base*/
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #999;
background-color: #FFF;
border: solid 1px #ccc;
padding: 8px 10px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.wp-pagenavi a:hover{
color:#FFF; 
background-color:#999; 
border-color:#999;
}
.wp-pagenavi span.current{
color: #FFF;
background-color: #405c50;
border-color: #405c50;
font-weight: bold;
}


.post-navigation {
  margin: calc(3 * 1rem) 0;
}

@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: calc(3 * 1rem) calc(10% + 60px);
    max-width: calc(6 * (100vw / 12));
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation {
    margin: calc(3 * 1rem) 0;
    max-width: 100%;
  }
}

.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}

.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}

.post-navigation .nav-links a .post-title {
  hyphens: auto;
}

.post-navigation .nav-links a:hover {
  color: #005177;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}

.post-navigation .nav-links .nav-previous {
  order: 2;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}

.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}

.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}

.post-navigation .nav-links .nav-next {
  order: 1;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}

.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem);
}

.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}

.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}

.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}

.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}










html {overflow: auto;}

body {
	width:100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}


body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

body.fadeout::after {
  opacity: 1;
}

body.fadeout article{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}


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

b {font-weight: bold;}

.b {font-weight: bold;}

.red {color: #cc0000;}

img { border:none;}

option {font-weight: 300;}

.bnone  {
    border:none!important;
}

.mb100  {
    margin-bottom:100px!important;
}

/* デバイス毎の表示切り替え */

@media screen and (min-width: 769px) {
.pc_none {display:none!important;}
.tab_only {display:none!important;}
.sp_only {display:none!important;}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.pc_only {display:none!important;}
.sp_only {display:none!important;}
.tab_none {display:none!important;}
}

@media screen and (max-width: 640px) {
.pc_only {display:none!important;}
.tab_only {display:none!important;}
.sp_none {display:none!important;}
}

/* 回り込み解除 */

.clearfix {zoom:1;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}


.back_btn a {color:#fff!important;} 
.link_bg {
    background-color: #415d4f;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}
.link_bg a {color:#fff!important;} 


.lum-lightbox {
z-index:1000;
}
.lum-gallery-button{
display:none;
}

.map_s {
font-size:11px;
}

.contents_block {
z-index:20;
position:relative;
}


.fdin  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 0.5s;
 -webkit-animation-name: fdin01;
 animation-name: fdin01;
 visibility: visible !important;
}

@-webkit-keyframes fdin01 {
 0% { opacity: 0; }
100% { opacity: 1;}
}
@keyframes fdin01 {
 0% { opacity: 0; }
100% { opacity: 1;}
}



/* webfonts */

.muli {font-family: 'Muli', sans-serif;}
.noto {font-family: 'Noto Serif JP', serif;}
.mplus {font-family: 'M PLUS Rounded 1c', sans-serif;}

/* webfonts */



/* 大切なお知らせ */
#news {
    padding: 10px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    background-color: #fff7f7;
}

#information {
    font-size: 13px;
}

#information dt {
        display: none;
}

#information dd {
    display: block;
    padding: 5px;
    margin: 0;
}

#information dd a {
    color: #5d1616;
    font-weight: 600;
    padding: 5px 0;
}

#information dd a:hover {
color: #cc0000;
}

.h3caution {
    font-size: 13px;
    font-weight: 400;
    margin: 40px 0px 10px 13px;
}

#information dd a:before {
    content: '●';
    padding: 5px;
}

#information dd a:after {
    content: '・・・詳しくはこちら';
    font-size: 12px;
    color: #424242;
}
/* //大切なお知らせ */


/* Youtube埋め込み：レスポンシブ対応 */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* //Youtube埋め込み：レスポンシブ対応 */


/* Lightbox バグ対応 */
@media screen and (min-widh:640px){
.lum-lightbox-inner img {
    position: relative;
    max-width: 100%;
    height: 100%;
}
}
/* //Lightbox バグ対応 */


/* facebook埋め込み：レスポンシブ対応 */
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}


.cat_title_h2 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
}

.h2s {
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 1px;
}



.finan01  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 0.5s;
 -webkit-animation-name: fin1;
 animation-name: fin1;
 visibility: visible !important;
}

@-webkit-keyframes fin1 {
 0% { opacity: 0; }
100% { opacity: 1;}
}
@keyframes fin1 {
 0% { opacity: 0; }
100% { opacity: 1;}
}


.finan02  {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
 animation-delay: 1.5s;
 -webkit-animation-name: fin2;
 animation-name: fin2;
 visibility: visible !important;
}

@-webkit-keyframes fin2 {
 0% { opacity: 0; }
100% { opacity: 1;}
}
@keyframes fin2 {
 0% { opacity: 0; }
100% { opacity: 1;}
}


.contents_area {
position: relative;
    z-index: 20;
    min-height: 80vh;
}

.menu_area {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);

}






/* 沿革 */

.history {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 50px 0;
}
.history td{
padding: 8px 20px 5px 0;
    border-bottom: 1px solid #e4e4e4;
}


.history .ka{
word-break: keep-all;
    vertical-align: top;
 }


.history .season{
    word-break: keep-all;
    width: 30%;
    font-size: 17px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    border-right: 13px solid #fff;
    border-bottom: 2px solid #fff;
 }
 
.history .sp{
background: #f9eaf8; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f9eaf8 0%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg, #f9eaf8 0%,#ffffff 100%);
background: linear-gradient(135deg, #f9eaf8 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eaf8', endColorstr='#ffffff',GradientType=1 );
}

.history .sm{
background: #E9FFE2; /* Old browsers */
background: -moz-linear-gradient(-45deg, #E9FFE2 0%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg, #E9FFE2 0%,#ffffff 100%);
background: linear-gradient(135deg, #E9FFE2 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9FFE2', endColorstr='#ffffff',GradientType=1 );
}

.history .at{
background: #FFEADD; /* Old browsers */
background: -moz-linear-gradient(-45deg, #FFEADD 0%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg, #FFEADD 0%,#ffffff 100%);
background: linear-gradient(135deg, #FFEADD 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEADD', endColorstr='#ffffff',GradientType=1 );
}

.history .wi{
background: #DDF3FF; /* Old browsers */
background: -moz-linear-gradient(-45deg, #DDF3FF 0%, #ffffff 100%);
background: -webkit-linear-gradient(-45deg, #DDF3FF 0%,#ffffff 100%);
background: linear-gradient(135deg, #DDF3FF 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDF3FF', endColorstr='#ffffff',GradientType=1 );
}
 






.ig_area {
    width: fit-content;
    height: auto;
    margin: 20px 0;
    padding: 16px;
    border-radius: 10px;
    box-shadow: rgb(121, 121, 121) 1px 1px 2px 1px;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ig_logo {
    width: 40px;
    height: 40px;
    margin: 0px 9px -13px 0;
}


.tmtop {
    margin-top: 120px!important;
}


.is-animation {
    height: 60px;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.is-animation ul {
    bottom: 20px;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.is-animation li {
    color:#2a2a2a;
}


.footer-slide {
    opacity: 0;
     z-index: 0;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}


/* トップページのスライド設定 */


.main_bg {
background-size: cover;
    background-repeat: no-repeat;
}

.slider01 {
    background-image: url(img/slider/01.jpg?917);
}

.slider02 {
    background-image: url(img/slider/02.jpg?917);
}

.slider03 {
    background-image: url(img/slider/03.jpg?917);
}

.slider04 {
    background-image: url(img/slider/04.jpg?917);
}

.slider05 {
    background-image: url(img/slider/05.jpg?917);
}





.slick-slide {
    min-height:650px;
}

.slider{
    margin: 0 0 60px 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    transition: 1s;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-initialized{
    opacity: 1
}





#items {
    width: 30%;
    padding: 15% 0 12px 0;
    margin: 0 1.5% 30px 1.5%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #cecece;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #585858;
    overflow: hidden;
}


#items:hover {
    opacity:0.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#items img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    margin: -50% 0 5px 0;
    display: block;
}

#items .a_title {
    font-size: 15px;
    margin: 0px;
    padding: 5px 0 0 0;
    font-weight: 400;
}

#items .a_sub {
    font-size: 11px;
    margin: 0;
    padding: 0;
    font-weight: 200;
}







.mokuji {
width: 100%;
    border-bottom: 1px solid #ccc;
     margin: 0 0 100px 0;
}

.mokuji ul {
    font-size: 15px;
    line-height: 40px;
    list-style: none;
    margin: 0;
    padding: 10px 0 20px 0;
}

.mokuji li {
padding: 0 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mokuji li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #1b3d2e;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}

.mokuji li:hover {
background-color: #ececec;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#mokuji_button {
    opacity:0;
    display:  block;
    background-color: #1b3d2ed6;
    color:#fff;
    border-radius:  10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 95px;
    height: 40px;
    z-index: 999;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#mokuji_button:hover {
    background-color: #bfbfbfd6;
    color:#1b3d2e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mokuji-fade {
    opacity:1!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}



.contents_txt_area {
    font-size: 13px;
    margin: 0 0 60px 0;
}

.contents_txt_area h3 {
    font-size: 18px;
    color: #1b3d2e;
    margin: 50px 0 15px 0;
    letter-spacing: 2px;
}

.contents_txt_area h4 {
    font-size: 16px;
    color: #a23628;
    margin: 5px 0;
    letter-spacing: 2px;
}

.contents_txt_area .moku {
    font-size: 18px;
    background-color: #a23628;
    color: #fff;
    padding: 5px 8px;
    font-weight: 500;
    border-radius: 20px;
    margin: 0 5px 0 0;
    width: 23px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
}

.contents_txt_area .signe {
width:230px;
}


 /* 近隣アクセスマップ*/
 
#am_container {
    width: 100%;
    background-image: url(img/access_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
 }

#am_container h3 {
    font-size: 18px;
    color: #1b3d2e;
 }

#am_container h4 {
    font-size: 16px;
    color: #a23628;
    margin: 20px 0 0;
    letter-spacing: 2px;
 }


#am_container .wrapper {
width: 100%;
    margin: 30px auto;
}

#am_container img {
 	width:100%;
}

#am_container .txt_area {
    width: 70%;
    margin: 20px 15%;
    font-size: 13px;
}

#am_container .close_btn div {

}

#am_container .close_btn {
    width: 70%;
    font-size: 16px;
    background-color: #CC0000;
    color: #fff;
    text-align: center;
    margin: 50px auto;
    border: 2px solid #cc0000;
    border-radius: 5px;
    padding: 5px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#am_container .close_btn:hover {
    color:#CC0000;
    background-color:#fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#am_container .copyright {
    text-align:center;
    font-size:11px;
}

.sns_name {
    width: 190px;
    margin: 0 0 -9px 0;
}


.post-thumbnail {
display:none;
}

















/* PC */
@media screen and (min-width: 769px) {


#container {
height: auto;
    position: relative;
    padding: 0 0 0 250px;
    max-width: 750px;
    margin: 0 auto 100px auto;
}

#wrapper {
    min-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.main_bg {
    background-position: center;
}


 /* ブログ読み込み */
.blog_items , .blog_item {
  list-style:none;
  margin:0;
  padding:0;
}
.news a {
  text-decoration: none;
}
.news .date {
    display: block;
    position: absolute;
    top: 25px;
    left: 140px;
    font-size: 12px;
}
.news .blog_item {
    display: inline-block;
    width: 300px;
    height: 100px;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    vertical-align: top;
    margin: 1px 0 0 0;
    position: relative;
}

.news .blog_item:nth-child(-n+2) {
  border:none;
}
.news .blog_item a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .blog_item:before {
    content: '・・・詳しくはこちら';
    font-size: 10px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}


.news .blog_item:hover {
  background-color:#f5f5f5;
}


.news .featured-image {
      width: 100px;
      height: 100px;
      object-fit: cover;
      vertical-align: middle;
      float: left;
    margin: 20px;
}

.news .category {
  display: inline-block;
  font-size: 0.8em;
  padding: 20px 0 5px 0;
}
.news .title {
    font-weight: 600;
    display: block;
    color: #1b3d2d;
    font-size: 13px;
    position: relative;
    top: 50px;
    }

.news .title:before {
  content: ' ';
  display: block;
  font-weight: bold;
}
/* //ブログ読み込み */




.main-copy {
    height: 100vh;
    background-image: url(img/main_copy_bg.png);
    background-size: contain;
    width: 110px;
    background-repeat: no-repeat;
    margin: 20px auto 40px auto;
    background-position: center 15%;
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 1;
}


/* 園内マップ */

.map {
margin:auto;
position:relative;
}

.map img {
width:100%;
margin:auto;
position:relative;
}
.map_no p {
display: inline-table!important;
}

.map .map1 {
position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    top: 320px;
    left: 240px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map2 {
    position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    top: 180px;
    left: 85px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map3 {
    position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    top: 65px;
    left: 200px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map4 {
    position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    top: 50px;
    left: 420px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map5 {
position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    top: 153px;
    left: 530px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map6 {
position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    top: 190px;
    left: 350px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map7 {
position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    bottom: 130px;
    right: 70px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map8 {
position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    bottom: 66px;
    left: 350px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.map .map9 {
    position: absolute;
    font-size: 14px;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #d6591a;
    bottom: 26px;
    left: 240px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #fff;
    font-weight: 500;
}

.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    text-align: left;
    font-size: 15px;
    width: fit-content;
}

.map_no {
    width: 100%;
}

.map_no ul {
width: 85%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.map_no li {
    width: 40%;
    display: inline-block;
    margin: 10px;
}

.map_no span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #d6591a;
    border-radius: 7px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    margin: 5px;
}


.app_btn {
width: 200px;
    display: inline-block;
    margin: 20px 10px;
}

.app_topic  {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.app_topic ul {
    width: 100%;
    margin: 0;
    padding: 0;
}


.app_topic .specbox {
    width: 24%;
    height: 60px;
    display: inline-table;
    background-position: 95% 50%;
    background-size: 40%;
    background-repeat: no-repeat;
    margin: 10px 2% 30px 2%;
    padding: 2%;
    border-radius: 11px;
    color: #fff;
}

.app_topic .book {
    background-image: url(img/book.png);
    background-color: #437180;
}

.app_topic .clock {
    background-image: url(img/clock.png);
    background-color: #98853c;
}

.app_topic .comment {
    background-image: url(img/comment.png);
    background-color: #a2473c;
}


#header {
position: absolute;
    padding: 0;
    top: 10px;
    left: 10px;
    z-index: 9;
    width: 230px;
    height: 97vh;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    min-height: 560px;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#header .menu_name {
    margin: 0 0 15px 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 22px;
    color: #4c4c4c;
}

#header .name_s {
font-size: 13px;
    margin: 0;
}

#header .name_l {
    font-size: 24px;
    margin: 0;
}

#header ul {
list-style: none;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#header li {
    font-size: 16px;
    color: #4c4c4c;
    margin: 0;
    padding: 3px 35px;
    font-weight: 500;
    letter-spacing: 1px;
}

#header li.bl {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#header li.tm1cat {
    margin-top:30px;
}

#header li.menu_s {
    font-size:13px;
}


#header li.bl:hover {
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color:#1b3d2e;
}


#header li.current {
    color: #fff;
    background-color: #734e4e;
}

#header .sub {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 0 0 5px;
}

#header .instagram {
    background-image: url(img/icon_instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header li:hover > .instagram {
    background-image: url(img/icon_instagram_w.png);
        -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#header .facebook {
    background-image: url(img/icon_facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header li:hover > .facebook {
    background-image: url(img/icon_facebook_w.png);
        -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header .twitter {
    background-image: url(img/icon_twitter.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header li:hover > .twitter {
    background-image: url(img/icon_twitter_w.png);
        -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#header #menu-logo {
    height: 125px;
    padding: 0;
    background-image: url(img/senzan_logo_p.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    margin: 20px auto 25px auto;
    background-position: center;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header #menu-logo:hover {
    opacity:0.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.slider img{
    height: auto;
    width: 100%;
}

.img_c , .img_s  {
width: 70%;
    margin: 20px 15%;
}

.img_y{
width: 70%;
    margin: 20px 15%;
}

.img_r {
width: 40%;
    margin: 20px;
    float: right;
}

.img_app {
width: 15%;
    margin: 0 50px;
    float: right;
}


 /* トップページ 園について */

.about {
    margin: 100px 0;
}

.about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}

.about li {
    display: inline-block;
    position: relative;
    margin: 15px;
    width: calc(100% / 2 - 30px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 3px 8px 3px rgb(78 115 92 / 50%);
}

.about li:hover {
    transform: scale(1.04);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.about img {
    width: 100%;
    max-width: calc(100% - 10px)!important;
    height: auto;
    margin: 5px;
}

.about .name {
    background: #ffffff;
    width: 100%;
    height: 42px;
    position: absolute;
    color: #115a3c;
    text-align: center;
    z-index: 2;
    bottom: 0;
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 42px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.about li:hover > .about.name {
background-color: #734e4e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/* pdf */
.pdf_btn {
    background-image: url(img/icon_pdf.png);
    font-size: 14px;
    background-color: #de2f10;
    padding: 15px 8px 15px 44px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 3px 5px;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 70px;
}



/* blog */
.blog_btn {
font-size: 12px;
    background-color: #195ca5;
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 0;
    margin: 0 0 0 10px;
}

/* フォローボタン */
.follow_btn_ig {
background-image: url(img/icon_instagram_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 24px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px 4px;
    letter-spacing: 0px;
        word-break: keep-all;
}

.follow_btn_fb {
    background-image: url(img/icon_facebook_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 24px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px 4px;
    letter-spacing: 0px;
        word-break: keep-all;
}

.follow_btn_tw {
    background-image: url(img/icon_twitter_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 24px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px 4px;
    letter-spacing: 0px;
        word-break: keep-all;
}


/* 中ページの設定 */

.main_image {
position:relative;
width:100%;
}

.main_image img {
position:relative;
width:100%;
}

.main_image .copy{
position: absolute;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 33px;
    letter-spacing: 5px;
top: 0px;
    right: 60px;
    background: #ffffffb8;
    padding: 46px 16px 20px 16px;
    color: #1b3d2d;
}


.history {
    width: 50%;
}


.history_img_block {
    width: 40%;
    margin: -20px 0 20px 0;
    float: right;
    text-align: center;
}

.history_img_block img {
    width: 100%;
    margin: 20px 0 -5px 0;
}


/* 募集要項 テーブル */

.bosyu {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 60px 0 200px 0;
    line-height: 26px;
    border-top: 1px solid #e4e4e4;
    width:100%;
}

.bosyu th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}

.bosyu td{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.bosyu strong {
    font-weight: bold;
    color: #4e1313;
}

.bosyu  .sheet_th {
    width: 250px;
    vertical-align: middle;    
}



.bosyu_s {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 26px;
    margin-top: -8px;
    width:100%;
}

.bosyu_s th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}

.bosyu_s td{
    padding: 8px 20px 8px 5px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.bosyu_s strong {
    font-weight: bold;
    color: #4e1313;
}

.bosyu_s .sub_t {
    width:130px;
}



/* なかよし テーブル */

.nakayoshi {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    line-height: 26px;
    border-top: 1px solid #e4e4e4;
    width: calc(100% + 20px);
}

.nakayoshi  .sub_t {
    width: 200px;
}


.nakayoshi th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}

.nakayoshi td{
    padding: 8px 0px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.nakayoshi strong {
    font-weight: bold;
    color: #4e1313;
}

.nakayoshi  .sheet_th {
    width: 250px;
    vertical-align: middle;    
}

.nakayoshi_s {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 26px;
    margin: 0 0 -8px 0;
    width: 100%;
}

.nakayoshi_s th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}

.nakayoshi_s td{
    padding: 8px 20px 8px 5px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.nakayoshi_s strong {
    font-weight: bold;
    color: #4e1313;
}

.nakayoshi_s .sub_t {
    width:130px;
}



/* 園児・スタッフ テーブル */

.members {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0 200px 0;
    line-height: 26px;
    border: 1px solid #b3b3b3;
}

.members th{
    padding: 8px 20px;
    border-bottom: 1px solid #b3b3b3;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    white-space: nowrap;
}

.members td{
    padding: 8px 20px;
    border: 1px solid #b3b3b3;
    text-align: center;
}



footer {
    list-style: none;
    padding: 90px 0;
    width: 100%;
    clear: both;
    position: relative;
    color: #fff;
    height: 550px;
    background-image: url(img/footer_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

footer a {
    color: #fff;
    text-decoration:none;
}


footer .back {
    width: 100%;
    height: 50px;
    margin: -50px auto 0 auto;
    position: relative;
    background-color: #565656;
    text-align: center;
    display: table;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

footer .back:hover {
    background-color: #eeeeee;
    color: #828282;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer .gmap {
    border-radius: 10px;
    padding: 1px 3px;
    background-color: #fff;
    border:1px solid #fff;
    color: #1b3d2e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .gmap:hover {
    background-color: #1b3d2e;
    border:1px solid #fff;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .inner {
margin: 0 auto;
    position: relative;
    width: 600px;
}

footer .inner .logo {
    height: 30px;
    position: absolute;
    top: 85px;
    left: 60px;
    background-image: url(img/footer_logo.png);
    background-size: contain;
    width: 90px;
    background-repeat: no-repeat;
	cursor: pointer;
    /* margin: 0 20px 0 0; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .inner .logo:hover {
     -webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .links {
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}


footer .links ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

footer .links li {
    display: inline-block;
    margin: 0 10px;
}

footer .links li a {
opacity:1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer .links li a:hover {
opacity:.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .footer_txt {
    text-align: center;
    font-size: 20px;
}

footer .footer_tel {
    background-image: url(img/footer_tel_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
}

footer .footer_inq {
    background-image: url(img/footer_inq_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
}


footer .other-contents {
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
    height: 380px;
}

footer .other-contents .footer_logo {
    background-image: url(img/senzan_logo_footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 25px;

}

footer .other-contents .footer_txt_logo {
    height: 100px;
    position: absolute;
    right: 20px;
    width: 330px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 2px;
    top: 0px;
}

footer .other-contents .footer_s {
    font-size: 22px;
    padding: 0;
    margin: 0;
}

footer .other-contents .footer_l {
    font-size: 45px;
    padding: 0;
    margin: 0;
}

footer .other-contents .footer_address {
    left: 290px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 110px;
}

footer .other-contents .copyright {
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

/* 採用の流れ */


.flow_list {
width:100%;
list-style:none;
}

.flow_list ul {
    list-style: none;
    text-align: center;
    margin: 50px 0;
    padding: 0;
}


.flow_list li {
}

.flow_list .step_d {
    font-size: 12px;
    text-align: left;
    padding:0;
    margin:0;
}

.flow_list .step_last {
    background: url(img/step_bg_f.png) no-repeat 0 0;
    background-size: 100%;
}

.flow_list dt {
display: table;
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
    background: url(img/step_bg.png) no-repeat 0 0;
    background-size: 100%;
}

.flow_list .cell {
    display: table-cell;
    vertical-align: middle;
}

.flow_item {
display: inline-block;
    width: 120px;
    margin: 0 25px 25px;
    vertical-align: top;
    position: relative;
}

.flow_list li:before {
    background: url(img/arrow-right.png) no-repeat 0 0;
    display: block;
    width: 24px;
    height: 27px;
    position: absolute;
    top: 65px;
    left: -40px;
    content: '';
    background-size: contain;
}

 .flow_list li:first-child:before {
  display: none;
}

.bosyu_r {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 100px 0;
    line-height: 26px;
    border-top: 1px solid #e4e4e4;
}

.bosyu_r th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}

.bosyu_r td{
    padding: 8px 20px 8px 5px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.bosyu_r strong {
    font-weight: bold;
    color: #4e1313;
}

.bosyu_r .sub_t {
    width:130px;
}

}










/* タブレット */
@media screen and (min-width: 641px) and (max-width: 768px) {


#container {
height: auto;
    position: relative;
    padding: 0 0 0 30%;
    width: 70%;
    margin: 0 auto 100px auto;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


.main_bg {
    background-position: center;
}


 /* ブログ読み込み */
.blog_items , .blog_item {
  list-style:none;
  margin:0;
  padding:0;
}
.news a {
  text-decoration: none;
}
.news .date {
    display: block;
    position: absolute;
    top: 15px;
    left: 120px;
    font-size: 11px;
}
.news .blog_item {
    display: inline-block;
    width: 45%;
    height: 130px;
    border-top: 1px solid #e6e6e6;
    padding: 0px 2%;
    vertical-align: top;
    position: relative;
}

.news .blog_item:nth-child(-n+2) {
  border:none;
}
.news .blog_item a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .blog_item:before {
    content: '・・・詳しくはこちら';
    font-size: 10px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}


.news .blog_item:hover {
  background-color:#f5f5f5;
}

.news .featured-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    vertical-align: middle;
    float: left;
    margin: 15px 10px;
}
.news .category {
  display: inline-block;
  font-size: 0.8em;
  padding: 20px 0 5px 0;
}
.news .title {
    font-weight: 600;
    display: block;
    color: #1b3d2d;
    font-size: 12px;
    position: relative;
    top: 45px;
    line-height: 17px;
}

.news .title:before {
  content: ' ';
  display: block;
  font-weight: bold;
}
/* //ブログ読み込み */

.main-copy {
    height: 100vh;
    background-image: url(img/main_copy_bg.png);
    background-size: contain;
    width: 110px;
    background-repeat: no-repeat;
    margin: 20px auto 40px auto;
    background-position: center 15%;
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 1;
}


/* 園内マップ */

.map {
margin:auto;
position:relative;
}

.map img {
width:100%;
margin:auto;
position:relative;
}
.map_no p {
display: inline-table!important;
}

.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    text-align: left;
    font-size: 15px;
    width: fit-content;
}

.map_no {
    width: 100%;
}

.map_no ul {
width: auto;
    list-style: none;
    margin: auto;
    padding: 0;
}

.map_no li {
width: 45%;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    text-align: left;
}

.map_no span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #d6591a;
    border-radius: 7px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    margin: 5px;
}


.app_btn {
width: 200px;
    display: inline-block;
    margin: 20px 10px;
}

.app_topic  {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.app_topic ul {
    width: 100%;
    margin: 0;
    padding: 0;
}


.app_topic .specbox {
    width: 30%;
    height: 60px;
    display: inline-table;
    background-position: 95% 50%;
    background-size: 40%;
    background-repeat: no-repeat;
    margin: 10px 1% 30px 0%;
    padding: 3% 1.1%;
    border-radius: 11px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.app_topic .book {
    background-image: url(img/book.png);
    background-color: #437180;
}

.app_topic .clock {
    background-image: url(img/clock.png);
    background-color: #98853c;
}

.app_topic .comment {
    background-image: url(img/comment.png);
    background-color: #a2473c;
}


#header {
position: absolute;
    padding: 0;
    top: 10px;
    left: 10px;
    z-index: 9;
    width: 27.5%;
    height: 97vh;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    min-height: 540px;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#header .menu_name {
    margin: 0 0 15px 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 22px;
    color: #4c4c4c;
}

#header .name_s {
font-size: 13px;
    margin: 0;
}

#header .name_l {
    font-size: 24px;
    margin: 0;
}

#header ul {
list-style: none;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#header li {
    font-size: 14px;
    color: #4c4c4c;
    margin: 0;
    padding: 3px 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

#header li.bl {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#header li.tm1cat {
    margin-top:30px;
}

#header li.menu_s {
    font-size:13px;
}


#header li.bl:hover {
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color:#1b3d2e;
}

#header li.current {
    color: #fff;
    background-color: #734e4e;
}

#header .sub {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 0 0 5px;
}

#header .instagram {
    background-image: url(img/icon_instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header li:hover > .instagram {
    background-image: url(img/icon_instagram_w.png);
        -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#header .facebook {
    background-image: url(img/icon_facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header li:hover > .facebook {
    background-image: url(img/icon_facebook_w.png);
        -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header .twitter {
    background-image: url(img/icon_twitter.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header li:hover > .twitter {
    background-image: url(img/icon_twitter_w.png);
        -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#header #menu-logo {
    height: 125px;
    padding: 0;
    background-image: url(img/senzan_logo_p.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    margin: 20px auto 25px auto;
    background-position: center;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#header #menu-logo:hover {
    opacity:0.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.slider img{
    height: auto;
    width: 100%;
}

.img_c {
width: 70%;
    margin: 20px 15%;
}

.img_c , .img_s  {
width: 70%;
    margin: 20px 15%;
}

.img_y{
width: 70%;
    margin: 20px 15%;
}

.img_r {
width: 40%;
    margin: 20px;
    float: right;
}

.img_app {
width: 15%;
    margin: 0 50px;
    float: right;
}


.contents_area {
    margin: 0 10px 0 0!important;
}

 /* トップページ 園について */

.about {
    margin: 100px 0 0 0;
}

.about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}

.about li {
    display: inline-block;
    position: relative;
    margin: 15px;
    width: calc(100% / 2 - 30px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 3px 8px 3px rgb(78 115 92 / 50%);
}

.about li:hover {
    transform: scale(1.04);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.about img {
    width: 100%;
    max-width: calc(100% - 10px)!important;
    height: auto;
    margin: 5px;
}

.about .name {
    background: #ffffff;
    width: 100%;
    height: 42px;
    position: absolute;
    color: #115a3c;
    text-align: center;
    z-index: 2;
    bottom: 0;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 42px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


/* pdf */
.pdf_btn {
    background-image: url(img/icon_pdf.png);
    font-size: 14px;
    background-color: #de2f10;
    padding: 15px 8px 15px 44px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 3px 5px;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 70px;
}


/* blog */
.blog_btn {
font-size: 12px;
    background-color: #195ca5;
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 0;
    margin: 0 0 0 10px;
}

/* フォローボタン */
.follow_btn_ig {
background-image: url(img/icon_instagram_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 24px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px 4px;
    letter-spacing: 0px;
        word-break: keep-all;
}

.follow_btn_fb {
    background-image: url(img/icon_facebook_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 24px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px 4px;
    letter-spacing: 0px;
        word-break: keep-all;
}


/* 中ページの設定 */

.main_image {
position:relative;
width:103%;
}

.main_image img {
position:relative;
width:100%;
}

.main_image .copy{
position: absolute;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 33px;
    letter-spacing: 5px;
top: 0px;
    right: 40px;
    background: #ffffffb8;
    padding: 46px 16px 20px 16px;
    color: #1b3d2d;
}


.history {
    width: 50%;
}

.history_img_block {
    width: 44%;
    margin: -20px 2% 20px 0;
    float: right;
    text-align: center;
}

.history_img_block img {
    width: 100%;
    margin: 20px 0 -5px 0;
}



/* 募集要項 テーブル */

.bosyu {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 60px 0 200px 0;
    line-height: 26px;
    border-top: 1px solid #e4e4e4;
    width:100%;
}

.bosyu th{
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    white-space: nowrap;
}

.bosyu td{
    padding: 8px 10px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.bosyu  .sheet_th {
    width: 250px;
    vertical-align: middle;    
}

.bosyu strong {
    font-weight: bold;
    color: #4e1313;
}


.bosyu_s {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 26px;
    margin-top: -8px;
    width:100%;
}

.bosyu_s th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}


.bosyu_s td{
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.bosyu_s strong {
    font-weight: bold;
    color: #4e1313;
}

.bosyu_s .sub_t {
    width:100px;
}



/* なかよし テーブル */

.nakayoshi {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    line-height: 26px;
    border-top: 1px solid #e4e4e4;
width: calc(100% + 10px);
}

.nakayoshi th{
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    white-space: nowrap;
}

.nakayoshi td{
    padding: 8px 0px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.nakayoshi  .sheet_th {
    width: 250px;
    vertical-align: middle;    
}

.bosyu strong {
    font-weight: bold;
    color: #4e1313;
}


.nakayoshi_s {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 26px;
    margin: 0 0 -8px 0;
    width: 100%;
}

.nakayoshi_s th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}


.nakayoshi_s td{
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.nakayoshi_s strong {
    font-weight: bold;
    color: #4e1313;
}

.nakayoshi_s .sub_t {
    width:100px;
}




/* 園児・スタッフ テーブル */

.members {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0 200px 0;
    line-height: 26px;
    border: 1px solid #b3b3b3;
    word-break: keep-all;
    width: 100%;
}

.members th{
    padding: 10px;
    border-bottom: 1px solid #b3b3b3;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    white-space: nowrap;
}

.members td{
padding: 7px 10px;
    border: 1px solid #b3b3b3;
    text-align: center;
}



footer {
    list-style: none;
    padding: 90px 0;
    width: 100%;
    clear: both;
    position: relative;
    color: #fff;
    height: 550px;
    background-image: url(img/footer_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

footer a {
    color: #fff;
    text-decoration:none;
}


footer .back {
    width: 100%;
    height: 50px;
    margin: -50px auto 0 auto;
    position: relative;
    background-color: #565656;
    text-align: center;
    display: table;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

footer .back:hover {
    background-color: #eeeeee;
    color: #828282;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer .gmap {
    border-radius: 10px;
    padding: 1px 3px;
    background-color: #fff;
    border:1px solid #fff;
    color: #1b3d2e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .gmap:hover {
    background-color: #1b3d2e;
    border:1px solid #fff;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .inner {
margin: 0 auto;
    position: relative;
    width: 600px;
}

footer .inner .logo {
    height: 30px;
    position: absolute;
    top: 85px;
    left: 60px;
    background-image: url(img/footer_logo.png);
    background-size: contain;
    width: 90px;
    background-repeat: no-repeat;
	cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .inner .logo:hover {
     -webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .links {
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}


footer .links ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

footer .links li {
    display: inline-block;
    margin: 0 10px;
}

footer .links li a {
opacity:1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer .links li a:hover {
opacity:.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .footer_txt {
    text-align: center;
    font-size: 20px;
}

footer .footer_tel {
    background-image: url(img/footer_tel_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
}

footer .footer_inq {
    background-image: url(img/footer_inq_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
}


footer .other-contents {
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
    height: 380px;
}

footer .other-contents .footer_logo {
    background-image: url(img/senzan_logo_footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 25px;

}

footer .other-contents .footer_txt_logo {
    height: 100px;
    position: absolute;
    right: 20px;
    width: 330px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 2px;
    top: 0px;
}

footer .other-contents .footer_s {
    font-size: 22px;
    padding: 0;
    margin: 0;
}

footer .other-contents .footer_l {
    font-size: 45px;
    padding: 0;
    margin: 0;
}

footer .other-contents .footer_address {
    left: 290px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 110px;
}

footer .other-contents .copyright {
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

/* 採用の流れ */


.flow_list {
width:100%;
list-style:none;
}

.flow_list ul {
    list-style: none;
    /* text-align: center; */
    margin: 30px -15px 0 15px;
    padding: 0;
}


.flow_list li {
}

.flow_list .step_d {
    font-size: 12px;
    text-align: left;
    padding:0;
    margin:0;
}

.flow_list .step_last {
    background: url(img/step_bg_f.png) no-repeat 0 0;
    background-size: 100%;
}

.flow_list dt {
    display: table;
    width: 100%;
    height: 12vh;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
    background: url(img/step_bg.png) no-repeat 0 0;
    background-size: 100%;
}

.flow_list .cell {
    display: table-cell;
    vertical-align: middle;
}

.flow_item {
display: inline-block;
    width: 22.3%;
    margin: 0 0 25px 2%;
    vertical-align: top;
    position: relative;
}

.flow_list li:before {
background: url(img/arrow-right.png) no-repeat 0 0;
    display: block;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 6vh;
    left: -18px;
    content: '';
    background-size: contain;
}

 .flow_list li:first-child:before {
  display: none;
}

.bosyu_r {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 60px 0;
    line-height: 26px;
    border-top: 1px solid #e4e4e4;
}

.bosyu_r th{
    padding: 8px 10px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}

.bosyu_r td{
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
}

.bosyu_r strong {
    font-weight: bold;
    color: #4e1313;
}

.bosyu_r .sub_t {
    width:130px;
}



}

















/* スマートフォン */
@media screen and (max-width: 640px) {

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


#container {
    height: auto;
    position: relative;
    padding: 0 3%;
    width: 94%;
    margin: 0 auto;
}

.slider img{
height: 100%;
    margin: 0 0 0 -90%;
}

.slider01 {
background-position: 48%;
}

.slider02 {
background-position: 50%;
}

.slider03 {
background-position: 65%;
}

.slider04 {
background-position: 45%;
}

.slider05 {
background-position: 60%;
}




.main-copy {
    height: 100vh;
    background-image: url(img/main_copy_bg.png);
    background-size: contain;
    width: 70px;
    background-repeat: no-repeat;
    margin: 20px auto 40px auto;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
    right: 0;
}

.cat_title_h2 {
    padding: 90px 0 10px 0;
    font-size: 22px;
    margin: 0;
    line-height: 26px;
}

#header .header_logo {
height: 48px;
    background-image: url(img/senzan_logo_s.png);
    background-size: contain;
    width: 43px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    left: 18px;
    top: 12px;
}

#header .menu_name {
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 22px;
    color: #4c4c4c;
    left: 75px;
    top: 10px;
    letter-spacing: 2px;
 }

#header .name_s {
font-size: 12px;
    margin: 0;
}

#header .name_l {
    font-size: 24px;
    margin: 0;
}

/* バーガーメニューの設定 */
#header {
position: fixed;
    z-index: 50;
    width: 98%;
    height: 70px;
    left: 1%;
    top: 5px;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    z-index: 1000;
    -webkit-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all .5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	}

.inner{
    width: 40px;
    margin: 0 0 0 auto;
	}

.change_btn{
		width: 90%;
		margin: 32px auto;
}


.img_c {
width: 70%;
margin: 20px 15%;
}

.img_y{
width: 90%;
    margin: 20px 5%;
}

.img_r {
width: 70%;
margin: 20px 15%;
}


.img_s {
width: 100%;
margin: 20px 0;
}


.img_app {
width: 20%;
    margin: 20px;
    float: right;
}
	
/*メニュー部分*/
nav {
    display: none;
    position: absolute;
    top: 74px;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.95);
    left: 0;
    z-index: 50;
    border-radius: 10px;
    overflow: auto;
}

#header nav ul {
    display: block;
    width: 96%;
    font-size: 0;
    margin: 0 2%;
    padding: 30px 0 0 0;
}

#header nav ul li {
text-align: center;
    font-size: 15px;
    color: #4c4c4c;
    margin: -10px 0 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid #ccc!important;
    padding: 15px 0;
}

#header nav .sns {
    font-size: 10px;
    width: 33%;
}



#header nav ul li a {
    display: block;
    color: #390b3e;
}

.nav_inner {
    width: 100%;
    height: 120%;
}


.li_s {
    font-size: 14px;
    margin: -25px 0 0 0;
}


.map {
margin:auto;
}

.map img {
width:100%;
margin:auto;
}



.instagram {
    background-image: url(img/icon_instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
}

.facebook {
    background-image: url(img/icon_facebook.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
}

.twitter {
    background-image: url(img/icon_twitter.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px -3px 0;
}

.inq_access {
width: 96%;
    margin: 40px auto;
    text-align: center;
    font-size: 15px;
}

.inq_access .tel_btn {
    background-image: url(img/footer_tel_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
    margin: 20px auto;
}

.inq_access .address_area {
width: fit-content;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
}

.inq_access .address_area  .gmap {
    border-radius: 10px;
    padding: 4px 6px;
    background-color: #1b3d2e;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
   }



.menu_name_s {
    width: 100%;
    margin: 10px auto;
    display: block;
    text-align: center;
}

.menu_name_s .name_s_s {
    font-size: 12px;
    margin: 0px 0 0 0;
    color: #4c4c4c;
}

	
	
/*開閉ボタン*/
#nav_toggle {
display: block;
    width: 40px;
    height: 30px;
    position: relative;
    top: 12px;
    z-index: 100;
    padding: 10px 7px 7px 7px;
    right: 30px;
    border-radius: 5px;
    cursor: pointer;
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
display: block;
    height: 4px;
    background: #1b3d2e;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

#nav_toggle span:nth-child(1) {
    top:0px;
}

#nav_toggle span:nth-child(2) {
    top:12px;
}

#nav_toggle span:nth-child(3) {
    top:24px;
}
	
/* open時 */
.open #nav_toggle span {
    background: #1b3d2e;
}

.open #nav_toggle {
    background: #fff0;
    cursor: pointer;
}

.open #nav_toggle span:nth-child(1) {
top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    position: relative;
    z-index: 1;
    width: 30px;
    left: 5px;
}

.open #nav_toggle span:nth-child(2) {
width: 40px;
    left: 0%;
    height: 40px;
    top: -6px;
    border-radius: 20px;
}

.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
    width: 30px;
    left: 5px;
}



.map_no {
    width: 100%;
}

.map_no ul {
    width: 100%;
    list-style: none;
    margin: 0 0 0 1%;
    padding: 0;
    font-size: 12px;
}

.map_no li {
    width: 46%;
    display: inline-block;
    margin: 1% 0;
    vertical-align: top;
    height: 40px;
    border: 1px solid #eaeaea;
    padding: 1%;
    line-height: 40px;
}

.map_no span {
    font-size: 11px;
    width: 27px;
    color: #fff;
    background-color: #d6591a;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    margin: 0 5px 0 0;
}

.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    text-align: left!important;
    font-size: 13px!important;
    bottom: 50px!important;
    width:98%;
}


.app_btn {
    width: 45%;
    display: inline-block;
    margin: 20px 2%;
}

.app_topic  {
    list-style: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}

.app_topic ul {
    width: 100%;
    margin: 0;
    padding: 0;
}


.app_topic .specbox {
    width: 92%;
    height: 60px;
    display: inline-table;
    background-position: 90% 50%;
    background-size: 20%;
    background-repeat: no-repeat;
    margin: 5px 0;
    padding: 4%;
    border-radius: 11px;
    color: #fff;
}

.app_topic .book {
    background-image: url(img/book.png);
    background-color: #437180;
}

.app_topic .clock {
    background-image: url(img/clock.png);
    background-color: #98853c;
}

.app_topic .comment {
    background-image: url(img/comment.png);
    background-color: #a2473c;
}




/* ブログ読み込み */
.blog_items , .blog_item {
list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.news {
    width: 116%;
    margin: 0 0 0 -8%;
}

.news a {
  text-decoration: none;
}
.news .date {
    display: block;
    position: absolute;
    bottom: 72px;
    left: 3px;
    font-size: 12px;
    text-align: right;
}
.news .blog_item {
    display: inline-block;
    width: 31.5%;
    height: 160px;
    padding: 20px;
    vertical-align: top;
    margin: 20px 2% 0 2%;
    position: relative;
}

.news .blog_item a {
   display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .blog_item:hover {
  background-color:#f5f5f5;
}

.news .featured-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    vertical-align: middle;
}
.news .category {
  display: inline-block;
  font-size: 0.8em;
  padding: 20px 0 5px 0;
}
.news .title {
    font-weight: bold;
    text-align: left;
    display: block;
    color: #1b3d2d;
    margin: 26px 0 0 0;
    line-height: 20px;
    font-size: 13px;
}
.news .title:before {
  content: ' ';
  display: block;
  font-weight: bold;
}

.news .blog_item:before {
content: '・・・詳しくはこちら';
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    right: 5px;
}

/* //ブログ読み込み */
 
 
 
 /* blog */
.blog_btn {
    font-size: 12px;
    background-color: #195ca5;
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    word-break: keep-all;
    letter-spacing: 0px;
    margin: 0 0 0 10px;
}


/* フォローボタン */
.follow_btn_ig {
background-image: url(img/icon_instagram_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 24px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 6px center;
        word-break: keep-all;
        letter-spacing:0;
}

.follow_btn_fb {
    background-image: url(img/icon_facebook_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 29px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 6px center;
        letter-spacing:0;
        word-break: keep-all;
}

.follow_btn_tw {
    background-image: url(img/icon_twitter_w.png);
    font-size: 12px;
    background-color: #de4210;
    padding: 5px 5px 5px 29px;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 6px center;
        letter-spacing:0;
        word-break: keep-all;
}



 /* トップページ 園について */

.about {
}

.about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}

.about li {
    display: inline-block;
    position: relative;
    margin: 15px;
    width: calc(100% / 1 - 30px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 3px 8px 3px rgb(78 115 92 / 50%);
}


.about img {
    width: 100%;
    max-width: calc(100% - 10px)!important;
    height: auto;
    margin: 5px;
}

.about .name {
    background: #ffffff;
    width: 100%;
    height: 40px;
    position: absolute;
    color: #115a3c;
    text-align: center;
    z-index: 2;
    bottom: 0;
    font-size: 5.6vw;
    letter-spacing: 5px;
    line-height: 40px;
}




/* 中ページの設定 */

.main_image {
    position: relative;
    width: 108%;
    margin: 90px 0 0 -4%;
}

.main_image img {
position:relative;
width:100%;
}

.main_image .copy{
    position: absolute;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 6vw;
    letter-spacing: 5px;
    top: 0px;
    left: 40px;
    background: #ffffffb8;
    padding: 46px 16px 20px 16px;
    color: #1b3d2d;
}

.main_image .copy_r {
    left: unset!important;
    right: 80px!important;
}



/* 募集要項 テーブル */


.bosyu {
border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 60px 0;
    line-height: 26px;
    width: 100%;
    border: 1px solid #ececec;
}

.bosyu th {
padding: 8px 0;
    font-weight: 500;
    color: #1b3d2d;
    display: block;
    width: 100%;
    background-color: #ececec;
}

.bosyu td{
    padding: 10px 10px 20px 10px;
    vertical-align: top;
    display: block;
}


.bosyu strong {
    font-weight: bold;
    color: #4e1313;
}



.mt10 {
    margin-top:15px;
}

.bosyu_s {
border-collapse: collapse;
    border-spacing: 0;
    line-height: 26px;
    width:100%;
}

.bosyu_s th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}



.bosyu_s td{
    padding: 0px;
    vertical-align: top;
    display: block;
}

.bosyu_s tr{
    border-bottom: 1px solid #e4e4e4;
}

.bosyu_s tr:last-child {
    border-bottom: none;
}



.bosyu_s strong {
    font-weight: bold;
    color: #4e1313;
}

.bosyu_s .sub_t {
    width:130px;
}



/* なかよし テーブル */


.nakayoshi {
border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    line-height: 26px;
    width: 100%;
    border: 1px solid #ececec;
}

.nakayoshi th {
padding: 8px 0;
    font-weight: 500;
    color: #1b3d2d;
    display: block;
    width: 100%;
    background-color: #ececec;
}

.nakayoshi td{
    padding: 20px 10px 10px 10px;
    vertical-align: top;
    display: block;
}


.nakayoshi .sub_t {
margin-bottom: -20px;
width: 100%;
}

.nakayoshi strong {
    font-weight: bold;
    color: #4e1313;
}



.mt10 {
    margin-top:15px;
}

.nakayoshi_s {
border-collapse: collapse;
    border-spacing: 0;
    line-height: 26px;
    width:100%;
}

.nakayoshi_s th{
    padding: 8px 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
    vertical-align: top;
}



.nakayoshi_s td{
    padding: 15px;
    vertical-align: top;
    display: initial;
}

.nakayoshi_s tr{
    border-bottom: 1px solid #e4e4e4;
}

.nakayoshi_s tr:last-child {
    border-bottom: none;
}



.nakayoshi_s strong {
    font-weight: bold;
    color: #4e1313;
}

.nakayoshi_s .sub_t {
    width:130px;
}


/* 園児・スタッフ テーブル */

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.members {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0 20px 0;
    line-height: 26px;
    border: 1px solid #b3b3b3;
}

.members th{
    padding: 8px 20px;
    border-bottom: 1px solid #b3b3b3;
    width: 120px;
    font-weight: 500;
    color: #1b3d2d;
}

.members td{
    padding: 8px 20px;
    border: 1px solid #b3b3b3;
    text-align: center;
}

.history {
width:100%;
}

.history_img_block {
    width: 70%;
    margin: -20px auto 20px auto;
    text-align: center;}

.history_img_block img {
    width: 100%;
    margin: 20px 0 -5px 0;
}




/* 採用の流れ */


.flow_list {
width:100%;
list-style:none;
}

.flow_list ul {
    list-style: none;
    text-align: center;
    margin: 50px 0;
    padding: 0;
}


.flow_list li {
}

.flow_list .step_d {
    font-size: 12px;
    text-align: left;
    padding:0;
    margin:0;
}

.flow_list .step_last {
    background: url(img/step_bg_f.png) no-repeat 0 0;
    background-size: 100%;
}

.flow_list dt {
    display: table;
    width: 160px;
    height: 160px;
    margin: 0 auto 12px auto;
    color: #fff;
    text-align: center;
    background: url(img/step_bg.png) no-repeat 0 0;
    background-size: 100%;
}

.flow_list .cell {
    display: table-cell;
    vertical-align: middle;
}

.flow_item {
    display: inline-block;
    width: 230px;
    margin: 0 auto;
    vertical-align: top;
    position: relative;
}

.flow_list li:before {
    background: url(img/arrow-down.png) no-repeat center;
    display: block;
    width: 27px;
    height: 24px;
    position: relative;
    top: 0px;
    content: '';
    background-size: contain;
    margin: 0 auto;
}

 .flow_list li:first-child:before {
  display: none;
}



/* 採用情報 テーブル */


.bosyu_r {
border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 60px 0;
    line-height: 26px;
    width: 100%;
    border: 1px solid #ececec;
}

.bosyu_r  th {
padding: 8px 0;
    font-weight: 500;
    color: #1b3d2d;
    display: block;
    width: 100%;
    background-color: #ececec;
}

.bosyu_r  td{
    padding: 10px 10px 20px 10px;
    vertical-align: top;
    display: block;
}

.bosyu_r  strong {
    font-weight: bold;
    color: #4e1313;
}

.ig_area {
    margin: 20px auto!important;
}



footer {
list-style: none;
    margin: 50px 0 0 0;
    padding: 50px 0;
    width: 100%;
    clear: both;
    position: relative;
    color: #fff;
    height: 680px;
    background-image: url(img/footer_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 18%;
   }

footer a {
    color: #fff;
    text-decoration:none;
}


footer .back {
    width: 100%;
    height: 50px;
    margin: -50px auto 0 auto;
    position: relative;
    background-color: #565656;
    text-align: center;
    display: table;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}

footer .back:hover {
    background-color: #eeeeee;
    color: #828282;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer .gmap {
    border-radius: 10px;
    padding: 1px 3px;
    background-color: #fff;
    border:1px solid #fff;
    color: #1b3d2e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .gmap:hover {
    background-color: #1b3d2e;
    border:1px solid #fff;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .inner {
margin: 0 auto;
    position: relative;
    width: 100%;
}

footer .inner .logo {
    height: 30px;
    position: absolute;
    top: 85px;
    left: 60px;
    background-image: url(img/footer_logo.png);
    background-size: contain;
    width: 90px;
    background-repeat: no-repeat;
	cursor: pointer;
    /* margin: 0 20px 0 0; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .inner .logo:hover {
     -webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .links {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
}


footer .links ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

footer .links li {
display: inline-block;
    margin: 10px;
}

footer .links li a {
opacity:1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer .links li a:hover {
opacity:.7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


footer .footer_txt {
    text-align: center;
    font-size: 14px;
}

footer .footer_tel {
    background-image: url(img/footer_tel_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
}

footer .footer_inq {
    background-image: url(img/footer_inq_btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 270px;
    height: 50px;
}

footer .other-contents .footer_logo {
    background-image: url(img/senzan_logo_footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 110px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0px 0 0 -140px;
}

footer .other-contents .footer_txt_logo {
    position: absolute;
    left: 50%;
    width: 160px;
    text-align: center;
    line-height: 27px;
    letter-spacing: 2px;
    top: 33px;
    margin: 0 0 0 -21px;
}

footer .other-contents .footer_s {
    font-size: 13px;
    padding: 0;
    margin: 0;
}

footer .other-contents .footer_l {
    font-size: 28px;
    padding: 0;
    margin: 0;
}

footer .other-contents .footer_address {
font-size: 14px;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 140px;
    width: fit-content;
    left: 0;
    right: 0;
}

footer .other-contents .copyright {
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}


footer .other-contents {
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
    height: 480px;
}

}

.type-post {
	margin-top:50px;
}






