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


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;
}
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%;
}

.sp-only{
	display: none;
}

.pc-only{
	display: block;
}

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: #6A4C46;
    color: white;
    height: 27px;
}
.most-topword{
	max-width: 1200px;
    margin: auto;
    font-size: 12px;
    padding-top: 4px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

.link-area{
	position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    color: white;
    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: 30px 0;
}
#header h1 img{
	width: 200px;
    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: 40vw;
}
.main_imgBoxsp{
	display: none;
}
.imgwrap{
	max-width: 1000px;
    margin: auto;
    height: inherit;
    position: relative;
}
.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: 0.7;
	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: 1%;
    left: 3%;
}
.yticon img{
	width: 10vw;
}
@media(min-width: 1800px){
	.yticon img{
			width: 209px;
	}
}
.lcontact{
	z-index: 500;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}
.lcontact a{
	    color: white;
    background: #F68287;
    font-size: 14px;
    padding: 15px 50px;
    border-radius: 24px;
}

.logo02{
	z-index: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.logo02 img{
	width: 10vw;
}

/*アニメーション要素のスタイル*/
.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;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 70px;
	color: #6A4C46;
}
.section1 ul{
	display: block;
    margin-top: 30px;
    margin-bottom: 30px;
	text-align: center;
}
.section1 li{
	display: inline-block;
    position: relative;
    vertical-align: top;
	margin:0 1.5%;
}
.section1 li .img1{
	width: 140px;
}
.section1 li:nth-child(3) .img1,.section1 li:nth-child(4) .img1,.section1 li:nth-child(5) .img1{
	width: 180px;
}


/*  おしらせ */
.section2{
	max-width: 1000px;
	margin: auto;
		
}
.section2 .info{  
			
	border: 2px solid #E5E5E5;
    border-radius: 10px;
    padding: 30px 50px;
    display: block;
	padding-bottom: 60px;
	display: none;   /*  暫定  */
}


