/* WPフォーマット */

.container{
	padding:0;
}

.builder-item{
margin:0;
}

.nv-index-posts{
	padding:50px;
	width:1200px;
	max-width:100%;
}





.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 1079px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

  body {
display:block; height:100%; position: relative;
width:100%; top:0px; left:0px; margin:auto; padding: auto;
font-family:ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;  }

a{
text-decoration:none;
}

a:hover{
	opacity:1;
}

h1{
	text-decoration:none;
}

.wp-show-posts-inner {
}


.wp-show-posts-inner header {
}

.wp-show-posts-image img {
}



/* 保育園カリキュラム */

.sumayume-cur{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
width:1500px;
max-width:96%;
margin:auto;
}

.sumayume-cur ul{
display:flex;
flex-flow:column;
justify-content:center;
margin:auto auto 100px auto;
width:45%;
list-style:none;
padding-left:0;
}

.sumayume-cur ul li{
display:flex;
flex-flow:column;
justify-content:center;
width:100%;
}

.sumayume-cur ul li span{
width:80%;
margin:-35px auto auto auto;
padding:10px;
font-size:24px;
background-color:#fff;
color:#333;
text-align:center;
border-radius:30px;
z-index:20;
}

.sumayume-cur ul li img{
object-fit:cover;
width:100%;
height:400px;
filter:drop-shadow(15px 15px 0px #f5b1a2);
padding-right:15px;
z-index:10;
}

.sumayume-cur ul li:first-child{
width:65%;
padding:10px;
text-align:center;
background-color:#f5b1a2;
color:#fff;
font-size:30px;
margin:auto;
border-radius:45px;
letter-spacing:0.05em;
filter:none;
}

.sumayume-cur ul li:last-child{
padding:10px;
text-align:center;
color:#333;
font-size:17px;
letter-spacing:0.02em;
margin:auto;
filter:none;
}


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

.sumayume-cur ul{
width:100%;
}
	
	.sumayume-cur ul li img{
		height:300px;
	}
	
	.sumayume-cur ul li span{
		width:90%;
		font-size:20px;
margin-top:-20px;
		padding:10px 0px;
		letter-spacing:0em;
	}
	
	.sumayume-cur ul li:first-child{
		width:80%;
	}
	
	.sumayume-cur ul li:last-child{
		font-size:14px;
		letter-spacing:0em;
	}

}






/* トップ固定インフォ */

.sumayume-recruit-top-info{
display:flex; position: fixed; justify-content:center; bottom:0; width:100%; height:90px; background-color:#f3a7a5; z-index:1000;
}

.sumayume-recruit-top-info ul{
display:flex; justify-content:center; text-align:center; align-items:center; width:50%; max-width:100%; height:100%; list-style:none; margin:auto; padding-left:0;
}

.sumayume-recruit-top-info ul li{
display:flex; align-items:center; width:100%; height:100px; font-size:40px; color:#fff; margin:auto;
}

.sumayume-recruit-top-info ul li span {
width:150px; max-width:100%; font-size:15px; color:#333; padding:5px 10px; background-color:#fff; margin:auto auto auto 15px; border-radius:25px;
}

.sumayume-recruit-top-info-tel{
margin-left:10px;
}

.sumayume-recruit-top-info a{
color:#333;
}



.enji-bosyu-text-title{
font-size:48px;
margin:25px;
color:#fff;
text-align:center;
}


/* すまきたグループ */
.sumayume-sumakita-group1{
         display: flex;
       flex-flow: column;
 justify-content: center;
          margin: 100px 0px;
}

.sumayume-sumakita-group1 a{
        display: flex;
justify-content: center;
          color: #333;
      font-size: 20px;
}

.sumayume-sumakita-group{
         display: flex;
 justify-content: center;
           width: 100%;
background-color: #fff;
}

.sumayume-sumakita-group ul{
        display: flex;
justify-content: center;
     list-style: none;
      max-width: 33%;
        padding: 0px;
}

.sumayume-sumakita-group ul li{
         display: flex;
 justify-content: center;
           width: 200px;
          height: auto;
background-color: #fff;
          margin: 0px;
}

.sumayume-sumakita-group ul li img{
opacity: 1;
}


/* スクロールダウン */


/* 会社概要 */

.company{
        display: flex;
justify-content: center;
          width: 950px;
      max-width: 98%;
         margin: auto;
        padding: auto;
}

.company ul{
	width:100%;
      font-size: 18px;
    line-height: 1.8em;
 letter-spacing: 0.06em;
     list-style: none;
	padding-left:0;
}

.company li {
        display: flex;
        padding: 20px 30px;
     border-top: solid 1px #333;
}

.company li:last-child {
     border-bottom: solid 1px #333;
}

.company-title {
     width: 30%;
text-align: right;
}

.company-lead {
width:70%;
}

.company-border {
	display: flex;
	align-items: center;
         height: auto;
          width: 0px;
         border-left: solid 1px #333;
         margin: -10px 25px;
	padding:auto;
}



/* スライダー */

  @keyframes zoomUp {
    0% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1.25);
    }
  }
  
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: zoomUp 15s linear 0s 1 normal both;  
  }

 .swiper-wrapper {
  overflow: hidden;
     width: 100%;
    height: 800px;
  position: relative;
object-fit: cover;
	 padding-top:80px;
  }

  .slide-img img{
object-fit: cover;
     width: 100%;
    height: 800px;
  }

.slide-telop{
        display: flex;
        z-index: 1000;
       position: absolute;
          width: 100%;
         height: 100%;
     text-align: center;
    align-items: center;
justify-content: center;
         margin: auto;
      font-size: 60px;
          color: #fff;
 letter-spacing: 0.2em;
         filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.4));
}

.home .main-header-original, .home .site-header{
	display: none;
}

.slide-bottom {
   opacity: 0;
 transform: translateY(100px);
transition: all 2s 0s ease-out;
	 }

.slide-left {
   opacity: 0;
 transform: translateX(-100px);
transition: all 2s 0s ease-out;
	 }

.slide-right {
   opacity: 0;
 transform: translateX(100px);
transition: all 2s 0s ease-out;
	 }

.slide-top {
   opacity: 0;
 transform: translateY(-100px);
transition: all 2s 0s ease-out;
	 }



/* つづきを読む */

.cp_box *, .cp_box *:before, .cp_box *:after {
-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
        position: relative;
}

