/**************************************************

BASE

****************************************************/

img {
    max-width: 100%;
    height: auto;
}

/* title */
.main__ttl{
    font-size: 3.6rem;
    margin-bottom: 50px;
}

.page__ttl{
    font-size: 2.4rem;
    color: #6e934c;
    margin-bottom: 20px;
}

.page__ttl__sub{
    font-size: 2.1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.under__ttl{
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 3px solid #6e934c;
    margin-bottom: 25px;
}

.vertical__ttl{
    font-size: 3.6rem;
    text-align: center;
    writing-mode: vertical-rl;
}

@media screen and (max-width: 828px){
    .main__ttl{
        font-size: 2.8rem;
        margin-bottom: 30px;
    }

    .under__ttl{
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .vertical__ttl{
        font-size: 2.6rem;
        writing-mode: horizontal-tb;
    }
}

/* table */

table {
    border-collapse: unset !important;
    border-spacing: 3px;
}

table,
tbody,
tr {
    width: 100%;
    height: auto !important;
    border: none;
    box-sizing: border-box;
}

th,
td {
    padding: 10px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: center;
    box-sizing: border-box;
}

th {
    color: #fff;
    background: #b4c961;
    text-align: center;
    width: 300px;
}

#price th,
#price td{
    width: 50%;
}

#price th{
    width: 25%;
}
#price td{
    background: #f6f6f6;
}

td.green__cell{
    color: #6e934c;
    font-weight: bold;
}

td ul li{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

td ul li::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
}

/* anchorlink */

.anchorlink {
    margin-bottom: 50px;
}

.anchorlink ul{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.anchorlink li {
    display: block;
}

.anchorlink li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 10px 20px 10px 40px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    border: 2px solid #6e934c;
}

.anchorlink li a svg{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%,-50%);
}

.anchorlink li a svg path{
    fill: #6e934c;
}

.anchorlink li a:hover,
.anchorlink li.current_page_item a {
    font-weight: bold;
    opacity: 1;
    color: #fff;
    background: #6e934c;
}

.anchorlink li a:hover svg path,
.anchorlink li.current_page_item a svg path{
    fill: #fff;
}


/* pagenation */

.pagination {
    position: relative;
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    background: #d2d2d2;
    color: #333;
    text-decoration: none;
}

.pagination a:hover {
    background: #dc1d1e;
    color: #fff;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #dc1d1e;
    color: #fff;
}
@media screen and (max-width: 828px) {
    table{
        border-spacing: 0;
    }

    th,
    td{
        display: block;
        width: 100%;
        text-align: left;
    }

    #price table{
        border-spacing: 3px;
    }

    #price th,
    #price td{
        display: table-cell;
        width: 50%;
    }
    #price th{
        text-align: center;
        width: 25%;
    }

    .anchorlink{
        margin-bottom: 30px;
    }

    .anchorlink ul{
        display: block;
    }

    .anchorlink ul li + li{
        margin-top: 20px;
    }

    .anchorlink li a{
        padding: 10px;
    }
}

@media screen and (max-width: 415px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/*************************************************

CONTENTS

****************************************************/
.works__ttl{
    font-size: 3.8rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

#works .over--left .control__width{
    max-width: 450px;
    width: 100%;
}

#works .over--right .control__width{
    max-width: 100%;
    width: 100%;
}

#works .columns{
    gap: 70px;
    justify-content: space-between;
}

#works .vertical__ttl{
    font-size: 6.8rem;
    color: #577a38;
    letter-spacing: 0.7em;
    margin-left: auto;
    padding: 0 10px;
}

#works p{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}

#works .sect2{
    padding: 50px 0;
}

#works p + img{
    margin-top: 45px;
}

#works .img__area{
    margin-bottom: 95px;
}

#shop .columns + .columns{
    margin-top: 80px;
}

#price .sect2{
    margin-top: 50px;
}

.cat__list,
.cat__list__under{
    display: flex;
}

.cat__list li,
.cat__list__under li{
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 10px;
}

