@charset "utf-8";
/* CSS Document */
/* 基本設定 */
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #2b3228;
	background-color: #fff;
	line-height: 30px;
	overflow-x: hidden;
}
img{
	vertical-align: middle;
}
*{
	box-sizing: border-box;
}


/* コンテナ */
.con{
	max-width: 70vw;
	margin-left: auto;
	margin-right: auto;
}


/* マージンの設定 */
.margin10{
	margin-bottom: 10px;
}
.margin20{
	margin-bottom: 20px;
}
.margin30{
	margin-bottom: 30px;
}
.margin40{
	margin-bottom: 40px;
}
.margin50{
	margin-bottom: 50px;
}
.margin60{
	margin-bottom: 60px;
}
.margin70{
	margin-bottom: 70px;
}
.margin80{
	margin-bottom: 80px;
}
.margin90{
	margin-bottom: 90px;
}
.margin100{
	margin-bottom: 100px;
}

/* h2共通見出し */
.heading{
  position: relative;
	height: 100px;
	background-image: url(../img/h2_back.jpg);
}

h2{
  position: absolute;
  width: 100%;
  left: 0; 
  top: calc(50% - 17px); 
  text-align: center; 
	font-size: 35px;
	letter-spacing: 0.3em;
  line-height: 35px;
	background-color: rgba(255,255,255,1);
	background: radial-gradient(white, rgba(255,255,255,0.1));
	background: -webkit-radial-gradient(white, rgba(255,255,255,0.1));
	background: -o-radial-gradient(white, rgba(255,255,255,0.1));
	background:-moz-radial-gradient(white, rgba(255,255,255,0.1));
	background:-ms-radial-gradient(white, rgba(255,255,255,0.1));
}

/*　フッター上の木　*/
.onfooter{
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 29.296875%;
    background: url('../img/tree.png') 0 0 no-repeat;
    background-size: contain;
}

/*　電話番号のリンク装飾をなくす　*/
.calling a{
	text-decoration: none;
	color: inherit;
}

/* 768px以上の場合 電話番号リンクを無効にする */
@media(min-width:768px){
a[href^="tel:"] {
		pointer-events: none;
	}
}

/* iPad mini 768px以下の場合の設定 */
@media(max-width:768px){
/* コンテナ */

	.con{
		max-width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}

}

/* iPhonePlus 414px以下の場合の設定 */
@media(max-width : 414px ){
	h2{
		font-size: 24px;
	}

}


/*//////////////////headerここから////////////////////////*/
header a,footer a,.humb-nav a{
	text-decoration: none;
}
header ul,footer ul,.humb-nav ul{
	list-style: none;
}

header{
	justify-content: space-between;
	align-items: flex-end;
	position:fixed;
    top:0;
    left:0;
	z-index: 1000;
	width:100vw;
	background-color: rgba(255,255,255,0.9);
}

h1{
	margin-left:40px;
	padding-bottom: 10px;
}
h1 img{
	height:100px;
}

.pc-header{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1200px;
	margin: 0 auto;
}

header nav{
	display:flex;
	flex-direction: column;
	align-items: flex-end;
    font-size: 18px;
}

header nav a{	color:#005a49;}
header nav a:visited{	color:#005a49;}

.main-nav,.sub-nav{
	display: flex;
	margin-right: 30px;
}

.main-nav a{
	display:block;
	padding:20px 20px;
}

.sub-nav{
	margin-bottom:20px;
}

.sub-nav a{
	padding:10px 25px;
	font-size: 14px;
}

/*リストホバー時、背景色をテーマカラーに*/
.sub-nav a:hover,
.t-li1:hover,
.t-li2:hover,
.t-li3:hover,
.t-li4:hover{
	background-color:rgba(0, 0, 0, 0.25);
}

/*
.sub-nav a:hover{
	background-color:rgba(230,230,230,0.8);
}
.t-li1:hover {
    background-color: #F5B090;
}
.t-li2:hover {
	background-color:#F5B2B2;
}
.t-li3:hover {
	background-color:#CFA7CD;
}
.t-li4:hover{
	background-color:#A2D7D4;
}
*/
@media (min-width:769px) and ( max-width:999px){
   
	h1 img{
		height:90px;
	}
	h1{
		margin-left:20px;
        padding:10px 0px;
	}
    header nav{
        font-size: 16px;
    }
    .main-nav a{
        padding:10px 15px;
    }
    .sub-nav{
        margin-bottom:15px;
    }
    .sub-nav a{
        padding:10px 15px;
        font-size: 14px;
    }
}

@media(max-width:768px){
	header{
		display: block;
	}
	.main-nav{
		display: none;
	}
	.sub-nav{
		display: none;
	}
	h1{
		margin-left:10px;
		padding-top:10px;
	}
	h1 img{
		height:70px;
	}
	
}


/*//////////////////////ハンバーガーメニュー////////////////////////////////*/
.humb-nav{
	position: fixed;
    top:0px;
    right:0px;
    z-index: 2001;
}
.menubtn{ 
	z-index: 2000;
    display: inline-block;
    position: relative;
    width:38px;
    height:38px;
	margin: 0;
    background: inherit;
    position: fixed;
    top: 8px;
    right: 25px;
	cursor: pointer;
}
.menubtn .close {
    background: transparent;
}
.menubtn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 4px;
    margin: 0 0 0 -13px;
    background: #005a49;
    transition: .25s;
}
.menubtn-icon:before,
.menubtn-icon:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 4px;
    background: #005a49;
    transition: .3s;
}
.menubtn-icon:before {
    margin-top: -12px;
}
.menubtn-icon:after {
    margin-top: 8px;
}
.menubtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.menubtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.menubtn .close:before,
.menubtn .close:after {
    margin-top: 0;
}



