@charset "utf-8";

/* -----------------------------------------------
    共通デザイン設定
----------------------------------------------- */

body {
    /* number のカウンタを 0 にセット */
    counter-reset: number 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
    /* background-image: url(../images/common/bg.png); */
    background-position: center 300px;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-attachment: scroll;
}

a:hover {
    opacity: 0.7;
}

/* admin barが出現したときに下がってしまう対策 */
html #wpadminbar {
    position: fixed;
}


@media (max-width: 991.98px) {

    /* サイドバーが下に来た時のマージンなくなる対策 */
    .sideSection {
        margin-top: 30px;
    }
}

/* -----------------------------------------------
    ベーススタイル設定/既存のスタイルの打ち消し
    for lightning
----------------------------------------------- */


.site-header {
    box-shadow: none;
    border-bottom: none;
    padding-block: .6em;
}

@media screen and (min-width: 787px) {
    .site-header {
        padding-block: 1em;
    }

    .header_scrolled .site-header {
        padding-block: .0;
    }

    .site-header--layout--nav-float .site-header-logo {
        margin-right: 1em;
    }
}

.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.position-right {
    top: 10px;
    right: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.7em;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.mainSection-title,
.subSection-title {
    font-weight: bold;
}

.media .media-body .media-heading {
    font-weight: bold;
}

@media screen and (min-width: 992px) {

    .page-header-inner {
        margin: 2.4em auto;
    }
}

.post-type-news .page-header-inner::after {
    content: "news";
}

h2,
.mainSection-title {
    background-color: transparent;
    /*padding: 14px 0 10px;*/
    border: none;
}

h2 {
    font-size: 22px;
}

h3,
.subSection-title {
    font-size: 18px;
    border: none;
    box-shadow: none;
    padding: .4em .8em;
}

h3:after,
.subSection-title:after {
    content: none;
}

h4 {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

h5 {
    font-weight: bold;
}


.media .postList_thumbnail a {
    border: none;
}

.media .postList_thumbnail img {
    border: none;
}

dl,
dt,
dd {
    border: none;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}


/* slick CSS */
.slick-slide img {
    width: 100%;
}

.mt30 {
    margin-top: 30px !important;
}


/* 投稿ページのスタイル */
.single .entry-body dl,
.single .entry-body ol,
.single .entry-body ul {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
    padding-left: 2em;
}

.single .entry-body ul li {
    list-style: disc;
}

.single .entry-body ol li {
    list-style: decimal;
}

.device-pc .global-nav-list>li>a {
    padding: 14px 1em;
}

.device-pc.header_scrolled .global-nav-list>li>a {
    padding: 14px 1.5em;
}

/* footer
----------------------- */

.site-footer {
    border-top: none;
}

.footer-nav {
    border-bottom: none;
}

.footer-nav li {
    margin-top: 1em;
}

.site-footer-copyright {
    color: #fff;
    background-color: #6A3906;
    margin-top: 6em;
    max-width: none;
}

.site-footer-copyright p:last-child {
    display: none;
}

@media screen and (min-width: 992px) {

    .sideSection-col-two {
        margin-bottom: 60px;
    }

}

@media screen and (min-width: 768px) {

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

}

/* 使い回しパーツ
----------------------- */
section {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    section {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 992px) {
    section {
        margin-bottom: 80px;
    }
}

/* tablet end */



.flex {
    display: flex;
}

.text-em {
    font-size: 120%;
    font-weight: 700;
}

.r3 {
    border-radius: 3px;
}

.r8 {
    border-radius: 8px;
}

.r10 {
    border-radius: 10px;
}

/* 旧設定 */
.orange01 {
    /* color: #956134; */
    color: #956134;
}

.blue01 {
    /* color: #956134; */
    color: #956134;
}

.blue02 {
    /* color: #3fa9f5; */
    color: #956134;
}

.red01 {
    /* color: #6A3906; */
    color: #956134;
}

.bg_red02 {
    /* background-color: #fac4c9; */
    background-color: #F0EDDF;
}

.bg_red03 {
    /* background-color: #fde9eb; */
    background-color: #F0EDDF;
}

.bg_blue02 {
    /* background-color: #80c6f8; */
    background-color: #F0EDDF;
}

.bg_blue03 {
    /* background-color: #eef8fd; */
    background-color: #F0EDDF;
}

.bg_yellow02 {
    /* background-color: #fffcdd; */
    background-color: #F0EDDF;
}

/* new設定 */
.bg_lightbrown {
    background-color: #F0EDDF;
}

.number-title {
    background-color: #F0EDDF;
    padding: .6em 1em;
    font-size: 18px;
    font-weight: 700;
    color: #6A3906;
    border-radius: 6px;
    position: relative;
}

.number-title .number {
    font-size: 1.8em;
    font-family: 'Open Sans', sans-serif;
    color: #DB992A;
    margin-right: .4em;
}

@media screen and (min-width: 768px) {
    .number-title {
        font-size: 24px;
    }

    .feature-list-top__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .number-title.number-title__over {
        text-align: center;
        margin-top: 1em;
    }

    .number-title.number-title__over .number {
        position: absolute;
        top: -.6em;
        left: 50%;
        transform: translateX(-50%);
    }
}

h3 span.subttl {
    color: #fff;
    font-size: 16px;
}

/*

h2 {
    text-align: center;
}
*/

span.gray {
    color: #ccc;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

/* 投稿ページのスタイル */
.single h1.entry-title {
    font-weight: bold;
}



section.main_lead p.main_lead {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    section.main_lead p.main_lead {
        font-size: 28px;
    }
}

/* tablet end */

section.main_lead p.sub_lead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 2;
}

ul.blue_dots,
ul.orange_dots {
    padding: 1em;
    border-radius: 10px;
}

ul.blue_dots li,
ul.orange_dots li {
    position: relative;
    padding-left: 1.3em;
    /*line-height: 1;*/
}

ul.blue_dots li:last-child,
ul.orange_dots li:last-child {
    margin-bottom: 0;
}

ul.blue_dots li:before,
ul.orange_dots li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: .8em;
    height: .8em;
    background-color: #956134;
    border-radius: 50%;
}

ul.orange_dots li:before {
    background-color: #956134;
}

.note li {
    font-size: 0.8em;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.3em;
}

.box_border {
    position: relative;
    padding: 25px 15px;
    border: solid 3px #6A3906;
    border-radius: 10px;
}

.box_border h4 {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    top: -13px;
    left: 50%;
    padding: 0 1.5em;
    line-height: 1;
    font-size: 22px;
    background: #fff;
    transform: translateX(-50%);
    white-space: nowrap;
}


/* 実績
============================ */

.result_wrap h4 {
    font-size: 22px;
    position: relative;
    display: block;
    padding: 0 1em;
    margin: 0 auto 1.2em;
    max-width: 200px;
    text-align: center;
}

.result_wrap h4:before,
.result_wrap h4:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.result_wrap h4:after {
    left: 100%;
}

.result_wrap h4:before {
    right: 100%;
}

.result_item {
    margin-bottom: 30px;
}

.result_item dl {
    margin: 0;
}

.result_item dt,
.result_item dd {
    padding-left: 0;
}

.result_item a {
    flex-direction: column;
    background: #DB992A;
    border-radius: 10px;
    height: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    text-decoration: none;
}

/* 各カテゴリーの色 */
.result_item.workshop a {
    background: #956134;
}

.result_item.bousai a {
    background: #3FA9F5;
}

.result_item.display a {
    background: #6A3906;
}



.result_img {
    padding-bottom: 66.6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 9px 9px 0 0;
}

.result_txt {
    color: #fff;
    font-weight: bold;
    padding: 10px 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.result_ttl,
.result_day {
    margin-bottom: 0.7em;
}

.result_day {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}

.contact_wrap {
    background: #F0EDDF;
    padding: 2em;
}

.contact_wrap .contact_title {
    color: #6A3906;
    text-align: center;
    margin-top: 0;
}

.contact_wrap .contact_title::before {
    /* background-image: url(../images/common/bracket02_left.svg); */
    content: none;
}

.contact_wrap .contact_title::after {
    /* background-image: url(../images/common/bracket02_right.svg); */
    content: none;
}

.contact_wrap .row {
    align-items: center;
}

.contact_btn a {
    display: block;
    background: #956134;
    color: #fff;
    padding: 1em;
    border-radius: 2em;
    text-align: center;
    margin-top: 1em;
}

.contact_btn a i {
    font-size: 24px;
    margin-right: 0.6em;
}




@media screen and (min-width: 787px) {

    .box_border {
        padding: 35px 30px;
    }

    .box_border h4 {
        font-size: 30px;
    }

    .contact_wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .result_wrap h4:before,
    .result_wrap h4:after {
        width: 45px;
        height: 2px;
    }

    .contact_btn a {
        margin-top: 0;
    }
}

/* 使い回しパーツ
------------------------------------------------- */

.gray-en-txt {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #b3b3b3;
    padding-left: 1em;
    font-weight: normal;
}

@media screen and (min-width: 768px) {}

/* tablet end */

@media screen and (min-width: 992px) {
    .top-sectiontitle {
        background-size: auto 50px;
        height: 50px;
    }
}

/* laptop end */

@media screen and (min-width: 1200px) {
    .top-sectiontitle {
        background-size: auto 60px;
        height: 60px;
    }

}

/* desktop end */

@media screen and (max-width: 767px) {
    .text-xs-small {
        font-size: 90% !important;
    }
}

/* sp end */



/* -----------------------------------------------
    header
----------------------------------------------- */

.device-mobile .global-nav-list>li {
    padding: 14px 1em;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.vk-mobile-nav-menu-btn {
    background-size: 40px;
    border: none;
}

.vk-mobile-nav-menu-btn.menu-open {
    background-size: 40px;
    border: none;
}

.vk-mobile-nav.vk-mobile-nav-open {
    left: 0;
}

.catch {
    color: #7C7348;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}

.searchSection,
.shopbtn-wrap {
    display: none;
}

.searchSection input[type="text"] {
    background: url(../images/common/icon_search.png) #F9F8F0 10px center no-repeat;
    background-size: 18px;
    padding-right: .375rem;
    padding-left: 2rem;
    border: none;
}

@media screen and (max-width: 991px) {
    .siteHeader .container {
        padding-top: 17px;
        padding-bottom: 15px;
    }
}

/* tablet end */


@media screen and (min-width: 768px) {
    .searchSection {
        margin-right: 10px;
    }

    .headerRight {
        margin-bottom: 5px;
    }

    .searchSection,
    .shopbtn-wrap {
        display: inline-block;
    }

    .navbar-header {
        text-align: center;
    }

}

/* tablet end */

@media screen and (min-width: 992px) {
    .header_scrolled .global-nav-list>li {
        width: 50%;
        border-left: none;

    }

    .navbar-header {
        overflow: hidden;
    }

    .siteHeader_logo {
        width: auto;
    }

    .catch {
        text-align: left;
    }

    .headerRight {
        display: flex;
        align-items: center;
        float: right;
        margin-top: 14px;
    }

    .global-nav-list {
        display: flex;
        padding: 0;
        background: #fff;
        justify-content: space-between;
    }

    .global-nav-list>li {
        position: relative;
    }

    .global-nav-list>li>a:hover {
        opacity: 0.7;
    }

    .global-nav-list>li:last-child {
        border-right: none;
    }

    .global-nav-list>li:before,
    .global-nav-list>li[class*=current]:before {
        content: "";
        background-image: url(../images/common/icon_arrow_yellow.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 7px;
        border-bottom: none;
        display: none;
    }

    .global-nav-list>li:hover::before,
    .global-nav-list>li[class*=current]::before {
        display: block;
    }

    .global-nav-list li li li {
        background-color: #8d805d;
    }

    .global-nav-list li li li a {
        color: #fff;
    }

    .header_scrolled .global-nav-list_outer {
        background: rgba(255, 255, 255, 0.9);
        box-shadow: none;
        padding-top: 10px;
    }

    .header_scrolled .global-nav-list_outer nav {
        display: block;
    }

    .header_scrolled .global-nav-list {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
    }

    .header_scrolled .global-nav-list>li {
        border-right: none;
    }

    .header_scrolled .global-nav-list>li:first-child {
        border-left: none;
    }

    .header_scrolled .global-nav-list>li:last-child {
        border-right: none;
    }

    ul.global-nav-list>li .global-nav-list_name:before {
        display: inline-flex;
        align-items: center;
        display: inline-block;
        width: 18px;
        height: auto;
        margin-right: 8px;
        vertical-align: middle;
    }

    ul.global-nav-list .global-nav-list_description {
        font-family: 'Open Sans', sans-serif;
    }

    /* HOMEマーク */
    ul.global-nav-list li#menu-item-898 {
        display: none;
    }

    .header_scrolled ul.global-nav-list li#menu-item-898 {
        display: block;
    }

    /* お問い合わせマーク */
    ul.global-nav-list li#menu-item-131 .global-nav-name {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(../images/common/icn_mail_black.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fef4ca;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 1px solid #DB992A;
        margin: 0 auto;
    }


}

@media screen and (min-width: 1200px) {
    .siteHeader_logo {
        float: none;
    }

    .global-nav-list_outer {
        float: none;
        display: block;
    }

    .global-nav-list_outer nav {
        display: block;
    }

    ul.global-nav-list {
        float: none;
    }
}

/* desktop end */

/* -----------------------------------------------
    footer
----------------------------------------------- */

.siteFooter {
    border-top: none;
    background: none;
    margin-top: 30px;
}

.siteFooter .footerMenu {
    overflow: hidden;
}

.siteFooter .footerMenu ul {
    display: flex;
    justify-content: center;
}

.siteFooter .sectionBox.copySection {
    display: block;
}

.siteFooter a {
    color: #fff;
}

.footer_bg_orange {
    background: orange;
    color: #fff;
    border: none;
    font-size: 12px;
    width: 100vw;
    margin: auto;
}

.copySection {
    padding-top: 0;
    padding-bottom: 0;
}

.footerMenu {
    margin-bottom: 1em;
}

.footerMenu li {
    margin-bottom: .7em;
}

.footerMenu li a {
    border-left: 1px solid #333;
    padding: 0 .7em;
}

.footerMenu li:first-child a {
    border-left: none;
}

.footerMenu li:last-child a {
    border-right: none;
}

.footer_links {
    text-align: left;
    margin-bottom: 0;
}

.footer_links .link_item {
    display: inline-block;
    padding: 0 18px 0 10px;
    background-image: url(../images/common/footer_arrowW.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 7px;
    margin-bottom: 0;
}

.footer_copy {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagetop {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 49px;
    margin: auto;
    right: 0;
    z-index: 1;
}

@media screen and (min-width: 540px) {
    .pagetop {
        bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .siteFooter {
        margin-top: 60px;
    }

    ul.footerBottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.footerBottom li {
        margin-bottom: 0;
    }

    .footer_copy {
        text-align: right;
    }

    .pagetop {
        right: 12px;
    }
}

@media screen and (min-width: 992px) {
    .pagetop {
        right: 30px;
        bottom: 80px;
    }
}

/*laptop end */
@media screen and (min-width: 1200px) {
    .pagetop {
        right: 5vw;
        bottom: 80px;
    }
}

/*laptop end */


/* 下層ページヘッダー
-------------------------------- */
.page-header {
    text-align: center;
    color: #fff;
    background-color: #B49B65;
    position: relative;
}

/* .page-header-title::before,
h1.page-header-title::before,
.page-header-title:after,
h1.page-header-title:after {
    content: "";
    display: block;
    width: 16px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + .2em))
}

.page-header-title::before,
h1.page-header-title::before {
    background: url(../images/common/bracket02_left.svg) center center no-repeat;
    background-size: contain;
    right: 100%;
}

.page-header-title:after,
h1.page-header-title:after {
    content: "";
    background: url(../images/common/bracket02_right.svg) center center no-repeat;
    background-size: contain;
    left: 100%;
} */

.page-header-title,
h1.page-header-title {
    padding-inline: 1em;
    font-size: 1.75rem;
    display: inline-block;
    position: relative;
    text-align: center;
    max-width: 90%;
}

.page-header-inner::after {
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    /* padding-top: 0.6em; */
    font-weight: 700;
}

.page .veu_socialSet {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .page-header {
        position: relative;
    }

    .page-header-title,
    h1.page-header-title {
        padding-inline: 1.6em;
    }

    .page-header-title::before,
    h1.page-header-title::before,
    .page-header-title:after,
    h1.page-header-title:after {
        width: 33px;
        height: 50px;
    }

    .page-header-inner::after {
        /* font-size: 0.7em; */
    }
}

/* tablet end */


/* パンくず
-------------------------------- */
/* 余白広めに */
.breadSection {
    border-bottom: none;
    background: #fff;
}

.breadSection .breadcrumb {
    padding: 15px 15px;
}

.breadSection .breadcrumb>li+li:before {
    padding: 0 10px;
}


/* タイトル
-------------------------------- */
.mainSection header {
    /*border-bottom: none;*/
}

.media .media-body .media-heading a,
.media .media-body .media-heading a::first-letter {
    color: #222;
    font-weight: bold;
}


.page h2,
.top-sectiontitle {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.5;
    font-size: 20px;
    padding: 0 2em;
    letter-spacing: .03em;
    text-align: center;
    margin: 0 0 1.6em;
}

.page h2:before,
.page h2:after,
.top-sectiontitle:before,
.top-sectiontitle:after {
    content: "";
    background: url(../images/common/bracket01_left.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.page h2:after,
.top-sectiontitle:after {
    content: "";
    background: url(../images/common/bracket01_right.svg) center center no-repeat;
    background-size: contain;
    right: 0;
    left: auto;
}


h3.r3,
.mini_arrow {
    padding: 0.4em 0 0.4em 1.8em;
    background-image: url(../images/common/arrow_RnY.png);
    background-position: .8em center;
    background-repeat: no-repeat;
    background-size: .5em;
}

/*
h4,
h5 {
    font-size: 16px;
}
*/

.single .entry-body h2 {
    border-left: 5px solid #6A3906;
    padding: .4em 0 .4em .4em;
    font-size: 26px;
}

.single .entry-body h3 {
    background-color: #EEF8FD;
    border-radius: 8px;
    padding: .4em .7em;
    font-size: 24px;
}

.single .entry-body h4 {
    padding-bottom: .4em;
    border-bottom: 1px dotted #ccc;
    font-size: 22px;
}

.single .entry-body .veu_socialSet ul {
    padding-left: 0;
}


@media screen and (min-width: 768px) {

    .page h2,
    .top-sectiontitle {
        min-width: 380px;
        line-height: 1.5;
        font-size: 30px;
        padding: 0 2em;
    }

    .top-sectiontitle {
        letter-spacing: .3em;
    }

    .page h2:before,
    .page h2:after,
    .top-sectiontitle:before,
    .top-sectiontitle:after {
        width: 30px;
        height: 50px;
    }

    h3.r3 {
        font-size: 24px;
    }
}

/* tablet end */

@media screen and (min-width: 992px) {}

/* laptop end */

@media screen and (min-width: 1200px) {}

/* desktop end */



/* ボタンまわり
-------------------------------- */
.btn_moreB,
.btn_moreW {
    text-align: center;
}

.btn_moreB a,
.btn_moreW a {
    display: inline-block;
    background-color: #956134;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
    min-width: 160px;
    padding: 0 3em;
    border-radius: 3em;
    font-size: 16px;
    text-align: center;
    line-height: 3em;
    margin: 0 auto;
    position: relative;
    font-weight: 500;
}

.btn_moreB a::after,
.btn_moreW a::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-image: url(../images/common/arrow_yellow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px;
    top: calc(50% - 3.5px);
    right: 1em;
}

.btn_moreB a:hover,
.btn_moreW a:hover {
    text-decoration: none;
}

.btn_moreB a:hover::after,
.btn_moreW a:hover::after {
    animation: arrow_y .5s;
}

.btn_moreW a {
    color: #956134;
    background-color: #fff;
    border: 1px solid #956134;
}

@keyframes arrow_y {
    100% {
        transform: rotateX(360deg);
    }
}




/* .btn-default {
    color: #222222;
    border: none;
    background-color: #fcc100;
}

.btn-default:hover {
    background-color: #ffcc26;
}

.btn.btn-primary {
    border: none;
    background-color: #fcc100;
}

.btn.btn-primary:hover {
    background-color: #ffcc26;
}

.btn.btn-secondary {
    color: #fff;
    background-color: #222222;
}

.btn.btn-secondary:hover {
} */


/* @media screen and (max-width: 767px) {
    .btn-xs {
        padding-left: 10px;
        padding-right: 10px;
    }
} */

/* sp end */

/* 画像の表示関連
-------------------------------- */
@media screen and (min-width: 768px) {
    .pc-left {
        float: left;
        width: 30%;
        min-width: 280px;
        margin-right: 15px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .pc-right {
        float: right;
        width: 30%;
        min-width: 280px;
        margin-left: 15px;
        margin-bottom: 15px;
        overflow: hidden;
    }
}

/* tablet end */


/* lead
-------------------------------- */
.main_lead_wrap .main_lead_txt {
    width: 100%;
    padding-top: 2em;
    background: #fff;
    border-radius: 10px;
}

.main_lead_wrap .main_lead_img {
    width: 100%;
    border-radius: 10px;
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow-all *,
.n2-ss-slider .n2-ow-all *:after,
.n2-ss-slider .n2-ow-all *:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow:before {
    border-radius: 10px;
}

@media screen and (min-width: 992px) {
    .main_lead_wrap {
        position: relative;
    }

    .main_lead_wrap .main_lead_txt {
        padding: 1.5em;
        width: 52%;
        position: relative;
        top: 20px;
        z-index: 10;
    }

    .main_lead_wrap .main_lead_img {
        width: 52%;
        position: absolute;
        top: 0;
        right: 0;
    }

}

/* laptop end */

/* summery
-------------------------------- */

dl.summery_item p,
dl.summery_item li {
    margin-bottom: 0;
}

.summery_item dt,
.summery_item dd {
    width: 100%;
    margin: 0;
    padding: 0.6em 0;
    line-height: 1.3;
}

.summery_item dt {
    border-bottom: 1px dotted #ccc;
}

.summery_item dd {
    margin-bottom: 1em;
}

.summery_item dd .note {
    font-size: 0.8em;
}

.summery_item.flex {
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    dl.summery_item {
        border-bottom: 1px dotted #ccc;
    }

    dl.summery_item:last-child {
        border-bottom: none;
    }

    .summery_item dt {
        border-bottom: none;
        width: 15%;
        text-align: center;
    }

    .summery_item dd {
        width: 85%;
        margin-bottom: 0;
    }

}

/* tablet end */

@media screen and (min-width: 992px) {
    .summery_wrap {
        width: 85%;
        margin: 0 auto;
    }
}

/* laptop end */


/* 投稿の表示まわり
-------------------------------- */
.pagination {
    margin: 10px 0;
}


/* ワークショップの流れ（防災・工作共通）
----------------------- */

ol.flows li.flow_item {
    border: 3px solid #956134;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 3em;
    padding: 1.2em calc(1.2em - 15px);
    background-color: #fff;
}

ol.flows li.flow_item::after {
    content: "";
    display: block;
    background-color: #956134;
    width: 3px;
    height: 3.3em;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

ol.flows li.flow_item:last-child::after {
    content: "";
    display: none;
}

ol.flows li.flow_item dl {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1em;
}

ol.flows li.flow_item dt {
    font-family: 'Open Sans', sans-serif;
    margin-right: 1em;
}

ol.flows li.flow_item dd {
    font-weight: bold;
}

ol.flows li.flow_item dt,
ol.flows li.flow_item dd {
    display: inline-block;
    font-size: 18px;
}

.flow_img img {
    border-radius: 10px;
}


@media screen and (min-width: 992px) {

    ol.flows li.flow_item {
        border-radius: 20px;
        padding: 2em calc(2em - 15px);
    }
}


/* よくある質問
----------------------- */

.faq-list {
    flex-direction: column;
    margin: auto;
    gap: 30px;
    /* max-width: 600px; */
}

.faq-list__item {
    margin-block: 0;
}

.faq-list,
.faq-list__item .question,
.faq-list__item .answer {
    display: flex;
}

.faq-list__item .question,
.faq-list__item .answer {
    gap: 1em;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faq-list__item .question {
    background: #956134;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    border: 2px solid #956134;
    padding-right: 3em;
}

.faq-list__item .question__icon {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-top: -.4em;
}

.faq-list__item .question__content {
    /* font-size: 16px; */
    font-weight: 700;
    line-height: 1.5;
    /* padding-right: 30px; */
}


.faq-list__item .question:after {
    content: '';
    display: block;
    background: url("../images/common/faq-arrow.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 18px;
    right: 20px;
}

.faq-list__item .question.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    /* top: 19px; */
}

.faq-list__item .answer {
    border: 2px solid #B49B65;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    display: none;
}

.faq-list__item .answer__icon {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #B49B65;
    margin-top: -5px;
}

.faq-list__item .answer__inner {
    display: flex;
    gap: 1em;
}

@media screen and (min-width: 1024px) {

    .faq-list {
        /* gap: 2.9282576867vw; */
        gap: 30px;
        /* max-width: 65.8857979502vw; */
    }

    .faq-list__item .question,
    .faq-list__item .answer {
        gap: 1.756954612vw;
    }

    .faq-list__item .question {
        border-top-left-radius: 0.7320644217vw;
        border-top-right-radius: 0.7320644217vw;
    }

    .faq-list__item .question__icon {
        /* font-size: 1.8301610542vw; */
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1;
    }

    .faq-list__item .question__content {
        /* font-size: 1.1713030747vw; */
        font-weight: 700;
        /* letter-spacing: 0.05em; */
        line-height: 1.5;
    }

    .faq-list__item .question__content {
        padding-right: 2.9282576867vw;
    }

    .faq-list__item .question:after {}

    .faq-list__item .question.open:after {
        top: 1.6837481698vw;
    }

    .faq-list__item .answer {
        border-bottom-left-radius: 0.7320644217vw;
        border-bottom-right-radius: 0.7320644217vw;
    }

    .faq-list__item .answer__icon {}

    .faq-list__item .answer__icon {
        margin-top: -0.5856515373vw;
    }

    .faq-list__item .answer__content {
        /* line-height: 1.8; */
    }

    .faq-list__item .answer__inner {
        gap: 2em;
    }
}


/* contents三角リスト
----------------------- */
h3.cont_ttl {
    /* margin: 2em 0 0; */
    margin: 0;
    position: relative;
    padding: 0;
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    h3.cont_ttl {
        font-size: 28px;
    }
}

/* sp end */

h3.cont_ttl:after {
    content: url(../images/common/icn_trg_brown.svg);
    display: block;
    width: 33px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    border-bottom: none;
}


.cont_img {
    margin: 15px 8px;
}

.cont_img img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
}

/* sp end */


/* work list
----------------------- */
.work_list li {
    margin-bottom: 1.8em;
    display: flex;
    flex-direction: column;
}

.workshop.flow .text-center {
    font-weight: 500;
}

.work_ttl {
    background: #F0EDDF;
    color: #956134;
    padding: 0.3em;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.work_img {
    margin-bottom: 1.2em;
    min-height: 0%;
}

.work_img img {
    /* border-radius: 10px; */
}

.work_txt {
    text-align: justify;
}

@media screen and (min-width: 768px) {
    /*
    .work_ttl {
        flex-basis: 70px;
    }
    */
}

@media screen and (min-width: 992px) {
    .work_ttl {
        flex-basis: auto;
        font-size: 20px;
    }
}

.work_img {
 margin-bottom: 1.5em;
}
.work_slider.slick-dotted.slick-slider {
    margin: inherit;
    margin-top: 0;
}
.work_slider .slick-prev {
    left: 10px;
    z-index: 1;
}

.work_slider .slick-next {
    right: 10px;
}