.mamadays-wrapper {
	margin-bottom: 150px;
}
.mamadays-header {
	overflow: hidden;
	min-width: 1030px;
	height: 500px;
	background-color: #fff5df;
}
.mamadays-header-inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}
.mamadays-header-ttl {
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 2;
	-ms-transform: translateX(-107%);
	transform: translateX(-107%);
}
.mamadays-header-img {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mamadays-contents {
	overflow: hidden; 
	max-width: 1030px;
	margin: 0 auto;
}
.mamadays-lead {
	margin-top: 30px;
	font-size: 18px; 
	text-align: center;
}
.mamadays-recipe {
	margin-top: 60px;
	text-align: center;
}
.mamadays-recipe .mamadays-recipe-txt a {
	display: block;
    margin: 30px auto 0 auto;
}
.youtube01 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtube01 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.mamadays-recipe-list {
	margin-top: 40px;
}
.mamadays-recipe .list-items {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	margin: 0 -32.5px; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.mamadays-recipe .list-items::before, .mamadays-recipe .list-items::after {
	visibility: visible;
	position: absolute;
	top: 27px;
	bottom: 27px;
	z-index: 1;
	width: 5px;
	height: auto;
	content: "";
	background-image: url(../images/recipe_bg_vertical.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: auto;
}
.mamadays-recipe .list-items::before {
	left: 33.3333%;
}
.mamadays-recipe .list-items::after {
	right: 33.3333%;
}
.mamadays-recipe .list-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 33.3333%;
	padding: 46px 30.5px;
	box-sizing: border-box;
}
.mamadays-recipe .list-item::before, .mamadays-recipe .list-item::after {
	visibility: visible;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 6px;
	margin: 0 auto;
	content: "";
	background-image: url(../images/recipe_bg_horizon.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto;
}
.mamadays-recipe .list-item::before {
	top: 0;
}
.mamadays-recipe .list-item::after {
	bottom: 0;
}
.mamadays-recipe .list-item:nth-child(1) .item-prepare dt, .mamadays-recipe .list-item:nth-child(1) .item-make dt {
	background-color: #FFE6E6;
}
.mamadays-recipe .list-item:nth-child(1) .item-make dd::before {
	background-color: #FF9A9A;
}
.mamadays-recipe .list-item:nth-child(2) .item-prepare dt, .mamadays-recipe .list-item:nth-child(2) .item-make dt {
	background-color: #FDF3DB;
}
.mamadays-recipe .list-item:nth-child(2) .item-make dd::before {
	background-color: #F7CE70;
}
.mamadays-recipe .list-item:nth-child(3) .item-prepare dt, .mamadays-recipe .list-item:nth-child(3) .item-make dt {
	background-color: #E7F0E7;
}
.mamadays-recipe .list-item:nth-child(3) .item-make dd::before {
	background-color: #9FC5A1;
}
.mamadays-recipe .item-name {
	margin-top: 34px;
}
.mamadays-recipe .item-description {
	min-height: calc(18px * 1.7 * 6);
	margin-top: 34px;
	font-size: 18px;
}
.mamadays-recipe .item-prepare, .mamadays-recipe .item-make {
	font-size: 18px;
}
.mamadays-recipe .item-prepare dt, .mamadays-recipe .item-make dt {
	padding: 5px 0;
	color: #412A0C;
	font-weight: bold;
	font-size: 16px; 
	line-height: 1;
}
.mamadays-recipe .item-prepare dd, .mamadays-recipe .item-make dd {
	border-bottom: 1px solid #D7CACA;
}
.mamadays-recipe .item-prepare dd:last-child, .mamadays-recipe .item-make dd:last-child {
	border-bottom: 0;
}
.mamadays-recipe .item-prepare dd {
	display: table;
	width: 100%;
	text-align: left;
}
.mamadays-recipe .item-prepare dd span {
	display: table-cell;
	padding: 10px 5px; 
	vertical-align: middle;
}
.mamadays-recipe .item-prepare dd span:last-child {
	text-align: right;
}
.mamadays-recipe .item-make {
	counter-reset: number;
}
.mamadays-recipe .item-make dd {
	position: relative;
	z-index: 1;
	padding: 10px 5px 10px 37px;
	text-align: left; 
	counter-increment: number;
}
.mamadays-recipe .item-make dd::before {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 14px;
	left: 7px;
	z-index: 1;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px; 
	text-align: center;
	content: counter(number);

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.mamadays-teacher {
	overflow: hidden; 
	position: relative;
	z-index: 1;
	margin: 80px 40px 0 40px;
	padding: 20px 20px 20px 230px;
	border: 12px solid #AC854C;
}
.mamadays-teacher-photo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.mamadays-teacher-description {
	margin-top: 20px;
	font-size: 14px;
}
.mamadays-teacher-external {
	margin-top: 20px;
	font-size: 14px;
}
.mamadays-intro-cube {
	margin-top: 50px;
	text-align: center;
}
.mamadays-about-shortage {
	margin-top: 50px;
	text-align: center;
}
.mamadays-about-shortage-btn {
	margin-top: 15px;
}
.mamadays-intro-store {
	margin-top: 50px;
	text-align: center;
}
.mamadays-intro-store-txt {
	margin-top: 40px;
}
.mamadays-intro-store-btn {
	margin-top: 30px;
}
.mamadays-intro-club {
	margin-top: 50px;
	text-align: center;
}
.mamadays-intro-club-btn {
	margin-top: 15px;
}
.mamadays-intro-instagram {
	margin-top: 50px;
	text-align: center;
}
.mamadays-intro-instagram-btn {
	margin-top: 15px;
}
