html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div, aside {
  margin: 0;
  padding: 0;
}
img {
    display: block;
    max-width: 1000px;
    height: auto;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
body {
    width: 1000px;
    height: 1500px;
    margin: 0 auto;
    font-family: "Yu Gothic","'arial",sans-serif;
}
/* footer */

footer  {
    background-color: lightgray;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 5px;
    width: 100%;
    margin: 0 auto;
}

.contact-us {
    margin-left: 20px;
}
.far {
    margin-right: 5px;
}
.fas {
    margin-right: 5px;
} 
.footer-1 {
    font-weight: bold;
    border-bottom: 1px solid gray;
    width: 130px;    
    text-align: center;
    margin: 0 auto;    
    margin-bottom: 5px;
}
.contact-us p {
    font-size: 13px;
}
.contact-us img {
    width: 200px;
    height: 200px;
    margin-top: 10px;
}
.contact-us a {
    color: black;
}
.google-map {
    margin-top: 10px;
}
.google-map iframe {
    width: 200px;
    height: auto;
}
.sns p {
    font-size: 13px;
}
.line {
    width: 200px;
    margin-top: 10px;
}
.line-wide {
    width: 200px;
}
.line2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.line-code {
    margin-left: 5px;
}
.line p {
    font-size: 12px;
    margin-left: 5px;
}
.insta {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin-top: 30px;
}
.insta img {
    width: 60px;
    height: 60px;
}
.insta-code {
    margin-left: 5px;
}
.insta p {
    font-size: 12px;
    margin-left: 5px;
}
.main-service p {
    font-size: 13px;
}
.other-service {
    margin-top: 30px;
}
.other-service p {
    font-size: 13px;
}
.right-footer {
    margin-right: 20px;
}
.right-footer p {
    font-size: 13px;
}
.right-footer a {
    color: black;
}
.PHOTO {
    margin-top: 30px;
}
.footer-2 {
    background-color: lightgray;
    padding: 30px 0;
    text-align: center;
}
.footer-2 p {
    font-size: 13px;
    color: gray;
}
.service a {
    color: black;
}
/* .contact-us a[href^="tel:"] {
    pointer-events: none;
} */

@media(max-width: 770px) {
    body {
        height: auto;
        width: 100%;
        /* margin: 0 auto; */
    }    
    div {
        margin: 0 auto;
        padding: 0;
    }

    /* footer */

    footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;        
        text-align: center;
    }
    .contact-us {
        margin: 0 auto;
    }
    
    .right-footer {
        margin: 0 auto;
    }
    .footer-1 {
        margin-top: 30px;
    }
    .service, .footer-aboutus {
        display: none;
    }
    .contact-us a[href^="tel:"] {
        pointer-events: block;
    }
    .footer-2 {
        background-color: lightgray;
        padding: 0;
        padding-bottom: 60px;
        text-align: center;
    }
    .footer-2 p {
        font-size: 3vw;
        color: gray;
    }
}