﻿@charset "utf-8";
/* map */

@media print{
body{
	width: 100%; /* A4縦の幅 */
}

.wrapper{
	width: 90%;
    margin: 0 auto;
}


.info_top,.map_wprs h1,.header_btn,.pagetop,#common_header,#common_footer {
	display:none !important;
}

.sp_none2{
	display: block !important;
}
.pc_none2,.plan_btn{
	display: none !important;
}

.map_img{
	margin-top:90px;
}
.map_cap p{
	width: 80%;
	font-size:0.8em;
	margin:0 auto;
}

.sub_footer{
	flex-direction: row;
	margin:40px auto;
}

.sub_f_r {
    margin-left: 30px;
    margin-top: 0;
}

}



