@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 (min-width:1300px){
  .top_service ul:before{
    left:-16%;
  }
}

@media only screen and (min-width:1500px){
  .top_service ul:before{
    left:-13%;
  }
}

@media only screen and (max-width:1220px){
  .mv .item{
    height: 60vw;
  }
  .top_service ul:before{
    left:-34%;
  }
}

@media only screen and (max-width:1120px){
  .container{
    width: 100%;
  }
  .top_service ul:before{
    left:-42%;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
/*  .mv{
    height:680px;
  }*/
  footer .ftr_contact .box_area{
    align-items: center;
  }
  footer .ftr_contact .box_area li{
    padding:0 10px;
  }
  footer .ftr_contact .ttl{
    font-size:20px;
  }
  .gnav ul > li{
    margin:0 15px 0 0;
  }
  header .hdr_top .tel{
    display: none;
  }
  .top_service ul:before{
    display: none;
  }
  .top_service li{
    background: url(/img/top/bg_1.jpg) no-repeat 100% 0;
  }
  .top_service li:nth-of-type(2) {
    background: url(/img/top/bg_2.jpg) no-repeat 100% 0;
  }
  .top_service li:nth-of-type(3) {
    background: url(/img/top/bg_3.jpg?2) no-repeat 100% 0;
  }
  .top_service li:nth-of-type(4) {
    background: url(/img/top/bg_4.jpg?2) no-repeat 100% 0;
  }
  .top_service li:nth-of-type(5) {
    background: url(/img/top/bg_5.jpg) no-repeat 100% 0;
  }
  .top_service li .white_box{
    padding:0;
  }
  .top_service li .white_box{
    justify-content: center;
  }
  .pg_used .box table th{
    font-size:13px;
  }
  .pg_used .ttl{
    display: block;
  }
  .pg_used .ttl dt{
    margin:0 0 10px 0;
  }
}

@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 .nav-in{
    padding: 10px 0;
  }  
  header .hdr_btm{
    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 a{
    padding: 15px 0;
    color:#000;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }


  .post_items{

  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }

  .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;
  }
  header .hdr_btm .con,
  footer .ftr_btm .box_area ul{
    display: none;
  }
  .mv {
    margin-top: 0;
  }
  .mv .item{    
    height: 85vw;
  }
  footer .ftr_contact .box_area{
    display: block;
  }
  footer .ftr_contact .box_area li:first-of-type{
    border-right:0;
    border-bottom:1px dotted #000;
  }
  footer .ftr_contact .box_area li{
    padding:15px 0;
    width:100%;
    text-align: center;
  }
  footer .ftr_btm dl{
    display: block;
  }
  footer .ftr_btm dl dd{
    margin:5px 0 0 0;
  }
  .main_ttl .mores{
    display: none;
  }
  .main_ttl .en_ttl{
    font-size:28px;
  }
  .main_ttl .ttls{
    font-size:14px;
  }
  .top_service li .white_box div .en_ttl{
    font-size:26px;
  }
  .top_service li:nth-of-type(3),
  .pg_service .box:nth-of-type(3) .bg_ttl{
    background-image: url('/img/top/bg_3_sp.jpg');
    background-size: cover;
    background-position: center center;
  }
  .top_service li:nth-of-type(4),
  .pg_service .box:nth-of-type(4) .bg_ttl{
    background-image: url('/img/top/bg_4_sp.jpg');
    background-size: cover;
    background-position: center center;
  }
  .top_bnr{
    margin:0 auto;
  }
  .top_bnr li{
    width: 50%;
    text-align: center;
  }
  .top_gallery ul li:nth-of-type(5),
  .top_gallery ul li:nth-of-type(6),
  .top_gallery ul li:nth-of-type(7),
  .top_gallery ul li:nth-of-type(8),
  .top_gallery ul li:nth-of-type(9),
  .top_gallery ul li:nth-of-type(10){
    display: none;
  }
  .top_gallery ul li{
    width: 24%;
    padding-top: 21.9%;
  }
  .pg_service .box .bg_ttl .container div .en_ttl{
    font-size:26px;
  }
  .pg_service .box{
    margin:0 0 80px 0;
  }
  .pg_used .ttl dt,
  .pg_used .ttl dd .price{
    font-size:17px;
  }
  .pg_used .ttl dd .price span{
    font-size:13px;
  }
  .pg_used .ttl dd a{
    width:150px;
  }
  .pg_used .box table{
    width:540px;
    margin:0 auto;
  }
  .pg_used .box table th, .pg_used .box table td,
  .pg_used .box table.type_1 td,
  .pg_used .box table.type_2 td,
  .pg_used .box table.type_1 th, .pg_used .box table.type_2 th{
    display: block;
    width:100%;
  }
  .pg_used .box .sub_ttl{
    width:540px;
    margin:0 auto 10px auto;
  }
}

@media only screen and (max-width:575px){
  .mv {
    /*height: 350px;*/
    /*margin-top: -85px;*/
  }
  footer{
    margin:100px 0 0 0;
  }
  footer iframe{
    height:250px;
  }
  .top_service li .white_box div{
    width:96%;
  }
  .top_bnr{
    width:100%;
  }
  .top_gallery ul li {
    width: 48%;
    padding-top: 42.9%;
  }
  .pg_service .box .bg_ttl .container div{
    width:96%;
  }
  .pg_used .box .sub_ttl,
  .pg_used .box table{
    width:100%;
  }
  .pg_used .image_area .mainImage{
    width:100%;
    float:none;
    margin:0 0 15px 0;
  }
  .pg_used .image_area .thumbnails{
    width:100%;
    float:none;
  }
  .pg_used .image_area .thumbnails .img{
    width:23%;
    padding-top:17%;
  }
}