@charset "utf-8";
/* ================================================================================ */
/*		スタイル初期化																*/
/* ================================================================================ */

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Serif JP', sans-serif;
    font-feature-settings: "palt";
}

input,
button,
select {
    font-family: 'Noto Serif JP', sans-serif;
    font-feature-settings: "palt";
}

textarea {
    font-family: 'Noto Serif JP', sans-serif;
    font-feature-settings: "palt";
    resize: vertical;
}

button {
    border: 0;
}

a img,
img {
    border: 0;
}

svg,
img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    border: 0;
}

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

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

a {
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

address {
    font-style: normal;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
fieldset,
legend,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    border: 0;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
}

hr {
    margin: .5em 0;
    padding: 0;
    clear: both;
    height: 0;
    border: none;
}

* html hr {
    border-top: 1px solid;
}

*:first-child+html hr {
    /* for IE7 */
    border-top: 1px solid;
}

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

@media screen and (max-width: 480px) {
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
        text-decoration: underline;
    }
}

/* ================================================================================ */
/*		clearfix																	*/
/* ================================================================================ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */