@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1220px;
    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:1220px){
  .container{
    width: 100%;
  }
  
  header .hdr1 .hdr_logo{
    width: 35%;
  }
  header .hdr1 .hdr_contact{
    
  }
  header .hdr1 .hdr_contact .btn2{
    padding: 7px 20px;
  }
  
  footer .ftr1 .container .box1{
    width: 40%;
  }
  footer .ftr1 .container .box2{
    width: 58%;
  }
  
  footer .ftr1 .ftr_links{
    font-size: 14px;
  }
  footer .ftr1 .ftr_links li + li{
    margin-left: 10px;
  }
  
  .mv .container{
    height: 39vw;
  }
  .pg_mv{
    height: 300px;
  }
  
  .tt1{
    
  }
  .tt2{
    font-size: 28px;
  }
  .tt2 span{
    font-size: 14px;
  }
  
  .tbl th{
    padding-left: 10px;
  }
  .tbl td{
    padding-left: 10px;
  }
  
  /*
  .pg_home .section#sec1{
    background-position: right 80vw center, left 20vw top;
  }
  .home_vision{
    left: 20%;
  }
  */
  .pg_home .section#sec1{
    background-image: url('../../../img/top/bg2.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 0;
  }
  
  .home_vision{
    position: static;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .home_vision .box1 h2{
    font-size: 26px;
  }
  .home_vision .box2 .txt2{
    font-size: 22px;
  }
  
  .pg_business .section#sec1{
    background-image: url('../../../img/business/bg2.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 0;
  }
  .pg_business .home_vision .box1 h2,
  .pg_business .home_vision .box2{
    padding-left: 0;
    padding-right: 0;
  }
  .pg_business .home_vision .box3{
    display: block;
    padding-bottom: 15px;
  }
  
  .home_area{
    height: auto;
  }
  .home_area .box1{
    width: 40%;
  }
  .home_area .box2{
    width: 56%;
  }
  .home_area .box2 .title{
    font-size: 18px;
  }
  
  .home_group_items .item{
    
  }
  .home_group_items .item .inner{
  }
  .home_group_items .item .title{
    font-size: 16px;
  }
  .home_group_items .item .cat{
    font-size: 14px;
  }
  
  .business_list li{
    width: 50%;
  }
  .business_list li span{
    font-size: 18px;
    height: 80px;
  }
  
  .factory_list li .txt{
    font-size: 14px;
  }
  
  .company_tbl .list li:after{
    content: " ／ ";
  }
  
  .group_box .group_tbl th{
    padding-left: 10px;
  }
  .group_box .group_tbl td{
    padding-left: 10px;
  }
  .group_box .group_tbl .map{
    margin-left: 0;
  }
  
  .group_box .group_tbl .img{
    padding: 10px;
    width: 25%;
  }
  
  
}

@media only screen and (max-width:1023px){
  
  .home_group_items .item{
    width: 100%;
  }
  .home_group_items .item + .item{
    margin-top: 10px;
  }
  .home_group_items .item .inner{
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .home_group_items .item .inner:before{
    /*display: none;*/
    position: absolute;
  }
  .home_group_items .item .inner .meta{
    width: 70%;
  }
  .home_group_items .item .inner .img{
    width: 25%;
    padding: 0 10px;
  }
  .home_group_items .item .title{
    font-size: 20px;
  }
  .home_group_items .item .cat{
    font-size: 16px;
  }
  
  .post_items .item .date{
    width: 100px;
  }
  .post_items .item .title{
        width: calc(100% - 150px);
  }
  
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
	.mv .mv_box .txt1 {
    font-size: 30px;
    text-align: center;
}
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 48px;
  }
  
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo{
    padding: 0 20px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  
  footer .ftr1 .container .box1, 
  footer .ftr1 .container .box2{
    width: 100%;
  }
  footer .ftr1 .container .box2{
    display: none;
  }
  footer .ftr1 .ftr_logo img{
    width: 80%;
  }
  
  .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:first-child{
    border-left: 0;
  }
  .gnav > ul > li a{
    padding: 15px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .mv .container{
    height: 300px;
  }
  .mv .mv_box{
    padding: 20px 20px;
  }
  .mv .mv_box .txt1{
    font-size: 20px;
		text-align: center;
  }
  .mv .mv_box .txt2{
    font-size: 15px;
  }
  
  .pg_mv{
    height: 150px;
  }
  
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .post_items .item:after{
    right: 5px;
  }
  .post_items .item .title{
    width: 100%;
  }
  
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  
  .tt1{
    
  }
  .tt2{
    font-size: 20px;
  }
  .tt2 span{
    font-size: 12px;
  }
  .tt3{
    font-size: 15px;
  }
  
  .tbl th,
  .tbl td{
  }
  
  .factory_tbl th,
  .factory_tbl td,
  .company_tbl th,
  .company_tbl td{
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 0;
  }
  .factory_tbl tr:last-child td,
  .company_tbl tr:last-child td{
    border-bottom: 1px solid #b2b2b2;
  }
  .company_tbl .list li{
    width: 100%;
  }
  .company_tbl .list li:after{
    content: "";
  }
  
  /* HOME */
  .pg_home .section#sec1{
    background-size: auto 100px;
  }
  .pg_business .section#sec1{
    background-size: auto 100px;
  }
  .home_vision .box1{
    height: 100px;
  }
  
  .home_vision{
    padding: 0 10px;
  }
  .home_vision .box1 i{
    width: 30px;
  }
  .home_vision .box1 span{
    font-size: 15px;
  }
  .home_vision .box1 h2{
    font-size: 20px;
    padding-left: 0;
  }
  .home_vision .box2{
    padding: 10px 0;
  }
  
  .home_bisiness{
    height: auto;
    padding: 30px 0;
  }
  .home_bisiness a{
    font-size: 16px;
    padding: 30px 0;
  }
  
  .home_area{
    background: #EEE;
  }
  .home_area .box1,
  .home_area .box2{
    width: 100%;
  }
  .home_area .box1{
    order: 2;
    margin-top: 15px;
  }
  .home_area .box2{
    order: 1;
  }
  .home_area .box2 .title br{
    display: none;
  }
  
  .home_group_items .item .inner{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home_group_items .item .title{
    font-size: 16px;
  }
  .home_group_items .item .cat{
    font-size: 14px;
  }
  .home_group_items .item .txt{
    font-size: 12px;
  }
  .home_group_items .item .inner .img{
    width: 30%;
    padding: 0 10px 0 0;
  }
  
  /*  */
  .business_list li{
    width: 100%;
  }
  .business_list li span{
    font-size: 15px;
    height: 60px;
  }
  
  .factory_list li{
  /*  width: 33.333333%;*/
	    width: 45%;
    margin-bottom: 10px;
  }
  .factory_list li .txt{
    font-size: 10px;
  }
  
  .group_box .title{
    font-size: 20px;
  }
  .group_box .group_tbl th,
  .group_box .group_tbl td{
    /*width: 100%;*/
    font-size: 12px;
  }
  .group_box .group_tbl th{
    width: 30%;
  }
  .group_box .group_tbl .img{
    display: none;
  }
  .group_box .group_tbl .imgsp{
    text-align: center;
  }
  .group_box .group_tbl .url{
    word-break: break-all;
  }
  
  
  
  
  /*  */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .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;
  }
}