@charset "UTF-8";


body {
	color: #63574F;
}

.clearfix::after {
    content : " ";
    display : block;
    clear : both;
}
a {
	color: #63574F;
	text-decoration: none;
}

a2 {
	color: #886151;
	text-decoration: none;
}


.ttl {
	font-size: 27px;
	font-weight: bold;
	color: #6ABC00;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
}

#c01,
#c02,
#c03,
#c04 {
	clear: both;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

p {
	font-size: 14px;
	line-height: 2;
}

.center {
	width: 1040px;
	margin: 0px auto;
	padding: 50px 0 0;
	position: relative;
	z-index: 1;
}
.low nav {
padding-top: 60px;
}

nav ul {
	text-align: center;
}

nav ul li{
	display: inline-block;
	padding: 30px 0 20px;
}

nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	padding: 30px 42px 20px;
	position: relative;
	transition:all 0.5s;
}

nav ul li a:before {
	transition:all 0.5s;
}

nav ul li a:hover {
	color: #17BA00;
}

nav ul li a:hover:before {
		transition:all 0.5s;
	content: "";
	background: url(../img/grow.png) no-repeat center top;
	width: 41px;
	height: 23px;
	position: absolute;
left: -10px;
}

.low #header {
width: 1160px;
margin: 0 auto;
position: relative;
}

#header .h-logo {
	position: absolute;
	left: 15px;
	top: 10px;

}

#header .contact {
	background-color: #FFC215;
	width: 206px;
	height: 64px;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
text-align: center;
} 

#header .contact span {
	position: relative;
	top: 8px;
}

#header .contact span img,
#header .tel span img {
	position: relative;
	top: 8px;
}

#header .tel {
	font-family:'Palanquin', sans-serif;
	position: absolute;
	right: 225px;
	top: 10px;
	font-size: 22px;
	color: white;
}

#header .tel a {
	color: white;
}

.low #header .tel,
.low #header .tel a {
color: #17BA00;
}

.main-header {
	text-align: center;
	font-size: 29px;
	background: url(../img/header_bg.png) no-repeat top center;
	width: 100%;
	height: 246px;
	padding-top: 120px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000;
}

.main-header span {
	font-size: 14px;
	color: #17BA00;
		font-family: 'Montserrat', sans-serif;
		display: block;
}
.ban-area {
	clear: both;
margin-top: 50px;
}
.ban-area ul {
text-align: center;
}

.ban-area ul li {
	width: 238px;
	display: inline-block;
	background-color: #ccc;
	height: 95px;
	transition: all 0.5s;
	margin: 0 4px;
}
.ban-area ul li:hover {
	opacity: 0.7;
}
.ban-area ul li.b-center {
width: 355px;
background-color: white;
/*margin: 0 10px;*/
}

/*20210311 ブログバナー追加 */
		  .main-header{
			  padding-top: 0;
			  height: 364px;
		  }	  
.head_bnrbox{
	text-align: right;
	margin-bottom: 10vh;
	width: 1160px;
	margin: 0 auto 10vh;
}

.head_bnrbox img{
	width:204px;
	margin-left: 5px;
}

.u{
	color: #886151;
}

#footer {
	clear: both;
	position: relative;
	background-color: #F4F3EF;
	margin-top: 100px;

}

#footer .info-area {
position: absolute;
left: 20px;

}

#footer .inner {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	height: 190px;
		padding: 25px 0;

}

#footer .copyright {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#footer address {
	font-size:14px;
	letter-spacing: 2px;
	line-height: 2; 
}

#footer address2 {
	font-size:14px;
	letter-spacing: 1px;
	line-height: 2; 
}

#footer .sitemap {
	right: 20px;
	position: absolute;
	top: 40px;
}
#footer .sitemap ul {
	float: left;
	margin-right: 50px;
}
#footer .sitemap ul li {
	font-size: 16px;
	line-height: 2;
}


/*----------------------------

パーツ

-----------------------------*/

.title-in {
background-color: white;
padding: 5px 20px;
font-size: 18px;
text-align: center;
display: inline;
position: absolute;
left: 0px;
top: -10px;
color: #6ABC00;
font-weight: bold;
}

