.hp-recipe {
	display: flex;
	flex-wrap: wrap;
}

.hp-recipe__img {
	width: 49%;
	border-radius: 6px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.hp-recipe__img {
		width: 100%;
	}
}

.hp-recipe__img img {
	width: 100%;
}

.hp-recipe__menu {
	width: calc(100% - 49% - 42px);
	margin-left: 42px;
}

@media screen and (max-width: 767px) {
	.hp-recipe__menu {
		width: 100%;
		margin: 24px 0 0 0;
	}
}

.hp-recipe__title,
.hp-recipe__data-text,
.hp-recipe__data-text-detail {
	color: var(--text-color);
}

.hp-recipe__title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.hp-recipe__title {
		font-size: 16px;
	}
}

.hp-recipe__data-wrap {
	display: flex;
	margin: 16px 0 24px;
	position: relative;
}

.hp-recipe__data-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: url(/common/rwd/images/rn/icon_dots_x.svg) repeat-y 1px 1px;
	background-position: left bottom;
}

.hp-recipe__data {
	width: calc(100% / 3);
	text-align: center;
	padding: 34px 0 12px;
	position: relative;
	box-sizing: border-box;
}

.hp-recipe__data--time::before,
.hp-recipe__data--calorie::before,
.hp-recipe__data--salt::before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.hp-recipe__data--time::before {
	background: url(/common/rwd/images/rn/icon_time.svg) no-repeat bottom right / contain;
}

.hp-recipe__data--calorie::before {
	background: url(/common/rwd/images/rn/icon_calorie.svg) no-repeat bottom right / contain;
}

.hp-recipe__data--salt::before {
	background: url(/common/rwd/images/rn/icon_salt.svg) no-repeat bottom right / contain;
}

.hp-recipe__data::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: url(/common/rwd/images/rn/icon_dots_x.svg) repeat-y 1px 1px;
	background-position: left bottom;
}

.hp-recipe__data-text,
.hp-recipe__data-text-detail {
	display: block;
	line-height: 1;
}

.hp-recipe__data-text {
	font-size: 14px;
}

.hp-recipe__data-text-detail {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.hp-recipe__data-text-detail span {
	font-size: 14px;
}

.hp-recipe__links {
	display: flex;
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.hp-recipe__links {
		justify-content: center;
	}
}

.hp-recipe__links .hc-sns {
	margin: 0;
}

.hp-recipe__links .hc-sns__item:not(:last-child) {
	margin-right: 16px;
}

.hp-recipe__button-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.hp-recipe__button-wrap {
		display: none;
	}
}

.hp-recipe__button-wrap .hc-button-03 {
	max-width: 166px;
	width: 100%;
	min-height: 36px;
}

.hp-recipe__button-wrap .hc-button-03 + .hc-button-03 {
	margin-left: 16px;
}

.hp-recipe__button-wrap .hc-button-03 span {
	min-height: 36px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	padding: 8px 16px;
}

.hp-recipe-box {
	padding: 24px;
	border: 2px solid var(--border-color);
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box {
		padding: 20px 16px 80px;
		position: relative;
	}
}

@media screen and (min-width: 768px) {
	.hp-recipe-box__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.hp-recipe-box__header-search {
	margin-right: 24px;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__header-search {
	margin-right: 0;
}
}

.hp-recipe-box__header-search,
.hp-recipe-box__header-button-area {
	display: flex;
}

@media screen and (min-width: 768px) {
	.hp-recipe-box__header-search,
	.hp-recipe-box__header-button-area {
		width: 100%;
	}
}

.hp-recipe-box__header-text,
.hp-recipe-box__sort,
.hp-recipe-box__sort-detail-title {
	margin-block-start: 0;
	margin-block-end: 0;
}

.hp-recipe-box__header-text {
	width: 156px;
	color: var(--text-color);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__header-text {
		width: auto;
		flex-shrink: 0;
		margin-right: 24px;
	}
}

.hp-recipe-box__header .hc-search--small {
	max-width: 312px;
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__header .hc-search--small {
		max-width: none;
		margin: 0;
	}
}

.hp-recipe-box__header .searchArea dt {
	width: calc(100% - 34px);
}

.hp-recipe-box__header .hc-search--small .hc-search--small__input[type="text"] {
	width: 100%;
	height: 34px;
	font-size: 12px;
	padding: 10px 12px;
}

.hp-recipe-box__header .hc-search--small .hc-search--small__input::placeholder {
	font-size: 10px;
}

.hp-recipe-box__header .hc-search--small__button {
	width: 34px !important;
	height: 34px !important;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__header-button-area {
		position: absolute;
		bottom: 16px;
		left: 0;
		padding: 0 16px;
	}
}

@media screen and (min-width: 768px) {
	.hp-recipe-box__header-button-area {
		justify-content: flex-end;
	}
}

.hp-recipe-box__header-button-area .hc-button-modal {
	min-height: unset;
	padding: 6px 36px 6px 14px;
	margin-right: 12px;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__header-button-area .hc-button-modal {
		width: 168px;
		padding: 7px 36px 7px 14px;
	}
}

@media screen and (min-width: 768px) {
	.hp-recipe-box__header-button-area .hc-button-modal:hover {
		padding: 8px 14px;
	}
}

.hp-recipe-box__header-button-area .hc-button-cross {
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__header-button-area .hc-button-cross {
		height: unset;
		padding: 8px 44px 8px 16px;
	}
}

.hp-recipe-box__sort {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__sort {
		margin-top: 20px;
	}
}

.hp-recipe-box__sort-title {
	width: 156px;
	color: var(--text-color);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 24px;
	position: relative;
	box-sizing: border-box;
}

.hp-recipe-box__sort-title:first-of-type {
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__sort-title:first-of-type + .hp-recipe-box__sort-detail {
		margin: 0 24px 16px 0;
	}
}

.hp-recipe-box__sort-title-img {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0.25em;
	left: 0;
}

.hp-recipe-box__sort-detail {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 156px);
	margin-inline-start: 0;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__sort .hp-recipe-box__sort-detail {
		width: auto;
	}
}

.hp-recipe-box__sort-detail:nth-of-type(n + 2) {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.hp-recipe-box__sort-detail:nth-of-type(n + 2) {
	margin-top: 16px;
}
}

.hp-recipe-box__sort-category:not(:last-child) {
	margin-right: 24px;
}

.hp-recipe-box__sort-category .hc-button-cross {
	margin-bottom: 8px;
}

.hp-recipe-box__sort-category .hc-button-cross:not(:last-child) {
	margin-right: 8px;
}

.hp-recipe-box__sort-detail-title {
	color: var(--main-color);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-right: 8px;
}
