@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;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: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
    box-sizing: border-box;
}
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: #00696C;
    text-decoration: none;
}
a:visited {
    color: #00696C;
}
a:hover {
    color: #00696C;
    opacity: 0.7;
}
a:active {
    color: #00696C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1200px;
    color: #000;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    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.3rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 16px 0 10px;
    position: relative;
    min-height: 56px;
    box-sizing: border-box;
    background-color: #E3E3E3;
}
#gHeader h1 {
    margin: 0 auto;
    width: 1100px;
}
#gHeader h1 a:hover {
    opacity: 1 !important;
}
#gHeader .linkBox {
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
}
#gHeader .linkBox .pLink {
    margin-right: 18px;
}
#gHeader .linkBox .pLink a {
    padding: 0 26px 2px 0;
    display: block;
    color: #00696C;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: url("../img/common/icon01.png") no-repeat right center / 22px;
}
#gHeader .linkBox .link {
    width: 272px;
}
#gHeader .linkBox .link a {
    display: block;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 0 0 0 10px;
        min-height: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: inherit;
    }
    #gHeader .hBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    #gHeader h1 {
        margin: 0;
        width: 25%;
    }
    #gHeader h1 img {
        display: block;
    }
    #gHeader .linkBox {
        width: 73%;
        justify-content: flex-end;
        position: inherit;
    }
    #gHeader .linkBox .pLink {
        margin-right: 4px;
        width: 58%;
        max-width: 200px;
        font-size: 1.1rem;
        line-height: 1.2;
    }
    #gHeader .linkBox .pLink a {
        padding: 2px 14px 2px 0;
        font-size: 1rem;
        background: url("../img/common/icon01.png") no-repeat right center / 12px;
    }
    #gHeader .linkBox .link {
        width: 39%;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    background-color: #00696C;
    background-size: auto auto;
}
#gFooter .fBox {
    padding: 32px 10px 40px;
    margin: 0 auto;
    max-width: 988px;
    align-items: flex-end;
}
#gFooter .fLogo {
    margin-right: 18px;
    width: 143px;
    display: inline-block;
}
#gFooter .fLogo a:hover {
    opacity: 1;
}
#gFooter address {
    padding-top: 14px;
    width: calc(100% - 163px);
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1;
    color: #FFF;
    display: inline;
}
@media all and (max-width: 896px) {
    #gFooter .fBox {
        padding: 14px 20px 5px;
        margin: 0 auto;
        max-width: 990px;
        align-items: center;
    }
    #gFooter .fLogo {
        margin-right: 6px;
        width: 60px;
    }
    #gFooter address {
        padding: 0 0 5px;
        width: calc(100% - 70px);
        font-size: 1.2rem;
    }
}