

.mo{
    display:none !important;
}
.pc{
    display: block !important;
}
@media screen and (max-width: 1080px) { 



}



@media screen and (max-width: 1080px) { 
   
    .top-space{
        height:64px;
    } 
    .menu_list{
        display:none;
    }
    header{
        height:64px;
    }
    .header > .logo_box{
        width:100%;
        position: relative;
        padding:0;
    }
    .logo{
        display: block;
        width:178px;
        height:44px;
        position: absolute;
        left:calc(50% - 89px);
        top:0;
    }
    .logo img{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .mo {
        display:initial !important;
    }
    .mo img{
        width:100%;
        height:auto;
        display: block;
    }

    .map-box{
        background:#18deb6;
        height:150px;
        padding-left:4%;
        padding-right:4%;
    }
    .sub_box_04 > div {
        width:100%;
    }
    #map {
        display: inline-block;
        margin-top:-90px;
        border-radius: 0 50px 0 50px;
        box-shadow: 0 10px 10px 0 rgba(0,0,0,.16);
        width:100%;
        margin-left:0;
        height:500px;
    }

    .pc {
        display:none !important;
    }
    .top-space{
        height:60px;
    }    

    .menu {
        width:64px;
        height:64px;
        position: absolute;
        left:0;
        top:0;
        cursor:pointer;
    }
    .call, .call img{
        width:64px;
        height:64px;
    }
    .call {
        display:block;

        position: absolute;
        top:0;
        right:0;
        cursor:pointer;
    }

	.bottom_fixed{
		display:inherit;
	}

	.copy_area img{
		padding-bottom:70px;
		background:#2a2a2a;
	}
}