

/* 新着情報
------------------------------------------------------------*/
.news_area {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    /*background-color: rgba(180,140,82,0.25);  */
}


.news_box {    
	  padding-bottom: 1%;
	padding-top: 2%;
	border-bottom: 1px solid rgba(223,223,223,1.00);
}

.news_day {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2%;
    color: rgba(135,134,134,1.00);
}


.news_ttl {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0%;
	margin-bottom: 1%;
	font-weight: bold;
}

.nav-below {	
	margin-top: 5%;
}

/* 詳細*/

.main_photoarea {
    position: relative;
    margin-top: 30px;
}

.news_box2 {    
    margin-top: 3%;
	margin-bottom: 5%;
}
.news_box2 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media (max-width: 768px)  {

}