/*
Theme Name: ohana2022
Author: オハナ４グループ
Author URI: https://minami.ohana-yume.jp/ver2022/
*/

.sp-only{
	display: none;
	
	@media (max-width:896px){
		  display: block;
	  }
}

.pc-only{
	display: block;
	
	@media (max-width:896px){
		  display: none;
	  }
	
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	
	font-size: 1em;
	/* font-family: initial; */
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
	list-style: none;
	margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
	color: inherit;
}

.main-cont p a {
	text-decoration: underline;
	color: #EA919E;
}

a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}
/* オリジナルコンテンツ */
html,body{
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #3B2926;
}
img{
	max-width: 100%;
}
a img:hover{
	opacity: 0.8;
	transform: translate(0px, -8px);
}
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
#container{
	position: relative;
	overflow: hidden;
}

/* ヘッダー */
#fix-area{
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 130px;
    z-index: 1000;
    text-align: center;
}
#fix-area img{
	width: 125px;
}
#to-top{
	
}
#to-top img{
	width: 74px;
}
.top-line{
	display: block;
    background-color: #FAE7E7;
    height: 27px;
}
.most-topword{
	max-width: 1200px;
    margin: auto;
    font-size: 12px;
    padding-top: 4px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.tel-area{
	position: absolute;
    color: white;
    background: #EA919E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 222px;
    padding-top: 20px;
    right: 0;
    top: 0;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 24px;
    text-align: center;
    letter-spacing: 2px;
}
.tel-area .tel{
	position:relative;
	padding-left: 14px;
}
.tel-area .tel:before{
	content: url(images/telicon01.png);
    position: absolute;
    left: 5px;
    margin-top: 3px;
}

.tel-area .fax:before{
	content: url(images/faxicon01.png);
    
}
.tel-area p{
	font-size: 12px;
    font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: underline;
}
.link-area{
	position: absolute;
    right: 233px;
    top: 3px;
    text-align: right;
    color: #6A4C46;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
}
.link-area2{
	padding-top: 30px;
    font-size: 12px;
}
.link-area2 a{
	padding-left: 30px;
	font-weight: 600;
	position: relative;
}
.link-area2 a:before{
	content: url(images/btn02.png);
    position: absolute;
    left: 15px;
    margin-top: 3px;
}

#header{
    margin: auto;
	 background:white;
}
#header h1{
	padding-top: 20px;
}
#header h1 img{
	width: 272px;
    opacity: unset;
    transform: none;
}

#wrapper,.wrapper{
	 max-width: 1200px;
    margin: auto;
	 position: relative;
}
.h-logo{
	display: block;
    position: absolute;
    top: -27px;
    left: -110px;
    z-index: 100;
}

#top-main{
	
}

nav.menu{
	display: none;
}


.sp-tel{
	display: none;
}

/* トグルメニュー　非表示  */
#m-open,ul#menu{
	display: none;
}

.h-open{
	display: block;
    position: absolute;
    bottom: 132px;
    right: 55px;
    z-index: 100;
}

/* ページナビ  */
nav.navi1{
	position: relative;
    margin-bottom: 10px;
	 z-index: 1000;
	color: #6A4C46;
}
nav.navi1 ul{
	display: block;
	font-size: 0;
	text-align: right;
}
nav.navi1 li{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-size: 15px;
	letter-spacing: 1px;
}



}
/* SPナビ  */
nav.navi2{
	display: block;
	margin-top: -4px;
	border-bottom: 1px dotted;
    
}
nav.navi2 ul{
	display: block;
   margin: 0 50px;
	font-size: 0;
    text-align: center;
}
nav.navi2 li{
	display: inline-block;
    text-align: center;
    line-height: 1.3;
    width: 16%;
    height: 65px;
    border-left: 1px dashed;
    vertical-align: top;
    /* margin: 5px 0; */
    margin-top: 10px;
    margin-bottom: 10px;
}
nav.navi2 li span{
	display: none;
}

nav.navi2 li .sp-navimg{
	display: none;
}
/* TOPページコンテンツ  */
/* FadeIn  */
.main_imgBox {
    overflow: hidden;
    position: relative; 
	height: 34vw;
}
.main_imgBoxsp{
	display: none;
}
.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; 
}
.main_img img{
	opacity: 1;
	width: 100%;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; 
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.05);
         z-index: 50;
    }
    100% { opacity: 0
	}
}
.wave1{
	z-index: 500;
    display: block;
    position: absolute;
    bottom: -30px;
	width: 100%;
}

