@charset 'utf-8';
/*
style.css
*/
body{font-family: 'Noto Serif JP', serif;}
li{list-style: none;}
a{text-decoration: none; color: #000;}

.mb0{margin-bottom: 0px !important;}
.mt0{margin-top: 0px !important;}
.p13{font-size:1.3em !important;}
.p09{
    font-size: 0.85em !important;
    font-weight: normal !important;
    margin: 0 !important;
    display: inline-block !important;
}
.wat{width: auto !important;}



/* anime loading */
div#loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 1001;
}
div#loading > div {
    width: 50px;
    height: 50px;
    background: #fff;
}


/* text-hoverアニメ */
.hovItem {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
}
.hovItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    background-color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}
.hovItem:hover a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.hovItem:hover::before {
    width: 100%;
}
.hovItem a{
    display: block;
}



/* header */
header.pc-header{
    width: 100%;
    position: absolute;
    margin-top:15px;
}
header.top{
    position: inherit;
}
header.pc-header nav{
    width: 100%;
}
header.pc-header nav .mainlogo_wrap{
    float: left;
}
header.pc-header nav h1 a{
    margin-left: 6%;
}
header.pc-header nav h1 img{
    width: 500px;
}
header.pc-header nav h1 span{
    display: none;
}
header.pc-header nav ul.head-navi{
    float: right;
    display: inline-flex;
    flex-direction: row;
    margin-right: 40px;
    font-weight: bold;
}
header.pc-header nav ul.head-navi li{
    margin: 37px 18px;
    padding: 3px 5px;
}



/* smpheader */
.l-header__logo{
    width: 100%;
}
.l-header__logo img{
    max-width: 450px;
    width: 70%;
}



/* main */
.main_wrap{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}


#main-head_wrap{
    position: relative;
}

.main_wrap #main-head_wrap p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 12%;
    left: 7%;
}
ul.slider{
    width: 100%;
}
.main_wrap #main-head_wrap p{
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}

/* 全体wrap行間 */
#works_wrap,#modelhouse_wrap,#customervoice_wrap,#info_wrap,#contact_wrap{
    margin: 80px 0;
}

#works_wrap{
    width: 100%;
    display: -webkit-flex;
    display: flex;
}
#works_wrap .title_wrap,#modelhouse_wrap .title_wrap,#customervoice_wrap .title_wrap{
    padding: 30px 40px;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#works_wrap .title_wrap p.title span,#modelhouse_wrap .title_wrap p.title span,#customervoice_wrap .title_wrap p.title span{
    display: block;
    font-size: 0.2em;
    letter-spacing: 0.6em;
    font-weight: normal;
    padding: 3px;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #999;
}

#modelhouse_wrap .title_wrap p.catch,#customervoice_wrap .title_wrap p.catch{
    font-size: 0.6em;
    font-weight: normal;
    padding: 10px 40px;
    line-height: 2.5em;
}

#works_wrap .title_wrap p.title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#works_wrap .contents_wrap{
    display: -webkit-inline-flex;
    display: inline-flex;
}
#works_wrap .contents_wrap dl{
    padding: 1%;
}
#works_wrap .contents_wrap dl dt img{
    border-radius: 15px;
}
#works_wrap .contents_wrap dl dd{
    font-size: 1.3em;
}
#works_wrap .contents_wrap dl dd span{
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color: #999;
    font-size: 0.7em;
    float: right;
    padding: 4px 8px 0;
    letter-spacing: 0.03em;
}

#works_wrap .title_wrap{
    width: 12%;
}
#works_wrap .workslist,#works_wrap .workslist_top{
    width: 88%;
}
.modelsublist{
    width: 40%;
    margin: 0 auto;
}
p.modelsubimg{
    writing-mode: initial;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
    padding: 3px;
}


#modelhouse_wrap{
    flex-direction: row-reverse;
    display: -webkit-flex;
    display: flex;
}
#modelhouse_wrap .title_wrap{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
}
#modelhouse_wrap .title_wrap .text_wrap{
    float: left;
}

#modelhouse_wrap .title_wrap .sub-img{
    width: 250px;
    float: right;
}

#modelhouse_wrap .title_wrap .sub-imglink{
    width: 270px;
    float: right;
    background: #dddddd;
    padding: 7px;
    border-radius: 7px;
}
#modelhouse_wrap .title_wrap .sub-imglink img{
    border-radius: 8px;
}

#modelhouse_wrap .contents_wrap{
}







