@charset "UTF-8";


#wrapper {
	background: url(../img/bg.svg);
	padding-bottom: 60px;
}

#contents {
	color: #717171;
	font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
	margin: 0 auto;
	width: 995px;
}


/*-------------------------- kidsfesta-top
*/
#kidsfesta-top {
	margin-bottom: 70px;
	padding-top: 10px;
	position: relative;
}

#kidsfesta-top h1 {
	margin: 0;
}

#kidsfesta-top h1 img {
	height: auto;
	width: 100%;
}

#kidsfesta-top p {
	left: 350px;
	position: absolute;
	top: 402px;
}


/*-------------------------- event-bl
*/
.event-bl {
	background: #fff;
	position: relative;
}

.event-bl * {
	position: relative;
	z-index: 10;
}

.event-bl h3 {
	margin: 0 0 10px 0;
}

.event-bl h4 {
	margin: 0 0 20px 0;
}

.event-lead {
	color: #b28147;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

.attention {
	font-size: 15px;
}

.event-img {
	position: absolute;
	right: -20px;
	z-index: 0;
}

/* icon */
.event-icon {
	left: 230px;
	position: absolute;
	top: 0;
}

.event-icon img {
	margin-right: 10px;
	vertical-align: top;
}

.event-icon .icon-muryo {
	position: relative;
	top: -10px;
}

/* reception */
.event-reception {
	position: absolute;
	right: 0;
	top: -34px;
}

.event-reception img {
	display: inline-block;
	vertical-align: middle;
}

.event-reception-btn {
	background: #fff798;
	border: 4px solid #999;
	border-radius: 14px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin-left: 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
	vertical-align: middle;
	width: 226px;
}

.event-reception-btn:hover {
	opacity: .7;
}

/* detail */
.event-detail {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.event-detail dt {
	background: #999;
	border-radius: 15px;
	color: #fff;
	float: left;
	height: 28px;
	line-height: 30px;
	text-align: center;
	width: 95px;
}

.event-detail dd {
	line-height: 1.5em;
	margin: 0 0 10px 110px;
	min-height: 28px;
}

.event-detail dd em {
	font-style: normal;
}

.event-detail .t-s {
	font-size: 16px;
}

/* detail2 */
.event-detail2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

.event-detail2 dt {
	float: left;
}

.event-detail2 dd {
	margin-left: 6em;
	word-break: break-all;
}

.event-detail2 dd.detail-sub {
	margin: 0 0 5px 1em;
}

.event-detail2 dd a {
	text-decoration: none;
}

.event-detail2 dd a:hover {
	text-decoration: underline;
}

/* detail2 strong */
.event-detail2.strong {
	font-size: 27px;
	font-weight: bold;
}

.event-detail2.strong dt,
.event-detail2.strong dd > span {
	background: #fff100;
	height: 37px;
}

.event-detail2.strong span {
	display: inline-block;
}

/* detail2 pt2 */
.event-detail2.pt2 dd {
	margin-left: 8em;
}

/* attention bl */
.attention p {
	line-height: 1.4em;
	margin: 0;
}

.attention ol {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.attention ol li {
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

.attention ol li span {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}


/*-------------------------- hajimete
*/
#hajimete {
	background: #fff;
	border-radius: 60px;
	margin-bottom: 70px;
	padding: 0 50px 50px 50px;
}

/* hajimete-ttl */
#hajimete-ttl {
	background: url(../img/hajimete_bg.png) no-repeat 0 0;
	box-sizing: border-box;
	height: 170px;
	left: -4px;
	padding: 50px 10px 0 310px;
	position: relative;
	top: -40px;
	width: 898px;
}

#hajimete-ttl h2 {
	left: 37px;
	position: absolute;
	top: 6px;
}

#hajimete-ttl p {
	color: #b28147;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
}

/* event-bl */
#hajimete .event-bl {
	background: url(../img/hr.png) no-repeat 0 bottom #fff;
	background-size: contain;
	margin-bottom: 50px;
	padding-bottom: 60px;
}

#hajimete .event-bl:last-of-type {
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* youtuber */
#youtuber .event-icon {
	left: 260px;
}

#youtuber .event-reception {
	right: 250px;
}

#youtuber .event-detail dt {
	background: #ea6c99;
}

#youtuber .event-detail2,
#youtuber .event-detail2 dd em {
	color: #ea6c99;
}

#youtuber .event-img {
	top: 0;
}

