@charset "utf-8";

/*a-exhibitionのCSS*/

.container,
.contents,
.wrapping,
.cover {
    display: flex;
    flex-flow: column nowrap;
    /*border: 1px solid #f1ed1d;*/
}
.container{
    /*border: 1px solid #f11b10;*/
}
.contents{
    /*border: 1px solid #482ff1;*/
}
.wrapping{
    /*border: 1px solid #12f1e7;*/
}

p {
    text-align: left;
}
.work{
    text-align: center;
}
.color{
    color: #3F3F3F;
}

.cover {
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 0);
    height: fit-content;
    align-items: stretch;
    margin-bottom: 0;
    /*border: 1px solid #f10b48;*/
}
.point {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 0.5rem 0.5rem 0;
    width: calc(50% - 1rem/2);
    text-align: center;
    /*border: 1px solid #1219f1;*/
}
.point:nth-child(2n) {
    margin-right: 0;
}
.point .text {
    text-align: left;
    padding: 0 0.5rem 0 0.5rem;
    color: #000000;;
    /*border: 1px solid #de0d0d;*/
}


.btn {
    margin: -1rem 0 0 0;
    /*border: 1px solid #12f1e7;*/
}

.date{
    font-size: 1.4rem;
    color: #3F3F3F;
}




.photo {
    display: flex;
    justify-content: center;
    /*flex: 0 1 25rem ;*/
    align-items: center;
    margin: 0 auto 0 auto ;
    width: calc(60% - 0.1rem);
    /*border: 1px solid #ecf117;*/
}
.point-le {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 0.1rem);
    padding: 2rem 0 0 0 ;
    margin-left: 0;
    /*border: 1px solid #f11763;*/
}
.point-le {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 ;
    margin: 0 0 0 0 ;
    /*border: 1px solid #0b8010;*/
    /*width: calc(30% - 0);*/
}
.point-li {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    padding: 0 0 0 3rem;
    margin: 0 0 0 0 ;
    /*border: 1px solid #f11b10;*/
    /*width: calc(30% - 2rem);*/
    /*min-width: 18rem;*/
}


.guide-title{
    margin: 0 auto 3rem 2rem;
}


/* Extending The Inheritances */

/* Custom color */
.button.button-black {
    background-color: black;
    border-color: black;
    font-size: .8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
}
.button.button-black.button-clear,
.button.button-black.button-outline {
    background-color: transparent;
    color: black;
    font-size: 1.1rem;
    font-weight: 700;
    height: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: .1rem;
    padding: 0 2.2rem;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.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;
}


#cover_simple{
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 100%;
    align-items: baseline;
    margin: 1.5rem 0 ;
}
#cover_simple a {
    font-size: 1.5rem;
    /*文字のcolorは、add_nav_location_color.cssで制御 */
    color: #a0a0a0;
    /*color: #a7a7a7;*/
    letter-spacing: -0.02rem;
    padding-top: 0;
    padding-left: 1.5rem;
    text-decoration: none;
}
#cover_simple a:hover {
    color: #000000;
}
#cover_number{
    display: none;
}





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


    .container{
        display: flex;
        -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: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        width: calc(100% - 0);
        margin: 0 ;
        /*border: 1px solid #12f1e7;*/
    }
    .cover {
        display: flex;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        width: calc(100% - 0);
        text-align: center;
        margin-bottom: 0;
        /*border: 1px solid #f10b48;*/
    }


    .point {
        display: flex;
        flex-flow: column nowrap;
        margin: 0 1rem 1rem 0;
        width: calc(100%/4 - 3rem/4);
        text-align: left;
        box-sizing: border-box;
        padding: 2rem 2rem 2.2rem 2rem;
        /*border: 1px solid #368216;*/
    }

    .point:nth-child(2n) {
        margin-right: 1.0rem;
    }

    .point:nth-child(4n) {
        margin-right: 0;
    }

    .btn {
        text-align: left;
        margin-bottom: -2rem;
        /*border: 1px solid #f10b48;*/
    }


    .point .text {
        text-align: left;
        padding: 0 0.5rem 0 0.5rem;
        color: #000000;;
        /*border: 1px solid #aaaaaa;*/
    }





    #cover_number{
        display: flex;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        line-height: 100%;
        align-items: baseline;
        margin: 1.5rem 0 ;
        text-decoration: none;

    }
    #cover_number a {
        font-size: 1.5rem;
        letter-spacing: -0.02rem;
        padding-top: 0;
        padding-left: 1.5rem;
        text-decoration: none;

    }
    #cover_number a:hover {
        color: #000000;
    }
    #cover_simple{
        display: none;
    }

    .photo {
        flex: 0 1 20rem ;
        align-items: center;
        margin: 0 0 0  10rem ;
    }
    .point-le {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: calc(60% - 0.1rem);
        min-width: 40rem;
        padding: 2rem 0 0 0 ;
        margin-left: 0;
        /*border: 1px solid #f11763;*/
    }



    .point-li {
        display: flex;
        min-width: 18rem;
        justify-content: center;
        align-items: center;
        padding: 0 0 0 3rem;
        margin: 0 0 0 0 ;
        /*border: 1px solid #f11b10;*/
    }
    img.pho {
        width: 10rem;
        height: auto;
    }
}
