@charset "utf-8";
/* NEWS */

.col-row {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    float: inherit;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 100px;
}

.display-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
}

.col-iteam {
    display: inline-block;
    vertical-align: top;
}

.col-left {
    width: 230px;
}

.col-right {
    /* min-height: 1207px; */
    width: calc(100% - 230px);
    padding-top: 80px;
    padding-bottom: 200px;
    margin-bottom: 50px;
    background-image: url(../../uploads/2019/12/news-04.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

/* .col-right::before{
    content: "";
    width: 100%;
    height: 312px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../uploads/2019/12/news-04-2.png);
    background-position: center top;
    background-repeat: no-repeat;
} */

.tool-news {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
    position: relative;
}

.title-page {
    font-size: 32px;
    color: #603813;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 1px;
    display: inline-block;
    background-image: url(../../uploads/2019/12/news-05.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.list-post-news {
    margin-top: 58px;
}

ul.list-post-news ul.list-post-news li {
    width: 100%;
    position: relative;
}

ul.list-post-news li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

ul.list-post-news li {
    margin-bottom: 45px;
}

.item-post {
    font-size: 17px;
    color: #603813;
    line-height: 160%;
}

.item-post a {
    padding: 5px 0 1px 0;
    color: #603813;
    text-decoration: none;
}

.post-category {
    width: 240px;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    text-align: center;
}

.cat-item a:hover {
    background-color: #603813;
    color: #fff;
}

.post-category a {
    display: block;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.post-title a:hover {
    color: #ff0000;
}

.category .col-right {
    min-height: auto;
}

.archive.date .col-right {
    min-height: auto;
}

.category .col-right {
    background-image: url(../../uploads/2019/12/news-11.png), url(../../uploads/2019/12/news-12.png);
    background-position: top center, bottom center;
    padding-top: 140px;
    padding-bottom: 173px;
    min-height: auto;
}

.archive.date .col-right {
    background-image: inherit;
}

/* WEDGET */

.widget-title {
    font-size: 25px;
    color: #603813;
    font-weight: bold;
}

.widget {
    width: 100%;
    position: relative;
    padding-bottom: 133px;
}

.widget ul {
    margin-top: 25px;
}

.widget_categories ul, .widget_categories ul li, .widget_categories ul li a {
    width: 100%;
    display: block;
    position: relative;
}

.widget_categories ul li {
    margin-bottom: 18px;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li a {
    color: #603813;
    width: 170px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    border-radius: 35px;
    line-height: 160%;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.cat-item-1 a {
    background-color: #97caff;
}

.cat-item-2 a {
    background-color: #ffcaca;
}

.widget_archive ul, .widget_archive ul li, .widget_archive ul li a {
    width: 100%;
    color: #603813;
    position: relative;
    font-size: 17px;
    text-decoration: none;
}

.widget_archive ul li {
    margin-bottom: 8px;
}

.widget_archive ul li:hover a {
    color: #ff0000;
}

.widget_archive ul li:hover a::before {
    background-color: #ff0000;
}

.widget_archive ul li a {
    line-height: 160%;
    padding-left: 35px;
    letter-spacing: 1px;
}

.widget_archive ul li a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #603813;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 5.5px;
}

/* PAGENNAVI */

.wp-pagenavi {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 13px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 0px solid !important;
    font-size: 17px;
    color: #603813;
    font-weight: normal !important;
    padding: 0 2px !important;
    margin: 0 10px !important;
}

.wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    display: none !important;
}

.wp-pagenavi span.current {
    border-bottom: 2px solid #ff0000 !important;
}

.wp-pagenavi a:hover {
    border-bottom: 2px solid #ff0000 !important;
}

@media screen and (max-width:1100px) {
    .col-row {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }
    .col-right {
        order: 0;
        width: 100%;
    }
    .col-left {
        width: 100%;
        order: 1;
    }
    .widget-title {
        text-align: center;
    }
    .widget {
        max-width: 550px;
        margin: 0 auto;
        float: inherit;
    }
    .widget ul {
        font-size: 0;
    }
    .widget ul li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        text-align: center;
    }
    .widget_archive ul li a::before {
        left: -10px;
        top: 6.5px;
    }
}

@media screen and (max-width:750px) {
    .col-left {
        background-image: url(../../uploads/2019/12/news-08.png);
        background-position: top 33.333vw left 14.800vw;
        background-repeat: no-repeat;
    }
    .col-right {
        background-image: url(../../uploads/2019/12/news-06.png), url(../../uploads/2019/12/news-07.png);
        background-position: top center, bottom center;
        padding-top: 18.133vw;
        padding-bottom: 19.333vw;
        min-height: auto;
        margin-top: 12vw;
        margin-bottom: 9.867vw;
    }
    ul.list-post-news li {
        margin-bottom: 3.333vw;
    }
    .title-page {
        text-align: center;
        display: block;
        font-size: 4.267vw;
        background-image: inherit;
    }
    .post-date {
        padding-right: 40px;
    }
    ul.list-post-news {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 6.400vw;
    }
    .item-post {
        font-size: 3.733vw;
        display: inline-block;
        vertical-align: top;
    }
    .post-category {
        display: none !important;
    }
    .wp-pagenavi {
        padding-top: 6vw;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        font-size: 3.733vw;
    }
    .widget ul li {
        width: 47%;
        margin-right: 6%;
    }
    .widget ul li:nth-child(2n) {
        margin-right: 0;
    }
    .widget_categories ul li a {
        font-size: 3.733vw;
        width: 100%;
    }
    .widget_archive ul li a {
        font-size: 3.733vw;
        width: 100%;
        letter-spacing: 2px;
        padding-left: 3.733vw;
    }
    .widget_archive ul li a::before {
        width: 2.667vw;
        height: 2.667vw;
        top: 1.467vw;
        left: 0;
    }
    .widget-title {
        font-size: 4.267vw;
    }
    .widget_archive ul {
        max-width: 470px;
        margin: 0 auto;
    }
    .widget_archive ul li {
        margin-bottom: 3.200vw;
    }
    .widget {
        padding-bottom: 20vw;
    }
    .widget:last-child {
        padding-bottom: 16vw;
    }
    .widget ul {
        margin-top: 4.800vw;
    }
    .category .col-right {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    .archive.date .col-right {
        margin: 0;
        padding: 8vw 0;
    }
}

@media screen and (max-width:480px) {
    .col-right {
        background-size: contain;
        margin-top: 0;
    }
    .col-left {
        background-image: inherit;
    }
    .title-page {
        font-size: 20px;
    }
    ul.list-post-news li {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: baseline;
        align-content: stretch;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .item-post {
        font-size: 16px;
        display: block;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        font-size: 15px;
    }
    .widget ul li {
        width: 100%;
        margin-right: 0;
    }
    .widget-title {
        font-size: 20px;
    }
    .widget_archive ul li a {
        font-size: 15px;
    }
    .widget:last-child {
        padding-bottom: 0;
    }
}

/* END NEWS */

/* NEWS SINGLE DETAILS */

.row-single-detail {
    width: 100%;
    align-items: stretch;
    position: relative;
    padding-top: 35px;
    margin-bottom: 161px;
}

.tool-single-detail, .row-content-single {
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
    position: relative;
}

.row-content-single {
    max-width: 482px;
}

.cate-single-750 {
    display: none;
}

.row-title-cate {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    position: relative;
}

.col-right-single {
    background-image: url(../../uploads/2019/12/news-11.png), url(../../uploads/2019/12/news-12.png);
    background-position: top center, bottom center;
    padding-top: 140px;
    padding-bottom: 173px;
    min-height: auto;
}

.col-left-single {
    padding-top: 44px;
}

.row-title-cate {
    width: 100%;
}

.row-title-single {
    font-size: 32px;
    color: #603813;
    line-height: 160%;
    font-weight: bold;
}

.row-cate-single a {
    color: #603813;
    font-size: 17px;
    line-height: 100%;
    text-decoration: none;
    padding: 9px 20px 7px 20px;
    display: inline-block;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.row-cate-single a:hover {
    color: #fff;
    background: #603813;
}

.row-date-single {
    width: 100%;
    font-size: 17px;
    position: relative;
    color: #603813;
    line-height: 160%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.row-content-single {
    font-size: 17px;
    color: #603813;
    line-height: 160%;
    letter-spacing: 0.5px;
    padding-bottom: 56px;
}

.row-content-single p {
    margin: 25px 0;
}

.row-content-single img {
    padding-bottom: 3px;
}

.row-next-perv {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.item-row-np {
    font-size: 17px;
    color: #603813;
    line-height: 160%;
    letter-spacing: 1px;
}

.row-3ch {
    padding: 0 15px;
    display: inline-block;
}

.item-row-np a {
    color: #603813;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.item-row-np a:hover {
    /* color: #ff0033; */
    border-bottom: 2px solid #ff0033;
}

/* 
.row-next a{
    border-bottom: 2px solid #ff0033;
} */

.row-history-back {
    display: none;
}

@media screen and (max-width:750px) {
    .tool-single-detail, .row-content-single {
        max-width: 482px;
    }
    .col-right-single {
        background-size: contain;
    }
    .row-cate-single {
        display: none;
    }
    .cate-single-750 {
        display: block;
        margin-bottom: 47px;
    }
    .row-date-single {
        margin-top: 7px;
        margin-bottom: 21px;
    }
    .row-title-single {
        font-size: 4.267vw;
    }
    .row-date-single, .cate-single-750, .row-content-single, .item-row-np {
        font-size: 3.733vw;
    }
    .row-next-perv {
        max-width: 300px;
    }
    .row-content-single {
        padding-bottom: 10.933vw;
    }
    .row-history-back {
        display: block;
        text-align: center;
    }
    .row-history-back button {
        margin-top: 62px;
        background: none;
        outline: none;
        resize: none;
        text-shadow: none;
        box-shadow: none;
        border: none;
        font-size: 3.733vw;
        color: #603813;
        line-height: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .col-right-single {
        padding-bottom: 160px;
    }
}

@media screen and (max-width:650px) {
    .col-right-single {
        padding-top: 21.538vw;
        padding-bottom: 24.615vw;
    }
    .row-single-detail {
        margin-bottom: 24.615vw;
    }
}

@media screen and (max-width:480px) {
    .col-right-single {
        margin-bottom: 0;
    }
    .row-title-single {
        font-size: 20px;
    }
    .row-date-single, .cate-single-750, .row-content-single, .item-row-np {
        font-size: 15px;
    }
    .row-cate-single a {
        font-size: 15px;
    }
    .row-date-single {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cate-single-750 {
        margin-bottom: 20px;
    }
    .row-history-back button {
        margin-top: 30px;
        font-size: 15px;
    }
}

/* END NEWS SINGLE DETAILS */

/* GALLERY */

.col-gallery {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 77px;
}

.col-gallery .col-left {
    padding-top: 50px;
    width: 295px;
}

.col-gallery .col-right {
    background-image: inherit;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    width: calc(100% - 295px);
}

.col-gallery .widget_archive ul li a::before {
    left: 15px;
}

.post-gallery-item {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(../../uploads/2019/12/ga-04.png), url(../../uploads/2019/12/ga-05.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-bottom: 45px;
    margin-bottom: 77px;
}

.post-gallery-item:nth-last-child(2) {
    margin-bottom: 110px;
}

.title-gallery, .date-gallery, .ul-list-gallery {
    width: 100%;
    max-width: 675px;
    margin: 0 auto;
}

ul.ul-list-gallery {
    width: 100%;
    font-size: 0;
    position: relative;
}

ul.ul-list-gallery li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 161px;
    overflow: hidden;
}

ul.ul-list-gallery li:nth-child(3n) {
    margin-right: 0;
}

ul.ul-list-gallery li a span {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.title-gallery {
    font-size: 32px;
    font-weight: bold;
    color: #603813;
    line-height: 160%;
}

.date-gallery {
    width: 100%;
    position: relative;
    text-align: right;
    font-size: 17px;
    line-height: 150%;
    color: #603813;
    margin-bottom: 12px;
}

.tax-categories-photogallery .info-head-banner.ga {
    display: none;
}

main {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
}

.permalink-sp {
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
}

.permalink-sp a {
    color: #603813;
    font-size: 28px;
    line-height: 160%;
    text-decoration: none;
}

.single-photogallery .info-head-banner.ga {
    display: none;
}

@media screen and (max-width:1100px) {
    .col-gallery .col-right, .col-gallery .col-left {
        width: 100%;
    }
    .col-gallery .widget ul li {
        text-align: left;
    }
    .single-photogallery .post-gallery-item:nth-last-child(2) {
        margin-bottom: 4.545vw;
    }
    .single-photogallery .post-gallery-item {
        background-size: contain;
    }
    .col-gallery .col-left {
        padding-top: 0;
    }
    .post-gallery-item {
        background-size: contain;
    }
}

@media screen and (max-width: 750px) {
    .date-gallery {
        font-size: 3.733vw;
    }
    .col-gallery {
        padding-left: 9.333vw;
        padding-right: 9.333vw;
    }
    .post-gallery-item {
        background-size: contain;
        padding-top: 7.067vw;
        margin-bottom: 10.267vw;
        padding-bottom: 6vw;
    }
    .post-gallery-item:nth-last-child(2) {
        margin-bottom: 5.733vw;
    }
    .date-gallery {
        padding-top: 5px;
        margin-bottom: 4.667vw;
    }
    .permalink-sp a {
        padding-top: 20px;
        padding-bottom: 10px;
        display: inline-block;
    }
    .col-gallery .widget {
        max-width: 750px;
    }
    .col-gallery .widget_archive ul {
        max-width: 100%;
    }
    .col-gallery .widget_archive ul li a::before {
        left: 0;
    }
    .col-gallery .col-left {
        background-image: inherit;
    }
    .title-gallery, .date-gallery, .ul-list-gallery {
        max-width: 522px;
        margin-left: auto;
        margin-right: auto;
    }
    ul.ul-list-gallery li {
        display: none;
    }
    ul.ul-list-gallery li {
        width: 100%;
        height: 335px;
    }
    ul.ul-list-gallery li:first-child, .permalink-sp {
        display: block;
    }
    .title-gallery {
        font-size: 4.267vw;
    }
    .permalink-sp a {
        font-size: 3.733vw;
    }
    .col-gallery .widget_archive ul li a {
        font-size: 20px;
    }
    .col-gallery .widget_archive ul li a::before {
        top: 0.467vw;
    }
    .col-gallery .col-right {
        padding-bottom: 5.333vw;
        margin-top: 0;
    }
    .col-gallery .col-left {
        padding-top: 6.667vw;
    }
    .col-gallery {
        padding-top: 10.267vw;
    }
    .single-photogallery ul.ul-list-gallery li {
        display: block;
    }
    .col-gallery ul.ul-list-gallery li {
        margin-bottom: 6.667vw;
    }
    .page-template .col-gallery ul.ul-list-gallery li {
        margin-bottom: 0;
    }
    .col-gallery ul.ul-list-gallery li:last-child {
        margin-bottom: 0;
    }
    .single-photogallery .row-history-back button {
        margin-bottom: 30px;
    }
    .single-photogallery .col-right {
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .title-gallery {
        font-size: 20px;
    }
    ul.ul-list-gallery li {
        height: 300px;
    }
    .permalink-sp a {
        font-size: 15px;
    }
    .col-gallery {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-gallery .widget_archive ul li a {
        font-size: 15px;
    }
    .col-gallery .widget_archive ul li a::before {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .col-gallery ul.ul-list-gallery li {
        margin-bottom: 10px;
    }
}

/* END GALLERY */