.title-out {
background-color: white;
border: 1px solid #6ABC00;
padding: 5px 20px;
font-size: 18px;
text-align: center;
display: inline;
position: absolute;
left: 0px;
top: -10px;
color: #6ABC00;
font-weight: bold;
}

.bread {
	width: 1160px;
	margin: 0 auto;
}

.bread ul {
	text-align: right;
}
.bread ul li {
	display: inline-block;
	    font-size: 14px;
	    padding: 0 10px 0 20px;
}
.bread ul a {
	transition:all 0.5s;
}
.bread ul a:hover {
	color: #17BA00;
}


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    text-decoration: none;
    font-size: 14px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample5-3::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #17BA00;
}
.sample5-3::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-s {
	background: url(../img/btn_bg_s.png) no-repeat top center;
	width: 243px;
	height: 58px;
	color: white;
	letter-spacing: 3px;
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	transition: all 0.5s;
}

.btn-s:hover {
	opacity: 0.7;
}

/*20190524_TOP修正*/
#header .text {
    font-family: 'Palanquin', sans-serif;
    position: absolute;
    right: 391px;
    top: 9px;
    font-size: 15px;
	color: white;
	padding: 10px;
	background: rgba(124,204,31,1);
}

/* 児童募集 */
.text2 {
    position: absolute;
    top: 460px;
    left: 0;
	right: 0;
	width: 240px;
	margin: auto;
    font-family: 'Palanquin', sans-serif !important;
    font-size: 15px;
	background: rgba(255,255,255,0.8);
	border-left: 1px solid #17BA00;
	border-right: 1px solid #17BA00;
	border-bottom: 1px solid #17BA00;
}
.main-header .text2 {
    top: 280px;
    left: 0;
	right: 0;
	letter-spacing: 0px;
}
.text2 .title {
    display: block;
	padding: 10px 0;
	text-align: center;
    font-size: 15px;
	font-weight: bold;
	background: #17BA00;
	color: #FFF;
}
.text2 .content {
    display: block;
	padding: 10px 0;
	text-align: center;
	color: #333;
    font-family: 'Palanquin', sans-serif !important;
    font-size: 15px;
	font-weight: normal;
}

.overlayMenuBtn,
.overlayMenu {
	display: none;
}

