* {padding: 0; margin: 0; border: 0; outline: none; font-family: Arial, sans-serif;}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    /*border-radius: 5px;*/
    background-color: #F5F5F5;
}
*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #9b9796;
}
a {text-decoration: none;}
body {
    margin: 0 auto;
}
/* *** */
#id_head_top {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 30px;
    /*background: #e9e2de;*/
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #eaeaea 40%, #c9c9c9 100%);
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#eaeaea 40%,#c9c9c9 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#eaeaea 40%,#c9c9c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c9c9c9',GradientType=0 );


    left: 0;
    right: 0;
    box-sizing: border-box;
}
#id_head_top a{
    text-shadow: 1px 1px rgba(255, 255, 255, 0.50);
}
#id_home {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: transparent url("/image/bg-min.jpg") no-repeat;
    background-position: center 60px;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 60px;
}
.home-content {
    position: relative;
    margin: 17% auto 0;
    /*color: #4c443a;*/
    color: #4c443a;
    width: 100%;
    text-align: center;
}

.home-content h1 {
    font-weight: normal;
    font-size: 60px;
    margin-bottom: 20px;
}
.home-content p {

    font-size: 20px;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto 5px;
}
.home-content .bolee {
    display: block;
    width: 300px;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 30px;

    margin: 40px auto;

    color: #fff;
    background: #6bc72c;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.home-content .bolee:hover{
    /*background: #6bc72c;*/
    /*!*color: #8cc640;*!*/
    /*border: 1px solid transparent;*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
}
#id_header_home {
    position: fixed;
    height: 60px;
    background: #343431;
    width: 100%;
    max-width: 1920px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    z-index: 2;
    box-sizing: border-box;
    padding: 0 60px;
}
#id_header_home .logo {
    display: inline-block;
    background: transparent url("/image/logo22.png") no-repeat;
    background-size: 54px;
    background-position: left center;
    padding-left: 66px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: #fcfcfc;
    font-family: Verdana, Arial, sans-serif;
    margin-top: 5px;
}

#id_menu_heade_g{
    /*position: absolute;*/
    position: relative;
    float: right;

    height: 60px;
    line-height: 62px;

}
#id_menu_heade_g .lmh {
    display: block;
    color: #fcfcfc;
    font-size: 17px;
    padding: 0 20px;
    float: left;
    height: 60px;

}
#id_menu_heade_g .lmh > span.act{
    border-bottom: 2px solid #6bc72c;
    padding-bottom: 4px;
}
.open_menu, .open_menu_act {
    display: none;
    color: #fcfcfc;
    line-height: 60px;
    width: 52px;
    height: 60px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-left: 20px;
    background: transparent url("/image/icon_menu_w.png?1") no-repeat;
    background-position: center;
    background-size: 30px 30px;
}
.open_menu_act {
    background: #6bc72c url("/image/icon_menu_w.png?1") no-repeat;
    background-position: center;
    background-size: 30px 30px;
}
#id_box_open_menu{
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 350px;
    top: 90px;
    right: 0;
    border-top: 2px solid #6bc72c;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.3);
    background: #343431;
    border-bottom: 2px solid #6bc72c;
}
#id_box_open_menu a {
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    padding-left: 60px;
    background: transparent;
}
#id_box_open_menu a:hover {
    background: #6bc72c;
}
.search {
    display: block;
    color: #fcfcfc;
    line-height: 60px;
    width: 52px;
    height: 60px;
    position: relative;
    float: right;
    cursor: pointer;
    margin-left: 20px;

}
.search:after{
    font-family: "Ionicons";
    content: "\f4a5";
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

#id_menu_heade_g .lmh:hover{
    color: #6bc72c;
}
#id_menu_heade_g .lmh.act{
    border-bottom: 2px solid #6bc72c;

}
#id_menu_heade_g .lmh.act:hover{

}
#id_footer_home {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #343431;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #322f2d;
    box-shadow:  0 -2px 5px 0 rgba(0, 0, 0, 0.4);
}
#id_footer_home .conf{
    position: absolute;
    left: 60px;
    line-height: 40px;
    color: #b0b0b0;
    font-size: 14px;
    display: inline-block;
}
#id_footer_home .copyr{
    position: absolute;
    right: 60px;
    line-height: 40px;
    color: #b0b0b0;
    font-size: 14px;
    display: inline-block;
}
#id_footer_home .copyr a{
    color: #6bc72c;
    text-decoration: underline;

}
/* *** */

