@charset "UTF-8";

/*-------------------------------
	sub visual
-------------------------------*/

.sub_visual::before {
	background:url(../images/bg_subvisual_news.png) no-repeat right center / cover;
}

/*-------------------------------
main .inner
-------------------------------*/
main .inner{
	max-width: 112rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


/*-------------------------------
.main-contents
-------------------------------*/
.main-contents{
	width: 68.75%;
}
#post-head{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#post-area .date{
	font-size: 1.3rem;
	color: #8e8e8e;
	letter-spacing: .1em;
	width: 9.8rem;
	margin-bottom: .8rem;
}
#post-area .cats{
	width: calc(100% - 9.8rem);
	display: flex;
	flex-wrap: wrap;
}
#post-area .cat{
	margin-right: .8rem;
	margin-bottom: .8rem;
	padding: 0 .8rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .1em;
	background: #b3a85f;
	color: #fff;
	font-size: 1.3rem;
}
.post-title{
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	line-height: 1.75;
	font-size: 2.7rem;
	letter-spacing: .1em;
	margin-bottom: 3.2rem;
	position: relative;
	width: 100%;
	font-weight: 600;
}
.post-title:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(-90deg, #beb896 0%, #a9a178 27%, #958b56 71%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.post-txt img{
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 1rem rgba(0,0,0,.15);
}
.post-txt p,
.post-txt ol,
.post-txt ul,
.post-txt div{
	font-size: 1.7rem;
	line-height: 1.75;
	margin-bottom: 2.2rem;
	letter-spacing: .1em;
}
.post-txt h2{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 2rem 2.4rem 2rem 3.6rem;
	position: relative;
	background: #ebe6d2;
	margin: 4.2rem 0 4rem;
}
.post-txt h2:before{
	content: "";
	display: block;
	width: .9rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #b3a85f;
}
.post-txt h3{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 0 0 1.4rem;
	position: relative;
	margin: 0 0 3.6rem;
}
.post-txt h3:before{
	content: "";
	display: block;
	width: 100%; 20.8%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #b7ac5f 0%, #b7ac5f 20.8%, #e8e8e8 20.8%, #e8e8e8 100%);
}
.post-txt h4,
.post-txt h5{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 0 0 2.6rem;
	color: #a39231;
}
.post-txt h5{
	color: #00aea2;
}
.post-txt ul li,
.post-txt ol li{
	padding-left: 3rem;
	line-height: 1.75;
	margin-bottom: 1rem;
	font-size: 1.7rem;
	font-weight: 600;
	position: relative;
}
.post-txt ul li:before{
	content: "●";
	display: block;
	color: #b3a85f;
	margin-right: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
}
body{
	counter-reset: number 0;
}
.post-txt ol li:before{
	content: counter(number)".";
	counter-increment: number 1;
	display: block;
	color: #b3a85f;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
}
.post-txt div{
	background: #e5f7f7;
	padding: 2rem 2rem 2rem 3rem;
}
.post-txt{
	padding-bottom: 5rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #b3a85f;
}