#customervoice_wrap{
    display: -webkit-flex;
    display: flex;
}
#customervoice_wrap .title_wrap{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    flex-direction: row;
}
#customervoice_wrap .contents_wrap{
    flex-direction: row;
}
#customervoice_wrap .contents_wrap img{

}





#drone_wrap{
    background: beige;
}

#drone_wrap .title{
    font-size: 1.6em;
    font-weight: bold;
    padding: 50px 3% 7px;
}

#drone_wrap ul{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
#drone_wrap ul li{
    padding: 0 20px 50px;
}
#drone_wrap ul li img{
    width: 100%;
    text-align: center;
}
#drone_wrap ul li img.yane{
    max-width: 1000px;
}
#drone_wrap ul li img.nogyo{
    max-width: 310px;
}



#info_wrap{
    display: flex;
    margin-left: 3%;
    margin-right: 3%;
}
#info_wrap dl{
    flex: 1;
    margin: 2%;
}
#info_wrap dt img{
    border-radius: 15px;
}
#info_wrap dl dd p.title{
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#info_wrap dl dd p.content{
    line-height: 1.7em;
    padding: 5px 0;
}




#contact_wrap{
    display: -webkit-flex;
    display: flex;
    background: #dddddd;
    margin-bottom: 0px;
}
#contact_wrap dl{
    flex: 1;
    padding: 2%;
}
#contact_wrap dl.contact-title{
    background-color: #dddddd;
    align-self: center;
}
#contact_wrap dl.webform{
    background-color: #45c2f5;
}
#contact_wrap dl.webform a{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    text-align: center;
    padding: 10px 0 9px;
    border-radius: 25px;
    margin: 20px 0;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#contact_wrap dl.webform a:hover{
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


#contact_wrap dl.tel{
    background-color: #78d9f9;
}
#contact_wrap dl dt p{
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#contact_wrap dl dd p{
    line-height: 1.7em;
    padding: 5px 0;
}
#contact_wrap dl.webform dt,#contact_wrap dl.tel dt{
    text-align: center;
}
#contact_wrap dl.webform dt img,#contact_wrap dl.tel dt img{
    padding: 1% 35%;
}



footer nav{
    display: -webkit-flex;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}
footer nav .lnavi{
    width: 100%;
}
footer nav .lnavi ul{
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px 0;
    font-weight: bold;
}
footer nav .lnavi ul li{
    margin: 3px 5px;
    padding: 3px 5px;
    flex: auto;
    text-align: center;
    width: 12.5%;
}
footer nav .rnavi ul{
    display: -webkit-inline-flex;
    display: inline-flex;
}
footer nav .rnavi ul li{
    margin: 32px 5px;
    padding: 3px 5px;
}




.foot_wrap{
    background-color: #000;
    color: #fff;
}
.inlinefoot_wrap{
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
}
.foot-title{
}
.foot-inner{
}
.foot-title,.foot-inner{
    padding: 3% 2% 2% 9%;
}
.foot-title p{
    font-size: 1.6em;
}
.foot-title a img{
    width: 500px;
}
.foot-inner ul{
    text-align: left;
    line-height: 1.5em;
    font-size: 1.1em;
    padding-top: 7px;
}
.foot-inner li.ind{
    text-indent: -1em;
    padding-left: 1em;
}

.foot-inner li span{
    letter-spacing: 0.1em;
}

.foot-copy{
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    text-align: center;
}


/* company */
.cp-message{
    margin: 25px 2%;
    line-height: 2em;
    font-size: 1.1em;
    display: inline-block;
}

.cp-message dl{
    line-height: 1.5em;
    display: inline-block;
    float: right;
}
.cp-message dt{
    font-size: 0.8em;
    color: #666;
}
.cp-message dd{
    font-size: 1.7em;
    font-weight: bold;
}

.cp-detail dl{
    border-top: 1px solid #000;
    display: flex;
}
.cp-detail dt{
    padding: 20px;
    width: 15%;
    font-size: 1.1em;
    font-weight: bold;
}
.cp-detail dd{
    padding: 20px;
}

/* privacy */
.pr-detail{
    margin-top: 25px;
    padding: 0 3%;
    line-height: 2em;
}
.pr-detail dt{
    font-size: 1.4em;
    font-weight: bold;
}
.pr-detail dd{
    padding: 10px;
    font-size: 1.1em;
}