.box_wies_plus{
    position: relative;
    width: 100%;
    box-sizing: border-box;

    color: #4c443a;
    color: #504d49;
}
.h_ttl {
    font-size: 30px;
    font-weight: normal;
    border-left: 3px solid #6cc82c;
    padding-left: 20px;
    margin-bottom: 30px;
}

.box_wies_plus .box_table{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 60px;

}
.box_table .tr {
    display: table-row;

}
.box_table .col1 {
    display: table-cell;
    width: 60%;
    background: transparent url("/image/wp.jpg?4") no-repeat;
    background-size: cover;
    background-position: center;
}
.ttl {
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.box_table .col2 {
    display: table-cell;
    box-sizing: border-box;
    padding: 100px 60px 60px 60px;
}

.box_wp_partner {
    float: left;
    width: 100%;
    margin-top: 150px;
    box-sizing: border-box;
    padding: 0 0 100px 0;
    background: transparent url("/image/partner.jpg") no-repeat;
    background-size: 40%;
    background-position: right top;

}
.box_wp_partner .pb_1 {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding:0 60px;
}

.box_wp_partner .pb_1 .h2_ttl {
    font-size: 26px;
    font-weight: bold;
    padding: 30px 0 20px;
}

.box_wp_partner .pb_1 article{
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: bold;
}

.box_wp_partner .pb_2 {
    display: none;
    width: 40%;
    float: right;
    padding:0 60px;
    box-sizing: border-box;
    min-height: inherit;


}
.box_wp_partner .pb_2 img {
    display: block;
    max-width: 100%;
}
.wp_phone {
    color: #549f22;
    text-decoration: underline;
    font-weight: bold;
}

/* *** */

#id_village_page {
    box-sizing: border-box;
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 60px 100px;
    margin-bottom: 100px;
    color: #322f2d;
}
#id_village_page .h1_vp{
    text-align: center;
    font-weight: normal;
    font-size: 70px;
    margin-top: 40px;

}
#id_village_page .h2_vp{
    text-align: center;
    font-weight: normal;
    font-size: 24px;

    margin-bottom: 20px;


}

#id_village_page .vp_filter_1 {
    text-align: center;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}
#id_village_page .vp_filter_1 .vp_b {
    box-shadow:inset 0 1px 0 0 #fff;
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color:#f9f9f9;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color: #322f2d;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
    margin: 0 5px 5px;
    height: 30px;
    line-height: 32px;
}
#id_village_page .vp_filter_1 .vp_b_act{
    background: #4faa0d;
    color: #fff;
    box-shadow: none;
    border-color: #4faa0d;
}
#id_village_page .vp_filter_1 .vp_b_act:hover{
    background: #4faa0d !important;
    color: #fff !important;
    box-shadow: none;
    border-color: #4faa0d !important;
}

#id_village_page .popul {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

#id_village_page .vp_filter_1 .vp_b:hover {
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color:#e9e9e9;
}
#id_village_page .vp_filter_1 .vp_b:active {
    position:relative;
    top:1px;
}

#id_village_page .village_box {

    text-align: center;
}
#id_village_page .village_box .wies_box{
    min-width: 350px;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px;
    box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.3);
    color: #322f2d;
    text-align: left;
    display: inline-block;
}

