.sortSelectArea {
	position: relative;
}
@media only screen and (min-width: 768px), print {
	.sortSelectArea {
		margin-bottom: 2em;
	}
}
@media only screen and (max-width: 767px) {
	.sortSelectArea {
		margin-bottom: 1em;
	}
}
.sortSelectArea h3 {
	margin-bottom: 0.5em !important;
}

.sortSelectBox {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
}
@media only screen and (min-width: 768px), print {
	.sortSelectBox {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
}

.sortCount {
	color: #555;
	margin-right: 1em;
}
@media only screen and (min-width: 768px), print {
	.sortCount {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.sortCount {
		font-size: 16px;
	}
}

.sortSelect select {
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: #fff;
	-webkit-appearance: auto;
	   -moz-appearance: auto;
	        appearance: auto;
}

.festivalCardList {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
	.festivalCardList {
		margin: -10px;
	}
	.festivalCardList > li {
		padding: 10px;
		transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
		width: 33.33%;
	}
}
@media only screen and (max-width: 767px) {
	.festivalCardList {
		justify-content: center;
		margin: -10px;
	}
	.festivalCardList > li {
		max-width: 100%;
		width: 300px;
		padding: 10px;
	}
}

.festivalCard {
	border-radius: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.festivalCard_thum {
	padding: 0 10px;
	margin: 10px 0 0;
}

.festivalCard_date {
	background-color: #87bb36;
	color: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 10px;
}
@media only screen and (min-width: 768px), print {
	.festivalCard_date {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.festivalCard_date {
		font-size: 13px;
	}
}

.festivalCard_ja {
	background-color: #eca121;
	color: #fff;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 20px;
	font-weight: bold;
}

@media only screen and (min-width: 768px), print {
	.festivalCard_body {
		padding: 10px 10px 70px;
	}
}
@media only screen and (max-width: 767px) {
	.festivalCard_body {
		padding: 10px 10px 70px;
	}
}

.festivalCard_content {
	line-height: 1.5;
	font-size: 14px;
}

.festivalCard_title {
	font-weight: bold;
	line-height: 1.5 !important;
	text-align: center;
}
@media only screen and (min-width: 768px), print {
	.festivalCard_title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.festivalCard_title {
		text-align: left;
		font-size: 16px;
	}
}

.festivalCard_head {
	text-align: center;
}

.festivalCard_btn {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.festivalCard_btn .btn {
	margin: 0;
	min-width: 10px !important;
}

.sortBtnList {
	text-align: center;
}

@media only screen and (min-width: 768px), print {
	.main_content .sort-btn {
		min-width: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.main_content .sort-btn {
		min-width: 120px;
	}
}
.main_content .sort-btn_data {
	background-color: #87bb36;
}
.main_content .sort-btn_ja {
	background-color: #eca121;
}
.main_content .btn.programs-sort-btn-active {
	transform: translate(5px, 5px);
	box-shadow: 0 0 0 0 #e5e5e5;
}