@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/park/recipe/bg_head_recipe.jpg");
    width: 57.2%;
}
.page_ttl {
    width: 42.8%;
}
section {
    margin-bottom: 100px;
}
.btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    line-height: 150%;
    border: 1px solid #b22222;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 6px;
}
.btn a::before {
    content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.btn a:hover{
	background: #ffffff;
	color: #b22222;
}
.btn a:hover::after{
	border-color: #b22222;
}
.recipe h3.ttl {
    color: #40220f;
    font-size: 1.6em;
    padding: 0 0 15px 15px;
    background: url(../img/company/dotted.png) repeat-x bottom right;
	margin-bottom: 30px;
}

/**/
.tag {
    background: #ca171d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    z-index: 2;
}
.tag img {
    width: 26px;
    height: 17px;
    display: block;
}
.tag .txt {
    line-height: 100%;
    margin-left: 5px;
}
article.recommend_wrap:not(:nth-of-type(1)) {
    display: none !important;
}
.recommend_wrap{
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.recommend_wrap .flex {
    display: flex;
    align-items: flex-start;
    padding: 40px 6% 30px;
}
.recommend_wrap .flex .photo_wrap {
    position: relative;
    margin-right: 5%;
}
.recommend_wrap .photo {
    width: 335px;
}
.recommend_wrap .photo::after {
    content: "調理イメージ";
    font-size: 0.8em;
    line-height: 100%;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
.recipe_name {
    color: #40220f;
    font-size: 1.5em;
    line-height: 120%;
    padding: 15px 0;
    border-bottom: 1px solid #edd2a3;
    margin-bottom: 15px;
}
.detail_wrap .time {
    background: #d69e34;
    color: #fff;
    text-align: center;
    padding: 20px 0 8px;
    width: 75px;
    position: absolute;
    top: 0;
    right: 2%;
}
.detail_wrap .time::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(../img/park/recipe/time_end.png) no-repeat center / contain;
    bottom: -9px;
    position: absolute;
}
.detail_wrap .name {
    line-height: 100%;
	margin-bottom: 3px;
    font-size: 0.9em;
}
.detail_wrap .time .name::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/park/recipe/ico_time_w.png) no-repeat center / contain;
    vertical-align: bottom;
}
.recipe_txt {
    padding: 0 5px 15px;
    border-bottom: 1px solid #edd2a3;
    margin-bottom: 15px;
}
.icons_flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 130%;
}
.icons_flex .icon {
    line-height: 100%;
    margin-right: 5px;
    width: 20px;
}
.icons_flex .txt .name {
    color: #d69e34;
    font-weight: bold;
}
.recommend_wrap .info_index {
    text-align: center;
    width: 100%;
    display: flex;
    background: #d69e34;
    color: #fff;
    padding: 0.3em;
    font-size: 1.3em;
    align-items: center;
    justify-content: center;
}
.recommend_wrap .info_index:hover{
	background: #ca171d;
}
.recommend_wrap .info_index::before {
    content: "";
    background-image: url(../img/common/ico_recipe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 50px;
}
@media screen and (max-width:900px) {
.recommend_wrap .flex{
	flex-wrap: wrap;
}
.recommend_wrap .flex .photo_wrap,
.recommend_wrap .flex .detail_wrap {
    margin-right: 0;
    width: 100%;
}
.recommend_wrap .photo {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
}
.recommend_wrap .flex .photo_wrap .tag {
    bottom: 0;
}
}
@media screen and (max-width: 600px){
.recommend_wrap .flex {
    padding: 15px 4%;
}
}

.pickup_wrap {
    background: #fdf4c4;
    padding: 0 0 30px;
    position: relative;
}
.pickup_wrap::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/park/recipe/pickup_head.png) no-repeat bottom / contain;
    width: 100%;
    max-width: 400px;
    height: 20vw;
    max-height: 80px;
    top: max(-20vw,-80px);
    left: 0;
    right: 0;
    margin: auto;
}

