@charset "UTF-8";

/*--------------------------------- PAGE ---------------------------------*/

* {
    box-sizing: border-box;
}

#pagewrap .pagewidth,
.header-brand-container,
#headerwrap #main-menu,
#pagewrap #footerwrap .module_row .row_inner,
.footer_bottom .f_in {
    width: 1100px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}

#header.pagewidth,
#footer.pagewidth {
    width: 100%;
    max-width: 100%;
}

body {
    background: #fff;
    font-size: 15px;
    line-height: 2.2;
    color: #313131;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: 500;
}

img {
    vertical-align: top;
}

#pagewrap a img {
    transition: all 0.2s linear;
}

a img:hover {
    opacity: 0.7;
}

a,
a:active,
a:visited {
    text-decoration: underline;
    transition: all 0.2s linear;
    color: #313131;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

#content:before,
#content:after,
.header-brand-container:before,
.header-brand-container:after,
#main-menu:before,
#main-menu:after {
    content: '';
    display: table;
    clear: both;
}


/*--------------------------------- END PAGE ---------------------------------*/


/*--------------------------------- HEADER ---------------------------------*/

#headerwrap #header.header {
    padding: 0;
}

#site-logo {
    float: left;
    margin: 37px 0;
    line-height: 1;
}

#site-logo a {
    display: inline-block;
    vertical-align: top;
}

.rb {
    float: right;
    margin: 0;
    text-align: right;
    padding: 14px 0 5px;
}

#pagewrap #site-description {
    padding: 0;
    margin: 0 0 4px;
}

.header_info>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.header_tel {
    margin: -4px 0 0;
}

.header_time {
    margin: 0 0 10px;
    line-height: 2.2;
}

.header_btn {
    margin: 0 0 20px 15px;
}

@media screen and (min-width: 1025px) {
    #main-menu-container {
        background: #b9ce81 url(../../uploads/bg_green.jpg)center top repeat;
    }
    #main-menu {
        margin: 0;
    }
    #main-menu>li {
        display: block;
        margin: 0;
        padding: 0 1px 0 0;
        float: left;
        position: relative;
        font-size: 16px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
    }
    #main-menu>li:first-child {
        padding: 0 1px;
    }
    #main-menu>li.hnav_none {
        display: none;
    }
    #main-menu>li:after,
    #main-menu>li:first-child:before {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        bottom: 15px;
        right: 0;
        border-left: 1px solid #899856;
    }
    #main-menu>li:first-child:before {
        left: 0;
        right: auto;
    }
    #main-menu>li>a {
        display: block;
        text-decoration: none;
        padding: 19px 10px 20px;
        text-align: center;
    }
    #main-menu>li.nav_top>a {
        background: url(../../uploads/navi_home.png)center center no-repeat;
        text-indent: 200%;
        overflow: hidden;
        white-space: nowrap;
    }
    #main-menu>li.nav01 {
        width: 8.6%;
    }
    #main-menu>li.nav02 {
        width: 20.8%;
    }
    #main-menu>li.nav03 {
        width: 17.9%;
    }
    #main-menu>li.nav04 {
        width: 13.5%;
    }
    #main-menu>li.nav05 {
        width: 15%;
    }
    #main-menu>li.nav06 {
        width: 12.1%;
    }
    #main-menu>li.nav07 {
        width: 12.1%;
    }
    #pagewrap #main-menu>li:hover>a {
        opacity: 0.7;
    }
}


/*--------------------------------- END HEADER ---------------------------------*/


/*--------------------------------- FOOTER ---------------------------------*/

#footerwrap .widget {
    margin-bottom: 0;
}

.footer_bottom {
    background: #b9ce81 url(../../uploads/bg_green.jpg)center top repeat;
}

.footer_bottom .f_in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 0 13px;
}

.footer-nav {
    margin: 0;
    text-align: left;
    line-height: 1;
    padding: 10px 0 0;
}

.footer-nav li {
    border-right: 1px solid #313131;
    margin: 0 6px 10px 0;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}

.footer-nav li:last-child {
    border: none;
}

.footer-nav li a {
    padding: 0;
    display: inline-block;
}

.footer-nav ul {
    display: none;
}

.copyright-container {
    text-align: left;
}

.copyright-container .copyright {
    display: block;
    padding: 0;
}

