@charset "utf-8";

/* =======================================

	evebt-chawanmushi CSS

========================================== */

#footer {
	top: 0;
}

.only-sp {
	display: none !important;
}

#fancybox-content {
	background-color: #fff;
}

/* -- #content -------------------------------------  */
#content {
	overflow: hidden;
	background: url(/img/recipe/event/yakuzen/bg_01_pc.png) top center / cover repeat;
	width: auto;
	min-width: 970px;
    margin-top: 30px;
}

/* -- .content-inner -------------------------------------  */
.content-inner {
	padding: 30px 0 72px;
	margin: 0 auto;
	width: 970px;
}

/* -- .mod-hero -------------------------------------  */
.mod-hero {
	position: relative;
	left: 4px;
	max-width: 1098px;
	margin: 128px auto 0;
}

.mod-hero__heading {
	position: absolute;
	top: calc(-28/842*100%);
	left: calc(46/1098*100%);
	width: calc(617/1098*100%);
}

.mod-hero__detail {
	position: absolute;
	top: calc(376/842*100%);
	left: calc(95/1098*100%);
	width: calc(606/1098*100%);
}

.mod-hero__info {
	position: absolute;
	top: calc(615/842*100%);
	left: calc(94/1098*100%);
	width: calc(902/1098*100%);
}

.mod-hero__image {
	position: absolute;
	top: calc(29/842*100%);
	left: calc(584/1098*100%);
	width: calc(583/1098*100%);
}

.mod-hero img {
	max-width: 100%;
}

/* -- .mod-read -------------------------------------  */
.mod-read {
	margin: 10px 0 0;
}

.mod-read img {
	max-width: 100%;
}

@media screen and (max-device-width:1100px) {
	.mod-read {
		padding: 0 10px 0;
	}
}

/* -- .mod-tips -------------------------------------  */
.mod-tips {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 23px;
	margin: 44px -22px 0;
}

.mod-tips img {
	max-width: 100%;
}

@media screen and (max-device-width:1100px) {
	.mod-tips {
		padding: 0 10px 0;
		margin: 44px 0 0;
	}
}

/* -- .mod-recipe-list -------------------------------------  */
.mod-recipe-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px 11px;
	margin: 53px -14px 0 -17px;
}

@media screen and (max-device-width:1100px) {
	.mod-recipe-list {
		padding: 0 10px 0;
		gap: 24px 5px;
		margin: 53px 0 0;
	}
}
