@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%;
	top:inherit;
	background: #007800;
}
header.pc-header nav{
    width: 100%;
}
header.pc-header nav .mainlogo_wrap{
    /* float: left; */
}
header.pc-header nav h1{
    text-align: center;
    padding: 10px 0 8px;
}
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: 29%;
    left: 5%;
}

.main_wrap #main-head_wrap p{
    font-size: 1.3em;
}

/* 全体wrap行間 */
#works_wrap,#modelhouse_wrap,#customervoice_wrap,#info_wrap,#contact_wrap{
    margin: 0px 0 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;
}


#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 .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{

}


#customervoice_wrap .menu_wrap{
    background: #DCEBDE;
}
#customervoice_wrap .menu_wrap{
    background: #DCEBDE;
}
#customervoice_wrap .menu_wrap ul{
    padding: 20px;
}
#customervoice_wrap .menu_wrap ul li{
	padding: 5px;
}
#customervoice_wrap .menu_wrap ul li img{
	max-width: 220px;
}
#customervoice_wrap .contents_wrap{
	width: 1170px;
}
#customervoice_wrap .contents_wrap .wo-img,#customervoice_wrap .contents_wrap .wo-message{
	text-align: center;
	padding: 0 15px 15px;
}



#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%;
}
footer nav .lnavi ul li{
    margin: 32px 0;
    padding: 3px 5px;
    flex: auto;
    text-align: center;
}er nav .rnavi ul{
    display: -webkit-inline-flex;
    display: inline-flex;
}
footer nav .rnavi ul li{
    margin: 32px 5px;
    padding: 3px 5px;
}



footer{
    max-width: 1440px;
    margin: 0 auto;
}
.foot_wrap{
    background-color: #007800;
    color: #fff;
}
.inlinefoot_wrap{
    margin: 0 auto;
    max-width: 1440px;
}
.foot-title{
}
.foot-inner a{
	color: #fff;
}
.foot-title,.foot-inner{
    padding: 15px 15px 20px;
}
.foot-title,.foot-inner dl dt{
    text-align: center;
    font-size: 1.5em;
}

.foot-title,.foot-inner dl dd{
    text-align: center;
}

.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: 28%;
}
.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;
}
.ac-name dt{
    padding: 20px;
    width: 120px;
    font-size: 1.1em;
    font-weight: bold;
}
.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{
    max-width: 1000px;
    margin: 0 auto;
	padding-top: 25px !important;
}
.wo-detail .wo-img td{
	text-align: left;
}
.wo-detail .wo-img table{
	width: 100%;
}
.big_title { font-weight: bold; color: #0000FF}
.dengon_title { font-size: 1.3em; padding: 5px; text-align: center !important; font-weight: bold; color: #FFFFFF}
.wo-detail .wo-img td { line-height: 18pt}
.heads { line-height: 15pt; color: #FF3333; font-weight: bold}
.body_copy {font-weight: bold;}
.table_title { font-weight: bold; color: #FFFFFF}
.table_copy {}

.wo-detail .wo-img img{
	border-radius: 10px;
}
.wo-detail .wo-message dt{
    font-size: 1.3em;
    font-weight: bold;
}
.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-img ul li{
    background: #FEC463;
    border-radius: 10px;
    padding: 3px 15px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 15px;
	font-weight: bold;
}



/* 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{
    padding: 0 1%;
}
.vo-detail dd img{
    max-width: 300px;
}


/* reform */
.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: 20px 20px 0;
    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;
}

/* realestate */
.rea-detail .head{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
}
.rea-detail ul{
    margin-top: 5px;
}
.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;
}
.rea-detail ul li>dl>dd{
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
}
.rea-detail ul li>dl>dd dl{
    display: inline-flex;
    margin-bottom: 25px;
}
.rea-detail ul li>dl>dd dl dt{

}
.rea-detail ul li>dl>dd dl dt p{
    background-color: #000;
    color: #fff;
    padding: 4px 15px 6px;
}
.rea-detail ul li>dl>dd dl dd{
    padding: 4px 15px 6px;
}
.rea-detail ul li>dl>dd>div>a{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    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;
}
.rea-detail ul li>dl>dd>div>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: 19%;
    padding: 9px 5px;
}

.co-mail dt span{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 1px 10px;
    margin: 0 20px;
    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{
    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: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;
}
.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;
}





/* コンテンツ表示アニメ */
.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;
}


/* スマホメニュー */
.l-cover{
    display: none;
}

/* PC or スマホ非表示 */
.pc-resp{
    display: block;
}
.sp-resp{
    display: none;
}

/* スマホcss */
@media screen and (max-width: 800px) {
    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;
    }
    #works_wrap .title_wrap, #modelhouse_wrap .title_wrap, #customervoice_wrap .title_wrap{
        padding: 15px 5px;
    }

    
    ::-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 0;
    }
    #modelhouse_wrap .title_wrap .sub-img {
        width: 110px;
    }
    #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-wrap: wrap;
    }
    
    /* work */
    .wo-detail{
        font-size: 1.7em;
    }
    
    /* modelhouse */
    .mo-detail{
        font-size: 1.7em;
        margin-top: 15px;
    }
    
    
    /* 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{
        max-width: 250px;
    }
    .rea-detail ul li>dl>dd dl dt p{
        width: 75px;
    }
    .rea-detail ul li>dl>dd>div>a{
        margin: 0;
    }
    
    
    /* 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{
        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%;
    }

	#customervoice_wrap{
		flex-direction: column-reverse;
	}
	#customervoice_wrap .contents_wrap{
		width: 100%;
	}
	.l-header{
    	background-color: #007800 !important;		
	}
	.l-header__logo img{
		width: 82%;
	}
	#customervoice_wrap .menu_wrap ul li img{
		max-width: 100%;
	}
	#customervoice_wrap .menu_wrap ul li{
		width: 50%;
		text-align: center;
	}
	#customervoice_wrap .menu_wrap ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	.wo-detail .wo-img ul li{
    	line-height: 1.3em;
    	padding: 6px 8px 4px;
	}

    
    /* PC or スマホ非表示 */
    .pc-resp{
        display: none !important;
    }
    .sp-resp{
        display: block !important;
    }
    
}