body.tb_responsive_mode #footerwrap .f-con,
body.builder-is-mobile #footerwrap .f-con {
    position: fixed;
    bottom: 0;
    width: 100%;
}


/*--------------------------------- END FOOTER ---------------------------------*/


/*--------------------------------------------------
- TITLE -
--------------------------------------------------*/

.module.tit_0 .module-title {
    margin-bottom: 0;
}

.module.tit_5 .module-title {
    margin-bottom: 5px;
}

.module.tit_10 .module-title {
    margin-bottom: 10px;
}

.module.tit_15 .module-title {
    margin-bottom: 15px;
}

.module.tit_20 .module-title {
    margin-bottom: 20px;
}

.module .module-title,
.module .fancy-heading {
    font-size: 15px;
    line-height: 1.4;
    color: #644b46;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.module .fancy-heading {
    margin: 0;
}

.module.footer_tit,
.module.tit_box_arrow {
    text-align: center;
}

.module.footer_tit .module-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: url(../../uploads/footer_tit_left.png) left 20px center no-repeat, url(../../uploads/footer_tit_right.png) right 20px center no-repeat, linear-gradient(to right, #fff, #fff 50px, #644b46 50px, #644b46 51%, transparent 51%), linear-gradient(to left, #fff, #fff 50px, #644b46 50px, #644b46 51%, transparent 51%);
    background-size: 30px 100%, 30px 100%, auto auto, auto, auto;
    padding: 16px 75px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.module.tit_box_arrow .module-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: url(../../uploads/footer_tit_left.png) left center no-repeat, url(../../uploads/footer_tit_right.png) right center no-repeat, linear-gradient(to right, #fff, #fff 30px, #644b46 30px, #644b46 51%, transparent 51%), linear-gradient(to left, #fff, #fff 30px, #644b46 30px, #644b46 51%, transparent 51%);
    background-size: 30px 100%, 30px 100%, auto auto, auto, auto;
    padding: 16px 55px;
    display: inline-block;
    vertical-align: top;
}

.module.footer_tit .module-title:before,
.module.footer_tit .module-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -2px 0 0;
    width: 100vw;
    height: 3px;
    border: 1px solid #644b46;
    border-width: 1px 0;
}

.module.footer_tit .module-title:after {
    left: 100%;
    right: auto;
}

.module.fc_inline_mid,
.module.tit_mid_s,
.module.tit_mid_m,
.module.tit_mid_l {
    line-height: 1;
    padding: 0 25px;
    text-align: center;
    overflow: hidden;
}

.module.fc_inline_mid .fancy-heading,
.module.tit_mid_s .module-title,
.module.tit_mid_m .module-title,
.module.tit_mid_l .module-title {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    position: relative;
}

.module.fc_inline_mid .fancy-heading:before,
.module.fc_inline_mid .fancy-heading:after,
.module.tit_mid_s .module-title:before,
.module.tit_mid_s .module-title:after,
.module.tit_mid_m .module-title:before,
.module.tit_mid_m .module-title:after,
.module.tit_mid_l .module-title:before,
.module.tit_mid_l .module-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 3px;
    border: 1px solid #644b46;
    border-width: 1px 0;
    top: 50%;
    right: 100%;
    margin-top: -1px;
}

.module.fc_inline_mid .fancy-heading:after,
.module.tit_mid_s .module-title:after,
.module.tit_mid_m .module-title:after,
.module.tit_mid_l .module-title:after {
    left: 100%;
    right: auto;
}

.module.fc_inline_mid .fancy-heading>* {
    display: inline-block;
    vertical-align: bottom;
}

.module.fc_inline_mid .main-head {
    font-size: 28px;
    padding: 2px 0 1px;
}

.module.fc_inline_mid .sub-head {
    font-size: 35px;
    padding: 0;
}

