@charset "UTF-8";

/*----------------------------------------------------*/ 
/* structure
-----------------------------------------------------*/ 

#gnavi {
	height: 320px;
}

#contents {
	background: #f7efe7;
}

@media only screen and (max-width: 767px) {

#gnavi {
	height: auto;
}
	
}

/*----------------------------------------------------*/ 
/* mother
-----------------------------------------------------*/ 

#mother {
	position: relative;
}

#mother .svg_bg {
	height: 50px;
	top: 0;
	z-index: 1;
}

#mother .mother {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 150px;
}

#mother h1 {
	position: absolute;
	top: -90px;
	left: 0;
	z-index: 2;
}

#mother .forest {
	position: absolute;
	top: -75px;
	right: 95px;
	z-index: 2;
}


@media only screen and (max-width: 767px) {

#mother .svg_bg {
	height: 25px;
}

#mother .mother {
	width: auto;
	padding-top: 0;
}

#mother h1 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px 15px;
}

#mother .forest {
	display: none;
}

}


/*----------------------------------------------------*/ 
/* column2
-----------------------------------------------------*/ 

.column > section {
	overflow:hidden;
	padding-bottom: 30px;
}

.column .photoL2 {
	min-height: 390px;
}

.column .photoL2 > * {
	padding-left: 400px;
}

.column .photoL2 > *.clr {
	padding-left: 0;
}

.column .photo_r {
	float:right;
	padding: 0 0 10px 10px;
	margin-top: -73px;
}

.column .photo_l {
	float:left;
	padding: 0 10px 10px 0;
	margin-top: -73px;
}

.column .photo_l.leafphoto {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {

.column .photoL2 > * {
	padding-left: 0;
}

.column .photo_r {
	float:right;
	padding: 0 0 10px 10px;
	margin-top: 0;
	width: 45vw;
}

.column .photo_l {
	float:right;
	padding: 0 10px 10px 0;
	margin-top: 0;
	width: 45vw;
}
	
.column .photo_l.spwide {	
	float: none;
	padding: 0 0 20px 0;
	width: 100%;
	text-align: center;
}
	
}

/*----------------------------------------------------*/ 
/* dotLineBlock
-----------------------------------------------------*/ 

.dotLineBlock {
	width: 1000px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.dotLineBlock.clr {
	clear: both;
	background: url(/kids/lib/img/mother/line_dotted.png) repeat-x left top;
	margin-bottom: 30px;
	padding-left: 0;
}

.dotLineBlock > * {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	background: url(/kids/lib/img/mother/line_dotted_vertical.png) repeat-y 500px top;
	background: none;
	position: relative;
}

.dotLineBlock > *:after {
	content: "";
	height: 25px;
	display: block;
	width: 100%;
	background: url(/kids/lib/img/mother/line_dotted.png) repeat-x left bottom;
}

.dotLineBlock > .rLine {
	padding-left: 25px;
}

.dotLineBlock > .rLine:after {
	width: calc(100% + 25px);
	margin-left: -25px;
}

.dotLineBlock > .rLine:before {
	content: "";
	height: 100%;
	width: 4px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	background: url(/kids/lib/img/mother/line_dotted_vertical.png) repeat-y left top;
}


.dotLineBlock > section.wide {
	padding-left: 0;
	width: 100%;
	background: none;
}


@media only screen and (max-width: 767px) {

.column .photo.left.spwide {
	width: 100%;
	box-sizing: border-box;
	float: none;
	padding: 0 0 15px 0;
}
	
.dotLineBlock {
	width: 100%;
	display: block;
	margin: 0 auto 0;
}

.dotLineBlock.clr {
	background: none;
}	
	
.dotLineBlock > * {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	background: none;
}

.dotLineBlock > *:after {
	display: none;
}

.dotLineBlock > .rLine {
	padding-left: 0;
}

.dotLineBlock > .rLine:before {
	display: none;
}

	
}


/*----------------------------------------------------*/ 
/* dotLineBlock
-----------------------------------------------------*/ 

ul.leaf {
	padding-bottom:60px;
}

ul.leaf li {
	margin-bottom: 20px;
	padding-left: 55px;
	background: url(/kids/lib/img/mother/icon_leaf.png) no-repeat 0 0;
	font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {

ul.leaf li {
	font-size: 1.5rem;
}

	
}

/*----------------------------------------------------*/ 
/* column
-----------------------------------------------------*/ 

@media only screen and (max-width: 767px) {

	.column h3 {
	background: #b4d2dc;
}
	
}
