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

/* ==================================================
OTANOSHIMI PAGE
================================================== */

#otanoshimiArea {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 250px;
}

#otanoshimiArea .pageHead {
	padding: 0 3%;
}

#otanoshimiArea .areaTtl {
}

#otanoshimiArea .areaTtl img {
}

#otanoshimiArea .eventTtl {
	margin-bottom: 80px;
}

#otanoshimiArea .eventTtl p {
}

#otanoshimiArea .eventTtl p i {
}

#otanoshimiArea .eventTtl .txt {
	margin-bottom: 60px;
}

#otanoshimiArea .eventTtl .txt img {
}

#otanoshimiArea .eventTtl .img {
}

#otanoshimiArea .eventTtl .img img {
}

#otanoshimiArea .borderBox {
	text-align: left;
	margin-bottom: 100px;
}

#otanoshimiArea .borderBox .ttl {
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.4;
}

#otanoshimiArea .borderBox .ttl em {
	display: inline-block;
	background: #fff358;
	padding: 5px 16px;
}

#otanoshimiArea .borderBox p {
	font-size: 1.5rem;
}

#otanoshimiArea .borderBox p em {
}

#otanoshimiArea .borderBox p a {
}

@media screen and (max-width: 900px) {
#otanoshimiArea {
	padding-bottom: 180px;
}

#otanoshimiArea .pageHead {
}

#otanoshimiArea .areaTtl {
}

#otanoshimiArea .areaTtl img {
}

#otanoshimiArea .eventTtl {
}

#otanoshimiArea .eventTtl p {
}

#otanoshimiArea .eventTtl p i {
}

#otanoshimiArea .eventTtl .txt {
}

#otanoshimiArea .eventTtl .txt img {
}

#otanoshimiArea .eventTtl .img {
}

#otanoshimiArea .eventTtl .img img {
}

#otanoshimiArea .borderBox {
}

#otanoshimiArea .borderBox .ttl {
	font-size: 1.7rem;
	margin-bottom: 30px;
	text-align: left;
}

#otanoshimiArea .borderBox .ttl em {
	padding: 5px 12px;
}

#otanoshimiArea .borderBox p {
}

#otanoshimiArea .borderBox p em {
}

#otanoshimiArea .borderBox p a {
}
}

/* timeTable
------------------------------ */

#timeTable {
	background: url("../img/otanoshimi/timetable_bg.png") no-repeat center top;
	background-size: 100% auto;
	padding: 50px 3% 0;
}

#timeTable h2 {
	margin-bottom: 30px;
}

#timeTable h2 img {
}

#timeTable .note {
	margin-bottom: 30px;
}

#timeTable .note p {
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}

#timeTable .note p i {
}

#timeTable .schedule {
}

#timeTable .schedule img {
}

#timeTable .infoBoard {
	margin: 120px 0 0;
}

@media screen and (max-width: 640px) {
#timeTable .infoBoard {
	margin: 15% 0 0;
}
}


@media screen and (max-width: 900px) {
#timeTable {
	background: url("../img/otanoshimi/timetable_bg_sp.png") no-repeat center top;
	background-size: 100% auto;
	/*! padding-top: 50px; */
}

#timeTable h2 {
}

#timeTable h2 img {
}

#timeTable .note {
}

#timeTable .note p {
}

#timeTable .note p i {
}

#timeTable .schedule {
}

#timeTable .schedule img {
}
}


/* イラストアニメーション
------------------------------ */
.illustScroll {
	background: url(../img/otanoshimi/illust_line.png) repeat-x 0 0;
	background-size: auto 100%;
	animation: illust-line 40s linear infinite;
	width: 100%;
	height: 252px;
	position: absolute;
	bottom: -110px;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 900px) {
	.illustScroll {
		animation: illust-line-sp 40s linear infinite;
		height: 200px;
		bottom: -90px;
	}
}

@keyframes illust-line {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1840px 0;
	}
	/* 1840pxとは使用した背景画像の長さ */
}

@keyframes illust-line-sp {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1460px 0;
	}
}

/* ==================================================

================================================== */
#archiveArea {padding-top: 160px;}

@media screen and (max-width: 900px) {
#archiveArea {padding-top: 130px;}
}


/* 
------------------------------ */