﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');
html {
    font-family: "Noto Sans JP","メイリオ",Meiryo, sans-serif;
	font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
@media(min-width: 641px) {
    html {
        font-feature-settings: "palt";
    }
    html.safari {
        font-feature-settings: "pkna";
        letter-spacing: 0;
    }
}
body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-all;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block;
    box-sizing: border-box;
}
figure {
    font-size: 0;
}
figure figcaption {
    line-height: 1.5;
}
button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    font: inherit;
    overflow: visible;
    box-sizing: border-box;
}
button,
select {
    cursor: pointer;
    text-transform: none;
}
select::-ms-expand {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: border-box;
    height: 0;
    overflow: visible;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
li {
    list-style: none
}
a {
    transition: all 0.3s ease;
    display: block;
}
a[href^="tel:"] {
    cursor: default;
}
a[href^="tel:"]:hover {
    opacity: 1;
}
img{
	max-width: 100%;
	height: auto;
    vertical-align: top;
}
figure {
	margin: 0;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}
.sp {
    display: none !important;
}
body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
    min-width: 1000px;
}
