@charset "UTF-8";

/* --- キャッチ --- */
section.top-catch {
	background: #FFF;
	padding: 15px 0px 0px;
}
section.top-catch h2 {
	margin-bottom: 15px;
}
section.top-catch h2 img.pc {
	width: 100%;
	max-width: 1234px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
section.top-catch h2 img.sp {
	width: 317px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
section.top-catch div.text {
	background: #eafbce;
	padding: 50px 25px;
}

/* --- スライドショー --- */
@keyframes scroll {
  0% { transform: translateX(0); }
  12.5% { transform: translateX(calc(-375px * 1)); }
  25% { transform: translateX(calc(-375px * 2)); }
  37.5% { transform: translateX(calc(-375px * 3)); }
  50% { transform: translateX(calc(-375px * 4)); }
  62.5% { transform: translateX(calc(-375px * 5)); }
  75% { transform: translateX(calc(-375px * 6)); }
  87.5% { transform: translateX(calc(-375px * 7)); }
  100% { transform: translateX(calc(-375px * 8)); }
}
section.top-catch div.slider {
	width: 100%;
	height: auto;
	overflow:hidden;
	position: relative;
	margin-bottom: 17px;
}
section.top-catch div.slider ul.slider-wrap {
	animation: scroll 20s cubic-bezier(0, 0, 0, 1) infinite;
	display: flex;
	width: calc(375px * 16);
	height: auto;
}
section.top-catch div.slider ul.slider-wrap li {
	width: 375px;
	height: auto;
	padding: 0px 25px;
}
section.top-catch div.slider ul.slider-wrap li img {
	width: 100%;
	height: auto;
}

/* --- エスポワールの給食サービス --- */
section.top-service {
	background: #FFF;
	padding: 30px 0px;
}
section.top-service h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}
section.top-service h2 a {
	display: inline-block;
	color: #129f30;
	background: url(../img/icon_link.png) no-repeat center bottom;
	padding-bottom: 55px;
}
section.top-service h2 a:hover {
	opacity: 0.6;
}

section.top-service div.container {
	max-width: 1015px;
	margin-left: auto;
	margin-right: auto;
}
section.top-service div.container ul {
	display: flex;
	flex-wrap: wrap;
}
section.top-service div.container ul li {
	flex: 0 0 100%;
	text-align: center;
	padding: 15px 20px;
}
section.top-service div.container ul li span {
	display: block;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0px 0px 5px #666;
	padding: 8px 8px 15px;
}
section.top-service div.container ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

/* --- 調理済み食品 --- */
section.top-product {
	background: url(../img/bg.jpg);
	padding: 60px 0px 40px;
}
section.top-product h2,
section.top-product h3 {
	text-align: center;
}
section.top-product h2 {
	font-size: 30px;
	margin-bottom: 50px;
}
section.top-product h3 {
	font-size: 24px;
	line-height: 1.6em;
	color: #a52e66;
	margin-bottom: 20px;
}
section.top-product div.text {
	padding: 0 25px;
	margin-bottom: 50px;
}
section.top-product div.text h4 {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 18px;
}
section.top-product div.text p {
	font-size: 14px;
	line-height: 1.6em;
}
section.top-product div.photo1 img {
	margin-left: auto;
	margin-right: auto;
}
section.top-product div.photo1 img.pc {
	width: 227px;
	height: auto;
	margin-bottom: 35px;
}
section.top-product div.photo1 img.sp {
	width: 320px;
	height: auto;
	margin-bottom: 15px;
}
section.top-product div.photo2 img {
	margin-left: auto;
	margin-right: auto;
}
section.top-product div.photo2 img.pc {
	width: 367px;
	height: auto;
	margin-bottom: 20px;
}
section.top-product div.photo2 img.sp {
	width: 227px;
	height: auto;
	margin-bottom: 40px;
}
section.top-product a.btn-shop {
	display: block;
	width: 316px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #c35b79;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
}
section.top-product a.btn-shop:hover {
	background-image: linear-gradient(
		rgba(255,255,255,0.3),
		rgba(255,255,255,0.3)
	);
}


/* タブレット用 */
@media(min-width:768px) {
	/* --- キャッチ --- */
	section.top-catch {
	padding: 20px 0px 0px;
	}
	section.top-catch h2 img.sp {
	display: none; /* 非表示にする */
	}
	section.top-catch div.text p {
	font-size: 18px;
	line-height: 1.6em;
	}
	/* --- スライドショー --- */
	@keyframes scroll {
      0% { transform: translateX(0); }
      12.5% { transform: translateX(calc(-256px * 1)); }
      25% { transform: translateX(calc(-256px * 2)); }
      37.5% { transform: translateX(calc(-256px * 3)); }
      50% { transform: translateX(calc(-256px * 4)); }
      62.5% { transform: translateX(calc(-256px * 5)); }
      75% { transform: translateX(calc(-256px * 6)); }
      87.5% { transform: translateX(calc(-256px * 7)); }
      100% { transform: translateX(calc(-256px * 8)); }
	}
	section.top-catch div.slider ul.slider-wrap {
	width: calc(256px * 16);
	}
	section.top-catch div.slider ul.slider-wrap li {
	width: 256px;
	padding: 0px 9px;
	}
	/* --- エスポワールの給食サービス --- */
	section.top-service {
	padding: 50px 0px 40px;
	}
	section.top-service h2 {
	font-size: 31px;
	line-height: 49px;
	margin-bottom: 28px;
	}
	section.top-service h2 a {
	background: url(../img/icon_link.png) no-repeat right center;
	height: 49px;
	padding-right: 55px;
	padding-bottom: 0px;
	}
	section.top-service div.container ul li {
	flex: 0 0 50%;
	font-size: 17px;
	padding: 15px;
	}
	/* --- 調理済み食品 --- */
	section.top-product {
	padding: 67px 0px 70px;
	}
	section.top-product h2 {
	font-size: 25px;
	margin-bottom: 35px;
	}
	section.top-product h3 {
	font-size: 26px;
	margin-bottom: 38px;
	}
	section.top-product div.container {
	display: flex;
	}
	section.top-product div.container div.sub {
		padding-right: 20px;
	}
	section.top-product div.text {
	margin-bottom: 0px;
	}
	section.top-product div.text h4 {
	font-size: 26px;
	line-height: 1.8em;
	}
	section.top-product div.text p {
	font-size: 17px;
	line-height: 1.6em;
	}
	section.top-product h3 span.sp,
	section.top-product div.photo1 img.sp,
	section.top-product div.photo2 img.sp {
	display: none; /* 非表示にする */
	}
	section.top-product a.btn-shop {
	width: 365px;
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	border-radius: 68px;
	}
}

/* デスクトップ用 */
@media(min-width:1024px) {
	/* --- キャッチ --- */
	section.top-catch div.text p {
	font-size: 20px;
	line-height: 1.6em;
	}
	/* --- エスポワールの給食サービス --- */
	section.top-service h2 {
	font-size: 40px;
	margin-bottom: 40px;
	}
	section.top-service div.container ul li {
	flex: 0 0 33.3%;
	font-size: 18px;
	}
	section.top-service div.container ul li span {
	padding: 8px 8px 55px;
	}
	/* --- 調理済み食品 --- */
	section.top-product {
	padding: 75px 0px 100px;
	}
	section.top-product h2 {
	font-size: 20px;
	margin-bottom: 20px;
	}
	section.top-product h3 {
	font-size: 28px;
	margin-bottom: 55px;
	}
	section.top-product div.text h4 {
	font-size: 32px;
	line-height: 1.8em;
	}
	section.top-product h4 span.sp {
	display: none; /* 非表示にする */
	}
	section.top-product div.text p {
	font-size: 20px;
	line-height: 1.6em;
	}
}

/* モバイル用 */
@media(max-width:767px) {
	/* --- キャッチ --- */
	section.top-catch h2 img.pc {
	display: none; /* 非表示にする */
	}
	/* --- 調理済み食品 --- */
	section.top-product h3 span.pc,
	section.top-product div.photo1 img.pc,
	section.top-product div.photo2 img.pc {
	display: none; /* 非表示にする */
	}
}

/* モバイル・タブレット用 */
@media(max-width:1023px) {
	/* --- 調理済み食品 --- */
	section.top-product h4 span.pc {
	display: none; /* 非表示にする */
	}
}