@media screen and (max-width: 769px) {

    /*===============================
     Base
    ===============================*/

    body {
    	min-width:100%;
    }


    /*===============================
      contents
    ===============================*/

    .wrap{
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .wrap02{
        width: 85%;
        margin-bottom: 50px;
    }

    .img-box01 a{
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .img-box02 a{
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .b-up a{
        bottom: 7%;
    }

    .img-box03 a{
        width: 80%;
        bottom: 4%;
    }

    .img-box03{
        margin-bottom: 50px;
    }

    .img-box04{
        margin-bottom: 50px;
    }
      .img-box05{
        margin-bottom: 80px;
    }
 .img-box05 a{
        width: 80%;
        bottom: 4%;
    }

    .venue{
        display: block;
        width: 90%;
    }

    .venue > div{
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
    }



    /*===============================
     footer
    ===============================*/

    footer{
        padding: 60px 0;
    }

    .logo{
        display: block;
        width: 80%;
    }

    .logo a:first-child{
        margin-right: 0;
        display: block;
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }

    .tel{
        width: 60%;
    }

    .text02{
        width: 95%;
    }

    .copy{
        font-size: 10px;
    }


    /*===============================
     固定アンカーボタン
    ===============================*/
    .fixed_banner ul li{
        width: inherit;
    }

    .fixed_banner{
        width: 100%;
        margin: auto;
        left: 0;
        bottom: 10px;
    }

    #page-top{
        width: 50px;
        height: 50px;
        bottom: 80px;
    }

    /*===============================
     copyright
    ===============================*/

}


