#gnav5 a:after{
	content:"";
	display:block;
	width:9px;
	height:9px;
	background:#e97c9e;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-5px;
	transform:rotate(45deg);
}
main{
	max-width:calc(1600px + 6%);
	padding:3%;
	margin:0 auto;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
}
main aside{
	width:240px;
	flex:none;
}
aside ul{
	padding:0;
	list-style:none;
}
aside ul li{
	margin-bottom:15px;
}
aside ul li a{
	text-decoration:none;
}
aside ul li a:hover{
	text-decoration:underline;
}
main #contents{
	width:calc(100% - 240px);
	flex:none;
}
main #contents section{
	padding:40px 20px 40px 40px;
}
main #contents .comment_photo figure{
	width:310px;
	flex:none;
}
main #contents .comment_photo .comment{
	width:calc(100% - 350px);
	flex:none;
}
main #contents .comment_photo figure a{
	display:block;
	padding:0 50px 0 0;
	background:url('../images/common/arrow2.svg') no-repeat right center;
}
main #contents .comment_photo figure a .image_wrap{
	width:260px;
	height:260px;
	display:block;
	background:#dcdcdc url('../images/index/bg_news.webp') no-repeat bottom right;
	background-size:cover;
}
main #contents .comment_photo figure a .image_wrap img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top center;
}
main #contents .cat{
	color:#e97c9e;
}
.event_title{
	padding:20px 0;
	font-size:24px;
}
.event_title a{
	color:#1b1b1b;
	text-decoration:none;
}

.event_title a:hover{
	color:#e97c9e;
	text-decoration:underline;
}
main #contents time{
	display:block;
}
main #contents time span{
	width:100px;
	border-radius:16px;
	background:#1b1b1b;
	color:#fff;
	text-align:center;
	display:inline-block;
	margin-right:10px;
}
main .back{
	padding:50px 0 0;
}
main .back a{
	display:block;
	max-width:400px;
	margin:0 auto;
	border:3px double #aaaaaa;
	font-size:28px;
	text-align:center;
	line-height:66px;
	border-radius:36px;
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#1b1b1b;
	background:#fff url('../images/common/arrow1.svg') no-repeat right 20px center;
	text-decoration:none;
	box-shadow:0 5px 3px #e5e5e5;
}
main .back a:hover{
	color:#fff;
	background:#e97c9e url('../images/common/arrow1.svg') no-repeat right 20px center;
}