.section2 h3{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
    color: #F68287;
	margin-bottom: 30px;
}
.section2 .info img{
	display: inline-block;
	width: 350px;
}
.section2 .info article{
	display: inline-block;
    width: 480px;
    vertical-align: top;
    margin-left: 30px;
    font-family: 'Noto Sans JP';
}
.section2 .info article .title{
	font-size: 18px;
    background: url(images/logo2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 2em;
    padding-bottom: 13px;
    border-bottom: 1px dotted #3B2926;
    margin-bottom: 15px;
	    font-weight: bold;
}

.section2 .info article section{
	margin-bottom: 20px;
    line-height: 2;
}
.section2 .info  .link{
	
}
.section2 .info  .link a{
	font-size: 16px;
    padding: 13px 50px;
    background: #EFE3D3;
    border-radius: 24px;
    position: relative;
    color: #6a4c46;
}
.section2 .info  .link a:after{
	content: url(images/btn01.png);
    position: absolute;
    right: 0;
    margin-right: 17px;
    margin-top: 1px;
}

ul.section2{
	width: 1000px;
    margin: auto;
    border: 1px solid #B6CC88;
    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: #5DA73C;
    margin-right: 2em;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
ul.section2 li .t-category{
	display: inline-block;
    background: #DBE8C2;
    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: #F68287;
    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;
    text-align: center;
    color: #F68287;
	line-height: 2;
	font-weight: normal;
}
.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%;
    height: 410px;
    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: #F68287;
	font-size: 16px;
    padding-left: 4px;
	letter-spacing: 3px;
	font-weight: 800;
}
.section6 .wrap .largep{
	color: #F68287;
    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: #97BE4F;
    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 4%;
    margin-top: 50px;
	position: relative;
	    border-radius: 10px;
	
}
.yleft{
	display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    width: 52%;
    vertical-align: top;
    color: #6A4C46;
    letter-spacing: 1px;
	    position: relative;
	height: 480px;
}
.ylogo1{
	float: left;
	margin-bottom: 30px;
}
.ylogo1 img{
	width: 413px;
}
.ylogo2{
	float:right;
}
.ylogo2 img{
	width: 43px;
}
.ninka{
	clear: both;
    background: #EFE3D3;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    width: fit-content;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.yume-hoiku aside{
	line-height: 2;
	font-size: 16px;
}

.capa{
	display: block;
    width: 100%;
    position: absolute;
    /* bottom: 0; */
    left: 0;
}
.minami .capa{
	 bottom: 0;
}
.ootaka .capa{
	    bottom: 0;
}
.capa .adr{
	color: #7EA754;
    margin-bottom: 20px;
}
.capa li{
	display: inline-block;
    background: #DBE8C2;
	color:#6A4C46;
    padding: 14px 6%;
    border-radius: 8px;
    margin-right: 5px;
}
.adrl{
	display: inline-block;
    width: 5em;
	vertical-align: top;
}
.adrr{
	    display: inline-block;
    width: 81%;
}

.yright{
	display:inline-block;
	    width: 44%;
	 margin-left: 30px;
}
.cf{
	clear:both;
	display: block;
}

.yume-central .capa .adr{
	color: #E57949;
}
.yume-central  .capa li{
	background: #F8E5D7;
}

.minami .capa .adr{
	color: #E36D89;
}
.minami  .capa li{
	background: #FAE7E7;
}

.ootaka .capa .adr{
	color: #4385B5
}
.ootaka  .capa li{
	background: #E1F1F8;
}

.ksw-cicol .capa .adr{
	color: #EAB43F
}
.ksw-cicol  .capa li{
	background: #FFF3C7;
}

.annex{
	display:block;
	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: 49%;
    padding: 30px 5%;
	font-family: 'Noto Sans JP';
	color: #6A4C46;
}
.annex .bloom{
	margin-right: 0;
}
.fratto .head{
	display: block;
}
.fratto .head .flogo{
	width: 250px;
    display: inline-block;
}
.fratto .head .facility{
	display: inline-block;
    float: right;
    text-align: center;
    margin-bottom: 20px;
}
.fratto .head .facility p{
	color: white;
    background: #866E69;
    padding: 5px 50px;
    font-size: 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.fratto .head .facility .clogo{
	width: 60px;
    display: inline-block;
    vertical-align: top;
}
.fratto .head .facility .clogo.sizel{
	width: 73px;
    margin-left: 9px;
}
.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);
}
.bloom .head .flogo{
	width: 173px;
}
.bloom .head .facility{
	margin-bottom: 7px;
}

/*  Instagram */
.section8{
	background: url(images/back-01.png);
    background-position: bottom;
    background-size: 1px;
    background-repeat: repeat-x;
    background-color: white;
	padding-bottom: 100px;
}
.section8 .wrap{
	max-width: 1200px;
    margin: auto;
}

.igfeed{
	margin-right: calc(50% - 50vw);
    display: flex;
	margin-bottom: 30px;
}

.igfeed .enlogo{
	display: inline-block;
    width: 112px;
    vertical-align: top;
    margin-right: 30px;
}
 .igfeed  .enlogo.sizes{
	    width: 94px;
    margin-left: 11px;
    margin-right: 38px;
}
.igfeed .igimg{
	display: inline-block;
    flex: 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: 27%;
    left: 3%;
}
.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;
}



/*  ここから　下層ページ */


/*  下層共通定義 */
#page-main{
	font-size: 0;  /*  init */
}
.page h2{
	font-size: 30px;
    font-weight: normal;
    letter-spacing: 10px;
		color: #6a4c46;
} 

.layput2{
	background: #EFE3D3;
    text-align: center;
    padding: 50px 0;
}
.content-wrap{
	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;
}

/*  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;
}

/*  プライバシーポリシー */
/*  緊急事態・災害対応について */
/*  一時保育について */
.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:　0 auto;
}
ul.f-link li{
	display: inline-block;
   margin-right: 21px;
   /* margin-right: 81px; */
}
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: 100px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.footer-ig-icon-mp img {
	width: 100%;
}			
/* 2022.03.18小石追記 end */
@media (max-width: 1220px){
	.fratto a.link{
		padding: 15px 4vw;
	}
	.fratto a.tw:before{
		    left: 20px;

	}
}