#id_village_page .village_box .wies_box h2{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 30px;
}
#id_village_page .village_box .wies_box div {
    font-size: 16px;
    line-height: 22px;
}
#id_village_page .village_box .wies_box nav {
    display: block;
    text-align: right;
    margin-top: 20px;
    margin-right: 0;
}
#id_village_page .village_box .wies_box nav a {
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #ffe5b5;
    color: #665950;
    position: relative;
    margin-right: 5px;
    border-radius: 6px;
    border-bottom: 1px solid #ddd;
}
#id_village_page .village_box .wies_box nav a:hover{
    color: #fff;
    background: #6cc82c;
}
.ns_footer {
    box-sizing: border-box;
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
    /*position: fixed;*/
    /*height: 30px;*/
    /*background: #343431;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*color: #fcfcfc;*/
    /*z-index: 1;*/
    font-family: Arial, sans-serif;
}
.ns_w_copyr{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #b0b0b0;
    font-size: 12px;
}

.ns_w_copyr a{
    color: #6cc82c;
    text-decoration: underline;
}
/*#id_village_page .village_box .wies_box nav a:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    border: 15px solid transparent;*/
/*    border-left: 20px solid #ffe5b5;*/
/*    right: -35px;*/
/*}*/
/*#id_village_page .village_box .wies_box nav a:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 20px;*/
/*    height: 30px;*/
/*    background: #ffe5b5;*/
/*    left: -15px;*/
/*    transform: skew(-13deg, 0);*/
/*}*/
/*#id_village_page .village_box .wies_box nav a:hover:after {*/
/*    border-left-color: #6cc82c;*/

/*}*/
/*#id_village_page .village_box .wies_box nav a:hover:before{*/
/*    background: #6cc82c;*/
/*}*/
@media (max-width: 1500px) {
    .ttl {font-size: 18px; line-height: 26px;}
    .h_ttl {font-size: 28px;}
    .box_table .col2 {display: table-cell; box-sizing: border-box; padding: 60px;}
}
@media (max-width: 1400px) {
    .box_wp_partner {background: none; margin-top:0;}
    .box_wp_partner .pb_2 {display: none;}
    .box_wp_partner .pb_1 {width: 100%;}
    #id_menu_heade_g {display: none;}
    #id_open_menu {display: block;}
    .ttl {font-size: 16px;line-height: 24px;}
    .h_ttl {font-size: 28px;}
    .box_table .col2 {display: table-cell; box-sizing: border-box; padding: 60px;}

    .box_table .col1 {display: block; height: 400px; width: 100%; box-sizing: border-box; padding: 60px 60px 0;}
    .box_table .col2 {display: block; box-sizing: border-box; padding: 30px 60px 60px; width: 100%;}
    .ttl {font-size: 16px; line-height: 24px;}
    .h_ttl {font-size: 30px; margin-top: 30px;}
    .ttl {font-size: 20px; line-height: 30px;}
}
@media (max-width: 1000px) {
    .home-content {margin: 25% auto 0;}
}
@media (max-width: 700px) {
    #id_home {padding: 0 10px;}
    #id_header_home {padding: 0 10px;}
    #id_header_home .logo {font-size: 30px; background-size: 60px;padding-left: 70px;}
    .home-content {margin: 30% auto 0;}
    #id_footer_home .conf {left: 10px;}
    #id_footer_home .copyr {right: 10px;}
    .open_menu, .open_menu_act {margin-left: 10px;}
    .search {margin-left: 10px;}
    .box_table .col2 {display: block; box-sizing: border-box; padding: 30px 10px 20px; width: 100%;}
    .box_table .col1 {display: block; height: 400px; width: 100%; box-sizing: border-box; padding: 60px 60px 0;}
    .ttl {font-size: 16px;line-height: 24px;}
    .h_ttl {font-size: 28px;}
    .box_wp_partner .pb_1 {width: 100%; padding:0 10px;}
    .box_wp_partner .pb_1 article{font-size: 16px; line-height: 24px;}
    #id_village_page {padding: 40px 10px;}
    #id_village_page .h1_vp{font-size: 50px;}
    #id_village_page .h2_vp{font-size: 16px;  padding-bottom: 10px;}
    #id_village_page .popul {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}