.cp_box label {
        position: absolute;
         z-index: 1;
          bottom: 0;
           width: 100%;
          height: 140px;
          cursor: pointer;
      text-align: center;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

.cp_box input:checked + label {
      background: inherit;
          height: 0px;
}

.cp_box label:after {
     line-height: 2.5rem;
        position: absolute;
         z-index: 2;
             top: 100px;
            left: 50%;
           width: 300px;
 justify-content: center;
     align-items: center;
          margin: auto;
         padding: auto;
         content: ' 続きをよむ';
       transform: translate(-50%, 0);
  letter-spacing: 0.05em;
           color: #333;
       font-size: 24px;
   border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
          filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	overflow: hidden;
	height: 400px;
	transition: all 0.5s;
}

.cp_box input:checked + label:after {
	top:-25px;
	content: ' 閉じる';
}

.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px;
	transition: all 0.5s;
}


.sumakita-history-br{
display:none;
}




/* コンテンツ */

.contents-title{
 font-size: 48px;
text-align: center;
     color: #f5b1a2;
	line-height:1.5em;
}

.contents-title2{
         display: flex;
       max-width: 98%;
           width: 950px;
   border-radius: 50px;
background-color: #00c8af;
           color: #fff;
       font-size: 30px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: 100px auto;
         padding: 30px 0px;
}

.contents-comment{
        position: relative;
             top: 50px;
         z-index: 1000;
         display: flex;
       max-width: 100%;
           width: 950px;
background-color: #fff;
          border: 0.5rem solid #00c8af;
           color: #333;
       font-size: 30px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: auto;
         padding: 30px 0px;
}

.contents-lead{
        display: flex;
      max-width: 98%;
          width: 900px;
     text-align: justify;
justify-content: center;
         margin: auto;
      font-size: 24px;
	line-height:1.8em;
}



/* コンテンツ・スクロールダウン */

.contents-scrolldown{
         display: flex;
	width:100px;
	height:100px;
      text-align: center;
  vertical-align: middle;
     align-items: center;
 justify-content: center;
          margin: 100px auto;
         padding: auto;
}

.contents-scrolldown a{
         width: 60px;
        height: 60px;
    border-top: solid 5px #f5b1a2;
  border-right: solid 5px #f5b1a2;
      position: absolute;
     transform: rotate(135deg);
}



/* トップに戻る */

.upper{
	display:flex;
	justify-content:center;
	align-items:center;
position:fixed;
width:100px;
height:100px;
border-radius:50px;
background-color:#00c8af;
right:50px;
bottom:50px;
z-index:10000;
transition:1s;
	margin:auto;
padding:auto;
}

.upper span{
		display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
		margin:auto;
	font-size:15px;
	color:#fff;
	
	
}

.upper:hover{
opacity:1;
}



/* すまきたグループ */

.sumakita-group{
           width: 100%;
          margin: 0;
         padding: 30px 0px;
}


.sumakita-group ul{
         display: flex;
       flex-wrap: wrap;
           width: 100%;
 justify-content: center;
          margin: 0;
    padding-left: 0;
      list-style: none;
}

.sumakita-group ul a{
}

.sumakita-group ul a li{
         display: flex;
           width: 300px;
          height: 300px;
      text-align: center;
     align-items: center;
 justify-content: center;
          margin: 10px;
       font-size: 24px;
           color: #333;
}

.sumakita-group ul a li img{
object-fit: cover;
     width: 100%;
    height: 100%;
   opacity: 0.1;
}

.sumakita-group ul a li span{
        display: flex;
       position: absolute;
        padding: 25px 0px;
justify-content: center;
}



/* コアバリュー */

.corevalue{
}

.corevalue img{
          width: 400px;
	        display: flex;
     text-align: center;
justify-content: center;
         margin: auto;
}


.corevalue-lead{
      font-size: 18px;
          color: #333;
        display: flex;
     text-align: center;
justify-content: center;
         margin: auto;
}

.corevalue-contents{
        display: flex;
      flex-wrap: wrap;
          width: 100%;
justify-content: center;
         margin: auto;
}

.corevalue-contents li{
        display: block;
          width: 300px;
         height: 400px;
     text-align: center;
    align-items: center;
justify-content: center;
         margin: 30px 25px;
      font-size: 22px;
          color: #333;
}

.corevalue-contents hr{
display: flex;
 height: 0;
  width: auto;
 border: solid 1px #333;
 margin: 20px 0px;
}

.corevalue-contents span{
       display: flex;
    text-align: justify;
     font-size: 16px;
   line-height: 1.8em;
letter-spacing: 0.03em;
         margin: auto;
   font-weight: lighter;
}



/* コアバリュー */

.rebase369-info{
	display:block;
	justify-content:center;
	width:1080px;
	max-width:100%;
	margin:auto;
	
}
	.topics {
	height:4em;
	width:100%;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 24px;
	}
	
	.topics-font{
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 24px;
	color:#ef877e;
	}
	
	.topics dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin: 15px auto;
	padding: auto;
	}
	
	.topics dt {
	font-weight: normal;
	text-align: center;
	clear: left;
	float: left;
	width: 30%;
	}
	
	.topics dd {
	font-weight: normal;
	text-align: center;
	margin-left: 20px;
	}

/* 社長 */

.ceo{
width:100%;
padding:auto;
background-color:#fff5d7
}

.ceo div{
display:flex;
justify-content:center;
align-items:center;
margin:auto;
padding:auto;
font-size:24px;
}

.ceo span{
font-size:20px;
margin:25px;
text-align:center;
}

.ceo img{
height:500px;
margin-top:25px;
}

.sumakita-tsushin{
}

.sumakita-tsushin img{
          width: 1080px;
	        display: flex;
     text-align: center;
justify-content: center;
         margin: auto;
}

.rebase369-insta{
display:flex;
justify-content:center;
width:800px;
	max-width:95%;
	margin:auto;
}

/* サイトマップ */

.sumakita-sitemap {
         display: flex;
	align-items:center;
      text-align: center;
           width: 100%;
	padding:50px 0px;
background-color: #b6d56a;
}

.sumakita-sitemap ul {
        display: flex;
justify-content: center;
          width: 1200px;
      max-width: 98%;
         margin: auto;
     list-style: none;
}

.sumakita-sitemap ul li {
         width: 32%;
     font-size: 16px;
letter-spacing: 0.03em;
        margin: 0px 25px;
}

.sumakita-sitemap ul li:last-child {
}

.sumakita-sitemap ul li span {
         display: flex;
           width: 100%;
          height: 40px;
   border-bottom: solid 3px #fff;
       font-size: 24px;
          margin: 0px 0px 10px 0px;
           color: #fff;
     align-items: center;
 justify-content: center;
         padding: auto;
}

.sumakita-sitemap ul li p {
     display: flex;
   flex-flow: column;
  text-align: left;
padding-left: 15px;
 line-height: 2em;
}

.sumakita-sitemap ul li p a {
color: #fff;
}

/* インフォ */

