@charset "utf-8";

#breadcrumb {
	width: 1000px;
	margin: 0 auto;
}

h2.retortcurry {
	text-align: center;
	font-size: 124%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 50px 0 60px 0;
	color: #000000;
	background: #f6f1e7;
}
h2.retortcurry img {
	padding: 0 0 10px;
}



#ec {
	clear: both;
	background-color: #000000;
	background-image: url(../../img/bg_dot01.png) , url(../img/ec_bg.jpg);
	background-position: 0 0 , 50% 50%;
	background-repeat: repeat , no-repeat;
	background-size: auto auto , auto 100%;
	color: #FFFFFF;
	padding-bottom: 50px;
}
#ec h2 {
	text-align: center;
	font-size: 124%;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 50px 0 30px 0;
	color: #FFFFFF;
}
#ec h2 img {
	padding: 0 0 10px;
}
#ec h3 {
	font-size: 193%;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
#ec .ec {
	display: flex;
	flex-wrap: wrap;
}
#ec .ec li {
	flex-basis: 21%;
  max-width: 21%;
	text-align: center;
	margin-top: 50px;
	padding-right: 2%;
	padding-left: 2%;
}
#ec .ec__txt {
	font-size: 85%;
	text-align: left;
	padding-bottom: 10px;
	min-height: 90px;
}
#ec .ec_pack {
	margin-right: 14%;
	margin-left: 14%;
}
#ec .ec li img {
	width: 100%;
}
#ec .ec__price {
	font-size: 85%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	margin-top: 1em;
	margin-bottom: 1.0em;
}
#ec .ec__btn {
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}
#ec .ec__btn img {
	width: 100%;
}

#ec .ec-btn {
	width: 545px;
	float: right;
	padding: 35px 0 0 0;
	text-align: center;
}

#ec .ec-btn p {
	font-size: 85%;
	margin: 8px 0 0 0;
}

#ec dl {
	clear: both;
	padding: 35px 0 0 0;
	width: 425px;
	float: left;
}

#ec dl dt {
	padding: 0;
}

#ec dl dd {
	font-size: 93%;
	text-align: center;
	padding: 10px 0 0 0;
}