.wave1 img{
	width: 100%;
}
.yticon{
	    z-index: 500;
    display: block;
    position: absolute;
    bottom: 2%;
    left: 3%;
    width: 173px;
}
.yticon img{
	width: 209px;
}
.insticon{
	z-index: 500;
    display: block;
    position: absolute;
    bottom: 2%;
    left: 252px;
}
.insticon img{
	width: 200px;
}
.logo02{
	z-index: 500;
    display: none;
    position: absolute;
    bottom: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
	width: 70px;
}
.logo02 img{
	width: 100%;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 3s;
	transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/*  各セクションの小見出し */
h4 blockquote{
	text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	line-height: 2;
	font-weight: 200;
	letter-spacing: 2px;
}

/* top-section1  */
.section1{
	display: block;
    width: 1200px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 70px;
	color: #6A4C46;
}
.section1 ul{
	display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section1 li{
	display: inline-block;
	position: relative;
	margin-right: 29px;
}
.section1 li img{
	width: 266px;
}
.section1 li .word1{
	position: absolute;
	text-align: center;
    width: 184px;
    bottom: 28px;
    border-radius: 33px;
    left: 50%;
    background: white;
    padding: 8px 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.section1 li .word1:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 0;
    margin-right: 12px;
    margin-top: 1px;
}
/*  おしらせ */
.section2 h3{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
    color: #E36D89;
}

ul.section2{
	width: 1000px;
    margin: auto;
    border: 1px solid #D9929A;
    border-radius: 11px;
    margin-bottom: 30px;
    padding: 20px 50px;
}
ul.section2 li{
	display: block;
    border-bottom: 1px dotted #CBCBCB;
    padding-bottom: 12px;
    margin: 22px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
ul.section2 li .date{
	display: inline-block;
    color: #E36D89;
    margin-right: 2em;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
ul.section2 li .t-category{
	display: inline-block;
	background: #FAE7E7;
    margin-right: 2em;
    padding: 7px 15px;
    border-radius: 16px;
    width: 8em;
    text-align: center;
    font-size: 14px;
}
ul.section2 li .news-title{
	display: inline-block;
}

/* 見出し部 */
.section3{
	
}
.section3 .wrap{
	max-width: 1300px;
    margin: auto;
    padding: 100px 0;
	text-align: center;
	position: relative;
}
.section3 .left-img{
	position: absolute;
    left: 77px;
    top: 240px;
}
.section3 .left-img img{
	width: 212px;
}
.section3 .left-img2{
	position: absolute;
	left: 0;
}
.section3 .left-img2 img{
	width: 168px;
}

.section3 .right-img{
	position: absolute;
    right: 49px;
    bottom: 108px;
}

.section3 .right-img img{
	width: 250px;	
}
.section3 .right-img2{
	position: absolute;
    right: 0;
    bottom: 88px;
}

.section3 .right-img2 img{
	width: 55px;	
}


.section3 .wlogo img{
	width: 80px;	
}
.section3 .wrap p.big{
	font-size: 35px;
    color: #6A4C46;
    margin-top: 30px;
    margin-bottom: 50px;
	letter-spacing: 2px;
}
.section3 .wrap p.small{
	font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    color: #3B2926;
    letter-spacing: 1px;
}

/* カルーセル画像 */
.section4{
	margin-bottom: 100px;
} 
.carousel{
	clear: both;
}
.carousel img {
    width:100%;
    height:auto;
}

.carousel .slick-slide {
    margin:0 1px;
}
/* youtube埋め込み */
.section5{
	position: relative;	
    margin: 30px auto;
    text-align: center;
}
.section5 .wrap{
	max-width: 1300px;
    margin: auto;
	position: relative;
}
.moyou3{
	position: absolute;
	left: 0;
	bottom: 0;
}
.moyou3 img{
	width: 176px;
}
.moyou4{
	position: absolute;
	right: 0;
	top: 30px;
}
.moyou4 img{
	width: 198px;
}
.movieframe{
	display: block;
    position: relative;
    max-width: 835px;
    margin: auto;
}

.yticon2{
	position: absolute;
    bottom: -25%;
    right: -18%;
}
.yticon2 img{
	width: 280px;
}


/*  section6 わたしたちの保育 */
.section6{
	position: relative;	
	background: #FEFCF2;
    margin-top: 130px;
}
.wave2{
	bottom: unset;
    top: -73px;
}
.wave2 img{
	
}
.our01{
	text-align: center;
    padding-top: 100px;
}
.our01 img{
	width: 53px;
}
.our01 p{
	text-decoration: underline;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-underline-offset: 10px;
}
.section6 h3{
	margin-top: 50px;
    margin-bottom: 50px;
    font-size: 28px;
	    letter-spacing: 2px;
}
.section6 .wrap{
	display: block;
    width: 1000px;
    margin: auto;
    padding-bottom: 100px;
}
.section6 .wrap2{
	margin-left: calc(50% - 50vw);
    display: flex;
}
.section6 .wrap3{
	margin-right : calc(50% - 50vw);
    display: flex;
}
.section6 .wrap .photo-area{
	  flex: 0 0 48%;
    max-width: 48%;
}

.section6 .wrap img{
	width: 100%;
    object-fit: cover;
}
.wrap2 img{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    object-position: right;
}
.wrap3 img{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-position: left;
}
.section6 .wrap .text-area{
	width: 100%;
}
.section6 .wrap2 .text-area{
	margin-left: 60px;
}
.section6 .wrap3 .text-area{
	margin-right: 60px;
}
.section6 .wrap .smallp{
	color:#E36D89;
	font-size: 16px;
    padding-left: 4px;
	letter-spacing: 3px;
	font-weight: 800;
}
.section6 .wrap .largep{
	color: #E36D89;
    font-size: 60px;
    line-height: 0.7;
    font-weight: 700;
	letter-spacing: 6px;
}
.section6 .wrap nav{
	font-size: 30px;
    padding-top: 30px;
	    letter-spacing: 2px;
}
.section6 .wrap aside{
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    margin-top: 30px;
	    line-height: 2;
	letter-spacing: 2px;
}
.section6 .link{
	text-align: left;
    margin-top: 40px;
}
.section6 .link a{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 13px 50px;
    background: #EFE3D3;
    border-radius: 24px;
    position: relative;
	color: #6a4c46;
}
.section6 .link a:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 0;
    margin-right: 17px;
    margin-top: 1px;
}
.our-icon{
	text-align: center;
    padding-bottom: 100px;
    padding-top: 50px;
}
.our-icon a{
	background: #EA919E;
    color: white;
    font-size: 20px;
    padding: 20px 100px;
    border-radius: 34px;
	position: relative;
}
.our-icon:hover{
	opacity: 0.8;
	transform: translate(0px, -8px);
}

.our-icon a:after{
	content: url(images/btn03.png);
    position: absolute;
    right: 0;
    margin-right: 24px;
    margin-top: 1px;
}

/*  当園について */
.section7{
	background: #FDF5DF;
	padding-top: 50px;
	padding-bottom: 100px;
}
.yume-hoiku{
	background: white;
    max-width: 1200px;
    margin: auto;
    padding: 50px 60px;
    margin-top: 50px;
}
.yleft{
	display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    width: 52%;
    vertical-align: top;
    color: #6A4C46;
    letter-spacing: 1px;
}
.ylogo1{
	float: left;
	margin-bottom: 30px;
}
.ylogo1 img{
	width: 413px;
}
.ylogo2{
	float:right;
}
.ylogo2 img{
	width: 43px;
}
.cf{
	clear: both;
}
.ninka{
	display: inline-block;
    background: #EFE3D3;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    width: max-content;
    margin-right: 10px;
    margin-bottom: 20px;
}
dl.add{
	display: block;
	    line-height: 2;
}
dl.add dt{
	display: inline-block;
    width: 6em;
    position: relative;
    margin-right: 2em;
	vertical-align: top;
}
dl.add dt:after{
	content: "•••";
    position: absolute;
    right: 0;
	font-size: 14px;
}
dl.add dd{
	display: inline-block;
	    width: 27em;

}
.capa{
	background: #FAE7E7;
    margin-top: 30px;
    padding: 20px;
	color: #3B2926;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
.capa p{
	width: 100%;
	margin-bottom: 15px;
}
.capa ul{
	column-count: 3;
	
}
.capa li{
	margin-bottom: 5px;
}
.yright{
	display:inline-block;
	    width: 44%;
	 margin-left: 30px;
}

/*  併設施設  */

.annex {
	max-width: 1200px;
	margin: auto;
}
.annex .our01{
	margin-bottom:50px;
}
.annex .fratto{
	display: inline-block;
    background: white;
    border-radius: 9px;
    margin-right: 14px;
    vertical-align: top;
    width: 100%;
    padding: 3% 6%;
	font-family: 'Noto Sans JP';
	color: #6A4C46;
}
.annex .bloom{
	margin-right: 0;
}
.fratto .head{
	display: block;
	    text-align: center;
}
.fratto .blogo{
	width: 209px;
    display: inline-block;
    margin-bottom: 20px;
}
.fratto .bleft{
	    display: inline-block;
    width: 48%;
    margin-right: 2%;
}
.fratto .bright{
	    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.fratto h4{
	line-height: 2;
    margin-top: 1em;
	    letter-spacing: 1px;
}
.fratto aside{
	line-height: 2;
    margin-bottom: 1em;
	    letter-spacing: 1px;
}
.fratto .link{
	display: inline-block;
    background: #EFE3D3;
    padding: 15px 0;
    border-radius: 12px;
    width: 47%;
    margin-right: 2%;
    text-align: center;
}
.fratto .link.tw a  {
	    position: relative;
    padding-left: 1em;
}
.fratto .link.tw a:before{
	position: absolute;
    content: url(images/tw-icon.png);
    width: 27px;
    height: 24px;
    left: -11px;
    display: inline-block;
    margin-top: 1.5px;
}

.fratto .link.ig a:before{
	content: url(images/in-icon.png);
}


/*  Instagram */
.section8{
	background: url(images/back-01.png);
    background-position: bottom;
    background-size: 1px;
    background-repeat: repeat-x;
    background-color: white;
}


.igfeed{
	max-width: 1200px;
    margin: auto;
}

.insta-banner1{
	max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.bimg-sp{
	display: none;
}
.insta-banner1 .text1 br{
	display: none;
}
.insta-banner1 .text1{
	position: absolute;
    top: 40px;
    left: 40px;
    width: 44%;
    text-align: left;
    font-size: 24px;
	    letter-spacing: 2px;
}
.insta-banner2{
	padding-bottom: 100px;
    margin-top: 30px;
}
.insta-banner2 .text2{
	position: absolute;
    top: 40px;
    right: 40px;
    left: unset;
}
.insta-banner1 .text1 main{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
}
.insta-banner1  .link{
	text-align: center;
    position: absolute;
    bottom: 109px;
    left: 37px;
}
.insta-banner2 .link{
	left: unset;
    right: 48px;
    bottom: 151px;
}
.insta-banner1  .link a{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	padding: 13px 50px;
    background: white;
    border-radius: 24px;
    position: relative;
	color: #6a4c46;
}
.insta-banner2  .link a{
	background: #EFE3D3;
}
.insta-banner1  .link:hover{
	opacity: 0.8;
    transform: translate(0px, -8px);
}
.insta-banner1  .link a:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 0;
    margin-right: 17px;
    margin-top: 1px;
}

/* 2023年度入園説明会申し込み */
.setsumeikai-banner1{
	max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.setsumeikai-banner1  .link{
	text-align: center;
    position: absolute;
    bottom: 84px;
    left: 920px;
}

.setsumeikai-banner1  .link a{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	padding: 13px 50px;
    background: white;
    border-radius: 24px;
    position: relative;
	color: #6a4c46;
}

.setsumeikai-banner1  .link a:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 0;
    margin-right: 17px;
    margin-top: 1px;
}


/*  ここから　下層ページ */
/*  single-page */

.single h2{
	/* 下記で定義 */
}
#single-area{
	background: #FEFCF2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-wrap{
	max-width: 1200px;
    margin: auto;
    display: block;
}

#main-disclosure{
	display: block;
	margin: 0 auto;
	max-width: 69%;
	background: white;
	padding: 4% 5%;
	border-radius: 10px;
}

#main{
	display: inline-block;
    max-width: 69%;
    background: white;
    padding: 4% 5%;
    border-radius: 10px;
}



#main .category, #main-disclosure .category {
	background: #FAE7E7;
    margin-right: 2em;
    padding: 7px 15px;
    border-radius: 16px;
    width: 8em;
    text-align: center;
    font-size: 14px;
}
#main .p-news-title, #main-disclosure .p-news-title{
	font-size: 20px;
    padding-top: 21px;
    border-bottom: 1px solid;
    color: #6A4C46;
}
#main .date, #main-disclosure .date{
	text-align: right;
	color :#E36D89;
	font-weight: bold;
	font-family: 'Mukta Mahee', sans-serif;
	font-size: 16px;
}
#main .main-cont, #main-disclosure .main-cont{
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    letter-spacing: 2px;
}
.archive #main{
	padding: 0;
    background: unset;
}
.archive #main li{
	margin-bottom: 30px;
    background: white;
    padding: 20px;
}
.detail-list section{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
    letter-spacing: 2px;
}
/*  サイドバー */
#sidebar{
	display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-left: 5%;
    font-family: 'Noto Sans JP', sans-serif;
}
#sidebar .widget{
	background: white;
    margin-bottom: 20px;
	    border-radius: 6px;
}
#sidebar h2{
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    /* padding-left: 20px; */
    background: #FAE7E7;
    padding: 15px 0;
    padding-left: 20px;
	    border-radius: 6px;
}
#sidebar .widget ul{
	padding: 20px;
    padding-top: 0;
}
#sidebar .widget li{
	border-bottom: 1px dotted #CBCBCB;
    padding-bottom: 9px;
    padding-top: 20px;
}
#sidebar #categories-2  li{
	border: none;
    padding-top: 10px;
    padding-bottom: 0;
}
#calendar_wrap{
	padding: 20px;
}
#wp-calendar{
	 width: 100%;
    border: 1px solid #EFE3D3;
    border-radius: 5px;
}
#wp-calendar th{
	background: #EFE3D3;
	text-align: center;
	padding: 3px 0;
}
#wp-calendar td{
	text-align: center;
	padding: 3px 0;
}
#calendar_wrap caption,.wp-calendar-nav-next,.wp-calendar-nav-prev{
	display: none;
}
#wp-calendar td a{
	text-decoration: underline;
}
.pagenavi{
	display: none;
	text-align: center;
    margin-bottom: 20px;
    font-weight: initial;
    font-size: 12px;
}