.module.tit_mid_s .module-title {
    font-size: 28px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.module.tit_mid_m .module-title {
    font-size: 30px;
    padding-top: 2px;
}

.module.tit_mid_l .module-title {
    font-size: 35px;
}

.module.fc_box .main-head {
    font-size: 35px;
    padding: 0 0 13px;
}

.module.fc_box .sub-head {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    background: #644b46;
    padding: 9px 25px;
}

.module.tit_box_line .module-title {
    font-size: 30px;
    text-align: center;
    border: 1px solid #644b46;
    border-width: 1px 0;
    padding: 13px 0;
}

.module.tit_line .module-title {
    font-size: 20px;
    border-bottom: 1px solid #644b46;
    padding: 0 0 15px;
}

.module.tit_b .module-title {
    font-size: 22px;
    font-weight: normal;
}


/*--------------------------------------------------
- TEXT -
--------------------------------------------------*/

.module p:last-child,
.module .ui.module-accordion {
    margin-bottom: 0;
}

.module-buttons a.ui.builder_button:hover {
    opacity: 0.7;
}

.module-buttons a span {
    margin: 0;
}

.module ul {
    margin: 0;
    overflow: hidden;
}

.module.anchor_load ul {
    text-align: center;
    line-height: 1;
}

.module.anchor_load ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin: 0 0 10px;
    border-right: 1px solid #000;
}

.module.anchor_load ul li:last-child {
    border: none;
}

.module.anchor_load ul li a {
    padding: 0 10px;
}

#pagewrap .pagenav {
    padding: 10px 0 83px;
    text-align: center;
}

#pagewrap .pagenav a,
#pagewrap .pagenav span {
    padding: 7px 0 0;
    text-decoration: none;
    color: #444444;
    min-width: 32px;
    min-height: 32px;
    border: 1px solid #644b46;
    background: none;
    border-radius: 0;
    margin: 0 1px 7px;
}

#pagewrap .pagenav a:hover,
#pagewrap .pagenav .current {
    color: #fff;
    background: #644b46;
}

.row_main .module {
    font-size: 25px;
    letter-spacing: 0.05em;
    font-family: ten-mincho-text, serif;
    color: #fff;
    text-shadow: 0 0 7px rgba(188, 85, 182, 0.85), 0 0 7px rgba(188, 85, 182, 0.85), 0 0 7px rgba(188, 85, 182, 0.85);
}

.row_main .module.main_txt_about {
    text-shadow: 0 0 7px rgba(35, 24, 20, 0.85), 0 0 7px rgba(35, 24, 20, 0.85), 0 0 7px rgba(35, 24, 20, 0.85);
}

.row_main .module.main_txt_voice {
    text-shadow: 0 0 7px rgba(156, 181, 226, 0.85), 0 0 7px rgba(156, 181, 226, 0.85), 0 0 7px rgba(156, 181, 226, 0.85);
}

.row_main .module.main_txt_flow {
    text-shadow: 0 0 7px rgba(0, 29, 0, 0.85), 0 0 7px rgba(0, 29, 0, 0.85), 0 0 7px rgba(0, 29, 0, 0.85);
}

.row_main .module.main_txt_topics {
    text-shadow: 0 0 7px rgba(167, 185, 151, 0.85), 0 0 7px rgba(167, 185, 151, 0.85), 0 0 7px rgba(167, 185, 151, 0.85);
}

.row_main .module.main_txt_contact {
    text-shadow: 0 0 7px rgba(243, 189, 0, 0.85), 0 0 7px rgba(243, 189, 0, 0.85), 0 0 7px rgba(243, 189, 0, 0.85);
}

#pagewrap .header_tel {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.header_tel span {
    display: inline-block;
    font-size: 15px;
}

#pagewrap .header_tel:hover {
    opacity: 0.7;
}

.module.btn_sd .module-buttons-item {
    width: 250px;
    max-width: 100%;
    padding: 1px 2px 2px 1px;
}

#pagewrap .module.btn_sd a.ui.builder_button {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #644b46;
    background: #fff;
    padding: 0px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}

.module.btn_sd a.ui.builder_button:before,
.module.btn_sd a.ui.builder_button:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -1px;
    bottom: 4px;
    left: -1px;
    right: 4px;
    background: #644b46;
}

.module.btn_sd a.ui.builder_button:after {
    top: 4px;
    bottom: -2px;
    left: 4px;
    right: -2px;
}

.module.btn_sd a.ui.builder_button span {
    display: block;
    background: #fff;
    padding: 13px 20px;
}

.module.btn_sd a.ui.builder_button span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background: url(../../uploads/icon_arrow_s.png)center center no-repeat;
    margin: 4px 10px 0 0;
}

.module.btn_over .module-buttons-item {
    width: 100%;
    max-width: 100%;
}