/* otsukai */
#otsukai .event-icon {
	left: 260px;
}

#otsukai .event-detail dt {
	background: #00aeeb;
}

#otsukai .event-detail2,
#otsukai .event-detail2 dd a,
#otsukai .event-reception-btn {
	color: #00aeeb;
}

#otsukai .event-reception-btn {
	border-color: #00aeeb;
}

#otsukai .event-img {
	top: 190px;
}

/* haihai */
#haihai .event-detail dt {
	background: #e95611;
}

#haihai .event-detail dd em,
#haihai .event-detail2,
#haihai .event-detail2 dd a,
#haihai .event-reception-btn {
	color: #e95611;
}

#haihai .event-reception-btn {
	border-color: #e95611;
}

#haihai .event-img {
	top: 164px;
}

/* katakata */
#katakata .event-detail dt {
	background: #2cb5a9;
}

#katakata .event-detail dd em,
#katakata .event-detail2,
#katakata .event-detail2 dd a,
#katakata .event-reception-btn {
	color: #2cb5a9;
}

#katakata .event-reception-btn {
	border-color: #2cb5a9;
}

#katakata .event-img {
	top: 124px;
}

/* oshigoto */
#oshigoto .event-detail dt {
	background: #6eb92b;
}

#oshigoto .event-detail2,
#oshigoto .event-detail2 dd a,
#oshigoto .event-reception-btn {
	color: #6eb92b;
}

#oshigoto .event-reception-btn {
	border-color: #6eb92b;
}

#oshigoto .event-img {
	right: -20px;
	top: 100px;
}


/*-------------------------- other
*/
#other-event {
	margin-bottom: 50px;
}

#other-event h2 {
	text-align: center;
}

#other-event .event-bl {
	background: #fff;
	border-radius: 60px;
	margin-bottom: 10px;
	padding: 50px;
}

#other-event .event-icon {
	left: auto;
	right: 50px;
	top: 50px;
}

#other-event .event-detail dt {
	background: #ea6c99;
}

#other-event .event-detail dd em ,
#other-event .event-detail2,
#other-event .event-detail2 dd a {
	color: #ea6c99;
}

#other-event .event-img {
	right: 50px;
	top: 195px;
}

/* mamapa */
#mamapa .event-detail.side {
	margin-bottom: 30px;
}

#mamapa .event-detail.side dt,
#mamapa .event-detail.side dd {
	display: inline-block;
}

#mamapa .event-detail.side dt {
	float: none;
}

#mamapa .event-detail.side dd {
	margin: 0 20px 0 5px;
}

#mamapa > .event-img {
	top: 30px;
}

/* mamapa-haihai */
#mamapa-haihai.event-bl {
	background: #fff798;
	border-radius: 0;
	padding: 25px 30px;
}

#mamapa-haihai .event-reception {
	right: 30px;
	top: 20px;
}

#mamapa-haihai .event-reception img {
	position: absolute;
	right: 0;
	top: 120px;
}

#mamapa-haihai .event-reception-btn {
	background: #fff;
	border-color: #ea6c99;
	color: #ea6c99;
}

#mamapa-haihai .event-img {
	top: 230px;
	right: 130px;
}

/* ninja */
#ninja .event-icon {
	left: 280px;
}

#ninja .event-reception {
	right: 120px;
	top: 20px;
}

#ninja .event-detail dd {
	line-height: 1.1em;
	padding-top: 5px;
}

/* sekken */
#sekken .event-icon {
	left: 280px;
}

#sekken .event-reception {
	right: 120px;
	top: 20px;
}

#sekken .event-reception img {
	margin-left: 30px;
}


/*-------------------------- bnr
*/
#bnr {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bnr li {
	margin-bottom: 60px;
}

#bnr li a {
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

#bnr li a:hover {
	opacity: .9;
}


/*-------------------------- flyer
*/
#flyer {
	background: #fff;
	padding: 0 50px 30px 50px;
	position: relative;
}

#flyer h2 {
	position: relative;
	text-align: center;
	top: -20px;
}

#flyer dl {
	margin: 0;
}

#flyer dt,
#flyer dd {
	height: 220px;
	margin: 0 0 70px 0;
}

#flyer dt {
	float: left;
}

#flyer dd {
	margin-left: 240px;
}

#flyer dd img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: inline-block;
	margin-right: 20px;
}

#flyer dd a {
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

#flyer dd a:hover {
	opacity: .8;
}