/*  下層共通定義 */
#page-main{
	font-size: 0;  /*  init */
}
.archive h2,
.single h2,
.page h2{
	font-size: 30px;
    font-weight: normal;
    letter-spacing: 10px;
		color: #6a4c46;
} 
.layput1{
	display: block;
	position :relative;
	font-size: 0;
}
.layput1sp{
	display: none;
}


.layput1 h2{
	position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
   
}

.layput2{
	background: #FAE7E7;
    text-align: center;
    padding: 50px 0;
}
.content-wrap{
	max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}
.contents{
	font-size: 16px;
	background: #FEFCF2;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
.contents .our01{
	padding-top: 0;
	margin-bottom: 50px;
}
/*  入園案内 */
.guide .contents{
	line-height: 2;
}
.guide .content1{
	background: white;
}
.guide .content2{
	font-size: 16px;
	background: #FEFCF2;
}
.guide article{
	display: flex;
    position: relative;
}
.guide section{
	display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 3%;
}
.guide .photo{
	display: inline-block;
    width: 50%;
}
.guide .photo img{
	width: 100%;
}
.p-link{
	position: absolute;
    bottom: 16px;
}
.p-link a{
	font-family: 'Noto Sans JP', sans-serif;
    padding: 20px 50px;
    background: #EFE3D3;
    border-radius: 30px;
    position: relative;
	    color: #6a4c46;
}
.p-link a:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 0;
    margin-right: 17px;
    margin-top: 1px;
}

/*  保育園紹介 about  */
.about .contents, .about2024 .contents, .challenge2024 .contents, .program_art .contents{
	line-height: 2;
	letter-spacing: 1px;
}
.about .content1 article, .about2024 .content1 article, .challenge2024 .content1 article, .program_art .content1 article{
	display: block;
	color: #6a4c46;
	margin-bottom: 50px;
}
.about .content1 article .principal, .about2024 .content1 article .principal, .challenge2024 .content1 article .principal, .program_art .content1 article .principal{
	display: inline-block;
    width: 230px;
    text-align: center;
}

.about .content1 article .principal img, .about2024 .content1 article .principal img, .challenge2024 .content1 article .principal img, .program_art .content1 article .principal img{
	width: 100%;
}
.about .content1 article .principal p, .about2024 .content1 article .principal p, .challenge2024 .content1 article .principal p, .program_art .content1 article .principal p{
	margin-top: 10px;
	font-weight: bold;

}
.about .content1 article section, .about2024 .content1 article section, .challenge2024 .content1 article section, .program_art .content1 article section{
	  display: inline-block;
    width: 66%;
    margin-left: 9%;
    vertical-align: top;
}
.about .content1 .pad50, .about2024 .content1 .pad50, .challenge2024 .content1 .pad50, .program_art .content1 .pad50{
	padding-top: 50px;
}
.about .philosophy, .about2024 .philosophy, .challenge2024 .philosophy, .program_art .philosophy{
	max-width: 800px;
    margin: auto;
    text-align: center;
    background: white;
    padding: 30px 0;
    border: 10px solid #FCF5E1;
    border-radius: 10px;
}
.about p.green, .about2024 p.green, .challenge2024 p.green, .program_art p.green{
	color: #E36D89;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Zen Maru Gothic';
}
.policy p.green{
	text-align: center;
    margin-top: 30px;
}
.about .philosophy aside, .about2024 .philosophy aside, .challenge2024 .philosophy aside, .program_art .philosophy aside{
	color: #6a4c46;
	font-family: 'Zen Maru Gothic';
	font-size: 18px;
	
}

