
header{
	height: 0;
	min-height: 0;
}
#news{
	padding: 50px;
	background: #f2eadd;
}
#news .s_title{	margin-bottom: 50px;}


/** news **/

.news_box{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_box:last-of-type{	margin-bottom: 0;}

.ntitle{
	position: relative;
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dad1b4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ntitle:last-of-type{	margin-bottom: 0;}
.ntitle p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #685049;
	margin: 0 0 3px 0;
}
.ntitle p:nth-of-type(2){
	font-size: 11px;
}

.nbox{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.n_img,
.n_main{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.n_img{
	text-align: center;
}

.n_img .cbox{
	color: #fff;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.n_img .cbox:hover{
	text-decoration: none;
}

.n_img .cbox .img_bg{
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.n_img .cbox .img{
	display: inline-block;
	vertical-align: top;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.n_img .cbox .img > img{
	width: 200px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.nbox .n_main .txt{
	font-size: 16px;
	line-height: 1.5;
}

.nbox .n_main .txt img{
	max-width: 100%;
	width: auto;
	height: auto !important;
}
.nbox .n_main .txt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.nbox .n_main .txt u{	text-decoration: underline;}

.nbt{
	font-size: 0;
	line-height: 0;
}
.nbt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 110px;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	margin: 0 5px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbt a:hover{
	text-decoration: none;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	#news{
		padding: 30px 15px;
	}
	#news .s_title{	margin-bottom: 30px;}
	.news_box{
		padding: 15px;
	}
}
