@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Serif JP', 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: #231815;
    text-decoration: none;
}
a:visited {
    color: #231815;
}
a:hover {
    color: #231815;
}
a:active {
    color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #231815;
    font-size: 1.8rem;
    line-height: 1.7;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    padding-top: 79px;
    text-align: left;
}
#main {
    display: block;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@font-face {
    font-family: 'migo';
    src: url(../../fonts/A-OTF-MiGoMB1Std-DeBold.otf);
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    body.fixed {
        width: 100%;
        position: fixed;
        left: 0;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    #container {
        padding-top: 47px;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1370px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#gHeader .hBox h1 {
    margin: 15px 0 10px 20px;
}
#gHeader .hBox #gNavi {
    background-color: #e6e6e6;
    font-size: 2rem;
    letter-spacing: 0.17em;
    width: 644px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}
#gHeader .hBox #gNavi .current a, #gHeader .hBox #gNavi li a:hover {
    background-color: #000;
}
#gHeader .hBox #gNavi li:nth-child(4) {
    border-right: none;
}
#gHeader .hBox #gNavi .list01 {
    width: 101px;
}
#gHeader .hBox #gNavi > li {
    width: 181px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
#gHeader .hBox #gNavi .bgBox {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100vw;
    font-size: 2rem;
    letter-spacing: 0.17em;
    background-color: #4d4d4d;
    z-index: 99;
    display: none;
}
#gHeader .hBox #gNavi .bgBox ul {
    margin: 0 auto;
    width: 100%;
    padding: 3px 0;
    max-width: 1335px;
    color: #fff;
    text-align: left;
}
#gHeader .hBox #gNavi .bgBox ul li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}
#gHeader .hBox #gNavi .bgBox ul li:nth-child(3) {
    margin-right: 0;
}
#gHeader .hBox #gNavi .bgBox ul a:hover {
    opacity: 0.7;
    background-color: transparent;
}
#gHeader .hBox #gNavi .bgBox ul li a {
    color: #fff;
    padding-left: 35px;
    background: url("../../img/common/icon01.png") no-repeat top 3px left 5px;
}
#gHeader .hBox #gNavi > li > a {
    padding: 22px 10px;
    display: block;
}
#gHeader .hBox #gNavi .current a, #gHeader .hBox #gNavi li a:hover {
    color: #fff;
}
#gHeader .hLinkBox {
    font-size: 2rem;
    letter-spacing: 0.17em;
    background-color: #4d4d4d;
}
#gHeader .hLinkBox ul {
    margin: 0 auto;
    padding: 3px 0;
    max-width: 1335px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
}
#gHeader .hLinkBox ul li {
    margin-right: 15px;
}
#gHeader .hLinkBox ul li:nth-child(3) {
    margin-right: 0;
}
#gHeader .hLinkBox ul a:hover {
    opacity: 0.7;
}
#gHeader .hLinkBox ul li a {
    color: #fff;
    padding-left: 35px;
    background: url("../../img/common/icon01.png") no-repeat top 3px left 5px;
}
#gHeader .fixBtn {
    position: absolute;
    right: 0;
    top: 100%;
    width: 94px;
    z-index: 99;
}
#gHeader .fixBtn a {
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    display: block;
    color: #fff;
    padding-top: 55px;
    text-align: center;
    height: 86px;
    background: #231815 url("../../img/common/icon02.png") no-repeat top 14px left 28px;
    box-sizing: border-box;
}
#gHeader .fixBtn a:hover {
    opacity: 0.7;
}
@media (min-width: 897px) and (max-width: 1000px) {
    #gHeader .hBox #gNavi {
        width: 600px;
    }
    #gHeader .hBox #gNavi > li {
        width: 150px;
    }
    #gHeader .hBox #gNavi > li > a {
        font-size: 1.6rem;
    }
    #gHeader .hBox h1 {
        width: 240px;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 12px 0 8px;
    }
    #gHeader .hBox {
        margin: 0 15px;
        max-width: inherit;
        position: relative;
        align-items: center;
    }
    #gHeader .hBox h1 {
        margin: 0;
    }
    #gHeader .hBox h1 a img{
        width: 153px;
    }
    #gHeader .hBox #gNavi{
        padding: 60px 0;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        overflow-y: auto;
    }
    #gHeader .hBox #gNavi .list01 {
        width: 100%;
    }
    #gHeader .hBox #gNavi > li {
        width: 100%;
        border-right:none;
    }
    #gHeader .hBox #gNavi > li:last-of-type {
        margin-bottom: 100px;
    }
    #gHeader .hBox #gNavi > li > a {
        padding: 15px 10px;
        font-size: 1.6rem;
    }
    #gHeader .hBox #gNavi li a:hover {
        background-color: #e6e6e6;
        opacity: 1;
    }
    #gHeader .hBox #gNavi li a:hover {
        color: #000;
    }
    #gHeader .hBox #gNavi .bgBox {
        position: relative;
        left: 0;
        top: 0;
        transform: translateX(0);
        width: auto;
        font-size: 1.6rem;
        display: block;
        background-color: transparent;
    }
    #gHeader .hBox #gNavi .bgBox ul {
        margin: 0 auto;
        width: 100%;
        padding: 3px 0;
        max-width: inherit;
        color: #000;
        text-align: center;
    }
    #gHeader .hBox #gNavi .bgBox ul li {
        margin-right: 0;
        display: block;
    }
    #gHeader .hBox #gNavi .bgBox ul li:nth-child(3) {
        margin-right: 0;
    }
    #gHeader .hBox #gNavi .bgBox ul a:hover {
        opacity: 1;
        background-color: transparent;
    }
    #gHeader .hBox #gNavi .bgBox ul li a {
        padding: 10px 10px 10px 50px;
        display: block;
        color: #000;
        background-image: url(../../img/common/icon07.png);
        background-size: 12px auto;
        background-position: left 20px center;
        text-align: left;
    }
    #gHeader .hLinkBox ul {
        margin: 0 7px;
        max-width: inherit;
    }
    #gHeader .hLinkBox ul li{
        margin-right: 0;
    }
    #gHeader .hLinkBox ul li a {
        padding-left: 16px;
        background-size: 8px auto;
        font-size: 1rem;
        background-position: top 1px left 5px;
    }
    #gHeader .fixBtn {
        width: 115px;
        top: -12px;
        right: 31px;
    }
    #gHeader .fixBtn a {
        padding: 15px 5px 15px 40px;
        height: 47px;
        font-size: 1.2rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        box-sizing: border-box;
        background-size: 26px auto;
        background-position: left 10px center;
    }
    #gHeader .menu {
        width: 46px;
        height: 46px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 999;
    }
    #gHeader .menu span{
        width: 26px;
        height: 2px;
        display: block;
        position: absolute;
        top: 22px;
        left: calc(50% - 13px);
        background-color: #202020;
        transition: .3s;
    }
    #gHeader .menu span:first-of-type {
        top: 12px;
    }
    #gHeader .menu.on span:first-of-type {
        transform: translateY(10px) rotate(45deg);
    }
    #gHeader .menu.on span:nth-of-type(2) {
        display: none;
    }
    #gHeader .menu span:last-of-type {
        top: 32px;
    }
    #gHeader .menu.on span:last-of-type {
        transform: translateY(-10px) rotate(-45deg);
    }
}
@media all and (max-width: 374px) {
    #gHeader .fixBtn {
        width: 105px;
    }
    #gHeader .fixBtn a {
        padding-left: 30px;
        background-size: 20px auto;
    }
}
@media all and (-ms-high-contrast:none) {
    #gHeader .hBox {
        justify-content: inherit;
    }
    #gHeader .hBox #gNavi {
        margin-left: auto;
    }
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#gFooter .fBox {
    padding: 60px 10px;
    box-sizing: border-box;
    background: url("../../img/common/g-footer.png") no-repeat center center / cover;
}
#gFooter .fNavi {
    display: flex;
    justify-content: center;
    letter-spacing: 0.17em;
}
#gFooter .fNavi a {
    font-size: 2rem;
    color: #fff;
    display: block;
}
#gFooter .fNavi a:hover {
    opacity: 0.7;
}
#gFooter .fNavi > li {
    margin: 0 30px;
}
#gFooter .fNavi ul li a {
    padding-left: 25px;
    font-size: 1.6rem;
    background: url("../../img/common/icon03.png") no-repeat center left;
}
#gFooter .pageTop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 100;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter address {
    padding: 3px 0;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-style: normal;
    color: #000;
    font-weight: bold;
}
@media all and (max-width: 896px) {
    #gFooter .fNavi {
        display: block;
    }
    #gFooter .fNavi a {
        font-size: 1.6rem;
    }
    #gFooter .fNavi a:hover {
        opacity: 0.7;
    }
    #gFooter .fNavi > li {
        margin: 0 30px 20px;
    }
    #gFooter .fNavi > li:last-of-type {
        margin-bottom: 0;
    }
    #gFooter .fNavi ul li a {
        padding-left: 16px;
        font-size: 1.2rem;
        background-size: 10px auto;
        background-position: top 3px left 5px;
    }
    #gFooter .pageTop {
        width: 50px;
        height: auto;
        right: 10px;
    }
    #gFooter .pageTop a{
    display: block;
}
    #gFooter .pageTop a:hover {
        opacity: 1;
    }
    #gFooter address {
        padding: 10px 0;
        font-size: 1rem;
    }
}
@media all and (-ms-high-contrast:none) {
    #gFooter address {
        padding: 6px 0 0;
    }
}