.about .philosophy aside p, .about2024 .philosophy aside p, .challenge2024 .philosophy aside p, .program_art .philosophy aside p{
	font-weight: normal;
}
.policy{
	max-width: 800px;
    margin: auto;
}
.policy ul{
	display: block;
}
.policy ul li{
	display: inline-table;
    background: #FAE7E7;
    width: 380px;
    text-align: center;
    border-radius: 8px;
    font-family: 'Zen Maru Gothic';
    font-size: 22px;
	    margin-bottom: 30px;
}
.policy ul li .inner{
	display: table-cell;
    height: 200px;
    vertical-align: middle;
	 margin-bottom: 20px;
	color: #6a4c46;
}
.policy ul li:nth-of-type(even){
	    margin-left: 34px;
}
.goal{
	max-width: 950px;
	display: block;
}

.goal div {
	margin: 0 auto;
	text-align: center;
}

.goal dl{
	 display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 32%;
}

@media (max-width:896px){
	.goal dl:nth-child(3){
		margin-top: 32px;
	}
}
.goal dl:nth-child(4), .goal dl:nth-child(5){
	margin-top: 32px;
}
.goal dt{
	width: 180px;
	margin: auto;
	
}
.goal dd{
	font-family: 'Zen Maru Gothic';
	color: #6a4c46;
	font-size: 18px;
}

/* .goal dl{
	 display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 24.5%;
}
.goal dt{
	width: 160px;
    margin: auto;
	
}
.goal dd{
	font-family: 'Zen Maru Gothic';
	color: #6a4c46;
	font-size: 18px;
} */
.about .content2, .about2024 .content2, .challenge2024 .content2, .program_art .content2{
	background: white;
}
.about .content3, .about2024 .content3, .program_art .content3{
	  background: #F7F7F7;
}
.challenge2024 .content3{
	background: none;
}

/*  table 緊急事態・災害対応についてと同様 */
table.table1{
	width: 100%;
    border: 1px solid #BDB5AF;
    font-size: 16px;
    letter-spacing: 2px;
	border-bottom: unset;
}
table.table1 tr{
	
}
table.table1 th{
	 width: 20%;
    background: #EFE3D3;
    padding: 15px 35px;
    font-weight: bold;
    border-right: 1px solid #BDB5AF;
    border-bottom: 1px solid #BDB5AF;
}
table.table1 tr td{
	width: 79%;
    border-bottom: 1px solid #BDB5AF;
    background: #FDF5DF;
	padding: 15px 35px;
}
table.table1 tr:nth-child(even) td{
	background: #FEFCF2;
}
.about .content3 article, .about2024 .content3 article, .program_art .content3 article{
	text-align: center;
}

.challenge2024 .content3 article{
	text-align: left;
}

.about .content3 ul.group, .about2024 .content3 ul.group, .challenge2024 .content3 ul.group, .program_art .content3 ul.group{
	display: block;
    margin-top: 50px;
}
.about .content3 ul.group li, .about2024 .content3 ul.group li, .challenge2024 .content3 ul.group li, .program_art .content3 ul.group li{ 
	display: inline-block;
    vertical-align: top;
    width: 141px;
    margin: 0 23px;
}
.about .content3 ul.group li img, .about2024 .content3 ul.group li img, .challenge2024 .content3 ul.group li img, .program_art .content3 ul.group li img{
	
}
/*  保育園の⽣活 */
.life{
	
}
.life .content2{
	background: white;
}
.daily{
	    margin-top: 20px;
}
.daily p{
	color: #3B2926;
    margin-top: 50px;
}
ul.years{
	width: 100%;
    display: block;
}
ul.years li{
	display: inline-block;
    width: 30%;
    margin-right: 3%;
    vertical-align: top;
    margin-bottom: 50px;
}
.life aside p, .challenge2024 .content2{
	    position: relative;
    padding-left: 56px;
    line-height: 2;
	    letter-spacing: 0;
}
.life aside p.normal{
	
}

/* 2022.3.20 小石追記 */
.life .left p, .challenge2024 .left p {
	padding-left: 1em !important;
	text-indent: -1em;
	text-align: left;
}
/* 2022.3.20 小石追記end */

ul.years li p{
	padding-left: 67px;
    margin-top: 10px;
    letter-spacing: 2px;
    color: #6A4C46;
    font-family: 'Zen Maru Gothic';
}
ul.years li p.normal{
	position: relative;
}

ul.years li p.special{
	position: relative;
}

p.normal:before,
p.special:before{
	content: '';
    position: absolute;
    background: url(images/nenkan-icon01.png);
    
    width: 18px;
    height: 18px;
	background-size: 100%;
    background-repeat: no-repeat;
    left: 33px;
    top: 4px;
}
p.normal:before{
	background: url(images/nenkan-icon02.png);
	width: 12px;
    height: 12px;
    background-size: 100%;
   top: 9px;
    left: 36px;
}
.life .content3 .content-wrap, .challenge2024 .content3 .content-wrap{
	    width: unset;
	max-width: 1200px;
}
.dish{
	display: block;
}
.dish .img1{
	margin-bottom: 30px;
}
.dish p{
	color: #3B2926;
    font-size: 16px;
    text-align: center;
}
.purpose{
	max-width: 1000px;
    margin: auto;
    background: white;
    margin-top: 50px;
    padding: 3% 5%;
    border: 10px solid #FCF5E1;
    border-radius: 15px;
    font-family: 'Zen Maru Gothic';
    color: #55423E;
    margin-bottom: 50px;
}
.purpose h4{
	color: #E36D89;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
}
.purpose ol{
	margin-top: 30px;
}
.purpose li{
	line-height: 2;
    letter-spacing: 1px;
    position: relative;
    padding-left: 30px;
    color: #6a4c46;
    font-family: 'Zen Maru Gothic';
    font-size: 18px;
}
.purpose li:before{
	content: '\025cf';
    color: #E36D89;
    position: absolute;
    left: 0;
    font-size: 10px;
    padding-top: 7px;
}
.dish .left{
	display: inline-block;
    width: 56%;
    vertical-align: top;
}
.dish .left h5{
	text-decoration: underline;
    text-underline-offset: 10px;
    letter-spacing: 2px;
	    color: #3B2926;

}
.dish .left aside{
	margin: 30px 0;
    line-height: 2;
    letter-spacing: 1px;
    margin-bottom: 50px;
	    color: #3B2926;

}
.dish .right{
	display: inline-block;
    width: 41%;
    vertical-align: top;
    margin-left: 2%;
}
.dish .right img{
	margin-bottom: 30px;
}
.dish  .right.second{
	    margin-top: -134px;
}