.flyer-kids {
	left: 60px;
	position: relative;
	top: -25px;
}

.flyer-img {
	bottom: 90px;
	position: absolute;
	right: 90px;
}






@media screen and (max-width: 1015px) {
	#wrapper {
		background-size: 19px 19px;
		padding-bottom: 40px;
	}

	#contents {
		overflow: hidden;
		width: 100%;
	}


	/*-------------------------- kidsfesta-top
	*/
	#kidsfesta-top {
		margin-bottom: 40px;
		padding: 10px 5px 0 5px;
	}

	#kidsfesta-top p {
		left: 34%;
		margin: 0;
		top: 85%;
		width: 100%;
	}
	
	#kidsfesta-top p img {
		height: auto;
		width: 28%;
	}


	/*-------------------------- event-bl
	*/
	.event-bl h3 {
		margin: 0 0 5px 0;
	}
	
	.event-bl h3 img {
		height: 22px;
		width: auto;
	}

	.event-bl h4 {
		margin: 0 0 10px 0;
	}
	
	.event-bl h4 img {
		height: 22px;
		width: auto;
	}

	.event-lead {
		font-size: 14px;
		margin: 0 0 15px 0;
	}

	.attention {
		font-size: 12px;
	}

	.event-img {
		display: block;
		height: auto;
		margin: 0 auto 15px auto;
		position: static;
	}

	/* icon */
	.event-icon {
		left: 85px;
	}
	
	.event-icon img {
		margin-right: 0;
	}
	
	.event-icon .logo-kidsclub {
		height: auto;
		width: 50px;
	}

	.event-icon .icon-muryo {
		height: auto;
		top: -5px;
		width: 30px;
	}

	/* reception */
	.event-reception {
		top: -15px;
	}

	.event-reception img {
		height: auto;
		width: 42px;
	}

	.event-reception-btn {
		border-width: 2px;
		border-radius: 10px;
		font-size: 13px;
		height: 36px;
		line-height: 34px;
		margin-left: 0;
		width: 70px;
	}

	/* detail */
	.event-detail {
		font-size: 13px;
		font-weight: normal;
		margin: 0 0 15px 0;
	}

	.event-detail dt {
		border-radius: 15px;
		float: left;
		height: 20px;
		line-height: 20px;
		width: 50px;
	}

	.event-detail dd {
		line-height: 1.4em;
		margin: 0 0 5px 55px;
		min-height: 20px;
	}
	
	.event-detail dd span {
		display: inline-block;
	}
	
	.event-detail dd br {
		display: none;
	}

	.event-detail .t-s {
		display: inline-block;
		font-size: 12px;
	}

	/* detail2 */
	.event-detail2 {
		font-size: 13px;
		font-weight: normal;
		margin: 0 0 15px 0;
	}
	
	.event-detail2 dt {
		float: none;
	}
	
	.event-detail2 dd,
	.event-detail2.pt2 dd {
		margin: 0 0 5px 0;
		padding-left: .5em;
	}
	
	.event-detail2 dd.detail-sub {
		margin: 0 0 5px 0;
	}

	/* detail2 strong */
	.event-detail2.strong {
		background: #fff100;
		font-size: 16px;
	}
	
	.event-detail2.strong dt,
	.event-detail2.strong dd > span {
		height: auto;
	}
	
	.event-detail2.strong .attention {
		display: inline-block;
	}

	/*-------------------------- hajimete
	*/
	#hajimete {
		border-radius: 20px;
		margin: 0 10px 30px 10px;
		padding: 0 15px 20px 15px;
	}

	/* hajimete-ttl */
	#hajimete-ttl {
		background: #fff;
		border: 2px solid #b28147;
		border-radius: 14px;
		box-sizing: border-box;
		height: auto;
		left: 0;
		padding: 2px 10px 10px 10px;
		top: -30px;
		width: 100%;
	}

	#hajimete-ttl h2 {
		margin: 0 0 5px 0;
		position: static;
		text-align: center;
	}
	
	#hajimete-ttl h2 img {
		height: auto;
		width: 45%;
	}

	#hajimete-ttl p {
		font-size: 11px;
		line-height: 1.4em;
		text-align: center;
	}

	/* event-bl */
	#hajimete .event-bl {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	/* youtuber */
	#youtuber .event-icon {
		left: 85px;
	}

	#youtuber .event-reception {
		right: 0;
	}

	#youtuber .event-img {
		margin: -10px auto 10px auto;
		width: 30%;
	}

	/* otsukai */
	#otsukai .event-icon {
		left: 80px;
	}

	#otsukai .event-img {
		width: 30%;
	}

	/* haihai */
	#haihai .event-img {
		width: 34%;
	}

	/* katakata */
	#katakata .event-icon {
		left: 72px;
	}
	
	#katakata .event-img {
		width: 34%;
	}

	/* oshigoto */
	#oshigoto .event-img {
		width: 30%;
	}


	/*-------------------------- other
	*/
	#other-event {
		margin-bottom: 30px;
	}

	#other-event h2 {
		margin-bottom: 10px;
		padding: 0 10px;
	}
	
	#other-event h2 img {
		height: auto;
		width: 100%;
	}

	#other-event .event-bl {
		border-radius: 20px;
		margin: 0 10px 10px 10px;
		padding: 15px;
	}
	
	#other-event .event-bl h4 img {
		height: 20px;
	}

	#other-event .event-icon {
		right: 20px;
		top: 17px;
	}
	
	#other-event .logo-yuzawaya {
		height: auto;
		width: 70px;
	}

	#other-event .event-img {
		height: auto;
		width: 55%;
	}
	
	/* mishin */
	#other-event #mishin > h4 img {
		height: auto;
		max-width: 335px;
		width: 100%;
	}
	
	/* bonbon */
	#other-event #bonbon > h4 img {
		height: auto;
		max-width: 380px;
		width: 100%;
	}

	/* mamapa */
	#other-event #mamapa > h4 img {
		height: 30px;
	}
	
	#mamapa .event-detail.side {
		margin-bottom: 15px;
	}

	#mamapa .event-detail.side dt,
	#mamapa .event-detail.side dd {
		display: block;
	}

	#mamapa .event-detail.side dt {
		float: left;
	}

	#mamapa .event-detail.side dd {
		margin: 0 0 5px 55px;
	}

	#mamapa > .event-img {
		width: 40%;
	}

	/* mamapa-haihai */
	#mamapa-haihai.event-bl {
		border-radius: 0;
		margin: 0;
		padding: 15px 10px;
	}
	
	#mamapa-haihai h4 {
		padding-right: 76px;
	}
	
	#other-event #mamapa-haihai h4 img {
		height: auto;
		max-width: 197px;
		width: 100%;
	}

	#mamapa-haihai .event-reception {
		right: 10px;
		top: 10px;
	}

	#mamapa-haihai .event-reception img {
		top: 40px;
	}

	#mamapa-haihai .event-img {
		width: 24%;
	}

	/* ninja */
	#ninja .event-icon {
		left: 88px;
	}

	#ninja .event-reception {
		right: 10px;
		top: 10px;
	}

	#ninja .event-detail dd {
		line-height: 1.1em;
		padding-top: 5px;
	}

	/* sekken */
	#other-event #sekken h4 img {
		height: auto;
		max-width: 278px;
		width: 100%;
	}
	
	#sekken .event-icon {
		left: 88px;
	}

	#sekken .event-reception {
		right: 10px;
		top: 3px;
	}

	#sekken .event-reception img {
		margin-left: 5px;
	}
	
	#sekken .event-reception .logo-gyunyu {
		width: 60px;
	}


	/*-------------------------- bnr
	*/
	#bnr li {
		margin: 0 10px 10px 10px;
	}

	#bnr li img {
		height: auto;
		width: 100%;
	}


	/*-------------------------- flyer
	*/
	#flyer {
		margin: 0 10px;
		padding: 0 15px 20px 15px;
	}

	#flyer h2 {
		margin-bottom: 0;
		top: -10px;
	}
	
	#flyer h2 img {
		height: auto;
		width: 100%;
	}

	#flyer dt,
	#flyer dd {
		height: auto;
		margin: 0 0 20px 0;
		text-align: center;
	}

	#flyer dt {
		float: none;
	}
	
	#flyer dt img {
		height: auto;
		width: 30%;
	}

	#flyer dd {
		margin-left: 0;
	}

	#flyer dd img {
		display: block;
		height: auto;
		margin: 0 auto 10px auto;
		width: 70%;
	}

	#flyer dd .flyer-kids {
		position: static;
		width: 42%;
	}

	.flyer-img {
		display: block;
		height: auto;
		margin: 0 auto;
		position: static;
		width: 50%;
	}
}








