@charset "utf-8";
/* -----------------------------
 index.css
----------------------------- */

/* -----------------------------
 header
----------------------------- */
header #back {
	display: none;
}

/* -----------------------------
 main
----------------------------- */
/* --メイン画像-- */
#mainImg {
	width: 100%;
	height: 300px;
}

#mainImg img {
/*	width: 100%;
	height: 100%;
	object-fit: cover;*/
}

/* --slick-hack-- */
#mainImg .slick-track {
	display: flex !important;
}
#mainImg .slick-slide {
	height: auto !important;
	max-height: 300px;
}
#mainImg .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main {
	margin-top: 0px;
}

/* --特集-- */
main #feat {
	width: 100%;
	margin-bottom: 50px;
overflow: hidden;
}

#feat .slick-slide img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

main #feat h2 {
	max-width: 1200px;
	margin: 0px auto;
	padding: 5px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: x-large;
}

main #feat .slider {
	margin: 10px 0px;
}

main #feat .eachFeat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px 5vw;
}

main #feat .eachFeat > h3 {
	order: 2;

	font-size: x-large;
	font-weight: bold;
}

main #feat .eachFeat > div {
	order: 1;
}

main #feat .eachFeat > p {
	order: 3;
}

/* --人気メニュー-- */
main #popular {
	display: flex;
	flex-direction: column;
	align-items: center;

	max-width: 1200px;
	margin-top: 10px;
	margin-bottom: 100px;
	padding: 0px 5px;
}

main #popular h2 {
	display: flex;
	align-items: center;

	width: 100%;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: x-large;
}

main #popular h2 img {
	width: 40px;
	height: auto;
	margin-right: 10px;
}

main #popular ul {
	margin: 10px 0px;
}

main #popular li {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 10px;
}

main #popular .txt {
	flex-grow: 1;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

main #popular .txt h3 {
	order: 2;

	font-size: x-large;
	font-weight: bold;
	line-height: 120%;
}

main #popular .txt .shop {
	order: 1;

	font-weight: bold;
}

main #popular .txt .price {
	order: 3;

	text-align: right;
	font-size: large;
	font-weight: bold;
}

main #popular .img {
	flex-shrink: 0;
	width: 50%;
	margin-right: 10px;
}

main #popular .more {
	width: 300px;
	max-width: 50%;
	margin: 10px;
}

main #popular .more a {
	display: block;
	padding: 10px 30px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #777777;
	text-align: center;
	font-weight: bold;
}

main #service {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 300px;
	max-width: 80%;
	margin: auto;
}

main #service a {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
	padding: 10px 10px;
	border: 1px solid #000000;
	border-radius: 10px;
}

main #service img {
	flex-shrink: 1;
	width: auto;
	height: 50px;
	margin-right: 10px;
}

/* --カテゴリ-- */
/*main #category {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin-top: 10px;
	margin-bottom: 50px;
	padding: 0px 5px;
}

main #category h2 {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: x-large;
}

main #category h2 img {
	width: 40px;
	height: auto;
	margin-right: 10px;
}

main #category li {
	margin: 10px 0px;
}

main #category li img {
	max-width: 100%;
	height: auto;
	border: 1px solid #999999;
}


/* -----------------------------
 PC
----------------------------- */
@media not screen and (max-width:1000px) {
	#mainImg {
		height: 800px;
		margin-top: 100px;
	}

	#mainImg .slick-slide {
		max-height: 800px;
	}

	main #feat {
	}

	main #feat .eachFeat {
	}

	main #feat .eachFeat img {
	}

	main #popular ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
	}

	main #popular li {
		display: flex;
		flex-wrap: wrap;
	}

	main #popular li {
		flex-basis: calc((100% - 20px) / 3);
	}

	main #popular li:not(:nth-child(3n+1)) {
		margin-left: 10px;
	}
}

/* -----------------------------
 SP / Tablet
----------------------------- */
@media screen and (max-width:1000px) {
	#mainImg {
		margin-top: 60px;
	}
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:600px) {
	main #feat {
	}

	main #feat .eachFeat {
	}
}
