@media screen and (max-width: 480px) and (orientation: portrait){
	#mainImageBlock {
		margin: 0 auto 0;
        top: 5%;
	}
	#conceptBlock dl#casual dd div {
		width: 100% !important;
		margin: 0;
		padding: 24.375vw 0 0;
	}
	#menuPriceBlockInner #menuList {
		width: 60.4779412vw;
	}
	.sp_only {
		display: none;
	}
	#mainImageBlock {
		margin: 0;
		display: none;
	}
	#mainImageBlockSP {
		margin: 0 auto;
		display: block;
		top: 9%;
	}
	#conceptBlock dl#casual{
		height: auto !important;
	}
	#conceptBlock dl#casual dt{
		position: relative;
	}
	#conceptBlock dl#casual dd{
		width: 100%;
		padding: 20px;
		position: relative;
		top: -50px;
	}
	#conceptBlock dl#casual dd div{
		padding: 40px 0 0;
	}
	#menuPriceBlockInner #menuList{
		width: 100%;
	}
}