/*-------------------- our project log--------------------*/

.pj-log-section {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}
.pl-flex {
    display: flex;
}
.acv-cat-nav.acv-pj-log {
margin-top: 84px;
}
.acv-cat-nav.acv-pj-log ul{
display: flex;
margin: 0 auto;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.2rem;
    }
    .acv-cat-nav.acv-pj-log ul li {
    display: flex;
    }
    .acv-cat-nav.acv-pj-log ul li:not(:last-child)::after {
        content: '／';
        padding: 0 16px;
    }
.pl-cnt-title {
    margin-top: 60px;
    background-image: url(../images/pjlog/pj-log_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #C8D8CC;
    height: 200px;
    position: relative;
}
.pl-cnt-title img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pl-cnt-area {
    justify-content: space-evenly;
    width: 100%;
    padding: 0px 3%;
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 0 auto;
    margin-bottom: 100px;
    background-color: #C8D8CC;
    flex-wrap: wrap;
    position: relative;
}
.pl-sidebar {
    max-width: 364px;w
    width: 30%;
}
.pl-sidebar h4 {
    background: #F2F2F2;
    display: block;
    padding: 14px 30px;
    /* height: 50px; */
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #464646;
}
.pl-sidebar ul {
    padding: 0px 30px;
    background: #fff;
    margin-bottom: 15px;
}
.pl-sidebar ul li {
    display: flex;
    font-family: sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.04em;
line-height: 57px;
text-align: left;
color: #464646;
display: flex;
flex-wrap: wrap;
}
.pl-sidebar ul li:not(:last-child){
    border-bottom: 1px solid #9b9484;
}
.pl-sidebar div:nth-child(2) ul li{
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #464646;
    line-height: 12px;
    padding-bottom: 18px;
}
.pl-sidebar div:nth-child(2) ul li a{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #464646;
    width: 100%;
    line-height: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
}
.pl-sidebar div:nth-child(2) ul li .post-date{
padding-right: 20px;
}
.pl-posts-cnt {
    background: #fff;
    padding: 20px;
    margin-bottom: 38px;

}
.pl-posts-date {
    font-family: sans-serif;
    font-weight: 500;
font-size: 15px;
text-align: left;
color: #707070;
}
.pl-posts-area {
    width: 70%;
    max-width: 600px;
    margin-left: 20px;
}
.pl-cnt-inner-wrapper {
    padding-bottom: 37px;
    border-bottom: 1px solid #707070;
    flex-wrap: wrap;
}
.pl-cnt-inner-wrapper > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.pl-cnt-inner-wrapper > a{
    width: 260px;
    height: 180px;
    margin-right: 10px;
}
.pl-cnt-inner-wrapper img {

    width: 100%;
    height: 180px;
    object-fit: cover;
    max-width: 260px;
}
h2.pl-posts-title::after,h2.pl-posts-title::before {
content: '';
display: none;
}
.pl-posts-title {
    font-weight: bold;
font-size: 18px;
letter-spacing: 0.04em;
line-height: 32px;
text-align: left;
color: #464646;
padding: 0px 0px;
}
.pl-posts-ctg {
    font-weight: bold;
font-size: 12px;
text-align: center;
color: #fff;
display:block;
background: #A5905F;
padding: 5px 15px;
}
.pl-posts-txt {
    font-family: sans-serif;
    font-weight: 500;
font-size: 14px;
letter-spacing: 0.04em;
line-height: 28px;
text-align: left;
color: #464646;
padding-top: 20px;
}
/* ページャー */
.wp-pagenavi {
    clear: both;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -70px;
}
/* YouTube */
/*動画の最大幅を指定する*/
.video-container{
    max-width:640px;
  }
  
  /*動画の大きさを調整*/
  .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  
  /*動画を囲んでいるdiv目一杯に広げる*/
  .video iframe,
  .video object,
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ##YouTube */

/* シングルページ */
.sl-sp-posts-area {
    width: 70%;
    max-width: 600px;
    margin-left: 20px;
}
.sl-sp-posts-wrap {
    background: #fff;
    padding: 30px;
}
.sl-sp-posts-wrap time {
    font-family: sans-serif;
font-weight: 500;
font-size: 15px;
color: #707070;
}
.sl-sp-posts-wrap .page-ttl {
    font-size: 24px;
padding-top: 8px;
padding-bottom: 18px;
    letter-spacing: 0.1rem;
    font-weight: 800;
}
.sl-sp-posts-wrap .entry-content p {
    padding: 8px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.8rem;
    font-size: 14px;
}
.sl-sp-posts-wrap .prevnext{
    margin-top: 60px;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
}
.sl-sp-posts-wrap .prevnext h3{
font-size: 14px;
}
@media screen and (max-width:900px) {
    .pj-log-section {
        width: 94%;
        max-width: 900px;
    }
    .pl-sidebar {
        max-width: 35%;
        width: 35%;
    }
    .sl-sp-posts-area {
        width: 60%;
        max-width: 60%;
        margin-left: 15px;
    }
    .pl-sidebar ul li {
        line-height: 1.2rem;
        padding: 14px 0px;
    }
    .pl-posts-area {
        max-width: 60%;
    }
    .pl-cnt-inner-wrapper > div {
        width: 100%;
    }
    .pl-cnt-inner-wrapper > a {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 14px;
    }
    .pl-cnt-inner-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 400px;
    }
    .sl-sp-posts-wrap .prevnext .next span {
        text-align: right;
        display: inherit;
    }
}
@media screen and (max-width:480px) {
    .pl-cnt-title {
        height: 80px;
    }
    .pl-cnt-area {
        flex-direction: column-reverse;
    }
    .pl-posts-area {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .pl-sidebar {
        max-width: 100%;
        width: 100%;
    }
    .acv-cat-nav.acv-pj-log ul {
        display: inline-block;
    }
    .acv-cat-nav.acv-pj-log ul li {
        padding: 10px 20px;
        margin-bottom: 10px;
        background: #F2F2F2;
    }
    .acv-cat-nav.acv-pj-log ul li:not(:last-child)::after {
        content: '';
        padding: 0 0px;
    }
    .sl-sp-posts-wrap {
        padding: 14px;
        margin-bottom: 15px;

    }
    .sl-sp-posts-area {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
    .aligncenter {
        width: 100%;
        height: auto;
        clear: both;
    }
    .entry-content img {
        width: 100%;
        height: auto;
    }
    .sl-sp-posts-wrap .page-ttl {
        font-size: 16px;
    }
    .sl-sp-posts-wrap .prevnext h3 {
        font-size: 10px;
    }
    .sl-sp-posts-wrap .prevnext .next span {
        text-align: right;
        display: inherit;
    }
}