@charset "UTF-8";

/* CSS Document */
.slb_data_title {
    display: none !important;
}

.kasouinner {
    display: flex;
    align-items: center;
    padding-top: 230px;
}

.kasou-copyright {
    writing-mode: vertical-lr;
    font-size: 10px;
    display: flex;
    align-items: center;
    width: 65.9px;
    color: #231815;
    letter-spacing: 0.01em;
    font-weight: bold;
}

.kasouinner picture {
    width: 100%;
}

.kasouinner source,
.kasouinner img {
    width: 100%;
}

.headtitel {
    position: relative;
}

.cat_newshead {
    height: 91px;
}

.cat_nontehead {}

.headtitel .kasou-title {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    /* bottom: -8vw; */
    top: 180px;
}

.headtitel .kasou-title img {
    max-width: 987px;
    width: 70%;
}

.more a,
.more a:visited {
    color: #524741;
    font-weight: bold;
    text-decoration: none;
}

.more a:hover {
    text-decoration: underline;
}

aside a,
aside a:visited {
    color: #000;
    text-decoration: none;
}

aside a:hover {
    text-decoration: underline;
}

aside>ul {
    margin-bottom: 3rem;
}

.breadcrumb li {
    color: #666;
}

.breadcrumb ul {
    display: flex;
    padding: 1rem 3rem 3rem;
}

.breadcrumb li:first-child img {
    position: relative;
    top: -4px;
}

.breadcrumb ul li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.breadcrumb ul li a::after {
    content: '';
    background: url("../img/blog/SVG/breadclumb_arrow.svg")no-repeat;
    display: inline-block;
    width: 5px;
    height: 11px;
    padding: 0 0.3rem;
    margin-left: 1rem;
}

.bloghead {
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: 4px;
    background: #524741;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0.96rem;
    /* line-height: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bloghead::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    /* margin-top: -5px; */
    border-top: 15px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 50px solid #524641;
    bottom: -40px;
    transform: rotate(90deg);
    right: 0;
    margin: auto;
}

.bloghead::before {
    content: '';
    background: url(../img/blog/SVG/icon_note.svg) no-repeat;
    display: inline-block;
    width: 34px;
    height: 43px;
    margin-right: 1rem;
    top: -2px;
    position: relative;
}

.news.bloghead::before {
    content: '';
    background: url("../img/blog/SVG/news_icon.svg") no-repeat;
    display: inline-block;
    width: 36px;
    height: 39px;
    margin-right: 1rem;
    top: -2px;
    position: relative;
}

.bloghead.lasted::before {
    content: '';
    background: url("../img/blog/SVG/latest-archiveicon.svg") no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 1rem;
    top: -2px;
    position: relative;
}

.date {
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: normal;
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.archive_title {
    font-size: 27px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 1.5;
}

.archive_title>a {
    color: #524741;
    text-decoration: none;
}

.arhiciveblock>.inner {
    display: flex;
    justify-content: space-between;
}

aside {
    display: block;
    margin-left: auto;
    width: 190px;
}

aside h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 23px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #666666;
    padding-bottom: 0.2rem;
    margin-bottom: 20px;
}

aside ul li {
    font-size: clamp(14px, 1.6vw, 17px);
    padding-bottom: 10px;
    padding-left: 10px
}

aside ul li a span {
    display: none;
}

.widget-title::before {
    content: '';
    background: url(../img/blog/SVG/aside_icon_time.svg) no-repeat;
    display: inline-block;
    width: 31px;
    height: 31px;
    position: relative;
    margin-right: 0.5rem;
}

h3 span {
    display: none;
}

