@charset "utf-8";


h2:after {
    content: none;
}
div, p, ul, li, dl, dt, dd {
	box-sizing: border-box;
}


#spicecurry {
	color: #4b381f;
	font-size: 16px;
	line-height: 1.5em;
	background: #362a19;
}
#spicecurry .pc {
	display: block;
}
#spicecurry .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	#spicecurry {
		font-size: 14px;
		line-height: 1.5em;
		width: 100%;
	}
	#spicecurry .pc {
		display: none;
	}
	#spicecurry .sp {
		display: block;
	}
	#spicecurry img {
		width: 100%;
	}
}


#spicecurry #spicecurryHeader {
	width: 1400px;
	height: 640px;
	margin: 0 auto;
	background: url("../../../img/pages/spicecurry/header_bg.jpg");
	position: relative;
}
#spicecurry #spicecurryHeader h2 {
	position: absolute;
	top: 170px;
	left: 240px;
}
#spicecurry #spicecurryHeader p {
	color: #ffffff;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 410px;
	left: 0;
}
#spicecurry #spicecurryHeader p span {
	color: #f6e65e;
}
@media screen and (max-width: 768px) {
	#spicecurry #spicecurryHeader {
		width: 100%;
		height: auto;
		background: #4c391f;
	}
	#spicecurry #spicecurryHeader h2 {
		position: relative;
		top: 0;
		left: 0;
	}
	#spicecurry #spicecurryHeader p {
		font-size: 16px;
		line-height: 2em;
		padding: 16px 16px 32px;
		position: relative;
		top: 0;
		left: 0;
	}
}


#spicecurry #spicecurryCoupon {
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	padding: 48px 0 64px;
	background: #9B6B26;
}
#spicecurry #spicecurryCoupon img {
	width: 80%;
	margin: 0 auto;
}
#spicecurry #spicecurryCoupon p {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 24px;
	padding: 16px 24px;
  background: #ef0000;
  position: relative;
  display: inline-block;
}
#spicecurry #spicecurryCoupon p:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #ef0000;
}
@media screen and (max-width: 768px) {
	#spicecurry #spicecurryCoupon {
		width: 100%;
		padding: 24px 0;
	}
	#spicecurry #spicecurryCoupon img {
		width: 96%;
		margin: 0 auto;
	}
	#spicecurry #spicecurryCoupon p {
		font-size: 20px;
		line-height: 1.5em;
		margin: 0 0 16px;
		padding: 8px 16px;
	}
	#spicecurry #spicecurryCoupon p:before {
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #ef0000;
	}
}


#spicecurry #spicecurryMenu {
	width: 1400px;
	margin: 0 auto;
	padding: 64px;
	background: url("../../../img/pages/spicecurry/menu_bg.jpg") no-repeat center center;
}
#spicecurry #spicecurryMenu ul {
	padding: 32px 64px;
	background: rgba( 255,255,255,0.75);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#spicecurry #spicecurryMenu ul li {
	text-align: center;
	width: 25%;
	padding: 8px 0;
}
#spicecurry #spicecurryMenu ul li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 2.5em;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	background: #cd0606;
	border-radius: 32px;
	display: block;
}
@media screen and (max-width: 768px) {
	#spicecurry #spicecurryMenu {
		width: 100%;
		padding: 16px 16px;
		background-size: cover;
	}
	#spicecurry #spicecurryMenu ul {
		padding: 8px 16px;
	}
	#spicecurry #spicecurryMenu ul li {
		text-align: center;
		width: 50%;
		padding: 8px 0;
	}
}


#spicecurry article {
	width: 1400px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 120px;
}
#spicecurry section {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
}
#spicecurry .title {
	margin: 0 auto 64px;
}
#spicecurry .content {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 128px;
}
@media screen and (max-width: 768px) {
	#spicecurry article {
		width: 100%;
	}
	#spicecurry section {
		padding: 40px 0;
	}
	#spicecurry .content {
		width: 100%;
		padding: 0 8px 64px;
	}
}


#spicecurry h3 {
	text-align: center;
	margin: 0 0 16px;
}
#spicecurry h4 {
  text-align: center;
	margin: 0 0 48px;
  position: relative;
}
#spicecurry h4::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
	border-radius: 2px;
  content: '';
	background: #ffffff;
}
#spicecurry h4 span {
	font-size: 32px;
	line-height: 1em;
	letter-spacing: 0.15em;
	font-weight: bold;
  position: relative;
  padding: 0 1em;
  background: #ede6de;
}
@media screen and (max-width: 768px) {
	#spicecurry h4::before {
		display: none;
	}
	#spicecurry h4 span {
		font-size: 20px;
		line-height: 1.25em;
		letter-spacing: 0.15em;
		background: #ffffff;
		padding: 0 8px;
	}
}


