@charset "UTF-8";
/* CSS Document */
/*-----------main----------*/
.vertical{
	writing-mode: vertical-rl;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 90px;
	left: -3px;
	color: #f4f4f4;
}
.main_contents{
	width: 87.2vw;
	margin: 0 auto;
	padding-top: 20px;
}
.top_main{
	width: 89.6%;
	margin: 0 auto 20px;
	text-align: center;
}
.top_yoko{
	margin: 80px auto 80px;
}
.ex_date{
	font-size: 2rem;
	margin-bottom: 5px;
	color: #f4f4f4;
	letter-spacing: 0.1em;
}
.ex_title{
	font-size: 2.2rem;
/*		FONT SIZE 可変*/
	letter-spacing: 0.05em;
	border-top: 0.8px solid;
	padding-top: 5px;
	color: #f4f4f4;
	line-height: 1.2;
}
.ex_title span{
	font-size: 2.9rem;
/*		FONT SIZE 可変*/
	letter-spacing: 0.1em;
}
.add_info{
	font-size: 1.5rem;
	margin-left: 10px;
	letter-spacing: 0.1em;
}
/*----------news----------*/
.news_wrapper{
	width: 100%;
}
.news{
	width: 100%;
	margin: 100px auto 120px;
	text-align: center;
	position: relative;
}
.news span{
	display: block;
    background-color: #f4f4f4;
    position: absolute;
	bottom: auto;
    left: 50%;
    width: 1px;
    height: 39px;
	margin-top: -20px;
}
.news h3{
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	text-align: center;
	display: inline-block;
}
.news_contents_wrapper{
	padding: 40px 0 60px;
}
.news_contents{
	width: 87.2vw;
	margin: 0 auto 30px;
}
.news_contents li{
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding-top: 20px;
	color: #28292b;
	width: 100%;
}
.news_contents li:last-of-type{
	margin-bottom: 0;
}
.news_contents li a{
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.news_contents li a figure{
	width: 60%;
	height: auto;
	margin: 0 auto 10px;
	overflow: hidden;
}
.news_contents li a figure img{
	transition: 1s all;
}
.news_contents li a figure img:hover{
	transform: scale(1.1,1.1);
  	transition: 1s all;
}
.news_topic{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.news_date{
	font-size: 2rem;
	writing-mode: vertical-rl;
	height: 150px;
	position: absolute;
	top: 5px;
	left: 0;
}
.news_title{
	font-size: 1.3rem;
	font-family: 'Noto Serif', 'Noto Serif JP',serif;
    letter-spacing: 0.1ex;
    line-height: 1.4;
	text-align: justify;
}
.btn{
	width: 130px;
}
.more{
	width: 130px;
	background-color: #f4f4f4;
	color: #28292b;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0 10px;
    right: 0;
	position: absolute;
	-webkit-transition: all .3s;
    transition: all 1s;
}
.more:hover{
	 background-color: #28292b;
    color: #f4f4f4;
    cursor: pointer;
}

@media screen and (min-width:1024px){
	.main_contents{
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 80vw;
	}
	.top_main{
		width: 38%;
		margin: 0;
	}
	.top_yoko{
		width: 60%;
		margin: 8% auto 8%;
	}
	.main_title{
		margin-left: 10px;
	}
	.vertical{
		font-size: 4rem;
	}
	.ex_title{
		font-size: 2.5rem;
		/*		FONT SIZE 可変*/
	}
	.ex_title span{
	font-size: 3.4rem;
/*		FONT SIZE 可変*/
	letter-spacing: 0.1em;
}
	.news{
		margin: 160px auto 120px;
	}
	.news h3{
		font-size: 2.8rem;
	}
	.news_date{
		font-size: 2rem;
	}
	.news_contents{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news_contents::after{
		content:'';
		display: block;
		width: 26vw;
	}
	.news_contents li:last-of-type{
	margin-bottom: 30px;
}
	.news_contents li{
		width: 26vw;
		margin-top: 20px;
	}
	.news_contents li a{
		margin: 0 0 40px;
	}
	.more{
		margin: 0 50px 0 0;
	}
}