@charset "utf-8";

/*a-galleryとa-contactの両方に共通のcss*/

.container,
.contents,
.wrapping,
.cover {
    display: flex;
    flex-flow: column nowrap;
}

.container{
    /*border: 1px solid #f11b10;*/
}
.contents{
    /*border: 1px solid #482ff1;*/
}
.wrapping{
    /*border: 1px solid #12f1e7;*/
}
p {
    text-align: left;
}
.color{
    color: #3F3F3F;
}
.cover {
    display: flex;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(100% - 0.1rem);
    margin: 0;
    /*border: 1px solid #f10314;*/
}
.point-top {
    /*display: flex;*/
    /*height: 100%;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 ;
    position: relative;
    /*border: 1px solid #ecf117;*/
}
.point {
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(100% - 0.1rem);
    align-items: center;
    margin: 0 0 0 0 ;
    padding: 2rem 2rem 4rem 2rem;
    /*border: 1px solid #981bf1;*/
}

.point_gal {
    box-sizing: border-box;
    width: calc(100% - 0.1rem);
    padding :0;
    margin: 3rem auto 3rem auto;
    /*border: 1px solid #981bf1;*/
}


.line{
    margin-bottom: 3rem;
}

.btn_group{
    width: calc(100% - 0.1rem);
    text-align: left;
    margin: 0 auto 0 0;
    /*border: 1px solid #2df11b;*/
}
.list{
    text-align: left;
    width: calc(100% - 0.1rem);
    align-items: flex-start;
    margin: 0 auto 0 0;
    /*border: 1px solid #0f29cd;*/
}

dd{
    margin: 0 0 0 0;
}
.size{
font-size: 2.2rem;
text-align: center;
margin: 1rem 0 0 0;
}
.title{
font-size: 1.8rem;
text-align: left;
margin-right: auto;
}

.swiper-button-prev{
display: none;
}
.swiper-button-next{
display: none;
}



.button.button-black {
background-color: black;
border-color: black;
font-size: 1.8rem;
height: 4rem;
line-height: 3.8rem;
padding: 0 5rem;
margin: 3rem 0 0 0;
}
.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;
}
.button.button-black.button-clear {
border-color: transparent;
}

/* Custom size */
.button.button-small {
    font-size: .8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
}

.add_text{
    text-align: left;
    padding: 2rem 2rem 0 2rem;
    margin: 4rem auto 0 0;
    border: 1px solid rgba(0, 0, 0, 0.33);
}
.add_text_s{
    font-size: 1.4rem;
}


@media screen and (min-width: 40rem) {
    .container {
        -webkit-justify-content: center;
        justify-content: center;
        /*border: 1px solid #f11b10;*/
    }
    .contents {
        display: flex;
        flex-flow: column nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        width: calc(100% - 0);
        margin: 0 ;
        /*border: 1px solid #1219f1;*/
    }

    .wrapping {
        display: flex;
        flex-flow: column wrap;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        width: calc(100% - 0.1rem);
        margin: 0 ;
        /*border: 1px solid #12f1e7;*/
    }

    .cover {
        display: flex;
        flex-flow: column nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        /*text-align: center;*/
        width: calc(100% - 0.1rem);
        margin: 0;
        /*border: 1px solid #f10b48;*/
    }
    .point-top {
        /*height: 100%;*/
        width: 100%;
        align-items: center;
        margin : 0 auto;
        position: relative;
        /*border: 1px solid #ecf117;*/
    }
    .point {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        width: calc(80% - 0.1rem);
        min-width: 28rem;
        margin: 3rem auto 3rem auto;
        padding: 2rem 2rem 2.2rem 2rem;
        /*border: 1px solid #981bf1;*/
    }

    .btn_group{
        width: calc(80% - 0.1rem);
        text-align: left;
        margin: 0 auto 0 3rem;
        /*border: 1px solid #2df11b;*/
    }

    .line{
        margin-bottom: 3rem;
    }
    .list{
        text-align: left;
        width: calc(80% - 0.1rem);
        margin: 0 auto 3rem 0 ;
        /*border: 1px solid #0f29cd;*/
    }
    .list_info{
        text-align: left;
        width: calc(80% - 0.1rem);
        margin: 0 auto 3rem 3rem ;
    }
    .size{
        font-size: 2.6rem;
        text-align: center;
        margin: 1rem 0 0 0;
    }
    .title{
        font-size: 1.8rem;
        text-align: left;
       margin-right: auto;
    }


    .swiper-button-prev{
        display: flex;
    }
    .swiper-button-next{
        display: flex;
    }

    .error{
        margin: 0 0 0 6rem;
        font-size: 1.6rem;
        color: red;
    }
    .guide_step{
        font-size: 2.2rem;
        text-align: center;
        margin: 3rem 0 3rem 0;
    }

}
