
/*
1024pxまで
----------------------------------------*/
@media screen and (max-width:1024px){

}



/*
768pxまで
----------------------------------------*/
@media screen and (max-width:768px){
	.container{
		width:100%;
		padding:60px 20px;
	}
	.logoBox img{
		width:100%;
	}
	.logoBox img.mainlogo{
		width:80%;
	}
}



/*
430pxまで
----------------------------------------*/
@media screen and (max-width:430px){
	.container{
		width:auto;
		height:auto;
		padding:60px 20px;
		box-sizing:border-box;
		background: url(../img/bg.jpg) center right no-repeat;
	}
	.flexbox,
	.flexbox a{
		display:block;
	}
	.flexbox a.enter{
		margin-bottom:20px;
	}
}




