@charset 'utf-8';


.pagenation {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.pagenation ul {
	list-style: none;
	width: 100%;
	height: 12px;
	padding: 10px;
	margin: 0;
	text-align: center;
}

.pagenation li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.pagenation li.current {
	background: #b4d997;
}

.flickity-page-dots {
	list-style: none;
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.flickity-page-dots li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.flickity-page-dots li.is-selected {
	background: #1a1a1a;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	.pagenation {
		display: none;
	}

	.flickity-page-dots {
		display: none;
	}
}



#eventblock {
	width: 100%;
	padding-top: 20px;
	position: relative;
}

#eventblock > .inner {
	width: 100%;
	position: relative;
}

#eventblock a {
	text-decoration: none;
}

#eventblock .btnarea {
	font-size: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#eventblock .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #8c121b;
	line-height: 1;
	vertical-align: middle;
}

#eventblock .btnarea a:hover,
#eventblock .btnarea a.hover {
	background: #8c121b;
	color: #fff;
}

#eventblock .btnarea span {
	vertical-align: middle;
}

#eventblock .btnarea span:before,
#eventblock .btnarea span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#eventblock .btnarea span:before {
	content: '\f114';
	margin-right: .5em;
}

#eventblock .btnarea span:after {
	content: '\f1b3';
	margin-left: .5em;
}

.eventlist {
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}

.eventlist .viewport {
	list-style: none;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.eventlist .viewport li.articleitem {
	list-style: none;
	padding: 5px 20px;
	position: relative;
	cursor: pointer;
}

.eventlist .viewport li.articleitem > .inner {
	width: 100%;
	padding: 15px;
	padding-left: 80px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	overflow: hidden;
	position: relative;
}

.eventlist .viewport li.articleitem time {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 10px;
}

.eventlist .viewport li.articleitem time span {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 18px;
	color: #8c121b;
	font-family: 'BuenaParkJF';
	speak: none;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	line-height: 1;
	letter-spacing: -.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.eventlist .viewport li.articleitem time:before,
.eventlist .viewport li.articleitem time:after {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 50px;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
}

.eventlist .viewport li.articleitem time:before {
	content: '\e904';
	color: #fff;
}

.eventlist .viewport li.articleitem time:after {
	content: '\e903';
	color: #8c121b;
}

.eventlist .viewport li.articleitem header {
	display: inline-block;
	padding-left: 55px;
	overflow: hidden;
}

.eventlist .viewport li.articleitem .time,
.eventlist .viewport li.articleitem .owner {
	display: block;
	padding-left: 1.2em;
	color: #377309;
	font-size: 12px;
	line-height: 1.2em;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.eventlist .viewport li.articleitem .owner {
	padding-bottom: .5em;
}

.eventlist .viewport li.articleitem .time:before,
.eventlist .viewport li.articleitem .owner:before {
	display: inline-block;
	font-size: 12px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
}

.eventlist .viewport li.articleitem .time:before {
	content: '\f1f4';
}

.eventlist .viewport li.articleitem .owner:before {
	content: '\f1ec';
}

.eventlist .viewport li.articleitem h1 {
	height: auto;
	padding-bottom: 1em;
	color: #8c121b;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eventlist .viewport li.articleitem h1 a {
	color: #8c121b;
}

.eventlist .viewport li.articleitem.is-selected .time,
.eventlist .viewport li.articleitem.is-selected .owner,
.eventlist .viewport li.articleitem.is-selected h1,
.eventlist .viewport li.articleitem.is-selected h1 a {
	color: #fff;
}

.eventlist .viewport li.articleitem.hover .time,
.eventlist .viewport li.articleitem.hover .owner {
	color: #377309;
}

.eventlist .viewport li.articleitem.hover h1,
.eventlist .viewport li.articleitem.hover h1 a {
	color: #8c121b;
}

.eventlist .viewport li.articleitem figure {
	width: 60px;
	padding-top: 60px;
	border-radius: 50%;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 65px;
}

.eventlist .viewport li.articleitem figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.eventlist .shelfbtn {
	display: none;
}

@media only screen and (max-width: 640px) {

	.eventlist .viewport li.articleitem.hover > .inner {
		background: #8c121b;
	}

	.eventlist .viewport li.articleitem.hover .time,
	.eventlist .viewport li.articleitem.hover .owner,
	.eventlist .viewport li.articleitem.hover h1,
	.eventlist .viewport li.articleitem.hover h1 a {
		color: #fff;
	}

	.eventlist .viewport li.articleitem.hover:after {
		content: '\f1b5';
		display: inline-block;
		height: 30px;
		margin-top: -15px;
		color: #fff;
		font-size: 30px;
		font-family: 'flaticon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-indent: 0;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		opacity: .6;
		position: absolute;
		top: 50%;
		right: 30px;
	}
}

@media only screen and (min-width: 641px) {

	.eventlist .viewport {
		padding-bottom: 30px;
	}

	.eventlist .viewport li.articleitem {
		display: inline-block;
		float: left;
	}

	.eventlist .viewport li.articleitem.is-selected > .inner {
		background: #8c121b;
	}

	.eventlist .viewport li.articleitem.hover > .inner {
		background: #fde7ea;
	}

	.eventlist .viewport li.articleitem header {
		display: block;
		width: 100%;
		padding: 0;
	}

	.eventlist .viewport li.articleitem h1 {
		height: 4.7em;
		padding: 0;
	}

	.eventlist .viewport li.articleitem figure {
		width: 100%;
		padding-top: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.eventlist .shelfbtn {
		display: block;
		width: 60px;
		height: 60px;
		margin-top: -30px;
		border: none;
		outline: none;
		border-radius: 50%;
		background: #fff;
		color: #8c121b;
		position: absolute;
		top: 50%;
	}

	.eventlist .shelf_prev {
		left: 0;
	}

	.eventlist .shelf_next {
		right: 0;
	}

	.eventlist .shelfbtn:hover,
	.eventlist .shelfbtn.hover {
		background: #8c121b;
		color: #fff;
	}

	.eventlist .shelfbtn span {
		display: none;
	}

	.eventlist .shelfbtn i {
		display: inline-block;
		width: 100%;
		height: 100%;
		font-style: normal;
		text-align: center;
		vertical-align: center;
	}

	.eventlist .shelfbtn i:before {
		display: inline-block;
		font-size: 40px;
		font-family: 'flaticon';
		font-weight: normal !important;
		text-align: center;
		text-indent: 0;
		line-height: 60px;
		vertical-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.eventlist .shelf_prev i:before {
		content: '\f1bd';
		padding-right: .2em;
	}

	.eventlist .shelf_next i:before {
		content: '\f1be';
		padding-left: .2em;
	}

	.eventlist .shelfbtn.disabled {
		opacity: .3;
	}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {

	.eventlist .viewport li.articleitem {
		width: 196px;
		padding: 8px;
	}

	.eventlist .viewport li.articleitem > .inner {
		height: 330px;
		padding: 20px;
		padding-top: 40px;
	}

	.eventlist .viewport li.articleitem figure {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 769px) {

	#eventblock {
		padding-bottom: 20px;
	}

	#eventblock .btnarea {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		font-size: 16px;
	}

	#eventblock .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		box-shadow: 0 2px 0 rgba(0,0,0,.3);
	}

	#eventblock .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.eventlist {
		height: 400px;
	}

	.eventlist .viewport {
		padding-bottom: 20px;
	}

	.eventlist .viewport li.articleitem {
		width: 230px;
		padding: 5px;
	}

	.eventlist .viewport li.articleitem > .inner {
		height: 370px;
		padding: 30px;
		padding-top: 50px;
	}

	.eventlist .viewport li.articleitem figure {
		margin-bottom: 30px;
	}

	.eventlist .viewport li.articleitem h1 {
		font-size: 14px;
	}
}




#infoblock {
	width: 100%;
	padding-top: 20px;
	position: relative;
}

#infoblock > .inner {
	width: 100%;
	position: relative;
}

#infoblock a {
	text-decoration: none;
}

