@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%;
  }
  
  header .hdr1 .hdr_logo{
    width: 35%;
  }
  header .hdr1 .hdr_nav{
    width: 60%;
  }
  
  .mv_wrap{
    padding-bottom: 60px;
  }
  .mv_slider .mv_txt{
    left: 50px;
    bottom: 35px;
  }
  .mv_slider .mv_txt img{
    width: 500px;
  }
  
  .tt2{
    
  }
  .tt2 em{
    font-size: 32px;
  }
  
  .company_blc2{
    
  }
  .company_blc2 .box1{
    width: 49%;
  }
  .company_blc2 .box2{
    width: 49%;
  }
}

@media only screen and (max-width:1023px){
  
  .mv_slider .mv_txt img {
    width: 300px;
  }
  
  .pg_header .container{
    height: 350px;
  }
  
  .home_reason_items .item{
    width: 50%;
  }
  .home_reason_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .home_works_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  .home_works_items .item{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .contact_blc .box ul{
    justify-content: space-between;
  }
  .contact_blc .box ul li{
    width: 49%;
  }
  
  .home_price_blc1{
    margin: 0;
    padding: 20px 20px 50px;
  }
  .home_price_blc2{
    margin: 150px 0 0 0;
  }
  
  .home_price_blc1 dl{
    padding: 0;
  }
  .home_price_blc1 dl dt{
    font-size: 18px;
    width: 220px;
  }
  .home_price_blc1 dl dd{
    font-size: 18px;
  }
  
  .home_price_blc1 .txt_btm, 
  .home_price_blc2 .txt_btm{
    left: 15px;
    right: 15px;
  }
  
  .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{
    padding: 10px 0;
  }
  header .hdr1{
    flex-wrap: wrap;
    width: 100%;
    
    margin-bottom: 0;
  }
  header .hdr1 .hdr_txt{
    font-size: 13px;
    margin-bottom: 15px;
  }
  
  footer{
    margin-top: 100px;
  }
  footer .ftr1 .box1,
  footer .ftr1 .box2{
    width: 100%;
  }
  footer .ftr1 .box2{
    text-align: center;
    margin-top: 30px;
  }
  
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
  header .hdr1 .hdr_contact a img{
    height: 30px;
  }
  
  header .hdr1 .hdr_nav{
    width: 100%;
    /*display: 100%;*/
  }
  
  footer .ftr_links_wrap{
    justify-content: space-between;
    width: 100%;
  }
  footer .ftr_links{
    width: 50%;
  }
  footer .ftr_links li+li{
    margin-top: 10px;
  }
  footer .ftr_contact{
    margin-top: 10px;
  }
  
  .footer_fix{
    display: block;
  }
  
  .works_nav{
    font-size: 12px;
  }
  
  .mv_wrap{
    padding-bottom: 15px;
  }
  .mv_slider .mv_txt{
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
  }
  
  .pg_header .container{
    height: 200px;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #09ae00;
    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 #fff;
  }
  .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;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 18px;
  }
  .tt1 em{
    font-size: 30px;
  }

  .tt2{
    font-size: 15px;
    margin-bottom: 30px;
  }
  .tt2 em{
    font-size: 30px;
  }
  .tt3{

  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  .read_more a{
    width: 200px;
    padding: 10px;
    font-size: 15px;
  }
  
  .pg_home .section#sec1,
  .pg_home .section#sec2,
  .pg_home .section#sec3,
  .pg_home .section#sec4,
  .pg_home .section#sec5,
  .pg_home .section#sec6{
    padding: 50px 0;
    margin-top: 0;
  }
  
  .home_comapny_blc .box1,
  .home_comapny_blc .box2{
    width: 100%;
  }
  .home_comapny_blc .box2{
    margin-top: 10px;
  }
  
  .home_reason_wrap{
    margin-top: 0;
  }
  .home_works_items .item .inner{
    padding-bottom: 0;
  }
  .home_reason_items .item{
    width: 100%;
  }
  .home_reason_items .item:nth-child(n+2){
    margin-top: 15px;
  }
  
  .home_works_items .item{
    width: 100%;
  }
  .home_works_items .item:nth-child(n+2){
    margin-top: 50px;
  }
  .home_works_items .item .img{
    margin-bottom: 10px;
  }
  .home_works_items .item .title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home_works_items .item .read_more{
    margin-top: 10px;
    position: static;
    transform: none;
  }
  
  
  .home_price_blc1 ,
  .home_price_blc2{
    padding: 15px 15px;
  }
  .home_price_blc1 dl{
    flex-wrap: wrap;
    justify-content: center;
  }
  .home_price_blc1 dl dt{
    font-size: 14px;
  }
  .home_price_blc1 dl dd{
    width: 100%;
    margin: 15px 0 0; 
    font-size: 16px;
    text-align: center;
  }
  
  .home_price_blc2{
    margin-top: 50px;
  }
  .home_price_blc2 .title{
    font-size: 16px;
  }
  .home_price_blc2 .txt{
    padding: 0 5px;
  }
  
  .home_price_blc1 .txt_btm, 
  .home_price_blc2 .txt_btm{
    padding: 10px;
    font-size: 14px;
    position: static;
    margin-top: 10px;
  }
  
  
  
  .flow_items{
    margin-left: 5px;
    margin-right: 5px;
  }
  .flow_items .item{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .flow_items .item + .item:before{
    display: none;
  }
  .flow_items .item:nth-child(n+4){
    margin-top: 10px;
  }
  
  .home_access_blc .box1,
  .home_access_blc .box2{
    width: 100%;
    
  }
  .home_access_blc .box2{
    margin-top: 15px;
  }
  
  .contact_blc{
    padding: 30px 15px 15px;
  }
  .contact_blc .tt2{
    margin-bottom: 20px;
  }
  .contact_blc .txt1{
    font-size: 18px;
  }
  
  
  /* **********************************
   *  初めての方
   * ********************************* */
  .pg_about .section#sec1{
    padding: 50px 0;
  }
  .pg_about .section#sec2{
    padding: 50px 0;
  }
  .pg_about .section#sec3{
    padding: 50px 0;
  }
  .pg_about .section#sec4{
    padding: 50px 0;
  }
  
  .about_sample_items .item{
    width: 100%;
  }
  .about_sample_items .item+.item{
    margin-top: 30px;
  }
  .about_sample_items .item .inner{
    display: flex;
    justify-content: space-between;
  }
  
  .about_sample_items .item .img{
    width: 30%;
  }
  .about_sample_items .item .txt{
    width: 68%;
    margin-top: 0;
    line-height: 1.6;
  }
  
  .about_blc1 .box1,
  .about_blc1 .box2{
    width: 100%;
    
  }
  .about_blc1 .box2{
    margin-top: 30px;
  }
  
  
  .about_faq_items .item .inner{
    padding: 25px 10px 10px;
  }
  .about_faq_items .item em.q,
  .about_faq_items .item .txt em.a{
    font-size: 24px;
  }
  
  .about_faq_items .item em.q{
    width: 70px;
    height: 70px;
  }
  .about_faq_items .item .title{
    
    min-height: 0;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 15px;
    
  }
  .about_faq_items .item .txt{
    min-height: 0;
    padding: 10px 10px 10px 0;
  }
  .about_faq_items .item .txt em.a{
    width: 40px;
  }
  .about_faq_items .item .txt .a_txt{
    width: calc(100% - 40px);
  }
  
  /* **********************************
   *  
   * ********************************* */
  .pg_company .section#sec1,
  .pg_company .section#sec2{
    padding: 50px 0;
  }
  
  .company_blc1 .box1,
  .company_blc1 .box2{
    width: 100%;
  }
  .company_blc1 .box2{
    margin-top: 15px;
    text-align: center;
  }
  .company_blc1 .box2 img{
    width: 60%;
  }
  
  .company_blc1 .txt2{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
  }
  
  .company_tbl{
    margin-top: 50px;
  }
  .company_tbl th, 
  .company_tbl td{
    font-size: 13px;
    padding: 10px;
  }
  
  /* **********************************
   *  
   * ********************************* */
  .pg_access .section#sec1,
  .pg_access .section#sec2{
    padding: 50px 0;
  }
  
  .access_blc1 .box1,
  .access_blc1 .box2{
    width: 100%;
  }
  .access_blc1 .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  .access_blc1 dl{
    font-size: 14px;
  }
  
  .access_map iframe{
    height: 300px;
  }
  
  
  .access_info dl{
    font-size: 14px;
  }
  
  
  /* **********************************
   *  
   * ********************************* */
  .pg_corporation .section#sec1,
  .pg_corporation .section#sec2,
  .pg_corporation .section#sec3{
    padding: 50px 0;
  }
  .corporation_msg1{
    font-size: 14px;
    margin-bottom: 50px;
  }
  .corporation_msg2{
    font-size: 14px;
    margin-top: 50px;
  }
  
  .about_sample_items .item .txt{
    font-size: 14px;
  }
  
  .corporation_tt{
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .corporation_tbl + .corporation_tbl{
    margin-top: 30px;
  }
  .corporation_tbl th, 
  .corporation_tbl td{
    padding: 10px;
    font-size: 12px;
  }
  
  
  /* **********************************
   *  
   * ********************************* */
  .pg_works .section#sec1,
  .pg_works .section#sec2,
  .pg_works .section#sec3{
    padding: 50px 0;
    margin-top: 0;
  }
  
  .works_cat_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .works_cat_nav li{
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;

  }
  .works_cat_nav li:nth-child(n+5){
    margin-top: 30px;
  }
  .works_cat_nav li span{
    font-size: 13px;
  }
  
  .works_tt1{
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .works_items_wrap + .works_items_wrap{
    margin-top: 50px;
  }
  .works_gallery_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .works_gallery_items li{
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .works_gallery_items li:nth-child(n+5){
    margin-top: 10px;
  }
  
  .pg_works .contact_blc{
    margin-top: 50px;
  }
  
  /* **********************************
   *  
   * ********************************* */
  .pg_order .section#sec1,
  .pg_order .section#sec2{
    padding: 50px 0;
    margin-top: 0;
  }
  .order_tt1{
    font-size: 16px;
  }
  .order_msg1{
    font-size: 14px;
  }

  .pg_order .contact_blc{
    padding: 15px;
  }
  .contact_blc .box{
    padding: 15px;
  }
  
  .contact_blc .box ul{
    flex-wrap: wrap;
  }
  .contact_blc .box ul li{
    width: 100%;
    text-align: center;
  }
  .contact_blc .box ul li+li{
    margin-top: 10px;
  }
  .contact_blc .txt2{
    margin-top: 15px;
  }
  
  .contact_tt{
    font-size: 16px;
  }
  
  /* **********************************
   *  
   * ********************************* */
  
  
  
  
  .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: 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"],
  .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: 30%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 16px;
  }
  .privacy_tt h3{
    font-size: 16px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
  
  .privacy_txt{
    font-size: 14px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}