@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){
  
  footer{
    margin-top: 150px;
  }
  footer .ftr1{
    margin-top: 100px;
  }
  
  .ftr_contact{
    padding: 70px 10px 30px;
  }
  .ftr_contact .title{
    font-size: 32px;
  }
  .ftr_contact .title em{
    
  }
  .ftr_contact .btns a{
    margin: 0 15px;
  }
  
  /*.tt1{
    font-size: 14px;
  }
  .tt1 span{
    font-size: 26px;
  }*/

  .tt2{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .tt2 em{
    font-size: 16px;
  }
  
  .tt2.md{
    font-size: 26px;
  }
  .tt2.md em{
    font-size: 16px;
  }
  
  .tt2.sm{
    font-size: 22px;
  }
  .tt2.sm em{
    font-size: 14px;
  }
  
  .tt2 span{

  }
  
  
  .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 {
    margin-bottom: 50px;
  }
  body.home header{
    margin-bottom: 100px;
  }
  
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: calc(100% - 40px - 10px);
  }
  header .hdr1 .hdr_logo img{
    width: auto;
    height: 40px;
  }
  
  header .hdr1 .hdr_logo p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
  }
  
  
  header .hdr1 .hdr_menubtn{
    width: 40px;
  }
  
  
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  header .hdr2{
    padding-top: 50px;
  }
  
  .home_logo_wrap .h1{
    text-align: center;
  }
  
  
  footer{
    margin-top: 100px;
  }
  
  footer .ftr_links li{
    padding: 0 10px;
  }
  
  footer .copy{
    font-size: 12px;
  }
  
  footer .ftr_logo{
    margin-bottom: 30px;
  }
  footer .ftr_logo img{
    width: 250px;
  }
  
  .ftr_contact_wrap{
    display: none;
  }
  .ftr_contact .btns{
    flex-wrap: wrap;
  }
  .ftr_contact .btns a{
    width: 100%;
    margin: 5px 0;
  }
  
  
  
  .footer_fix{
    display: block;
  }
  
  
  .gnav{
    padding-bottom: 50px;
  }
  .gnav ul{
    font-size: 20px;
    margin-top: 20px;
  }
  .gnav ul li+li{
    margin-top: 20px;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 14px;
  }
  .tt1 span{
    font-size: 26px;
  }

  .tt2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .tt2 em{
    font-size: 12px;
  }
  .tt2 em:before{
    content: " / ";
  }
  
  .tt2.md{
    font-size: 22px;
  }
  .tt2.md em{
    font-size: 12px;
  }
  
  .tt2.sm{
    font-size: 22px;
  }
  .tt2.sm em{
    font-size: 12px;
  }
  
  .tt2 span{

  }
  
  
  .tt2.bdr_top.right{
    text-align: left;
  }
  
  .tt3{

  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  
  .read_more a{
    width: 250px;
  }
  
  
  
  
  /**/
  .pg_home .section#sec1{
    padding-bottom: 30px;
  }
  .pg_home .section#sec1:before{
    
    bottom: 0;
    z-index: -1;
  }
  .pg_home .section#sec2{
    margin-top: 50px;
  }
  .pg_home .section#sec3{
    margin-top: 50px;
  }
  
  .home_scroll_btn{
    
  }
  .home_scroll_btn img{
    width: 13px;
  }
  
  .home_logo_wrap .logo img{
    width: 280px;
  }
  
  .home_about .box1{
    width: 100%;
  }
  .home_about .box2{
    width: 100%;
    margin-top: 10px;
  }
  
  .about_tt{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about_tt em{
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  
  /**/
  .pg_about .section#sec2{
    margin-top: 50px;
  }
  .pg_about .section#sec3{
    margin-top: 50px;
  }
  
  .about_wrap .box1, .about_wrap .box2, .about_wrap .box3, .about_wrap .box4 {
    width: 100%;
    margin-bottom: 50px;
  }
  .about_wrap .box2{
    text-align: center;
  }
  .about_wrap .box2 img{
    width: 60%;
  }
  .about_details_wrap .about_details2{
    width: 100%;
  }
  .about_details_wrap .about_details2:nth-child(n+2) {
    margin-top: 20px;
  }
  
  .about_outline .box1,
  .about_outline .box2{
    width: 100%;
  }
  .about_outline .box2{
    margin-top: 10px;
    padding: 15px;
  }
  
  .about_outline h3{
    font-size: 18px;
  }
  .about_outline h3 em{
    font-size: 14px;
  }
  
  
  
  /**/
  .works_items{
    margin-bottom: 30px;
  }
  .works_items .item{
    width: 50%;
  }
  .works_items .item .img .title{
    width: 90%;
    height: 90%;
    font-size: 13px;
  }
  
  .pg_home .works_items .item{
    width: 33.333%;
  }
  .pg_home .works_items .item .img .title{
    font-size: 10px;
  }
  
  .works_detail {
    margin-bottom: 100px;
  }
  .works_detail .title{
    
  }
  .works_detail .title span{
    display: block;
    float: none;
    font-size: 15px;
  }
  .works_detail .post_content {
    margin-bottom: 30px;
  }
  
  .works_slider .works_slider_main{
    width: calc(100% - 60px);
  }
  .works_slider .works_slider_arrow{
    width: 30px;
    font-size: 20px;
  }
  
  /**/
  
  .report_items{
    margin: 0 -5px;
  }
  .report_items .report_item{
    width: 50%;
    padding: 0 5px;
  }
  .report_items .report_item:nth-child(n+3) {
    margin-top: 30px;
  }
  
  .report_detail{
    padding: 15px;
    margin-bottom: 100px;
  }
  
  .report_detail .title{
    font-size: 18px;
  }
  
  /**/
  
  .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: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:359px){
  
  header .hdr1 .hdr_logo{
    width: calc(100% - 34px - 10px);
  }
  header .hdr1 .hdr_logo img{
    width: auto;
    height: 34px;
  }
  
  header .hdr1 .hdr_logo p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
  }
  
  
  header .hdr1 .hdr_menubtn{
    width: 34px;
  }
  
  footer .ftr_links{
    font-size: 12px;
  }
  
  .footer_fix ul{
    font-size: 12px;
  }
}