.hoikuen-footer-info1 {
         display: block;
      text-align: center;
           width: 100%;
      margin-top: 50px;
         padding: 100px 0px;
background-color: #fff;
}

.hoikuen-footer-info2 {
        display: flex;
justify-content: center;
         margin: auto;
}

.hoikuen-footer-info2 ul {
         display: flex;
 justify-content: center;
     align-items: center;
background-color: #fff5e9;
           width: 770px;
       max-width: 100%;
    padding-left: 0;
         padding: 25px;
      list-style: none;
}

.hoikuen-footer-info2 ul li {
   display: flex;
 flex-flow: column;
     width: 40%;
text-align: center;
}

.hoikuen-footer-info2 ul li:last-child {
      width: 60%;
margin-left: 25px;
}

.hoikuen-footer-info2 ul li img {
text-align: center;
     width: 150px;
    margin: auto auto 10px auto;
}

.hoikuen-footer-info2 ul li span {
     font-size: 24px;
letter-spacing: 0.08em;
         color: #333;
    text-align: center;
        margin: auto auto 30px auto;
}

.hoikuen-footer-info2 ul li p {
     font-size: 16px;
letter-spacing: 0.05em;
         color: #333;
    text-align: center;
        margin: auto;
}



.menu-btn {
position: fixed;
top: 3px;
right: 3px;
display: flex;
height: 80px;
width: 80px;
justify-content: center;
align-items: center;
z-index: 900;
background-color: #ef877e;
border-radius: 10px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: '';
display: block;
position: absolute;
}

.menu-btn span:before {
bottom: 8px;
}

.menu-btn span:after {
top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
	content: '';
top: 0;
transform: rotate(-45deg);
}

#menu-btn-check {
display: none;
}

.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 80;
background-color: #ef877e;
}

.menu-content ul {
padding: 0px 10px;
}

.menu-content ul li {
border-bottom: solid 1px #ffffff;
list-style: none;
}

.menu-content ul li a {
display: block;
width: 100%;
font-size: 15px;
box-sizing: border-box;
color: #ffffff;
text-decoration: none;
padding: 4px 15px 10px 0;
position: relative;
}

.menu-content ul li a::before {
content: "";
width: 7px;
height: 7px;
border-top: solid 2px #ffffff;
border-right: solid 2px #ffffff;
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 23px;
}

.menu-content {
width: 100%;
height: 100%;
opacity:0.9;
position: fixed;
top: 0;
left: 100%;
z-index: 80;
background-color: #ef877e;
transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
left: 0;
}



/* 切り替えボタン */
  
.tab > input[type="radio"] {
display: none;
}

.tab_btns {
display: flex;
margin: 0px -2px -1px;
}

.tab_btn {
padding: 1em;
margin: 0px 2px;
width: 100%;
text-align: center;
font-size:20px;
}

.tab_btn:hover {
cursor: pointer;
}

.tab_pages {
position: relative;
z-index: 1;
background-color: #fff;
}


.tab_page {
display: none;
}

.tab > #tab_01:checked ~ .tab_btns > label[for="tab_01"],
.tab > #tab_02:checked ~ .tab_btns > label[for="tab_02"],
.tab > #tab_03:checked ~ .tab_btns > label[for="tab_03"] {
position: relative;
z-index: 2;
background-color:#fadbda;
}

.tab > #tab_01:checked ~ .tab_pages > .tab_page:nth-of-type(1),
.tab > #tab_02:checked ~ .tab_pages > .tab_page:nth-of-type(2),
.tab > #tab_03:checked ~ .tab_pages > .tab_page:nth-of-type(3) {
display: block;
}



/* メニュー */
.sumayume-header-menu2{
display:flex; position:fixed; justify-content:center; width:100%; height:70px; background-color:#fff; margin:auto; z-index:10000;
}

.sumayume-header-menu2 ul{
        display: flex;
          width: 100%;
    align-items: center;
justify-content: center;
     text-align: center;
 vertical-align: middle;
         margin: auto;
     list-style: none;
}

.sumayume-header-menu2 ul li {
        display: flex;
justify-content: center;
         margin: 0;
        padding: 0px 30px;
      font-size: 16px;
	letter-spacing:0.1em;
          color: #333;
    border-left: 1px solid #333;
}
.sumayume-header-menu2 ul li a{
          color: #333;
}

.sumayume-header-menu2 ul li:first-child {
border-left: none;
}

.sumayume-header-menu2 > ul > li > div {
 background-color: rgb(255,255,255,1);
          display: none;
           margin: 25px 0px 0px 0px;
          opacity: 0;
          padding: 0;
         position: absolute;
       visibility: hidden;
-webkit-transiton: opacity 0.2s;
       transition: opacity 0.2s;
}

.sumayume-header-menu2 > ul > li:hover > div {
   display: flex;
   opacity: 1;
visibility: visible;
}
.sumayume-header-menu2 > ul > li > div ul{
display:flex;
	flex-flow:column;
justify-content:center;
text-align:center;
	padding-left:0;
	margin:20px;
}

.sumayume-header-menu2 > ul > li > div ul > li {
    display: block;
justify-content:center;
 text-align: center;
border-left: none;
padding:0;
}

.sumayume-header-menu2 > ul > li > div ul > li > a {
      font-size: 16px;
          color: #333;
        display: block;
        padding: 5px 10px;
text-decoration: none;
}

.sumayume-header-menu2 > ul > li > div ul > li:hover > a {
background-color: rgba(255, 255, 255);
}




/* 園児募集 */

.enji-bosyu-title1 {
              display: flex;
      justify-content: center;
           text-align: center;
            font-size: 48px;
                color: #f4a7a4;
       letter-spacing: 0.05em;
font-feature-settings: "palt" 1, "trad" 1;
        margin-bottom: 50px;
          font-weight: 500;
}

.enji-bosyu-title2 {
        display: flex;
justify-content: center;
     text-align: center;
        padding: auto;
         margin: auto auto 50px auto;
          width: auto;
         height: 122px;
}

.enji-bosyu-title {
        display: flex;
justify-content: center;
     text-align: center;
        padding: auto;
         margin: auto auto 50px auto;
          width: auto;
         height: 60px;
}

.enji-bosyu1 {
        display: flex;
        z-index: 1000;
       position: absolute;
justify-content: center;
          width: 100%;
    align-items: center;
         bottom: 0px;
         margin: auto;
        padding: auto;
         filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0.6))
}
.enji-bosyu3 {
         display: flex;
       flex-flow: column;
 justify-content: center;
     align-items: center;
           width: 1080px;
       max-width: 100%;
          margin: auto;
background-color: #fff;
}

