@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " ＭＳ Ｐゴシック", 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;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    border-top: 25px solid #A49F56;
    color: #000;
    font-size: 2rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    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;
        border-width: 13px;
    }
    #container {
        overflow: hidden;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 58px;
    padding: 24px 10px 0;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1125px;
    position: relative;
}
#gHeader .hBox h1 {
    margin-bottom: 18px;
    width: 321px;
}
#gHeader .hBox .txt {
    margin: 0 auto;
    width: 300px;
}
#gHeader .hBox .comTel {
    position: absolute;
    top: 53px;
    right: 0;
}
#gHeader .contact {
    position: absolute;
    top: -50px;
    right: -11px;
    background-color: #073C79;
    border-radius: 0 0 20px 20px;
}
#gHeader .contact a {
    padding: 13px 5px 5px;
    min-width: 231px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
}
@media all and (min-width: 897px) {
    #gHeader .contact a:hover {
        height: 85px;
    }
}
@media all and (min-width: 897px) and (max-width: 1024px) {
    #gHeader .contact {
        right: 0;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        margin-bottom: 28px;
        padding-top: 11px;
    }
    #gHeader .hBox h1 {
        margin: 0 auto 34px;
        width: 276px;
    }
    #gHeader .hBox .txt {
        margin: 0 auto 18px;
        width: 267px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin: 0 auto;
    padding: 40px 20px 50px;
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gFooter .logo {
    width: 43.42%;
}
#gFooter .link {
    margin-left: 10px;
    display: flex;
    align-items: center;
    width: calc(100% - 48.8%);
    justify-content: flex-end;
}
#gFooter .comBtn {
    margin: 0 0 0 31px;
    border-radius: 18px;
    width: 230px;
}
#gFooter .comTel {
    margin-top: 7px;
}
#gFooter .comTel a {
    line-height: 1;
}
#gFooter .comBtn a {
    padding: 15px 15px 10px;
    color: #FFF;
    font-size: 2.5rem;
    background: #073c79;
    border-radius: 18px;
    border: 1px solid #707070;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
    #gFooter .logo {
        width: 39.42%;
    }
    #gFooter .comTel {
        font-size: 1.6rem;
    }
}
@media all and (min-width: 897px) {
    #gFooter .comBtn a:hover {
        color: #073c79;
    }
    #gFooter .comBtn a::before {
        background-color: #fff;
        border-radius: 18px;
    }
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 22px 0 15px;
        flex-wrap: wrap;
    }
    #gFooter .comBtn {
        margin: 0 0 0 19px;
        width: 150px;
        border-radius: 12px;
    }
    #gFooter .logo {
        margin: 0 auto;
        padding-top: 17px;
        order: 2;
        width: 100%;
        text-align: center;
        border-top: 1px solid #707070;
    }
    #gFooter .logo img {
        width: 262px;
    }
    #gFooter .link {
        margin: 0 0 22px;
        width: 100%;
        justify-content: center;
    }
    #gFooter .comBtn a {
        padding: 9px 10px;
        width: 150px;
        font-size: 1.6rem;
        border-radius: 10px;
    }
}
@media all and (max-width: 374px) {
    #gFooter .comBtn {
        width: 129px;
        margin: 0 0 0 11px;
    }
    #gFooter .comBtn a {
        width: 128px;
    }
    #gFooter .comTel {
        font-size: 1.05rem;
    }
}