#spicecurry .title .bubble {
	text-align: center;
	width: 900px;
	height: 160px;
	margin: 0 auto;
  display: flex;
  align-items: center;
}
#spicecurry .title .bubble p {
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	width: 900px;
}
#spicecurry #itemSpice,
#spicecurry #itemRoux {
	background: #ede6de url("../../../img/pages/spicecurry/bg_beige.png") no-repeat;
}
#spicecurry #itemSpice .title .bubble,
#spicecurry #itemRoux .title .bubble {
	background: url("../../../img/pages/spicecurry/bubble_white.png") no-repeat;
}
#spicecurry #itemKit,
#spicecurry #itemRetort {
	background: #ffffff url("../../../img/pages/spicecurry/bg_white.png") no-repeat;
}
#spicecurry #itemKit .title .bubble,
#spicecurry #itemRetort .title .bubble{
	background: url("../../../img/pages/spicecurry/bubble_beige.png") no-repeat;
}
@media screen and (max-width: 768px) {
	#spicecurry .title .bubble {
		border-radius: 32px;
		width: 96%;
		height: auto;
	}
	#spicecurry .title .bubble p {
		font-size: 16px;
		line-height: 1.5em;
		width: 100%;
		padding: 16px;
	}
	#spicecurry #itemSpice,
	#spicecurry #itemRoux {
		background: #ede6de url("../../../img/pages/spicecurry/bg_beige_sp.png") no-repeat;
		background-size: contain;
	}
	#spicecurry #itemSpice .title .bubble,
	#spicecurry #itemRoux .title .bubble {
		background: #ffffff;
	}
	#spicecurry #itemKit,
	#spicecurry #itemRetort {
		background: #ffffff url("../../../img/pages/spicecurry/bg_white_sp.png") no-repeat;
		background-size: contain;
	}
	#spicecurry #itemKit .title .bubble,
	#spicecurry #itemRetort .title .bubble{
		background: #ede6de;
	}
}


#spicecurry .bigBanner {
	width: 1000px;
	margin: 0 auto -48px;
}
#spicecurry .bigBanner li {
	margin: 0 0 80px;
}
#spicecurry .bigBanner li a {
	background: #ffffff;
	display: block;
	position: relative;
}
#spicecurry .bigBanner li p {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	background: #ffffff;
	padding: 40px 32px 56px;
}
#spicecurry #itemRetort .bigBanner li a {
	background: #ede6de;
}
#spicecurry #itemRetort .bigBanner li p {
	background: #ede6de;
}
@media screen and (max-width: 768px) {
	#spicecurry .bigBanner {
		width: 100%;
	}
	#spicecurry .bigBanner li p {
		font-size: 16px;
		line-height: 1.5em;
		text-align: left;
		padding: 16px 16px 32px;
	}
}



#spicecurry .middleBanner {
	margin: 0 0 -48px;
}
#spicecurry .middleBanner li {
	margin: 0 0 48px;
}
#spicecurry .middleBanner li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#spicecurry .middleBanner li a .bnr {
	width: 540px;
}
#spicecurry .middleBanner li a .txt {
	width: 610px;
	padding: 16px 0 0;
}
#spicecurry .middleBanner h5 {
	margin: 0 0 16px;
}
#spicecurry .middleBanner h5 span {
	color: #ffffff;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	display: inline-block;
	background: #cd0606;
	margin: 0 0 8px;
	padding: 0 24px;
}
#spicecurry .middleBanner h6 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 0 16px;
}
#spicecurry .middleBanner p {
	font-size: 16px;
	line-height: 1.75em;
	padding: 0 0 32px;
}
@media screen and (max-width: 768px) {
	#spicecurry .middleBanner {
		text-align: center;
		margin: 0 0 -48px;
	}
	#spicecurry .middleBanner h5 span {
		font-size: 20px;
		line-height: 1.5em;
	}
	#spicecurry .middleBanner h6 {
		font-size: 18px;
		line-height: 1.5em;
		text-align: left;
	}
	#spicecurry .middleBanner p {
		font-size: 14px;
		line-height: 1.75em;
		text-align: left;
		padding: 0 0 24px;
	}
}


#spicecurry .smallBanner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#spicecurry .smallBanner.kit {
	justify-content: center;
}
#spicecurry .smallBanner.col2 li {
	text-align: center;
	width: 48%;
}
#spicecurry .smallBanner.col3 li {
	text-align: center;
	width: 29%;
}
#spicecurry .smallBanner li a {
	display: block;
}
#spicecurry .smallBanner li h5 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 24px 0;
	box-sizing: border-box;
}
#spicecurry .smallBanner li h5.line1 {
	height: 3.5em;
}
#spicecurry .smallBanner li p {
	font-size: 16px;
	line-height: 1.75em;
	text-align: center;
	margin: 0 0 24px;
}
#spicecurry .smallBanner.kit h5 {
	margin: 24px 0 16px;
}
#spicecurry .smallBanner.kit h5 span {
	color: #ffffff;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	display: inline-block;
	background: #cd0606;
	margin: 0 0 8px;
	padding: 0 24px;
}
#spicecurry .smallBanner.kit h6 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
	#spicecurry .smallBanner.col2 li {
		width: 100%;
		margin: 0 auto 32px;
	}
	#spicecurry .smallBanner.col3 li {
		width: 100%;
		margin: 0 auto 32px;
	}
	#spicecurry .smallBanner.col3 li img {
		width: 75%;
	}
	#spicecurry .smallBanner li h5 {
		font-size: 16px;
		line-height: 1.5em;
		margin: 16px 0 0;
	}
	#spicecurry .smallBanner li p {
		font-size: 14px;
		line-height: 1.75em;
		text-align: left;
		margin: 8px 0 16px;
	}
	#spicecurry .smallBanner.col2 li h5 {
		font-size: 20px;
		line-height: 1.5em;
	}
	#spicecurry .smallBanner.col3 li h5 {
		height: 4.5em;
	}
	#spicecurry .smallBanner.kit h5 {
		font-size: 22px;
		line-height: 1.5em;
	}
	#spicecurry .smallBanner.kit h5 span {
		font-size: 22px;
		line-height: 1.5em;
	}
	#spicecurry .smallBanner.kit h6 {
		font-size: 18px;
		line-height: 1.5em;
	}
}


