#staff-top .text {
    text-align: center;
    letter-spacing: 3px;
    line-height: 2;
}

.staff-inner {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.staff-inner::after {
    content: "";
    width: 48%;
}

.staff-item {
    width: 48%;
    flex-direction: column;
}

.staff-inner .text-block {
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 20px;
    margin-bottom: 40px;
}

.staff-inner .text-block .name-block {
    justify-content: center;
    align-items: center;
    color: #664F33;
    padding: 20px 0;
}

.staff-inner .text-block .name-block h2 {
    margin-right: 20px;
}

.staff-inner .text-block p {
    border-top: 1px solid #E3E3E3;
    padding: 10px 0;
}

.staff-inner .text-block p.name-en {
    border-top: none;
    padding: 0;
}

.staff-inner .text-block p span {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.staff-inner .photo {
    width: 100%;
    height: 360px;
}

.staff-inner .photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.thought {
    display: flex;
    flex-direction: column;
}

.thought span {
    margin-bottom: 10px;
}

#blog .article-item {
    width: 100%;
    padding: 40px;
    background-color: rgba(255, 255, 255, .8);
    margin-bottom: 40px;
}

#blog .photo-wrapper {
    width: 30%;
    min-width: 30%;
    max-width: 320px;
    margin-right: 20px;
}

#blog .photo {
    width: 100%;
}

#blog .text-block {
    flex-direction: column;
}

#blog .ttl {
    margin-bottom: 20px;
    letter-spacing: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#blog .date {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #912828;
}

#blog .text {
    border-top: 1px solid #c3c3c3;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.archive a {
    position: relative;
}

.archive a::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../img/common/link-mark.png) no-repeat center / contain;
    right: 10px;
    bottom: 10px;
}
.archive .wp-pagenavi a::after {
    display: none;
}

.col3 article {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.col3 .article-item {
    display: flex;
    width: 32%;
    flex-direction: column;
    margin-bottom: 30px;
    margin: 0 auto 30px 0;
}

.col3 .photo {
    width: 100%;
    height: 200px;
    min-height: 200px;
    background-color: #c5c5c5;
}

.col3 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.col3 .text-block {
    height: calc(100% - 200px);
    flex-direction: column;
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
}

.col3 .ttl {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    overflow: hidden;
    letter-spacing: 3px;
}

.col3 .text {
    margin: auto 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #E3E3E3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#news.col3 .text {
    margin: 0;
}

.date,
.venue {
    display: flex;
    align-items: center;
    color: #912828;
    font-weight: bold;
}

.date {
    margin-bottom: 10px;
}

.icon {
    display: flex;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.date .icon {
    background: url(../img/common/icon-01.png)no-repeat center / contain;
}

.venue .icon {
    background: url(../img/common/icon-02.png)no-repeat center / contain;
}

.n-tag {
    width: 100%;
    padding: 3px 10px;
    color: #fff;
    letter-spacing: 5px;
}

.n-tag.event {
    background-color: #887134;
}

.n-tag.news {
    background-color: #912828;
}

#works.col3 .photo {
    height: 240px;
    min-height: 240px;
}

.works-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
}

.new-build {
    background-color: #912828;
}

.renovation {
    background-color: #56764C;
}
.wp-pagenavi span, .wp-pagenavi a {
    width: 36px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi span.pages {
    width: fit-content;
}

@media (hover: hover) and (pointer: fine) {
    .archive a:hover {
        opacity: 0.7;
    }
}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 820px) {
    .staff-inner .text-block .name-block {
        flex-direction: column;
    }
    .staff-inner .text-block .name-block h2 {
        margin-right: 0;
        padding: 0;
    }
    .staff-inner .text-block .name-block {
        padding: 0;
        margin-bottom: 20px;
    }
    #blog .article-item {
        flex-direction: column;
    }
    #blog .photo-wrapper {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    #blog .ttl {
        font-size: 21px;
    }
    .col3 .article-item {
        width: 48%;
        margin: 0 0 30px 0;
    }
    #page .col3 .ttl {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .staff-item {
        width: 100%;
    }
    .staff-inner .photo {
        width: 100%;
        height: 280px;
    }
    #blog .article-item {
        padding: 30px 20px;
    }
    #blog .ttl {
        font-size: 18px;
    }
    #blog .text {
        font-size: 15px;
    }
    .col3 .article-item {
        width: 100%;
    }
}