/* link */
.li-detail{
    margin-top: 25px;
    padding: 0 3%;
}
.li-detail dl{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.li-detail dt{
    font-size: 1.2em;
    background-color: #cdf;
    border-radius: 6px;
    padding: 5px 15px;
    width: 35%;
}
.li-detail dt span{
    font-size: 1.5em;
    font-weight: bold;
    display: block;
}
.li-detail dd{
    font-size: 1.3em;
    margin-left: 25px;
}


/* access */
.ac-detail{
    margin: 25px 0 35px;
    display: flex;
}
.ac-name{
    padding: 15px;
}
.ac-name dl{
    display: flex;
    border-top: 1px solid #000;
    padding: 15px;
}
.ac-name dt{
    padding: 20px;
    width: 120px;
    font-size: 1.1em;
    font-weight: bold;
}
.ac-detail dt img{
    max-width: 250px;
    margin-right: 20px;
}

.ac-name dd{
    padding: 20px;
    width: -webkit-fill-available;
}
.ac-name dl.end{
    border-bottom: 1px solid #000;
}

/* work */
.wo-detail{
    line-height: 2em;
}
.wo-detail .wo-img{
    margin: 20px auto 0;
    text-align:center;
}
.wo-detail .wo-img img{
    max-height: 910px;
}
.wo-detail .wo-message dt{
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 8px;
    letter-spacing: 0.05em;
}
.wo-detail .wo-message dd{
    padding: 15px 3%;
}
.wo-detail .wo-message ul{
    display:flex;
}
.wo-detail .wo-message li{
    padding: 5px;
}
.wo-detail .wo-list{
    margin-top: 10px;
}
.wo-detail .wo-list img:hover{
    cursor: pointer;
}

.workslist dl,.workslist_top dl,.modelsublist dl{
    padding: 10px;
}
.workslist dl dd,.workslist_top dl dd,.modelsublist dl dd{
    text-align: center;
    font-size: 0.97em;
}
.workslist_top dl dd,.modelsublist dl dd{
    font-size: 1.1em;
}
.other-works{
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}


/* modelhouse */
.mo-detail{
    line-height: 2em;
}
.mo-detail .mo-img{
    max-width: 1000px;
    margin: 0 auto;
}
.mo-detail .mo-message dt{
    font-size: 1.3em;
    font-weight: bold;
}
.mo-detail .mo-message dd{
    padding: 15px 3%;
}
.mo-detail .mo-message ul{
    display:flex;
}
.mo-detail .mo-message li{
    padding: 5px;
}


/* voice */
.vo-detail{
    margin-top: 25px;
    padding: 0 3%;
}
.vo-detail dl{
    line-height: 2em;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}
.vo-detail dt{
    font-size: 1.3em;
    font-weight: bold;
}
.vo-detail dd{
    display: inline-flex;
}
.vo-detail dd p{

}
.vo-detail dd img{
    max-width: 300px;
}


/* reform */
.re-detail{
    margin-top: 20px;
}
.re-detail .re-img dd{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.re-detail .re-tel .head{
    font-size: 1.3em;
    font-weight: bold;
}
.re-detail .re-tel dl{
    background-color: #eee;
    margin: 5px 0 45px;
    display: flex;
    align-items: center;
    position: relative;
}

.re-detail .re-tel dl:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 55px;
    height: 45px;
    width: 1px;
    background-color: #aaa;
    top: 100%;
}

.re-detail .re-tel dt{
    font-size: 1.1em;
    font-weight: bold;
    padding: 15px;
    width: 250px;
}
.re-detail .re-tel dt span{
    display: block;
}
.re-detail .re-tel dd{
    padding: 15px;
    line-height: 2em;
}
.re-detail .re-tel dd ul{
    background-color: #fff;
    display: flex;
    margin-top: 20px;
}
.re-detail .re-tel dd li{
    padding: 15px;
    text-align: center;
    line-height: 2.3em;
}
.re-detail .re-tel dd li span.retel{
    display: block;
    font-size: 2.4em;
    font-weight: bold;
}
.re-detail .re-tel dd li span.remin{
    font-size: 0.8em;
}
.re-detail .re-tel dd li .link a{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3px 20px 2px;
    border-radius: 25px;
    margin: 5px 20px 0;
    line-height: 1.5em;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.re-detail .re-tel dd li .link a:hover{
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}



/* zeh */
.zeh-img{
    background: #00A040;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    margin-top:30px;
    color: #fff;
}
.zeh-text{
    display: flex;
    font-size: 1.1em;
    line-height: 1.8em;
}
.zeh-text dt span{
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    margin: 5px 0;
}
.zeh-detail{
    text-align: center;
}
.zeh-detail img{
    width: 90%;
}
.zeh-detail p{
    text-align: left;
    padding: 20px 20px 40px;
    font-size: 1.1em;
    line-height: 1.8em;
}

.zeh-table p{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 6px;
}
.zeh-link{
    max-width: 70%;
    margin: 40px auto;
}
.zeh-link:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.table_des {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
}
.table_des th, .table_des td {
    border: 2px solid #afe5b4;
    padding: 1em;
}
.table_des thead th {
    background-color: #00A040;
    color: #fff;
    border: 2px solid #00A040;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.table_des thead th:last-of-type {
    border-right: 2px solid #00A040;
}
.table_des tbody th {
    color: #00A040;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 950px) {
    .zeh-img{
        margin-top: inherit;
        font-size: 1.2em;
    }
    .zeh-text{
        flex-wrap: wrap;
    }
    .zeh-detail img{
        width: 100%;
    }
    .zeh-detail p{
        padding: 15px 5px 30px;
    }

    .table_des {
        text-align: left;
    }
    .table_des thead {
        display:none;
    }
    .table_des th, .table_des td {
        display: block;
        border: 0;
        border-bottom: 2px solid #afe5b4;
    }
    .table_des tbody th{
        background: #00A040;
        color:#fff;
    }
    .table_des td::before{
        content: attr(data-label);
        color: #00A040;
        font-weight: bold;
        display: inline-block;
        width: 20%;
        min-width: 4em;
        margin-right: 20%;
    }
}


.slleft{
    width: 16%;
}
.slright{
    width: 84%;
}

.re-img{
    margin-bottom: 25px;
}


/* realestate */
.rea-title{
    margin-top: 20px;
}
.rea-detail .head{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
}
.rea-detail > ul{
    margin-top: 5px;
    margin-bottom: 20px;
}
.rea-detail > ul li:nth-child(odd){
    background-color: #eee;
}
.rea-detail ul li>dl{
    display: flex;
}
.rea-detail ul li>dl>dt{
    padding: 20px;
    width: 44%;
}
.rea-detail ul li>dl>dd{
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
    width: 56%;
}
.rea-imglist{
    display: flex;
    flex-wrap: wrap;
}
.rea-imglist li{
    width: 33.3%;
    padding: 3px;
    text-align: center;
}
.rea-imglist li img{
    max-height: 146px;
}
.rea-imglist li img:hover{
    cursor: pointer;
}
.rea-detail ul li>dl>dd dl{
    display: inline-flex;
    margin-bottom: 15px;
}
.rea-detail ul li>dl>dd dl dt{

}
.rea-detail ul li>dl>dd dl dt p{
    background-color: #000;
    color: #fff;
    padding: 4px 10px 6px;
    width: 120px;
    text-align: center;
}
.rea-detail ul li>dl>dd dl dd{
    padding: 4px 15px 6px;
    text-align: left;
}

.rea-detail ul li>dl>dt.eco-res dl{
    display: flex;
    margin-bottom: 15px;
}
.rea-detail ul li>dl>dt.eco-res dl dt{

}
.rea-detail ul li>dl>dt.eco-res dl dt p{
    background-color: #000;
    color: #fff;
    padding: 4px 10px 6px;
    width: 120px;
    text-align: center;
}
.rea-detail ul li>dl>dt.eco-res dl dd{
    padding: 4px 15px 6px;
    text-align: left;
}
.rea-detail ul li{
    text-align: center;
}
.eco-wrap{
    display: flex;
    margin: 0 2%;
}
.eco-title{
    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.eco-price{
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding: 3px 20px 5px;
    border: 1px solid #f00;
    display: inline-block;
    margin: 0 5px 5px;
    background: #fff;
    color: #f00;
}
.eco-res{
    padding-left: 30px !important;
}
.eco-img{
    padding: 15px 20px;
    border: 1px solid #000;
    display: inline-block;
    margin: 15px 5px 5px;
    background: #fff;
    width: 90%;
}
.eco-img img{
    max-width: 49%;
}
.eco-img img{
    transition: 0.3s;
}
.eco-img img:hover{
    opacity: 0.7;
}

.eco-o{
    border: 1px solid #999;
    width: 96%;
    display: inline-block;
    padding: 10px;
    margin: 0 5px 20px;
    background: #fff;
}
.eco-o li{
    text-align: left !important;
}
.eco-o .title{
    font-weight: bold;
    text-align: center !important;
    padding: 0 5px 5px;
    font-size: 1.1em;
    background-color: #fff !important;
}

.rea-detail ul li>dl>dd>div>a,.rea-detail ul li>dl>dd>div>span{
    background: #ff7600;
    color: #fff;
    border: 2px solid #ff7600;
    font-weight: bold;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    padding: 8px 40px 7px;
    margin: 20px 0;
    border-radius: 25px;
    float: right;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.rea-detail ul li>dl>dd>div>span{
    background: #f00;
    border: 2px solid #f00;
}
.rea-detail ul li>dl>dd>div>a:hover{
    background: #fff;
    color: #ff7600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


.price-li li{
    text-align: left !important;
    line-height: 1.7em;
}
.price-li li p.sum{
    text-align: right;
}
.price-li li p span{
    float: right;
    text-align: right !important;
}



.rea-other{
    text-align: center;
    margin: 40px auto 0;
    width: 100%;
}
.rea-other a{
    padding: 10px 20%;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 0.05em;
    border: 2px solid #000;
}
.rea-other a:hover{
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


/* contact */
.co-tel{
    margin: 20px 0;
}
.co-tel .head{
    font-size: 1.3em;
    font-weight: bold;
}
.co-tel .detail{
    padding: 20px;
    border: 1px solid #000;
    margin: 10px 0;
    text-align: center;
}

.co-tel .detail span{
    display: block;
    font-size: 3.2em;
    font-weight: bold;
}
.co-mail .head{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 12px;
}
.co-mail dl{
    display: flex;
    margin-bottom: 20px;
}
.co-mail dt{
    font-weight: bold;
    width: 22%;
    padding: 9px 5px;
}

.co-mail dt span{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 1px 10px;
    margin: 0 15px 0 0;
    float: right;
}
.co-mail dd{
    flex-grow: 2;
}
.co-mail dd input,.co-mail dd textarea{
    background: #eee;
    padding: 10px;
    width: 100%;
}

.privacy{
    text-align: center;
}

.co-mail .submit input{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 1.2em;
    display: table;
    text-align: center;
    padding: 12px 100px 11px;
    margin: 20px auto 50px;
    border-radius: 25px;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.co-mail .submit input:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


/* business */
.bus-main dl.whome{
    text-align: center;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
    position: relative;
    text-shadow: 2px  0px 0px #fff,
        -1px  1px 0px #fff,
        1px -1px 0px #fff,
        -1px -1px 0px #fff,
        2px  0px 0px #fff,
        0px  1px 0px #fff,
        -1px  0px 0px #fff,
        0px -1px 0px #fff;
}
.bus-main .whome dt.catch{
    position: absolute;
    width: 100%;
    top: 30px;
}
.bus-main .whome dd{
    padding: 280px 0 0;
}

.bus-main dl.lohas{
    position: relative;
}
.bus-main dl.lohas dt.catch{
    position: absolute;
    padding: 30px;
    line-height: 2.2em;
    font-weight: bold;
    text-shadow: 2px  0px 0px #fff,
        -1px  1px 0px #fff,
        1px -1px 0px #fff,
        -1px -1px 0px #fff,
        2px  0px 0px #fff,
        0px  1px 0px #fff,
        -1px  0px 0px #fff,
        0px -1px 0px #fff;
}
.bus-detail{
    margin-top: 50px;
}
.bus-detail dl{
    display: flex;
    margin: 15px 0;
}
.bus-detail dl dt{
    width: 50%;
}
.bus-detail dl dd{

}
.bus-detail dl p{
    padding: 10px;
    line-height: 2em;
}
.bus-detail dl p span{
    display: block;
    font-weight: bold;
    font-size: 1.3em;
}


/* agriculture */
.ag-detail .ag-img{
    margin-top: 25px;
}
.ag-detail .ag-contents{
    line-height: 2em;
}
.ag-detail .ag-contents>dl{
    margin: 25px 0 40px;
}
.ag-detail .ag-contents>dl>dt{
    font-size: 1.8em;
    font-weight: bold;
}
.ag-detail .ag-contents>dl>dd dl{
    display: flex;
}

.ag-detail .ag-contents>dl>dd dl dt{
    padding: 15px;
    flex: 1;
}
.ag-detail .ag-contents>dl>dd dl dd{
    max-width: 500px;
    padding-top: 15px;
}
.ag-detail .ag-contents>dl .rtex dl{
    flex-direction: row-reverse;
}

.ag-cwrap{
    padding: 2%;
    background: center url("../img/g-back.jpg");
    background-size: cover;
    margin-top: 50px;
    border-radius: 10px;
}
.ag-cwrap-nin{
    background: no-repeat center url("../img/agri/ninniku-back.jpg");
    background-size: cover;
}
.ag-cwrap-kabo{
    background: no-repeat center url("../img/agri/kabocha-back.jpg");
    background-size: cover;
}
.ag-cwrap-soba{
    background: no-repeat center url("../img/agri/soba-back.jpg");
    background-size: cover;
}
.ag-cwrap .title{
    text-align: center;
    font-size: 2.8em;
    font-weight: bold;
    padding: 15px;
}
.ag-cwrap .flow{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;        
}
.ag-cwrap .flow dl{
    width: 33.3%;
    padding: 10px;
}
.ag-cwrap .flow dt{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.ag-cwrap .flow dd img{
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
}



/* コンテンツ表示アニメ */
.module {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 10px;
    overflow: hidden;
}
.module + .module {
    margin-top: 40px;
}
.module > div {
    flex: none;
}
.module .tex {
    width: 60%;
    padding: 10px;
    opacity: 0;
    transform: translateX(100px);
    box-sizing: border-box;
}
.module .pict {
    width: 40%;
    transform: translateX(-100px);
    opacity: 0;
}
.module:nth-child(odd) .pict {
    order: 10;
    transform: translateX(100px);
}
.module:nth-child(odd) .tex {
    transform: translateX(-100px);
}
.img-fluid {
    width: 100%;
    height: auto;
}




/*slick slider*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
    left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
    height: auto;
}

.slider{
    margin-bottom:0 auto 30px;
    overflow: hidden;   
}
.slider li{
    height: 650px;
    overflow: hidden;    
}
.slider li img{
    width: 100%;
    min-height: 650px;
    object-fit: cover;
}



/* hover画像アニメ */
.zoimg,.zoimgr{
    overflow: hidden;
    display: inline-block;
}
.zoimgr{
    border-radius: 15px;
}
.zoimg img,.zoimgr img{
    transition: transform .5s ease;
}
.zoimg:hover img,.zoimgr:hover img{
    transform: scale(1.1);
}


.opimg img{
    transition: 0.3s;
}
.opimg:hover img{
    opacity: 0.7;
}


/*農業ギャラリー*/
.ag-contents .content {
    padding: 0 20px;
    margin: 20px auto;
    display: flex;
}

.ag-contents #mainvisual,.ag-contents #mainvisual2,.ag-contents #mainvisual3,.ag-contents #mainvisual4 {
    padding: 3px 5px;
    flex-grow: 2;
}
.ag-contents #mainvisual img,.ag-contents #mainvisual2 img,.ag-contents #mainvisual3 img,.ag-contents #mainvisual4 img{
    width: 100%;
    border: 2px solid #fff;
}
.ag-contents #thumbnail,.ag-contents #thumbnail2,.ag-contents #thumbnail3,.ag-contents #thumbnail4 {
    width: 16.25%;
}
.ag-contents #thumbnail li,.ag-contents #thumbnail2 li,.ag-contents #thumbnail3 li,.ag-contents #thumbnail4 li {
    padding: 3px 5px 0;
}
.ag-contents #thumbnail li img,.ag-contents #thumbnail2 li img,.ag-contents #thumbnail3 li img,.ag-contents #thumbnail4 li img{
    border: 2px solid #fff;
}
.ag-contents #thumbnail li:hover,.ag-contents #thumbnail2 li:hover,.ag-contents #thumbnail3 li:hover,.ag-contents #thumbnail4 li:hover{
    cursor: pointer;
}

.ag-cwrap .hiryo{
    text-align: center;
}
.ag-cwrap .hiryo img{
    width: 80%;
}



/* スマホメニュー */
.l-cover{
    display: none;
}

/* PC or スマホ非表示 */
.pc-resp{
    display: block;
}
.sp-resp{
    display: none;
}

@media screen and (max-width: 1080px) {
    header.pc-header nav ul.head-navi{
        margin-right: 10px;
    }
    header.pc-header nav ul.head-navi li{
        margin: 37px 5px;
        padding: 3px 5px;
    }
    .re-detail .re-tel dd li span.retel{
        font-size: 1.7em;
        margin: 10px 0;
    }
    .re-detail .re-tel dd li{
        line-height: 1.5em;
    }
    .re-detail .re-tel dd li .link a{
    }
}


/* スマホcss */
@media screen and (max-width: 950px) {
    body{
        font-size:1.8vw;
    }
    header.pc-header{
        display: none;
    }
    .l-cover{
        display: inherit;
    }
    #main-head_wrap {
        margin-top: 50px;
    }
    .main_wrap #main-head_wrap p {
        font-size: 1.2em;
        top:20%;
    }
    #works_wrap .title_wrap, #modelhouse_wrap .title_wrap, #customervoice_wrap .title_wrap{
        padding: 15px 5px;
    }
    .wo-detail .wo-message dt{
        font-size: 1.3em;
    }
    .wo-detail .wo-message li{
        padding: 2px 2px 0;
    }
    .workslist dl dd,.workslist_top dl dd{
        font-size: 1.4em;
    }
    
    .wo-detail .wo-list li{
        text-align: center;
    }
    .wo-detail .wo-list li img{
        max-height: 90px;
    }
    .re-detail .workslist dl dd{
        font-size: 1.0em;
    }
    .re-detail .workslist dl{
        padding: 4px;
    }
    
    ::-webkit-full-page-media, _:future, :root #works_wrap .title_wrap {
        padding: 15px 8% 15px 20px;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        ::i-block-chrome, #works_wrap .title_wrap {
            padding: 15px 8% 15px 20px;
        }
    }
    

    #works_wrap, #modelhouse_wrap, #customervoice_wrap, #info_wrap, #contact_wrap {
        margin: 20px 0;
    }
    #modelhouse_wrap .title_wrap .sub-img {
        width: 110px;
    }
    #modelhouse_wrap .title_wrap .sub-imglink{
        width:120px;
        padding: 3px;
        border-radius: 9px;
    }
    #modelhouse_wrap .title_wrap p.catch, #customervoice_wrap .title_wrap p.catch {
        padding: 10px 5px;
    }
    #contact_wrap {
        margin-bottom: 0px;
        flex-flow: column;
        font-size: 1.7em;
    }
    #contact_wrap dl{
        padding: 3% 6%;
    }
    
    
    #drone_wrap .title{
        padding: 15px 3% 5px;
    }
    #drone_wrap ul{
        flex-flow: column;
        padding-bottom: 25px;
    }
    #drone_wrap ul li{
        padding: 5px 10px 0;
        text-align: center;
    }
    #drone_wrap ul li img{
        max-width: 100% !important;
        text-align: center;
    }
    #drone_wrap ul li img.nogyo{
        max-width: 220px !important;
    }
    
    footer nav{
        display: none;
    }
    .inlinefoot_wrap{
        flex-flow: column;
    }
    .foot-title,.foot-inner{
        padding: 3% 2% 0%;
    }
    .foot-title{

    }
    .foot-inner{
        font-size: 1.6em;
        padding: 0 8%;
    }
    .foot-copy{
        font-size: 1.6em;
        padding: 10px;
    }
    
    /* company */
    .cp-message{
        font-size: 1.8em;
    }
    .cp-detail{
        font-size: 1.8em;
    }
    .cp-detail dt{
        width: 30%;
    }
    
    /* privacy */
    .pr-detail{
        font-size: 1.7em;
    }
    
    /* link */
    .li-detail{
        font-size: 1.4em;
    }
    .li-detail dl{
        flex-direction: column;
    }
    .li-detail dt{
        width: 92%;
    }
    
    /* access */
    .ac-detail{
        font-size: 1.8em;
        flex-direction: column;
    }
    .ac-detail>dt{
        text-align: center;
    }
    .ac-detail>dt img{
        width: 70%;
    }
    
    /* voice */
    .vo-detail{
        font-size: 1.8em;
        margin-top: 5px;
    }
    .vo-detail dd{
        flex-direction: column;
    }
    
    /* work */
    .wo-detail{
        font-size: 1.7em;
    }
    
    /* modelhouse */
    .mo-detail{
        font-size: 1.7em;
        margin-top: 15px;
    }
    
    .wo-detail .wo-message ul{
        flex-wrap: wrap;
    }
    .wo-detail .wo-message li{
        width: 33.3%;
    }
    
    
    /* reform */
    .re-detail{
        font-size: 1.7em;
    }
    .re-detail .re-tel dl{
        flex-direction: column;
    }
    .re-detail .re-tel dt{
        width: 100%;
    }
    .re-detail .re-tel dd{
        padding-top: 0px;
    }
    .re-detail .re-tel dd ul{
        flex-direction: column;
    }
    .re-detail .re-tel dd li .link a{
        margin-top: 5px;
    }
    
    
    /* realestate */
    .rea-detail{
        font-size: 1.6em;
    }
    .rea-detail ul li>dl{
        flex-direction: column;
    }
    .rea-detail ul li>dl>dt{
        text-align: center;
        padding-bottom: 0;
    }
    .rea-detail ul li>dl>dt img{

    }
    .rea-detail ul li>dl>dd dl dt p{
        width: 85px;
        padding: 4px 5px 6px;
    }
    
    .rea-detail ul li>dl>dt.eco-res dl dt p{
        width: 85px;
        padding: 4px 5px 6px;
    }
    .eco-title{
        font-size: 1.8em;
    }
    .eco-img img{
        max-width: 100%;
    }
    .eco-res{
        padding: 20px 20px 0 !important;
    }
    
    .rea-detail ul li>dl>dd>div>a{
        margin: 0;
    }
    .rea-imglist li img{
        max-height: 70px;
    }
    .rea-detail ul li>dl>dt{
        width: 100%;
    }
    .rea-detail ul li>dl>dd{
        width: 100%;
    }
    .rea-other a{
        font-size: 1.8em;
    }
    
    
    /* contact */
    .co-tel,.co-mail{
        font-size: 1.8em;
    }
    .co-tel .detail span{
        font-size: 2.4em;
    }
    .co-mail dt{
        width: 100%;
        width: inherit;
    }
    .co-mail dl{
        flex-direction: column;
    }
    .co-mail .submit input{
        width: 100%;
        font-size: 1.5em;
        padding: 15px;
    }

    
    /* business */
    .bus-main .whome dt.catch{
        top:15px;
    }
    .bus-main .whome dd{
        padding-top: 200px;
    }
    .bus-main dl.whome{
        font-size: 1.5em;
    }
    .bus-main dl.lohas{
        font-size: 1.7em;
        position: inherit;
    }
    .bus-main dl.lohas dt.catch{
        position: inherit;
        padding: 15px;
    }
    .bus-detail{
        font-size: 1.7em;
    }
    .bus-detail dl{
        margin-top: 20px;
        flex-direction: column;
    }
    .bus-detail dl dt{
        width: 100%;
    }

    /* agriculture */
    .ag-detail{
        font-size: 1.8em;
    }
    .ag-detail .ag-contents>dl>dd dl{
        flex-direction: column;
    }
    .ag-detail .ag-contents>dl .rtex dl{
        flex-direction: column;
    }
    .ag-detail .ag-contents>dl>dd dl dt{
        padding: 15px 0 0;
    }
    .ag-detail .ag-contents>dl>dd dl dd{
        max-width:inherit;
    }
    
    .ag-cwrap{
        font-size: 0.8em;
        margin-top: 10px;
        line-height: 2em;
    }
    .ag-cwrap .title{
        padding: 5px;
    }
    .ag-cwrap .flow dl{
        width: 50%;
    }
    .ag-cwrap .flow{
        align-items: flex-end;        
    }
    
    .ag-contents .content{
        flex-direction: column;
        margin-top: 10px;
        padding: 0 5px;
    }
    .ag-contents #thumbnail,.ag-contents #thumbnail2,.ag-contents #thumbnail3,.ag-contents #thumbnail4{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .ag-contents #thumbnail li,.ag-contents #thumbnail2 li,.ag-contents #thumbnail3 li,.ag-contents #thumbnail4 li{
        width: 33.3%;
    }
    
    .ag-cwrap .hiryo img{
        width: 90%;
    }
    
    .zoimgr{
        border-radius: 8px;
    }
    
    /* slider */
    .slider li img{
        display: none; /* 最初は非表示に */
    }
    .slider.slick-initialized li img{
        display: block; /* slickが実行完了したら表示 */
    }
    
    .slider li{
        height:250px;
    }
    .slider li img{
        min-height:250px;
    }
    
    .slleft{
        width: 12%;
    }
    .slright{
        width: 88%;
    }
    
    .eco-o{
        margin-bottom: 10px;
    }
    .eco-wrap{
        flex-direction: column;
    }
    .price-li li{
        display: flex;
    }
    
    /* PC or スマホ非表示 */
    .pc-resp{
        display: none !important;
    }
    .sp-resp{
        display: block !important;
    }
    
}
