<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";
/* CSS Document */
section {
	clear: both;
}
.flex {
	display: flex;
}
.content h2 {
	font-size: 2.5rem;
	margin-bottom: 25px;
	position: relative;
	text-align: left;
	padding-left: 20px;
}
.content h2:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 100%;
	background: #2f5597;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.content h2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddd;
	left: 0;
	bottom: -6px;
}
.lnav {
	box-sizing: border-box;
}
.event_content {
	width: 80%;
	max-width: 788px;
}

/* イベント一覧 */
.event_list .flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
.event_list .list_info {
	width: 48%;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.event_list .list_info a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.event_list .list_info a:hover {
	background: #fff;
	opacity: .5;
	transition: .8s;
}
.event_list .list_info figure {
	box-shadow: 0 5px 10px 0 rgb(50 50 50 / 8%);
	margin-bottom: 10px;
}
.event_list .list_info .date {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 20px 2px;
}
.event_list .list_info h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
	padding: 0 20px 95px;
}
.event_list .list_info .list_info_bottom {
	background: #f4f4f4;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	box-sizing: border-box;
	align-items: center;
	flex-wrap: nowrap;
}
.event_list .list_info .list_info_bottom .open {
	background: #dd0473;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 2px 0 1px;
	width: 100px;
	border-radius: 20px;
	text-align: center;
	margin-right: 15px;
	flex: none;
}
.event_list .list_info .list_info_bottom .open.close {
	background: #888;
}
.event_list .list_info .list_info_bottom > div {
	font-size: 1.3rem;
}
.content .btn_link {
	color: #2f5597;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #2f5597;
	padding: 10px 10px 7px 20px;
	display: inline-block;
	box-sizing: border-box;
}
.content .btn_link.right {
	float: right;
}

/* 過去のイベント一覧 */
.event_list_old .list_info {
	padding: 20px 0;
	border-bottom: 2px solid #ccc;
}
.event_list_old .list_info > div {
	margin-bottom: 5px;
}
.event_list_old .list_info a {
	font-weight: bold;
}
.event_list_old .list_info span {
	vertical-align: middle;
}
.event_list_old .list_info .area,
.event_list_old .list_info .type {
	padding: 1px 10px 0;
	font-size: 1.3rem;
	background: #ccc;
}

/* SNSエリア */
.area_sns {
	justify-content: space-between;
	border-top: solid 2px #ccc;
	padding-top: 40px;
}
.area_sns > div {
	width: 48%;
}

@media (max-width: 1039px) {
	.content.flex {
		display: block;
		width: 90%;
	}
	.event_content {
		width: 90%;
		max-width: auto;
	}
}

@media (max-width: 768px) {
	.content .btn_link.right {
		margin-bottom: 15px;
	}
	.content h2 {
		font-size: 2.0rem;
	}
	.event_list .list_info {
		width: 100%;
		margin-bottom: 15px;
	}
	.event_list .list_info h3 {
		font-size: 1.3rem;
	}
	.event_list .list_info .list_info_bottom > div {
		font-size: 1.2rem;
	}
}