.cat__list li span{
    position: relative;
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border: 2px solid #6e934c;
    border-bottom: none;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.cat__list__under li span{
    position: relative;
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border: 2px solid #6e934c;
    border-top: none;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.cat__list li span svg,
.cat__list__under li span svg{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.cat__list li span svg path,
.cat__list__under li span svg path{
    fill: #6e934c;
}

.cat__list li.on span,
.cat__list__under li.on span{
    color: #fff;
    background: #6e934c;
}

.cat__list li.on span svg path,
.cat__list__under li.on span svg path{
    fill: #fff;
}

.cat__block{
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #6e934c;
}

.cat__block .columns{
    gap: 0;
    margin: 0 -20px;
}

.cat__block .columns .column{
    padding: 0 20px;
}

.cat__block .columns + .columns{
    padding-top: 30px;
    border-top: 1px solid #d5d5d6;
    margin-top: 30px;
}

.slider__column{
    max-width: 33.3%;
    flex-basis: 33.3%;
}

.slider__column a{
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 70%;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.slider__column a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom_ico{
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d5d5d6;
    margin-bottom: 25px;

}

.zoom_ico img{
    margin-right: 10px;
}

.payment img{
    display: block;
    margin: 0;
    max-width: 390px;
    width: 100%;
    margin-top: 15px;
}

#thumbnails{
    margin-top: 10px;
}

#thumbnails ul{
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
}

#thumbnails ul li{
    max-width: 33.3%;
    flex-basis: 33.3%;
    padding: 5px;
    box-sizing: border-box;
}

.work-archive figure{
    position: relative;
    display: block;
    padding-top: 80%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.work-archive figure img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.work-archive .column{
    overflow: hidden;
}

.work-archive .column__txt{
    padding: 25px 15px 20px;
    box-sizing: border-box;
    color: #fff;
    background: #6e934c;
    height: 100%;
}

.work-archive .column__txt h3{
    font-size: 2.1rem;
    margin-bottom: 10px;
}

.work-archive .column__txt a{
    position: relative;
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 10px;
}
.work-archive .column__txt .tax__list a{
    display: flex;
    color: #6e934c;
    font-size: 1.4rem;
    padding: 5px;
    margin: 0;
}

.work-archive .column__txt a svg{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.work-single .wrap + .wrap{
    margin-top: 30px;
}

#message .text-right{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
}

#message .text-right span{
    font-size: 2.8rem;
}

#message .wrapper{
    margin-top: 60px;
}

#message .wrapper img{
    max-width: 600px;
    width: 100%;
}

#outline{
    background: url(../../../../uploads/2022/03/bg_outline1.png) no-repeat top 20% center;
    background-size: 100% auto;
}

#outline th,
#outline td{
    vertical-align: top;
    text-align: left;
    padding: 15px;
}

.sect__history .columns{
    gap: 60px;
    justify-content: space-between;
}

.sect__history dl{
    display: flex;
    gap: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 50px;
}

.sect__history dl dt{
    color: #6e934c;
    max-width: 100px;
    flex-basis: 100px;
}

.sect__history dl dd{
    max-width: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.sect__history dl dd.large__txt{
    font-size: 3rem;
}
.sect__history .history__column{
    max-width: 55%;
    flex-basis: 55%;
}
.sect__history .img__column{
    max-width: 35%;
    flex-basis: 35%;
}

.sect__history img{
    max-width: 435px;
    width: 100%;
}

#access iframe{
    margin-top: 10px;
}

@media screen and (max-width: 828px){
    .works__ttl,
    #works .page__ttl{
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    
    #works .vertical__ttl{
        writing-mode: vertical-rl;
        margin: auto;
        font-size: 6rem;
        letter-spacing: 0.2em;
    }
    #works .vertical__ttl + img,
    #works p + img{
        margin-top: 30px;
    }
    
    #works .columns{
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    
    #works .columns .column,
    #works .columns .column + .column{
        max-width: 100%;
        flex-basis: 100%;
    }

    #works .columns .column.order1,
    #works .columns .column.order2,
    #works .columns .column.order3{
        order: unset;
    }

    #works .columns .column.order1{
        max-width: 90px;
        flex-basis: 90px;
    }

    #works .columns .column.order2{
        margin-top: 30px;
    }

    #works .columns .column.order3{
        max-width: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
    }

    #works .over--right .sp__columns{
        display: flex;
        margin-bottom: 30px;
    }

    #works .over--right .sp__columns img{
        margin-top: 0;
        max-width: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
    }

    #works .img__area{
        margin-bottom: 30px;
    }
    
    #works .text-center p{
        text-align: left;
    }
    
    
    .sect__history .columns{
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .sect__history .columns .column{
        max-width: 100%;
        flex-basis: 100%;
    }
    
    .sect__history dl{
        padding: 0;
    }
    
    .sect__history dl + dl{
        padding-top: 20px;
    }
    
    .cat__list li span,
    .cat__list__under li span{
        font-size: 1.8rem;
    }

    .cat__block{
        padding: 15px;
    }
}
@media screen and (max-width: 415px){
    .sect__history dl{
        display: block;
    }
    .sect__history dl dt,
    .sect__history dl dd{
        max-width: 100%;
        flex-basis: 100%;
    }

    #price .flex{
        flex-direction: column;
    }
    #price .flex .flex__column,
    #price .flex .flex__column + .flex__column{
        max-width: 100%;
        flex-basis: 100%;
    }
}

