@charset "UTF-8";

/**
 * オリジナルcss
 */

.event_list li {
	display: inline-block;
	vertical-align: top;
	width: calc(96% / 3);
	margin-right: 2%;
	background: #fff;
	margin-bottom: 60px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

body.home .event_list li, 
body.reform .event_list li {
	width: calc(94% / 4);
	margin-bottom: 0;
}

.event_list li:nth-child(3n) {
	margin-right: 0;
}

body.home .event_list li:nth-child(3n), 
body.reform .event_list li:nth-child(3n) {
	margin-right: 2%;
}
body.home .event_list li:nth-child(4n), 
body.reform .event_list li:nth-child(4n) {
	margin-right: 0;
}

.event_list li a {
	text-decoration: none;
	color: #161616;
	display: block;
}

.event_list_image {
	position: relative;
	overflow: hidden;
	border-radius:  20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius:  20px 20px 0 0;
}

.event_list_image:before {
	display: block;
	content: "";
	padding-top: calc(17900% / 275);
}

.event_list_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: .3s;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.event_list_image_bg_white {
	background: #fff;
}

.event_list_image_bg_white img {
	object-fit: contain;
}

.event_list li:hover .event_list_image img {
	transform: scale(1.03);
}

.event_list_info {
	display: block;
	padding: .5em;
	height: 9em;
}

body.home .event_list_info {
	height: 8em;
}

.event_list_info_icon {
	color: #fff;
	background: #ECC000;
	font-size: .8em;
	display: inline-block;
	vertical-align: top;
	height: 24px;
	padding: .3em .4em;
	margin-right: 6px;
	margin-bottom: .8em;
}

.event_list_info_icon_news {
	background: #d0770f;
	padding: .3em .4em;
}

.event_list_info_icon_event {
	background: #7BB669;
}

.event_list_info_icon_tour {
	background: #0098E4;
}

.event_list li .event_list_info_title {
	transition: .3s;
}

.event_list li:hover .event_list_info_title {
	opacity: 0.6;
}

.event_list_info_date {
	margin-top: 6px;
}

.event_list li .event_list_info_date_detail {
	transition: .3s;
	font-size: .8em;
}

.event_list li:hover .event_list_info_date_detail {
	opacity: 0.6;
}

.event_detail_header {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.event_detail_header h2 {
	font-size: 34px;
	margin-top: 0;
	border-bottom: 1px dotted #4D4D4D;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

.the_content {
	margin-bottom: 60px;
}

.event_detail_overview {
	margin-top: 60px;
	margin-bottom: 60px;
}

.event_detail_overview h3 {
	margin-top: 0;
	margin-bottom: 12px;
	background: #21366F;
	color: #fff;
	padding: 10px 20px;
}

.event_detail_overview dl {
	border-bottom: 1px solid #51555B;
	padding: 15px;
}

.event_detail_overview dt {
	display: inline-block;
	vertical-align: top;
	width: 6em;
}

.event_detail_overview dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 6em);
	margin: 0;
}

.event_form_header {
	background: #EDD56A;
	padding: 30px 10px;
	text-align: center;
	margin-bottom: 40px;
}

.event_form_header h3 {
	margin: 0;
	font-size: 40px;
}

.event_form_header p {
	margin: 0;
	font-size: 20px;
}

@media screen and (max-width: 1110px) {
	.event_list {
		padding: 0 10px;
	}
	
	.event_list li, 
	.event_list li:nth-child(3n) {
		width: calc(98% / 2);
		margin-bottom: 20px;
		margin-right: 2%;
	}
}
@media screen and (max-width:900px){
	body.home .event_list li, 
	body.reform .event_list li {
		width: 100%;
		margin-right: 0;
		background: none;
		letter-spacing: -.4em;
		margin-bottom: 15px;
	}
	
	body.home .event_list li .event_list_image, 
	body.reform .event_list li .event_list_image {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin-right: 2%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
	
	body.home .event_list li .event_list_info, 
	body.reform .event_list li .event_list_info {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	
	
	
	
	
	
}
@media screen and (max-width:740px){
	.event_list li, 
	.event_list li:nth-child(3n) {
		width: 100%;
		margin-right: 0;
		background: none;
		padding-bottom: 20px;
		border-bottom: 1px dotted #161616;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		letter-spacing: -.4em;
	}
	.event_list li:nth-child(4n) {
		margin-bottom: 0;
	}
	.event_list_image_wrap {
		width: 48%;
		margin-right: 2%;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}
	
	.event_list_image {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		margin-bottom: 6px;
	}
	.event_list_image:before {
		padding-top: calc(11000% / 170);
	}
	.event_list_info {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		padding: 0;
	}
	
	
	
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