/*  チャレンジ保育 */
.challenge{
	   
}
.title1{
	text-align:center;
	    line-height: 2;
}
.challenge hgroup, .challenge2024 hgroup, .program_art hgroup{
	background: white;
    margin-top: 30px;
    padding: 50px;
    border-radius: 10px;
}
.challenge hgroup h4, .challenge2024 hgroup h4, .program_art hgroup h4{
	background-image: url(images/logo2.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 1px;
    padding-left: 36px;
    padding-top: 5px;
    padding-bottom: 22px;
    border-bottom: 1px solid #6A4C46;
    font-family: Zen Maru Gothic;
    color: #6A4C46;
    font-size: 20px;
}
.challenge hgroup main, .challenge2024 hgroup main, .program_art hgroup main{
	margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}
.challenge hgroup main.pic1, .challenge2024 hgroup main.pic1, .program_art hgroup main.pic1{
	display: flex;
}
.challenge hgroup main.pic1 aside, .challenge2024 hgroup main.pic1 aside, .program_art hgroup main.pic1 aside{
	width: 100%;
    margin-right: 3%;
}
.challenge hgroup main.pic1 .img1, .challenge2024 hgroup main.pic1 .img1, .program_art hgroup main.pic1 .img1{
	width: 60%;
}
.challenge hgroup main.pic2 aside, .challenge2024 hgroup main.pic2 aside, .program_art hgroup main.pic2 aside{
	margin-bottom: 50px;
}
.challenge hgroup main.pic2 .flex-area, .challenge2024 hgroup main.pic2 .flex-area, .program_art hgroup main.pic2 .flex-area{
	display: flex;
}
.challenge hgroup main.pic2 .flex-area .img2, .challenge2024 hgroup main.pic2 .flex-area .img2, .program_art hgroup main.pic2 .flex-area .img2{
    margin-right: 1%;
}
.challenge hgroup main.pic3 aside, .challenge2024 hgroup main.pic3 aside, .program_art hgroup main.pic3 aside{
	margin-bottom: 50px;
}

/*  在園児向け情報 */
.belong{
	
}
.belong .content1 dl, .alleviate .content1 dl{
	display: flex;
    padding-bottom: 50px;
    border-bottom: 1px #707070 dotted;
    margin-bottom: 30px;
}
.belong .content1 dl dt, .alleviate .content1 dl dt{
	    width: 14%;
}
.belong .content1  dl:nth-child(2) dt, .alleviate .content1  dl:nth-child(2) dt{
	width: 16%;
}
.belong .content1  dd, .alleviate .content1  dd{
	width:76%;
    line-height: 2;
    letter-spacing: 2px;

}
.belong .content1  dd h3, .alleviate .content1  dd h3{
	text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 30px;
}
.belong .content1  dl:nth-child(odd), .alleviate .content1  dl:nth-child(odd){
	flex-direction: row-reverse;
}
.belong .content1  dl:nth-child(odd) dd, .alleviate .content1  dl:nth-child(odd) dd{
	    margin-right: 50px;
}
.belong .content1  dl:nth-child(even) dd, .alleviate .content1  dl:nth-child(even) dd{
	    margin-left: 50px;
}
.belong .content1 dl:first-child, .alleviate .content1 dl:first-child{
	border-bottom: none;
	margin-bottom: 0;
}
.belong .content1  dl:last-child, .alleviate .content1  dl:last-child{
	    border-bottom: none;
}
.kodomon{
	background: #FDF5DF;
    border-radius: 5px;
    padding: 20px 30px;
    margin-top: 20px;
	display:block;
}
.kodomon .col1{
	display: inline-block;
    width: 23%;
    vertical-align: top;
}
.kodomon .col2{
	display: inline-block;
    width: 58%;
    vertical-align: top;
	    padding-left: 2%;
}
.kodomon .col2 .icon1{
	width: 158px;
    display: inline-block;
    padding-top: 43px;
}
.kodomon .col2 .icon2{
	width: 191px;
}
.kodomon .col3{
	display: inline-block;
    width: 16%;
    vertical-align: bottom;
    padding-bottom: 21px;
}
.kodomon p.large{
	font-size: 20px;
	color: #03A2C0;
	font-weight: bold;
}
.kodomon p.small{
	font-size: 11px;
	color: #7B7372;
}
.belong .content1 .app, .alleviate .content1 .app{
	text-align: center;
    margin-top: 20px;
}
.belong .content1 .app a, .alleviate .content1 .app a{
	color: #03A2C0;
    font-size: 13px;
}
.belong .content1 .app a:after, .alleviate .content1 .app a:after{
	content: '';
    background: url(images/codomon-shareicon.png);
    background-position: right;
    width: 28px;
    height: 28px;
    position: absolute;
    background-repeat: no-repeat;
    padding-top: 3px;
}
.belong .content1 .app p, .alleviate .content1 .app p{
	color: #7B7372;
    font-size: 10px;
}


.accordion-area{
	padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px #707070 dotted;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #EFE3D3;
    color: #6A4C46;
    display: block;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.acd-label:after{
    background: #DDCDB8;
    color: #6A4C46;
    box-sizing: border-box;
    content: '+';
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
	font-size: 14px;
	background: #FEFEFE;
	color :#6A4C46;
    border: 1px solid #DDCDB8;
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	margin-bottom: 10px;
}
.acd-content p{
	line-height: 2;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 30px;
    visibility: visible;
}


/*  プライバシーポリシー */
/*  緊急事態・災害対応について */
/*  一時保育について */
.temporary section,
.emergency section,
.privacy section{
	line-height: 1.8;
    letter-spacing: 1px;
}
.temporary h3,
.emergency  h3,
.privacy h3{
	margin-top: 50px;
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 30px;
}
table.table2{
	    margin-top: 100px;
}

/*  お問い合わせ */
#form7{
	text-align: center;
    background: white;
    padding: 60px 100px;
	border-radius: 8px;
}
.formh{
	margin-bottom: 50px;
}
.formh p{
	margin-bottom: 20px;
}
#form7 dl{
	text-align: left;
}
#form7 span{
	color: #CE4F55;
}
#form7 .tabform{
	border-left: none;
    border-right: none;
}
.block .tab1.tabform{
	margin: 0;
}
.contact .wpcf7-select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #3b2926;
}
.contact .wpcf7-select,
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="text"],
.contact .wpcf7-textarea{
	border: 1px solid #DED5C9;
    font-size: large;
    height: 60px;
    vertical-align: middle;
    width: 100%;
    background: #FCF9F2;
    border-radius: 7px;
    padding: 0px 30px;
	font-size: 16px;
}
.contact .wpcf7-textarea{
	height: 343px;
	padding-top: 20px;
    padding-bottom: 20px;
}
#form7 dt{
	margin-bottom: 10px;
}
#form7 dd{
	margin-bottom: 40px;
}
#form7 dd.sel{
	position:relative;
}
#form7 dd.sel:after{
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #7B7372;
    border-right: solid 2px #7B7372;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
}

#button{
	margin: auto;
    width: 309px;
	position: relative;
}
#button:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 5px;
    margin-right: 12px;
    top: 16px;
}
input[type=submit] {
    width: 309px;
    height: 54px;
    background: #EFE3D3;
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 10px;
    border-radius: 28px;
	color: #6a4c46;
}
/*          */
/* フッター */
/*          */
#footer{
	font-family: 'Noto Sans JP', sans-serif;
    display: block;
}

.foot-wrap{
	max-width: 1200px;
    margin: auto;
    display: block;
    height: auto;
}
.foot1{
	background-color: white;
}
.foot1 img{
	width: 110px;
}
.company-info{
	display: block;
    padding: 100px 0;
	color: #6A4C46;
	font-size: 16px;
}
.ohana-area{
	display: inline-block;
	width: 58%;
	vertical-align: top;
}
.mp-area{
	display: inline-block;
	width: 41%;
}
.company-info dt{
	display: inline-block;
	vertical-align: top;
}
.company-info dd{
	display: inline-block;
	margin-left: 40px;
}
.ohana-area dd p{
	padding-top: 2px;
    padding-bottom: 14px;
    padding-left: 36px;
	font-weight: 700;
}
.ohana-area dd p:nth-child(1n){
	background-position: left;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: 0px;
}
.ohana-area dd p:nth-child(1){
	background-image: url(images/kashiwa-logo-icon.png);
}
.ohana-area dd p:nth-child(2){
	background-image: url(images/central-logo-icon.png);
}
.ohana-area dd p:nth-child(3){
	background-image: url(images/minami-logo-icon.png);
}
.ohana-area dd p:nth-child(4){
	background-image: url(images/ootaka-logo-icon.png);
}
/*20240315追記*/
.ohana-area dd p:nth-child(5){
	background-image: url(images/cicol-logo-icon.png);
}
.mp-area dd p{
	  margin-bottom: 5px;
}
.mp-area dd p.bold{
	font-weight: 700;
}