.module.btn_over,
#pagewrap .module.btn_over a.ui.builder_button {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.module.list_dot ul li {
    display: block;
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 1em;
    line-height: 2.2;
}

.module.list_dot ul li:last-child {
    margin: 0;
}

.module.list_dot ul li:before {
    content: '・';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#pagewrap .module.txt_tel a[href^="tel:"] {
    font-size: 18px;
    text-decoration: none;
    color: #644b46;
    display: inline-block;
    vertical-align: bottom;
    margin: -3px 0 -3px;
}

#pagewrap .module.txt_tel a[href^="tel:"]:hover {
    opacity: 0.7;
}

.module.m_policy {
    height: 270px;
    overflow: auto;
    overflow-y: scroll;
}

body:not(.tb_responsive_mode) .module.m_policy,
body:not(.builder-is-mobile) .module.m_policy {
    padding: 0 3.63% 0 0;
}


/*--------------------------------------------------
- IMAGE -
--------------------------------------------------*/

.module .image-wrap {
    display: block;
    line-height: 1;
}

.module .image-wrap img {
    width: auto;
    max-width: 100%;
}

.module.img_right .image-wrap,
.module.img_r .image-wrap {
    text-align: right;
}

.gallery,
#pagewrap .themify_builder_slider .slide-image {
    margin: 0;
}

#pagewrap .gallery .gallery-item {
    margin-bottom: 10px;
}

.module.module-gallery .gallery-icon {
    cursor: auto;
}

.module.img_sd .image-wrap img {
    -webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.15));
}


/*--------------------------------------------------
- MODULE - BACKGROUND - BORDER -
--------------------------------------------------*/

.module iframe {
    display: block;
    margin: 0 auto;
}

#pagewrap .module_column.first {
    margin-left: 0;
}

#pagewrap .module-layout-part .module_column {
    min-height: auto;
}

.module.m_ws {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#pagewrap .bg_yel {
    background: #f5eed6 url(../../uploads/bg_yel.jpg)center top repeat;
}

#pagewrap .bg_green {
    background: #b9ce81 url(../../uploads/bg_green.jpg)center top repeat;
}

.row_deco:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 1600px;
    height: 80px;
    max-width: 100%;
    margin: 0 auto;
    background: url(../../uploads/deco_leaf.png)center center no-repeat;
}

.row_main .row_inner {
    padding: 84px 0;
    min-height: 350px;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
}

body.home .row_main .row_inner {
    min-height: 650px;
}

.row_footer {
    overflow: hidden;
}

.row_footer .subrow_inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.row_footer .sub_column {
    width: auto;
    padding: 0 2.95%;
}

#pagewrap .row_top_base,
#pagewrap .row_top_base:hover {
    transition: all 0.2s linear;
}

.row_top_base:hover {
    opacity: 0.7;
}

.row_top_base .row_inner,
.row_top_base .tb-column,
.row_corner .row_inner {
    position: static;
}

.row_top_base .tb-column.first {
    width: 65.45%;
}

.row_top_base .tb-column.last {
    width: 34.55%;
    padding: 41px 5% 50px;
    background: url(../../uploads/icon_link_green.png)right 10px bottom 10px no-repeat;
    min-height: 350px;
}

.row_corner .row_inner:before,
.row_corner .row_inner:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -16px;
    right: -16px;
    width: 107px;
    height: 107px;
    background: url(../../uploads/top_news_corner_top.png)center center no-repeat;
}

.row_corner .row_inner:after {
    top: auto;
    bottom: -16px;
    left: -16px;
    right: auto;
    background-image: url(../../uploads/top_news_corner_bottom.png);
}

.row_voice .row_inner:not(.direction-rtl) {
    padding-left: 8.9%;
    padding-right: 30px;
}

.row_voice .direction-rtl {
    padding-right: 8.9%;
    padding-left: 30px;
}

.row_voice .row_inner:not(.direction-rtl) .tb-column.first,
.row_voice .direction-rtl .tb-column.last {
    width: 35.3%;
}

.row_voice .row_inner:not(.direction-rtl) .tb-column.last,
.row_voice .direction-rtl .tb-column.first {
    width: 54.7%;
}

.row_voice .tb-column.last {
    margin-left: 10%;
}

.row_flow_img .row_inner {
    padding: 0 40px 0 25px;
}

.row_flow_img .tb-column.first {
    width: 45%;
}

