﻿@charset "utf-8";
/* CSS Document */

/* ============================================================
TOPページのCSSここから
============================================================*/

/*//////////////////articleここから////////////////////////*/

/*ホバーすると表示されるスライド　全体設定*/
.t-slide{
	position: absolute;
	z-index: 500;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	padding-top: 100px;
	box-sizing: border-box;
	display:flex;
	justify-content: space-around;
	align-items: center;
}
/*スライド内写真　全体設定*/
.t-slide-photo{
	height:400px;
	width:400px;
	background-size: cover;
}
/*スライド内ボタンを囲むdiv　全体設定*/
.t-menu-list{
	height:50%;
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width:600px;
}

/*スライド内ボタン　全体設定*/
.t-button{
	display: inline-block;
	text-align: center;
	width:220px;
	padding:15px 0;
	border-radius:5px;
	color:#fff;
	margin:30px;
	box-sizing: border-box;
	font-size: 16px;
	border:3px solid #fff;
	background-color: rgba(216, 114, 144, 0.95);
	letter-spacing: 0.1em;
	box-shadow: 0 0 1px #111;
}

/*スライド内ボタン　背景色設定*/
.t-menu-list > a{
	text-decoration: none;
	transition: 0.20s;
}
.t-menu-list > a:hover{
	background-color: rgba(255,255,255,0.95);
	color: #111;
}

/*当園について　スライド背景色、写真*/
.t-menu-about,
.t-menu-schedule,
.t-menu-guide,
.t-menu-recruit{
	background-color:rgba(255,255,255,0.35);
/*
	background-color:rgba(245, 176, 144,0.6);
	background-color:rgba(245, 178, 178,0.6);
	background-color:rgba(207, 167, 205,0.6);
	background-color:rgba(162, 215, 212,0.6);
*/
}
.t-pht-about{
	background-image: url(../img/menu5.jpg);
	background-position: center;
}


/*園での生活　スライド背景色、写真*/
.t-pht-schedule{
	background-image:url(../img/menu3.jpg);
}


/*入園案内　スライド背景色、写真*/
.t-pht-guide{
	background-image:url(../img/menu4.jpg);
	background-position: center;
}


/*採用情報　スライド背景色、写真*/
.t-pht-recruit{
	background-image:url(../img/menu6.jpg);
	background-position: center;
}

/* ボタン共通設定 */
.linkBtn a{
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 6px 0;
    border-radius: 6px;
    width: 150px;
    margin: 5px;
    transition: .2s;
    line-height: 1.5;
}

/* テーマカラーの背景、ボーダーカラー */
.a-bgColor a{
	border: solid 3px #EF845C;
	background-color:#EF845C;
}
.s-bgColor a{
	border: solid 3px #EE87B4;
	background-color:#EE87B4;
}
.g-bgColor a{
	border: solid 3px #BA79B1;
	background-color:#BA79B1;
}
.r-bgColor a{
	border: solid 3px #61C1BE;
	background-color:#61C1BE;
}
.i-bgColor a{
	border: solid 3px #EC9C29;
	background-color:#EC9C29;
}
.c-bgColor a{
	border: solid 3px #69BD83;
	background-color:#69BD83;
	width: 100px;
}
.linkBtn a:hover{
	background-color:#fff;
	color: #111;
}



@media (max-width:768px){
	
	.linkBtn a{
    width: 130px;
	}
	
}
/* テーマカラーの背景、ボーダーカラーここまで */







@media ( max-width:999px){
	.t-slide{
		top:0;
		left:0;
		width: 100vw;
		height: 100vh;
		padding-top: 100px;
  	    box-sizing: border-box;
		display:flex;
		justify-content: space-around;
		align-items: center;
	}

	.t-menu-list{
		display: block;
		width:300px;
		height:60%;
	}
	.t-button{
		margin:10px;
		margin-bottom:30px;
	}
}

/*//////////////////////スライドショー////////////////////////////////////////*/
.div-hero{
    background-size:cover;
    height: 100vh;
}
.hero-img1{
    background-image: url(../img/top_img1.jpg);
    background-position:bottom;
    background-size: cover;
}
.hero-img2{
    background-image: url(../img/top2fixed.jpg);
    background-position:center;
}
.hero-img3{
    background-image: url(../img/top3fixed.jpg);
    background-position:center;
}
.hero-img4{
    background-image: url(../img/top4fixed.jpg);
    background-position:center;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px auto;
    border: none;
    box-shadow: none;
}
.hero-sp{
    height:550px;
    background-image: url(../img/top_smartphone.jpg);
    background-size: cover;
    display: none;
}


@media(max-width : 414px){
	
    #pictures-demo{
        display:none;
    }
    .hero-sp{
        display: block;
    }

}

