﻿@charset "utf-8";

/*
** 共通
***************************************************/

.slideWrap {
	max-width: 1000px;
	margin: 0 auto;
}

.flexslider p {
	margin: 0;
}

/* events */

#eo_fullcalendar_1 {
	margin-bottom: 2em;
}

.top_event {
}

.top_event li {
	margin: 1.25em 0;
}

.top_event li a {
	text-decoration: none;
}

.top_event li a span.date {
	color: #cc4e63;
	font-weight: bold;
}

.top_event li a span.icons1 {
	background: #e198a3;
}

.top_event li a span.icons2 {
	background: #87b986;
}

.top_event li a span.icons3 {
	background: #58a5ad;
}

.top_event li a span.icons4 {
	background: #e5a158;
}

.top_event li a span.icons9 {
	background: #759f20;
}

.top_event li a span.icons10 {
	background: #cd4e62;
}

.top_event li a span.icons1,
.top_event li a span.icons2,
.top_event li a span.icons3,
.top_event li a span.icons4,
.top_event li a span.icons9,
.top_event li a span.icons10 {
	display: inline-block;
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	color: #fff;
	margin-left: 0.5em;
	font-size: 75%;
}

.top_event li a strong {
	display: inline-block;
	text-decoration: none;
	color: #634f44;
	margin-top: 0.25em;
}

.top_event li a:hover {
	opacity: 0.7;
}

.top_event li a:hover strong {
	text-decoration: underline;
}

.top_menu01 {
	position: relative;
}

.top_menu01 ul {
	position: relative;
}

/*
** event_calendar
************************************************* */

/* format */

.fc .fc-view-container td.fc-sat {
	background: #f3fbff;
}

.fc .fc-view-container td.fc-sun {
	background: #fff3f8;
}

.fc .fc-toolbar {
	margin-bottom: 1em;
	position: relative;
	padding-bottom: 1em;
}

.fc .fc-toolbar>.fc-left {
	width: 100%;
	position: relative;
	float: none;
}

.fc .fc-toolbar>.fc-left h2 {
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 175%;
}

.fc-time {
	display: none !important;
}

.fc .fc-toolbar>.fc-right {
	
}

#container .fc-ltr .fc-basic-view .fc-day-number {
	text-align: left;
	padding: 0.25em;
}

#container .fc-ltr .fc-basic-view .fc-sat {
	color: #58a5ad;
}

#container .fc-ltr .fc-basic-view .fc-sun {
	color: #cc4e63;
}

.fc .fc-toolbar .fc-right .fc-prev-button {
	background: url(../img/top_nav01_l.png) no-repeat;
	background-size: contain;
	width: 2vw;
	height: 2vw;
	margin: 0;
	left: 0;
	position: absolute;
}

.fc .fc-toolbar .fc-right .fc-next-button {
	background: url(../img/top_nav01_r.png) no-repeat;
	background-size: contain;
	width: 2vw;
	height: 2vw;
	margin: 0;
	right: 0;
	position: absolute;
}

.fc .fc-toolbar .fc-right .fc-prev-button:hover,
.fc .fc-toolbar .fc-right .fc-next-button:hover {
	opacity: 0.6;
}

.fc .fc-toolbar .fc-right .fc-prev-button span,
.fc .fc-toolbar .fc-right .fc-next-button span {
	display: none;
}

.fc .fc-toolbar .fc-right .fc-today-button {
	position: absolute;
	left: 35%;
	right: 35%;
	background: none;
	border: none;
	text-indent: -9999px;
	width: 30%;
	margin: 0;
	text-shadow: 0 0 0 #fff !important;
	box-shadow: 0 0 0 #fff !important;
	padding: 0;
}

.fc .fc-state-default {
	border: none;
	box-shadow: 0 0 0 #fff;
	background: none;
}

.fc .fc-title {
	text-align: left;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
	background: #ecdfb6 !important;
}

.btn {
	text-align: center;
}

.flex-direction-nav .flex-next {
	background: url(../img/top_nav01_r.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 3vw;
	height: 3vw;
	font-size: 0;
}

.flex-direction-nav .flex-prev {
	background: url(../img/top_nav01_l.png) no-repeat;
	text-indent: -9999px;
	background-size: contain;
	width: 3vw;
	height: 3vw;
	font-size: 0;
}

#container .flex-direction-nav a::before {
	content: " ";
}

/*
** PC
***************************************************/

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


	.top_menu01 ul {
		margin: 2em 0;
	}

	.top_menu01 ul li {
		width: 20%;
		margin: 0.5em 0;
		text-align: center;
	}

	.top_menu01 ul li img {
		width: 80%;
		margin: 0 auto;
	}

	#container .btn img {
		margin: 0 auto;
		width: 168px;
	}

	#container .eo-fullcalendar-reset div.fc-content {
		text-align: left;
	}

	.category-closed .fc-content {
		text-align: center !important;
	}


}

/*
** TABLET
***************************************************/

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-next {
	width: 3vw;
	height: 100%;
}

.flex-direction-nav .flex-prev {
	width: 3vw;
	height: 100%;
}

	.flex-direction-nav .flex-next {
		background: url(../img/top_nav01_r.png) center no-repeat;
		background-size: contain;
	}

	.flex-direction-nav .flex-prev {
		background: url(../img/top_nav01_l.png) center no-repeat;
		background-size: contain;
	}

	.flex-direction-nav a {
		top: 0 !important;
	}

}


/*
** SP
***************************************************/

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

	.top_event {
		margin: 1em 0;
	}

	.top_menu01 ul {
		margin: 1em 0;
	}

	.top_menu01 ul li {
		width: 33%;
		margin: 0 0 0.5em;
	}

	.top_menu01 ul li img {
		width: 100%;
	}

	#container .btn img {
		width: 30%;
		margin: 0 auto;
	}

	#container .eo-fullcalendar-reset div.fc-content {
		text-align: left;
	}

	.flex-direction-nav .flex-next,
	.flex-direction-nav .flex-prev,
	.fc .fc-toolbar .fc-right .fc-prev-button,
	.fc .fc-toolbar .fc-right .fc-next-button {
		width: 8vw;
		height: 100%;
	}

	.flex-direction-nav .flex-next {
		background: url(../img/top_nav01_r.png) center no-repeat;
		background-size: contain;
	}

	.flex-direction-nav .flex-prev {
		background: url(../img/top_nav01_l.png) center no-repeat;
		background-size: contain;
	}

	.flex-direction-nav a {
		top: 0 !important;
	}



	.flex-control-paging {
		overflow: hidden;
	}

	.category-harvest .fc-title,
	.category-school .fc-title {
		display: none;
	}
/*
	.category-event .fc-content:after {
		content: "イベント";
	}
*/
	.category-harvest .fc-content:after {
		content: "収穫";
	}

	.category-school .fc-content:after {
		content: "教室";
	}

	.category-closed .fc-content,
	.category-harvest .fc-content,
	.category-school .fc-content {
		text-align: center !important;
	}

	.category-closed .fc-content {
		font-size: 3.25vw;
	}

}