@charset "UTF-8";
/*
Theme Name: yamashita_event
Author: LeadDesign
Description: All
*/
.event_nav {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.event_nav div {
	width: calc(50% - 20px);
}
.event_nav div a {
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
	color: #aaaaaa;
}
.event_nav div a span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #aaaaaa;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.event_nav div a:hover,
.event_nav div a:active {
	color: #313131;
	transition: .6s;
}
.event_nav div .true {
	color: #313131;
}
.event_nav div .true span {
	border-bottom: 1px solid #313131;
}
.event_head {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_head .event_top {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.event_head .event_top div {
	width: 50%;
}
.event_head .event_top div span {
	color: #fff;
	background-color: #80af3e;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
}
.event_head .event_top div time {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #aaaaaa;
	padding: 5px 0;
}
.event_head .event_middle {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.event_head .event_middle:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.event_head .event_bottom {
	width: calc(33% - 10px);
}
.event_head .event_bottom p {
	font-size: 13px;
	padding: 4px 0;
}
.event_head .event_bottom p span {
	background-color: #313131;
	color: #ffffff;font-size: 12px;
	padding: 5px 10px;
	margin: 0 10px 0 0;
}
.event_map {
	padding: 0 0 20px 0;
}
.event_map h4 {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.event_map h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.event_pdf {
	padding: 0 0 20px 0;
}
.event_pdf h4 {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.event_pdf h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.event_pdf div {
	width: 300px;
	background-color: #f0ecdb;
	padding: 20px;
	margin: 0 0 10px 0;
}
.event_pdf div img {
	width: 100%;
	margin: 0 auto;
}
.event_pdf a {
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
}
.event_pdf a:after {
	content: ">";
	padding: 0 0 0 10px;
}
.event_form {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.event_form:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
/* イベント一覧 */
.event_view {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #aaaaaa;
	padding: 0px 0 20px 0;
	margin: 0 auto 20px auto;
}
.event_view .event_v_image {
	width: 200px;
}
.event_view .event_v_image img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
}
.event_view .event_v_title {
	width: calc(100% - 420px);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.event_view .event_v_title .e_category {
	width: 100%;
	height: auto;
}
.event_view .event_v_title .e_category span {
	color: #fff;
	background-color: #80af3e;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
}
.event_view .event_v_title .e_title {
	width: 80%;
}
.event_view .event_v_title .e_title h3 {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.event_view .event_v_title .e_title h3:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.event_view .event_v_title .e_time {
	width: auto;
}
.event_view .event_v_title .e_time time {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #aaaaaa;
	padding: 5px 0;
	margin: 30px 0 0 0;
}
.event_view .event_v_more {
	width: 200px;
}
.event_view .event_v_more a {
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
	margin: 40px 0 0 auto;
}
.event_view .event_v_more a:after {
	content: ">";
	padding: 0 0 0 10px;
}
.event_view .event_v_info {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0 0;
}
.event_view .event_bottom {
	width: calc(33% - 10px);
}
.event_view .event_bottom p {
	font-size: 13px;
	padding: 4px 0;
}
.event_view .event_bottom p span {
	background-color: #313131;
	color: #ffffff;font-size: 12px;
	padding: 5px 10px;
	margin: 0 10px 0 0;
}
@media screen and (max-width:750px) {
	.event_nav div a span {
		font-size: 13px;
	}
	.event_head .event_middle {
		font-size:  13px;
	}
	.event_head .event_bottom {
		width: 100%;
	}
	.event_head .event_bottom p {
		margin: 0 0 5px 0;
	}
	.event_map h4 {
		font-size:  13px;
	}
	.event_pdf h4 {
		font-size:  13px;
	}
	.event_pdf div {
		width: 100%;
	}
	.event_pdf a {
		width: 100%;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
	}
	.event_pdf a:after {
		padding: 0 0 0 8px;
	}
	.event_form {
		font-size:  13px;
	}
	/* イベント一覧 */
	.event_view .event_v_image {
		width: 100%;
		order: 2;
	}
	.event_view .event_v_image img {
		height: 100px;
		width: 100px;
		margin: 0 auto 10px auto
	}
	.event_view .event_v_title {
		width: 100%;
		order: 1;
	}
	.event_view .event_v_title .e_title {
		width: 100%;
	}
	.event_view .event_v_title .e_title h3 {
		font-size:  13px;
	}
	.event_view .event_v_title .e_time {
		width: 100%;
	}
	.event_view .event_v_title .e_time time {
		margin: 0 0 0 0;
	}
	.event_view .event_v_more {
		width: 100%;
		order: 4
	}
	.event_view .event_v_more a {
		width: 100%;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
		margin: 10px auto 0 auto;
	}
	.event_view .event_v_more a:after {
		padding: 0 0 0 8px;
	}
	.event_view .event_v_info {
		order: 3;
		flex-wrap: wrap;
	}
	.event_view .event_bottom {
		width: 100%;
	}
}