.lower-page-title {
    width: fit-content;
    position: absolute;
    left: 133px;
    top: 27px;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.lower-page-title h1 {
    font-size: .32rem;
    font-family: minion-pro, serif;
    letter-spacing: 0.22em;
    line-height: 1;
    margin-bottom: -4px;
}

.lower-page-title p{
    font-size: .16rem;
    text-align: center;
}

.lower-page-heading h2{
    font-size: .30rem;
    text-align: center;
    margin-bottom: 10px;
}

.lower-page-heading p{
    font-size: .15rem;
    font-family: minion-pro, serif;
    text-align: center;
    letter-spacing: 0.1em;
}



.information-main .lower-page-background{
        background-image: url(../images/info/info-title-back.jpg);
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-bottom: 26.4%;
        position: relative;
    	margin-bottom: 95px;
}

.info-contents .lower-page-heading{
    margin-bottom: 78px;
}

.info-contents{
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 72px;
    padding: 0 20px;
}

.info-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 23px;
	position:relative;
}

.info-container::after{
	content:"";
	display:block;
	width: 27.3%;
}

.info-list{
    width: 27.3%;
    color: #000;
    font-size: .16rem;
    margin-bottom: 48px;
}

.info-list:hover{
    opacity: 1;
}

.info-list:hover img{
    opacity: 1;
}

.info-list-img {
    margin-bottom: 19px;
	padding-bottom: 100%;
	position: relative;
}

.news_img{
	position: absolute;
	top: 0;
	left: 0;
}

.news_noimg{
	background-color: #fff;
	height: 100%;
	position: absolute;
    top: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.news_noimg_logo{
	width: 70%;
}

time {
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    display: block;
    line-height: 1;
	color:#BCA475;
}

.info-list p {
    line-height: 1.7;
    transition: all 1s;
	/*
 	display: -webkit-box;             
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	-webkit-line-clamp: 2; 
	*/
  	text-align: left;
}

.info-list:hover.info-list p{
    color: #BCA475;
}

/*ページネーション*/
.wp-pagenavi {
	display: flex;
	width: 7%;
	margin: 0 auto;
	justify-content: space-between;
	width: max-content;
	margin: 0 auto;
	justify-content: space-between;
}

.wp-pagenavi a {
	text-decoration: none;
	color: #000;
	font-size: .16rem;
	padding: 0px 2px;
	margin: 0 13px;
}

.wp-pagenavi .current {
	color: #BCA475;
	border-bottom: solid 1px;
	padding: 0px 2px;
	margin: 0 13px;
	font-size: .17rem;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	color: #fff;
	padding: 0px 2px;
	margin: 0 13px;
	font-size: .17rem;
}

.nextpostslink::before {
	content: '';
	position: absolute;
}

.nextpostslink::before {
	position: absolute;
	left: -2px;
	top: 17.5px;
	display: block;
	content: "";
	width: 18px;
	height: 1px;
	background: #BCA475;
}

.nextpostslink::after {
	position: absolute;
	left: 8px;
	top: 14.5px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #BCA475;
	border-top: 1px solid #BCA475;
	transform: rotate(45deg);
}

.previouspostslink:before {
	content: '';
	position: absolute;
}

.previouspostslink::before {
	position: absolute;
	left: -2px;
	top: 16.4px;
	display: block;
	content: "";
	width: 18px;
	height: 1px;
	background: #BCA475;
}

.previouspostslink::after {
	position: absolute;
	left: -2px;
	top: 13.5px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #BCA475;
	border-top: 1px solid #BCA475;
	transform: rotate(230deg);
}



@media screen and (max-width:800px){
    .information-main .lower-page-background{
        background-image: url(../images/info/info-title-back-sp.jpg);
        padding-bottom: 69.4%;
        margin-bottom: 75px;
    }

    .information-main .lower-page-title {
        left: 0;
        right: 0;
        top: 44px;
        bottom: 0;
        color: #fff;
        
    }

    .information-main .lower-page-heading h2 {
        margin-bottom: 0px;
    }

    .info-contents .lower-page-heading {
        margin-bottom: 55px;
    }

    .info-container {
        padding: 0 4px;
    }

    .info-list {
        width: 45.5%;
        font-size: .15rem;
        margin-bottom: 25px;
    }

    .info-list p {
        line-height: 1.6;
    }

    .info-list-img {
        margin-bottom: 13px;
    }

    time {
        margin-bottom: 4px;
    }
}



/*個別ページ*/

.news-kobestu__contents {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto 91px;
	padding: 0 20px;
}

.news-flex {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 120px;
}

.news-main__date time {
	color: #BCA475;
	font-size: .16rem;
	margin-bottom: 13px;
	display: block;
}

.news-main__date h3 {
    font-size: .28rem;
    margin-bottom: 60px;
}

.news-story__text p {
    margin-bottom: 31px;
    font-size: .16rem;
    line-height: 1.8;
    word-break: break-all;
}

.news-story__text img {
    margin-bottom: 50px;
}
.info-img-border{
    border: 1px solid #c3c3c3;
}

.news-story {
	/*width: 695px;*/
	width: 62%;
	padding-right: 73px;
	box-sizing: content-box;
}

.news-side {
    width: 322px;
    width: 27.7%;
    margin-top: 154px;
}

.side-midashi {
	font-size: .17rem;
	font-family: "adobe-garamond-pro", serif;
	letter-spacing: 0.1em;
	margin-bottom: 11px;
	font-weight: 600;
}

.clearfix li {
	list-style: none;
	margin-bottom: 33px;
}

.clearfix li a {
    text-decoration: none;
    color: #000;
    font-size: .16rem;
    position: relative;
    padding-left: 11px;
    display: inline-block;
}

.clearfix li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 90%;
	background-color: #BCA475;
}

