@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:1220px){
  .container{
    width: 100%;
  }
  
  .mv_slider .mv_txt .txt1{
    font-size: 28px;
  }
  .mv_slider .mv_txt .txt2{
    font-size: 36px;
  }
  
  .pg_header{
    margin-top: 40px;
  }
  .pg_header .tt1{
    font-size: 32px;
  }
  
  .home_tt1{
    font-size: 32px;
  }
  .home_wrap1 .box1 .txt1{
    font-size: 24px;
  }
  
  /**/
  .about_nav{
    justify-content: space-around;
  }
  
}

@media only screen and (max-width:1023px){
  
  .mt50{
    margin-top: 25px;
  }
  .mt100{
    margin-top: 50px;
  }
  .mt150{
    margin-top: 75px;
  }
  .mt200{
    margin-top: 100px;
  }

  .tt2{
    font-size: 28px;
  }
  .tt3{
    font-size: 24px;
  }
  .tt4{
    font-size: 22px;
  }
  .tt4 span {
    font-size: 16px;
  }
  
  .pg_header .bg{
    height: 350px;
  }
  
  .home_tt1{
    font-size: 28px;
  }
  .home_wrap1 .box1 .txt1{
    font-size: 18px;
  }
  
  .home_showroom_img{
    width: 45%;
  }
  
  
  .pg_contents_wrap1 .box1{
    width: 49%;
  }
  .pg_contents_wrap1 .box2{
    width: 49%;
  }
  
  .pg_about .section#sec2{
    margin-top: 75px;
  }
  .about_nav{
    margin-bottom: 50px;
  }
  
  .interior_items .item .title{
    font-size: 20px;
  }
  
  /**/
  .pg_types .section#sec2{
    margin-top: 75px;
  }
  .types_msg{
    font-size: 22px;
    margin-bottom: 70px;
  }
  .types_msg_img{
    margin-bottom: 15px;
  }
  
  .types_desc_items .item{
    width: 100%;
  }
  .types_desc_items .item:nth-child(n+2){
    margin-top: 50px;
  }
  .types_desc_items .img{
    text-align: center;
  }
  
  /**/
  .recruit_job_tt{
    font-size: 30px;
  }
  
  .recruit_box{
    flex-wrap: wrap;
  }
  .recruit_box .box1{
    width: 100%;
  }
  .recruit_box .box2{
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  
  /**/
  .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: 0;
  }
  
  .header{
    padding: 10px 10px;
  }
  .header.fixed{
  }
  .header .hdr1 .hdr_logo{
    margin: 0;
  }
 
  .header .hdr1{
    width: 100%;
    height: auto;
    margin-bottom: 0;
    
  }
  .header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
  }
  .header .hdr1 .hdr_logo img{
    height: 45px;
  }
  .header .hdr1 .hdr_contact{
    display: none;
  }
  .header .hdr1 .hdr_menu_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 10px;
    height: 65px;
    font-size: 30px;
    z-index: 999999;
  }
  
  
  footer{
    margin-top: 70px;
  }
  footer .ftr1 .box1{
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  footer .ftr1 .box2{
    width: 100%;
    margin-top: 50px;
  }
  footer .ftr2{
    margin-top: 50px;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  
  .ftr_links_items .item{
    width: 49%;
  }
  .ftr_links_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  
  .footer_fix{
    display: block;
  }
  
  .ftr_contact{
    height: auto;
    padding: 50px 0;
  }
  .ftr_contact .item{
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 65px 15px 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,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  
  .gnav_contact{
    margin-top: 20px;
  }
  .gnav_contact a{
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    background: #8D1F1F;
    color: #FFF;
    text-align: center;
  }
  .gnav_sub{
    margin-top: 20px;
    text-align: center;
  }
  .gnav_sns{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .pg_header{
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 0;
  }
  .pg_header .tt1{
    font-size: 24px;
  }
  .pg_header .tt1:after{
    margin-top: 10px;
  }
  .pg_header .bg{
    height: 150px;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt1 em{
    font-size: 14px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2 {
    font-size: 20px;
  }
  
  .tt2.bg:before{
    width: 100px;
    height: 100px;
  }
  .tt2 span{

  }
  .tt3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tt3 span{

  }
  .tt4{
    font-size: 18px;
  }
  .tt4 span{
    font-size: 13px;
  }
  .tt5{

  }
  .tt5 span{

  }
  
  
  
  .mv_slider .mv_txt .txt1{
    font-size: 16px;
  }
  .mv_slider .mv_txt .txt2{
    font-size: 20px;
  }
  
  .read_more{
    margin-top: 25px;
  }
  .read_more a{
    font-size: 16px;
    padding-bottom: 8px;
  }
  
  /* Home */
  .pg_home .section#sec1{
    margin-top: 50px;
  }
  .pg_home .section#sec2{
    margin-top: 50px;
  }
  .pg_home .section#sec3{
    margin-top: 50px;
  }
  .pg_home .section#sec4{
    margin-top: 50px;
  }
  .pg_home .section#sec5{
    margin-top: 50px;
  }
  .pg_home .section#sec6{
    margin-top: 50px;
    padding: 50px 0;
  }
  .pg_home .section#sec7{
  }
  .pg_home .section#sec8{
    margin-top: 50px;
  }
  .home_tt1{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .home_tt1 em{
    font-size: 14px;
  }
  .home_tt1.bg:before{
    width: 100px;
    height: 100px;
  }
  .home_tt2{
    font-size: 30px;
  }
  
  .home_wrap1 {
    flex-wrap: wrap;
  }
  .home_wrap1 .box1{
    width: 100%;
    order: 1;
  }
  .home_wrap1 .box2{
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  
  .home_wrap3{
    width: 100%;
  }
  .home_wrap3 .box1{
    margin-bottom: 30px;
  }
  
  .home_wrap4{
    flex-wrap: wrap;
  }
  .home_wrap4 .box1{
    width: 100%;
  }
  .home_wrap4 .box2{
    width: 100%;
    margin-top: 30px;
  }
  
  .home_gallery{
    padding-bottom: 15px;
  }
  .home_gallery:after{
    height: 80px;
  }
  
  .home_news_wrap{
    flex-wrap: wrap;
  }
  .home_news_wrap .box1{
    width: 100%;
  }
  .home_news_wrap .box2{
    width: 100%;
    margin-top: 30px;
  }
  .news_items .item + .item{
    margin-top: 20px;
  }
  .news_items .item .title{
    width: calc(100% - 80px - 5px);
  }
  
  .home_showroom_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
  }
  .home_showroom_header .inner{
    position: static;
  }
  .home_showroom_header .inner h2{
    margin-bottom: 0;
  }
  
  
  .pg_contents_wrap1 .box1{
    width: 100%;
    order: 1;
  }
  .pg_contents_wrap1 .box2{
    width: 100%;
    order: 2;
    margin-top: 15px;
  }
  
  
  /* About */
  .pg_about .section#sec2{
    margin-top: 50px;
  }
  
  .about_nav{
    flex-wrap: wrap;
    font-size: 16px;
  }
  .about_nav li{
    width: 50%;
    margin: 8px 0;
  }
  
  .about_func_items .item{
    flex-wrap: wrap;
  }
  .about_func_items .item .box1{
    width: 100%;
  }
  .about_func_items .item .box2{
    width: 100%;
  }
  .about_func_items .item .box1 .num{
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .about_func_items .item .box1 .txt{
    width: calc(100% - 50px);
    margin-top: 10px;
    margin-left: -1em;
  }
  
  .mainte_tt1{
    font-size: 24px;
    margin-top: 50px;
  }
  .mainte_safaty_items dl dt{
    font-size: 20px;
  }
  
  .interior_items{
    margin-top: 50px;
  }
  .interior_items .item + .item{
    margin-top: 50px;
  }
  .interior_items .item .box1{
    width: 100%;
    margin-top: 15px;
    order: 2;
  }
  .interior_items .item .box2{
    width: 100%;
    order: 1;
  }
  .interior_items .item .title{
    font-size: 18px;
  }
  
  .interior_gallery{
    margin: 0 -5px;
  }
  .interior_gallery li{
    padding: 5px 5px;
  }
  
  
  /**/
  .types_msg {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .types_msg_img{
    margin-bottom: 15px;
  }
  
  /**/
  .pg_showroom .section#sec2{
    margin-top: 75px;
  }
  .showroom_msg{
    margin-bottom: 50px;
  }
  .showroom_wrap .box1{
    width: 100%;
  }
  .showroom_wrap .box2{
    width: 100%;
    margin-top: 15px;
  }
  .showroom_wrap .map{
    margin-top: 15px;
  }
  .showroom_wrap .map iframe{
    width: 100%;
    height: 300px;
  }
  
  .showroom_gallery{
    margin: 0 -5px;
  }
  .showroom_gallery li{
    padding: 5px 5px;
  }
  
  /**/
  .gallery_items{
    margin: 0 5px;
  }
  .gallery_items .item{
    width: 33.333%;
    padding:  5px 5px;
  }
  
  .gallery_spec{
    padding: 10px;
  }
  .gallery_spec dl{
    flex-wrap: wrap;
  }
  .gallery_spec dl + dl{
    margin-top: 10px;
  }
  .gallery_spec dl dt{
    width: 100%;
  }
  .gallery_spec dl dd{
    width: 100%;
  }
  
  /**/
  .businesses_msg {
    margin-bottom: 50px;
  }
  
  /**/
  .pg_recruit .section#sec2{
    margin-top: 75px;
  }
  .pg_recruit .section#sec3{
    margin-top: 75px;
  }
  .recruit_tt1{
    font-size: 20px;
  }
  .recruit_msg{
    font-size: 15px;
    line-height: 2;
  }
  .recruit_job_nav_wrap{
    padding: 10px;
  }
  .recruit_job_nav_wrap ul{
    margin: 0 -5px;
  }
  .recruit_job_nav_wrap ul li{
    width: 100%;
    padding: 0 5px;
  }
  .recruit_job_nav_wrap ul li a{
    font-size: 16px;
    padding: 15px 0;
  }
  .recruit_job_nav_wrap ul li+li{
    margin-top: 15px;
  }
  
  .recruit_job_tt{
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  /**/
  .pg_company .section#sec2{
    margin-top: 75px;
  }
  .company_prof_wrap{
    padding: 10px;
  }
  .company_prof{
    margin-top: 15px;
  }
  
  .company_prof th,
  .company_prof td{
    padding: 5px;
  }

  .company_msg{
    font-size: 16px;
  }
  
  .company_wrap1 .box1{
    width: 100%;
  }
  .company_wrap1 .box2{
    width: 100%;
    text-align: center;
  }
  
  .company_wrap1 .box1+.box2{
    margin-top: 10px;
  }
  .company_wrap1 .box2+.box1{
    margin-top: 10px;
  }
  
  .company_sns_wrap{
    padding: 15px 0;
  }
  .company_sns_wrap ul{
    font-size: 18px;
  }
  .company_sns_wrap ul li{
    margin: 0 15px;
  }
  
  .history_items .item{
    padding: 15px 0 15px 30px;
  }
  .history_items .item dt{
    width: 100px; 
  }
  .history_items .item dd {
    width: calc(100% - 100px);
  }
  
  .history_items .item dt:before{
    left: -30px;
  }

  .history_items .item:first-child dt:after,
  .history_items .item:last-child dt:after{
    left: -24px;
  }
  
  
  /**/
  .contact_info .txt1{
    font-size: 16px;
  }
  .contact_info .txt2{
    font-size: 20px;
  }
  .contact_info .txt2 a{
    font-size: 30px;
  }
  
  .mw_wp_form{
    padding: 10px;
  }
  
  /**/
  .faq_items .item dt, 
  .faq_items .item dd{
    padding-left: 30px;
  }
  .faq_items .item dt{
    font-size: 15px;
  }
  .faq_items .item dt:before, 
  .faq_items .item dd:before{
    font-size: 20px;
  }
  
  /**/
  .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;
    margin-bottom: 50px;
  }
  .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: 5px;;
  }
  .contact_form th{
    padding-bottom: 0;
  }
  
  .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"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  .contact_form_btns button {
    width: 60%;
  }
  
  
  /* サイトマップ */
  .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;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}