/*///////////////////////////////スマホ用バナー型メニュー/////////////////////////////////*/
article.topNews{
	position: relative;
}
.animation-box{
	opacity: 1;
	transition: .5s;
}
.animation-box.active {
    opacity: 0;
}
.t-catch-sp{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
	font-size: 26px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 8px #000;
    padding: 46vh 0 20vh;
    line-height: 2.2;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.t-menu-bunner-sp{
	display: none;
}

.t-menu-bunner-sp a{
	text-decoration: none;
}

.t-bunner {
	background-color:antiquewhite;
	background-size: cover;
	width:250px;
	height:120px;
    position: relative;
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin:0 auto 30px auto;
}

.t-bunner-text{	
	color:#fff;
	text-shadow: 5px 3px 5px black;
	margin-bottom:-10px;
	font-size:24px;
}
.t-bunner:after {
	width:100%;
	height:120px;
    content: "";
   	position: absolute;
	left: 10px;
   	top: 10px;
    z-index: -1;
}
.t-bunner1{
	background-image: url(../img/menu1.jpg);
}
.t-bunner1:after{
	background-color:#F5B090;
}
.t-bunner2{
	background-image: url(../img/menu2.jpg);
}
.t-bunner2:after{
	background-color:#F5B2B2;
}
.t-bunner3{
	background-image: url(../img/menu3.jpg);
	background-position:center;
}
.t-bunner3:after{
	background-color:#CFA7CD;
}
.t-bunner4{
	background-image: url(../img/menu4.jpg);
	background-position:center;
}
.t-bunner4:after{
	background-color:#A2D7D4;
}

@media(max-width:768px){
	
	.t-catch-sp {
		padding: 36vh 0 20vh;
		font-size: 24px;
	}
	.t-menu-bunner-sp{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width:90vw;
		margin:20px auto;
	}
	.t-bunner{
		flex:1;
		margin:20px;
	}
	.t-nobr {
		display: block;
		line-height: 1.8;
	}

}

@media(max-width : 414px ){
	/*.t-menu-bunner-sp{
		display: block;
	} */
	.t-catch-sp {
    	padding: 30vh 0 20vh;
		font-size: 16px;
	}
	
}

/*//////////////////////sitemap/////////////////////////////////*/
.sitemap{
	margin-top: 90px;
}
.sitemap a{
    text-decoration: none;
    color:#2b3228;
}
.sitemap h3{
    padding:10px;
	font-size: 18px;
	text-align: left;
}
.sitemap-bg1{background-color:#F5B090;}
.sitemap-bg2{background-color:#F5B2B2;}
.sitemap-bg3{background-color:#CFA7CD;}
.sitemap-bg4{background-color:#A2D7D4;}
.sitemap-bg5{background-color:#FFF9B1;}
.sitemap-bg6{background-color:#A5D4AD;}
.sitemap-bg7{background-color:#D7E7AF;}
.sitemap-bg8{background-color:#FCD7A1;}

.sitemap ul{
    display: flex;
    flex-wrap: wrap;
}
.sitemap li{
    flex:0 0 50%;
    padding:5px;
    box-sizing: border-box;
}
.sitemap li:hover{
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
}
.sitemap h3:hover{
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
}

.sitemap-body{
	width:100vw;
	margin:0 auto;
}

/*//////////////////////////////新着情報////////////////////////////////////////*/

h3.top:after {
    background:  repeating-linear-gradient(-45deg, #EF845C,#ef845c55 2px,#fff 2px, #fff 4px);
}
h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
}




/*.t-new h2{
	position: static;
	text-align:left;
    font-size: 20px;
	padding-left:10px;
	border-bottom: 2px solid #7bd935;
	border-left: 10px solid #7bd935;
}
.t-new h2::before{
	content: url(../img/tree/goannai_tree.png);
	padding-right: 8px;
	vertical-align: middle;
	display: inline-block;
}*/
.t-new li{
	border-bottom: 0.6px dashed #FF9800;
	padding:5px;
}
.t-new time{
	background-color: #FF9800;
    color: #fff;
    font-size: 13px;
    border-radius: 12px;
    padding: 2px 7px;
    margin-right: 5px;
}
.t-new img{
	width:30px;
	height:auto;
	vertical-align: text-top;
	margin: 0 5px;
}
.t-new a{
	color:inherit;
	text-decoration: none;
}
.t-new a:hover{
	opacity: 0.5;
}

.t-insta {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}

@media(max-width:414px){
	
	.t-new li{
		font-size: 14px;
	}
	.t-new time{
		font-size: 12.5px;
	}
	
}


/* ============================================================
TOPページのCSSここまで
============================================================*/




/* ============================================================
aboutページのCSSここから
============================================================*/
/* ページ内リンク共通 */
.pNav{
	text-align: center;
	background-color: #EF845C;
	color: #fff;
	height: 40px;
	font-size: 16px;
}
.pNav li {
    display: inline-flex;
    height: 40px;
}
.pNav li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px;
}
.pNav li a:hover{
	background-color:rgba(0,0,0,0.4);
}
.f-icon{
	margin-right: 5px;
}

/* 見出しh3 */
h3 {
	padding-bottom: 5px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}
h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
}
h3.about:after{
    background: repeating-linear-gradient(-45deg, #EF845C,#ef845c55 2px,#fff 2px, #fff 4px);
}
@media(max-width:414px){

	h3 {
		font-size: 24px;
		letter-spacing: 0;
	}
	
}
/* 小見出し（5つの力など） */
h4.about{
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border-top: 3px solid #EF845C;
	border-bottom: 3px solid #EF845C;
	background-color: #FBDAC8;
	font-size: 16px;
	letter-spacing: 0.2em;
	text-align: left;
}

/* 小見出し（園舎紹介） */
h5.about{
	font-size: 16px;
}

/* 保育理念 */
.ab-rinen{
	display: flex;
	justify-content: center;
}
.ab-rinen-img{
	padding-right: 20px;
}
.ab2-rinen{
	display: flex;
	justify-content: center;
}

/* 5つの力 */
.ab-rinen-5{
	padding-right: 100px;
}
.ab-num-list li {
	list-style-type: none;
	font-size: 16px;
}
.ab-num-list li img{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding-right: 20px;
}

/* 10の姿*/
.ab-ten{
	counter-reset: ab-counter;
 	list-style: none;
	padding: 0;
}
.ab-ten li{
 	margin-bottom: 10px;
 	padding-left: 30px;
	position: relative;
}
.ab-ten li:before{
 	content: counter(ab-counter);
	counter-increment: ab-counter;
	background-color: #F5B090;
	display: block;
	float: left;
	line-height: 30px;
	margin-left: -20px;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

/* 園長ごあいさつ */
.ab2-container{
	text-align: center;
}
.ab-greeting{
	display: flex;
	justify-content: center;
}
.ab-greeting-img{
	padding-right: 30px;
}
.ab-greeting-text{
	text-align: left;
	width: 45%;
}
.ab-right{
	text-align: right;
	font-weight: bold;
}

/* 施設情報の表 */
.ab3-container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.ab3-container table{
	border-collapse: separate;
	border-spacing: 20px;
	margin: auto;
	text-align: left;
}
.ab3-container th{
	border-bottom: dotted 2px #F5B090;
	padding-left: 20px;
	padding-right: 20px;
}
.ab3-container td{
	border-bottom: dotted 2px #F5B090;
	padding-left: 20px;
	padding-right: 20px;
}

/* 防犯と安全のための配慮 */
.safety li{
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: square;
}

/* 園舎紹介 */
.facility-l{
	display: flex;
	}
.facility-r{
	display: flex;
	flex-direction: row-reverse;
	}
.facility-l .facility-img{
	margin-right: 20px;
}
.facility-r .facility-img{
	margin-left: 20px;
}
.facility-img1{
	flex: 2;
	background-image: url(../img/01entrance.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: center;
}
.facility-img2{
	flex: 2;
	background-image: url(../img/02classroom.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: bottom;
}
.facility-img3{
	flex: 2;
	background-image: url(../img/03classroom.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: center;
}
.facility-img4{
	flex: 2;
	background-image: url(../img/04toilet.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: center;
}
.facility-img5{
	flex: 2;
	background-image: url(../img/05playroom.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: center;
}
.facility-img6{
	flex: 2;
	background-image: url(../img/06bookroom.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: bottom;
}
.facility-img7{
	flex: 2;
	background-image: url(../img/07terace.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: center;
}
.facility-img8{
	flex: 2;
	background-image: url(../img/08pool.jpg);
	min-height: 280px;
	background-size: cover;
	background-position: bottom;
}







.facility-text{
	flex: 1;
	border: 2px dotted #F5B090;
	padding: 10px;
	font-size: 16px;
}

.red{
	font-weight: bold;
	color: #FF0000;
}


/* iPad mini 768px以下の場合の設定 */
@media(max-width:768px){
/* 保育理念 */
.ab-rinen{
	display: block;
}
.ab-rinen-img{
	padding-right: 0;
	text-align: center;
	margin-bottom: 20px;
}
.ab2-rinen{
	display: block;
}
.ab-rinen-5{
	padding-right: 0;
}

/* 園長ごあいさつ */
.ab-greeting{
	display: block;
}
.ab-greeting-img{
	padding-right: 0;
	text-align: center;
}
.ab-greeting-text{
	width: 100%;
}
/* 施設情報の表 */
.ab3-container table{
	display: block;
	width: 100%;
}
.ab3-container th{
	display: block;
	width: 100%;
}
.ab3-container td{
	display: block;
	width: 100%;
}

/* 園舎紹介 */
.facility-l{
	display: block;
	}
.facility-r{
	display: block;
	}
.facility-l .facility-img{
	margin-right: 0;
}
.facility-r .facility-img{
	margin-left: 0;
}
.facility-img{
	min-height: 250px;
	margin-bottom: 10px;
	}
.facility-text{
	margin-bottom: 20px;
	}
}


/* iPhonePlus 414px以下の場合の設定 */
@media(max-width:414px){

	.pNav{	
		font-size: 13px;
		height: auto;
	}
	.pNav li {
		height: auto;
	}
}


/* 園舎紹介 */
.facility-img{
	min-height: 200px;
}


/* ============================================================
aboutページのCSSここまで
============================================================*/




/* ============================================================
scheduleページのCSSここから
============================================================*/

/*全体設定*/

.s-pnav{
	background-color: #EE87B4;
}


h3.schedule:after{
    background: repeating-linear-gradient(-45deg, #F4B4D0,#F4B4D055 2px,#fff 2px, #fff 4px);
}



/*年間行事*/

/*年間行事の円*/
.s-circle{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align:center;
	line-height: 80px;
	vertical-align: middle;
	font-size: 24px;
}
.s-c4{
	background: #e968a1;
	margin-left: 10px;
}
.s-c5{
	background: #c78eff;
	margin-left: 60px;
}
.s-c6{
	background: #8e8eff;
	margin-left: 90px;
}
.s-c7{
	background: #8fc6fe;
	margin-left: 120px;
}
.s-c8{
	background: #90fff2;
	margin-left: 150px;
}
.s-c9{
	background: #8eff8e;
	margin-left: 170px;
}
.s-c10{
  	background: #c6ff8d;
	margin-left: 170px;
}
.s-c11{
	background: #fdff86;
	margin-left: 150px;
}
.s-c12{
	background: #fdc78f;
	margin-left: 120px;
}
.s-c1{
	background: #fe8e8d;
	margin-left: 90px;
}
.s-c2{
	background: #ff87fa;
	margin-left: 60px;
}
.s-c3{
	background: #e968a1;
	margin-left: 10px;
}

/*年間行事　内容*/
li{
	list-style: none;
}
.s1-container{
	font-size: 130%;
	justify-content: center;
	position: relative;

}
.s-list{
	margin-bottom: 10px;
}
.s1-annualevent{
		background-image: url(../img/event.png);
	background-size: contain ;
	background-repeat:  no-repeat;
	background-position: right;
}

.s4-container{
    text-align: center;
}
.bold{
    font-weight: bold;
    color:orange;
    font-size: 18px;
}

/*	メディアクエリ*/
/*スマートフォン用*/
@media(max-width : 414px ){
	.s-month{
		margin: 0;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 14px;
	}	
	.s-list{
	font-size: 12px;
	margin-bottom: 0;
	}	
	.s1-annualevent{
		background-image: none;
	}
    
    .s4-container{
        text-align: justify;
        /* padding-left: 2em;
        padding-right: 2em; */
    }
	
}
/*iPad用*/
@media(max-width: 1080px){
	.s1-annualevent{
		background-image: none;
	}
}

/*一日のスケジュール*/

/*タイムテーブル*/

.s2-container .ts-age{
	border: none;
}
.s2-container th{
	background: #fadce9;
}
.s2-container td {
	border: 2px solid;
	border-color: #F5B2B2;
	}
.s2-container{
	display: flex;
	flex-wrap: wrap;
}

.s-timetable{
	flex: 1 1 400px;
	width: 47%;
	margin: 0px 8px 8px;
	border-collapse: separate;
	border-spacing: 6px;
}
.s-timetable th,
.s-timetable td{
	line-height: 32px;
	padding: 0px 8px;
	text-align: center;
	white-space: nowrap;
}
.s-timetable tbody th{
	width: 80px;
}

/*	メディアクエリ 11/20追加/
/*スマートフォン用*/
@media(max-width : 1000px ){
.s-timetable{
	width: 100%;
	}
}

/*木の画像*/

.s-tree{
	text-align: center;
	position: relative;
	margin-top: 100px;
}
.s-tree img{
  	display: inline-block;
	max-width: 100%;
	width: 930px;
	height: auto;
}
.s-tree .circle{
	position: absolute;
/*	width: 150px;
	height: 150px;
*/	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.s-tree .green{
	background-image: url(../img/tree/goannai_green.png);
	top: 8px;
    left: 0;
    right: -266px;
    margin: 0 auto;
}
.s-tree .orange{
	background-image: url(../img/tree/goannai_orange.png);
	top: -53px;
    left: 0;
    right: 0px;
    margin: 0 auto;
}
.s-tree .pink{
	background-image: url(../img/tree/goannai_pink.png);
	top: 140px;
    left: 0;
    right: -360px;
    margin: 0 auto;
}
.s-tree .purple{
	background-image: url(../img/tree/goannai_purple.png);
	top: 8px;
    left: 0;
    right: 250px;
    margin: 0 auto;
}
.s-tree .yellow{
	background-image: url(../img/tree/goannai_yellow.png);
	top: 140px;
    left: 0;
    right: 346px;
    margin: 0 auto;
}

/*	メディアクエリ*/
@media(max-width : 414px ){
	.s-tree{
		height:auto;
	}
}
@media(max-width: 768px){
		.s-tree{
		height:auto;
	}
}
	/*献立*/
.s3-container{
	text-align: center;
	flex-direction: column;
}
.s3-container p{
	margin-top: 20px;
	margin-bottom: 20px;
}
/*	メディアクエリ*/
@media(max-width : 414px ){
	.s1-bunner{
		max-width: 40%;
        height: auto;
	}
    .ss1-image{
        width: 100%;
        height: auto;
    }
}
@media(max-width: 768px){
	.s1-bunner{
	    max-width: 40%;
        height: auto;
}
}
.s4{
	margin-top: 100px;
}
.s4-box{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.s4-text{
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

/* ============================================================
scheduleページのCSSここまで
============================================================*/




/* ============================================================
guideページのCSSここから
============================================================*/
.g1-container{
	text-align: center;
}
.g2-container{
	text-align: center;
}
.g3-container{
	text-align: center;
}
/*ーーー共通ーーー*/

h3.guide:after{	
    background: repeating-linear-gradient(-45deg, #BA79B1,#BA79B155 2px,#fff 2px, #fff 4px);
}	
h4.guide{	
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border-top: 3px solid #BA79B1;
	border-bottom: 3px solid #BA79B1;
	background-color: #e7d5e8;
	font-size: 16px;
	padding:0px 40px;
	letter-spacing: 0.2em;
}


/*ページ内リンク*/
.g-pnav{		
	background-color: #BA79B1;
}		

/*ーーーページ内リンク終わりーーー*/

.g-linktext a{
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #2B3228;
	display: inline-block;
	padding:0px 20px;
	border: solid 3px #BA79B1;
	border-radius: 6px;
	width: 120px;
	margin: 5px;
	background-color: #fff;
	transition: .25s;
}
.g-linktext a:hover{
	background-color: #BA79B1;
	color: #fff;
}
.g-align-r{
	text-align: right;
}

.g-capacity{
	border-collapse: separate;
	border-spacing: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.g1-container tr{
	padding-bottom: 20px;
}

/* 入園案内 con1テーブル 設定 */
.g-boshu,
.g-price {
	text-align: left;
	width: 100%;
}

.g1-container th{
	width: 20%;
	font-size: 18px;
}
.tableline{
	border-collapse: collapse;
	border-bottom: 1px solid #ba79b1;	
}
.g-capacity{
	text-align: center;
}
.g-boshu-th{
	padding-top: 30px;
}
.g-pbottom{
	padding-bottom: 20px;
}
/*con1テーブルここまで*/
/*準備するもの テーブル*/
.g2-container table{
	text-align: left;
	width: 100%;
}

.g2-container table img{
	width: 40px;
	height:  40px;
	text-align: center;
	padding-right: 10px;
}

.g2-container th{
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	}
.g2-container td{
	width: 80%;
	vertical-align: middle;
	padding: 10px;
}
/*準備するもの　テーブルここまで*/
/*入園までのながれ*/

.g3-container{
	text-align: center;
}
.g3-container p{
	font-size: 30px;
}
.g3-top{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.g3-top-text {
    flex: 60%;
    margin-left: 10px;
    text-align: left;
}
.g3-top-photo{
	flex: 40%;
}
.g3-top img{
	max-width: 100%;
}

/*入園案内＝＝テーブル＝＝*/
.g3-container table img{
	height: 60px;
	vertical-align: middle;
}
.g3-container table{
	border-collapse: separate;
	border-spacing: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.g3-container th{
	width: 30%;
	font-size: 20px;
	vertical-align: middle;
}
.g-th{
	vertical-align: bottom;
	padding-left: 30px;
}
.g-g3alinecenter {
    display: flex;
    align-items: center;
}
/*入園案内＝＝テーブルここまで＝＝*/
/*メディアクエリ用準備するもの*/
.g-media{
	display: none;
}
/* タイトル付　枠（影）2　*/
.g-mborder {
	position: relative;
	margin: 2em auto;
	padding: 1.2em;
	background-color: #fff;
	border: 2px solid #cfa7cd; /* 枠線の太さ・色 */
	box-shadow: 0 0 5px 2px #fce2c4 inset;/* 影の色 */
}
.g-title{
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color:  #fff; /* タイトル背景色 */
	color: #BA79B1; /* タイトル文字色 */
}

/*　▼用設定　*/
.g-triangle{	
	margin-left: auto;
	margin-right: auto;
	width: 0;	
	height: 0;	
	border-left: 30px solid transparent;	
	border-right: 30px solid transparent;	
	border-top: 30px solid #ba79b1;	
}

.g-img{
	display: flex;
	justify-content: center;
}



/*ーーーーーーメディアクエリーーーーーーーーー*/
@media(max-width:414px){
	/*テーブルwrap設定*/
	.g-boshu{
		width: 100%;
	}
	.g-boshu th,.g-boshu td{
		display: block;
		width: 100%;
	}
	.g-capacity td{
		display: table-cell;
		width: 15%;
	}
	.g-price{
		width: 100%;
	}
	.g-price th,.g-price td{
		display: block;
		width: 100%;
	}
	.g-tprice td{
		display: inline;
	}
.g2-container table{
		width: 100%;
	}
	.g2-container th,.g2-container td{
		display: block;
		width: 100%;
	}
.g3-container table{
		width: 100%;
	}
.g3-container th,.g3-container td{
		display: block;
		width: 100%;
	}
th.g-boshu-th.tableline {
    border: none;
}
	
/*テーブルここまで*/
	.g2-container img{
		width: 7vw;
	}
	.g-img{
		flex-wrap: wrap;
		flex: 1 0 auto;
		max-width: auto;
		height: auto;
		
}
	.g2-container table{
		display: none;
	}
	.g-media{
		display: block;
	}	

.g-capacity td{
	border-collapse: separate;
	border-spacing: 2px;
	}
.g3-top{
	display:block;
		flex-wrap: wrap;
		max-width: auto;
		height: auto;
	}
}
/*ーーー415以上768以下ーーー*/
@media(min-width:415px) and (max-width:768px){
	.g2-container table{
		display: none;
	}
	.g-media{
		display: block;
	}	
	.g-capacity{
		border-collapse:collapse;
		}
	.g-tdh{
		width: 25%;
	}
	.g2-container img{
		width:3vw;
	}
	.g-img{
		flex-wrap: wrap;
		max-width: auto;
		height: auto;
}
	.g2-container table{
		display: none;
	}
	.g-media{
		display: block;
	}	
	.g3-container th{
		width: 40%;
	}
	.g-tprice{
		margin-left: 20%;
	}
}
/* ============================================================
guideページのCSSここまで
============================================================*/
/* ページ内リンク */
.r-pnav{
	background-color: #61C1BE;
}

/* ============================================================
recruitページのCSSここから
============================================================*/


/*トップ画像＆紹介文コンA*/
.r-con-A {
	margin-top: 0;
	margin-bottom: 70px;
	height: 500px;
	background-image: url(../img/recruit_top_pc.jpg);
	background-position: center;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*トップ画像下紹介文*/
.r-con-A p {
	background-color: rgba(0,0,0,0.2);
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 30px;
	color: #fff;
	font-size: 19px;
	line-height: 39px;
	letter-spacing: 2px;
	text-align: center;
}

h3.recruit:after {			
	font-size: 24px;		
    background: repeating-linear-gradient(-45deg, #9fd9f6,#9fd9f655 2px,#fff 2px, #fff 4px);	
}			

/*副園長画像＆メッセージ*/

.r-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
}

.r-container .profilephoto  {
	height: 350px;
	width: 280px;
	background-image: url(../img/hukuenchou_pc.jpg);
	background-position: center;
	background-size: cover;
}
.r-container .profilemessege {
	margin-left: 20px;
	padding: 35px;
	line-height: 30px;
	font-size: 16px;
	color: #2b3228;
	}

/*教室紹介画像*/
.r2-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.r2-container img {
	margin: 5px;
	flex: 1 1 300px;
}

.r2-container img:hover {
	filter: brightness(0.7);
    transition: all 0.2s;
}

/*職員メッセージ*/
.r3-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.r3-container img {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	flex: 0 0 250px;
}

/*募集要項表*/
.r-con-F {
	border: 1px solid #70C6F1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.r-con-F th {
	font-weight: normal;
	vertical-align: middle;
	background-color:#C7E9F9;
	border: 1px solid #70C6F1;
	padding: 10px;	
}

.r-con-F td {
	border: 1px solid #70C6F1;
	padding: 10px;
	padding-right: 20px;
}
.r-con-F p {
	font-size: 16px;
}

.bosyuyoukou {
	text-align: center;
	margin-bottom: 70px;
}

.bosyuyoukou p {
	text-align: center;
	font-size: 17px;
	margin-bottom: 30px;
}



/*
.bosyuyoukou a {
	color: #fff;
	font-size: 20px;
	align-content: center;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	border: solid 1px #70C6F1;
	border-radius: 10px;
	background-color: #70C6F1;
}

.bosyuyoukou a:hover {
	background-image: linear-gradient(
	rgba(0,0,0,0.1),
	rgba(0,0,0,0.4)
	);
}*/

/*recruit margin30*/
.recruit margin30 {
	margin-bottom: 30px;
}

/*メディアクエリ*/	
@media(min-width:1024px){
	.r-con-A{
		height: 625px;
		width: 1024px;
	}
}

@media(min-width:414px) and ( max-width:768px){
	.r-con-A {
		height: 500px;
	}
}

@media(max-width : 550px ){

	.r-con-F{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.r-con-F th,.r-con-F td {
	display : block;
	text-align: center;
	}
	.r-con-F th {
	padding: 0px;	
	}

}

@media(max-width : 414px ){	
	h2 {
		font-size: 24px;
	}
	
	
	
.r-con-A {
	margin-top: 0;
	margin-bottom: 50px;
	height: 430px;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
	
.r-con-A p {
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	padding:21px;
	}

.r-con-G {
	display: flex;
	align-items: center;
	justify-content: center;
	}

.r2-container img {
	width: 360px;
	}

    .bosyuyoukou p{
        margin-left: 1em;
        margin-right: 1em;
        text-align: justify;
        
    }  
    .nobr{
        display: none;
    }
}

/*メディアクエリ終わり*/
/* ============================================================
recruitページのCSSここまで
============================================================*/




/* ============================================================
contact、question、accessページのCSSここから
============================================================*/

/*ここからお問合せページ*/
.c-h2under{
	background-color: #69BD83;
	height: 40px;
}
/*共通ボタン*/
.c-block{
	text-align: center;
	margin-top: 30px;
}
.c-bottom{
	text-align: center;
}
.c-bottom-y a{ 
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border-radius: 2px;
	background-color: #EC9C29;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.c-bottom-u{
	font-size: 12px;
	margin-top: 5px;
}
h3.c-contact{
	display: flex;
	margin-top: 40px;
	margin-bottom: 10px;
	}
h3.c-contact:after{
    background: repeating-linear-gradient(-45deg, #69BD83,#69bd8355 2px,#fff 2px, #fff 4px);	
}
.c-conh3{
	flex: 1;
}
.c-con{
	text-align: center;
}
.c-tel{
	font-size:24px;
	margin-top: 30px;
	font-weight: bold;
}
.c-time{
	font-size: 23px;
	margin-top: 10px;

}
.c-holiday{
	margin-top: 0px;
	margin-bottom: 60px;
}
.c-box{
	width: 350px;
	height:30px;
	margin-bottom: 10px;
}
.c-boxt{
	width: 350px;
	height:70px;
	margin-bottom: 10px;
}
.c-label{
    width: 350px;
    display: inline-block;
}
.c-contact_form{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.c-boxform{
	text-align: center;
}
.c-otoi{
	font-size: 18px;
}
.c-kibou{
	display: block;
	text-align: center;
	margin-top: 20px;
}

.c-boxform label{
	text-align: left;
}
.c-sbottom{
	text-align: center;
}
.c-sbottom-y a{ 
	display: inline-block;
	padding: 5px 40px;
	border-radius: 2px;
	background-color: #69BD83;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.c-sbottom-y{
	margin-bottom: 20px;
}
.c-ptext{
	margin-bottom: 100px;
}

/*414px以下の場合*/
@media(max-width : 414px ){
.c-arti{
	width:auto;
}
.c-boxform label {
    text-align: center;
}
.c-box{
	width: 300px;
	height:30px;
	margin-bottom: 10px;
}
.c-boxt{
	width: 300px;
	height:70px;
	margin-bottom: 10px;
}
}


/*ここからアクセスページ*/
.ac-h2under{
	background-color: #C1DB81;
	height: 40px;
}
.ac-map{
    position:relative;
	width:100%;
	height:450px;	
	margin: 0 auto; 
	margin-bottom: 20px;
}
.ac-map iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ac-giza-top{
	position:absolute; 
    width:610px;
	top:-2px;
	left:-2px;
}
.ac-giza-bottom{
	position:absolute; 
    width:600px;
	bottom:0;
	left:0;
}
.ac-giza-left{
	position:absolute; 
    height:455px;
	top:-2px;
	left:-1px;
}
.ac-giza-right{
	position:absolute; 
    height:450px;
	top:0;
	right:0;
}
.ac-text{
	text-align: center;
	line-height: 1.8;
}
.ac-text-y{
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-left: 0.1em;
}
.ac-text-s{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 50px;
}

/*414px以下の場合*/
@media(max-width:414px){
.ac-map{
	width: 100vw;
	height:75vw;
}
.ac-giza-top,.ac-giza-bottom{
	width:100vw;
	}
.ac-giza-left,.ac-giza-right{
	height:75vw;
	}

.ac-text-y{
	font-size: 15px;
}
.ac-text-s{
	font-size: 11px;
}
.ac-map iframe{
	width: 100vw;
	height:75vw;
	}
}


/*ここからよくあるご質問ページ*/
.q-h2under {
    background-color: #F9C270;
    height: 40px;
}

.question,
.answer{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.baloon{
	position: relative;
    padding: 0px 30px;
    border: 2px solid #74440F;
    border-radius: 10px;
	display: flex;
    align-items: center;
	width: 100%;
}

.question .baloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -30px;
    top: 20px;
    border-right: 30px solid #74440F;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.question .baloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -26px;
    top: 20px;
    border-right: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.question .animal{
	margin-right: 40px;
    margin-top: 5px;
}
.question .baloon p{
	font-size: 18px;
}
.question .baloon p:first-child{
	font-size: 43px;
    color: #0ED31F;
	margin-right: 10px;
}
.answer .baloon::before {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -32px;
    top: 20px;
    border-left: 30px solid #74440F;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.answer .baloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -28px;
    top: 20px;
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.answer .animal{
	margin-left: 40px;
    margin-top: 5px;
}
.answer .baloon p{
	font-size: 18px;
}
.answer .baloon p:first-child{
	font-size: 43px;
    color: #FF7E00;
	margin-right: 10px;
}
.answer a {
    text-decoration: none;
    color: inherit;
}


/*	メディアクエリ*/
@media(max-width : 414px ){

	.question,
	.answer{
	    display: flex;
    	flex-direction: column-reverse;
	}
	.answer{
		margin-top: -143px;
	}
	.answer .animal{
		text-align: right;
		margin-top: 15px;
	}
	.question .baloon::before{
		left: 70px;
		top: auto;
		bottom: -30px;
		transform: rotate(-90deg);
	}
	.question .baloon::after{
		left: 70px;
		top: auto;
		bottom: -25px;
		transform: rotate(-90deg);
	}
	.answer .baloon::before{
	    left: 210px;
		top: -30px;
		transform: rotate(-90deg);
	}
	.answer .baloon::after{
		left: 210px;
		top: -25px;
		transform: rotate(-90deg);
	}
	.question .baloon p,
	.answer .baloon p{
		font-size: 14px;
		margin: 10px 0;
	}
	.question .baloon p:first-child,
	.answer .baloon p:first-child{
		font-size: 24px;
	}
	
}	


/* ============================================================
contact、question、accessページのCSSここまで
============================================================*/




/* ============================================================
informationページのCSSここから
============================================================*/
/*ページ内リンク*/
.i-pnav{		
	background-color: #EC9C29;	
}	


/*　見出し　*/
h3.information:after{	
    background: repeating-linear-gradient(-45deg, #f9c270,#f9c27055 2px,#fff 2px, #fff 4px);
}
h4.information{	
	padding-left: 15px;	
	padding-right: 15px;	
	display: inline-block;
	border-top: 3px solid #f9c270;	
	border-bottom: 3px solid #f9c270;	
	background-color: #FCD7A1;	
	font-size: 18px;
}

/*  企業情報  */
.i1-container table{
	border-collapse: separate;
	border-spacing: 20px;
	width: 100%;
	text-align: left;
}
.i1-container caption{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
.i1-container th{
	width: 30%;
	padding-left: 10px;
    font-size: 15px;
	border-bottom: 3px dotted #FCD7A1;
}
.i1-container td{
	padding-left: 20px;
	font-size: 15px;
	border-bottom: 3px dotted #FCD7A1;
}
/*----------------------------------------------------変更ーーーーーーーーーーーーーーーー*/
.i-link{
	text-align: center;
	}
.i-abtn{
	display: inline-block;
	padding: 10px 30px;
	border: solid 3px #f9c270;
	text-decoration: none;
	text-align: center;
	color: #2b3228;
	width: 190px;
	transition: .2s;
}
.i-link a:hover{
	background-color: #f9c270;
 }
/*-------------------------------------
/* 苦情解決 */

.i4-container{
	text-align: center;
}
.i-flow-h{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted 3px #FCD7A1;
}
.i-flow{
	text-align: left;
}

/* 第三者評価 */
.i5-container{
	text-align: center;
}
/*プライバシーポリシー*/
.i6-container{
	text-align: center;
}
.i7-container h5{
	font-size: 16px;
}
.i7-container ol{
	padding-left: 20px;
	text-align: left;
}
.i7-container ol li{
	margin-bottom: 15px;
}
.i7-container ul{
	list-style-type: none;
	text-align: left;
	margin-left: 10px;
}


/* iPad mini 768px以下の場合の設定 */
@media(max-width:768px){
/*  企業情報  */

	.i1-container th {
		width: 30%;
	    padding-left: 0;
	}
	.i1-container td {
		width: 70%;
	    padding-left: 0;
	}
	.i1-container a{
		text-decoration: none;
		color: inherit;
	}

	/* 苦情解決 */
	.i-des{
		width: 100%;
	}
	.i4-container{
		width: 100%;
		text-align: center;
	}
}


/* iPhonePlus 414px以下の場合の設定 */
@media(max-width : 414px ){



/*  企業情報  */
	.i1-container th{
		display: block;
		width: 100%;
		background-color:#FCD7A1;
		padding-left:10px;
	}
	.i1-container td{
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-left:10px;
		border:none;
	}
.i1-container a{
		margin-bottom: 10px;
	}
	
/*プライバシーポリシー4*/
	h3.i-privasy{
		font-size: 22px;
	}
	.i7-container h5{
		font-size: 15px;
	}
	.i7-container ol{
		font-size: 14px;
	}
	
}
/* ============================================================
informationページのCSSここまで
============================================================*/

