@charset "utf-8";
/* CSS Document */

#news .wrap{
	padding: 100px 0 130px 0;
}

#news .wrap_last{
	padding: 100px 0 200px 0;
}

#news h2{
	text-align: center;
}

.news{
	margin-top: 60px;
}

h1{
	background: url("../../images/news/news.jpg") no-repeat;
	background-size: cover; 
	text-align: center;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.15em;
}

h3{
	margin: 50px 0 20px;
	text-align: center;
}

h4{
	margin: 50px 0 20px;
	text-align: center;
}


#news .news_innar{
	width: 800px;
	margin: 0 auto;
}

#news .text_box{
	margin-top: 40px;
}

#news .text_box p{
	margin-bottom: 5px;
}

	#news .text_box a{
	color: #1991c6 !important;
}
	
	#news .text_box a:hover {
    opacity: 0.7;
}
	

/*====================================================
詳細ページ
====================================================*/

#newspage h2.news_title{
	padding-bottom: 30px;
	font-size: 25px;
	border-bottom: #CCCCCC 1px solid;
	text-align: center;
}

#newspage .img_box{
	padding-top: 20px;
	overflow: hidden;
		height: 400px;
}

#newspage .img_box img{
	height: 400px;
	object-fit: cover;
}

#newspage .day_box{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	text-align: right;
}

#newspage .material-icons-round{
	vertical-align: text-top;
	padding-right: 5px;
	font-size: 18px !important;
}

#newspage .cp_arrows_black {
    justify-content: center;
	float: none !important;
	margin-top: 200px;
}

/*====================================================
ギミック
====================================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.news_box{
	opacity: 0;
}


/*====================================================

ここからスマホ

====================================================*/

@media screen and (max-width: 768px) {
	
	#news .wrap{
	padding: 60px 20px 60px;
}
	
	#news .wrap_last{
	padding: 60px 20px 130px;
}
	
	h1{
	background-size: cover; 
	text-align: center;
		height: 80px;
}


h3{
	margin: 30px 0 20px;
	text-align: left;
}

h4{
	margin: 30px 0 20px;
	text-align: left;
}
	
	.news{
	margin-top: 30px;
}
	
	#news .news_innar{
	width: 100%;
	margin: 0 auto;
}

#news .text_box{
	margin-top: 20px;
}
	
	#news .text_box p{
	margin-bottom: 5px;
}
	
	#news .text_box a{
	color: #1991c6 !important;
}
	
	#news .text_box a:hover {
    opacity: 0.7;
}
	
	

	
	/*====================================================
詳細ページ
====================================================*/
	
	#newspage h2.news_title{
	padding-bottom: 15px;
	font-size: 18px;
	border-bottom: #CCCCCC 1px solid;
	text-align: left !important;
}
	
		#newspage .day_box{
	font-size: 14px;
}
	
	#newspage .img_box{
	overflow: hidden;
		height: 300px;
}
	
	#newspage .img_box img{
		 height: 300px;
	object-fit: cover;
}
	
	#newspage .material-icons-round{
	vertical-align: text-top;
	padding-right: 5px;
	font-size: 16px !important;
}
	
	#newspage .cp_arrows_black {
	margin-top: 100px;
}
	
	
	}