@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
#main, table, input, textarea, select, option {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
/* #main a, #main a:link {
    color: #222;
    text-decoration: none;
} */
#main a:visited {
    /* color: #222; */
}
#main a:hover {
    /* color: #222; */
}
#main a:active {
    /* color: #222; */
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#container {
    text-align: left;
}
#main {
    margin-bottom: 110px;
    max-width: 1060px;
    margin: 0 auto;
    color: #222;
    min-width: 1100px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt"
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
    }
    #main {
        min-width: inherit;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #main {
        margin-bottom: 50px;
        font-size: 1.3rem;
    }

}
@media all and (-ms-high-contrast:none) {
        #main {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 400;
        }
    }
/*---------------------
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {}
@media all and (max-width: 896px) {
    #gHeader {}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {}
@media all and (max-width: 896px) {}