article {
    border-bottom: 1px solid #666666;
    width: 755px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.articleinner {
    display: flex;
}

.arhiciveblock .postcontent a:link,
.arhiciveblock .postcontent a:visited {
    text-decoration: none;
    color: #000;
    transition: ease .3s;
}

.arhiciveblock .postcontent a:hover {
    opacity: 0.5;
}

.articletitle {
    width: 61%;
    margin-left: 30px;
    color: #524741;
    font-weight: bold;
    padding-top: 1em;
}

.blogthmb {
    height: auto;
    width: 245px;
    overflow: hidden;
}

.blogthmb img {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    height: 240px;
    width: 240px;
    border: 2px solid #ed8f25;
    object-fit: cover;
}

.more {
    font-size: 15px;
    text-align: right;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

.more::after {
    content: '';
    background: url(../img/blog/SVG/icon_arrow_more.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 14px;
    top: 2px;
    position: relative;
}

.blog_wrapper {
    background: #fdeedc;
    padding: 10px 0 130px;
}

.single .inner {
    display: block;
}

.single .inner h3 {
    color: #ed8f25;
    font-size: 30px;
    border-bottom: 1px solid #666666;
    margin-bottom: 24px;
    padding-bottom: 8px;
    font-weight: bold;
    line-height: 1.5;
}

.single .inner .date {
    margin-bottom: 10px;
    font-size: clamp(16px, 1.8vw, 18px);
    margin-top: 48px;
    padding-bottom: 5px;
}

.honbun {
    font-size: 23px;
    margin-top: 1em;
    line-height: 1.9;
}

.honbun p {
    margin-bottom: 1em;
    text-align: justify;
}

.pagenav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #666;
    margin-top: 63px;
    padding-top: 28px;
}

.pagenav li {
    font-size: 23px;
    color: #524741;
    font-weight: bold;
}

.pagenav li a,
.pagenav li a:link,
.pagenav li a:visited {
    color: #524741;
    text-decoration: none;
    display: inline-block;
}

.pagenav li a:hover {
    opacity: 0.8;
}

.pagenav li:first-child a::before {
    content: '';
    background: url(../img/blog/SVG/icon_arrow_more.svg)no-repeat;
    display: inline-block;
    width: 28px;
    height: 21px;
    transform: rotate(180deg);
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.pagenav li:last-child a::after {
    content: '';
    background: url(../img/blog/SVG/icon_arrow_more.svg)no-repeat;
    display: inline-block;
    width: 28px;
    height: 21px;
    transform: rotate(360deg);
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.pagenav li:first-child,
.pagenav li:last-child {
    min-width: 152px;
}

.eyecatch img {
    max-width: 100%;
    height: auto;
}

/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #efe3d4;
    border: solid 1px #efe3d4;
    padding: 15px 20px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #524741;
    border-color: #524741;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #524641;
    border-color: #524641;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .kasouinner {
        padding-top: 105px;
    }

    .headtitel .kasou-title {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        /* bottom: -8vw; */
        top: 88px;
    }

    .cat_newshead {
        top: -31px;
        position: relative;
    }

    .headtitel .kasou-title img {
        max-width: 987px;
        width: 80%;
    }

    .kasou-copyright {
        display: none;
    }

    .kasou-copyright {
        width: 100%;
    }

    article {
        width: 100%;
        border: none;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .blog_wrapper.blog_wrapper {
        background: #fff;
        padding: 0;
    }

    .breadcrumb {
        display: none;
    }

    .blogthmb {
        display: none;
    }

    .articletitle {
        width: 100%;
        margin-left: 30px;
        color: #524741;
        font-weight: bold;
        margin-right: 30px;
    }

    .arhiciveblock>.inner {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .more {
        display: none;
    }

    aside {
        width: 100%;
        padding: 20px 30px 35px;
        box-sizing: border-box;
    }

    aside>h3 span {
        display: inline;
        font-size: 9px;
        color: #ed8f25;
        margin-left: 10px;
    }

    aside h3 {
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-size: 16px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #666666;
        padding-bottom: 0.2rem;
        margin-bottom: 20px;
        font-weight: bold;
        color: #524741;
    }

    .widget-title::before {
        content: '';
        background: url(../img/blog/SVG/aside_icon_time.svg) no-repeat;
        display: inline-block;
        width: 21.5px;
        height: 21.5px;
        position: relative;
        margin-right: 0.5rem;
    }

    aside ul li {
        font-size: 13px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 17px;
    }

    aside ul li a span {
        display: inline-block;
        color: #524741;
        font-weight: bold;
        font-size: 17px;
        margin-left: 20px;
    }

    .arhiciveblock>.inner div:first-child {
        background: #fdeedc;
    }

    .blog_wrapper {
        min-height: 433px;
    }

    .bloghead {
        font-family: fot-tsukuardgothic-std, sans-serif;
        letter-spacing: 2px;
        background: #524741;
        color: #fff;
        font-size: 17px;
        text-align: center;
        padding: 8px;
        /* line-height: 0; */
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-weight: bold;

    }

    .bloghead::before {
        content: '';
        background: url(../img/blog/SVG/icon_note_sp.svg) no-repeat;
        display: inline-block;
        width: 17px;
        height: 21.5px;
        margin-right: 10px;
        top: -1px;
        position: relative;
    }

    .news.bloghead::before {
        content: '';
        background: url(../img/blog/SVG/news_icon.svg) no-repeat;
        display: inline-block;
        width: 23px;
        height: 25px;
        margin-right: 1rem;
        top: -2px;
        position: relative;
    }

    .bloghead::after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        /* margin-top: -5px; */
        border-top: 8px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 24px solid #524641;
        bottom: -20px;
        transform: rotate(90deg);
        right: 0;
        margin: auto;
    }

    .bloghead.lasted::before {

        width: 34px;
        height: 34px;
        margin-right: 1rem;
        top: -1px;

    }

    .date {
        font-size: 13px;
        font-weight: normal;
        color: #000;
        margin-bottom: 5px;
        border-bottom: 1px solid #ed8f25;
    }

    .date::before {
        content: '';
        background: url(../img/blog/SVG/icon_note_sp.svg) no-repeat;
        display: inline-block;
        width: 13px;
        height: 16px;
        margin-right: 7px;
        top: 2px;
        position: relative;
    }

    .archive_title {
        font-size: 17px;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: bold;
    }

    .single .blog_wrapper {
        background: #fdeedc;
        padding: 10px 0 50px;
    }

    .single .inner .date {
        margin-bottom: 10px;
        font-size: 13px;
        margin-top: 31px;
    }

    .single .inner {
        padding: 0 30px;
    }

    .single .inner h3 {
        color: #524741;
        font-size: 17px;
        border-bottom: none;
        margin-bottom: 14px;
        padding-bottom: 0px;
        font-weight: bold;
        line-height: 1.6;
    }

    .honbun {
        font-size: 14px;
        margin-top: 1em;
        line-height: 1.9;
    }

    .pagenav {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #ed8f25;
        margin-top: 0;
        padding-top: 8px;
        position: relative;
    }

    .pagenav li a,
    .pagenav li a:link,
    .pagenav li a:visited {
        font-size: 11.5px;
        color: #524741;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
    }

    .pagenav li:first-child a::before {
        content: '';
        background: url(../img/blog/SVG/icon_arrow_more.svg)no-repeat;
        display: inline-block;
        width: 18px;
        height: 11px;
        transform: rotate(180deg);
        position: relative;
        top: 1px;
        margin-right: 5px;
    }

    .pagenav li:last-child a::after {
        content: '';
        background: url(../img/blog/SVG/icon_arrow_more.svg)no-repeat;
        display: inline-block;
        width: 18px;
        height: 11px;
        transform: rotate(360deg);
        position: relative;
        top: 1px;
        margin-left: 5px;
    }

    .pagenav li:first-child,
    .pagenav li:last-child {
        min-width: auto;
    }

    .pagenav li:nth-child(2) {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 20%;
        text-align: center;
    }

    /*wp-pagenavi base*/
    .wp-pagenavi {
        clear: both;
        text-align: center;
        padding: 4rem 0 2rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        color: #999;
        background-color: #efe3d4;
        border: solid 1px #efe3d4;
        padding: 15px 20px;
        margin: 0 2px;
        white-space: nowrap;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        text-align: center;
        text-decoration: none;
    }

    .wp-pagenavi a:hover {
        color: #FFF;
        background-color: #524741;
        border-color: #524741;
    }

    .wp-pagenavi span.current {
        display: none;
        color: #FFF;
        background-color: #524641;
        border-color: #524641;
        font-weight: bold;
    }

    .wp-pagenavi .page,
    .wp-pagenavi .pages {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    aside ul li a span {
        display: block;
        color: #524741;
        font-weight: bold;
        font-size: 17px;
        margin-left: 0;
    }
}