@charset "utf-8"; 
div {
    text-align: center;
}
a {
    color: #000;
}
.only-sp {
    display: none;
}
div p {
    margin: 100px auto 0px;
    font-size: 21px;
    line-height: 2em;
}
#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 10px;
    color: #8C8C8C;
}
.mail-img {
    height: 25px;
    width: auto;
    vertical-align: bottom;
    padding-bottom: 6px;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width:780px){
    img {
        width: 100%;
    }
.mail-img {
    height: 14px;
    padding-bottom: 3px;
}
    div p {
        font-size: 12px;
    }
 .only-sp {
    display: block;
}
}