@charset "UTF-8";
/* スライド
---------------------------------------------------- */
.head {
	margin-bottom: 60px;
}
.head .inner {
	padding: 0;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
	left: 0!important;
	background: none!important;
}
.bx-wrapper .bx-pager {
    padding-top: 0!important;
    bottom: -20px!important;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .bx-wrapper .bx-pager {
    bottom: -35px!important;
}
.bx-wrapper {
    margin-bottom: 0px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc!important;
	text-indent: -9999px;
	display: block;
	width: 30px!important;
	height: 3px!important;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4A4A4A!important;
}

.hero img {
	width: 100%;
}
/* slickカスタマイズ */
.slick-dots {
	bottom: -20px!important;
}
.slick-dots li {
	width: 30px!important;
	height: 3px!important;
	margin: 0 5px!important;
}
.slick-dots li button {
	width: 30px!important;
	height: 3px!important;
 	padding: 0!important;
}
.slick-dots li button:before {
	width: 30px!important;
	height: 3px!important;
	content: ""!important;
	background: #ccc;
	opacity: 1!important;
}
.slick-dots li.slick-active button:before {
	background: #4A4A4A!important;
}
.slick-dots li button:hover:before {
	background: #4A4A4A!important;
}


/* メイン
---------------------------------------------------- */
section h2 img {
	margin-bottom: 5px;
}

/* Recommend
---------------------------------------------------- */
section.recommend h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.05em;
}
section.recommend .recommend-box {
	margin-bottom: 50px;
}
section.recommend .recommend-box figure {
	text-align: center;
	margin-bottom: 20px;
}
section.recommend .recommend-box .recommend-text h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
section.recommend .recommend-box .recommend-text p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 22px;
}
section.recommend .recommend-box .recommend-text .go-products {
	padding-left: 20px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.03em;
	position: relative;
}
section.recommend .recommend-box .recommend-text .go-products a {
	color: #000;
	text-decoration: none;
}
section.recommend .recommend-box .recommend-text .go-products::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/icon-go-product.svg") no-repeat;
	background-size: 16px 16px;
	position: absolute;
	left: 0px;
	top: 8px;
}

/* Food
---------------------------------------------------- */
section.food {
	padding-top: 25px;
	background: url("../images/section-food-bg-sp.jpg") top 0 right 20px no-repeat;
}
@media (-webkit-max-device-pixel-ratio: 3) {
section.food {
	background: url("../images/section-food-bg-sp@2x.jpg") top 0 right 20px no-repeat;
	background-size: 140px 57px;
}
}
section.food h2 {
	width: 100%;
	margin-bottom: 15px;
}
section.food h2 .h2-text {
	width: 80%;
	margin: 0 auto;
}
section.food h2 img {
	width: 100%;
}

section.food h3 {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	background-color: #999;
	color: #fff;
}

/* Pick Up
---------------------------------------------------- */
section.pick-up {
	padding-top: 25px;
	background: url("../images/section-pick-up-bg-sp.jpg") top 0 right 20px no-repeat;
}
@media (-webkit-max-device-pixel-ratio: 3) {
section.pick-up {
	background: url("../images/section-pick-up-bg-sp@2x.jpg") top 0 right 20px no-repeat;
	background-size: 116px 59px;
}
}
section.pick-up h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.05em;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* スライド
---------------------------------------------------- */
.head {
	margin-bottom: 75px;
}
.head .inner {
	padding: 0 20px;
}
.bx-wrapper .bx-pager {
    bottom: -25px!important;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .bx-wrapper .bx-pager {
    bottom: -40px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 40px!important;
	height: 4px!important;
}

/* slickカスタマイズ */
.slick-dots {
	bottom: -25px!important;
}
.slick-dots li {
	width: 40px!important;
	height: 4px!important;
}
.slick-dots li button {
	width: 40px!important;
	height: 4px!important;
}
.slick-dots li button:before {
	width: 40px!important;
	height: 4px!important;
}

/* メイン
---------------------------------------------------- */
section h2 img {
	margin-right: 15px;
	margin-bottom: 0;
}

/* Recommend
---------------------------------------------------- */
section.recommend h2 {
	font-size: 13px;
}
section.recommend .recommend-box {
	margin-bottom: 25px;
}
section.recommend .recommend-box:last-of-type {
	margin-bottom: 40px;
}
section.recommend .recommend-box figure {
	width: 174px;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 0;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
section.recommend .recommend-box .recommend-text h3 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 19px;
}
section.recommend .recommend-box .recommend-text p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}
section.recommend .recommend-box .recommend-text .go-products {
	padding-left: 15px;
	font-size: 13px;
}
section.recommend .recommend-box .recommend-text .go-products::before {
	width: 12px;
	height: 12px;
	background-size: 12px 12px;
	top: 10px;
}

