@charset "UTF-8";

/* 新着情報・クラブ情報　トップページ */

	* {
		margin:0px;
		padding:0px;
	}
	#newsArea {
		width:800px;
	}
	
	#newsArea .newsItem {
		float:left;
		width:368px;
		/* height:280px; */
		height:300px;
		margin:0px 25px 15px 0px;
		overflow: hidden;
	}
		
	#newsArea .newsItem	.slide {
	width:368px;
		}
		
	#newsArea .newsItem	.slide ul {
		width:368px;
		height:226px;
		overflow: hidden;
	}
	#newsArea .newsItem	.slide li {
		display: block;
		width:368px;
		height:226px; 
		overflow: hidden;
	}
	
	#newsArea .newsItem	.slide li img {
		width:368px;
		position: relative;
		top:-15px;
	}
		
	#newsArea .newsItem .slide .slick-arrow {
			display:none !important;
	}
	
	#newsArea .newsItem	p,#newsArea .newsItem h1 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size:19px;
		color : #231815;
  		line-height : 22.68px;
  		letter-spacing : 1px;
		margin:0px 6px 0px 2px;
		padding:0px;
		text-align: center;
	}
	
	#newsArea .newsItem h1 {
		font-weight: normal;
		margin-top:5px;
	}
	

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

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



	#newsArea {
		width:375px !important;
		text-align: center;
		margin:0px auto 0px auto !important;
	font-size:0px !important;
	}
	
	#newsArea .newsItem {
		display: inline-block;
		float:none;
		vertical-align: top;
		width:187.5px;
		height:187.5px;
		margin:0px 0px;
		overflow: hidden;
		background-color: #000000;
		position: relative !important;
	}
		
	#newsArea .newsItem	.slide {
	width:187.5px;
		height:187.5px; 
		/* border-bottom:1px solid white; */
		/* position: relative; */
		z-index: 5;
		}
		
	#newsArea .newsItem	.slide ul {
		width:187.5px;
		height:187.5px;
		overflow: hidden;
	}
	#newsArea .newsItem	.slide li {
		display: block;
		width:187.5px;
		height:187.5px; 
		overflow: hidden;
	}
	
	#newsArea .newsItem	.slide li img {
		max-width:160% !important;
		max-height:110% !important;
		height:100vh;
		position: relative; 
		top:-10px;
		left:-20%;
	}
		
	#newsArea .newsItem .slide .slick-arrow {
			display:none !important;
	}
	
	#newsArea .newsItem .overlay {
		position: absolute;
		top:125px;
		height:50px;
		padding:20px 5px 0px 5px;
		z-index: 15;
background-image: linear-gradient(0deg,rgba(0,3,0,0.7) 50%,rgba(255,255,255,0.00) 100%);
	}
	#newsArea .newsItem	p,#newsArea .newsItem h1 {
		position: relative; 
		top:12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size:8pt;
		color : white;
  		line-height : 1.05em;
  		letter-spacing : 1px;
		margin:0px 0px 0px 0px;
		padding:2px 0px 0px 0px;
		text-align: center;
		display: block !important;
	}
	
	#newsArea .newsItem h1 {
		font-weight: normal;
		margin-top:-12px;
	}
	

	
	#newsArea .newsItem .bluesquare {
		color:white;
	}
	
	#newsArea .pastnews {
		clear: both;
		width:223px;
		margin:0px auto 0px auto;
		padding-top:10px;
	}
	
	

}
	