@charset "utf-8";

/*shopのcss*/

.container,
.contents,
.wrapping,
.cover {
    display: flex;
    flex-flow: column wrap;
    /*border: 1px solid #ecf117;*/
}

.color {
    color: #3F3F3F;
}

img {
    max-width: 100%;
    /*border: 1px solid #2c1cf1;*/
}
p {
    text-align: left;
}



.cover_guide {
    display: flex;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100% ;
    margin: 0;
    /*align-items: stretch;*/
    /*border: 1px solid #a03b26;*/
}

.point_title {
    display: none;
    /*border: 1px solid rgba(47, 47, 47, 0.8);*/
}
.guide_use_title{
    display: flex;
    flex-flow: column nowrap;
    font-size: 2.4rem;
    padding: 1rem 1rem 0.3rem 0;
    margin: 0 auto;
    border: 1px solid rgba(47, 47, 47, 0.25);
}
.guide_use{
    margin: 0 auto 1rem auto;
}

.guide_text_update{
    font-size: 1.3rem;
    margin: 0 0 0 auto;
}

.guide_cont{
    display: flex;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100% ;
    box-sizing: border-box;
    margin-bottom: 2.0rem;
}

.side_guide{
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    padding: 1rem ;
    border: 1px solid rgba(47, 47, 47, 0.8);
}

.guide_text{
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 1rem ;
    border: 1px solid rgba(47, 47, 47, 0.25);
}


.guide_text_top{
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100% ;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 1rem ;
    border: 1px solid rgba(47, 47, 47, 0.25);
}

.side_guide_list{
    display: flex;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.4rem;
    width: 100% ;
    border: 1px solid rgba(47, 47, 47, 0.25);
}


.guide_text_list{
    display: flex;
    width: 100% ;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.3rem;
    padding: 1rem;
    border: 1px solid rgba(47, 47, 47, 0.25);
}
.guide_text_nav{
    display: flex;
    width: 100% ;
    padding: 0.5rem 2rem ;
    /*border: 1px solid rgba(5, 44, 237, 0.25);*/
    background-color: rgba(0, 0, 0, 0.49);
}
.guide_text_size{
    font-size: 1.3rem;
    color: white;
}

.guide_text_order{
    display: flex;
    width: 100% ;
    padding: 0.5rem 2rem ;
    /*border: 1px solid rgba(5, 44, 237, 0.25);*/
    background-color: rgba(0, 0, 0, 0.49);
}





.guide_text_nav_arrow{
    display: flex;
    padding: 0 0 1rem 0;
}
.guide_arrow{
    margin: 0 auto;
}
/*.def_text {
    margin-bottom: 1rem;
}*/








#side_title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 1rem 0.2rem 0 1rem;
    margin: 0;
    list-style-type: none;
    border: 1px solid rgba(47, 47, 47, 0.8);
}
#side_title a {
    font-size: 1.2rem;
    color: rgba(47, 47, 47, 0.9);
    line-height: 100%;
    padding: 0 0 1rem 0;
    margin: 0 0 3rem 0;
    text-decoration: none;
}
#side_title a:hover {
    /*color: #000000;*/
    text-decoration: underline;
}



.btn.btn-success{
    display: inline;
    width: calc(100% - 0.1rem);
    background-color: black;
    font-size: 1.6rem;
    padding: 0 2em;
    margin: 0 ;
    text-transform: none;

    /*margin: 0 auto 0 40%;*/
}
.btn.btn-secondary{
    display: inline;
    font-size: 1.4rem;
    background-color: transparent;
    color: black;
    border-color: black;
    padding: 0 1.5rem;
    text-transform: none;
    /*margin: 0 auto 0 auto;*/
}



.button.button-black.button-clear,
.button.button-black.button-outline {
    background-color: transparent;
    color: black;
    font-size: .8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
}





@media screen and (min-width: 40rem) {

    .contents {
        display: flex;
        flex-flow: column nowrap;
    }

    .wrapping {
        display: flex;
        flex-flow: column wrap;
    }

    /*ご利用案内*/



    .cover_guide {
        display: flex;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100% ;
        margin: 0;
        /*align-items: stretch;*/
        /*border: 1px solid #a03b26;*/
    }
    .point_title {
        display: flex;
        flex: 0 1 15rem;
        flex-flow: column nowrap;
        justify-content: flex-start;
        box-sizing: border-box;
        /*padding: 2rem 0 0 1rem;*/
        margin: 0 ;
        /*border: 1px solid rgba(47, 47, 47, 0.8);*/
    }

    .point_guide {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        width: 80% ;
        margin: 0;
        border: 1px solid rgba(47, 47, 47, 0.8);
    }

    .guide_use_title{
        display: flex;
        width: 100% ;
        height: 5rem;
        justify-content: center;
        align-items: center;
        padding: 4rem 1rem 3rem 0;
        margin-bottom: 0 ;
        box-sizing: border-box;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }

    .guide_cont{
        display: flex;
        flex-flow: row nowrap;
        width: 100% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        /*border: 1px solid #0b45f1;*/
    }
    .side_guide_img{
        display: flex;
        width: 50% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        padding: 1rem ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }
    .side_guide{
        display: flex;
        width: 25% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        padding: 1rem ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }
    .guide_text{
        display: flex;
        width: 75% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        padding: 1rem ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }



    .side_guide_list{
        display: flex;
        flex-flow: column nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        width: 75% ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }
    .side_guide_img_list{
        display: flex;
        flex-flow: column nowrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        width: 50% ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }

    .guide_text_list{
        display: flex;
        width: 100% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        padding: 1rem ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }
    .guide_img_text_list{
        display: flex;
        width: 50% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.3rem;
        padding: 1rem ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }

    .side_guide_text_nav{
        display: flex;
        flex-flow: column nowrap;
        width: 50% ;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }

    .guide_img_text_nav{
        display: flex;
        width: 100% ;
        font-size: 1.3rem;
        padding: 1rem ;
        border: 1px solid rgba(47, 47, 47, 0.25);
    }



}