@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;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;*/
    font-size: 1.63rem;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', 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: #5a5b5c;
    text-decoration: none;
}
a:visited {
    color: #5a5b5c;
}
a:hover {
    color: #5a5b5c;
}
a:active {
    color: #5a5b5c;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #5a5b5c;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.86;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    display: block;
}
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
------------------------------------------------------------*/
#gHeader {
    padding-left: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
#gNavi {
    display: flex;
    align-items: center;
}
#gNavi .hBtn a {
    padding: 10px 48px;
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    background-color: #4DBA80;
}
#gNavi .hBtn a:hover {
    opacity: 0.7;
}
#gNavi ul {
    margin: -7px 23px 0 0;
    display: flex;
}
#gNavi ul li {
    margin: 0 10px;
}
#gNavi li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
#gNavi li a:hover {
    opacity: 0.7;
}
#gHeader h1 img{
    max-width: 253px;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding-left: 10px;
    }
    #gHeader h1 {
        width: 60px;
    }
    #gNavi .hBtn a {
        padding: 8px;
        font-size: 1.4rem;
    }
    #gNavi ul {
        margin: -1px 12px 0 0;
    }
    #gNavi li a {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	gFooter 
------------------------------------------------------------*/
#gFooter {
    padding: 7px 20px 10px;
    background-color: #40464A;
}
#gFooter .fBox {
    margin: 0 auto;
    width: 1201px;
    display: flex;
    justify-content: space-between;
}
#gFooter .fBox ul {
    margin-top: 1px;
    display: flex;
}
#gFooter .fBox ul li {
    margin-right: 16px;
}
#gFooter .fBox ul li:last-child {
    margin-right: 0;
}
#gFooter .fBox ul li a {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 400;
}
#gFooter .fBox ul li a:hover {
    text-decoration: underline;
}
#gFooter .fBox address {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
    #gHeader h1 img {
        max-width: 180px;
    }
    #gFooter .fBox {
        width: auto;
        display: block;
    }
    #gFooter .fBox ul {
        margin-bottom: 10px;
    }
    #gFooter .fBox ul li a {
        font-size: 1.2rem;
    }
    #gFooter .fBox ul li a:hover {
        text-decoration: none;
    }
    #gFooter .fBox address {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
}