#spicecurry .smallBanner.spice li {
	width: 32%;
	background: #ffffff;
	border-radius: 32px;
	padding: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#spicecurry .smallBanner.spice .item {
	width: 35%;
	margin: 0 0 24px;
}
#spicecurry .smallBanner.spice .item img {
	width: 100%;
}
#spicecurry .smallBanner.spice .txt {
	width: 60%;
	margin: 0 0 24px;
}
#spicecurry .smallBanner.spice .txt p {
	font-size: 18px;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0 0;
}
#spicecurry .smallBanner.spice .txt p span {
	background: linear-gradient(transparent 0%, transparent 50%, #eddf65 50%, #eddf65 100%);
	display: inline-block;
}
#spicecurry .smallBanner.spice .txt h5 {
	color: #cd0606;
	font-size: 24px;
	line-height: 1.75em;
	font-weight: bold;
	height: auto;
	margin: 16px 0 24px;
}
#spicecurry .smallBanner.spice .spiceList {
	width: 100%;
	margin: 0 auto -16px;
	padding: 24px 0 0;
	border-top: 1px #cccccc solid;
	display: flex;
	flex-wrap: wrap;
}
#spicecurry .smallBanner.spice .spiceList p {
	text-align: center;
	width: 25%;
	margin: 0;
	padding: 0;
}
#spicecurry .smallBanner.spice .spiceList p img {
	width: 85%;
	height: auto;
}
#spicecurry .smallBanner.spice .spiceList p span {
	font-size: 11px;
	line-height: 1.25em;
	display: block;
	width: 100%;
	margin: 0;
	padding: 4px 0 8px;
}
@media screen and (max-width: 768px) {
	#spicecurry .smallBanner.spice li {
		width: 100%;
		border-radius: 16px;
		padding: 16px;
	}
	#spicecurry .smallBanner.spice .spiceList p span {
		font-size: 10px;
		line-height: 1.25em;
	}
}


#spicecurry .detailBtn {
	color: #ffffff;
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	height: 44px;
	border-radius: 22px;
	background: #73b33d;
	background: #73b33d url(../../../../img/usr/common/arrow_btn.png) no-repeat right 24px center;
}
#spicecurry .recipe .detailBtn {
	margin: 24px 0 0;
}
#spicecurry .bigBanner .detailBtn {
	width: 320px;
	position: absolute;
	bottom: -24px;
	left: calc(50% - 160px);
}
#spicecurry .middleBanner .detailBtn {
	width: 320px;
}
#spicecurry #itemKit .detailBtn {
	width: 580px;
	margin: 16px auto 0;
}
#spicecurry .cartBtn {
	color: #ffffff;
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	text-indent: 2em;
	width: 100%;
	height: 44px;
	border-radius: 22px;
	background: #73b33d;
	background: #73b33d url(../../../../img/usr/common/icon_cart_w.png) no-repeat left 80px top 8px;
}
#spicecurry .spice .cartBtn {
	font-size: 14px;
	text-indent: 2em;
	background: #73b33d url(../../../../img/usr/common/icon_cart_w.png) no-repeat left 10px top 8px;
}
#spicecurry .smallBanner.spice .txt .cartBtn {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#spicecurry .detailBtn,
	#spicecurry .bigBanner .detailBtn {
		font-size: 14px;
		width: 80%;
		margin: 0 auto;
	}
	#spicecurry .recipe .detailBtn {
		margin: 16px auto 0;
	}
	#spicecurry #itemKit .detailBtn {
		width: 80%;
		margin: 16px auto 0;
	}
	#spicecurry .bigBanner .detailBtn {
		position: absolute;
		bottom: -24px;
		left: calc(50% - 40%);
	}
	#spicecurry .cartBtn {
		font-size: 14px;
		width: 80%;
		margin: 0 auto;
		background: #73b33d url(../../../../img/usr/common/icon_cart_w.png) no-repeat left 1.25em top 8px;
	}
}