/* Contact
*********************************************************/

#contact .catch01 {
    margin: auto;
    margin-bottom: 40px;
    padding: 20px;
    max-width: 1000px;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    border: 2px solid #eee;
    box-sizing: border-box;
}

#contact .catch01 span {
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    color: #6e934c;
}

#contact .catch01 span+span {
    margin-left: 30px;
}

#contact .catch01 span a {
    color: #6e934c;
    font-size: 3rem;
}

#contact.entry.check .check-agree,
#contact.confirm .check-agree {
    display: none;
}

#contact table li {
    display: inline-block;
}

#contact .wrap-form {
    margin-top: 50px;
    padding: 80px;
    background: #fff;
}

#contact table {
    width: 100%;
    border: none;
}

#contact table th,
#contact table td {
    padding: 15px;
    border: none;
    background: none;
    font-size: 1.6rem;
    vertical-align: middle;
    text-align: left;
}

#contact table th {
    position: relative;
    width: 250px;
    padding-top: 29px;
    padding-bottom: 0;
    color: #333;
    vertical-align: top;
}

#contact.confirm table th {
    padding: 15px;
}

#contact table table {
    margin: 0;
}

#contact table table th,
#contact table table td {
    border: none;
    background: none;
}

#contact table table th,
#contact.confirm table table th {
    width: 190px;
    padding: 15px 15px 15px 0;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
}

#contact table table td {
    padding: 15px 0;
}

#contact table table tr:first-child th,
#contact table table tr:first-child td {
    padding-top: 0;
}

#contact table table tr:last-child th,
#contact table table tr:last-child td {
    padding-bottom: 0;
}

#contact label {
    font-weight: normal;
}

#contact span.red {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 8px 15px;
    background: #c50000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

#contact span.gray {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 8px 15px;
    background: #999;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

#contact.confirm span.gray,
#contact.confirm span.red {
    top: 12px;
}

#contact .check-agree {
    padding: 0 15px;
    font-size: 1.6rem;
}

#contact .check-agree a {
    color: #1d3bb4;
}

#contact .agree-wrap {
    margin: 20px 0 40px;
    padding: 10px;
    font-size: 1.6rem;
    box-sizing: border-box;
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel] {
    width: 500px;
    padding: 15px;
    background: #fff;
}

#contact input[type=text].var01 {
    width: 10em;
}

#contact input.var02,
#contact input.var03 {
    width: 8em;
}

#contact input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select {
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

#contact input[type="radio"] {
    display: none;
}

#contact input[type="radio"]+.mwform-radio-field-text {
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
}

#contact input[type="radio"]+.mwform-radio-field-text::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    content: "";
    box-sizing: border-box;
    transform: translateY(-50%);
}

#contact input[type="radio"]:checked+.mwform-radio-field-text::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #605834;
    content: "";
    transform: translateY(-50%);
}

select::-ms-expand {
    display: none;
}

#contact select {
    max-width: 20em;
    height: 48px;
    margin-right: 5px;
    padding: 0 45px 0 15px;
    background: url(../../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}

#contact textarea {
    width: 100%;
    height: 10em;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
}


#contact .bg-danger {
    margin-top: 5px;
    padding: 10px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a,
#contact .fm-modoru {
    appearance: none;
    border: none;
    width: 300px;
    line-height: 65px;
    background: #6e934c;
    background-image: url(../../../../uploads/2022/03/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Shippori Mincho', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#contact input[type=submit]:hover,
#contact .btnWrap01:hover,
#contact .fm-modoru:hover {
    opacity: 0.6;
    transition: all 0.3s;
}

#contact .fm-modoru {
    margin: 0 auto;
    background: #666 !important;
    color: #fff;
}

#contact .btnWrap01 a.btn01 {
    background: #666 !important;
    color: #fff;
}

#contact .wrap03 {
    margin-bottom: 20px;
    padding: 0 15px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #ededed;
    font-size: 0.9rem;
}

body .mw_wp_form .error {
    display: inline-block;
    margin: 5px 0;
    padding: 10px;
    background-color: #f2dede;
    color: #c50000;
}