/* Food
---------------------------------------------------- */
section.food {
	background: url("../images/section-food-bg-tl.jpg") top 0 right 20px no-repeat;
}
@media  (min-width: 767px) and (-webkit-max-device-pixel-ratio: 3) {
section.food {
	background: url("../images/section-food-bg-tl@2x.jpg") top 0 right 20px no-repeat;
	background-size: 118px 48px;
}
}

section.food h2 .h2-text {
	width: 436px;
	text-align: center;
}

/* Pick Up
---------------------------------------------------- */
section.pick-up {
	background: url("../images/section-pick-up-bg-tl.jpg") top 0 right 10px no-repeat;
}
@media  (min-width: 767px) and (-webkit-max-device-pixel-ratio: 3) {
section.pick-up {
	background: url("../images/section-pick-up-bg-tl@2x.jpg") top 0 right 10px no-repeat;
	background-size: 113px 58px;
}
}

section.pick-up h2 {
	font-size: 13px;
}
}

/* iPad　縦　1000px　以上
---------------------------------------------------- */
@media all and (min-width: 1000px) {

/* スライド
---------------------------------------------------- */
.head {
	margin-bottom: 80px;
}
.bx-wrapper .bx-pager {
    bottom: -35px!important;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .bx-wrapper .bx-pager {
    bottom: -50px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 50px!important;
	height: 5px!important;
}

/* slickカスタマイズ */
.slick-dots {
	bottom: -35px!important;
}
.slick-dots li {
	width: 50px!important;
	height: 5px!important;
}
.slick-dots li button {
	width: 50px!important;
	height: 5px!important;
}
.slick-dots li button:before {
	width: 50px!important;
	height: 5px!important;
}

/* メイン
---------------------------------------------------- */
section h2 img {
	margin-right: 30px;
}

/* Recommend
---------------------------------------------------- */
section.recommend h2 {
	font-size: 16px;
}
section.recommend .recommend-box {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
section.recommend .recommend-box:last-of-type {
	margin-bottom: 50px;
}
section.recommend .recommend-box figure {
	width: 220px;
	margin-bottom: 30px;
}
section.recommend .recommend-box .recommend-text h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
section.recommend .recommend-box .recommend-text p {
	font-size: 15px;
	line-height: 24px;
}
section.recommend .recommend-box .recommend-text .go-products {
	font-size: 15px;
}

/* Food
---------------------------------------------------- */
section.food {
	padding-top: 60px;
	background: url("../images/section-food-bg-pc.jpg") top 10px right 10px no-repeat;
}
@media  (min-width: 1000px) and (-webkit-max-device-pixel-ratio: 3) {
section.food {
	padding-top: 60px;
	background: url("../images/section-food-bg-pc@2x.jpg") top 10px right 10px no-repeat;
	background-size: 197px 80px;
}
}
section.food h2 {
	font-size: 16px;
}

/* Pick Up
---------------------------------------------------- */
section.pick-up {
	padding-top: 60px;
	background: url("../images/section-pick-up-bg-pc.jpg") top 10px right 10px no-repeat;
}
@media  (min-width: 1000px) and (-webkit-max-device-pixel-ratio: 3) {
section.pick-up {
	padding-top: 60px;
	background: url("../images/section-pick-up-bg-pc@2x.jpg") top 10px right 10px no-repeat;
	background-size: 156px 80px;
}
}

section.pick-up h2 {
	font-size: 16px;
}
}