@media screen and ( max-width:60em ) { 

	.ttl {
		font-size: 22px;
	}

	.center {
		width: auto;
	}
	
	.low nav {
		display: none;
	}

	.low #header {
		width: auto;
		margin: 0 auto;
		position: relative;
	}

	#header .h-logo {
		position: absolute;
		width: 100%;
		left: auto;
		top: 60px;
		text-align: center;
	}

	#header .contact {
	width: 145px;
	height: 45px;
	right: 72px;
	top: 12px;
	font-size: 16px;
} 
	#header .contact span {
	position: relative;
	top: 0px;
}

	#header .tel {
		right: auto;
		left: 10px;
		font-size: 21px;
	}
	
	#header .tel a {
		color: #663E3E;
	}

	.main-header {
		background: url(../img/header_bg-sp.jpg) no-repeat top center;
		background-size: cover;
		height: 236px;
		padding-top: 130px;
	}

	.main-header span {
		font-size: 14px;
		color: #17BA00;
		font-family: 'Montserrat', sans-serif;
		display: block;
	}
	
	.ban-area ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 25px;
	}
	
	.ban-area ul li:nth-child(1) {
		width: 49%;
		order:2;
		text-align: left;
	}
	
	.ban-area ul li:nth-child(2) {
		order:1;
	}
	
	.ban-area ul li:nth-child(3) {
		order:3;
		width: 49%;
		text-align: right;
	}

	.ban-area ul li:nth-child(4) {
		width: 49%;
		order:5;
		text-align: right;
	}
	
		.ban-area ul li:nth-child(5) {
		width: 49%;
		order:4;
		text-align: left;
	}
		
	.ban-area ul li:nth-child(1) img,
	.ban-area ul li:nth-child(3) img,
	.ban-area ul li:nth-child(4) img
	.ban-area ul li:nth-child(5) img {
		width: 100%;
		height: auto;
	}

	.ban-area ul li {
		background-color: transparent;
		width: 238px;
		display: inline-block;
		height: auto;
		transition: all 0.5s;
	}
	
	.ban-area ul li.b-center {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	
	.ban-area ul li.b-center img {
		width: 100%;
		max-width: 355px;
		height: auto
	}

	#footer .info-area {
		position: relative;
		left: auto;
	}

	#footer .inner {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 25px 20px;
	}
	
	#footer .f-logo img {
		width: 100%;
		max-width: 352px;
		height: auto;
	}

	#footer .copyright {
		padding: 10px 0 0;
		position: relative;
		bottom: auto;
		left: auto;
	}

	#footer .sitemap {
		display: none;
	}

	/*----------------------------

	パーツ

	-----------------------------*/

	.title-in {
		display: block;
		position: relative;
		margin: 0 auto 20px;
		left: auto;
		top:  auto;
	}

	.title-out {
		display: block;
		position: relative;
		padding: 5px 0;
		margin: 0 25px 20px;
		left: auto;
		top:  auto;
	}

	.bread {
		display: none;
	}

	.arrow{
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		text-decoration: none;
		font-size: 14px;
	}
	.arrow::before,
	.arrow::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	.sample5-3::before{
		width: 12px;
		height: 12px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #17BA00;
	}
	.sample5-3::after{
		left: 3px;
		width: 3px;
		height: 3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btn-s {
		margin: 0 auto;
	}

	#header .text {
		right: auto;
		width: 100%;
		top: 510px;
		text-align: center;
		padding: 10px 0;
	}
	
	/* 児童募集 */
	.text2 {
		top: 320px;
		background: rgba(255,255,255,0.7);
	}
	.main-header .text2 {
		top: 220px;
	}
	
	.overlayMenuBtn  {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 48px;
		height: 44px;
		cursor: pointer;
		z-index: 100001;
		background-color: #FFC215;
		padding: 20px 0 0 16px
	  }
	
	  .overlayMenuBtn span {
		position: relative;
		display: block;
		width: 32px;
		border: 1px solid #FFF !important;
		transition: .5s;
	  }
	
	  .overlayMenuBtn span:nth-child(1) { top: 0; }
	  .overlayMenuBtn span:nth-child(2) { top: 10px; }
	  .overlayMenuBtn span:nth-child(3) { top: 20px; }

	  .overlayMenu {
		display: none;
		position: fixed;
		top:0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 100000;
	  }
	
	  .overlayMenuInner {
		padding: 10px 4% 40px 4%;
	  }
	
	  .overlayMenuItem ul {
		list-style-type: none;
	  }
	
	  .overlayMenuItem ul li a {
		display: block;
		width: 100%;
		padding: 20px 0;
		transition: .5s;
		color: #000;
		text-decoration: none;
		font-size: 16px;
		text-align: center;
	  }
	
	  .overlayMenuItem ul li a:hover {
		color: #17BA00;
	  }
	
	  .overlayMenuItem ul li a:hover:before { 
		transition:all 0.5s;
		content: "";
		background: url(../img/grow.png) no-repeat center top;
		width: 41px;
		height: 23px;
		position: absolute;
		left: 20px;
	  }
	.ban-area ul li {
	margin: 0;
}
		  .overlayMenuItem ul li.blog a:before { 
		transition:all 0.5s;
		content: "";
		background: url(../img/bnr_spicon.png) no-repeat center;
		background-size: 90px;
		margin-top: 4%;
		width: 90px;
		height: 20px;
		position: absolute;
		left: 20px;
	  }
	  	  .overlayMenuItem ul li.blog a:hover:before { 
		background:none;

	  }
	
	
	/*20210311 ブログバナー追加 */
		  .overlayMenuItem ul li.blog a:before { 
		transition:all 0.5s;
		content: "";
		background: url(../img/bnr_spicon.png) no-repeat center;
		background-size: 90px;
		width: 90px;
		height: 20px;
		position: absolute;
		left: 20px;
	  }
	  	  .overlayMenuItem ul li.blog a:hover:before { 
		background:none;

	  }


		  .head_bnrbox{
	display:none;
}
		  .main-header{
              height: 236px;
    padding-top: 130px;
	}
	
 }  



	.ban-area img{
	width: 100%;
	}
#footer .inner {
    height: 340px;
}