.row_flow_img .tb-column.last {
    width: 51.41%;
    margin-left: 3.59%;
}



/*--------------------------------------------------
- TABLE -
--------------------------------------------------*/

.module table {
    width: 100%;
    border-collapse: collapse;
}

.module table tr td,
.module table tr th {
    border: 1px solid #644b46;
    border-width: 0 0 1px;
    padding: 10px 5.64% 10px 0;
    vertical-align: top;
}

.module table tr:first-child td,
.module table tr:first-child th {
    padding-top: 0;
}

.module table tr th {
    text-align: left;
}

.module table tr th:first-child {
    width: 180px;
    padding-left: 5.64%;
    color: #644b46;
}

.module .wpcf7 input[type=submit] {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: #644b46;
    border-radius: 0;
    margin: 40px auto 10px;
    display: block;
    transition: all 0.2s linear;
    width: 250px;
    height: 50px;
    padding: 0;
    background-image: url(../../uploads/mail-icon.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.module .wpcf7 input[type=submit]:focus {
    outline: none;
}

.module .wpcf7 input[type=submit]:hover {
    opacity: 0.7;
}

.module .wpcf7-form>p {
    display: block;
    margin: 0;
}

.module .wpcf7-form .ajax-loader {
    display: block;
    margin: 0 auto;
}

.module .wpcf7-response-output {
    margin: 0;
}

.module .wpcf7-validation-errors {
    border-color: #333;
    margin-bottom: 25px;
}


/*--------------------------------------------------
- OTHER -
--------------------------------------------------*/

.module .post-date,
.module .post-title {
    line-height: 2.2;
}


/*.module-post .post-title a {
    text-decoration: underline;
}*/

.module-post .post-title a:hover {
    text-decoration: none;
}

.module .entry-content>p:last-of-type,
.module.post_news .builder-posts-wrap .post:last-of-type {
    margin-bottom: 0;
}

.module.post_arrow .builder-posts-wrap .post {
    margin-bottom: 36px;
}

.module.post_arrow .post-image {
    text-align: center;
    margin: 0 0 15px;
}

#pagewrap .module.post_arrow .post-title {
    font-size: 22px;
    line-height: 1.4;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

.module.post_arrow .post-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../../uploads/icon_arrow.png)center center no-repeat;
}

.module.post_news .builder-posts-wrap {
    height: 240px;
    overflow: auto;
    overflow-y: scroll;
    padding: 0;
}

body:not(.tb_responsive_mode) .module.post_news .builder-posts-wrap,
body:not(.builder-is-mobile) .module.post_news .builder-posts-wrap {
    padding-right: 5%;
}

.module.post_news .builder-posts-wrap .post {
    padding: 0;
    margin: 0 0 28px;
}

.module.post_news .post-date {
    float: left;
    font-weight: bold;
    margin: 0 15px 0 0;
    font-size: 14px;
}

#pagewrap .module.post_news .post-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-decoration: underline;
}

.module.post_box .builder-posts-wrap .post {
    margin: 0 0 80px;
}

.module.post_box .post-date {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 15px;
}

#pagewrap .module.post_box .post-title {
    font-size: 16px;
    color: #fff;
    background: #644b46;
    margin-bottom: 20px;
    padding: 3px 20px 2px;
}

body.single .post {
    margin: 0 0 90px;
    padding: 90px 0 0;
}

body.single .post-date {
    margin: 0;
}

body.single #pagewrap .post-title {
    margin: 0;
    font-size: 15px;
}

body.single .entry-content>p:last-of-type {
    margin-bottom: 0;
}

body.single #pagewrap .history-back-button {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 220px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 10px 20px;
    background: #644b46;
    text-decoration: none;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

body.single #pagewrap .history-back-button:hover {
    opacity: 0.7;
}

/* footer-logo */
.copyright-container{
	display:flex;
}
.gr-logo{
	padding: 0 10px;
	background:#fff;
	padding:0 5px 0 10px;
	margin-left:8px;
}
.gr-logo a img{
	vertical-align:middle;
}
.gr-logo span.x-logo::before {
    content: "/";
	display:inline-block;
	color:#aeaeae;
}
/************************************************
***************** Media Query *******************
*************************************************/

