@media screen and (min-width:480px) {
    /*　for iPhone Landscape　(iPhone 横)　*/
    body{
      height: 100%;
    }

    .image_center {
        max-width: 100%;
        margin: 0 auto;
        text-align:center;
        border: 1px;
    }

    .cft_logo {
      width: 50%;
    }

    .static_posi{
      position: static;
    }

    .picture {
      max-width: 100%;
    }

    #home_map {
        z-index: 0;
        /*width: 100%;*/
        height: 90%;
        text-align: left;
    }

    #info_map {
        z-index: 0;
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 568px) {
    /*　for iPhone Landscape　(iPhone 横)　*/
    .image_center {
        max-width: 100%;
        margin: 0 auto;
        text-align:center;
        border: 1px;
    }

    .cft_logo {
      width: 50%;
    }

    .static_posi{
      position: static;
    }

    .picture {
      max-width: 90%;
    }

    #home_map {
        z-index: 0;
        /*width: 100%;*/
        height: 90%;
        text-align: left;
    }

    #info_map {
        z-index: 0;
        width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 896px) {
    /*　for iPad 　*/
    .image_center {
        max-width: 100%;
        margin: 0 auto;
        text-align:center;
        border: 1px;
    }

    .cft_logo {
      width: 50%;
    }

    .static_posi{
      position: static;
    }

    .picture {
      max-width: 100%;
    }

    #home_map {
        z-index: 0;
        /*width: 100%;*/
        height: 90%;
        text-align: left;
        overflow-y: hidden;
    }

    #info_map {
        z-index: 0;
        width: 100%;
        height: 400px;
    }
}
@media screen and (min-width:1025px) {
    /*　for PC　*/
    .image_center {
        max-width: 100%;
        margin: 0 auto;
        text-align:center;
        border: 1px;
    }

    .cft_logo {
      width: 20%;
    }

    .picture {
      max-width: 80%;
    }

    .static_posi{
      position: static;
    }


    #home_map {
        z-index: 0;
        /*width: 100%;*/
        height: 90%;
        text-align: left;
        overflow-y: hidden;
    }

    #info_map {
        z-index: 0;
        width: 100%;
        height: 400px;
    }
}