.post-txt mark {
	font-style:normal;
	background:linear-gradient(transparent 60%, #d0f4ee 60%);
}
.post-txt a{
	color: #00aea2;
	text-decoration: underline;
}
.post-txt a:hover{
	text-decoration: none;
}
/*-------------------------------
#pager
-------------------------------*/
.pager02{
	position: relative;
	display: flex;
	justify-content: center;
}
.prev{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.next{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.prev:before,
.next:after{
	content: "";
	display: block;
	width: .8rem;
	height: 1.7rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.prev:before{
	background-image: url(../images/news-prev-arrow.svg);
	margin-right: 1.5rem;
}
.next:after{
	background-image: url(../images/news-next-arrow.svg);
	margin-left: 1.5rem;
}
.pager02 a:hover{
	color: #998b4d;
}

/*-------------------------------
.archive-area
-------------------------------*/
.archive-area{
	width: 25%;
}
.side-bar{
	margin-bottom: 5.5rem;
}
.archive-area h3{
	width: 100%;
	height: 5.8rem;
	color: #fff;
	background: linear-gradient(135deg, #958b56 0%, #beb896 100%);
	margin-bottom: 1.5rem;
	padding: 1.8rem 2rem 1.2rem 2rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1;
}
.archive-area ul{
	padding-left: 1.5rem;
}

.category{
	padding-left: 2.4rem;
	background: url(../images/news-next-arrow.svg) no-repeat;
	background-size: .6rem auto;
	background-position: left top .6em;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.823;
	display: inline-block;
	position: relative;
}
.category:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: right top;
	transition: .3s transform ease;
}
.category:hover:after{
	transform: scaleX(1);
	transform-origin: left top;
}

.categories li:not(:last-of-type){
	margin-bottom: 2.2rem;
}


.latest .date{
	margin-bottom: 1rem;
	display: block;
}
.latest h4{
	font-size: 1.7rem;
	line-height: 1.823;
	letter-spacing: .1em;
	transition: .3s all ease;
	font-weight: 600;
}
.latest li:not(:last-of-type) h4{
	margin-bottom: 2rem;
}
.latest a:hover h4{
	color: #998b4d;
}
.archives select{
	display: flex;
	width: calc(100% - 3rem);
	height: 5rem;
	margin: 0 auto;
	border-radius: .5rem;
	border: 1px solid #8e8e8e;
	background: url(../images/select-arrow.svg) no-repeat;
	background-position: right 2.6rem center;
	background-size: 1.7rem auto;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .1em;
	font-family: "Noto Serif JP", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #333;
	padding: 0 4.4rem 0 2rem;
}


/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width: 960px) {
	.archive-area ul{
		padding-left: 0;
	}
	.archives select{
		width: 100%;
		background-position: right .8rem center;
		padding: 0 2.5rem 0 .8rem;
	}
} /* end 960px */

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width: 768px) {

/*-------------------------------
	sub visual
-------------------------------*/
	.sub_visual::before {
		background-position:50% center;
	}


/*-------------------------------
.main-contents
-------------------------------*/
	.main-contents{
		width: 100%;
	}


/*-------------------------------
.main-contents
-------------------------------*/
	#post-area .date{
		font-size: 1.3rem;
		width: 9.8rem;
		margin-bottom: .8rem;
	}

	#post-area .cat{
		padding: 0 .4rem;
		height: 1.8rem;
	}
	.post-title{
		padding-top: 1rem;
		padding-bottom: 1.2rem;
		line-height: 1.75;
		font-size: 2.2rem;
		margin-bottom: 2.4rem;
	}
	.post-txt p,
	.post-txt ol,
	.post-txt ul,
	.post-txt div{
		font-size: 1.5rem;
		margin-bottom: 1.8rem;
	}
	.post-txt h2{
		font-size: 2rem;
		padding: 1.2rem 1.2rem 1.2rem 2rem;
		margin: 3.2rem 0 2.8rem;
	}
	.post-txt h2:before{
		width: .4rem;
	}
	.post-txt h3{
		font-size: 2rem;
		padding: 0 0 1.2rem;
		margin: 0 0 2.8rem;
	}

	.post-txt h4,
	.post-txt h5{
		font-size: 1.7rem;
		margin: 0 0 2.2rem;
	}

	.post-txt ul li,
	.post-txt ol li{
		font-size: 1.5rem;
		padding-left: 2.4rem;
	}
	.post-txt div{
		padding: 1.6rem 1.6rem 1.6rem 2rem;
	}
	.post-txt{
		padding-bottom: 3.6rem;
		margin-bottom: 2.4rem;
	}
/*-------------------------------
#pager
-------------------------------*/
	.pager02{
		margin-bottom: 6rem;
	}

	.prev:before,
	.next:after{
		width: .6rem;
		height: 1.2rem;
	}
	.prev:before{
		margin-right: 1rem;
	}
	.next:after{
		margin-left: 1rem;
	}



/*-------------------------------
.archive-area
-------------------------------*/
	main .inner{
		display: block;
	}
	.archive-area{
		width: 100%;
	}
	.side-bar{
		margin-bottom: 4rem;
	}
	.archive-area h3{
		height: 4.4rem;
		margin-bottom: 1.5rem;
		padding: 1.2rem;
		font-size: 1.8rem;
	}
	.archive-area ul{
		padding-left: 1.2rem;
	}

	.category{
		padding-left: 1.8rem;
		background-size: .4rem auto;
		font-size: 1.5rem;
		line-height: 1.5;
	}


	.categories li:not(:last-of-type){
		margin-bottom: 2rem;
	}


	.latest .date{
		margin-bottom: 1rem;
	}
	.latest h4{
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.latest li:not(:last-of-type) h4{
		margin-bottom: 1.5rem;
	}

	.archives select{
		width: calc(100% - 2.4rem);
		height: 4rem;
		margin: 0 auto;
		border-radius: .3rem;
		background-position: right 1.2rem center;
		background-size: 1.2rem auto;
		font-size: 1.4rem;
		padding: 0 2.4rem 0 1.2rem;
	}
} /* end 768px */