.pickup_wrap .flex {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.pickup_ttlleft{
	width: 25%;
    max-width: 240px;
    background: url(../img/park/recipe/pickup_bg_l.png) no-repeat bottom / contain;
}
.pickup_ttlright {
	width: 25%;
    max-width: 240px;
    background: url(../img/park/recipe/pickup_bg_r.png) no-repeat bottom / contain;
}
.pickup_ttl {
    text-align: center;
    padding: 0 3% 10px;
    position: relative;
}
.pickup_ttl .mini {
    font-size: 0.6em;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}
.pickup_ttl .hui {
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 5px;
}
.pickup_ttl::after {
    content: "";
    display: block;
    width: 110px;
    border-bottom: 2px dotted;
    margin: 20px auto 0;
}

.slick-slide {
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    line-height: 140%;
    font-size: 1.1em;
}
.slick-slide .txt {
    color: #40220f;
    font-weight: bold;
    padding: 15px;
    position: relative;
}
.slick-slide .txt::after {
    content: "調理イメージ";
    font-size: 0.7em;
    font-weight: normal;
    line-height: 100%;
    display: block;
    position: absolute;
    top: -1.5em;
    left: 10px;
}
.pickup_slide .slick-dots {
    margin-top: 25px;
    display: flex !important;
    justify-content: center;
}
.pickup_slide .slick-dots button {
    text-indent: -9999px;
    background: #c6c7c7;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 10px;
}
.pickup_slide .slick-dots .slick-active button{
	opacity: 1;
	background: #d69e34;
}
button:focus {
  outline: none;
}
.slick-arrow {
    background: #d69e34;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 22.9%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.slick-arrow.slick-prev{
	transform: rotate(180deg);
	right: auto;
    left: 22.9%;
}
@media screen and (max-width:899px) {
.slick-arrow {
    right: 0;
}
.slick-arrow.slick-prev {
    left: 0;
}
}
.product_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.product_search li {
    width: 28%;
    text-align: center;
    margin-bottom: 20px;
}
.product_search li .img {
    margin-bottom: 15px;
}
.product_search li .name {
    color: #40220f;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 130%;
}
@media screen and (max-width:600px) {
.product_search li {
    width: 33%;
}
.product_search li .img {
    margin-bottom: 5px;
}
.product_search li .name {
    font-size: 1em;
}
}

.linkbtn_flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.linkbtn_flex li {
    width: 33%;
}
@media screen and (max-width:980px) {
.linkbtn_flex li {
    width: 50%;
}
}
@media screen and (max-width:600px) {
.linkbtn_flex li {
    width: 100%;
}
.btn a {
    height: 50px;
    margin-bottom: 10px;
}
}


.recipe_list {
    display: flex;
    flex-wrap: wrap;
}
.recipe_list li {
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    width: 30%;
    background: #fefae6;
    margin: 0 2% 15px;
}
.recipe_list li:nth-of-type(3n+1){
	margin-left: 0;
}
.recipe_list li:nth-of-type(3n){
	margin-right: 0;
}
.recipe_list li .flex {
    display: flex;
    align-items: flex-start;
    padding: 40px 6% 30px;
}
.recipe_list li .flex .photo_wrap {
    position: relative;
    margin-right: 5%;
}
.recipe_list li .photo {
    position: relative;
}
.recipe_list li .photo::before {
    content: "調理イメージ";
    font-size: 0.8em;
    line-height: 100%;
    color: #000;
    position: absolute;
    z-index: 2;
    display: block;
    text-shadow: 1px 1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
    bottom: 5px;
    left: 5px;
}
.recipe_list li .name_flex {
    display: flex;
    background: #fff;
    padding: 15px 6%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.recipe_list li .recipe_name {
	font-size: 1.1em;
    line-height: 120%;
    border: none;
    margin: 0;
    padding: 0;
    width: calc(100% - 60px);
}
.recipe_list li .icon_wrap {
    padding: 15px 4%;
    color: #000;
}
.recipe_list li .time .name::before{
	background-image: url(../img/park/recipe/ico_time.png);
}
.recipe_list li .icon_wrap .txt {
    font-size: 0.85em;
}
.recipe_list .time {
    background: none;
    color: #d69e34;
    padding: 0;
    width: auto;
    position: static;
    line-height: 120%;
}
.recipe_list .time::after{
	display: none;
}

@media screen and (max-width:899px) {
.recipe_list li:nth-of-type(n) {
    width: 47%;
    margin: 0 1.5% 15px;
}
}
@media screen and (max-width:600px) {
.recipe_list li:nth-of-type(n) {
    width: 94%;
    margin: 0 3% 15px;
}
.recipe_list li .name_flex {
    padding: 5px 6%;
}
.recipe_list li .icon_wrap {
    padding: 10px 4% 5px;
}
.recipe_list li .icons_flex {
    margin-bottom: 5px;
}
}

/*詳細ページ*/
.recipe_page .recommend_wrap {
    border-radius: 0;
    box-shadow: none;
}
.recipe_page .recommend_wrap .photo::after{
	top: 5px;
	bottom: auto;
}
.recipe_page .recommend_wrap .flex {
    padding: 0 4%;
    margin-bottom: 20px;
}
.recipe_page .recipe_txt {
    padding-right: 80px;
}
.container_wrap.recipe_page h4.ttl {
    margin-bottom: 10px;
    margin-top: 30px;
}
.tag_btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    line-height: 150%;
    border: 1px solid #b22222;
    border-radius: 10px;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin-top: 25px;
}
.tag_btn a:hover {
    background: #d69e34;
    border-color: #d69e34;
}
.tag_btn a img {
    width: 26px;
    margin-right: 9px;
}
.recipe_page .memo_wrap .flex {
    align-items: unset;
    border: 1px solid #d69e34;
    border-radius: 10px;
    padding: 20px 4%;
}
.memo_wrap {
    margin-bottom: 40px;
}
.memo_wrap .block {
    padding: 0 3%;
}
.memo_wrap .name {
    color: #a28047;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
.memo_wrap .block:not(:first-child){
	width: 50%;
	min-width: 50%;
	border-left: 1px solid #d69e34;
	padding-right: 0;
}
.memo_wrap .block:first-child{
	padding-left: 0;
	width: 100%;
}
.memo_wrap .img_wrap {
    display: flex;
    align-items: center;
}
.img_wrap .img {
    width: auto;
    max-width: 60px;
    margin-right: 1em;
}
.memo_wrap .memo .txt {
    font-size: 0.935em;
    line-height: 160%;
}
.cook {
  counter-increment: section;
    text-indent: -50px;
    padding-left: 50px;
    margin-bottom: 10px;
}
.cook::before {
    content: counter(section);
    display: inline-block;
    text-align: center;
    background: #d69e34;
    color: #fff;
    font-size: 1.4em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    text-indent: 0;
}
@media screen and (max-width: 900px){
	.recommend_wrap .flex .photo_wrap{
		margin-bottom: 30px;
	}
	.recipe_page .recipe_txt{
		padding-right: 0;
	}
	.recipe_page .memo_wrap .flex {
    display: block;
}.memo_wrap .block {
    width: 100%;
    padding: 0;
    border: none;
}
.memo_wrap .block:not(:first-child) {
    width: 100%;
    border-left: none;
    border-top: 1px solid #d69e34;
    margin-top: 15px;
    padding-top: 15px;
}
}