@charset "UTF-8";
/*--------------------------------------------------------------
#category_title
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#category_title {
		background: url("image/title_ground.jpg") top center no-repeat;
		background-size: cover;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {

	#category_title {
		background: url("image/title_ground.jpg") top center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

}


/*--------------------------------------------------------------
#features_area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#features_area {
		margin: 0;
		padding: 30px 0 0 0;
		background: url("../../../image/ground_2.png") top center no-repeat;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
		position: relative;
	}
	
	#features_area ul {
		margin: 0 5%;
		padding: 20px 0 0 0;
	}
	
	#features_area ul li {
		margin: 0 0 50px 0;
		padding: 0;
	}
	
	#features_area ul li:nth-child(3) {
		margin: 0 0 50px 0;
		padding: 0;
	}
	
	#features_area ul li:nth-child(4) {
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#features_area dl {
		margin: 0 30px;
		padding: 0;
	}
	
	#features_area dt:nth-child(1) {
		margin: 0 0 5px 0;
		padding: 0 0 15px 0;
		line-height: 0;
		position: relative;
	}
	
	#features_area dt:nth-child(1) img {
		border-radius: 20px;
	}
	
	#features_area dt:nth-child(2) {
		margin: 0 0 15px 0;
		padding: 0;
		text-align: center;
		font-size: 23px;
		color: #660230;
		font-weight: 500;
	}
	
	#features_area dd {
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 2;
	}
	
	#features_area dt span {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 70px;
	}
	
	.tentomushi {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 85px;
		left: 5%;
		width: 60px;
		height: auto;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#features_area {
		margin: 0;
		padding: 50px 0 0 0;
		background: url("../../../image/ground_2.png") top center no-repeat;
		-webkit-background-size: 1460px auto;
		background-size: 1460px auto;
		position: relative;
	}
	
	#features_area ul {
		margin: 0 auto;
		padding: 20px 0 0 0;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 980px;
	}
	
	#features_area ul li {
		margin: 0 0 80px 0;
		padding: 0;
		width: 50%;
	}
	
	#features_area ul li:nth-child(3),
	#features_area ul li:nth-child(4) {
		margin: 0;
		padding: 0;
	}
	
	#features_area dl {
		margin: 0 30px;
		padding: 0;
	}
	
	#features_area dt:nth-child(1) {
		margin: 0 0 5px 0;
		padding: 0 0 15px 0;
		line-height: 0;
		position: relative;
	}
	
	#features_area dt:nth-child(1) img {
		border-radius: 20px;
	}
	
	#features_area dt:nth-child(2) {
		margin: 0 0 15px 0;
		padding: 0;
		text-align: center;
		font-size: 23px;
		color: #660230;
		font-weight: 500;
	}
	
	#features_area dd {
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 2;
	}
	
	#features_area dt span {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 70px;
	}
	
	.tentomushi {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		left: 10%;
		width: 110px;
		height: auto;
	}

}

/*--------------------------------------------------------------
#openspace
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#openspace {
		margin: 0 0 50px 0;
		padding: 200px 0 0 0;
		position: relative;
		overflow: hidden;
		background: url("../../../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
	}
	
	#openspace h4 {
		margin: 0 0 40px 0;
		padding: 0 10%;
		font-family: 'RocknRoll One', sans-serif;
		font-size: 23px;
		color: #660330;
		text-align: left;
	}
	
	#openspace h4 span {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	#openspace img {
		border-radius: 20px;
	}
	
	#openspace dl {
		margin: 0 5% 40px 5%;
		padding: 0;
	}
	
	#openspace dt {
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	#openspace dd {
		margin: 0 10%;
		padding: 0;
		font-size: 14px;
		line-height: 2;
	}
	
	#openspace ul {
		margin: 0 10%;
		padding: 0;
	}
	
	#openspace li {
		margin: 0 0 0 40%;
		padding: 0;
	}
	
	#openspace li:first-child {
		margin: 0 20% 20px 0;
		padding: 0;
	}
	
	#openspace p {
		margin: 0;
		padding: 0;
		width: 200px;
		position: absolute;
		top: 0;
		right: 20%;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#openspace {
		margin: 0 0 80px 0;
		padding: 200px 0 0 0;
		position: relative;
		overflow: hidden;
		background: url("../../../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 1480px auto;
		background-size: 1480px auto;
	}
	
	#openspace h4 {
		margin: 0 0 40px 0;
		padding: 0;
		font-family: 'RocknRoll One', sans-serif;
		font-size: 30px;
		color: #660330;
		text-align: center;
	}
	
	#openspace h4 span {
		margin: 0;
		padding: 0;
		display: block;
	}
	
	#openspace img {
		border-radius: 20px;
	}
	
	#openspace dl {
		margin: 0 auto 40px auto;
		padding: 0;
		width: 900px;
	}
	
	#openspace dt {
		margin: 0 0 30px 0;
		padding: 0;
	}
	
	#openspace dd {
		margin: 0 auto;
		padding: 0;
		width: 700px;
		font-size: 14px;
		line-height: 2;
	}
	
	#openspace ul {
		margin: 0 auto;
		padding: 0;
		width: 900px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#openspace li {
		margin: 0;
		padding: 0;
		width: 50%;
	}
	
	#openspace li:first-child {
		margin: 0 35px 0 0;
		padding: 0;
		width: 50%;
	}
	
	#openspace p {
		margin: 0;
		padding: 0;
		width: 350px;
		position: absolute;
		top: 30px;
		right: 3%;
	}
	

}

/*--------------------------------------------------------------
#lesson
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#lesson {
		margin: 0 0 50px 0;
		padding: 80px 0 80px 0;
		background: #E6F2F1;
		position: relative;
	}
	
	#lesson h4 {
		margin: 0 0 20px 0;
		padding: 0;
		color: #660330;
		text-align: center;
		font-size: 28px;
		font-family: 'RocknRoll One', sans-serif;
	}
	
	#lesson p {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}
	
	#lesson ul {
		margin: 0;
		padding: 0;
	}
	
	#lesson li {
		margin: 0 10% 20px 10%;
		padding: 0;
		text-align: center;
	}
	
	#lesson dl {
		margin: 0;
		padding: 0;
	}
	
	#lesson dt {
		margin: 0 0 20px 0;
		padding: 0 5% 20px 5%;
		position: relative;
		text-align: center;
	}
	
	#lesson dt span {
		margin: 0;
		padding: 10px 30px;
		font-size: 21px;
		color: #660330;
		font-weight: 500;
		background: #FFF;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: inline-block;
	}
	
	#lesson li:nth-child(1) span {
		width: 80%;
	}
	
	#lesson li:nth-child(2) span {
		width: 70%;
	}
	
	#lesson li:nth-child(3) span {
		width: 100%;
	}
	
	#lesson dd {
		margin: 0;
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	
	.usagi {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 3%;
		top: -60px;
		width: 110px;
		z-index: 1;
	}
	
	.wood2 {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 5%;
		bottom: -20px;
		width: 150px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#lesson {
		margin: 0 0 50px 0;
		padding: 80px 0 120px 0;
		background: #E6F2F1;
		position: relative;
	}
	
	#lesson h4 {
		margin: 0 0 20px 0;
		padding: 0;
		color: #660330;
		text-align: center;
		font-size: 30px;
		font-family: 'RocknRoll One', sans-serif;
	}
	
	#lesson ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#lesson li {
		margin: 0 30px;
		padding: 0;
		width: 280px;
	}
	
	#lesson dl {
		margin: 0;
		padding: 0;
	}
	
	#lesson dt {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		position: relative;
		text-align: center;
	}
	
	#lesson dt span {
		margin: 0;
		padding: 10px 30px;
		font-size: 21px;
		color: #660330;
		font-weight: 500;
		background: #FFF;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: inline-block;
	}
	
	#lesson dd {
		margin: 0;
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	
	.usagi {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 5%;
		top: -50px;
		width: 150px;
		z-index: 1;
	}
	
	.wood2 {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 5%;
		bottom: -20px;
		width: 220px;
	}

}


