@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&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%;
}
body, table, input, textarea, select, option {
    font-family: 'M PLUS 1p', 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;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #262626;
    font-size: 2.2rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    overflow: hidden;
    text-align: left;
}
#main {}
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;
        font-size: 1.2rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 24px 5px 20px;
    box-sizing: border-box;
    background-color: #FF0012;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 1002px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gHeader .hBox a {
    display: block;
}
#gHeader h1 {
    width: 493px;
}
#gHeader .hImg {
    width: 408px;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 18px 5px 14px;
    }
    #gHeader .hBox {
        width: auto;
        display: block;
    }
    #gHeader h1 {
        margin: 0 auto;
        width: 245px;
    }
    #gHeader .hImg {
        display: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 34px;
    padding: 8px 10px;
    background-color: #10338D;
}
#gFooter address {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 6px 10px 63px;
    }
    #gFooter address {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        font-style: normal;
        text-align: center;
    }
    .naviUl {
        padding: 4px 10px 6px;
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #FE0000;
    }
    .naviUl li {
        margin: 4px 5px 0;
        width: 105px;
    }
    .naviUl li a {
        display: block;
    }
}
@media all and (max-width: 374px) {
    #gFooter {
        padding: 6px 10px 58px;
    }
}