.mamadays-wrapper {
	overflow: hidden; 
	min-width: 320px;
	margin-bottom: 60px;
	text-align: left;
}
.mamadays-contents {
	padding: 0 18px;
}
.mamadays-lead {
	margin-top: 35px;
	font-size: 14px; 
	line-height: 1.785;
}
.mamadays-lead-img {
	float: right;
	width: 120px;
	margin: 0 0 10px 10px;
}
.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-heading {
	max-width: 300px;
	margin: 0 auto;
}
.mamadays-recipe-tab {
	margin-top: 23px;
}
.mamadays-recipe-tab .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -4px; 
	list-style: none;

	-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-tab .list-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 33.3333%;
	padding: 0 4px;
	box-sizing: border-box;
}
.mamadays-recipe-tab-fixed {
	overflow: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	transition: opacity 0.25s ease;
}
.mamadays-recipe-tab-fixed .list-items {
	overflow: hidden; 
	margin: 0;
	padding: 8px 14px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.mamadays-recipe-tab-fixed .list-item a {
	display: block;
	overflow: hidden; 
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 64%;
	border-radius: 10px;
}
.mamadays-recipe-tab-fixed .list-item img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
}
.mamadays-recipe-tab.is-fixed .mamadays-recipe-tab-default {
	visibility: hidden;
}
.mamadays-recipe-tab.is-fixed .mamadays-recipe-tab-fixed {
	opacity: 1; 
	height: auto;
}
.mamadays-recipe-list {
	margin-top: 30px;
}
.mamadays-recipe-list .list-items {
	margin: 0 -18px 0 -18px;
}
.mamadays-recipe-list .list-item {
	position: relative;
	z-index: 1;
	padding: 35px 18px 35px 18px;
	line-height: 1.785;
}
.mamadays-recipe-list .list-item::before, .mamadays-recipe-list .list-item::after {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	height: 5.5px;
	content: "";
	background-image: url(../images/recipe_bg_line.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto 100%;
}
.mamadays-recipe-list .list-item::before {
	top: 0;
}
.mamadays-recipe-list .list-item::after {
	content: none;
}
.mamadays-recipe-list .list-item:last-child::after {
	bottom: 0; 
	content: "";
}
.mamadays-recipe-list .list-item:nth-child(1) .item-name {
	width: 158px;
}
.mamadays-recipe-list .list-item:nth-child(1) .item-prepare dt, .mamadays-recipe-list .list-item:nth-child(1) .item-make dt {
	background-color: #FFE6E6;
}
.mamadays-recipe-list .list-item:nth-child(1) .item-make dd::before {
	background-color: #FF9A9A;
}
.mamadays-recipe-list .list-item:nth-child(1) .item-toggle {
	background-color: #FF9A9A;
}
.mamadays-recipe-list .list-item:nth-child(2) .item-name {
	width: 208px;
}
.mamadays-recipe-list .list-item:nth-child(2) .item-prepare dt, .mamadays-recipe-list .list-item:nth-child(2) .item-make dt {
	background-color: #FDF3DB;
}
.mamadays-recipe-list .list-item:nth-child(2) .item-make dd::before {
	background-color: #F7CE70;
}
.mamadays-recipe-list .list-item:nth-child(2) .item-toggle {
	background-color: #F7CE70;
}
.mamadays-recipe-list .list-item:nth-child(3) .item-name {
	width: 217px;
}
.mamadays-recipe-list .list-item:nth-child(3) .item-prepare dt, .mamadays-recipe-list .list-item:nth-child(3) .item-make dt {
	background-color: #E7F0E7;
}
.mamadays-recipe-list .list-item:nth-child(3) .item-make dd::before {
	background-color: #9FC5A1;
}
.mamadays-recipe-list .list-item:nth-child(3) .item-toggle {
	background-color: #9FC5A1;
}
.mamadays-recipe-list .item-name {
	margin: 30px auto 0 auto;
}
.mamadays-recipe-list .item-description {
	margin: 30px 0 30px 0;
	font-size: 14px;
}
.mamadays-recipe-list .item-toggle-content {
	display: none;
	margin-bottom: 20px;
}
.mamadays-recipe-list .item-prepare, .mamadays-recipe-list .item-make {
	font-size: 14px;
}
.mamadays-recipe-list .item-prepare dt, .mamadays-recipe-list .item-make dt {
	padding: 5px 0;
	color: #412A0C;
	font-weight: bold;
	font-size: 16px;
}
.mamadays-recipe-list .item-prepare dd, .mamadays-recipe-list .item-make dd {
	border-bottom: 1px solid #D7CACA;
}
.mamadays-recipe-list .item-prepare dd:last-child, .mamadays-recipe-list .item-make dd:last-child {
	border-bottom: 0;
}
.mamadays-recipe-list .item-prepare dd {
	display: table;
	width: 100%;
	text-align: left;
}
.mamadays-recipe-list .item-prepare dd:last-child {
	border-bottom: 0;
}
.mamadays-recipe-list .item-prepare dd span {
	display: table-cell;
	padding: 10px 0 10px 10px; 
	vertical-align: middle;
}
.mamadays-recipe-list .item-prepare dd span:last-child {
	padding: 10px 10px 10px 0;
	text-align: right;
}
.mamadays-recipe-list .item-make {
	counter-reset: number;
}
.mamadays-recipe-list .item-make dd {
	position: relative;
	z-index: 1;
	padding: 15px 5px 15px 37px;
	text-align: left; 
	counter-increment: number;
}
.mamadays-recipe-list .item-make dd::before {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 16px;
	left: 7px;
	z-index: 1;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px; 
	line-height: 1;
	text-align: center;
	content: counter(number);

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.mamadays-recipe-list .item-toggle {
	overflow: hidden; 
	border-radius: 4px;
}
.mamadays-recipe-list .item-toggle a {
	display: block;
	padding: 10px 0;
}
.mamadays-recipe-list .item-toggle img {
	-ms-transform: translateX(15px);
	transform: translateX(15px); 
	margin: 0 auto;
}
.mamadays-recipe-list .item-toggle-open {
	display: block;
	width: 117.5px;
}
.mamadays-recipe-list .item-toggle-close {
	display: none;
	width: 136px;
}
.mamadays-recipe-list .item-toggle .is-open .item-toggle-open {
	display: none;
}
.mamadays-recipe-list .item-toggle .is-open .item-toggle-close {
	display: block;
}
.mamadays-teacher {
	overflow: hidden; 
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding: 20px;
	border: 4px solid #AC854C;
}
.mamadays-teacher-photo {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.mamadays-teacher-description {
	margin-top: 10px;
	color: #6A3906;
	font-size: 11px;
}
.mamadays-teacher-external {
	margin-top: 20px;
	color: #6A3906;
	font-size: 11px;
}
.mamadays-teacher-external a {
	color: #F64598;
}
.mamadays-intro-cube {
	margin: 40px -18px 0 -18px;
	font-size: 16px; 
	text-align: center;
}
.mamadays-about-shortage {
	margin-top: 40px;
	text-align: center;
}
.mamadays-about-shortage-btn {
	margin-top: 15px;
}
.mamadays-intro-store {
	margin-top: 40px;
	text-align: center;
}
.mamadays-intro-store-txt {
	width: 161.5px;
	margin: 35px auto 0 auto;
}
.mamadays-intro-store-btn {
	margin-top: 18px;
}
.mamadays-intro-club {
	margin-top: 40px;
	font-size: 16px; 
	text-align: center;
}
.mamadays-intro-club-btn {
	margin-top: 15px;
}
.mamadays-intro-instagram {
	margin-top: 40px;
	text-align: center;
}
