@charset "UTF-8";
/*コラム・お知らせ*/
.inner{margin:70px 0 150px 0;}
#news-list .inner{text-align: center;}
/*一覧*/
.cat_list {
width: 90%;
max-width: 1080px;
margin: 40px auto 80px auto;
height: auto;
display: flex;
flex-wrap: wrap;
gap:30px;
justify-content: center;
}
.cat_list__item {width: 30%;max-width: 310px;}
.cat_list__item .btn {
width: 100%;
min-width: inherit;
height:auto;
text-align: center;
font-size: 16px;
font-family: "Noto Serif JP", serif;
font-weight: 500;
color: #32190E;
padding: 18px 0;
display: flex;
justify-content: center;
align-items: center;
}
.cat_list__item .btn:after{content: none;}

.date_cat time{
font-family:"Roboto",sans-serif;
font-weight:700;
display:inline-block;
color: #000;
}
.date_cat .cat{
width: auto;
height: auto;
display: inline-block;
font-size: 14px;
background-color: #F8E9BC;
color: #000;
border-radius: 5px;
text-decoration: none;
padding: 5px 8px;
font-weight: 700;
line-height: 1em;
margin-left: 10px;
}

#postlist{
width:90%;
max-width: 988px;
height: auto;
display: flex;
flex-wrap: wrap;
gap: 40px 20px;
margin: 0 auto;
justify-content: center;
}
.post__item{
width: 30%;
min-width: 316px;
height: auto;
font-size: 16px;
font-weight: 400;
text-align: left;
}
.post__item a{
text-decoration: none;
width: 100%;
height: auto;
overflow: hidden;
color: #000;
}
.post__item_img{
width: 100%;
height: 200px;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
border-radius:10px;
overflow: hidden;
}
.post__item_img img{width: 100%;height: auto;display: block;}
.post__item .date_cat {
width: 100%;
margin:20px 0 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.post__item .date_cat a {width: auto;}

.nav-links{
width: 100%;
height: auto;
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 70px;
padding: 0 5%;
}
.page-numbers{
width: 60px;
height: 60px;
line-height: 60px;
font-size: 16px;
font-family: "Noto Serif JP", serif;
font-weight: 500;
text-align: center;
color: #000;
text-decoration: none;
background-color: #fff;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
border-radius: 10px;
  display: block;
}
.page-numbers.prev span,.page-numbers.next span{
width: 0;
height: 0;
border-style: solid;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
display: block;
margin: 0 auto;
margin-top: 20px;
}
.page-numbers.prev span{border-right: 12px solid #000000;border-left: 0;}
.page-numbers.next span{border-left: 12px solid #000000;border-right: 0;}

/*詳細*/
#single,#single__next-prev{width:90%;max-width: 1000px;height: auto;margin:0 auto;}
#single{padding: 100px 0 70px 0;}

#single h1{
font-family: "BIZ UDMincho", serif;
font-weight: 700;
font-size: 26px;
letter-spacing: 0.01em;
line-height: 2em;
}
#single h2{
font-family: "Noto Serif JP", serif;
font-weight: 700;
font-style: normal;
font-size: 23px;
margin-bottom: 30px;
display: inline-block;
position: relative;
padding:0 3px 3px 3px;
background: #F8E9BC;
background: linear-gradient(180deg, rgba(248, 233, 188, 0) 0%, rgba(248, 233, 188, 0) 60%, rgba(248, 233, 188, 1) 61%, rgba(248, 233, 188, 1) 100%);
}
#single img{max-width: 100%;}
#single p,#single pre{letter-spacing: 0.01em;line-height: 2em;}
#single a{color: #000;}
#single__next-prev{padding-bottom: 120px;}

#single__contents {margin-top: 70px;}z
#single__pager{
width: 100%;
height: auto;
display: flex;
justify-content: center;
gap: 30px;
padding: 0 5%;
margin-bottom:150px;
}
#single__pager a {
width:auto;
height:auto;
text-align: center;
font-size: 16px;
font-family: "Noto Serif JP", serif;
font-weight: 500;
color: #32190E;
padding: 18px 36px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
letter-spacing: 0.01em;
text-decoration: none;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.page-post #single__pager .home{
    max-width: 250px;
        width: 100%;
}
#single__pager a.prev{
    margin-right: 10px;
}
 #single__pager a.next{
    margin-left: 10px;
 }
.page-post #single__pager {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
#single__pager a.prev,#single__pager a.next{width: 60px;height: 60px;padding: 0;min-width: 60px;}
#single__pager a span{
width: 0;
height: 0;
border-style: solid;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
display: block;
margin: 5px auto 0 auto;
}
#single__pager a.prev span{border-right: 12px solid #000000;border-left: 0;}
#single__pager a.next span{border-left: 12px solid #000000;border-right: 0;}
#news-list .h1__box {
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 960px) {
#news-list .pc{
    display: none;
}.accordion {width: 90%;margin: 40px auto 80px auto;}}
@media only screen and (max-width: 480px) {
    .post__item { margin-bottom: 30px;}
      .post__item:last-child { margin-bottom: 0px;}
.inner {margin: 70px 0;}
.cat_list.pc{display: none;}

#postlist {justify-content: center;}
.nav-links {gap: 10px;flex-wrap: wrap;}
#single__pager {gap: 10px;margin-bottom: 80px;}
#single {padding: 80px 0 40px 0;}
#single__contents {margin-top: 20px;}
.page-post #single__pager{
    display: flex;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto 80px auto;
}
}