@charset "UTF-8";
.main_img{
	position: relative;
}
.main_img::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: 0.4;
	z-index: 1;
}
.main-txt{
	z-index: 2;
}
.menu_toggler span::after{
    top: 0;
}
.menu_toggler::after{
    content: "MENU";
    position: absolute;
    top: 20px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
.top_bg01{
	background-image: url(../images/home/rest_bg_sp.jpg)!important;
	background-size: cover;
	background-position: center;	
}
.main_img::after{
	opacity: 0.2;
}
.main-txt{
	top: 23%!important;
	z-index: 2;
	position: absolute;
}
.main-txt p{
	line-height: 1.5;
	font-size: 12px;
}
.main-h1{
	line-height: 1.2;
}
.top_bg02{
	background-image: url(../images/home/contact_bg_sp.jpg)!important;
	background-size: cover;
	background-position: center;	
}
.btn-1{
	margin-top: 20px!important;
}
}
