@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 768px) {
    /* 共通部分 */

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }


    body {
        width: 100%;
        height: auto;
        margin: 0 auto;
        /*font-size:100%;
	overflow: hidden; */
    }

    p {
        /*font-size: 80%;*/
    }

    .center {
        text-align: center;
    }

    .top-30 {
        margin-top: 30px !important;
    }

    .bottom-30 {
        margin-bottom: 30px !important;
    }

    .left-10 {
        margin-left: 10px !important;
    }

    .right-10 {
        margin-right: 10px !important;
    }



    /*Clearfix*/
    .clr {
        zoom: 1;
    }

    .clr:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }



    /*ページ内容*/
    #about {
        width: 100%;
    }

    .aboutWrap section {
        padding: 30px 0;
    }

    #about h2 img {
        width: 100%;
    }



    /*ページ内容(pourjours)*/
    #about_pourjours img,
    #a_anniversary img {
        width: 100%;
    }

    #about_pourjours dl {
        font-size: 80%;
        padding: 0 10px 0 10px;
        /*上 右 下 左*/
    }

    #about_pourjours dt {
        float: left;
    }

    #about_pourjours dd {
        margin-left: 90px;
    }



    /*ページ内容(anniversary)*/



    /*box部分*/
    #about_pourjours .boxItems2 {
        padding-top: 20px;
    }

    #about_pourjours .boxItems2 h4,
    #a_anniversary .boxItems2 h4 {}

    #about_pourjours .boxItems2 h4 img,
    #a_anniversary .boxItems2 h4 img {
        margin: 0 auto;
        width: 95%;
    }




    #about_pourjours .boxItems2 .box,
    #a_anniversary .boxItems2 .box {
        padding: 10px 0 10px 0;
        /*上 右 下 左*/
    }

    #about_pourjours .boxItems2 .box p,
    #a_anniversary .boxItems2 .box p {
        padding: 10px;
        /*上 右 下 左*/
    }

    #about_pourjours .boxItems2 .box img,
    #a_anniversary .boxItems2 .box img {
        margin: 0 auto;
        width: 95%;
    }
}