@charset "utf-8";
/* CSS Document */

/*newsページのcss*/
#news {
	width: 950px;
	margin: 100px auto 0 auto;
}
.newsbox {
	height: 140px;
	width: 740px;
	margin: 40px auto 40px auto;
	overflow: hidden;
    position: relative;
	cursor: pointer;
}

#news_1 {
	background: url(../images/news1.jpg) center center / cover no-repeat;
	width: 100%;
	height: 140px;/*画像の縦*/
	position: relative;
	z-index: 0;
	transition: .3s ease-in-out;
}

#news_1:hover{
	transform: scale(1.1);
}

#news_2 {
	background: url(../images/news2.jpg) center center / cover no-repeat;
	width: 100%;
	height: 140px;/*画像の縦*/
	position: relative;
	z-index: 0;
	transition: .3s ease-in-out;
}

#news_2:hover{
	transform: scale(1.1);
}

#news_3 {
	background: url(../images/news3.jpg) center center / cover no-repeat;
	width: 100%;
	height: 140px;/*画像の縦*/
	position: relative;
	z-index: 0;
	transition: .3s ease-in-out;
}

#news_3:hover{
	transform: scale(1.1);
}

#news_4 {
	background: url(../images/news4.jpg) center center / cover no-repeat;
	width: 100%;
	height: 140px;/*画像の縦*/
	position: relative;
	z-index: 0;
	transition: .3s ease-in-out;
}

#news_4:hover{
	transform: scale(1.1);
}

#news_5 {
	background: url(../images/news5.jpg) center center / cover no-repeat;
	width: 100%;
	height: 140px;/*画像の縦*/
	position: relative;
	z-index: 0;
	transition: .3s ease-in-out;
}

#news_5:hover{
	transform: scale(1.1);
}

#news_6 {
	background: url(../images/news5.jpg) center center / cover no-repeat;
	width: 100%;
	height: 140px;/*画像の縦*/
	position: relative;
	z-index: 0;
	transition: .3s ease-in-out;
}

#news_6:hover{
	transform: scale(1.1);
}


.box-text{
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 0px;
}

.box-text p {
	font-size: 22px;
	padding-top: 20px;
	margin-left: 50px;
	font-family:"小塚明朝 Pr6N R";
	line-height:1.5;
	color: #fff;
}

.date {
	font-size: 12px;
}

#page{
	width:150px;
	height:50px;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.suzi1,.suzi2{
	width:30px;
	height:30px;
	background-color:#e3e3e3;
	border-radius: 3px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color:#575d72;
}

/*.page_link a {
	color:#575d72;
}
*/





.link{
	color: #575d72;
}

.link a {
	font-family:"小塚明朝 Pr6N R";
	color: #575d72;
}

.under {
	display:inline-block;
	width:760px;
	height:30px;
	margin-left:105px;
	text-align: left;
	margin-bottom:50px;
	color: #575d72;
  text-decoration: underline;
}
