@charset "UTF-8";
/* CSS Document */
html, body {
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch
}
p {
    line-height: 1.8
}
img {
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 100%;
}
.hover:hover {
    opacity: 0.7;
    cursor: pointer;
}
.pc {
    display: inline-block;
}
.sp {
    display: none ;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}
