@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1120px){
  .container{
    width: 100%;
  }
  
  .mv{
    height: 400px;
  }
  
  
  footer .ftr1 .ftr_contact{
    padding: 20px 10px;
  }
  footer .ftr1 .ftr_contact a{
    width: 48%;
  }
  footer .ftr1 .ftr_contact a .txt2{
    font-size: 28px;
  }
  footer .ftr1 .ftr_contact a .txt3{
    font-size: 20px;
  }
  footer .ftr2 .box1{
    width: 30%;
  }
  footer .ftr2 .box2{
    width: 68%;
  }
  footer .ftr2 .ftr_links li{
    font-size: 14px;
  }
  
  .gnav > ul > li{
    
  }
  
  .tt1{
    font-size: 20px;
    height: 80px;
  }
  .tt1 span{
    font-size: 54px;
  }
  
  .tt2{
    font-size: 18px;
  }
  
  .lead_txt1{
    font-size: 24px;
  }
  .lead_txt2{
    line-height: 1.7;
  }
  
  /* Home */
  .home_about_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_about_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  .home_about_items .item .title{
    font-size: 18px;
  }
  .home_about_items .item .txt{
    line-height: 1.6;
  }
  
  .home_product_items{
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_product_items .item{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }
  
  .home_ordermade .title{
    font-size: 20px;
  }
  .home_ordermade .box1{
    width: 70%;
  }
  .home_ordermade .box2{
    width: 30%;
  }
  
  .home_recruit{
    padding: 30px;  
  }
  .home_recruit .inner{
    padding: 20px 15px 40px;
  }
  .home_recruit .title{
    font-size: 30px;
  }
  .home_recruit .title span{
    font-size: 24px;
  }
  .home_recruit .txt2{
    font-size: 16px;
  }
  
  /* 商品紹介 */
  .product_om .box1{
    width: 65%;
  }
  .product_om .box2{
    width: 35%;
    min-height: 300px;
  }
  
  .product_items .item .thumbs{
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_items .item .thumbs .img{
    padding-left: 5px;
    padding-right: 5px;
  }
  .product_items .item .thumbs .read_more{
    padding: 0 10px;
  }
  
  /* オーダーメイド */
  .ordermade_about_items .item .img .title{
    font-size: 16px;
  }
  .ordermade_tech_tt{
    font-size: 16px;
  }
  .ordermade_soudan .box1 .title{
    font-size: 22px;
  }
  
  /* 施工事例 */
  .case_items .item{
    font-size: 15px;
  }
  .case_items .item .title{
    /*width: 50%;*/
  }
  .case_items .item .planner,
  .case_items .item .builder{
    width: 25%;
  }
  
  /* 会社概要 */
  .company_greeting .box1{
    line-height: 1.7;
  }
  
  .company_tbl1 th, 
  .company_tbl1 td{
    padding: 10px;
  }
  .company_tbl1 th{
    width: 220px;
  }
  
  /* お問い合わせ */
  .contact_info .box2 .tel{
    font-size: 32px;
  }
}

@media only screen and (max-width:1023px){
  /*
  header .hdr1{
    flex-wrap: wrap;
  }
  header .hdr1 .hdr_logo{
    order: 1;
  }
  header .hdr1 .hdr_contact{
    order: 2;
  }
  header .hdr1 .gnav{
    order: 3;
    width: 100%;
  }
  header .hdr1 .hdr_logo img{
    height: 40px;
  }
  */
  
  header .hdr1{
    justify-content: space-between;
    align-items: center;
  }
  header .hdr1 .hdr_logo{
    width: 80px;
    padding: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    display: block;
  }
  
  header .hdr1 .hdr_contact{
    width: 115px;
    margin-left: 10px;
  }
  header .hdr1 .hdr_contact a{
    font-size: 13px;
  }
  header .hdr1 .hdr_contact a i{
    margin-right: 5px;
  }
  header .hdr1 .gnav{
    font-size: 14px;
  }
  .gnav > ul > li + li{
    padding-left: 4px;
    margin-left: 2px;
  }
  
  .gnav > ul{
    justify-content: center;
  }
  .gnav > ul li{
    width: auto;
  }
  
  .company_tbl2 .row{
    min-height: 0px;
  }
  
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  header{
    margin-bottom: 50px;
  }
  header .hdr1{
    
  }
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo{
    text-align: center;
  }
  header .hdr1 .hdr_logo img{
    margin: 0 auto;
    width: 100px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  
  footer .ftr1 .ftr_contact{
    flex-wrap: wrap;
    padding: 10px 0;
  }
  footer .ftr1 .ftr_contact a{
    width: 100%;
  }
  footer .ftr1 .ftr_contact a + a{
    margin-top: 10px;
  }
  footer .ftr1 .ftr_contact a .txt1{
    font-size: 14px;
  }
  footer .ftr1 .ftr_contact a .txt2{
    font-size: 22px;
  }
  footer .ftr1 .ftr_contact a .txt2 i{
    font-size: 14px;
  }
  footer .ftr1 .ftr_contact a .txt3{
    font-size: 17px;
  }
  
  
  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  footer .ftr2 .ftr_logo img{
    width: 100px;
  }
  footer .ftr2 .ftr_links{
    display: none;
  }
  
  .footer_fix{
    display: block;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li{
    padding-left: 0;
    margin-left: 0;
  }
  .gnav > ul > li a{
    padding: 15px 0;
    color: #181818;
  }
  
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .mv{
    height: 250px;
  }
  
  
  .tt1{
    font-size: 16px;
    height: 60px;
    padding-bottom: 10px;
  }
  .tt1 span{
    font-size: 32px;
  }
  
  .lead_txt1{
    font-size: 15px;
  }
  .lead_txt2{
    font-size: 13px;
  }
  
  /* Home */
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 50px;
  }
  .pg_home .section#sec3{
    margin-top: 50px;
  }
  .pg_home .section#sec4{
    margin-top: 50px;
}
  .home_about h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .home_about_items {
  }
  .home_about_items .item {
    width: 100%;
  }
  .home_about_items .item + .item {
    margin-top: 10px;
  }
  .home_about_items .item .title{
    font-size: 16px;
  }
  .home_about_items .item .img{
    padding: 0 10px;
  }
  
  .home_product_items .item{
    width: 50%;
  }
  .home_product_items .item .title{
    font-size: 12px;
  }
  .home_product_items .item .txt{
    font-size: 12px;
  }
  .home_product_items .item .read_more a{
    font-size: 12px;
  }
  
  .home_ordermade .title{
    font-size: 14px;
  }
  .home_ordermade .title span{
    font-size: 12px;
  }
  .home_ordermade .box1,
  .home_ordermade .box2{
    width: 100%;
  }
  .home_ordermade .box1{
    padding: 10px;
    line-height: 1.7;
  }
  .home_ordermade .box2{
    background-image: none;
    min-height: 0;
    text-align: center;
  }
  .home_ordermade .box2 img{
    display: block;
  }
  
  .home_recruit{
    padding: 5px;
  }
  .home_recruit .inner{
    padding: 5px 5px 30px;
  }
  .home_recruit .title{
    font-size: 22px;
  }
  .home_recruit .title span{
    font-size: 16px;
  }
  .home_recruit .txt1{
    font-size: 14px;
    line-height: 1.7;
  }
  .home_recruit .read_more{
    margin-top: 30px;
  }
  
  /* 商品案内 */
  .product_om .box1,
  .product_om .box2{
    width: 100%;
  }
  .product_om .box1{
    padding-bottom: 30px;
  }
  .product_om .box2{
    background-image: none;
    min-height: 0;
    text-align: center;
  }
  .product_om .box2 img{
    display: block;
  }
  .product_om .tt1{
    margin-top: 30px;
  }
  .product_om .tt1 span{
  }
  
  .product_items .item + .item{
    margin-top: 30px;
  }
  .product_items .item .title{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product_items .item .thumbs .img{
    width: 50%;
    margin-bottom: 10px;
  }
  .product_items .item .thumbs .img.link{
    width: 100%;
  }
  .product_items .item .thumbs .img .read_more{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .product_items .item .thumbs .read_more a{
    margin: 5px 0;
  }
  
  /* オーダーメイド */
  .ordermade_about_items .item{
    width: 100%;
  }
  .ordermade_about_items .item + .item{
    margin-top: 50px;
  }
  .ordermade_about_items .item .no img{
    width: 50px;
  }
  .ordermade_about_items .item .img .title{
    font-size: 16px;
  }
  .ordermade_about_items .item .txt{
    line-height: 1.7;
  }
  
  .ordermade_tech_tt{
    font-size: 16px;
  }
  .ordermade_tech_items .item .title{
    font-size: 13px;
    height: 30px;
  }
  
  .ordermade_down img{
    width: 45px;
  }
  
  .ordermade_soudan .box1,
  .ordermade_soudan .box2{
    width: 100%;
  }
  .ordermade_soudan .box2{
    margin-top: 10px;
    text-align: center;
  }
  .ordermade_soudan .box1 .title{
    font-size: 16px;
  }
  .ordermade_soudan .box1 .title span:after{
    height: 10px;
  }
  .ordermade_soudan .box1 ul{
    padding: 10px;
    height: auto;
  }
  .ordermade_soudan .box1 ul li{
    font-size: 12px;
    padding-left: 20px;
  }
  .ordermade_soudan .box1 ul li:before{
  }
  
  /* 施工事例 */
  .case_items .item{
    font-size: 12px;
  }
  .case_items .item .title, .case_items .item .planner, .case_items .item .builder{
    padding: 5px;
  }
  .case_items .item .title{
    width: 100%;
  }
  .case_items .item .planner, .case_items .item .builder{
    width: 50%;
  }
  
  .case_items .item.head .title:after, .case_items .item.head .planner:after, .case_items .item.head .builder:after{
    /*width: calc(100% - 10px);*/
  }
  
  /* 会社概要 */
  .company_greeting .box1,
  .company_greeting .box2{
    width: 100%;
  }
  .company_greeting .box1 .name{
    text-align: center;
    font-size: 16px;
  }
  .company_greeting .box1 .name span{
    font-size: 20px;
  }
  .company_greeting .box2{
    text-align: center;
    margin-top: 10px;
  }
  .company_greeting .box2 img{
    width: 70%;
  }
  
  .company_tbl1 th,
  .company_tbl1 td{
    display: block;
    width: 100%;
    padding: 5px;
  }
  .company_tbl1 th{
    padding-bottom: 0;
  }
  
  .company_tbl2 .row{
    min-height: 0;
  }
  .company_tbl2 .row > .title,
  .company_tbl2 .row > .details{
    width: 100%;
    padding: 5px;
  }
  .company_tbl2 .row > .title{
    padding-bottom: 0;
  }
  .company_tbl2 .row > .details{
    padding-top: 0;
  }
  .company_tbl2 .sub{
    font-size: 12px;
  }
  .company_tbl2 .sub td{
    padding: 5px;
  }
  
  dl.list1{
    flex-wrap: wrap;
  }
  dl.list1 dt,
  dl.list1 dd{
    width: 100%;
  }
  dl.list1 dt{
    font-weight: 500;
    color: #1a5691;
  }
  dl.list1 dt:after{
    display: none;
  }
  dl.list1 dd{
    padding-left: 0;
  }
  
  /* 採用情報 */
  .recruit_desc .title{
    font-size: 16px;
  }
  .recruit_desc .txt{
    line-height: 1.7;
  }
  
  
  
  /*  */
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 12px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 12px;
    padding: 5px;
    margin-right: 5px;
  }
  .contact_info .box2 .tel{
    font-size: 16px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .contact_info .box3{
    font-size: 12px;
  }
  
  .contact_txt{
    font-size: 12px;
  }
  
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
  }
  
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"]{
    width: 35%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  
  .privacy_items .item h4{
    font-size: 15px;
  }
  .privacy_items .item .txt{
    font-size: 13px;
  }
}