
/*単体ページ用 イメージありタイトル*/
.fv_category.single{
  height: 200px;
  overflow: hidden;
  position: relative;
}

.fv_category.single picture{
  display: block;
  height: 200px;
  width: 110%;
  overflow: hidden;
}
.fv_category.single picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv_category .heading_single {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
}
.heading_single_jp{
  display: block;
  margin-left: -0.2em;
}
.heading_single .small_en{
  font-size: 16px;
  display: block;
  color: #bb9f5b;
}
/*単体ページ用 イメージありタイトル*/

/*---single  common---*/
.single_ttl{
    font-size: 28px;
    margin-bottom: 8px;
}
.single_con{ margin-bottom: 60px;}
.mini_att{font-size:14px;}
/*---common single--*/

/*---news----*/
.news_title{
  margin-bottom: 30px;
}

h3.min.news_ttl {
  font-size: 30px;
  font-weight: 500;
  color: #bb9f5b;
}


.news_con{
  margin-bottom: 60px;
}

.news_con p{
  margin-bottom: 20px;
	font-size: 16px;
}

.news_con picture{
  display: block;
  margin-bottom: 20px;
}
.news_con img{width: 80%; height: auto; margin-bottom: 20px;}

.news_con .wd_60 { width: 60%; }
.news_con .wd_70 { width: 70%;}
.news_con .wd_80 { width: 80%;}
.news_con .mt_60{ margin-top: 60px;}
.news_con .mt_50{ margin-top: 50px;}

.news_link a {
  color: #bb9f5b;
  border: solid 1px;
  padding: 0.5em 0.8em;
  line-height: 1;
  display: inline-block;
}

.news_inner {
  text-align: center;
  margin: 50px auto;
}

.news_inner a {
  color: #bb9f5b;
  display: inline-block;
  width: 240px;
  border: solid 1px;
  padding: 0.75em 0 0.8em;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 15px;
  transition: all .3s;
}

.news_inner a:hover{
  color: #fff;
  background: #bb9f5b;
}


/*---list page---*/


.news_list-day {
    font-size: 13px;
}
.news_list-ttl {
    color: #bb9f5b;
    font-size: 20px;
    padding-bottom: 8px;
	line-height: 1.5;
}
.news_list-item {
    border-bottom: solid 1px #bb9f5b;
    margin: 0 0 -1px;
    align-items: center;
    padding: 30px 5px;
    border-top: 1px solid #bb9f5b;
}
	.news_list-item a:hover{
		opacity: 0.7;
	}

/*---list page---*/

.list_pager{
	margin:35px auto 0;
	display: table;
}
.page-numbers{padding: 0 5px; font-size: 28px; cursor: pointer;}
.page-numbers:hover{
	color: #bb9f5b;
}
.page-numbers.current{
	color: #bb9f5b;
	font-weight: 600;
}
.list_pager .page-numbers.next{
	font-size: 0.9em;
	padding-left: 15px;
}
.list_pager .page-numbers.prev{
	font-size: 0.9em;
	padding-right: 15px;
}