#contact .mwform-checkbox-field input[type="checkbox"] {
    display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text::before {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: url(../../images/common/checkoff.png) no-repeat 0 0;
    vertical-align: middle;
    content: '';
}

.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::before {
    background: url(../../images/common/checkon.png) no-repeat 0 0;
}

#contact .text01 + .text01{
    margin-top: 20px;
}

@media screen and (max-width:828px) {

    #contact .catch01 span+span {
        margin-left: 0;
    }

    #contact input[type="file"] {
        width: 100%;
        box-sizing: border-box;
    }

    #contact .catch01 br {
        display: none;
    }

    #contact .catch01 span {
        display: block;
    }

    #contact .catch01 span+span {
        padding-left: 0;
    }

    #contact table th,
    #contact table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel] {
        width: 100%;
        box-sizing: border-box;
    }

    #contact table td input.var02 {
        width: 80px;
        box-sizing: border-box;
        padding: 5px 10px;
    }

    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 6em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a,
    #contact .fm-modoru {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .btnWrap01 {
        text-align: center;
    }

    #contact .wrap-form {
        padding: 10px;
    }

    #contact.confirm .wrap-form {
        padding: 10px 10px 40px;
    }

    #contact table th {
        padding: 5px 15px 5px 60px;
        vertical-align: middle;
    }
    
    #contact .mw_wp_form_confirm table th{
        padding: 0 15px 0 60px;
    }

    #contact table td{
        padding: 5px 0;
    }

    #contact span.gray,
    #contact span.red {
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        left: 0;
        padding: 3px 10px;
    }

    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel]{
        padding: 5px;
    }

    #contact select{
        height: 38px;
    }

    #contact textarea{
        height: 6em;
        padding: 5px;
    }

    #contact table table th,
    #contact.confirm table table th,
    #contact table table td{
        padding: 5px 0;
    }
/* 
    #contact.contact table th,
    #contact.contact table td{
        display: table-cell;
    }

    #contact.contact table th{
        min-width: 140px;
    }

    #contact.contact table tr:nth-of-type(6) > th,
    #contact.contact table tr:nth-of-type(6) > td{
        display: block;
        width: 100%;
    } */
}

@media screen and (min-width:829px) and (max-width:1200px) {

    #contact table table,
    #contact table table tbody,
    #contact table table tr,
    #contact table table th,
    #contact table table td {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

}

/* privacy-policy
********************************************************/

#privacy-policy dt {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
}

#privacy-policy dd {
    margin-bottom: 45px;
    font-size: 1.6rem;
}

#privacy-policy li{
    position: relative;
    padding-left:15px;
    font-size:1.6rem;
    line-height:1.7;
}

#privacy-policy li::before{
    content:'・';
    position: absolute;
    left:0;
    top:0;
}

/* news
*********************************************************/
#news .section01 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #ddd;
}

#news .section01 .columns {
    justify-content: space-between;
}

#news .section01 .news__img {
    flex-basis: 28%;
}

#news .section01 .news__txt {
    flex-basis: 66%;
}

#news .section01:last-of-type,
#news .section01.var01 {
    margin-bottom: 0;
    border: none;
}

#news .section01 .news__date {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
}

#news .section01 .news__title {
    margin-bottom: 15px;
    color: #6e934c;
    font-size: 2.4rem;
}

#news .section01 .news__title a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#news .wp-pagenavi a,
#news .wp-pagenavi span {
    padding: 0;
}

#news.news-single .wp-pagenavi a,
#news.news-single .wp-pagenavi span{
    line-height: 1.6;
}

#news.news-single .wp-pagenavi{
    display: flex;
    justify-content: space-between;
}

#news.news-single .wp-pagenavi div{
    flex-basis: 47%;
}

#news.news-single .wp-pagenavi__next{
    text-align: right;
}

#news .socialBtn{
    display: flex;
    gap: 10px;
    margin-top: 45px;
}

#news .socialBtn li a{
    width: 75px;
    height: 24px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#news .socialBtn.ico__link li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    border-radius: 5px;
}

#news .socialBtn.ico__link li a img{
    display: inline-block;
    max-height: 15px;
    width: auto;
    margin-right: 5px;
}

#news .socialBtn li a.twitter{
    background: #1d9bf0;
    border: 2px solid #268dd2;
}

#news .socialBtn.ico__link li a.twitter{
    background: #1d9bf0;
    border: 2px solid #1d9bf0;
}

