@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width: 801px), print {


#nurseryArea {
	padding: 60px;
}

	#nurseryArea ul {
		width: 1040px;
		margin: 0 auto;
		margin-bottom: 60px;

	}
	#nurseryArea ul li {
		float: left;
		width: 130px;
		text-align: center;
		margin: 0 7px;
		
	}
	#nurseryArea ul li:nth-child(1) {
		margin-left: 0px;
	}
	#nurseryArea ul li:nth-child(6) {
		margin-right: 0px;
	}
	
	#nurseryArea ul li a {
		color: #FFF;
		display: block;
		background: #d680b9;
		padding: 10px 0;
		
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
		transition: 0.1s all ease 0s;
	}
	#nurseryArea ul li a:hover {
		box-shadow: none;
		transform: translate3d(4px, 4px, 0);
	}



	#nurseryArea .set {
		margin: 0 auto;
		max-width: 1300px;
		min-width: 1040px;
		position: relative;
		min-height: 640px;
	}
		#nurseryArea .set.rightB .pht {
			position: absolute;
			top: 0px;
			left: 0;
		}
		#nurseryArea .set.rightB dl {
			width: 465px;
			position: absolute;
			top: 40px;
			right: 0;
			background: #fdf8fb;
			padding: 30px;
			
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
		}
		#nurseryArea .set.leftB .pht {
			position: absolute;
			top: 0px;
			right: 0;
		}
		#nurseryArea .set.leftB dl {
			width: 465px;
			position: absolute;
			top: 40px;
			left: 0;
			background: #fdf8fb;
			padding: 30px;
			
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
		}
		
		
		
		
		
		#nurseryArea .set dl dt {
			font-size: 143%;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
		#nurseryArea .set dl dd {
		}
			#nurseryArea .set dl dd table {
				width: 100%;
				border-collapse: collapse;
			}
			#nurseryArea .set dl dd table th {
				text-align: left;
				vertical-align: top;
				color: #d680b9;
				border-bottom: solid 1px #e4e4e4;
				padding: 10px 0;
			}
		
			#nurseryArea .set dl dd table td {
				text-align: left;
				vertical-align: top;
				border-bottom: solid 1px #e4e4e4;
				padding: 10px 0;
			}
		
		
			#nurseryArea .set dl dd table tr.last th,
			#nurseryArea .set dl dd table tr.last td {
				border-bottom: none;
			}
			
			
			
			

}






/* SP */
@media only screen and (max-width: 800px) {



#nurseryArea {
	padding: 5%;
}

	#nurseryArea ul {
		margin-bottom: 5%;

	}
	#nurseryArea ul li {
		float: left;
		width: 48%;
		text-align: center;
		margin: 1%;
		
	}
	
	#nurseryArea ul li a {
		color: #FFF;
		display: block;
		background: #d680b9;
		padding: 10px 0;
		
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
		transition: 0.1s all ease 0s;
	}
	#nurseryArea ul li a:hover {
		box-shadow: none;
		transform: translate3d(4px, 4px, 0);
	}



	#nurseryArea .set {
		margin-bottom: 5%;
	}
		#nurseryArea .set .pht {
			width: 100%;
			height: auto;
		}
		#nurseryArea .set dl {
			background: #fdf8fb;
			padding: 8% 5%;
		}
		
		
		
		
		
		#nurseryArea .set dl dt {
			font-size: 116%;
			font-weight: bold;
			margin-bottom: 10px;
		}
		
		#nurseryArea .set dl dd {
		}
			#nurseryArea .set dl dd table {
				width: 100%;
				border-collapse: collapse;
			}
			#nurseryArea .set dl dd table th {
				width: 100%;
				display: block;
				text-align: left;
				vertical-align: top;
				color: #d680b9;
				padding-top: 2%;
			}
		
			#nurseryArea .set dl dd table td {
				width: 100%;
				display: block;
				text-align: left;
				vertical-align: top;
				border-bottom: solid 1px #e4e4e4;
				padding-bottom: 2%;
			}
		
		
			#nurseryArea .set dl dd table tr.last th,
			#nurseryArea .set dl dd table tr.last td {
				border-bottom: none;
			}
	

}