.enji-bosyu3 p {
         display: flex;
 justify-content: center;
     align-items: center;
          margin: auto;
         padding: 10px 50px;
           width: 100%;
background-color: #f4a7a4;
           color: #fff;
       font-size: 24px;
  letter-spacing: 0.03em; 
}

.enji-bosyu2 {
         display: flex;
 justify-content: center;
     align-items: center;
          height: 120px;
          margin: 25px;
         padding: 0;
           color: #f4a7a4;
       font-size: 100px;
  letter-spacing: 0.15em;
}


.enji-bosyu2 span {
         display: flex;
           width: 100px;
          height: 100px;
 justify-content: center;
      text-align: center;
     align-items: center;
   border-radius: 25px;
         padding: 10px;
background-color: #f4a7a4;
       font-size: 22px;
     line-height: 1.2em;
  letter-spacing: 0.02em;
           color: #fff;
     margin-left: 25px;
}

.enji-bosyu4 {
        display: flex;
      flex-flow: column;
        z-index: 1000;
       position: absolute;
justify-content: center;
    align-items: center;
         height: 749px;
         margin: auto;
          right: 0;
           left: 0;
   padding-left: 0px;
         filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.6));
}

.enji-bosyu4 ul {
        display: flex;
justify-content: center;
  margin-bottom: 25px;
     list-style: none;
   padding-left: 0px; 
}

.enji-bosyu4 ul li {
        display: flex;
justify-content: center;
     text-align: center;
          width: 500px;
        padding: 15px;
          color: #fff;
      font-size: 30px;
 letter-spacing: 0.02em;
         margin: 0px 10px;
}
.enji-bosyu4 img {

}

/* 園児募集ポイント */

.enji-bosyu-point {
        display: flex;
justify-content: center;
     text-align: center;
          width: 100%;
         margin: auto;
        padding: auto;
}

.enji-bosyu-point ul{
     display: flex;
   flex-wrap: wrap;
       width: 1080px;
padding-left: 0px;
  list-style: none;
}

.enji-bosyu-point ul li{
        display: flex;
      flex-flow: column;
justify-content: center;
    align-items: center;
     text-align: center;
          width: 350px;
         height: 150px;
   border-right: solid 2px #f5b1a2;
         margin: auto;
        padding: auto;
      font-size: 30px;
    line-height: 1.3em;
          color: #f5b1a2;
}

.enji-bosyu-point ul li:last-child {
border-right: none;
}

.enji-bosyu-point ul li span{
font-size: 18px;
    color: #333;
}

.enji-bosyu-point ul li a{
font-size: 28px;
color: #f5b1a2;
}


/* 園児募集スローガン */

.enji-bosyu-slogan1 {
         display: flex;
       flex-flow: column;
     align-items: center;
background-color: #fff;
           width: 100%;
       max-width: 100%;
          margin: 100px auto;
         padding: 25px;
}

.enji-bosyu-slogan2 {
         display: flex;
       flex-flow: column;
     align-items: center;
background-color: #f4a7a4;
           width: 1080px;
     padding-top: 50px;
  padding-bottom: 75px;
}

.enji-bosyu-slogan2 ul {
        display: flex;
justify-content: space-evenly;
     text-align: center;
         margin: auto;
     list-style: none;
   padding-left: 0px;
          width: 100%;
}

.enji-bosyu-slogan2 ul li {
         display: flex;
       flex-flow: column;
 justify-content: space-between;
     align-items: center;
      text-align: center;
           width: 400px;
background-color: #fff;
       font-size: 24px;
     line-height: 1.3em;
  padding-bottom: 30px;
           color: #333;
          filter: drop-shadow(5px 5px 0px rgb(0, 0, 0, 0.1));
}

.enji-bosyu-slogan2 ul li span{
             top: 0;
         display: flex;
 justify-content: center;
     align-items: center;
           width: 100%;
background-color: #f4a7a4;
         padding: 25px;
           color: #fff;
       font-size: 48px;
   margin-bottom: 30px;
}


/* 園児募集 特徴 */

.enji-bosyu-feature {
        overflow: hidden;
         display: flex;
       flex-flow: column;
background-color: #f4a7a4;
           width: 100%;
       max-width: 100%;
          margin: auto;
         padding: 100px 100px 75px 100px;
}

.enji-bosyu-feature-title {
       display: flex;
     font-size: 42px;
         color: #fff;
letter-spacing: 0.05em;
        margin: auto auto 50px auto;
}

.enji-bosyu-feature ul {
        display: flex;
justify-content: center;
         margin: auto;
   padding-left: 0px;
     list-style: none;
}

.enji-bosyu-feature ul li {
        display: flex;
      flex-wrap: wrap;
justify-content: space-between;
          width: 33%;
         margin: auto;
        padding: 25px;
      font-size: 16px;
          color: #fff;
}

.enji-bosyu-feature ul li:last-child {
  border-right: none;
}

.enji-bosyu-feature ul li p {
        overflow: hidden;
         display: flex;
       flex-flow: column;
 justify-content: space-between;
     align-items: center;
      text-align: center;
           width: 49%;
          margin: 0px;
background-color: #fff5e9;
     padding-top: 15px;
           color: #333;
	line-height:1.5em;
	font-size:18px;
}

.enji-bosyu-feature ul li p img {
     object-fit: cover;
          width: 100%;
         height: 200px;
     background: center;
background-size: cover;
     margin-top: 15px;
}

.enji-bosyu-feature ul li span {
         display: flex;
       flex-flow: column;
 justify-content: space-between;
     align-items: center;
      text-align: center;
           width: 100%;
background-color: #fff;
       font-size: 24px;
     line-height: 1.3em;
   margin-bottom: 15px;
  padding-bottom: 30px;
           color: #333;
}

.enji-bosyu-feature ul li span .number {
             top: 0;
         display: flex;
 justify-content: center;
     align-items: center;
           width: 100%;
background-color: #fff5e9;
         padding: 25px;
           color: #fff;
       font-size: 48px;
}

.enji-bosyu-feature-read{
    height: 200px;
text-align: justify;
margin-top: 25px;
   padding: 0px 10px;
     color: #333;
}

/* 園児募集 対象 */

.enji-bosyu-subject {
         display: flex;
       flex-flow: column;
     align-items: center;
background-color: #fff;
           width: 100%;
       max-width: 100%;
          margin: auto;
         padding: 50px;
}

.enji-bosyu-subject-title {
       display: flex;
     font-size: 42px;
         color: #333;
letter-spacing: 0.1em;
        margin: auto auto 25px auto;
}

.enji-bosyu-subject ul{
         display: flex;
       flex-wrap: wrap;
           width: 1080px;
             top: 0px;
   border-radius: 20px;
background-color: #fff;
          margin: auto;
         padding: 50px;
      list-style: none;
          filter: drop-shadow(5px 5px 0px rgb(0, 0, 0, 0.1));
}