/*ハンバーガメニューの中身*/
.sp-nav{
	text-align: center;	
	width:100vw;
	height:100vh;
	padding: 40px 0;
    background-color: rgba(255, 255, 255, 0.98);
	display:none;
	flex-direction: column;
	justify-content: space-evenly;
}
.sp-nav img{
	width:200px;
	height: auto;
}

.sp-nav li{
	transition: 0.2s;
    font-size: 18px;
    letter-spacing: 0.1em;
}
.sp-nav li>a{
    display: block;
	padding:10px ;
    color:#2b3228;
}
.sp-nav li>a:hover{
	color: #111;
}

.sp-nav li:nth-child(2):hover{background-color:#F5B090;}
.sp-nav li:nth-child(3):hover{background-color:#F5B2B2;}
.sp-nav li:nth-child(4):hover{background-color:#CFA7CD;}
.sp-nav li:nth-child(5):hover{background-color:#A2D7D4;}
.sp-nav li:nth-child(6):hover{background-color:#ffc36d;}
.sp-nav li:nth-child(7):hover{background-color:#A5D4AD;}
.sp-nav li:nth-child(8):hover{background-color:#D7E7AF;}
.sp-nav li:nth-child(9):hover{background-color:#FCD7A1;}
.sp-nav li:nth-child(10):hover{background-color:#8fffea;}

.t-nositemap{
	display:none;
}

@media(max-width:768px){
	
	.menubtn{
		margin-top:15px;
	}
	.t-nositemap{
		display:block;
	}
	
}




/*//////////////////footerここから////////////////////////*/

footer{
	background-color:#005a49;
	color:#fff;
	font-size:16px;
}
.footer-wapper{
	display: flex;
	flex-wrap: nowrap;
	padding:30px 20px;
	max-width: 1200px;
	margin: 0 auto;
}
footer a{color:#fff;}
footer a:hover{background-color: rgba(0,0,0,0.3);}

.footer-left{
	flex:25%;
}
.footer-right{
	flex: 65%;
}
.footer-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer-nav ul{
	margin-left: 15px;
}
.footer-nav>li{
	flex:30%;
	margin-bottom: 10px;
	word-break:keep-all;
}
.t-name{
	font-size: 24px;
    font-weight: bold;
}
.fa, .fas{
	margin-right: 2px;
}
.t-cl1{color:#EF845C}/*赤：当園について*/
.t-cl2{color:#EE87B4}/*ピンク：園での生活*/
.t-cl3{color:#BA79B1}/*紫：入園案内*/
.t-cl4{color:#61C1BE}/*青：採用情報*/
.t-cl5{color:#FFF67F}/*黄：情報公開*/
.t-cl6{color:#69BD83}/*緑：問い合わせ*/
.t-cl7{color:#C1DB81}/*黄緑：アクセス*/
.t-cl8{color:#F9C270}/*オレンジ：在園児*/

small{
	display: block;
	text-align: center;
	line-height: 18px;
  padding-bottom: 10px;
}


@media (min-width:769px) and ( max-width:999px){
	footer{
		font-size:14px;
	}
    .t-name{
	margin-bottom:20px;
	font-size: 20px;
}
	.footer-left{
		padding:20px;
	}
	.footer-right{
		padding:20px 0 10px 0;
}
}
@media (min-width:415px) and ( max-width:768px){
	footer{
		font-size:14px;
	}
	footer{
		flex-direction: column;
	}
	.footer-right{
		display: none;
	}
	.footer-left{

	padding-left:30px;
	box-sizing: border-box;
}

}

@media(max-width:414px){
	.footer-right{
		display: none;
	}
	.footer-left{
		padding:20px;
	}
}

/*////////////////////////////////////トップへ戻るボタン//////////////////////////////////////*/
#page-top a{
    position: fixed;
    bottom: 20px;
    right: 20px;
	background-image: url(../img/heart.png);
	width: 90px;
	height:150px;
	cursor: pointer;
}
 
#page-top a:hover {
     transform: rotate(4deg);
	
}

/*///////////////////トップ以外のページのヘッダー設定/////////////////////////*/
.nohero +*{
    margin-top:120px;
}
.nohero{border-bottom:3px solid #005a49;}

@media(min-width:769px) and ( max-width:999px){
    .nohero +*{
        margin-top:113px;
    }
}
@media(max-width:768px){
    .nohero +*{
        margin-top:93px;
    }
}