@charset "UTF-8";
/* ===================================================================
CSS information
 style info : news
=================================================================== */
/* -----------------------------------------------------------
#breadcrumbs : パンくずリスト
----------------------------------------------------------- */

#breadcrumbs{
	float:right;
	font-size:10px;
	margin-right: 40px;
	padding-bottom:15px;
}

#breadcrumbs li{
	float:left;
	width:auto;
	text-decoration:none;
}

#breadcrumbs a{
	color:#FFFFFF

}

#breadcrumbs a:hover{
	text-decoration:underline;

}

#breadcrumbs .arrow{
	padding:1px 2px 0 2px;

}

@media (max-width: 768px) {
	#breadcrumbs{
		float: none;
		width: 100%;
		font-size:10px;
		padding-bottom:15px;
	}

	#breadcrumbs ul{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-right: 0;
	}
	
	#breadcrumbs li{
		float:left;
		width:auto;
		text-decoration:none;
		font-size: 13px;
	}
	
	#breadcrumbs a{
		color:#FFFFFF
	
	}
	
	#breadcrumbs a:hover{
		text-decoration:underline;
	
	}
	
	#breadcrumbs .arrow{
		padding:1px 2px 0 2px;
	
	}
	
}


#contents {
	margin-bottom: 100px;
}


/* -----------------------------------------------------------
#main : メインタグ
----------------------------------------------------------- */

#main{
	color:#FFFFFF;

}

#main h2{
	float:left;
	width:580px;

}

#main h3{
	float:left;
	width:580px;
	margin-bottom:30px;
	color:#A9825A;
	font-size:27px;
	font-weight:bold;

}

@media (max-width: 768px) {
	#main{
		color:#FFFFFF;
	
	}
	
	#main h2{
		float:left;
		width:100%;
		overflow: hidden;
	}

	#main h2 img{
		width: 100%;
		height: auto;
	}
	
	#main h3{
		display: block;
		float: none;
		width: 100%;
		font-weight: normal !important;
		margin-bottom: 10px;
		font-size: 22px;
		font-weight:bold;
		text-align: left;
	}
	
	#main h3 img{
		width: 100%;
		height: auto;
	}

}


/* -----------------------------------------------------------
		#newsWrap
----------------------------------------------------------- */
#newsWrap {
	width: 537px;
	margin-bottom: 50px;
}
#newsWrap .newsTitle {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 20px;
}
#newsWrap .newsDate {
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	margin-bottom: 40px;
}

#newsWrap p {
font-size: 14px;
	line-height: 22px;
	margin-bottom: 40px;
}

#newsWrap #newsPhoto {
	width: 537px;
	overflow: hidden;
}
#newsWrap #newsPhoto ul {
	width: 570px;
	margin: 0;
	padding: 0;
}
#newsWrap #newsPhoto ul li {
	float: left;
	width: 148px;
	height: 148px;
	border: 1px solid #cccccc;
	margin-right: 38px;
	margin-bottom: 38px;
}
#newsWrap #newsPhoto ul li .photoBlock {
	display: block;
	width: 100%;
	height: 100%;
}
#newsWrap #newsPhoto ul li .photoBlock a {
	display: block;
	width: 100%;
	height: 100%;
}
#newsWrap #newsPhoto ul li .photoBlock a img {
	display: block;
	width: 100%;
	height: 100%;
}


@media (max-width: 768px) {
	#newsWrap {
		width: 100%;
		margin-bottom: 50px;
	}
	#newsWrap .newsTitle {
		display: block;
		font-size: 18px;
		color: #ffffff;
		font-weight: bold;
		margin-bottom: 15px;
		padding-top: 20px;
	}
	#newsWrap .newsDate {
		display: block;
		font-size: 12px;
		color: #ffffff;
		text-align: right;
		margin-bottom: 40px;
	}
	
	#newsWrap p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 40px;
	}
	
	#newsWrap #newsPhoto {
		width: 100%;
		overflow: hidden;
	}
	#newsWrap #newsPhoto ul {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	#newsWrap #newsPhoto ul li {
		float: none;
		width: 46%;
		height: auto;
		border: 1px solid #cccccc;
		margin: 1.5%;
	}
	#newsWrap #newsPhoto ul li .photoBlock {
	}
	#newsWrap #newsPhoto ul li .photoBlock a {
	}
	#newsWrap #newsPhoto ul li .photoBlock a img {
		display: block;
		width: 100%;
		height: 100%;
	}

}