@media screen and (max-width: 1024px) {
    #menu-button,
    .sp-footer-icons-container a {
        background: #644b46;
    }
    #main-menu-container {
        background: #b9ce81;
    }
    #menu-button .ham-lines span,
    #menu-button .ham-lines::before,
    #menu-button .ham-lines::after {
        background: #fff;
    }
    #main-menu-container .main-menu>li {
        padding: 0;
        margin: 0;
        border-color: #313131;
    }
    #main-menu-container .main-menu ul>li {
        padding: 0;
    }
    #menu-button .ham-text,
    .sp-footer-icons-container a i {
        color: #fff;
    }
    #main-menu-container .main-menu li a {
        color: #313131;
        display: block;
        padding: 8px 3%;
        text-decoration: none;
    }
    #pagewrap #header.header {
        padding: 0 50px;
    }
    #site-logo,
    .rb {
        float: none;
        text-align: center;
    }
    #site-logo {
        margin-bottom: 15px;
    }
    .header_info>* {
        margin-left: 8px;
        margin-right: 8px;
    }
    .footer_bottom .f_in {
        display: block;
    }
    .footer-nav,
    .copyright-container {
        text-align: center;
    }
    .row_top_main .row_inner {
        padding: 28.15% 0 27.92%;
        min-height: auto;
    }
	.copyright-container{
		justify-content: center;
	}
}

@media screen and (max-width: 980px) {
    #footerwrap .module_row>.row_inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #pagewrap .module table tr th:first-child {
        width: 30%;
    }
    #pagewrap #content .gallery .gallery-item {
        width: 49.2%;
        margin-right: 1.5%;
        clear: none;
    }
    #pagewrap #content .gallery .gallery-item:nth-of-type(odd) {
        clear: left;
    }
    #pagewrap #content .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    #pagewrap .module .wpcf7 tr th,
    #pagewrap .module .wpcf7 tr th:first-child,
    #pagewrap .module .wpcf7 tr td {
        display: block;
        width: 100%;
    }

    .row_corner .row_inner:before,
    .row_corner .row_inner:after {
        width: 80px;
        height: 80px;
    }
    .row_corner .row_inner:before {
        top: -10px;
        right: -10px;
    }
    .row_corner .row_inner:after {
        bottom: -10px;
        left: -10px;
    }
}

@media screen and (max-width: 680px) {
    #pagewrap .module_column {
        width: 100%;
        margin-left: 0;
    }
    .module.img_right .image-wrap,
    .module.img_left .image-wrap {
        text-align: center;
    }
    .row_footer .sub_column {
        padding: 0;
    }
    .row_top_base .tb-column.first {
        padding: 48.6% 0 0;
    }
    .row_top_base .tb-column.last {
        /* min-height: 310px; */
        min-height: 50%;
    }
    #pagewrap .row_top_base .sub-head {
        font-size: 18px;
    }
    #pagewrap .module.about_txt {
        padding-top: 0;
    }
    #pagewrap .row_voice .row_inner {
        padding-left: 10%;
        padding-right: 10%;
    }
    .row_flow_img .row_inner {
        padding: 0 5%;
    }
    #pagewrap .row_flow .sub_column.first .module-image {
        padding-top: 0;
    }
}

.footer_info {
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

body #body .module .wpcf7 table tbody tr th {
    width: 250px;
    background: #b9ce81;
}

body #body .module .wpcf7 table tbody tr td,
body #body .module .wpcf7 table tbody tr th {
    border: 1px solid #eeeeee;
    padding: 10px;
}

#body .module .wpcf7 table tbody tr td span input,
#body .module .wpcf7 table tbody tr td span textarea {
    width: 100%;
    max-width: 100%;
}

.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 input[type=tel] {
    background-color: #f3f3f3;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
}

@media screen and (max-width:680px) {
    body.home .row_main .row_inner {
        height: 300px;
        min-height: 300px;
    }
    body.home .row_main .module {
        font-size: 20px;
    }
}

.cat_consultation .post-date {
    display: none;
}

#pagewrap .cat_consultation .post-title {
    font-size: 18px !important;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 20px !important;
}

#pagewrap .cat_consultation .post-title::after,
#pagewrap .cat_consultation .post-title::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
}

#pagewrap .cat_consultation .post-title::before {
    bottom: 5px;
}

.cat_consultation .post-image {
    margin-bottom: 60px;
    text-align: center;
}