.foot2{
	background-color: #F8E9EA;
    padding-bottom: 100px;
}
.foot-banner{
	max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}
.f-recruit{
	display: none;	
}


.foot-banner img{
	width: 100%;
	margin-bottom: 20px;
}
ul.f-link{
	display: block;
    padding-top: 30px;
    max-width: 1000px;
    margin: auto;
}
ul.f-link li{
	display: inline-block;
   margin-right: 21px;
}
ul.f-link li img{
	width: 180px;
}
ul.f-link li:last-child{
	margin-right: 0;
}
.foot-ig{
	    display: block;
    margin: auto;
    max-width: 1000px;
    background: #F4DCDE;
    margin-top: 30px;
    padding: 7px 40px;
	position: relative;
}
.foot-igicon{
	display: inline;
    vertical-align: top;
}
.foot-igicon-sp{
	display: none;
}
.foot-igicon img{
	width: 160px;
    margin-top: 46px;
}
.foot-igfeed{	
	width: 733px;
    display: inline-block;
    vertical-align: top;
}

.foot3{
	background-color: #F68287;
}

.copyright{
	text-align: center;
    color: white;
    padding: 10px 0;
    font-size: 16px;
}

/* 2022.03.18小石追記 */
.footer-ig-icon-mp {
	display: inline-block;
	width: 88px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-ig-icon-mp img {
	width: 100%;
}			
/* 2022.03.18小石追記 end */

@media (max-width: 1200px) {
	#wrapper{
		width: 100%;
	}
	.section1{
		width: 100%;
	}
	.section1 ul{
		text-align: center;
	}
	.section1 li{
		width: 20%;
    margin: 0 10px;
	}
	.section1 li img{
		width: 100%;
	}
	.section7{
		padding :20px 10px;
	}
	.yume-hoiku{
		padding: 20px 20px;
	}
	.section8{
		padding: 0 10px;
	}
	.insta-banner1 .text1{
		    width: 54%;
	}
	.insta-banner1 .text1 .link{
		margin-top: 4%;
	}
	
	.ohana-area{
		    width: 49%;
	}
	.mp-area{
		    width: 49%;
	}
	.company-info dd {
    display: inline-block;
    margin-left: 5px;
	}
	
	.foot-wrap{
		padding: 0 10px;
	}
	
	
}
@media (max-width: 1034px){
	.moyou3,.moyou4{
		display: none;
	}
	ul.f-link{
		text-align: center;
	}
	ul.f-link li{
		width: 17%;
    margin-right: 3%;
	}
	ul.f-link li img{
		width: 100%;
	}
	.foot-ig{
		padding: 7px 20px;

	}
	.foot-igfeed{
		width: 77%;
	}
}
@media (max-width: 1000px){
	.section21{
		padding: 0 10px;
	}
	ul.section2{
		width: 100%;
	}
	.yleft{
		width: 40%;
	}
	.yright{
		width: 55%;
	}
	.section3 .wrap img{
		width: 125px;
	}
	.section6 .wrap{
		width: 100%;
	}
	.section6 .wrap2 .text-area,.section6 .wrap3 .text-area{
		    margin: 0 20px;
	}
	
	.insta-banner1 .text1{
		top: 20px;
	}
}
@media (max-width:896px){
	#wrapper, .wrapper{
		width: 100%;
	}
	.most-topword{
		font-size: 11px;
		padding-left: 10px;
	}
	#header h1{
		padding-left: 10px;
    padding-bottom: 10px;
		width: 60%;
	}
	#fix-area{
		width: 65px;
	}
	.tel-area,.link-area{
		display: none;
	}
	
	.main_imgBox{
		display: none;
	}
	.main_imgBoxsp{
		display: block;
    overflow: hidden;
    position: relative;
    height: 95vw;
	}
	.wave1{
		bottom: -40vw;;
	}
	.insticon{
		bottom: 7vw;
    left: 115px;
	} 
	.yticon{
		bottom: 9vw;
    left: 10px;
	}
	.insticon img,
	.yticon img{
		width: 100px;
	}
	
			/* トグルメニュー */
	#m-open {
  		width: 60px;
    display: block;
    position: absolute;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: right;
    height: 60px;
    top: 16px;
		right: 17px;
    z-index: 2;
    box-sizing: border-box;
    background: #FAE7E7;
    border-radius: 8px;
	}
	nav.menu{ 
		display: block;
		width: 25px;
    	height: 30px;
    	top: 20px;
    	right: 20px;
    	position: absolute;
    	/* cursor: pointer; */
    	overflow: hidden;
    	z-index: 9999;							
	}
	nav .menu1{ 
		width:25px;
		height:2px;
		background-color: #6a4c46;
		top:0px;
		position:absolute;
	} 
	nav .menu2{
		 width:25px;
		 height:2px;
		 background-color: #6a4c46;	
		 top:8px;
		 position:absolute;
	 } 
	nav .menu3{ 
		width:25px;
		height:2px;
	 	background-color: #6a4c46;
		top:16px;
		position:absolute;
	}
	nav .menu1,nav .menu2,nav .menu3{ 
		transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out; /* Opera */ 
		-moz-transition: all 0.5s ease-out; /* Firefox */
		-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
		-ms-transition: all 0.5s ease-out; /* IE */ 
	}

	nav .menuclick1{ 
		top:8px;
		-o-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-webkit-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	nav .menuclick2{
		background-color:rgba(255,255,255,0);
	}
	nav .menuclick3{ 
		top:8px;
		-o-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	
	ul#menu{	
		background-color: #FAE7E7;
    opacity: 0.9;
    width: 100%;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1000;
	}
	#menu li{
		padding: 2%;
		font-size: 16px;
		border-bottom:1px dotted #fff;
	}

	#menu li a::after {
  		content: ">";
 		position: absolute;
		right:20px;
	}
	#menu li a{
		width:95%;
		display:inline-block;
		padding-left:5%;
	}
	
	nav.navi1,nav.navi2{
		display: none;
	}
	/*  TOPページ */
	.section1 li .word1{
		width: 85%;
    padding: 4px 17px;
    font-size: 14px;
    bottom: 9%;
	}
	
	.open-area{
		 width: 80%;
    	margin: auto;
		 padding-bottom: 30px;
	}
	.open-area p{
		font-size: 35px;
	}
	.section1{
		padding: 0 10px;
	}
	.section1 li{
		width: 47%;
    margin: 0;
    margin-bottom: 20px;
    margin-right: 2%;
	}
	ul.section2 li .t-category{
		padding: 3px 10px;
	}
	.section3{
		padding: 0 10px;
	}
	.section3 .wrap{
		padding-bottom: 139px;
    margin-bottom: 30px;
	}
	.section3 .wrap img{
		width: 67px;
	}
	.section3 .left-img{
		left: 0;
    bottom: 0;
    top: unset;
	}
	.section3 .left-img img{
		    width: 109px;
	}
	.section3 .left-img2{
		top: 8px;
	}
	.section3 .left-img2 img{
		    width: 108px;
	}
	.section3 .right-img{
		bottom: unset;
    right: 5px;
    top: 10px;
	}
	.section3 .right-img img{
		    width: 123px;
	}
	.section3 .right-img2{
		bottom: 25px;
	}
	.section3 .right-img2 img{
		
	}
	.section3 .wrap p.big{
		font-size: 20px;
	}
	.section3 .wrap p.small{
		font-size: 12px;
	}
	.section5{
		padding: 0 10px;
	}
	.yticon2{
		right: 9px;
    bottom: -100px;
	}
	.yticon2 img{
		    width: 120px;
	}
	.wave2{
		   top: -5vw;
	}
	.section6{
    margin-top: 101px;
	}
	.section6 .our01{
		    padding-top: 50px;

	}
	.section6 h3{
		padding: 0 10px;
		    font-size: 20px;
	}
	.section6 .wrap2{
		flex-direction: column;
	}
	.section6 .wrap3{
		flex-direction: column-reverse;
	}
	
	.section6 .wrap .photo-area{
		max-width: 100%;
    flex: unset;
	}
	.wrap2 img{
		border-radius: 0;
	}
	.wrap3 img{
		border-radius: 0;
	}
	.section6 .wrap{
		padding-bottom: 30px;
	}
	.section6 .wrap .text-area{
		display: block;
    margin: 0;
    margin-top: 20px;
    padding: 0 10px;
    width: 100%;
	}
	.section6 .wrap .point-area{
		display: inline-block;
		vertical-align: top;
	}
	.section6 .wrap .smallp{
		    font-size: 12px;
	}
	.section6 .wrap .largep{
		font-size: 48px;
	}
	.section6 .wrap nav{
		    display: inline-block;
    width: 74vw;
    padding-top: 0px;
    letter-spacing: 1px;
    margin-left: 10px;
    font-size: 23px;
	}
	.section6 .wrap nav br{
		display: none;
	}
	.section6 .link{
		    text-align: center;
		font-size: 12px;
		margin-bottom: 30px;
	}
	.our-icon a{
		font-size: 15px;
    padding: 14px 55px;
	}
	.yume-hoiku{
		padding: 20px;
	}
	.yleft{
		width: 100%;
    margin-top: 30px;
	}
	dl.add dt{
		vertical-align: top;
		margin-right: 1em;
	}
	dl.add dd{
		width: 54vw;
	}
	.ylogo1{
		    width: 80%;
	}
	.capa ul{
		column-count: 2;
	}
	.yright{
		width: 100%;
    margin: 30px 0;
	}
	.annex .fratto{
		width: 100%;
		padding: 30px 10px;
		    margin-bottom: 20px;
	}
	.fratto .bleft{
		width: 100%;
	}
	.fratto .blogo{
		width: 65%;
    margin: auto;
    display: block;
	}
	.fratto .bright{
		width: 100%;
	}
	.fratto .link{
		width: 100%;
		margin-bottom:20px;
	}
	/* オンライン見学 */
	.bimg-pc{
		display: none;
	}
	.bimg-sp{
		display: block;
	}
	.insta-banner1 .text1{
		width: 91%;
    left: 5%;
	}
	.insta-banner1 .text1 br{
		display: block;
	}
	.insta-banner1 .text1 .link{
		    margin-top: 32%;
	}
	.insta-banner1 .link{
		bottom: 91px;
    left: 0;
    right: 0;
	}
	.insta-banner2 .link{
		bottom: 133px;
	}
	.insta-banner1 .link a{
		font-size: 12px;
		padding: 13px 50px;
	}
	/* 下層ページ */
	.layput1pc{
		display: none;
	}
	.layput1sp{
		display: block;
	}
	.page h2{
		font-size: 18px;
	}
	.layput1 h2{
		width: 15em;
    text-align: center;
	}
	.content-wrap{
		  width: 100%;
    padding: 30px 10px;
	}
	/* お知らせ */
	#single-area{
		   padding: 30px 10px;
	}
	#main, #main-disclosure{
		max-width: 100%;
    padding: 20px;
	}
	#sidebar{
		    width: 100%;
    margin: 0;
    margin-top: 30px;
	}
	#categories-2{
		margin-top: 30px;
	}
	/* 保育園紹介  */
	.about .content1 article .principal, .about2024 .content1 article .principal, .challenge2024 .content1 article .principal, .program_art .content1 article .principal{
		width: 58%;
    margin: auto;
    display: block;
	}
	.about .content1 article section, .about2024 .content1 article section, .challenge2024 .content1 article section, .program_art .content1 article section{
		width: 100%;
    margin: 0;
    padding: 20px 10px;
	}
	.about .philosophy, .about2024 .philosophy, .challenge2024 .philosophy, .program_art .philosophy{
		padding-left: 30px;
    padding-right: 30px;
	}
	.about .philosophy aside p, .about2024 .philosophy aside p, .challenge2024 .philosophy aside p, .program_art .philosophy aside p{
		margin-bottom: 30px;
	}
	.policy ul li{
		width: 100%;
	}
	.policy ul li:nth-of-type(even){
		margin-left: 0;
	}
	.goal dl{
		width: 48%;
	}
	table.table1 th{
		padding: 12px 15px;
    font-size: 14px;
	}
	table.table1 tr td{
		padding: 12px 15px;
    font-size: 14px;
	}
	.about .content3 ul.group li, .about2024 .content3 ul.group li, .challenge2024 .content3 ul.group li, .program_art .content3 ul.group li{
		width: 22%;
    margin: 0 1%;
	}
	/* 入園案内  */
	.guide article{
		display: block;
	}
	.guide section{
		width: 100%;
    margin-right: 0;
    display: block;
	}
	.p-link{
		position: unset;
    text-align: center;
    padding: 20px 0;
    bottom: unset;
	}
	.p-link a{
		    padding: 8px 30px;
		font-size: 12px;
	}
	.p-link a:after{
		    margin-right: 12px;
    margin-top: 8px;
	}
	.guide .photo{
		display: block;
		width: 100%;
	}
	/* 保育園の⽣活 */
	ul.years li{
		width: 47%;
    margin: 1%;
    margin-bottom: 30px;
		
	}
	.life aside p,
	ul.years li p, .challenge2024 aside p{
		font-size: 14px;
    padding-left: 44px;
	}
	p.normal:before, p.special:before{
		left: 15px;
    width: 1em;
    top: 5px;
    height: 18px;
    background-repeat: no-repeat;
	}
	.life .content3 .content-wrap, .challenge2024 .content3 .content-wrap{
		width: 100%;
    padding: 0;
	}
	.dish p{
		padding: 0 10px;
	}
	.purpose{
		    margin: 30px 10px;
    width: unset;
    padding: 25px 20px;
	}
	.purpose li{
		margin-bottom: 20px;
	}
	.dish .left{
		   padding: 0 10px;
    width: 100%;
	}
	.dish .right{
		width: 100%;
    margin: 0;
    padding: 0 10px;
	}
	.dish .right.second{
		margin-top: 0;
	}
	/* チャレンジ保育 */
	.challenge hgroup{
		padding: 30px 20px; 
	}
	.challenge hgroup main.pic1{
		display: block;
	}
	.challenge hgroup main.pic1 aside{
		width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
	}
	.challenge hgroup main.pic1 .img1{
		width: 100%;
	}
	.challenge hgroup main.pic2 .flex-area{
		display: block;
	}
	.challenge hgroup main.pic2 .flex-area .img2{
		margin-right: 0;
		margin-bottom:10px;
	}
	/* 在園児向け情報 */
	.belong .content1 dl, .alleviate .content1 dl{
		display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
	}
	.belong .content1 dl dt, .alleviate .content1 dl dt{
		    margin: auto;
    width: 30%;
	}
	.belong .content1 dd, .alleviate .content1 dd{
		width: 100%;
	}
	.belong .content1 dl:nth-child(even) dd, .alleviate .content1 dl:nth-child(even) dd{
		margin-left: 0;
	}
	.belong .content1 dl:nth-child(2) dt, .alleviate .content1 dl:nth-child(2) dt{
		width: 35%;
	}
	.kodomon{
		padding: 30px 10px;
	}
	.kodomon .col2{
		display: block;
		width: 100%;
	}
	.kodomon .col2  .icon1{
		    width: 115px;
	}
	.kodomon .col2 .icon2{
		width: 140px;
	}
	.kodomon .col3{
		display: block;
    width: 50%;
    padding-top: 20px;
    margin: auto;
	}
	/* お問い合わせ */
	#form7{
		padding: 30px 10px; 
	}
	
	/* フッター */
	.ohana-area{
		width: 100%;
		margin-bottom: 30px;
	}
	.mp-area{
		width: 100%;
	}
	.company-info dt{
		width: 18%;
	}
	.company-info dd{
		width: 77%;
    margin-left: 3%;
	}
	ul.f-link{
		text-align: left;
	}
	ul.f-link li{
		width: 30%;
    margin: 1%;
	}
	.foot-ig{
		text-align: center;
	}
	.foot-igicon{
		display: none;
	}
	.foot-igicon-sp{
		padding: 20px 0;
    display: block;
    color: #6A4C46;
    font-size: 20px;
    font-weight: bold;
	}
	.foot-igfeed{
		width: 100%;
    text-align: left;
	}
	.footer-ig-icon-mp{
		width: 23%;
    margin: 0;
    margin-bottom: 10px;
	}
	
	/* 	2022入園説明会用 */
	.setsumeikai-banner1 {
		padding: 0 10px;
		margin-bottom: 40px;
		}
	.setsumeikai-banner1 .link{
		bottom: 31px;
	    left: 0;
	    right: 0;
	}
	setsumeikai-banner1 .link a{
		font-size: 12px;
		padding: 13px 50px;
	}	
}

