@charset "UTF-8";

/*----------------------------------------------------*/ 
/* Reset style
-----------------------------------------------------*/ 

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	height: auto;
}

/*----------------------------------------------------*/ 
/* common
-----------------------------------------------------*/ 

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body{
	background: #FFF;
	font-size: 1.4rem;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #4a361f;
	line-height: 1.5;
}

a:link {	color: #4a361f;	text-decoration: none;}
a:visited {	color: #4a361f;	text-decoration: none;}
a:hover {	color: #4a361f;	text-decoration: underline;}
a:active {	color: #4a361f;	text-decoration: none;}

a img:not(.no_effect) {
	transition: all .3s;
}

a:hover img:not(.no_effect) {
	opacity: .7;
}

.sp {
	display: none !important;
}

@media screen and (max-width:999px) {
	html,body {
		min-width: 1020px;
	}
}

@media only screen and (max-width: 767px) {

html, body {
	min-width: 0;
}
	
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.3rem;
}
	
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
	
img {
	max-width: 100%;
}
	
}

/*----------------------------------------------------*/ 
/* header
-----------------------------------------------------*/ 

#header {
	background: #a6d4cf;
}

#header header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	padding: 10px 0;
	margin-left: -4px;
}

#header .feature {
	position: absolute;
	right: 0;
	top: 30px;
	display: flex;
}

#header .feature > * {
	margin-left: 5px;
}

#header .util {
	position: fixed;
	top: 30px;
	right: 0;
	width: 100px;
	border-radius: 10px 0 0 10px;
	padding: 20px 0;
	background: #fff;
	z-index: 100;
}

#header .util li {
	text-align: center;
	margin-bottom: 15px;
}

#header .util li.tel {
	margin-bottom: 0;
}

#btn_spmenu {
	display: none;
}

@media only screen and (max-width: 767px) {

#header {
	text-align: center;
	position: relative;
	z-index: 101;
}

#header header {
	width: auto;
}

#header .logo {
	padding: 5px 0;
	margin: 0 auto;
	width: 50vw;
}

#header .feature {
	position: static;
	justify-content: center;
	padding: 10px 13px;
}

#header .feature > * {
	margin: 0 2px;
}

#header .util {
	top: auto;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	padding: 0;
	background: #a6d4cf;
	text-align: left;
}

#header .util ul {
	padding: 2px 0;
	display: flex;
	justify-content: space-around;
}

#header .util li {
	margin-bottom: 0;
	width: 49.5%;
}

#header .util li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	height: auto;
	background: #fff;
	padding: 5px 10px;
}

#header .util li.tel a {
	padding: 0 5px;
	padding: 5px 10px;
}

#btn_spmenu {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: url(/kids/lib/img/cmn/sp/btn_spmenu.png) no-repeat;
	background-size: 35px auto;
}
	
#btn_spmenu.close {
	background-image: url(/kids/lib/img/cmn/sp/btn_spmenu_close.png);
}

#header .week th,
#header .week td {
	padding: 3px;
	font-size: 1.0rem;
}

#header .week tbody tr:last-child th,
#header .week tbody tr:last-child td {
	padding-top: 0;
}

}

/*----------------------------------------------------*/ 
/* gnavi
-----------------------------------------------------*/ 

#gnavi {
	background: #a6d4cf;
	height: 350px;
}

#gnavi ul {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#gnavi li {
	position: absolute;
	overflow: hidden;
}

#gnavi li span {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#gnavi li.top {
	left: 0px;
	top: 27px;
}

#gnavi li.child {
	left: 168px;
	top: 110px;
}

#gnavi li.mother {
	left: 297px;
	top: 18px;
}

#gnavi li.kyosei {
	left: 446px;
	top: 144px;
}


#gnavi li.form {
	left: 593px;
	top: 10px;
}

#gnavi li.blog {
	left: 765px;
	top: 70px;
}

@media only screen and (max-width: 767px) {

#gnavi {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 100;
	transform: translateY(-100%);
	transition: .3s;
}
	
.js-slidemenu #gnavi {
	transform: translateY(0);
}
	
#gnavi ul {
	width: auto;
	position: relative;
}

#gnavi li {
	position: static;
	border-bottom: solid 1px #a6d4cf;
}
	
#gnavi li a {
	display: block;
	position: relative;
	padding: 13px 0 13px 70px;
	text-decoration: none;
}

#gnavi li span {
	visibility: visible;
	position: static;
	font-size: 1.5rem;
}

#gnavi li img {
	width: 41px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#gnavi li.top a {
	color: #d37194;
}

#gnavi li.child a {
	color: #dda02a;
}

#gnavi li.mother a {
	color: #607fa2;
}

#gnavi li.form a {
	color: #987fa6;
}

#gnavi li.blog a {
	color: #678e78;
}
	
}

/*----------------------------------------------------*/ 
/* footer
-----------------------------------------------------*/ 
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	display: none;
}

#footer {
	background: #a6d4cf;
}

#footer footer {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#footer footer > * {
	width: 490px;
}

#footer .address {
	padding: 15px 0 35px;
	color: #fff;
}

#footer .address .logo {
	margin: 0 0 10px -4px;
}

#footer .address p {
	font-size: 1.6rem;
}

#footer .address .btn {
	margin-top: 10px;
}

#footer .address .btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	height: 28px;
	box-sizing: border-box;
	border-radius: 14px;
	background: #fff;
}

.week table {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.week thead {
	background: #fcd156;
}

.week th,
.week td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.week th {
	font-weight: normal;
}

.week td {
	padding: 10px 5px;
}

.week p {
	font-size: 1.3rem;
	margin-top: 10px;
}

#footer .gmap {
	height: 570px;
}

#footer .gmap iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {

.pagetop {
	width: 35px;
	height: 34px;
	right: 10px;
	bottom: 65px;
}

#footer {
	padding-bottom: 68px;
}

#footer footer {
	width: auto;
	margin: 0 auto;
	display: block;
	padding: 0 15px;
}

#footer footer > * {
	width: auto;
}

#footer .address {
	padding: 10px 0;
}

#footer .address .logo {
	margin: 0 0 10px 0;
	width: 115px;
}

#footer .address p {
	font-size: 1.4rem;
}

#footer .address .btn {
	margin-top: 10px;
}
	
#footer .week {
	display: none;
}

#footer .gmap {
	height: 48vw;
}

}