.enji-bosyu-subject ul li{
        display: flex;
      flex-flow: column;
justify-content: center;
     text-align: center;
          width: 30%;
            top: 0px;
      font-size: 24px;
         margin: auto;
        padding: auto;
}

.enji-bosyu-subject ul li span{
         display: flex;
       flex-flow: column;
 justify-content: center;
     align-items: center;
           width: 100%;
          height: 100px;
   border-radius: 15px;
background-color: #f4ba84;
             top: 0px;
          margin: auto 10px;
       font-size: 48px;
   margin-bottom: 15px;
           color: #fff;
}


/* 園児募集 概要 料金 */

.enji-bosyu-overview-fee {
         display: flex;
 justify-content: center;
background-color: #cbde7c;
           width: 100%;
       max-width: 100%;
          margin: auto;
         padding: 50px;
}


.enji-bosyu-gaiyo {
        display: flex;
      flex-flow: column;
     text-align: center;
         margin: auto 25px;
}

.enji-bosyu-gaiyo ul {
         display: flex;
       flex-flow: column;
     align-items: center;
   border-radius: 45px;
          border: solid 10px #8dc661;
background-color: #fff;
           width: 680px;
      list-style: none;
          margin: auto;
         padding: 15px; 
}

.enji-bosyu-gaiyo ul li {
        display: flex;
justify-content: center;
          width: 100%;
        padding: 15px;
         margin: 0;
}

.enji-bosyu-gaiyo ul li span {
         display: flex;
 justify-content: center;
     align-items: center;
           width: 30%;
   border-radius: 10px;
background-color: #8dc661;
       font-size: 24px;
         padding: 20px 5px;
           color: #fff;
}

.enji-bosyu-gaiyo ul li p {
         display: flex;
 justify-content: center;
     align-items: center;
           width: 70%;
background-color: #fff;
       font-size: 36px;
          margin: 0px;
         padding: 0;
}

.enji-bosyu-gaiyo ul li .enji-bosyu-gaiyo-type {
  display: flex;
flex-flow: column;
    width: 70%;
   margin: 0;
  padding: 0;
}

.enji-bosyu-gaiyo ul li .enji-bosyu-gaiyo-type p {
           width: 100%;
background-color: rgb(255,255,255,0); 
  letter-spacing: 0.05em;
}

.enji-bosyu-gaiyo ul li .enji-bosyu-gaiyo-type a {
background-color: rgb(255,255,255,0); 
       font-size: 16px;
      margin-top: -10px;
         padding: 0;
           color: #333;
}

.enji-bosyu-ten {
        display: flex;
justify-content: space-evenly;
         margin: 15px auto;
          width: 100%;
}

.enji-bosyu-ten span {
           width: 8px;
          height: 8px;
   border-radius: 4px;
background-color: #8dc661;
          margin: 0px 8px;
}



/* 園児募集 概要 */

.enji-bosyu-overview {
    display: flex;
  flex-flow: column;
align-items: center;
  max-width: 100%;
     margin: auto 25px;
}

.enji-bosyu-overview-title {
       display: flex;
     font-size: 42px;
         color: #fff;
letter-spacing: 0.1em;
 margin-bottom: 25px;
}

.enji-bosyu-overview img {
        display: flex;
justify-content: center;
    align-items: center;
          width: 750px;
     text-align: center;
         margin: auto;
}


/* 園児募集 料金 */

.enji-bosyu-fee {
    display: flex;
  flex-flow: column;
align-items: center;
  max-width: 100%;
     margin: auto 25px;
}

.enji-bosyu-fee-title {
       display: flex;
     font-size: 42px;
         color: #fff;
letter-spacing: 0.1em;
 margin-bottom: 25px;
}

.enji-bosyu-fee img {
        display: flex;
justify-content: center;
    align-items: center;
          width: 750px;
     text-align: center;
         margin: auto;
}


/* 園児募集 保育理念 */

.enji-bosyu-vision {
         display: flex;
       flex-flow: column;
 justify-content: center;
     align-items: center;
background-color: #fff;
           width: 1080px;
       max-width: 100%;
          margin: 100px auto;
}

.enji-bosyu-vision-title {
       display: flex;
     font-size: 42px;
         color: #333;
letter-spacing: 0.1em;
 margin-bottom: 25px;
}

.enji-bosyu-vision ul {
        display: flex;
justify-content: center;
        padding: 50px;
         margin: auto;
     list-style: none;
}

.enji-bosyu-vision ul li {
   display: flex;
 flex-flow: column;
text-align: center;
 font-size: 24px;
     color: #333;
}

.enji-bosyu-vision ul li span {
    font-size: 48px;
  line-height: 1.5em;
        color: #f4a7a4;
margin-bottom: 25px;
}


/* 園児募集 保育方針 */

.enji-bosyu-policy {
         display: flex;
       flex-flow: column;
     align-items: center;
background-color: #fff5e9;
           width: 100%;
       max-width: 100%;
          margin: auto;
     padding-top: 50px;
  padding-bottom: 75px;
}

.enji-bosyu-policy-title {
       display: flex;
     font-size: 42px;
         color: #f4a7a4;
letter-spacing: 0.1em;
 margin-bottom: 25px;
}

.enji-bosyu-policy ul {
        display: flex;
      flex-flow: row;
justify-content: center;
	width:1080px;
	max-width:98%;
         margin: auto;
     list-style: none;
}

.enji-bosyu-policy ul li {
         display: flex;
       flex-flow: column;
 justify-content: center;
      text-align: center;
           width: 400px;
	max-width:33%;
          height: 200px;
background-color: #f4a7a4;
       font-size: 18px;
           color: #fff;
         padding: 10px 20px;
          margin: auto;
	margin-right:10px;
}

.enji-bosyu-policy ul li:last-child {
margin-right:0px;
}

.enji-bosyu-policy ul li span{
background-color: #fff;
         padding: 10px 15px;
   margin-bottom: 15px ;
       font-size: 24px;
           color: #333;
}



/* 入園の流れ */


.enji-bosyu-flow {
        display: flex;
      flex-flow: column;
justify-content: center;
          width: 100%;
    padding-top: 50px;
 padding-bottom: 50px; 
}

.enji-bosyu-flow ul {
        display: flex;
      flex-flow: column;
justify-content: center;
          width: 1080px;
      max-width: 98%;
     list-style: none;
   padding-left: 0px;
         margin: auto;
}

.enji-bosyu-flow li {
        display: flex;
justify-content: center;
          width: 100%;
         margin: 25px;
        padding: 0px 25px;
}