.disclosure-info p a {
	text-decoration: underline;
	color: #EA919E;
}

.disclosure-info {
	max-width: 69%;
	margin: 0 auto;
}
.disclosure-info h3 {
	background: #FAE7E7;
	margin-right: 2em;
	margin-bottom: 20px;
	padding: 7px 15px;
	border-radius: 16px;
	width: 8em;
	text-align: center;
	font-size: 14px;
}

.disclosure-info h4{
	background-image: url(images/logo2.png);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: 1px;
	padding-left: 36px;
	padding-top: 5px;
	padding-bottom: 22px;
	/* border-bottom: 1px solid #6A4C46; */
	font-family: Zen Maru Gothic;
	color: #6A4C46;
	font-size: 20px;
}

.disclosure-info li:before {
	content:  "";     /* 空の要素作成 */
	width:  10px;               /* 幅指定 */
	height:  10px;              /* 高さ指定 */
	display:  inline-block;     /* インラインブロックにする */
	background-color: #EA919E;  /* 背景色指定 */
	border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
	top: -1px;                  /* 位置調整 */
	margin-right: 5px;          /* 余白指定 */ 
}

@media (max-width:896px){
	.disclosure-info {
		max-width: 100%;
		padding: 20px;
	}
}

.challenge-allow {
	text-align: center;
	margin: 0 auto;
	width: 50px;
	padding: 30px 0px;
	
}

