@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,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: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", 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: #101010;
    text-decoration: none;
}
a:visited {
    color: #101010;
}
a:hover {
    color: #101010;
}
a:active {
    color: #101010;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1350px;
    color: #101010;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
    position: relative;
}
#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.4rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 37px;
    box-sizing: border-box;
}
#gHeader .hBox {
    max-width: 1698px;
    margin: 0 auto;
    position: relative;
}
#gHeader .hText {
    position: absolute;
    right: 58px;
    top: -21px;
    font-size: 1.1rem;
    letter-spacing: 0.075em;
}
#gHeader .hTel {
    position: absolute;
    right: 60px;
    top: -2px;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
#gHeader .hTel > span {
    margin-bottom: -10px;
    display: block;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: 'Amiri', serif;
}
#gHeader .hTel span span {
    padding-left: 25px;
    display: inline-block;
    background: url("../../img/common/icon01.png") no-repeat left center;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 10px;
    }
    #gHeader h1 {
        width: 70px;
    }
    #gHeader .hBox {
        max-width: inherit;
    }
    #gHeader .hText {
        padding: 0 0 0 20px;
        right: 0;
        top: -11px;
        font-size: 1rem;
    }
    #gHeader .hTel {
        right: 10px;
        top: 9px;
        font-size: 1.1rem;
    }
    #gHeader .hTel > span {
        margin-bottom: -5px;
        font-size: 2.5rem;
    }
    #gHeader .hTel span span {
        padding-left: 20px;
        background-size: 16px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 30px 20px 125px;
    background-color: #ffde15;
}
#gFooter address {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-style: normal;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gFooter address span{display: none;}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 20px 10px 77px;
    }
}