@charset "UTF-8";
/*-----------------------------------------------
__Header
-----------------------------------------------*/
header{
	background: #fff;
	width: 100%;
	height: 80px;
	padding: 10px 35px;
}
header .header_inner{
	height: 100%;
	width: 100%;
	font-size: 70%;
	text-align: center;
}
header #logo,
header #logo a{
	height: 100%;
	display: inline-block;
}
header #logo img{
	height: 100%;
	width: auto;
}
/*-----------------------------------------------
__Main
-----------------------------------------------*/
main dl ul,main dl p{
	font-size: 100%;
}
main{
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
div.main{
	width: 60%;
}
div.main .event_finish{
	text-align: center;
	background-color: #f1f4f7;
	padding: 10px 20px;
	margin: 20px auto;
}
div.main h1.ttl{
	margin: 1.5em 0;
	font-size: 160%;
}

.edit{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.edit p,
.edit .wp-block-buttons{
	margin-bottom: 1em;
}
.edit ul > li{
	list-style-type:disc;
	line-height: 1.4;
	margin-left:1em;
	margin-bottom:0.25em;
}
.edit .has-small-font-size{
	font-size: 85% !important;
}
.edit h2{
	font-size: 140%;
	border-left: 5px solid #333;
	padding: 3px 0 3px 10px;
	margin: 1em 0;
}
.edit h3{
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 0.5em;
}
body .is-layout-flex{
	gap: 20px;
}
.edit .bd_box{
	border: 1px solid #333;
	border-radius: 8px;
	padding: 20px;
}

.edit .has-text-align-center{
	text-align: center;
}
.edit .has-text-align-right{
	text-align: right;
}
.edit figcaption{
	font-size: 85%;
	opacity: 0.7;
}
.edit .wp-block-button__link{
	display: block;
}
.edit a{
	color: #135E96;
}

/*-----------------------------------------------
__Side
-----------------------------------------------*/
div.side{
	width: 35%;
	position: relative;
}
div.side_inner{
	position: sticky;
	top: 20px;
	left: 0;
}
div.side .entry{
	text-align: center;
	margin-bottom: 20px;
}
div.side .entry a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 1;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ad2929;
	color: #fff;
	transition: all ease .3s;
	position: relative;
	padding: 20px 30px;
}
div.side .entry a:hover{
	background-color: #8d1e1e;
}
div.side .entry a::after{
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);

	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;charset=utf8,%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20--%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2032px%3B%20height%3A%2032px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%20%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease .3s;
}
div.side .entry a:hover::after{
	right: 10px;
}
div.side .entry .entry_finish{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 1;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	background-color: #dee4ec;
	position: relative;
	padding: 20px 30px;
}
div.side dl{
	width: 100%;
	padding: 0 20px;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
}
div.side dl > div{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
div.side dl > div:last-of-type{
	border-bottom: none;
}
div.side dt{
	font-size: 80%;
	font-weight: bold;
	opacity: 70%;
}
div.side div[data-aside="date"] em{
	font-size: 110%;
}

/*-----------------------------------------------
__Footer
-----------------------------------------------*/
footer{
	font-size: 90%;
    padding: 40px 0;
	background-color: #eee;
}
footer .wrap{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px 0;
}
footer small{
	font-size: 75%;
}
footer small#copy{
	opacity: 0.7;
	letter-spacing: 0.05em;
}

/*-----------------------------------------------
__Common
-----------------------------------------------*/
.fl_box{
	display:flex;
	justify-content: space-between;
}
.fl_box.al_center{
	align-items: center;
}

.pc_no{
	display:none;
}


.ta_center{
	text-align:center;
}
.f_right{
	float: right;
}
.f_left{
	float: left;
}
.c_both{
	clear: both;
}
.img_line{
	margin: 5px;
	padding: 2px;
	border: 1px solid #ccc;
}
.icon{
	margin: 0 5px;
	vertical-align: middle;
}

/*-----------------------------------------------
__mobile
-----------------------------------------------*/
@media screen and (max-width:1200px){
	body{
		font-size: 90%;
	}
}
@media screen and (min-width:0px) and (max-width:748px){
	.fl_box.sm_bl{
		flex-direction: column;
	}

	header{
		height: 50px;
		padding: 5px 5%;
	}
	header .header_inner{
		font-size: 40%;
	}

	main{
		padding: 60px 0;
		flex-direction: column;
		gap: 60px;
		justify-content: flex-start;
	}
	div.main,div.side{
		width: 100%;
	}

	footer small{
		font-size: 90%;
		line-height: 1.2;
	}
}
