/*全体*/
.mgB10 {
    margin-bottom: 10px;
}
.mgB20 {
    margin-bottom: 20px;
}
.mgB30 {
    margin-bottom: 30px;
}
.mgB40 {
    margin-bottom: 40px;
}
.mgB50 {
    margin-bottom: 50px;
}
.bold {
    font-weight: bold;
}
input::placeholder {
    color: #ccc;
}
img.hov:hover {opacity: 0.6;}
.subtitie01 {
    background-color: #2b6a4c;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 0px 15px;
}
.subtitie02 {
    font-weight: bold;
    font-size: 1.17em;
    padding: 5px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ccc;
}


/*トップページ*/
.banner_area {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner_area > div{
    width: 49%;
}
.banner_area img{
    width: 100%;
    border: 1px solid #888;
}
h2.menu_title {
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 1px;
    line-height: 1;
}
.top_menu {
    display: flex;
    flex-wrap: wrap;
}
.top_menu > div {
    margin-bottom: 16px;
}
.top_menu a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}
.top_menu a:hover img {
    opacity: 0.6;
}
.top_menu p {
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 16px;
    color: #666;
}
.top_menu .size2 {
    width: 49%;
    margin-right: 2%;
}
.top_menu .size3 {
    width: 32%;
    margin-right: 2%;
}
.top_menu .right_m {
    margin-right: 0!important;
}
.top_menu .vdsize2 {
    width: 32%;
    margin-right: 2%;
}
.top_menu .vdright_m {
    margin-right: 0!important;
}


main h2.menu_title::before,
main h2.menu_title::after {
    display: none;
}
/*ヘッダー*/
.industry_list {
    display: flex;
    align-items: flex-end;
}
.industry_list > div{
    margin-right: 20px;
}
.logo_area {
    display: flex;
    flex-wrap: wrap;
}
.logo_area > div {
    margin-left: 40px;
}
.header_icon {
    text-decoration: none;
}
/*グローバルナビ（PC）*/
#menubar > ul {
    position: relative;
    height: 80px;
}
#menubar > ul ul {
    display: none;
    background-color: #2b6a4c;
    width: 100%;
    position: absolute;
    top: 78px;
    z-index: 10;
}
#menubar > ul ul li::before {
    display: none;
}
#menubar > ul ul li{
    border-bottom: 1px solid #589577;
}
#menubar > ul ul li:hover {
    background-color: #3e996d;
}
#menubar > ul ul li a{
    color: #fff;
    padding: 10px 20px;
}
#menubar > ul li.hassub{
    padding: 12px 0px 17px 0px;
}
/*グローバルナビ（SP）*/
#menubar-s nav > ul ul {
    display: none;
    border: 1px solid #888;
    padding: 0;
}
#menubar-s nav > ul ul li{
    border-bottom: 1px solid #888;
    margin-bottom: 0;
}
#menubar-s nav > ul ul li:last-child{
    border-bottom: none;
}
#menubar-s nav > ul li .s_hassub {
    display: flex;
    justify-content: center;
    align-items: center;
   
}
#menubar-s nav > ul li .s_hassub i{
    padding-bottom: 0;
    margin-left: 4px;
    font-size: 18px;
    transition: 0.3s;
}
#menubar-s nav > ul li.open .s_hassub i{
    transform: rotate(-180deg);
}

/*ビニールハウス事業*/
.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery > div {
    width: 49%;
    margin-bottom: 2%;
}
.gallery > div img {
    width: 100%;
}
.disp_pc {
    display: block;
}
/*一覧ページ*/
main h3.subtitle02 {
    margin-bottom: 10px;
    border-bottom: none;
}
.checkbox_list,
.checkbox_list02 {
    display: flex;
    flex-wrap: wrap;
}
.checkbox_list label{
    font-size: 0.8rem;
    width: 20%;
    cursor: pointer;
}
.checkbox_list02 label {
    font-size: 0.8rem;
    cursor: pointer;
    margin-right: 20px;
}
.checkbox_list02 label:last-child {
    margin-right: 0;
}
.checkbox_list label input[type="checkbox"],
.checkbox_list02 label input[type="checkbox"]{
    margin-right: 5px;
}
.ta1 th {
    line-height: 1;
}
.ta1 span.hosoku {
    font-size: 0.8rem;
    line-height: 1;
    color: #666;
    font-weight: normal;
    margin-top: 16px;
    display: block;
    line-height: 1.5;
}
/*フッター*/

