@charset "utf-8";

/* ========================================================
	event.css
======================================================== */

/* page_title
============================================================================================================ */
.page_title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.3;
}
.page_title .logo {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.page_title {
		margin-top: 10px;
		margin-bottom: 25px;
		font-size: 1.8rem;
	}
	.page_title .logo {
		margin-bottom: 10px;
	}
	.page_title .logo img {
		width: 115px;
	}
}

/* event_contents
============================================================================================================ */
.event_contents {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}
.event_contents::before,
.event_contents::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
}
.event_contents::before {
	left: 0;
	background-color: #d2ebf9;
}
.event_contents::after {
	right: 0;
	background-color: #35b5ba;
}
.event_contents > div {
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.event_contents {
		padding: 50px 0;
	}
}

.event_contents .event_list {
	position: relative;
	padding: 70px 90px;
	background-color: #fff;
	z-index: 3;
}
.event_contents .event_list::before,
.event_contents .event_list::after {
	content: "";
	position: absolute;
}
.event_contents .event_list::before {
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #d2ebf9 transparent transparent;
}
.event_contents .event_list::after {
	left: 0;
	bottom: 0;
	border-style: solid;
	border-width: 100px 0 0 100px;
	border-color: transparent transparent transparent #35b5ba;
}
.event_contents .event_list > * {
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.event_contents .event_list {
		padding: 20px 4vw;
	}
	.event_contents .event_list::before {
		border-width: 0 50px 50px 0;
	}
	.event_contents .event_list::after {
		border-width: 50px 0 0 50px;
	}
}

.event_list section > a {
	padding-bottom: 0;
	background-color: #fff;
}
.event_list section header .tenants {
	margin-bottom: 20px;
}
.event_list section > a .more {
	margin: 20px -30px 0;
	background-color: #35b5ba;
	border-color: #35b5ba;
}
@media screen and (min-width: 768px), print {
	body.init .event_list section > a .more {
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
	.event_list section > a:hover .more {
		background-color: #fff;
		color: #35b5ba;
	}
}
@media screen and (max-width: 767px) {
	.event_list section header .tenants {
		width: 100px;
		margin-bottom: 10px;
	}
	.event_list section > a .more {
		margin: 15px -10px 0;
	}
}


.event_contents .pickup {
	margin-bottom: 70px;
}
.event_contents .pickup a {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-decoration: none;
}
.event_contents .pickup a .ph {
	border-bottom: 1px solid #e5e5e5;
}
.event_contents .pickup a .ph img {
	max-width: 100%;
	height: auto;
}
.event_contents .pickup a .content {
	padding: 40px 120px 70px;
}
.event_contents .pickup a .content .tenants {
	margin-bottom: 30px;
	text-align: center;
}
.event_contents .pickup a .content h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
}
.event_contents .pickup a .content .date {
	margin-top: 25px;
	margin-bottom: 30px;
	padding-top: 25px;
	border-top: 2px solid #f4f4f4;
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-size: 1.5rem;
}
.event_contents .pickup a .content .date dt {
	color: #35b5ba;
}
.event_contents .pickup a .content .date dd {
	margin-left: 1em;
}
.event_contents .pickup a .content .more {
	margin: 30px -30px 0;
	padding: 20px;
	background-color: #35b5ba;
	border: 2px solid #35b5ba;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}
.event_contents .pickup a .content .more span {
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
.event_contents .pickup a .content .more span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	border-top: 3px solid;
	border-right: 3px solid;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
	body.init .event_contents .pickup a .content .more {
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
	.event_contents .pickup a:hover .content .more {
		background-color: #fff;
		color: #35b5ba;
	}
}
@media screen and (max-width: 767px) {
	.event_contents .pickup {
		margin-bottom: 30px;
	}
	.event_contents .pickup a .content {
		padding: 20px 4vw 25px;
	}
	.event_contents .pickup a .content .tenants {
		width: 100px;
		margin: 0 auto 15px;
	}
	.event_contents .pickup a .content h2 {
		font-size: 1.5rem;
	}
	.event_contents .pickup a .content .date {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-top: 15px;
		font-size: 1.1rem;
	}
	.event_contents .pickup a .content .more {
		margin: 15px 0 0;
		padding: 10px;
		font-size: 1.3rem;
	}
	.event_contents .pickup a .content .more span {
		padding-right: 25px;
	}
	.event_contents .pickup a .content .more span::before {
		width: 10px;
		height: 10px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
}

/* other_event
============================================================================================================ */
.other_event {
	margin-top: 100px;
	background-color: #fff;
}
.other_event a {
	position: relative;
	display: block;
	padding: 25px;
	border: 2px solid #266bb4;
	background-color: #266bb4;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}
.other_event a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	border-top: 3px solid;
	border-right: 3px solid;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	transition: none !important;
}
.other_event a.current {
	background-color: #fff;
	color: #266bb4;
}
@media screen and (min-width: 768px), print {
	.other_event ul {
		display: flex;
		flex-wrap: wrap;
		padding: 6px;
	}
	.other_event ul li {
		width: 50%;
		padding: 4px;
	}
	.other_event a:hover {
		background-color: #fff;
		color: #266bb4;
	}
}
@media screen and (max-width: 767px) {
	.other_event {
		margin-top: 40px;
	}
	.other_event ul {
		padding: 5px;
	}
	.other_event ul li + li {
		margin-top: 3px;
	}
	.other_event a {
		padding: 15px;
		font-size: 1.3rem;
	}
	.other_event a::before {
		right: 15px;
		width: 10px;
		height: 10px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
}
@media screen and (max-width: 370px) {
	.other_event a {
		padding-left: 0;
	}
	.other_event a::before {
		right: 10px;
	}
}