.enji-bosyu-flow1 {
         display: flex;
 justify-content: center;
     align-items: center;
           width: 15%;
background-color: #f4a7a4;
          margin: 0px 25px 0px 0px;
           color: #fff;
       font-size: 50px;
         padding: auto; 
}

.enji-bosyu-flow2{
        display: flex;
      flex-flow: column;
justify-content: center;
          width: 85%;
      font-size: 36px;
          color: #f4a7a4;
}

.enji-bosyu-flow2 span {
   display: flex;
text-align: justify;
 font-size: 20px;
     color: #333;
}


/* お問い合わせフォーム */

.enji-bosyu-form1 {
        display: flex;
      flex-flow: column;
justify-content: center;
     text-align: center;
          width: 1080px;
      max-width: 100%;
         margin: auto;
        padding: 50px 0px; 
}

.enji-bosyu-form2 {
           width: 100%;
background-color: #333;
         padding: 25px;
           color: #fff; 
       font-size: 24px;
          margin: auto;
}

.enji-bosyu-form0 {
        display: flex;
justify-content: center;
         margin: auto;
          width: 100%;
}

.enji-bosyu-form {
        display: flex;
justify-content: center;
     text-align: center;
        padding: auto;
         margin: auto;
}
      
.enji-bosyu-form ul {
        display: flex;
      flex-flow: column;
justify-content: center;
          width: 100%;
      font-size: 18px;
    line-height: 1.8em;
 letter-spacing: 0.06em;
     list-style: none;
	 padding-left: 0;
         margin: auto;
}
      
.enji-bosyu-form li {
        display: flex;
          width: 100%;
        padding: 20px 30px;
    margin-left: 90px;
}

.enji-bosyu-form li:last-child {
}
      
.enji-bosyu-form-title {
         display: flex;
     align-items: center;
           width: 40%;
          height: 57px;
background-color: #fff5e9;
       font-size: 20px;
    padding-left: 25px;
   padding-right: 10px;
     padding-top: 10px;
  padding-bottom: 10px;
}

.enji-bosyu-form-title a{
 color: #333;
}

.enji-bosyu-form-title span {
           width: 70px;
          height: 40px;
   border-radius: 5px;
background-color: #f4a7a4;
       font-size: 16px;
           color: #fff;
	letter-spacing: 0.05em;
         padding: 5px 15px;
     margin-left: 15px;
}

.enji-bosyu-form-lead {
max-width: 98%;
}

.enji-bosyu-form-btn2 {
        display: flex;
      flex-flow: column;
justify-content: center;
     text-align: center;
          width: 1080px;
      max-width: 100%;
         margin: auto;
        padding: auto;
      font-size: 20px;
}

.enji-bosyu-form-btn {
font-size: 20px;
}

.enji-bosyu-form-btn input {
           display: flex;
   justify-content: center;
        text-align: center;
             width: 70%;
            margin: auto;
  background-color: #f4a7a4;
             color: #FFF;
         font-size: 24px;
       font-weight: bold;
    letter-spacing: 0.1em;
            border: 1px solid #005513;
-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
     -o-transition: 0.3s;
    -ms-transition: 0.3s;
        transition: 0.3s;	
}

.enji-bosyu-form-btn input:hover {
background-color: #FFF;
	   color: #f4a7a4; 
}


	.insta1 {
display: block;
}

.insta2 {
display: none;
}


/* YouTube */

.sumakita-youtube{
	display:flex;
	justify-content:center;
	margin:auto;
	width:1080px;
	max-width:95%;
	height:607px; 
}


/* ブログBG */

.nv-title-meta-wrap:before{
	content:"須磨ゆめ保育園・親子園 スタッフブログ";
	font-size:16px;
}