#infoblock .btnarea {
	font-size: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#infoblock .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #9ad969;
	line-height: 1;
	vertical-align: middle;
}

#infoblock .btnarea a:hover,
#infoblock .btnarea a.hover {
	background: #9ad969;
	color: #fff;
}

#infoblock .btnarea span {
	vertical-align: middle;
}

#infoblock .btnarea span:before,
#infoblock .btnarea span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#infoblock .btnarea span:before {
	content: '\f128';
	margin-right: .5em;
}

#infoblock .btnarea span:after {
	content: '\f183';
	margin-left: .5em;
}

.articlelist {
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}

.articlelist .viewport {
	list-style: none;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.articlelist .viewport li.articleitem {
	display: inline-block;
	list-style: none;
	width: 196px;
	padding: 8px;
	float: left;
	position: relative;
	cursor: pointer;
}

.articlelist .viewport li.articleitem > .inner {
	width: 100%;
	padding: 10px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	overflow: hidden;
	position: relative;
}

.articlelist .viewport li.articleitem.is-selected > .inner {
	background: #9ad969;
}

.articlelist .viewport li.articleitem.hover > .inner {
	background: #f1fde9;
}

.articlelist .viewport li.articleitem figure {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 100%;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.articlelist .viewport li.articleitem figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.articlelist .viewport li.articleitem time {
	display: block;
	margin: 0 0 5px 0;
	color: #9ad969;
	font-size: 10px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.articlelist .viewport li.articleitem h1 {
	height: 4.7em;
	color: #73a34f;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.articlelist .viewport li.articleitem h1 a {
	color: #73a34f;
}

.articlelist .viewport li.articleitem.is-selected time,
.articlelist .viewport li.articleitem.is-selected h1,
.articlelist .viewport li.articleitem.is-selected h1 a {
	color: #fff;
}

.articlelist .viewport li.articleitem.hover time {
	color: #9ad969;
}

.articlelist .viewport li.articleitem.hover h1,
.articlelist .viewport li.articleitem.hover h1 a {
	color: #73a34f;
}

.articlelist .shelfbtn {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #fff;
	color: #9ad969;
	position: absolute;
	top: 50%;
}

.articlelist .shelf_prev {
	left: 0;
}

.articlelist .shelf_next {
	right: 0;
}

.articlelist .shelfbtn:hover,
.articlelist .shelfbtn.hover {
	background: #9ad969;
	color: #fff;
}

.articlelist .shelfbtn span {
	display: none;
}

.articlelist .shelfbtn i {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-style: normal;
	text-align: center;
	vertical-align: center;
}

.articlelist .shelfbtn i:before {
	display: inline-block;
	font-size: 40px;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 60px;
	vertical-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.articlelist .shelf_prev i:before {
	content: '\f1bd';
	padding-right: .2em;
}

.articlelist .shelf_next i:before {
	content: '\f1be';
	padding-left: .2em;
}

.articlelist .shelfbtn.disabled {
	opacity: .3;
}

@media only screen and (min-width: 769px) {

	#infoblock {
		padding-bottom: 20px;
	}

	#infoblock .btnarea {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		font-size: 16px;
	}

	#infoblock .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		box-shadow: 0 2px 0 rgba(0,0,0,.3);
	}

	#infoblock .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.articlelist {
		height: 354px;
	}

	.articlelist .viewport {
		padding-bottom: 20px;
	}

	.articlelist .viewport li.articleitem {
		width: 230px;
		height: 334px;
		padding: 5px;
	}

	.articlelist .viewport li.articleitem > .inner {
		padding: 16px;
	}

	.articlelist .viewport li.articleitem figure {
		margin-bottom: 20px;
	}

	.articlelist .viewport li.articleitem h1 {
		font-size: 14px;
	}
}





