@charset "utf-8";

.key-visual{
	background-image:url(../images/news-main-visual.jpg);
	background-position:center;
}
.page-title span{
	color:#fff;
	border-bottom:1px solid #fff;
}
main{
	padding-top:0;
}
.cat{
	font-size:1.4rem;
	display:inline-block;
	color:#fff;
	background:#C0BB88;
	padding:5px 10px;
	line-height:1.1;
	margin-right:10px;
	vertical-align:middle;
}
.post-title{
	color:#c0bb88;
	line-height:1.5;
	display:inline-block;
	font-size:2rem;
	font-weight:600;
}
.post-area{
	line-height:1.8;
}
.date{
	font-size:1.4rem;
	text-align:right;
	border-top:1px solid #192D60;
	margin-top:10px;
	padding-top:8px;
	color:#7F7F7F;
	padding-bottom:10px;
}
.post-area{
	color:#7F7F7F;
}
.post-area h3{
	font-size:1.6rem;
	font-weight:600;
}
.post-area .pic{
	margin-bottom:15px;
	/*max-width:100%;*/
	width: 48.5%;
}
.post-area .pic img{
	width: 100%;
	height: auto;
}
.post-area p{
	margin-bottom:20px;
	font-size:1.6rem;
}
.post-area .post-box{
	margin-bottom:15px;
}
.pager{
	margin:auto;
	font-size:0;
	/*padding-right:307.5px;
	padding-left:52.5px;*/
	display: flex;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
}
.single-prev{
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.single-next{
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.single-prev a{
	display: block;
	justify-content: flex-start;
}
.single-next a{
	display: block;
	justify-content: flex-end;
}
.single-return{
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}
.pager a{
	font-size:1.6rem;
	color:#BCB887;
	position:relative;
	line-height:32px;
	line-height: 1.5;
	display: flex;
	align-items: center;
}
.pager li:first-child a:before{
	width:0;
	height:0;
	display:inline-block;
	content:"";
	border-right:7px solid #bcb887;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	vertical-align:middle;
	margin-right: 2em;
}
.pager li:nth-of-type(2) a:before{
	width:0;
	height:0;
	display:inline-block;
	content:"";
	border-left:7px solid #bcb887;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	vertical-align:middle;
}
/*.pager li:nth-of-type(2){
	display:inline-block;
	vertical-align:middle;
	width:120px;
	height:34px;
}*/
.pager li:nth-of-type(2) a{
	border:1px solid #727171;
	background:#ebecec;
	display:block;
	width: 80%;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
}
.pager li:last-child a:after{
	width:0;
	height:0;
	display:inline-block;
	content:"";
	border-left:7px solid #bcb887;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	vertical-align:middle;
	margin-left: 2em;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++レスポンシブスタイル+++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width:767px){

.post-area h3{
	font-size:1.4rem;
	font-weight:600;
}
.post-area .pic{
	margin-bottom:15px;
}

.pager{
	width:calc(100% - 30px);
	margin:auto;
	display:flex;
	display:webkit-flex;
	align-items:center;
	padding:0;
	justify-content: space-between;
}
.pager li{
	float:none;
	display:block;
	width:30%;
}
.pager li:nth-of-type(1){
	text-align:justify;
}
.pager li:nth-of-type(1) a{
	padding-left:7px;
}
.pager li:nth-of-type(3){
	text-align:justify;
}
.pager li:nth-of-type(3) a{
	padding-right:7px;
}
.pager li.f-left a:before {
    border-right: 4px solid #bcb887;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 0px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
.pager li.f-right a:after {
    border-left: 4px solid #bcb887;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 0px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.pager a{
	line-height:1.3;
	font-size:1.2rem;
}
.pager li:nth-of-type(2) a{
	vertical-align:middle;
	padding:5px 5px;
	height: auto;
}
.pager li:nth-of-type(2) a:before {
    border-left: 4px solid #bcb887;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 3px;
}
.post-title{
	font-size:1.8rem;
}
.cat {
    font-size: 1.3rem;
    display: inline-block;
    color: #fff;
    background: #C0BB88;
    padding: 4px 8px;
    line-height: 1.1;
    margin-right: 10px;
    vertical-align: middle;
}
}