.nv-post-cover{
	background-image:url(https://suma-yume.com/wp/wp-content/uploads/2023/07/hoiku-blog-bg.jpg);
	background-size:cover;
	
}

.nv-content-wrap{
}

.neve-main .nv-content-wrap img{
}

.neve-main{
}

.previous .nav-direction{
	width:60px;
	text-align:center;
	padding:2px;
	font-size:15px;
	margin:auto auto 5px 0px;
	background-color:rgba(255,200,200,1);
}

.next .nav-direction{
	width:60px;
	text-align:center;
	padding:2px;
	font-size:15px;
	margin:auto 0px 5px auto;
	background-color:rgba(255,200,200,1);
}


  /* ブログ */


ul.lcp_catlist{
display:flex;
flex-flow:raw;
padding-left:0;
	width:100%;
	align-items:flex-start;
	margin:auto;
}

ul.lcp_catlist li {
	display:flex;
	flex-flow:column-reverse;
	justify-content:start;
font-size:15px;
list-style:none;
line-height:1.8em;
	width:100%;
	margin-top:0;
	margin-right:15px;
	background-color:#fff;
	padding:10px;
	height:320px;
}

ul.lcp_catlist li:last-child {
margin-right:0px;	
}

ul.lcp_catlist li a{
color:#333;
font-size:17px;
}

ul.lcp_catlist li img{
	width:100%;
	height:200px;
	object-fit:cover;
	justify-content:flex-start;
	border-radius:5px;
	filter:drop-shadow(0px 0px 5px #fff);
}

.lcp_paginator{
	text-align:center;
}





























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

  /* ブログ */

ul.lcp_catlist{
display:flex;
flex-flow:column;
padding-left:0;
}

ul.lcp_catlist li {
display:flex;
flex-direction:column-reverse;
font-size:14px;
list-style:none;
border-bottom: 1px solid #f5b1a2;
margin-bottom: 4px;
padding-bottom: 8px;
padding-left:80px;
letter-spacing:0.02em;
line-height:1.8em;
background-color:transparent;
height:auto;
}

ul.lcp_catlist li a{
color:#333;
font-size:16px;
}

ul.lcp_catlist li img {
	width:70px;
	height:50px;
	object-fit:cover;
 float: left;
	margin-top:2px;
 margin-left: -80px;
	position:absolute;
}

/* トップ固定インフォ */

.sumayume-recruit-top-info{
height:70px;
}

.sumayume-recruit-top-info ul{
padding:5px 0px 0px 0px;
}

.sumayume-recruit-top-info ul li{
font-size:28px;
padding-bottom:5px;
}

.sumayume-recruit-top-info ul li span{
display:none;
padding:5px 0px 15px 0px;
font-size:14px;
height:40%;
bottom:0;
}

.sumayume-recruit-top-info-tel{
margin-left:0px;
}


.sumakita-br{
display: block;
}

.sumakita-br2{
display: none;
}



.enji-bosyu-text-title{
font-size:30px;
}
	
	
	
	/* YouTube */

	.sumakita-youtube{
	height:300px; 
}
	
.sumayume-header-menu2 {
        display: none;
}
	
	.insta1 {
display: none;
}

.insta2 {
display: block;
}
	
/* スライダー */
	
	 .swiper-wrapper {
	 padding-top:0px;
  }
	
/* 園児募集 */

.enji-bosyu-title {
height:30px;
}

.enji-bosyu-title2 {
height:61px;
}

.enji-bosyu1 {
}

.enji-bosyu3 {
 margin-bottom: -1px;
}

.enji-bosyu3 p {
         padding: 10px 30px;
           width: 100%;
       font-size: 20px;
  letter-spacing: 0.08em; 
}

.enji-bosyu2 {
     font-size: 42px;
letter-spacing: 0.05em;
        margin: 0px;
}

.enji-bosyu2 span {
           width: 70px;
          height: 50px;
   border-radius: 15px;
       font-size: 12px;
     line-height: 1.5em;
  letter-spacing: 0.05em;
     margin-left: 15px;
}

.enji-bosyu4 {
height: 360px;
}

.enji-bosyu4 ul {
 width: 95%;
margin: 0px 10px 25px 10px;
}

.enji-bosyu4 ul li {
    width: 50%;
font-size: 14px;
   margin: 0px 5px;
}

.enji-bosyu4 img {
width: 80%;
}

.enji-bosyu-logo {
        width: 150px;
margin-bottom: 25px;
}

/* 園児募集ポイント */

.enji-bosyu-point {
        display: flex;
justify-content: space-evenly;
     text-align: center;
          width: 100%;
}

.enji-bosyu-point ul{
margin-top: 0px ;
}

.enji-bosyu-point ul li{
       width: 33%;
      height: 80px;
   font-size: 15px;
 line-height: 1.3em;
     padding: 0;
      margin: 0;
}

.enji-bosyu-point ul li:last-child {
}

.enji-bosyu-point ul li span{
font-size: 10px;
}

.enji-bosyu-point ul li a{
font-size: 12px;
color:#f5b1a2;
}

/* 園児募集スローガン */

.enji-bosyu-slogan1 {
padding: 0;
}

.enji-bosyu-slogan2 {
max-width: 100%;
}

.enji-bosyu-title {
font-size: 30px;
}

.enji-bosyu-slogan2 ul {
flex-wrap: wrap;
}

.enji-bosyu-slogan2 ul li {
    width: 80%;
font-size: 20px;
}

.enji-bosyu-slogan2 ul li:first-child {
margin-bottom: 25px; 
}

.enji-bosyu-slogan2 ul li span{
}


/* 園児募集 特徴 */

.enji-bosyu-feature {
padding: 25px 5px; 
}

.enji-bosyu-feature-title {
    text-align: center;
     font-size: 30px;
letter-spacing: 0.03em;
 margin-bottom: 25px;
}

.enji-bosyu-feature ul {
flex-wrap: wrap;
  padding: 50px 0px;
}

.enji-bosyu-feature ul li {
        width: 100%;
       height: auto;
 border-right: none;
    font-size: 17px;
  line-height: 1.8em;
      padding: 0px;
margin-bottom: 50px;
}

.enji-bosyu-feature ul li:last-child {
margin-bottom: 25px;
}

.enji-bosyu-feature ul li p {
     height: auto;
  font-size: 15px;
line-height: 1.5em;
}

.enji-bosyu-feature ul li p img {
    height: 160px;
margin-top: 15px;
}

.enji-bosyu-feature ul li span {
    width: 100%;
font-size: 20px;
   margin: auto auto 10px auto;
}

.enji-bosyu-feature ul li span p {
    font-size: 30px;
}



/* 園児募集 対象 */

.enji-bosyu-subject {
padding: 25px 25px 50px 25px;
}

.enji-bosyu-subject-title {
font-size: 36px;
}

.enji-bosyu-subject ul {
      flex-flow: column;
justify-content: center;
          width: 90%;
         margin: 0px;
}

.enji-bosyu-subject ul li {
         width: 100%;
     font-size: 16px;
 margin-bottom: 50px;
letter-spacing: 0.05em;
}

.enji-bosyu-subject ul li:last-child {
margin-bottom: 0px;
}

.enji-bosyu-subject ul li span {
       width: 80%;
      height: 100px;
   font-size: 25px;
      margin: auto auto 15px auto;
}


/* 園児募集 概要 料金 */

.enji-bosyu-overview-fee {
 flex-wrap: wrap;
   padding: 10px;
margin-top: 25px;
}

.enji-bosyu-gaiyo {
margin: 50px;
}

.enji-bosyu-gaiyo ul {
   border-radius: 20px;
           width: 100%;
         padding: 10px;
}

.enji-bosyu-gaiyo ul li {
         padding: 10px;
}

.enji-bosyu-gaiyo ul li span {
       font-size: 15px;
         padding: 10px 5px;
}

.enji-bosyu-gaiyo ul li p {
       font-size: 19px;
}

.enji-bosyu-gaiyo ul li .enji-bosyu-gaiyo-type {
}

.enji-bosyu-gaiyo ul li .enji-bosyu-gaiyo-type p {
letter-spacing: 0.02em;
}

.enji-bosyu-gaiyo ul li .enji-bosyu-gaiyo-type a {
     font-size: 10px;
letter-spacing: 0.05em;
    margin-top: -5px;
}

.enji-bosyu-ten {

}

.enji-bosyu-ten span {
        width: 6px;
       height: 6px;
border-radius: 3px;
       margin: 0px 5px;
}


/* 園児募集 概要 */

.enji-bosyu-overview {
margin: 0px 0px 50px 0px;
}

.enji-bosyu-overview-title {
     font-size: 36px;
 margin-bottom: 15px;
}

.enji-bosyu-overview img {
width: 100%;
}



/* 園児募集 料金 */

.enji-bosyu-fee {
margin: 0px 0px 50px 0px;
}

.enji-bosyu-fee-title {
    font-size: 36px;
margin-bottom: 15px;
}

.enji-bosyu-fee img {
width: 100%;
}


/* 園児募集 保育理念 */

.enji-bosyu-vision {
}

.enji-bosyu-vision-title {
    font-size: 36px;
margin-bottom: 25px;
}

.enji-bosyu-vision ul {
padding: 0px 25px;
}

.enji-bosyu-vision ul li {
 font-size: 16px;
}

.enji-bosyu-vision ul li span {
font-size: 24px;
}


/* 園児募集 保育方針 */

.enji-bosyu-policy {
padding-left: 0px;
}

.enji-bosyu-policy-title {
    font-size: 36px;
margin-bottom: 50px;
}

.enji-bosyu-policy ul {
flex-wrap:wrap;
       width: 100%;
padding-left: 0px;
}

.enji-bosyu-policy ul li {
margin-bottom: 25px;
    font-size: 17px;
	margin-right:15px;
	margin-left:15px;
	max-width:100%;
}

.enji-bosyu-policy ul li:last-child {
margin-bottom: 0px;
	margin-right:15px;
}

.enji-bosyu-policy ul li span{
      top: 0px;
font-size: 20px;
}


/* お申込みの流れ */


.enji-bosyu-flow {
padding: 50px 25px 50px 0px;
}

.enji-bosyu-flow ul {
  width: 100%;
padding: auto;
 margin: auto;
}

.enji-bosyu-flow li {
       width: 100%;
padding-left: 0px;
}

.enji-bosyu-flow1 {
width: 15%;
}

.enji-bosyu-flow2{
    width: 83%;
font-size: 36px;
}

.enji-bosyu-flow2 span {
font-size: 16px;
}


/* お問い合わせフォーム */

.enji-bosyu-form1 {
}

.enji-bosyu-form2 {
           width: 100%;
background-color: #333;
         padding: 25px;
           color: #fff; 
}

.enji-bosyu-form0 {
}

.enji-bosyu-form {
        display: flex;
justify-content: center;
          width: 100%;
         margin: auto;
}
  
.enji-bosyu-form ul{
        display: flex;
justify-content: center;
          width: 100%;
      font-size: 14px;
}
    
.enji-bosyu-form li {
   flex-flow: column;
	margin:auto;
}
  
  
.enji-bosyu-form-title {
        width: 100%;
       height: 75px;
margin-bottom: -30px;
    font-size: 16px;
  }

.enji-bosyu-form-title span {
   height: 40px;
font-size: 14px;
  }

.enji-bosyu-form-lead {
width: 100%;
}

.enji-bosyu-form-btn2 span {
font-size: 14px;
}

.enji-bosyu-form-btn {
}

.enji-bosyu-form-btn input {
 width: 80%;
margin: auto;
}

.enji-bosyu-form-btn input:hover {
background-color: #FFF;
           color: #005513; 
}
	
	
	
	
	
	
.tab_btn {
font-size:16px;
}

.main-menu{
display:none;
}

.top-banner{
flex-flow: column;
    width: 100%;
}

.top-banner a li{
    width: 100%;
font-size: 30px;
   margin: auto;
  padding: 15px 0px;
}

.swiper-wrapper {
   height: 350px;
}

.slide-img img{
   height: 350px;
}

.slide-telop{
font-size: 30px;
}

.contents-title{
font-size: 30px;
}

.contents-title2{
font-size: 25px;
   margin: 50px 0px;
}

.contents-comment{
font-size: 20px;
  padding: 15px 0px;
}

.contents-lead{
font-size: 18px;
	width:90%;
}

	
.sumakita-history{
font-size:15px;
}

.sumakita-history-contents{
width:95%;
}

.sumakita-history li{
list-style:none;
display:flex;
align-items:center;
margin:20px 0px;
padding:auto;
}

.sumakita-history li span{
margin-right:15px;
padding:auto;
width:40px;
height:40px;
border-radius:20px;
font-size:8px;
}

.sumakita-history-br{
display:block;
}



	.sumakita-group ul a li{
width:160px;
		height:100px;
		font-size:13px;
		font-weight:600;
		line-height:1.5em;
		letter-spacing:0.02em;
	}

	.sumakita-none{
		display:none;
	}
	
	.corevalue img{
		width:200px;
	}
	.corevalue-lead{
		font-size:12px;
		line-height:1.5em;
	}
	
	.corevalue-contents li{
		max-width:100%;
         height: auto;
         margin: 30px 15px;
      font-size: 18px;
}
	
	.corevalue-contents li span{
      font-size: 14px;
    line-height: 1.5em;
 letter-spacing: 0.02em;
}

.topics dt{
font-size:16px;
line-height:1.2;
}
	
.topics dd{
font-size:16px;
line-height:1.2;
}
	.ceo span{
		margin:25px;
	}
	.ceo img{
		height:300px;
	}
	.sumakita-tsushin img{
          width: 400;
}
	
	.rebase369-insta{
		width:auto;
	}



.company{
	margin:0px;
}

.company ul{
	width:100%;
      font-size: 16px;
}

.company li {
	flex-flow:column
}

.company li:last-child {
}

.company-title {
	width:200px;
	margin-bottom:10px;
	border-bottom:solid 1px #333;
  text-align:left;
}

.company-lead {
	width:100%;
}

.company-border {
display:none;
}	


/* すまきたグループ */
	
.sumayume-sumakita-group1 a{
      font-size: 14px;
}
	
.sumayume-sumakita-group{
flex-flow: column;
}

.sumayume-sumakita-group ul{
max-width: 100%;
   margin: auto;
  padding: 10px 0px 0px 0px;
}

.sumayume-sumakita-group ul li{
 width: 100%;
height: auto;
}
	
/* インフォ */

.hoikuen-footer-info1 {
}

.hoikuen-footer-info2 {
flex-flow: column;
}

.hoikuen-footer-info2 ul {
	flex-flow:column;
padding: 15px;
		margin:auto;
}
	.hoikuen-footer-info2 ul:last-child {
padding-top:50px;		
	}
.hoikuen-footer-info2 ul li {
width: 100%;
}

.hoikuen-footer-info2 ul li:last-child {
      width: 100%;
padding:0;
	margin:15px 0 0 0;
}

.hoikuen-footer-info2 ul li img {
	width:50px;
}

.hoikuen-footer-info2 ul li span {
     font-size: 18px;
letter-spacing: 0.03em;
	margin-bottom:15px;
}

.hoikuen-footer-info2 ul li p {
     font-size: 14px;
letter-spacing: 0.03em;
}

/* サイトマップ */

.sumakita-sitemap {
padding: 50px 25px;
}

.sumakita-sitemap ul {
flex-flow: column;
    width: 100%;
  padding: 0px;
}

.sumakita-sitemap ul li {
    width: 100%;
font-size: 16px;
   margin: auto;
}

.sumakita-sitemap ul li:last-child {
margin: auto;
}

.sumakita-sitemap ul li span {
}

.sumakita-sitemap ul li p {
}

.sumakita-sitemap ul li p a {
}
	
/* ブログレイアウト */
.title entry-title{
font-size:20px;
}

.nv-single-post-wrap{
margin:auto 15px;
}
	
}

/* Contact Form7 */
 
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}
 
/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}
 
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
 
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}

.btn_contact7 {
	text-align: center;
}

.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}

@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}
 
.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
}