@charset "utf-8";

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    zoom: 1;
    /* hasLayout in IE */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
}

p {
    max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

img {
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #4c4948;
}

a:focus {
    outline: none;
}

a img {
    border: none;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

textarea {
    overflow: auto;
}

label {
    cursor: pointer;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.4s;
}

a[href^="tel:"]{
    pointer-events: none;
}

strong {
    font-weight: normal;
}

ul, ol {
    list-style-type: none;
}

body {
    position: relative;
    width: 100%;
    min-width: 1120px;
    font-family: 'Noto sans JP', sans-serif;
    color: #4C4B4C;
    box-sizing: border-box;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {

    a:hover {
        opacity: 1;
    }
    
    body {
        position: relative;
        right: 0;
        width: 100%;
        min-width: 360px;
        transition: 0.4s;
    }
    
    a[href^="tel:"]{
        pointer-events: auto;
    }
    
    .sp {
        display: block;
    }
    
    .pc {
        display: none;
    }
}