@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%;
  }
}

@media only screen and (max-width:1023px){
  
  header .hdr1{
    margin-bottom: 30px;
  }
  .gnav > ul{
    justify-content: center;
    margin-left: 0;
    margin-right: 0px;
  }
  .gnav > ul > li{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .mv{
    margin: 20px 10px;
    height: 400px;
  }
  .mv .mv_box .txt{
    font-size: 20px;
    padding: 20px;
  }
  
  
  .pg_home .section#sec1{
    margin-top: 80px;
  }
  
  .service_items .item{
    width: 33.333%;
  }
  .service_items .item:nth-child(n+4){
    margin-top: 30px;
  }
  .service_items .item .title{
    margin-top: 15px;
  }
  
  .price_blc .tbl th{
    font-size: 16px;
  }
  
  .price_tbl1{
    width: 100%;
  }
  .price_tbl2 .th1{
    width: 200px;
  }
  .price_blc .price_tbl4 .th1{
    width: 50%;
  }
  .price_blc .price_tbl4 .th2{
    width: 25%;
  }
  
  .price_blc .price_tbl4 th{
    padding-left: 10px;
  }
  
  .price_blc .price_tbl4.pd2 th{
    padding-left: 10px;
  }
  
  .price_blc .price_tbl1 th,
  .price_blc .price_tbl2 th,
  .price_blc .price_tbl3 th,
  .price_blc .price_tbl4 th,
  .price_blc .price_tbl5 th{
    letter-spacing: 0.05em;
  }
  
  
  .pg_news .post_items .item .date{
    width: 140px;
  }
  .pg_news .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;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  
  header .hdr1{
    margin: 20px 0;
  }
  header .hdr1 .hdr_logo{
    margin-bottom: 0
  }
  
  header .hdr1 .hdr_logo img{
    width: 280px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  footer{
    padding: 50px 0;
  }
  footer .ftr1{
    padding: 0 15px;
    margin-bottom: 50px;
  }
  footer .ftr2{
    display: none;
  }
  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  .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,
  .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: 200px;
  }
  .mv .mv_box .txt{
    font-size: 16px;
  }
  
  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header .container{
    height: 200px;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt2{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .tt2 span{
    font-size: 18px;
  }
  .tt3{
    font-size: 18px;
    padding-bottom: 8px;
  }
  
  ul.read_more{
    justify-content: space-between;
  }
  ul.read_more li{
    width: 49%;
  }
  ul.read_more li + li{
    margin-left: 10px;
  }
  .read_more a{
    min-width: 0;
    padding: 7px 30px;
    font-size: 14px;
    white-space: nowrap;
  }
  
  .section#corporate .box .title{
    font-size: 20px;
  }
  
  .pg_txt1{
    margin-bottom: 60px;
  }
  
  .home_blc1 .box1,
  .home_blc1 .box2{
    width: 100%;
  }
  .home_blc1 .box2{
    text-align: center;
    margin-top: 20px;
  }
  .home_blc1 .txt{
    margin-bottom: 35px;
  }
  
  
  
  .service_items{
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
  }
  .service_items .item{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .service_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .contact_items{
    flex-wrap: wrap;
    padding: 10px;
  }
  .contact_items li{
    width: 100%;
    padding: 5px 0;
  }
  
  
  .guide_items .item{
    padding: 20px 20px;
  }
  .guide_items .item .title{
    font-size: 20px;
  }
  
  
  .archive_wrap .box_l,
  .archive_wrap .box_r{
    width: 100%;
  }
  .archive_wrap .box_l{
    /*order: 2;*/
    /*margin-top: 50px;*/
    margin-bottom: 30px;
  }
  .archive_wrap .box_r{
    /*order: 1;*/
  }
  .archive_cat li a{
    padding: 10px 10px;
  }
  
  
  .service_tt{
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  
  .tbl .s1{
    font-size: 12px;
  }
  
  
  .price_tt1{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .price_blc .tbl th{
    font-size: 13px;
  }
  .price_tbl2 .th1{
    width: 25%;
  }
  .price_blc .price_tbl4 .th1{
    width: 56%;
  }
  .price_blc .price_tbl4 .th2{
    width: 28%;
  }
  
  .price_blc .price_tbl1 th,
  .price_blc .price_tbl2 th,
  .price_blc .price_tbl3 th,
  .price_blc .price_tbl4 th,
  .price_blc .price_tbl5 th{
    letter-spacing: 0;
  }
  
  
  .corporate_blc1 .box1,
  .corporate_blc1 .box2{
    width: 100%;
  }
  .corporate_blc1 .box2{
    margin-top: 30px;
  }
  .corporate_tbl th{
    width: 30%;
  }
  .corporate_tbl th,
  .corporate_tbl td{
    padding: 10px;
  }
  
  .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;
  }
  
  
  .pg_news .post_items .item .date{
    font-size: 13px;
    width: 120px;
  }
  .pg_news .post_items .item .title{
    width: calc(100% - 130px);
    font-size: 14px;
  }
  
  
  .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){
  .footer_fix ul{
    font-size: 12px;
  }
}