@charset "utf-8";
/*.footer_info, .wrapper, body {
    width: 1280px;
}
body {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: cale(.8);
    transform-origin: 0 0;
}
.btn_close, .btn_open, footer nav, header nav, main>img {
    display: none !important;
}
.page_cont:last-child {
    margin-bottom: 80px;
}
footer {
    background: 0 0
}
.footer_info {
    width: 100%;
    border-top: 1px solid #afafaf;
    padding: 20px 30px 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}
.page_cont .section_tit:first-child {
    margin-top: -30px;
}
#gmap ,#gmap iframe {
    height: 735px !important;
}*/

body, .container, .footer_info {
	width: 1280px;
	max-width: none;
}
body {
	transform: scale(0.8);
	transform-origin: 0 0;
}
.header_sp_trigger, .pagetop, .footer_menu {
	display: none !important;
}
#footer {
	background: none;
	border-top: 1px solid #afafaf;
	text-align: center;
}
.footer_info {
	text-align: center;
	padding-bottom: 10px;
}