.clearfix li time {
	display: block;
}


/*アーカイブ*/
.archive-list {
	list-style: none;
	position: relative;
	    width: 85%;
}

/*.archive-list::before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	margin: auto;
	width: 1px;
	height: 100%;
	background-color: #BCA475;
}*/

.year {
    margin-bottom: 15px;
    cursor: pointer;
    font-size: .16rem;
    padding-bottom: 19px;
    padding-left: 5px;
    /*border-bottom: solid 1px #BCA475;*/
}

.month-archive-list {
	display: none;
	list-style: none;
}

.archive_head {
	position: relative;
	display: block;
}

.archive_head::before {

	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #BCA475;
	border-right: solid 1px #BCA475;
	position: absolute;
	right: 0px;
	top: 9px;
	transform: rotate(45deg);
}

.archive_head.acv_open::before {
	transform: rotate(135deg);
}


.archive_head:not(.acv_open)::before {

	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #BCA475;
	border-right: solid 1px #BCA475;
	position: absolute;
	right: 0;
    top: 14px;
	transform: rotate(45deg);
}



.month-archive-list {
	display: none;
	list-style: none;
}

.month_li {
	margin-top: 15px;
	margin-left: 20px;
	cursor: pointer;
}

.post_list {
	display: none;
}

.post_list a {
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 10px;
	display: block;
	width: calc(100% - 40px);
	text-decoration: none;
	color: #000;
}


.clearfix {
	margin-bottom: 70px;
}



/*ボタン*/
.kobestus-link-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
}

.kobestus-link-box a {
	font-size: .14rem;
	color: #BCA475;
	text-decoration: none;
}

.kobestus-link-center {
	border: solid 1px #BCA475;
	width: 307px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	padding: 16px 0;
}

.kobestus-link-box>div {
	width: 161px;

}

.kobestus-link-left a,
.kobestus-link-right a {
	position: relative;
	display: block;
}

.kobestus-link-right a::before,
.kobestus-link-right a::after {
	position: absolute;
	content: '';
	bottom: 0px;
	right: 54px;
	height: 1px;
	background-color: #BCA475;
}

.kobestus-link-right a::before {
	width: 108px;
	transform: translateY(-50%);
	left:0;
}

.kobestus-link-right a::after {
	width: 17px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.kobestus-link-left a::before,
.kobestus-link-left a::after {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 50px;
	height: 1px;
	background-color: #BCA475;
}


.kobestus-link-left a::before {
	width: 108px;
	transform: translateY(-50%) scale(-1, 1);
}

.kobestus-link-left a::after {
	width: 17px;
	transform: translateY(-50%) rotate(310deg) scale(-1, 1);
	transform-origin: right center;
	left: 33px;
}


.kobestus-link-left {
	text-align: right;
}




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

	.news-main {
		margin-top: 0px;
	}

	.news-main .contents-heading {
		margin-bottom: 65px;
	}

	.news-kobestu__contents {
		padding: 0 43px;
	}

	.news-story {
		width: 100%;
		padding-right: 0;
	}

	.news-flex {
		flex-direction: column;
		margin-bottom: 41px;
	}

    .news-main__date h3 {
        font-size: .24rem;
        margin-bottom: 0px;
		line-height: 1.6;
    }

	.news-main__date {
		margin-bottom: 52px;
	}

	.news-story__text p {
    	font-size: .15rem;
    	line-height: 2.25;
    	margin-bottom: 35px;
}

	.news-story__text img {
		margin-bottom: 35px;
	}

	.news-side {
		width: 100%;
		background-color: #EFEFEF;
		margin-top: 80px;
		padding: 82px 44px 56px;
	}

	.side-midashi {
		font-size: .18rem;
	}

	.clearfix li a {
		font-size: .14rem;
	}

	.clearfix li time {
		margin-bottom: 5px;
	}
	
	.clearfix li {
    margin-bottom: 29px;
}

	.clearfix {
		margin-bottom: 84px;
	}

	.archive-list::before {
		position: absolute;
		content: "";
		left: 0;
		top: 4px;
		margin: auto;
		width: 1px;
		height: 100%;
		background-color: #C35427;
		display: none;
	}

    .year {
        margin-bottom: 0;
        padding: 4px 0;
        font-size: .18rem;
        padding-left: 0;
        border-bottom: solid 1px #BCA475;
    }

	/*.year:last-of-type{
	border-bottom: none;
}*/

	.archive_head:not(.acv_open)::before {
		right: 0px;
		bottom: 0;
		margin: auto;
		top: 0px;
	}

	.archive-list {
		    width: 100%;
	}
	
	.archive_head {
    padding-left: 10px;
}

    .month_li {
        margin-top: 10px;
        margin-left: 0px;
        font-size: .14rem;
    }

	.month_li .archive_head::before {
		right: 0px;
		top: 10px;
	}

	.archive_head::before {
		right: 0px;
		top: 4px;
	}



	/*ボタン*/
	.kobestus-link-box {
		flex-direction: column;
		width: 289px;
	}

	.kobestus-link-box a {
		font-size: .14rem;
	}

	.kobestus-link-center {
		width: 285px;
		padding: 16px 0;
		margin-bottom: 32px;
	}

	.kobestus-link-box>div {
		width: 166px;
	}

	.kobestus-link-left {
		text-align: right;
		margin-bottom: 43px;
		margin-right: auto;
	}
	
	.kobestus-link-right {
    margin-left: auto;
}

.kobestus-link-right a::after {
    right: 59px;
}

.kobestus-link-left a::after {
    left: 43px;
}

.kobestus-link-left a::before{
    left: 60px;
}

}