@charset "utf-8";
/*--------------------
common
--------------------*/
header {
	background: #000;
	transition: 0.5s;
}

@media screen and (min-width: 641px) {
	header .h_left {
		height: 90px;
		transition: 0.5s;
	}
	
	header .h_right .hr_search {
		display: none;
	}

	header .h_left .hl_logo {
		width: 97px;
		height: 90px;
		transition: 0.5s;
	}
	
	header .h_left .hl_logo img {
		width: 70px;
		height: auto;
		transition: 0.5s;
	}
	
	header .h_left .hl_nav a {
		margin: 0 0 0 20px;
		transition: 0.5s;
	}
	
	header .h_right .hr_nav .search_btn {
		display: block;
	}

	header .h_right {
		height: 90px;
		transition: 0.5s;
	}

	header .h_right .hr_menubtn img {
		width: 90px;
		height: auto;
		transition: 0.5s;
	}
}

header .h_left .hl_logo {
	box-shadow: 0 0 21px rgba(0,0,0,0.35); 	
}

#bread ol li a {
	color: #fff;
}

#bread ol li::before {
	background: #fff;
}

#pager li { 
	display: inline-block;
}

/*--------------------
firstview
--------------------*/
#firstview {
	padding: 190px 0 130px;
	transition: 0.6s;
}

	#firstview h1 {
		text-align: center;
	}
	
	#firstview h1 span {
		display: block;
		margin: 20px 0 0;
		font-size: 19px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		color: #c6a149;
	}

@media screen and (min-width: 641px) and (max-width: 1700px) {
	#firstview {
		padding: 150px 0 120px;
	}
}
	
/*--------------------
contents
--------------------*/	
#contents {
	margin: 0 0 100px;
	padding: 120px 0 0;
}

	#contents h2 {
		margin: 0 0 44px;
		font-size: 29px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	#contents .articles {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 0 -21px;
		overflow: hidden;
	}
	
	#contents .articles article {
		width: 386px !important;
		margin: 0 0 80px 21px;
	}
		
	#contents .articles article a {
		position: relative;
		display: block;
		padding: 16px 0 0 16px;
	}
	
	#contents .articles article a .category {
		position: absolute;
		left: 0;
		top: 0;
		display: inline-block;
		background: #c9ac68;
		padding: 10px 16px 12px;
		font-size: 16px;
		color: #fff;
	}
	
	#contents .articles article a .category::before {
		position:absolute; 
		content: ""; 
		display: block; 
		width: 20px; 
		height: 37px;	
		border-top: 37px solid #c9ac68;
		border-right: 20px solid transparent; 
		box-sizing: border-box; 
		right: -20px;
		top: 0;
		margin: auto 0;
	}
	
	#contents .articles article a .img {	
		width: 100%;
	}
	
	#contents .articles article a .img img {
		width: 100%;
		height: auto;
	}
	
	#contents .articles article a .textbox {
		background: #fff;
		padding: 20px 0 0;
	}
	
	#contents .articles article a .textbox h3 {
		max-height: 68px;
		overflow: hidden;
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 1.4;
	}
	
	#contents .articles article a .textbox p {
		max-height: 82px;
		overflow: hidden;
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 1.7;
	}
	
	#contents .articles article a .textbox small {
		display: block;
		font-size: 12px;
		color: #9d9d9d;
	}
	
	
	

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px) {

/*--------------------
firstview
--------------------*/
#firstview {
	padding: 100px 0 70px;
}

	#firstview h1 {
		text-align: center;
	}
	
	#firstview h1 img {
		width: auto;
		height: 80px;
	}
	
	#firstview h1 span {
		margin: 16px 0 0;
		font-size: 16px;
	}
	
/*--------------------
contents
--------------------*/	
#contents {
	margin: 0 0 60px;
	padding: 70px 0 0;
}

	#contents h2 {
		margin: 0 0 28px;
		font-size: 24px;
	}
	
	#contents .articles {
		display: block;
		margin: 0 auto;
	}
	
	#contents .articles article {
		width: 100% !important;
		margin: 0 0 24px;
	}
		
	#contents .articles article a {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 12px 0 0 12px;
	}
	
	#contents .articles article a .category {
		padding: 6px 8px 8px;
		font-size: 10px;
	}
	
	#contents .articles article a .category::before {
		width: 20px; 
		height: 24px;	
		border-top: 24px solid #c9ac68;
		border-right: 20px solid transparent; 
		box-sizing: border-box; 
		right: -20px;
	}
	
	#contents .articles article a .img {	
		width: 37%;
	}
	
	#contents .articles article a .img img {
		width: 100%;
		height: auto;
	}
	
	#contents .articles article a .textbox {
		width: 63%;
		padding: 0 0 0 16px;
		box-sizing: border-box;
	}
	
	#contents .articles article a .textbox h3 {
		max-height: 42px;
		margin: 0 0 4px;
		font-size: 16px;
		line-height: 1.3;
	}
	
	#contents .articles article a .textbox p {
		max-height: 39px;
		margin: 0 0 4px;
		font-size: 12px;
		line-height: 1.6;
	}
	
	#contents .articles article a .textbox small {
		font-size: 10px;
	}

}
