.Enjoy {
	box-sizing: border-box;
	border-top: 2px dotted #F2BA1D;
	margin: 2em auto 0;
	padding: 2em 0 0;
}

.Enjoy .pic figure {
	display: inline-block;
	border: 2px solid;
	margin: 0;
	padding: 0.4em;
}

.Enjoy.bento .pic figure {
	border-color: #FFAE00;
}
.Enjoy.party .pic figure {
	border-color: #FF85D1;
}

.Enjoy .text h3 {
	margin: 0;
}
.Enjoy .text p {
	text-align: left;
}
.Enjoy .text p:nth-of-type(1) {

}


.Enjoy.bento .text p:nth-of-type(1) {
	color: #FFAE00;
}
.Enjoy.party .text p:nth-of-type(1) {
	color: #FF85D1;
}

@media all and (max-width: 640px) {
	.Enjoy {
		position: relative;
		width: 23em;
	}
	.Enjoy .pic {
		padding-top: 3em;
	}
	.Enjoy .text h3 {
		position: absolute;
		left: 0;
		top: 1em;
		width: 100%;
	}
	.Enjoy .text h3 img {
		transform: scale(1.1);
	}
	.Enjoy .text p:nth-of-type(2) {
		font-size: 0.9em;
	}
}

@media all and (min-width: 641px) {
	.Enjoy {
		width: 46em;
	}
	.Enjoy .body {
		display: table;
		border-spacing: 1em 0;
	}
	.Enjoy.party .body {
		direction: rtl;
	}
	.Enjoy .body > div {
		direction: ltr;
		display: table-cell;
		vertical-align: top;
	}
	.Enjoy .pic img {
		max-width: none;
	}
	.Enjoy .text {
		text-align: left;
	}
 	.Enjoy .text p:nth-of-type(1) {
		font-size: 0.8em;
	}
	.Enjoy .text p:nth-of-type(2) {
		font-size: 0.7em;
	}
	
}