#footermenu ul {
    align-self: auto;
}
/*SNS*/
.sns_area {
    background-color: #fff;
    border-bottom: 1px solid #666;
}
ul.sns_list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 15px 0;
    margin: 0;
}
.sns_list li {
    margin-right: 15px;
    list-style-type: none;
}
.sns_list li a.icon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.sns_list li:hover {
    opacity: 0.6;
}
.icon_x {
    background-color: #000;
}
.icon_facebook {
    background-color: #1877f2;
}
.icon_instagram {
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}
.icon_line {
    width: 60px;
    height: 60px;
    display: block;
}
.sns_list li a.icon img {
    width: 29px;
}

.sns_list li:hover {
    opacity: 0.6;
}
.sns_list li:last-child {
    margin-right: 0;
}

/*ボタンリスト*/
.btn_group01 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.btn_group01 > div {
    width: 23.5%;
    margin-bottom: 2%;
    align-items: stretch;
    border: 2px solid#389168;
    border-radius: 16px;
    margin-right: 2%;
    transition: all 300ms;
}
.btn_group01 > div.two_block {
    width: 49%;
}
.btn_group01 .inner_block {
    text-align: center;
}
.btn01 {
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
.btn01 span{
    font-size: 0.8rem;
    display: block;
    font-weight: normal;
}
.btn01 img{
    width: 100px;
    height: auto;
}
.btn01 p{
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.5;
}
.btn_group01 > div.two_block .inner_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.btn02 {
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.btn02 span{
    font-size: 0.8rem;
    display: block;
    font-weight: normal;
}
.btn02 img{
    width: 100px;
    height: auto;
    margin-bottom: 6px;
}
.btn02 p{
    text-align: left;
    width: calc(100% - 120px); 
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.5;
}
.btn_group01 > div.mgR0 {
    margin-right: 0;
}
.btn_group01 > div:hover {
    box-shadow: 2px 2px 10px #aaa;
    background-color: #f3fcf6;
}

@media screen and (max-width:799px) {
    .logo_area .industry_list {
        margin-left: 0px;
        width: 100%;
        justify-content: center;
    }
    .logo_area .industry_list > div{
        width: 30%;
        margin-right: 0;
    }
    .header_detail img {
        width:160px;
    }
    .banner_area {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .banner_area > div:first-child{
        margin-bottom: 16px;
    }
    .banner_area > div{
        width: 100%;
    }
    /*トップページ*/
    .top_menu .size3 {
        width: 49%;
        margin-right: 2%;
    }
    .top_menu .right_sp {
        margin: 0!important;
    }
    .disp_pc {
        display: none;
    }
    /*フッター*/
    #footermenu  {
        display: flex;
        flex-wrap: wrap;
    }
    #footermenu ul:last-child {
        width: 100%;
        display: block;
        text-align: center;
    }
    #footermenu ul:last-child img {
        width:160px;
    }
    /*一覧ページ*/
    .checkbox_list label,.checkbox_list02 label {
        font-size: 0.9rem;
        width: 49%;
        justify-content: space-between;
        margin-right: 0;
    }
    .ta1.r_vertical th,.ta1.r_vertical td{
        display: block;
        width: 100%;
    }
    .ta1.r_vertical th {
        border-bottom:1px dashed #ccc;
        background-color: #f5f5f5;
    }
    /*ボタンリスト*/
    .btn_group01 > div {
        width: 49%;
        margin-bottom: 2%;
        align-items: stretch;
        border: 2px solid#389168;
        border-radius: 8px;
        margin-right: 2%;
    }
    .btn01,.btn02 {
        padding: 10px;
    }
    .btn01 p,.btn02 p{
        font-size: 1rem;
        line-height: 1.2;
    }
    .btn01 img,.btn02 img{
        width: 80px;
    }
    .btn_group01 > div.two_block {
        width: 100%;
    }
    .btn_group01 > div.mgR0 {
        margin-right: 2%;
    }
    .btn_group01 > div.rmgR0 {
        margin-right: 0;
    }

    
}

