@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;
}



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 h1 .logodec {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

@media all and (max-width: 896px) {
    #gHeader h1 .logodec {
        font-size: 10px;
    }
}

#gHeader .kari_btn {
    width: 110px;
    margin-right: 10px;
}

#gHeader .comBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#gHeader .lBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
}

#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 .txtBox .txt03 {
    font-size: 13px;
}

#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: 2rem;
    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: 46%;
    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: 100%;
        /* max-width: 200px; */
        text-align: center;
    }
    #gHeader h1 a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #gHeader h1 img {
        width: 210px;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#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: #ffd200;
    }
    #gFooter .linkList li {
        margin: 4px 5px 0;
    }
}

@media all and (max-width: 374px) {
    #gFooter {
        padding-bottom: 14.9%;
    }
}

.wh_head_line {
    background: #003686;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    padding: 5px 15px;
}

@media all and (max-width: 768px) {
    .wh_head_line {
        font-size: 18px;
    }
}

.privacy {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid;
    margin: 0 0 30px;
    padding: 10px;
    line-height: 1.8;
}

@media all and (max-width: 768px) {
    .privacy {
        font-size: 12px;
    }
}

.privacy h4 {
    background: #e94746;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media all and (max-width: 768px) {
    .privacy h4 {
        font-size: 14px;
    }
}

#gHeader .h-shops {
    display: flex;
    justify-content: space-between;
}

#gHeader .h-shops-name {
    color: #ff1c38;
    font-size: 1.6rem;
}

#gHeader .h-shops .telTxt {
    font-size: 1.8rem;
}

#gHeader .h-shops .telTxt .size {
    font-size: 1.8rem;
}

.mainImg .radioList02 label span {
    font-size: 0.9em;
}

.exbtn {
    color: #ff1c38 !important;
    font-weight: bold;
    font-size: 2.3rem;
    background: #ffff00;
    border-radius: 20px;
    margin: 0.5em 0;
    display: block;
    text-align: center;
    padding: 0.3em 0;
}

@media all and (max-width: 768px) {
    .exbtn {
        font-size: 1.5em;
        border-radius: 15px;
    }
}
.exbtn2 {
    color: #ff1c38 !important;
    font-weight: bold;
    font-size: 2.3rem;
    background: #ffff00;
    border-radius: 20px;
    margin: 0.5em 0;
    display: block;
    text-align: center;
    padding: 0.3em 0;
}

@media all and (max-width: 768px) {
    .exbtn2 {
        font-size: 1.5em;
        border-radius: 15px;
    }
}
#main .store .comBox:last-child .imgBox {
    margin-top: 50px;
}
@media (max-width: 896px) {
    #main .store .comBox:last-child .imgBox {
        margin-top: 20px;
    }
}

#main .store .imgBox .txtBox .txt {
    display: block;
    color: #ff1c38;
    font-size: 2em;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    #main .store .imgBox .txtBox .txt {
        display: inline-block;
        font-size: 1.5em;
    }
}

.scroll {
    display: none;
}

@media all and (max-width: 768px) {
    .scroll {
        position: fixed;
        display: block;
        right: 5px;
        bottom: 65px;
        width: 42px;
        z-index: 10;
    }
}

.telarea {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    width: 90%;
    background: #003686;
    padding: 10px;
    z-index: 20;
    display: none;
}

.telarea_in {
    background: #fff;
    padding: 10px;
}

.telarea_in a {
    background: #ff1c38;
    color: #fff;
    padding: 1em 0.5em;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 1.7em;
    font-weight: bold;
}

.telarea_in a span {
    display: block;
    font-size: 10px;
}

.telarea_in a:last-child {
    margin-top: 15px;
}

.telarea .close {
    width: 18px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    position: relative;
}

/*
.chirashi{
    background: #ffe6ec;
    padding-bottom: 20px;
}
.chirashi img{
    width: 100%;
}
@media all and (max-width: 896px) {
    .chirashi{
        padding-bottom: 10px;
    }
}
*/