@charset "UTF-8";
@media screen and (max-width:1200px) { 
   .top{
    width:100%!important;
   }
   .top img{
    width:100%!important;
   }
}


@media screen and (max-width: 750px){
    header{
        width:100%!important;
    }
    .open nav {
        -moz-transform: translateX(58px);
        -webkit-transform: translateX(58px);
        transform: translateX(100%)!important;
    }
    footer{
        padding: 20px;
    }
    h1{
        padding: 25px !important;
        line-height: 1.5!important;
    }
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    #aboutus p{
        padding: 25px!important;
    }
    .contact .gothic{
        padding: 25px;
        text-align:left!important;
    }
    #contactbg{
    background-image:url('../img/contactformsp.png') !important;
    background-repeat:no-repeat!important;
    background-position:  center top !important ;
    background-size:  150%!important ;
    position: relative;
    width: 150%;
    height: 100%;
    left: -29%;
    overflow-x: hidden !important;
    }
    .service table tbody th {
    padding: 0 !important;
    }
    canvas{
        width:100%!important;
        height:auto;
    }
    #swiffycontainer{
        transform: scale(0.5,0.7);
    }
   nav {
    width: 100%;
    height: 100%;
    padding: 58px 0 0;
    position: fixed;
    top: 0;
    left: -100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: scroll;
    }
    header nav ul li a{
    color: #fff;
    font-family: 'Coda Caption', sans-serif!important;
    font-size: 25px;
    display: block;
    padding: 10px 10px 5px 0;
    text-align:center;
    border-top:1px dotted #fff;
 }
  header nav ul li a:hover{
    text-decoration: none;
    color:#F7921C;
  }
  header nav ul li a span{
    color:#F7921C;
    font-family: "Yu Gothic";
    font-size: 15px;

 }
    nav ul{
        font-size:20px;
    }
    nav ul li a{
        text-align: center;
    }
}