@charset "UTF-8";

/* 新着情報　トップページ */

	* {
		margin:0px;
		padding:0px;
	}
	
	#newsArea {
		width:1280px;
		display: flex;
		justify-content: center;
	}
	
	#newsArea .newsItem {
		width:530px;
		/* height:280px; */
		height:365px;
		margin:0px 10px 0px 10px;
		position: relative;
	}
		
	#newsArea .newsItem	.slide {
	width:530px;
		}
		
	#newsArea .newsItem	.slide ul {
		width:530px;
		height:365px;
		overflow: hidden;
	}
	#newsArea .newsItem	.slide li {
		display: block;
		width:530px;
		height:365px; 
		overflow: hidden;
	}
	
	#newsArea .newsItem	.slide li img {
		width:530;
        height:365px;
		object-fit:cover;
	}
		
	#newsArea .newsItem .slide .slick-arrow {
	}
	
	#newsArea .newsItem .overlay {
		position: relative;
		bottom:15px;
		width:530px;
		height:50px;
		padding:20px 5px 5px 5px;
		z-index: 15;
	}
	
	#newsArea .newsItem	p,#newsArea .newsItem h1 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		
		color : #000004;
  font-size : 20px;
  line-height : 26px;
  		letter-spacing : 1px;
		margin:0px 6px 0px 2px;
		padding:0px;
		text-align: left;
	}
	
	#newsArea .newsItem h1 {
		font-weight: normal;
		margin-top:5px;
	}
	

	
	#newsArea .newsItem .bluesquare {
		color:#0080C1;
	}
	
	#newsArea .pastnews {
		clear: both;
		width:223px;
		margin-left:260px;
	}
	
	/* ============================================== スマートフォン ================================================ */

@media screen and (max-width:800px){



	#newsArea {
		width:375px !important;
        height:180px;
		text-align: center;
		margin:0px auto 0px auto !important;
	font-size:0px !important;
	}
	
	#newsArea .newsItem {
		display: inline-block;
		vertical-align: top;
		width:160px;
		height:160px;
		margin:0px 5px;
		/* overflow: hidden; 
		background-color: #000000; */
		position: relative !important;
	}
		
	#newsArea .newsItem	.slide {
	width:160px;
		height:126px; 
		/* border-bottom:1px solid white; */
		/* position: relative; */
		z-index: 5;
		}
		
	#newsArea .newsItem	.slide ul {
		width:160px;
		height:126px;
		overflow: hidden;
	}
	#newsArea .newsItem	.slide li {
		display: block;
		width:160px;
		height:126px; 
		overflow: hidden;
	}
	
	#newsArea .newsItem	.slide li img {
		max-width:120% !important;
		max-height:120% !important;
		/* height:100vh; */
		position: relative; 
        /*
		top:0px;
		 left:-20%; */
	}
		
	#newsArea .newsItem .slide .slick-arrow {
			display:none !important;
	}
	
	#newsArea .newsItem .overlay {
		position: relative;
		height:150px;
		padding:5px 5px 0px 5px;
		z-index: 25;

	}
	#newsArea .newsItem	p,#newsArea .newsItem h1 {
		position: relative; 
		
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size:8pt;
		color :#000004;
  		line-height : 1.05em;
  		letter-spacing : 1px;
		margin:15px 0px 0px 0px;
		padding:2px 0px 0px 0px;
		text-align: left;
        width:160px;
	}
	
	#newsArea .newsItem h1 {
		font-weight: normal;
		margin-top:-0px;
	}
	

	
	#newsArea .pastnews {
		clear: both;
		width:223px;
		margin:0px auto 0px auto;
		
	}
	
	

}
	