#news .socialBtn li a.facebook{
    background: #1778f2;
    border: 2px solid #156cd9;
}

#news .socialBtn.ico__link li a.facebook{
    background: #385495;
    border: 2px solid #385495;
}

.wp-pagenavi span.pages {
    padding: 0 10px !important;
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {

    #news.news-single .wp-pagenavi{
        flex-direction: column;
        align-items: center;
    }

    #news.news-single .wp-pagenavi div{
        flex-basis: 100%;
    }

    #news.news-single .wp-pagenavi__next{
        text-align: center;
    }

    #news .socialBtn{
        margin-top: 30px;
    }

}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    #news .section01 .columns {
        flex-direction: column;
    }

    #news .section01 .news__img {
        margin-bottom: 20px;
    }
}

/* not-found
*********************************************************/

#not-found .title-404{
    font-size:18rem;
    line-height: 1.1;
    margin-bottom:50px;
    color:#ddd;
}

#not-found .title-404 small{
    font-size:6rem;
    display: block;
}

#not-found .catch{
    font-size:3rem;
    display: block;
    line-height: 1.7;
    margin-bottom: 20px;
}

#not-found .wrap-btn{
    margin-top:80px;
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {
    
    #not-found .title-404{
        font-size:11rem;
        margin-bottom:30px;
    }

    #not-found .title-404 small{
        font-size:3.5rem;
    }

    #not-found .wrap-btn {
        margin-top: 40px;
    }

    #not-found .catch{
        font-size:2rem;
    }

}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    #not-found .catch,
    #not-found p{
        text-align: left;
    }

}


/* Responsive
*********************************************************/

/* Tablet side Only */
@media screen and (min-width:829px) and (max-width:1200px) {}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {

    body #swipebox-close {
        left: 0;
        right: auto;
    }
}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    #contact .mwform-radio-field {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
    }
}

.headline__under{
    font-size: 2.8rem;
    border-bottom: 3px solid #6e934c;
    margin-bottom: 30px;
}

.text__accent{
    color: #6e934c;
}

.lower__nanocolloid--text{
    margin-bottom: 40px;
}

.lower__nanocolloid--wrapper + .lower__nanocolloid--wrapper{
    margin-top: 80px;
}

.lower__nanocolloid--inner + .lower__nanocolloid--inner{
    margin-top: 50px;
}

.lower__nanocolloid--columns{
    display: flex;
    margin: -24px;
}

.lower__nanocolloid--column{
    padding: 24px;
    box-sizing: border-box;
    max-width: 45%;
    flex-basis: 45%;
}
.lower__nanocolloid--column + .lower__nanocolloid--column{
    max-width: 55%;
    flex-basis: 55%;
}

.lower__nanocolloid--headline{
    color: #6e934c;
    margin-bottom: 23px;
}

.lower__nanocolloid--headline h4{
    font-size: 2.4rem;
}
.lower__nanocolloid--headline span{
    font-size: 6.8rem;
}

.lower__nanocolloid--blocks{
    display: flex;
    margin: -40px;
}

.lower__nanocolloid--block{
    padding: 40px;
    box-sizing: border-box;
    max-width: 33.3%;
    flex-basis: 33.3%;
}

.lower__nanocolloid--image{
    display: block;
    max-width: 104px;
    margin-bottom: 17px;
}

.lower__nanocolloid--flexs{
    display: flex;
    margin: 30px -16px 0;
}

.lower__nanocolloid--flex{
    padding: 0 16px;
    box-sizing: border-box;
    max-width: 52%;
    flex-basis: 52%;
}
.lower__nanocolloid--flex + .lower__nanocolloid--flex{
    max-width: 48%;
    flex-basis: 48%;
}

.lower__nanocolloid--wrap{
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fff;
    padding: 32px;
    box-sizing: border-box;
}

.lower__nanocolloid--wrap .image--inline{
    max-width: 30%;
    flex-basis: 30%;
}

.lower__nanocolloid--link{
    color: #6e934c;
}

.lower__works--columns{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -12px;
}
.lower__works--column{
    display: block;
    padding: 20px 12px;
    box-sizing: border-box;
    max-width: 33.3%;
    flex-basis: 33.3%;
}

.lower__columns{
    display: flex;
    gap: 32px;
    align-items: center;
}

.lower__column{
    max-width: calc(50% - 32px);
    flex-basis: calc(50% - 32px);
}
.lower__column + .lower__column{
    max-width: 50%;
    flex-basis: 50%;
}