@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*紺色*/
/*灰色*/
/*灰色*/
/*灰色*/
/*ベージュ*/
/*青*/
#kids #header .header_logo a {
	background: url("../images/common/header_logo02.png") top left no-repeat;
}
#kids #header .navInfo li a, #kids #header .gnav li a {
	color: #444;
}
#kids #header .navInfo .navInfo_news a {
	background: url("../images/common/header_ico_news02.png") top 50% left no-repeat;
}
#kids #header .navInfo .navInfo_access a {
	background: url("../images/common/header_ico_access02.png") top 50% left no-repeat;
}
#kids #header #fixMenu {
	background: #000;
}
#kids #header #fixMenu .gnav li {
	color: #FFF;
}
#kids #header #fixMenu .gnav li a {
	color: #FFF;
}
#page_ttl {
	margin: 20px 0;
	background: url("../images/kids/fv_bg.jpg") top center no-repeat;
}
#page_ttl .content {
	padding: 0;
}
#activity .content {
	padding: 70px 0;
}
#activity .activity_list {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#activity .activity_list_item {
	width: 350px;
	margin: 0 0 60px 75px;
}
#activity .activity_list_item .activity_img {
	margin-bottom: 30px;
}
#activity .activity_list_item .activity_textarea .activity_ttl {
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 1.2;
	letter-spacing: 2.0;
	text-align: center;
}
#activity .activity_list_item .activity_textarea .activity_text {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: .2em;
}
#activity .activity_list_item:nth-child(3n+1) {
	margin-left: 0;
}
#activity .activity_list_item.noimage {
	width: 100%;
	margin: 0 0 20px;
}
#activity .activity_list_item.noimage .activity_textarea {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
#activity .activity_list_item.noimage .activity_textarea .activity_ttl {
	margin: 0 40px 0 0;
}
#activity .activity_list_item.noimage .activity_textarea .activity_text {
	margin: 0;
}
#activity .activity_price {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 70px;
	border-bottom: #CCC 2px solid;
}
#activity .activity_price .table_basic {
	width: 600px;
}
#activity .activity_price .common_note {
	width: 570px;
}
#activity .strider {
	justify-content: space-between;
	padding: 70px 0 0;
}
#activity .strider .strider_ttl {
	width: 520px;
	height: 230px;
	padding: 30px 0 0;
	background: url("../images/kids/kids_strider_ttl.png") top center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.2;
}
#activity .strider .strider_ttl span {
	font-size: 2.0rem;
}
#activity .strider .table_basic {
	width: 600px;
}
#activity .strider2 {
	justify-content: space-between;
	padding: 70px 0 0;
}
#activity .strider2 .strider_ttl {
	width: 520px;
	height: 230px;
	padding: 30px 0 0;
	background: url("../images/kids/kids_strider2_ttl.png") top center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.2;
}
#activity .strider2 .strider_ttl span {
	font-size: 2.0rem;
}
#activity .strider2 .table_basic {
	width: 600px;
}
@media screen and (max-width: 640px) {
	#kids #header .header_logo {
		width: 44.7368421053vw;
		/*(340/760)*100vw*/
		top: 3.9473684211vw;
		/*(30/760)*100vw*/
		left: 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	#kids #header .header_logo a {
		width: 44.7368421053vw;
		height: 8.9473684211vw;
		background-size: contain;
	}
	#kids #header .drawer_button.active .drawer_bar {
		background-color: #FFF;
	}
	#kids #header .drawer_button .drawer_bar {
		background-color: #444;
	}
	#kids #header .drawer_menu_wrapper {
		background-color: #444;
	}
	#kids #header .gnav li {
		border-bottom: #FFF 1px solid;
		border-left: #FFF 1px solid;
	}
	#kids #header .gnav li:nth-child(-n+2) {
		border-top: #FFF 1px solid;
	}
	#kids #header .gnav li a {
		color: #FFF;
	}
	#page_ttl {
		margin: 0 0 7.8947368421vw;
		background: none;
	}
	#page_ttl .inner {
		padding: 0;
	}
	#activity .content {
		padding: 9.2105263158vw 0;
	}
	#activity .activity_list {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 5.2631578947vw;
		/*(40/760)*100vw*/
	}
	#activity .activity_list_item {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 5.2631578947vw;
	}
	#activity .activity_list_item .activity_img {
		width: 32.8947368421vw;
		/*(250/760)*100vw*/
		margin: 0;
	}
	#activity .activity_list_item .activity_textarea {
		width: 55.9210526316vw;
		/*(425/760)*100vw*/
	}
	#activity .activity_list_item .activity_textarea .activity_ttl {
		margin-bottom: 2.6315789474vw;
		/*(20/760)*100vw*/
		font-size: 3.4210526316vw;
		/*(26/760)*100vw*/
		letter-spacing: 0;
		text-align: left;
	}
	#activity .activity_list_item .activity_textarea .activity_text {
		margin-bottom: 1.3157894737vw;
		/*(10/760)*100vw*/
		font-size: 3.1578947368vw;
		/*(24/760)*100vw*/
		line-height: 1.6;
		letter-spacing: .1em;
	}
	#activity .activity_list_item.noimage {
		margin: 0 0 5.2631578947vw;
	}
	#activity .activity_list_item.noimage .activity_textarea {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	#activity .activity_list_item.noimage .activity_textarea .activity_ttl {
		margin: 0 0 2.6315789474vw 0;
	}
	#activity .activity_price {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0 0 9.2105263158vw;
	}
	#activity .activity_price .table_basic {
		width: 100%;
		margin: 0 0 3.9473684211vw;
	}
	#activity .activity_price .common_note {
		width: 100%;
	}
	#activity .strider {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 9.2105263158vw 0 0;
	}
	#activity .strider .strider_ttl {
		width: 100%;
		height: 30vw;
		margin: 0 0 3.9473684211vw;
		padding: 3.9473684211vw 0 0;
		background-position: right bottom;
		font-size: 3.9473684211vw;
		letter-spacing: .3em;
	}
	#activity .strider .strider_ttl span {
		font-size: 3.1578947368vw;
		letter-spacing: .1em;
	}
	#activity .strider .table_basic {
		width: 100%;
	}
	#activity .strider2 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 9.2105263158vw 0 0;
	}
	#activity .strider2 .strider_ttl {
		width: 100%;
		height: 30vw;
		margin: 0 0 3.9473684211vw;
		padding: 3.9473684211vw 0 0;
		background-position: right bottom;
		font-size: 3.9473684211vw;
		letter-spacing: .3em;
	}
	#activity .strider2 .strider_ttl span {
		font-size: 3.1578947368vw;
		letter-spacing: .1em;
	}
	#activity .strider2 .table_basic {
		width: 100%;
	}
}
#activity #slide .col2_wrap {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	#activity #slide .col2_wrap {
		display: block;
	}
}
#activity #slide .col2_wrap .col2_item {
	width: 570px;
}
@media screen and (max-width: 640px) {
	#activity #slide .col2_wrap .col2_item {
		width: 100%;
	}
}
#activity #slide .content {
	position: relative;
}
#activity #slide .content:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	width: 570px;
	height: 2px;
	background: #CCC;
}
@media screen and (max-width: 640px) {
	#activity #slide .content:before {
		width: calc((700/760)*100vw);
	}
}
#activity #slide .mttl {
	margin: 0 0 60px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .3em;
}
@media screen and (max-width: 640px) {
	#activity #slide .mttl {
		margin-bottom: calc((30/760)*100vw);
	}
}
#activity #slide .mttl .new {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#activity #slide .mttl .new {
		margin: 0 auto calc((10/760)*100vw);
		width: calc((105/760)*100vw);
	}
}
#activity #slide.mttl .en {
	font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
	#activity #slide .mttl .en {
		font-size: calc((40/760)*100vw);
	}
}
#activity #slide .mttl .jp {
	font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
	.activity .mttl .jp {
		font-size: calc((30/760)*100vw);
	}
}