#announce {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#announce .cover {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}



.announceslider {
	width: 100%;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

.announceslider .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.announceslider .viewport .slideitem {
	width: 100%;
	padding-top: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: .6;
	overflow: hidden;
	position: relative;
}

.announceslider .viewport .slideitem.is-selected {
	opacity: 1;
}

.announceslider .viewport .announce {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.announceslider .viewport .announce > img {
	width: 100%;
	height: auto;
}

.announceslider .viewport .announce > .guide {
	width: 100%;
	background: rgba(55,115,9,.9);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: 0;
	left: 0;
}

.announceslider .viewport .announce > .guide > div {
	max-width: 1400px;
	margin: 0 auto;
	padding: 12px 20px;
}

.announceslider .viewport .announce > .guide > div h2 {
	margin-bottom: .3em;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}

.announceslider .viewport .announce > .guide > div p {
	color: #b4d997;
	font-size: 12px;
	line-height: 1.4;
}

.announceslider .viewport .announce > .guide > div p span {
	color: #fff;
	font-size: 9px;
	line-height: 1;
}


.announceslider .shelfbtn {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	position: absolute;
	top: 50%;
}

.announceslider .shelf_prev {
	left: 0;
}

.announceslider .shelf_next {
	right: 0;
}

.announceslider .shelfbtn:hover,
.announceslider .shelfbtn.hover {
	background: transparent;
	color: #377309;
}

.announceslider .shelfbtn span {
	display: none;
}

.announceslider .shelfbtn i {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-style: normal;
	text-align: center;
	vertical-align: center;
}

.announceslider .shelfbtn i:before {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 60px;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 60px;
	vertical-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.announceslider .shelf_prev i:before {
	content: '\f1bd';
}

.announceslider .shelf_next i:before {
	content: '\f1be';
}

.announceslider .shelfbtn.disabled {
	opacity: .3;
}

@media only screen and (min-width: 769px) {

	.announceslider .viewport .slideitem {
		padding-top: 600px;
	}

	.announceslider .viewport .announce > .guide > div {
		padding: 50px;
		padding-top: 30px;
	}

	.announceslider .viewport .announce > .guide > div h2 {
		margin: 0;
		font-size: 24px;
		line-height: 1.4;
	}

	.announceslider .viewport .announce > .guide > div p {
		font-size: 16px;
		line-height: 1.6;
	}

	.announceslider .viewport .announce > .guide > div p span {
		font-size: 12px;
		line-height: 1;
	}

	.announceslider .shelfbtn {
		width: 80px;
		height: 80px;
		margin-top: -50px;
	}

	.announceslider .shelfbtn i {
		width: 80px;
		height: 80px;
	}

	.announceslider .shelfbtn i:before {
		width: 80px;
		height: 80px;
		font-size: 80px;
		line-height: 80px;
	}
}