@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{
		
	}
	
	.capa li{
		padding: 9px 15px;
	}
	.fratto a.link{
		padding: 15px 4vw;
		
	}
	.fratto a.tw:before{
		left: 11%;
	}
	.fratto a.tw{
		    margin-left: 1%;
	}
	.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;
	}
	.yume-hoiku aside br{
		display: none;
	}
	.yume-hoiku aside{
		    line-height: 1.6;
	}
	.adrl{
		width: 4em;
	}
	.adrr{
		width: 83%;
	}
	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){
	
	.sp-only{
		display: block;
	}
	
	.pc-only{
		display: none;		
	}	
	
	
	#wrapper, .wrapper{
		width: 100%;
	}
	.most-topword{
		font-size: 11px;
		padding-left: 10px;
	}
	#header h1{
		    width: 60%;
    padding: 30px 0;
    padding-left: 10px;
	}
	#fix-area{
		width: 65px;
	}
	.imgwrap{
		position: unset;
	}
	.link-area{
		display: none;
	}
	
	.main_imgBox{
		display: none;
	}
	.main_imgBoxsp{
		display: block;
    overflow: hidden;
    position: relative;
    height: 109vw;
	}
	.lcontact{
		right: 23vw;
	}
	.wave1{
		bottom: -40vw;;
	}
	.insticon{
		bottom: 7vw;
    left: 115px;
	} 
	.yticon{
		bottom: 9vw;
    left: 10px;
	}
	.insticon img,
	.yticon img{
		width: 100px;
	}
	.logo02 img{
		width: 88px;
	}
	
			/* トグルメニュー */
	#m-open {
  		width: 60px;
    display: block;
    position: absolute;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: right;
    height: 60px;
        top: 7vw;
    right: 10px;
    z-index: 1000;
    box-sizing: border-box;
    background: #F68287;
    border-radius: 8px;
	}
	.home #m-open{
		top: 12vw;
	}
	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: white;
		top:0px;
		position:absolute;
	} 
	nav .menu2{
		 width:25px;
		 height:2px;
		 background-color: white;	
		 top:8px;
		 position:absolute;
	 } 
	nav .menu3{ 
		width:25px;
		height:2px;
	 	background-color: white;
		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: #F4DCDE;
    opacity: 0.9;
    width: 100%;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1006;
    top: 25vw;
	}
	.home ul#menu{
		    top: 31vw;
	}
	#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;
    margin-top: 40px;
    margin-bottom: 70px;
	}
	
	.section1 li{
		width: 47%;
    margin: 0;
    margin-bottom: 20px;
	}
	.section1 li .img1 {
		width: 126px;
		margin: auto;
	}
	.section1 li:nth-child(3) .img1, .section1 li:nth-child(4) .img1, .section1 li:nth-child(5) .img1{
		    width: 148px;
	}
	.section2{
		padding: 0 10px;
	}
	.section2 .info{
		padding: 30px 10px;
	}
	.section2 .info article{
		    width: 100%;
    margin: 0;
    margin-top: 10px;
	}
	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: -20px;
    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 img{
		height: unset;
	}
	.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;
		    height: unset;
	}
	dl.add dt{
		vertical-align: top;
		margin-right: 1em;
	}
	dl.add dd{
		width: 54vw;
	}
	.ylogo1{
		    width: 80%;
	}
	.capa{
		position: unset;
		    width: 100%;
		margin-top: 30px;
	}
	.capa .adr{
		width: 100%;
	}
	.capa .adrl {
		
		width: 26%;
	
	}
	.capa .adrr {
		width: 73%;
    margin-bottom: 10px;
	}
	.capa li{
		margin-bottom: 10px;
	}
	.yright{
		width: 100%;
    margin: 30px 0;
	}
	.annex .fratto{
		width: 100%;
    padding: 30px 10px;
    margin-bottom: 30px;
	}
	.fratto .head{
	}
	.fratto .head .flogo{
		margin-bottom: 20px;
		width: 47%;
	}
	.fratto .head .facility{
    margin-top: 0;
    vertical-align: top;
	}
	
	.fratto .link{
		width: 100%;
		margin-bottom:20px;
	}
	.bloom .head .flogo{
		width: 40%;
	}
	.section8{
		    padding-bottom: 30px;
	}
	.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;
	}
	
	/* お問い合わせ */
	#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;
	}
}