.challenge-chart {
	background-color: white;
	width: 60%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
	padding: 30px 60px;

	@media (max-width:896px){
		width: 100%;
		padding: 15px 30px;
	}
}

.challenge2024 hgroup main.pic2 .flex-area, .program_art hgroup main.pic2 .flex-area {
	display: flex;
	gap: 12px;
	
	@media (max-width:896px){
		display: inline-block;
	}

}

.challenge2024 hgroup main.pic2 .flex-area .img2, .program_art hgroup main.pic2 .flex-area .img2  {
	margin-right: none;
	width: 100%;
	
	@media (max-width:896px){
		margin-bottom: 12px;
	}
}

/* アートな時間 */

.program_art .title1 {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.program_art .grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
	grid-auto-rows: 1fr;
	grid-auto-columns: 
}

.program_art .grid-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program_art .grid-item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
}

.program_art .content-wrap {
	padding-top: 30px !important;
}

.program_art .pic1 .right, .program_art .pic2 .right {
	float: right;
	  margin: 0 0 15px 30px;
	  width: 40%;
	  @media (max-width:896px){
			width: 100%;
			margin: 0 auto;
			float: none;
		}
}

.program_art .pic2 .left {
	float: left;
	  margin: 0 30px 15px 0;
	  width: 40%;
	  
	@media (max-width:896px){
		  width: 100%;
		  margin: 0 auto;
		  float: none;
	  }
}

.program_art .mb-20 {
	margin-bottom: 20px;
}

.program_art .profile h4{
	background-image: none;
	background-size: none;
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: 1px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6A4C46;
	font-family: Zen Maru Gothic;
	color: #6A4C46;
	font-size: 20px;
}

.program_art .profile figure.left {
	float: left;
	  margin: 0 30px 45px 0;
	  width: 25%;
	  
	  @media (max-width:896px){
		  width: 60%;
		  margin: 0 auto;
		  float: none;
	  }
}

.program_art span {
	color: #EC798E;
	font-weight: bold;
}

.challenge2024 .link {
	text-align: center;
	margin-top: 40px;
}
.challenge2024 .link a {
	
	font-family: 'Noto Sans JP', sans-serif;
	padding: 13px 50px;
	background: #EFE3D3;
	border-radius: 24px;
	position: relative;
	color: #6a4c46;
	
}

.alleviate-pink-box {
	background-color: #EA919E;
	padding: 4px;
	width: 200px;
	text-decoration: none !important;
	color: white;
	font-family: Zen Maru Gothic;
	font-size: 20px;
	border-radius: 12px;
	text-align: center;
	
	@media (max-width:896px){
	margin-top: 20px;
	}
}

.alleviate-merit {
	width: 80%; 
	margin-bottom: 20px;
	
	@media (max-width:896px){
	width: 100%;
	margin-bottom: 20px;
	}
	
}

.alleviate-ohirune {
	width: 50%; 
	margin-top: 12px;
	margin-bottom: 20px;

	@media (max-width:896px){
	width: 100%;
	margin-top: 12px;	
	margin-bottom: 20px;
	}	
}

.promise-box {
	position: relative;
	width: 100%;
	border: 2px #ebb09e solid;
	border-radius: 8px;
	padding: 25px 30px 10px 30px;
	background-color: white;
	margin-top: 50px;
	margin-bottom: 120px !important;
	
	@media (max-width:896px){
		padding: 15px 15px 10px 15px;
	}
}

.promise-box ul li {
	background-image: url(images/logo2.png);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: 8px;
	padding-left: 36px;
	padding-top: 5px;
	padding-bottom: 22px;
	color: #6a3906;
	font-size: 20px;
	font-family: 'Zen Maru Gothic';
	
	@media (max-width:896px){
		  background-size: 20px;
		  padding-left: 28px;
		  background-position-y: 6px;
		  font-size: 16px;
		  padding-top: 5px;
		  padding-bottom: 10px;
		  line-height: 24px;
	  }
}

.policy p.midashi {
	color: #6a3906;
	font-size: 24px;
	font-family: 'Zen Maru Gothic';
	text-align: center;	
	
	@media (max-width:896px){
		  font-size: 20px;
		  line-height: 28px;
	  }
}

.promise-box .pic {
	position: absolute;
	  top: 40px;
	  right: 40px;
	  
	@media (max-width:896px){
		  display: none;
	  }
}