@charset "UTF-8";
.recipe_cate_box p a span i,.recipe_cate_box_step i {
	font-style: normal!important;
}
main .bread_cramb {
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;	
}
h2{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.cate_select_wrap {
	display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    border: 1px solid #FF5E00;
    border-radius: 5px;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
}
.cate_select_wrap p,label {
	margin-bottom: 0;
}
.cate_select_wrap_title {
    max-width: 180px;
    background-color: #FF5E00;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    align-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.medium_cate_select {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 180px);
    padding: 5px;
}
.medium_cate_select p{
	position: relative;
	user-select: none;
}
.medium_cate_select_active {
	background-color: #FFF9D9;
}
.medium_cate_select p input {
	vertical-align: text-top;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 0;
	cursor: pointer!important;
}
.medium_cate_select p label {
	width: 183px;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
	border:1px solid #CCCCCC;
	padding-left: 35px;
	height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	cursor: pointer!important;
}

.print_wrap {
	display: flex;
	max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ECE6DA;
    padding:18px 30px;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}
.print_wrap::after {
	content: '※印刷用紙の向きは横向きです。 ※【背景画像（グラフィック）を印刷する】へチェックを入れてください。';
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -30px;
	background-color: #D9CDB5;
	padding-top: 8px;
	padding-bottom: 8px;
	left: 0;
	font-size: 12px;
	color: #333333;
}
.print_wrap img {
	width: auto;
}
.print_wrap p {
	margin-bottom: 0;
}
.print_wrap p:nth-of-type(1) {
	width: 145px;
	padding:20px;
	text-align: center;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
	background-color: #82580A;
	border-radius: 5px;
	position: relative;
}
.print_wrap p:nth-of-type(1)::after {
	content: '';
	display: block;
	width: 78px;
	height: 67px;
	background-image: url('./img/paper.webp');
	position: absolute;
	top: -35px;
    left: -27px;
}
.print_wrap p:nth-of-type(2) {
	margin-left: 20px;
}
.print_wrap p:nth-of-type(2) b {
	font-size: 24px;
	color: #82580A;
	display: block;
	margin-bottom: 10px;
}

.print_wrap p:nth-of-type(3) {
	padding:25px 50px;
	border:1px solid #82580A;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 2px 2px 0px 0px rgb(130, 88, 10);
	margin-left: auto;
	color: #82580A;
	position: relative;
	user-select: none;
}
.print_wrap p:nth-of-type(3)::after {
	content: '';
	display: block;
	width: 15px;
	height: 18px;
	background-image: url('./img/paper2.webp');
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.print_wrap p:nth-of-type(3):hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.7s;
}

/*印刷選択欄*/
.print_select_wrap {
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 999;
	background-color: #ECE6DA;
	display: none;
	justify-content: space-between;
	flex-direction: column;
	width: 400px;
	padding:30px;
	display: none;
	align-items: center;
	justify-content: center;
}
.print_select {
	width: 100%;
	line-height: 3;
	text-align: center;
}
.print_select p {
	background-color: #fff;
	margin-bottom: 15px;
}
.print_select p a {
	display: block;
	color: #82580A;
}
.print_select p a:hover {
	text-decoration: none;
	opacity: .7;
	transition: .7s;
}
.print_select p:last-of-type {
	margin-bottom: 0;
}
.print_select_close {
	position: absolute;
    top: 3px;
    right: 3px;
}
.print_select_close:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.7s;
	user-select: none;
}
.print_select_bg {
	display: none;
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}
.body_stop {
	overflow: hidden;
}

