@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:1139px){
  .container{
    width: 100%;
  }
  
  .home_blc1 .title_bg{
    font-size: 130px;
  }
}

@media only screen and (max-width:1023px){
  
  .gnav > ul{
    justify-content: center;
    font-size: 16px;
  }
  .gnav > ul > li{
    padding: 0 10px;
  }
  .gnav > ul > li+li{
    padding: 0 10px;
  }
  
  .mv{
    height: 500px;
    margin-top: 30px;
  }
  .pg_header .container{
    height: 250px;
  }
  
  footer .ftr1 .box1{
    width: 100%;
    text-align: center;
  }
  
  footer .ftr_links{
    justify-content: center;
  }
  footer .ftr_links li{
    min-width: 0;
    padding: 0 15px;
  }
  
  footer .ftr1 .box2{
    width: 100%;
  }
  
  
  .tt1{
    height: 220px;
    padding-top: 50px;
  }
  
  
  .home_blc1 + .home_blc1{
    margin-top: 100px;
  }
  .home_blc1 .box1,
  .home_blc1 .box2{
    width: 100%;
    padding: 0 20px;
  }
  .home_blc1:nth-child(even) .box1{
    order: 1;
  }
  .home_blc1:nth-child(even) .box2{
    order: 2;
    padding: 0 20px;
  }
  .home_blc1 .box1{
    height: 300px;
  }
  
  .home_blc1 .inner{
    width: 100%;
  }
  .home_blc1 .title_bg,
  .home_blc1:nth-child(even) .title_bg{
    font-size: 100px;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  .home_blc1 .read_more{
    margin-top: 30px;
  }
  
  
  
  .aboutus_tt1 span{
    font-size: 60px;
  }
  
  .page_list li{
    width: 48%;
  }
  .page_list li a{
    padding: 20px 15px;
  }
  
  
  .service_blc1 .box1{
    width: 56%;
  }
  
  .service_list.half > li{
    width: 100%;
  }
  .service_list.half > li + li{
    margin-top: 15px;
  }
  
  .service_flow_items{
    margin-left: -3em;
    margin-right: -10px;
  }
  .service_flow_items .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
  .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-top: 15px;
  }
  header .hdr1{
    margin-bottom: 15px;
    justify-content: center;
  }
  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;
    width: 200px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  footer{
    padding-top: 40px;
  }
  footer .ftr1{
    margin-bottom: 40px;
  }
  footer .ftr1 .box2{
    margin-top: 10px;
    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: 15px 10px;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li,
  .gnav > ul > li + li{
    padding: 15px 10px;
  }
  .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;
  }
  
  .mv{
    height: 350px;
    margin-top: 0;
  }
  .pg_header .container{
    height: 200px;
  }
  
  .tt1{
    height: 150px;
    padding-top: 30px;
  }
  .tt1 em{
    font-size: 26px;
  }
  .tt1 .t1{
    font-size: 13px;
    margin-top: 10px;
  }
  
  .tt3 span{
    font-size: 22px;
  }
  
  .read_more a{
    padding: 10px 0;
  }
  
  
  .pg_home .section#sec2{
    margin-top: 100px;
  }
  
  .home_promiss_wrap{
    margin-top: -70px;
  }
  
  .home_promiss_items li{
    width: 100%;
  }
  .home_promiss_items li:nth-child(n+3){
    margin-top: 10px;
  }
  .home_promiss_items li em{
    font-size: 20px;
  }
  
  .home_blc1 .box1{
    height: 150px;
  }
  
  .home_blc1 .title_bg, 
  .home_blc1:nth-child(even) .title_bg{
    font-size: 50px;
  }
  .home_blc1 .title{
    font-size: 26px;
  }
  
  
  .section#contact{
    padding: 50px 0;
  }
  /*.cmn_contact_items .item{
    width: 100%;
  }
  .cmn_contact_items .item:nth-child(2n){
    border-left: 0;
    border-top: 2px solid #eeeeee;
  }*/
  .cmn_contact_items .item{
    padding: 30px 15px;
  }
  .cmn_contact_items .item .title{
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .cmn_contact_items .item .title span{
    margin-top: 10px;
    font-size: 14px;
  }
  
  
  .aboutus_tt1{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutus_tt1 span{
    font-size: 30px;
  }
  
  .aboutus_tbl th{
    width: 120px;
    padding-left: 15px;;
  }
  .aboutus_tbl td{
    padding-left: 15px;
  }
  
  .aboutus_blc1 .box1,
  .aboutus_blc1 .box2{
    width: 100%;
  }
  .aboutus_blc1 .box1{
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutus_blc1 .box1 img{
    width: 70%;
  }
  
  
  .page_list li{
    width: 100%;
    font-size: 15px;
    padding-right: 22.5px;
  }
  .page_list li:nth-child(n+2){
    margin-top: 10px;
  }
  .page_list li a{
    padding: 15px 10px;
  }
  .page_list li a:after{
    width: 45px;
    height: 6px;
  }
  
  .service_tt{
    font-size: 24px;
  }
  .service_tt span{
    font-size: 20px;
  }
  .service_blc1 .box1,
  .service_blc1 .box2{
    width: 100%;
  }
  .service_blc1 .box2{
    margin-top: 10px;
    text-align: center;
  }
  
  .service_list_wrap{
    padding: 15px 10px;
  }
  
  .service_flow_items{
    margin-top: 10px;
  }
  .service_flow_items .item{
    width: 100%;
  }
  .service_flow_items .item:nth-child(n+2){
    margin-top: 10px;
  }
  .service_flow_items .item .inner{
    display: flex;
    justify-content: space-between;
  }
  .service_flow_items .item .inner .img{
    width: 40%;
  }
  .service_flow_items .item .inner .txt{
    width: 58%;
  }
  
  
  .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"]{
    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;
  }
}

@media only screen and (max-width:359px){
  
  .aboutus_tt1{
    font-size: 18px;
  }
  .aboutus_tt1 span{
    font-size: 24px;
  }
  
  .footer_fix ul{
    font-size: 12px;
  }
}