@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;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: 'M PLUS 1p', 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: #262626;
    text-decoration: none;
    transition: all 0.3s;
}
a:visited {
    color: #262626;
    transition: all 0.3s;
}
a:hover {
    color: #262626;
    transition: all 0.3s;
}
a:active {
    color: #262626;
    transition: all 0.3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1200px;
    color: #262626;
    font-size: 1.9rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
    overflow: hidden;
}
#main {
    margin-bottom: 35px;
}
@media all and (max-width: 896px) {
    #main {
        margin-bottom: 15px;
    }
}
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: 1rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 20px 0 13px;
}
#gHeader h1 {
    padding-bottom: 1px;
}
#gHeader .comBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gHeader .lBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#gHeader .txtBox {
    width: 355px;
    margin-right: 11px;
    font-weight: 600;
}
#gHeader .txtBox .txt01 {
    margin-bottom: 3px;
    padding-bottom: 1px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 1px;
    background-color: #10338D;
}
#gHeader .btn {
    padding-top: 5px;
    box-sizing: border-box;
    width: 131px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.17rem;
    font-weight: 900;
    line-height: 1.4;
    border-radius: 10px;
    background-color: #FF2628;
}
#gHeader .telTxt {
    margin-bottom: 2px;
    font-size: 4rem;
    color: #ff1c38;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
}
#gHeader .telTxt a {
    color: #ff1c38;
    letter-spacing: -1px;
}
#gHeader .telTxt .size {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #000;
}
#gHeader .txtBox .txt02 {
    font-size: 1.2rem;
    color: #10338D;
    font-weight: 900;
    letter-spacing: 0.4px;
}
#gHeader .linkList {
    position: fixed;
    right: 0;
    z-index: 6;
    top: 50%;
    transform: translateY(-57%);
}
#gHeader .linkList li {
    margin: 10px 0;
}
#gHeader .linkList li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gHeader .lBox {
        display: none;
    }
    #gHeader .comBox {
        margin: 0;
    }
    #gHeader {
        margin-bottom: 10px;
        padding: 10px 0 0;
    }
    #gHeader h1 {
        margin: 0 auto;
        padding: 0 10px;
        width: 80%;
        max-width: 200px;
        text-align: center;
    }
    #gHeader h1 img {
        width: 122px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    font-size: 1.7rem;
    text-align: center;
}
#gFooter address {
    padding: 6px 0 10px;
    font-style: normal;
    color: #fff;
    background-color: #0F338D;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding-bottom: 56px;
        position: relative;
        font-size: 1rem;
    }
    #gFooter address {
        padding: 4px 0 5px;
    }
    #gFooter .linkList {
        margin-top: -4px;
        padding: 5px 10px 7px;
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #FF0000;
    }
    #gFooter .linkList li {
        margin: 4px 5px 0;
    }
}
@media all and (max-width: 896px) {
    #gFooter .linkList {
        margin-top: -4px;
        padding: 5px 10px 7px;
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-color: #FF0000;
    }
    #gFooter .linkList li {
        margin: 4px 5px 0;
    }
}
@media all and (max-width: 374px) {
    #gFooter {
        padding-bottom: 14.9%;
    }
}






.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
    margin-bottom: 48px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.header_pc{
    
    font-size: 20px;
    
}

.footer_logo{
    margin-top: 3px;
margin-right: 2px;
}


.store_banner{
            text-align: center;

}

@media all and (max-width: 896px) {
    
    .store_banner{
        display: none;
}

}

.header_item{
  display: block;
  margin: auto;
}


/*store_banner - pc*/
div#store_banner_pc{
    display: none;
}
@media all and (min-width: 896px) {
div#store_banner_pc{
    width:100%;
    text-align:center;
    /*background:url(../../img/common/main_bg.png) no-repeat;*/
    background-size:cover;
    display:block !important;
}
}



/* bn_footer_standardcar */
div.spBn_foot_flat7{
    width: calc(100% - 2rem);
    text-align: center;
    position: fixed;
    bottom: 8%;
    z-index:10;
    padding: 0 1rem;
}
div.spBn_foot_flat7 span{
    position: relative;    
}
div.spBn_foot_flat7 span img{
    transition: .5s;
}
div.spBn_foot_flat7 span img:hover{
    opacity: .8;
    transition: .3s;
}
div.spBn_foot_flat7 p{
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: -2rem;
    right: -10px;
}