.sort {
	display: flex;
	justify-content: space-between;
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

.recipe_wrap {
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recipe_info {
	width: 45.5%;
	min-width: 455px;
	background-color: #FFF8DA;
	margin-bottom: 15px;
	display: block;
	position: relative;
}
.recipe_info {
	display: flex;
	justify-content: space-between;
}
.recipe_left {
	width: 45%;
	min-width: 207px;
}
.recipe_left p {
	margin-bottom: 0;
	height: 100%;
}
.recipe_left p img {
	height: 100%;
	object-fit: cover;
}
.recipe_right {
	width: 55%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.recipe_right p:nth-of-type(1) {
	margin-bottom: 15px;
}
.recipe_right p:nth-of-type(1) a {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	display: block;
}
.recipe_right p:nth-of-type(1) .view img {
	width: auto;
}
.view {
    position: absolute;
    right: 10px;
    bottom:10px;
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    place-items: center;
}
.view span {
    display: flex;
    flex-direction: column;
    align-items: center;
	font-weight: bold;
}
.view span small {
    font-size: 11px;
    margin-top: -3px;
}
.recipe_right p:nth-of-type(2) span{
	padding:5px 8px;
	background-color: #00A552;
	color: #fff;
	margin-right: 10px;
}
.recipe_right p:nth-of-type(3) {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
}
.recipe_right p:nth-of-type(3) img {
	max-width: 72px;
}
.recipe_right p:nth-of-type(3) span{
	padding:5px 8px;
	background-color: #00A552;
	color: #fff;
	margin-right: 10px;
}
.recipe_check img {
	margin-right: 7px;
}
.recipe_check {
	display: flex;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 3px;
	align-items: center;
}
.recipe_check input {
	margin-top: 0;
}

.pagenation {
	text-align: center!important;
	margin-bottom: 30px;
}
main section.contents {
max-width: 1025px;
    margin: 0 auto;
    padding: 0px 50px;
}
.recipe_cate_box_wrap {
	margin-top: 75px!important;
}
.recipe_cate_box_wrap h3 {
	text-align: center;
	margin-bottom: 30px;
}
.recipe_cate_box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 18px;
}
.recipe_cate_box p,.recipe_cate_box_step p,.recipe_cate_box_janru p {
	margin-bottom: 0;
}
.recipe_cate_box,.recipe_cate_box_other img {
	image-rendering: pixelated;
}

.recipe_cate_box_step {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 18px;
}
.recipe_cate_box_janru {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 18px;
}
.janru_button {
	background-color: #FF7E33;
	border:1px solid #FF5E00;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	height: 50px;
}
.topics_recipe {
	margin-bottom: 130px;
	margin-top: 40px;
}
.topics_recipe h3 {
	text-align: center;
	margin-bottom: 20px;
}
.topics_recipe section {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 25px;
	max-width: 1025px;
    margin: 0 auto;
    padding: 0px 50px;
}
.topics_recipe section p a {
	color: #333;
}
.topics_recipe section p a img {
	margin-bottom: 10px;
}
.topics_recipe .more_topics {
	font-weight: bold;
    color: #fff;
    width: 350px;
    background-color: #FF5E00;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    position: relative;
    border-radius: 30px;
}
.topics_recipe .more_topics a {
	color: #fff;
	font-weight: bold;
	display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.topics_recipe .more_topics::after {
	content: '';
	display: block;
	background-image: url('./img/arrow_right_white.png');
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.search_keyword {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.ipt_txt {
	width: calc(100% - 62px);
}
.ipt_submit {
	margin:0;
}
.recipe_cate_box_wrap {
    margin-top: 150px!important;
    position: relative;
}
.recipe_cate_box_wrap::after {
	content: '';
	display: block;
	width: 1025px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	top: -60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.recipe_none {
	    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.recipe_cate_box p {
	border:1px solid #ccc;
	border-radius: 3px;
}
.recipe_cate_box p a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	height: 100%;
	color: #333333;
}
.recipe_cate_box p:hover,.janru_button:hover,.recipe_cate_box_step p:hover {
	opacity: 0.7;
	transition: 0.7s;
	cursor: pointer;
}
.recipe_cate_box p a:hover {
	text-decoration: none;
}
.recipe_cate_box p a img {
	width: auto;
}
.recipe_cate_box p a span {
	width: 137px;
	text-align: center;
}
.recipe_cate_box p a span {
	white-space: nowrap;
}
.recipe_cate_box p a span i {
	font-style: normal!important;
}
.recipe_cate_box p:nth-of-type(4) a span i {
	transform: scaleX(0.98);
	transform-origin: top left;
	display: inline-block;
}
.recipe_cate_box p:nth-of-type(5) a span i {
	transform: scaleX(0.75);
	display: inline-block;
	transform-origin: top left;
}
.recipe_cate_box p:nth-of-type(13) a span i {
	transform: scaleX(0.75);
	display: inline-block;
	transform-origin: top left;
}

.recipe_cate_box_step p:nth-of-type(1) {
	background-image: url('./img/3step_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #ff7e33;
}

.recipe_cate_box_step p:nth-of-type(2) {
	background-image: url('./img/honkaku_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #990083;
}

.recipe_cate_box_step p:nth-of-type(3) {
	background-image: url('./img/setsuyaku_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #3FA9F5;
}
.recipe_cate_box_step p:nth-of-type(4) {
	background-image: url('./img/quick_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #A8C634;
}
.recipe_cate_box_step p a {
	color: #333;
	display: block;
	position: relative;
	height: 100%;
}
.recipe_cate_box_step p a span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 25px;
	bottom: 15px;
}
.recipe_cate_box_step p:nth-of-type(2) a span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 8px;
	bottom: 15px;
}
.recipe_cate_box_step p a span i:nth-of-type(1) {
	font-size: 13.5px;
	font-weight: bold;
	color: #ff7e33;
	position: relative;
}
.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1) {
	color: #990083;
}

.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1) {
	color: #0790EE;
}

.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1) {
	color: #75A200;
}

.recipe_cate_box_step p a span i:nth-of-type(1):before,
.recipe_cate_box_step p a span i:nth-of-type(1):after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ff7e33;
  width: 2px;
  height: 13px;
  margin: 0 7px;
  vertical-align: middle;
}
 
.recipe_cate_box_step p a span i:nth-of-type(1):before {
  transform: rotate(-35deg);
}
 
.recipe_cate_box_step p a span i:nth-of-type(1):after {
  transform: rotate(35deg);
}

.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1):after {
  background: #990083;
}

.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1):after {
  background: #0790EE;
}

.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1):after {
  background: #75A200;
}

.br_400 {
	display: none;
}

@media screen and (max-width: 1300px) {
	.bread_cramb {
    width: 100%;
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
	.recipe_cate_box_wrap::after {
		width: calc(100% - 40px);
	}
	.cate_select_wrap,.print_wrap,.recipe_wrap {
		max-width: 100%;
	}
.recipe_cate_box {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
}
.recipe_cate_box p a {
	justify-content: center;

}
.recipe_cate_box p a img {
	margin-right: 15px;
}
.recipe_cate_box_step,.recipe_cate_box_janru {
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1300px) and (min-width: 1100px) {
.recipe_cate_box_wrap .recipe_cate_box_step p a span {
right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
}
}


@media screen and (max-width: 1300px) {
	.recipe_contens,main section.contents {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1300px) and (min-width: 1024px) {
	.print_wrap {
		display: block;
	}
	.print_wrap p:nth-of-type(1) {
		width: 350px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
	}
	.print_wrap p:nth-of-type(1)::after {
		top: -20px;
	}
	.print_wrap p:nth-of-type(2) b {
		text-align: center;
		margin-top: 15px;
	}
	.print_wrap p:nth-of-type(2) {
		text-align: center;
		margin-left: 0;
	}
	.print_wrap p:nth-of-type(3) {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.print_wrap p:nth-of-type(1) br {
		display: none;
	}
	.print_wrap::after {
		background-color: #ECE6DA;
		padding-bottom: 20px;
		bottom: -45px;
	}

	.recipe_info {
		width: calc((100% - 15px) / 2);
		min-width: initial;
	}
	.recipe_left {
		min-width: initial;
		width: 40%;
	}
	.recipe_right {
		width: 60%;
	}
	.medium_cate_select p label {
		width: 100%;
	}
	.medium_cate_select p {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 1150px) and (min-width: 1024px) {
	.view {
		display: flex;
		flex-direction: column;
	}
	.recipe_right p:nth-of-type(1) .view img {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 850px) {
.recipe_cate_box_wrap .recipe_cate_box_step p a span {
right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
}
}
@media screen and (max-width: 1023px) {
	.cate_select_wrap,.print_wrap,.recipe_wrap,.sort {
		max-width: 100%;
	}
	.medium_cate_select p{
	width: 25%;
}
	.medium_cate_select p label {
    width: 100%;
}
.recipe_info {
	width: calc(50% - 7px);
	min-width: initial;
}
.view {
		display: flex;
		flex-direction: column;
	}
	.recipe_right p:nth-of-type(1) .view img {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 900px) {
	.print_wrap {
		display: block;
	}
	.print_wrap p:nth-of-type(1) {
		width: 350px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
	}
	.print_wrap p:nth-of-type(1)::after {
		top: -20px;
	}
	.print_wrap p:nth-of-type(2) b {
		text-align: center;
		margin-top: 15px;
	}
	.print_wrap p:nth-of-type(2) {
		text-align: center;
		margin-left: 0;
	}
	.print_wrap p:nth-of-type(3) {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.print_wrap p:nth-of-type(1) br {
		display: none;
	}
	.print_wrap::after {
		background-color: #ECE6DA;
		padding-bottom: 20px;
		bottom: -45px;
	}

	.recipe_info {
		width: calc((100% - 15px) / 2);
		min-width: initial;
	}
	.recipe_left {
		min-width: initial;
		width: 40%;
	}
	.recipe_right {
		width: 60%;
	}
	.medium_cate_select p label {
		width: 100%;
	}
	.medium_cate_select p {
		width: calc(100% / 3);
	}
	.view {
		display: flex;
		flex-direction: column;
	}
	.recipe_right p:nth-of-type(1) .view img {
		margin-bottom: 5px;
	}
	.recipe_contens,main section.contents {
		padding-left: 20px;
		padding-right: 20px;
	}

} 

@media screen and (max-width: 750px) {
	h2 {
		margin-top: 25px;
		margin-bottom: 25px;
	}
.cate_select_wrap {
    	flex-direction: column;
    	margin-bottom: 15px;
    }
    .cate_select_wrap_title {
    	max-width: 100%;
    	text-align: center;
    	padding-top: 10px;
    	padding-bottom: 10px;
    	border-radius: initial;
    	position: relative;
    	cursor: pointer;
    	user-select: none;
    }
    .cate_select_wrap_title::after {
    	content: '';
    	display: block;
    	width: 13px;
    	height: 8px;
    	background-image: url('../product/img/arrow_white.png');
    	position: absolute;
    	right: 15px;
    	top: 50%;
    	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }
    .medium_cate_select {
    	width: auto!important;
    	display: none;
    }
    .cate_select_wrap_title_active::after {
    	transform: rotate(-180deg);
    	top: 40%;
    }
    .cate_select_wrap_active .medium_cate_select {
    	display: flex;
    	opacity: 1;
      animation-duration: 0.5s;
      animation-name: fade-in;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fade-in;
    }
    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: flex;
        opacity: 0;
      }

      100% {
        display: flex;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: flex;
        opacity: 0;
      }

      100% {
        display: flex;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: flex;
        opacity: 0;
      }

      100% {
        display: flex;
        opacity: 1;
      }
    }



.search_box {
	max-width: 87%;
	margin-bottom: 30px;
}
main #sec_contents .recommend h3 {
	margin-bottom: 20px;
}
.new_recipe_wrap {
	padding-bottom: 60px;
}
.recommend_box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 10px;
}
    .recipe_cate_box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(9, 1fr);
    }
.recipe_cate_box_step, .recipe_cate_box_janru,.topics_recipe section {
	grid-template-columns: repeat(2, 1fr);
}
.recipe_cate_box {
	grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.recipe_cate_box_step,.recipe_cate_box_janru {
	margin-top: 5px;
	grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.topics_recipe section {
	padding-left: 20px;
	padding-right: 20px;
	grid-column-gap: 16px;
}
.topics_recipe .more_topics {
	width: 250px;
}
.topics_recipe .more_topics::after {
	right: 25px;
}
.topics_recipe {
	margin-bottom: 60px;
}
.print_wrap {
	margin-bottom: 70px;
}
.recipe_info {
	width: 100%;

}
.view {
	flex-direction: row;
}
.recipe_left {
	width: 46%;
}
.recipe_right {
width: 54%;
}
}
@media screen and (max-width: 687px) {
	.print_wrap::after {
		padding-left: 20px;
		padding-right: 20px;
		bottom: -60px;
	}
}
@media screen and (max-width: 750px) and (min-width: 550px) {
.recipe_cate_box_wrap .recipe_cate_box_step p a span {
right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
}
}
@media screen and (max-width: 750px) and (min-width: 600px) {
	.recipe_right p:nth-of-type(3) img {
    max-width: 150px;
}
}
@media screen and (max-width: 599px) and (min-width: 501px) {
	.recipe_right p:nth-of-type(3) img {
    max-width: 100px;
}
}
@media screen and (max-width: 600px) {
	.new_recipe {
		max-width: inherit;
		min-width: initial;
		margin:0;
	}
	.splide__arrow--prev {
		left: 10px;
		transform: none;
	}
	.splide__arrow--next {
		right: 10px;
		transform: none;
	}
	    .medium_cate_select p {
        width: calc(100% / 2);
    }

	.view {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
	.print_wrap,.recipe_check {
		display: none;
	}
	.recipe_cate_box_wrap {
    margin-top: 50px !important;
	}
	.recipe_cate_box_wrap::after {
		width: calc(100% - 40px);
		top: -25px;
	}
	.new_recipe_wrap::after {
		background-size: cover;
		width: 230px;
		height: 96px;
		top: -40px;
		left: 43.5%;
    transform: translateX(-43.5%);
    -webkit-transform: translateX(-43.5%);
	}
	.new_recipe_wrap {
		padding-top: 50px;
	}
	.splide__arrow--prev,.splide__arrow--next {
		top: 43%;
	}
	.new_recipe a:nth-of-type(1) p:nth-of-type(2) {
		font-size: 16px;
	}
	.new_recipe a:nth-of-type(1) p:nth-of-type(3) {
		line-height: 21px;
	}
	.new_recipe .item_wrap span:nth-of-type(1) {
		width: 58%;
	}
	.new_recipe .item_wrap span:nth-of-type(2) img {
		margin-left: 10px;
	}
	.recommend h3 img {
		max-width: 260px!important;
	}
	main .recommend_content {
		padding-bottom: 0;
	}
	.recipe_cate_box_wrap h3 img {
		max-width: 150px!important;
	}
	.recipe_cate_box_wrap h3 {
		margin-bottom: 15px;
	}
	.recipe_cate_box p a span {
		font-size: 12px;
		width: 127px;
	}
	.recipe_cate_box p:nth-of-type(5) a span i,.recipe_cate_box p:nth-of-type(13) a span i {
    transform: scaleX(85%);
    display: inline-block;
    transform-origin: top left;
	}
	.recipe_cate_box_step p a span {
		font-size: 13.5px;
	}
	.janru_button {
		font-size: 13px;
	}
	.topics_recipe h3 {
		margin-bottom: 15px;
	}
	.topics_recipe h3 img {
		width: 124px!important;
	}
	.topics_recipe section p a {
		font-size: 13px;
	}
	h2 {
		font-size: 24px;
	}
	.cate_select_wrap_title {
		font-size: 16px;
	}
	.print_wrap p:nth-of-type(1) {
        width: 315px;
        font-size: 15px;
    }
    .print_wrap p:nth-of-type(1)::after {
    	left: -30px;
    	top: -24px;
    }
    .print_wrap p:nth-of-type(2) b {
		font-size: 22px;
	}
	.recipe_right p:nth-of-type(1) a {
		font-size:14px;
	}
	.recipe_right p:nth-of-type(2),.recipe_right p:nth-of-type(3) {
		font-size: 10px;
	}
	.recipe_right p:nth-of-type(1) .view img {
		width: 20px;
	}
}
@media screen and (max-width: 480px) {
	.recipe_cate_box p a img {
		margin-right: 0;
	}
	.recipe_cate_box p a span {
		font-size: 12px;
		width: 100%;
		padding-left: 10px;
		white-space: initial;
	}
	.recipe_cate_box p a {
        justify-content: flex-start;
    }
    .recipe_cate_box p:nth-of-type(5) a span i, .recipe_cate_box p:nth-of-type(13) a span i,.recipe_cate_box p:nth-of-type(4) a span i {
        transform: initial;
    }
}
@media screen and (max-width: 450px) {
	.medium_cate_select p {
		width: 100%;
	}
	.search_more_br {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.br_400 {
		display: block;
	}
}
@media screen and (max-width: 400px) {
	.print_wrap {
		padding:15px;
		margin-bottom: 90px;
	}
	.print_wrap p:nth-of-type(1) {
        width: 100%;
        font-size: 14px;
    }
    .print_wrap p:nth-of-type(1)::after {
            width: 66px;
        height: 56px;
        background-size: cover;
        left: -17px;
        top: -17px;
	}
	    .print_wrap p:nth-of-type(2) b {
        font-size: 20px;
    }
    .print_wrap p:nth-of-type(2) {
    	font-size: 13px;
    }
        .print_wrap::after {
        bottom: -80px;
    }
    .recipe_right {
        width: 65%;
    }
    .medium_cate_select p label {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}