@charset "UTF-8";
/* CSS Document */
#pagettl {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 400px;
}
#pagettl figure {
height: 400px;
width: 100%;
position: absolute;
z-index: -1;
}

#pagettl h1 {
padding: 3%;
background: rgba(0,0,0,.7);
color: #fff;
font-size: 24px;
}

#pagettl figure img {
height: 100%;
width: 100%;
object-fit: cover;
filter: sepia(90%);
}

.post-meta {
text-align: center;
margin-bottom: 40px;
}

.post-meta span {
display: inline-block;
padding: .5rem 1rem;
background: #000;
color: #fff;
letter-spacing: .06rem;
font-size: 16px;
position: relative;
}

.post-meta span:before{
top: 48.5%;
width: 360px;
display: block;
content: "";
height: 2px;
background: #000;
position: absolute;
left: calc(50% - 180px);
z-index: -1;
}

#thumbnail {
margin: 0 auto 30px;
text-align: center;
}

.honbun {
margin-top: 30px;
}

#thumbnail + .honbun {
margin-top: 0;
}

#singleNav {
    width: 90%;
    max-width: 300px;
    margin: 3rem auto 0;
}
#singleNav a {
    width: 100%;
    display: block;
    padding: .8rem;
    margin-top: 10px;
    background: #313131;
    color: #fff;
}


#news.list {
    display: flex;
    flex-wrap: wrap;
}
#news.list .box {
    width: 31%;
    margin:0 1% 5rem;
    text-align: center;
    position: relative;
}

#news.list .box img {
    width: 100%;
    height: 200px;
}
#news.list figure + p {
    background: #000;
    display: inline-block;
    width: auto;
    color: #fff;
    padding: .2rem .8rem;
    position: absolute;
    top: 155px;
    left:20px ;
}

#news.list .text {
    margin-top: .5rem;
}

@media screen and (max-width: 812px) {
    #pagettl,
    #pagettl figure{
        height: 350px;
    }
.single > h2 {
    font-size: 42px;
    line-height: 130%;
    margin-bottom: 2rem
}
    #news.list {
        margin-top: 3rem;
    }
    #news.list .box {
    width: 48%;
    margin: 0 1% 2rem;
}
    #news.list .box img {
        height: 160px;
    }
    #news.list figure + p {
        top:100px;
        left: 0;
    }

}