@charset 'utf-8';


/* =========================================================
search
========================================================= */
#search{
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 300px;
	width: 280px;
}
@media print,screen and (max-width: 1000px) and (min-width: 751px),(max-device-width: 1024px) and (min-device-width: 768px){
	#search{
		right: 240px;
		width: 220px;
	}
}
@media only screen and (max-width: 750px){
	#search {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
		order: 1;
	}
}


/* =========================================================
category
========================================================= */
@media only screen and (max-width: 750px){
	#category {
		position: relative;
		margin-left: 0;
		top: 0;
		right: 0;
		width: 100%;
		order: 2;
		margin-bottom: 0.52rem;
	}
}

/* =========================================================
category_list
========================================================= */
#category_list{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: calc(100% - 170px);
}
#category_list li{
	width: 5.2rem;
	margin-right: 3rem;
	margin-bottom: 2rem;
}
#category_list li:last-child{
	margin-right: 0;
}
#category_list li a{
	display: block;
	text-align: center;
}
#category_list li a .ico{
	overflow: hidden;
	border-radius: 0.8rem;
}
#category_list li a .ico.noimg{
	background-color: #fff462;
}
#category_list li a .ico.noimg:before{
	display: block;
	width: 100%;
	padding-top: 100%;
	content: '';
}
#category_list li a .name{
	line-height: 1em;
	display: block;
	margin-top: 1rem;
	color: #414976;
}
@media only screen and (max-width: 750px){
	#category_list{
		width: 100%;
	}
	#category_list li{
		width: 16.56%;
		margin-top: 0.3rem;
		margin-right: 4.29%;
		margin-bottom: 0;
	}
	#category_list li:nth-child(-n+5){
		margin-top: 0;
	}
	#category_list li:nth-child(5n){
		margin-right: 0;
	}
	#category_list li a .ico{
		border-radius: 0.1rem;
	}
	#category_list li a .name{
		margin-top: 0.2rem;
	}
}


/* =========================================================
menu
========================================================= */
#menu{
	position: relative;
}
#menu .inner{
	position: relative;
	margin-top: 5rem;
	padding-top: 0;
	padding-bottom: 12rem !important;
}
#menu .inner > h3{
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.3em;
	width: calc(100% - 600px);
	min-height: 50px;
	margin-bottom: 7rem;
	letter-spacing: 0.03em;
	color: #414976;
}
@media only screen and (max-width: 750px){
	#menu{
	}
	#menu .inner{
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-top: 0;
		padding-bottom: 1.2rem !important;
	}
	#menu .inner > h3{
		font-size: 0.42rem;
		width: 100%;
		min-height: 0;
		margin-bottom: 0.6rem;
		order: 3;
	}
}


/* =========================================================
menu_item
========================================================= */
#menu_item a.menu_bloc{
	margin-top: 6rem;
}
@media only screen and (max-width: 750px){
	#menu_item a.menu_bloc{
		margin-top: 0.25rem;
	}
}


/* ========================================================================= *
ajax-load-more
/* ========================================================================= */
#ajax-load-more{
	width: 100%;
}
#ajax-load-more .alm-listing{
	width: 100%;
}
#ajax-load-more .alm-listing .alm-reveal{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	margin-top: 5.9rem;
}
#ajax-load-more .alm-btn-wrap{
	width: 100%;
}
#ajax-load-more .btn_ajax{
	margin: 12rem auto 0;
}
@media only screen and (max-width: 750px){
	#ajax-load-more .alm-listing .alm-reveal{
		width: 100%;
		margin-top: 0.3rem;
	}
	#ajax-load-more .btn_ajax{
		margin: 1rem auto 0;
	}
}
