@charset "utf-8";

.main_inner {
	font-size: 1.2em;
}

.main_inner h2 span:nth-child(1) {
	color: #d00;
}
.main_inner h2 span:nth-child(2) {
	color: #00d;
}
.main_inner h2 span:nth-child(3) {
	color: #fc0;
}
.main_inner h2 span:nth-child(4) {
	color: #393;
}
.main_inner h2 span:nth-child(5) {
	color: #d00;
}
.main_inner h2 span:nth-child(6) {
	color: #00d;
}
.main_inner h2 span:nth-child(7) {
	color: #909;
}

#children_link {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}
#children_link li {
	display: block;
	width: 9em;
	height: 9em;
	font-size: 1.5em;
	font-weight: 900;
	background-color: #7fc0ed;
	border-radius: 50%;
	padding: 0;
	margin: 1em;
	position: relative;
	overflow: hidden;
}
#children_link li:nth-child(1),
.color_1 span,
.color_1::before {
	background-color: #339;
}
#children_link li:nth-child(2),
.color_2 span,
.color_2::before {
	background-color: #fc0;
}
#children_link li:nth-child(3),
.color_3 span,
.color_3::before {
	background-color: #f99;
}
#children_link li:nth-child(4),
.color_4 span,
.color_4::before {
	background-color: #393;
}
#children_link li:nth-child(5),
.color_5 span,
.color_5::before {
	background-color: #939;
}

#children_link li a {
	line-height: 1.4em;
	display: block;
	text-align: center;
	padding: 3em 0;
	width: 100%;
	height: calc( 100% - 6em );
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#children_link li a:hover {
}
/*#children_link li a span {
	display: inline;
	background: linear-gradient(transparent 75%, rgba(255,211,122,1) 0%);
	transform: skewX(-20deg);
	padding: 0 1px 0px;
}*/
#children_link li::after {
	content: "";
	display: block;
	width: 25%;
	height: 30%;
	background-image: url("../img/01_bookn-s.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 13%;
	bottom: 7%;
}

h3 img {
	display: inline-block;
	height: 1em;
	width: auto;
	margin-right: 8px;
}

