@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;

}

body {
    font-size: 62.5%;

}

body,
table,
input, textarea, select, option {
    font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 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;
}

a,
a:link {
    color: #040404;
    text-decoration: none;
}

a:visited {
    color: #040404;
}

a:hover {
    color: #040404;
}

a:active {
    color: #040404;
}

/*------------------------------------------------------------
        レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #F8F9FB;
}

#container {
    text-align: left;
}

#main {
    padding: 159px 0 130px;
}

#container .comBox {
    margin: 0 auto;
    width: 1050px;
}

/*------------------------------------------------------------
        ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

#gHeader .hBox:hover .hTxt {
    display: block;
}

#gHeader .hTxt {
    padding: 3px 30px 4px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    color: #FFF;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #3296C8;
}

#gHeader .hBox {
    margin: 0 auto;
    padding: 16px 30px 17px;
    /*width: 1050px;*/
    position: relative;
    box-sizing: border-box;
    background: #FFF;
    border-bottom: #00a7e6;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#gHeader h1 {
    float: left;
}

#gHeader h1 a:hover img {
    opacity: 0.7;
}

#gHeader .menu {
    display: none;
}

/*------------------------------------------------------------
        gNavi
------------------------------------------------------------*/
#gNavi {
    margin-top: 5px;
    float: right;
    font-family: Myriad Pro;
    font-size: 20px;
}

#gNavi li {
    margin-left: 19px;
    float: left;
    /*font-weight: bold;*/
}

#gNavi a:hover {
    opacity: 0.7;
    background-color: #3296C8;
    color: #fff;
}

/*------------------------------------------------------------
        フッター
------------------------------------------------------------*/
#gFooter {
    overflow: hidden;
    padding-bottom: 12px;
    color: #1a1a1a;
}

#gFooter .comLink a:hover {
    opacity: 0.7;
}

#gFooter .comBoxBlue {
    margin-bottom: 12px;
    padding: 15px 0 7px;
    color: #fff;
    background-color: #3296C8;
}

#gFooter .comLink {
    margin-top: 5px;
    float: right;
}

#gFooter .comLink a {
    padding: 18px 10px 17px;
    width: 266px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
}

#gFooter .comLink a span {
    padding-left: 20px;
    background: url(/wp-content/themes/xecin/img/common/icon.gif) no-repeat left center;
}

#gFooter .fNavi a:hover {
    text-decoration: underline;
}

#gFooter .fNavi {
    float: left;
    font-size: 14px;
}

#gFooter .fNavi li {
    display: inline;
}

#gFooter .fNavi li a {
    color: #1a1a1a;
}

#gFooter .fLogo {
    float: left;
}

#gFooter .fLogo a:hover img {
    opacity: 0.7;
}

#gFooter .text {
    padding: 27px 44px;
    font-size: 16px;
    float:left;
}

#gFooter .copyRight {
    float: right;
    font-size: 12px;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

.sp {
    display: none !important;
}

@media all and (min-width: 768px) {
    #gNavi {
        display: block !important;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }

    a:hover img,
    a:hover {
        opacity: 1 !important;
    }


    body {
        min-width: inherit;
        font-size: 13px;
    }

    #container .comBox {
        padding: 0 15px;
        width: auto;
    }

    #main {
        padding: 75px 0 60px;
    }

    /*------------------------------------------------------------
            ヘッダー
    ------------------------------------------------------------*/
    #gHeader .hBox {
        padding: 11px 10px;
        width: auto;
    }	

    #gHeader .menu {
        margin-top: 3px;
        display: block;
        float: right;
    }

    #gHeader .menu a {
        display: block;
        background: url(/wp-content/themes/xecin/img/common/close.gif) no-repeat center center;
        background-size: 100%;
    }

    #gHeader .menu.on a:hover img {
        opacity: 0 !important;
    }

    #gHeader .menu.on a img {
        opacity: 0;
    }	

    #gHeader h1 img {
        width: 81px;
    }

    #gHeader .hTxt {
        display: none !important;
    }

    /*------------------------------------------------------------
            gNavi
    ------------------------------------------------------------*/
    #gNavi {
        display: none;
        margin: 0;
        float: none;
        width: 100%;
        left: 0;
        top: 100%;
        position: absolute;
        border-bottom: 1px solid #CCC;
    }

    #gNavi li {
        margin: 0;
        width: 100%;
        border-top: 1px solid #CCC;
    }

    #gNavi a {
        padding: 5px;
        display: block;
        text-align: center;
        background-color: #FFF;
    }


    /*------------------------------------------------------------
            gFooter
    ------------------------------------------------------------*/	
    #gFooter {
        padding-bottom: 12px;
    }

    #gFooter .comBoxBlue {
        margin-bottom: 12px;
        padding: 15px 0 14px;
    }

    #gFooter .fNavi {
        margin-bottom: 14px;
        text-align: center;
        float: none;
    }

    #gFooter .fNavi li a {
        color: #fff;
        font-size: 12px;
    }

    #gFooter .comLink {
        margin-bottom: 18px;
        float: none;
        text-align: center;
    }

    #gFooter .comLink a {
        margin: 0 auto;
        padding: 15px 10px;
    }

    #gFooter .comLink a span {
        padding-left: 15px;
        background-size: 6px 14px;
    }

    #gFooter .fLogo {
        margin-bottom: 7px;
        float: none;
        text-align: center;
    }

    #gFooter .fLogo img {
        width: 109px;
        height: 31px;
    }

    #gFooter .text {
        padding: 0;
        float: none;
        font-size: 10px;
        text-align: center;
    }

    #gFooter .copyRight {
        float: none;
        color: #777;
        font-size: 9px;
        text-align: center;
    }

}