/*
Theme Name: 並木町の整骨院
Version: 1.0
*/

@charset "UTF-8";

@font-face {
    font-family: 'namikicho';
    src:
        url('fonts/namikicho.ttf?1xulcr') format('truetype'),
        url('fonts/namikicho.woff?1xulcr') format('woff'),
        url('fonts/namikicho.svg?1xulcr#namikicho') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'namikicho' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
    content: "\e60b";
}
.icon-first:before {
    content: "\e60e";
}
.icon-last:before {
    content: "\e60f";
}
.icon-arrow-left22:before {
    content: "\e607";
}
.icon-arrow-down22:before {
    content: "\e609";
}
.icon-arrow-up22:before {
    content: "\e606";
}
.icon-arrow-right22:before {
    content: "\e60a";
}
.icon-facebook:before {
    content: "\e613";
}

