@charset "UTF-8";
/* guide
--------------------------- */
.mainCtsArea{
	background: url(../images/mainCtsBg.jpg) repeat-x;
	background-size: cover;
}
.newsArea {
	padding: 160px 0 50px;
	min-height: 800px;
}
.newsTit {
	width: 205px;
	margin: 0 auto;
}
.newsTit span{
	letter-spacing: 0.3rem;
	position: relative;
	text-align: center;
	display: block;
	margin: 20px 0 0 0;
	font-weight: 600;
	color: #ba905d;
	font-size: 1.4rem;
}
.newsTit span:before{
	content: '';
	width: 60px;
	height: 1px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin: 0 0 0 -30px;
	border-top: 1px solid #ba905d;
}
.newsCts{
	margin: 50px 0 0 0 ;
}
.newsCts section:not(:last-child){
	margin: 0 0 30px 0;
}
.newsCts section .tit{
	font-size: 1.8rem;
	letter-spacing: 0rem;
	padding: 30px 50px;
	background: #f6f4f1;
	line-height:145%;
}
.newsCts section .txt{
	line-height: 2.6rem;
	background: #fff;
	padding: 30px 50px;
}
.newsCts section .txt a{
	transition: 0.3s;
	color: #af9060;
	display: block;
	text-decoration: underline;
	margin: 5px 0 0 0;
}
.newsCts section .txt a:hover{
	opacity: 0.8;
}
.newsCtsInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 2.6rem;
	background: #fff;
	padding: 30px 50px;
}
.newsCtsInner .txtArea {
	/*width: 58%;*/
	width: 100%;
}
.newsCtsInner .txtArea p {
	font-size: 1.4rem;
	line-height: 2.7rem;	
}
.newsCtsInner .imgArea {
	width: 55%;
}
.txtArea a{
	transition: 0.3s;
	color: #af9060;
	display: block;
	text-decoration: underline;
	margin: 5px 0 0 0;
}
.txtArea a:hover{
	opacity: 0.8;
}
@media screen and (max-width:767px){
	.newsArea {
		padding: 30px 20px 50px;
	}
	.newsTit {
		width: 50%;
	}
	.newsCts section .tit {
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: 0;
	}
	.newsTit span {
		font-size: 1.2rem;
	}
	.newsCts section .tit,
	.newsCts section .txt{
		padding: 20px 25px;
	}
	.newsCtsInner {
		flex-direction: column-reverse;
		padding: 20px 25px
	}
	.newsCtsInner .txtArea,
	.newsCtsInner .imgArea{
		width: 100%;
	}
	.newsCtsInner .txtArea p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: 0;
}
	.newsCtsInner .imgArea img{
		width: 100%;
		margin-bottom: 10px;		
	}	
	.newsCtsInner .imgArea{
		margin: 0 0 5px 0;
	}
}