@charset "UTF-8";

/* --------------------------------------------------
	[食物アレルギー対応レシピのご紹介] 共通
-------------------------------------------------- */

.link_home { display: none; }

@media screen and (min-width: 741px), print {
	.page_title {
		display: inline-block;
		margin-bottom: 45px;
		padding-bottom: 15px;
		background: url(../images/title_bg_m.png) center bottom no-repeat;
		font-size: 140%;
		letter-spacing: 0.1em;
	}
	.page_subttl {
		margin-bottom: 15px;
		font-size: 128.5%;
		letter-spacing: 0.2em;
	}
	.page_catch {
		margin-bottom: 40px;
		font-size: 264.2%;
		letter-spacing: 0.1em;
		color: #ee7b32;
	}
	.page_text {
		margin: 35px 0 40px;
	}
	.page_text p {
		margin-top: 1em;
		font-size: 114.2%;
		line-height: 2;
	}
}

@media screen and (max-width: 740px) {
	.page_title {
		margin-bottom: 1em;
		padding-bottom: 15px;
		background: url(../images/title_bg_m.png) center bottom no-repeat;
		text-align: center;
		font-size: 140%;
		letter-spacing: 0.05em;
	}
	.page_subttl {
		margin-bottom: 0.5em;
		font-size: 128.5%;
		letter-spacing: 0.1em;
	}
	.page_catch {
		margin-bottom: 1em;
		font-size: 180%;
		letter-spacing: 0.1em;
		color: #ee7b32;
	}
	.page_text {
		margin: 2em 0;
	}
	.page_text p {
		margin-top: 1em;
		font-size: 114.2%;
		line-height: 2;
	}
}



/* rcp_wrap ---------------------------- */
@media screen and (min-width: 741px), print {
	.rcp_wrap {
		margin-top: 80px;
		background: url(../../recipe/images/rcp_bg.png) repeat-x;
	}
	.contents section:first-of-type .rcp_wrap {
		margin-top: 0;
	}
	.rcp__outline_wrap {
		box-sizing: border-box;
		width: 960px;
		margin: 0 auto;
		padding: 0 10px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.rcp__ouline_inside {
		padding: 20px 35px;
		background: url(../../recipe/images/note_bg.png) center top;
		overflow: hidden;
	}
	.rcp__outline_text {
		float: left;
		width: 360px;
		height: 300px;
	}
	.rcp__outline_text_inside {
		display: table-cell;
		vertical-align: middle;
		height: 300px;
	}
	.rcp__lead {
		width: 340px;
		line-height: 1.6;
		font-size: 128.5%;
	}
	.rcp__outline_image {
		float: right;
		width: 490px;
	}
	.rcp__title {
		min-height: 43px;
		margin-bottom: 30px;
		padding-left: 67px;
		background: url(../../recipe/images/rcp_title_icon.png) left center no-repeat;
		font-size: 190%;
		color: #ee7b32;
	}
	.rcp__subttl01 {
		margin-top: 20px;
		padding: 6px 10px 3px;
		border-radius: 4px;
		background: #ee7b32;
		font-size: 114.2%;
		color: #fff;
	}
	.rcp__list01 dt {
		margin-top: 15px;
		font-size: 114.2%;
		color: #ee7b32;
	}
	.rcp__list01 dt:first-of-type {
		margin-top: 20px;
	}
	.rcp__detail {
		margin-top: 30px;
	}
	.rcp__process_wrap {
		float: left;
		width: 430px;
	}
	ol {
		list-style: none;
		counter-reset: number;
	}
	.rcp__subttl02 {
		margin-bottom: 20px;
		border-bottom: solid 1px #ee7b32;
		font-size: 128.5%;
		font-weight: bold;
		color: #ee7b32;
	}
	.rcp__list02 li {
		position: relative;
		min-height: 25px;
		padding: 10px 5px 10px 40px;
		border-bottom: solid 1px #ccc;
		line-height: 1.68;
		font-size: 114.2%;
	}
	.rcp__list02 li:first-child {
		padding-top: 0;
	}
	.rcp__list02 li::before {
		counter-increment: number;
		content: counter(number);
		position: absolute;
		display: inline-block;
		width: 25px;
		height: 25px;
		left: 5px;
		line-height: 27px;
		border-radius: 50%;
		text-align: center;
		background: #ee7b32;
		font-size: 75%;
		color: #fff;
	}
	.rcp__material {
		float: right;
		width: 453px;
	}
	.rcp__table01 {
		float: left;
		width: 45%;
	}
	.rcp__table01:nth-of-type(odd) {
		margin-right: 10%;
	}
	.rcp__table01 th,
	.rcp__table01 td {
		padding: 7px 5px 3px;
		border-bottom: solid 1px #ccc;
		vertical-align: bottom;
	}
	.rcp__table01 tr:first-of-type th,
	.rcp__table01 tr:first-of-type td {
		padding-top: 0;
	}
	.rcp__table01 th {
		text-align: left;
	}
	.rcp__table01 td {
		text-align: right;
	}
	.rcp__remarks {
		box-sizing: border-box;
		margin-top: 30px;
		padding: 20px;
		background: #f2f2f2;
	}
	.rcp__subttl03 {
		font-size: 112.5%;
		font-weight: bold;
	}
	.rcp__list03 li {
		margin-top: 10px;
		padding-left: 1em;
		text-indent: -1em;
	}
	.rcp__list03 li:before {
		content: "■";
	}
	.rcp__remarks_text {
		margin-top: 10px;
	}
}

@media screen and (max-width: 740px) {
	.sp_anc {
		/*margin-top: calc(-50px + 3em) !important;
		padding-top: 50px !important;*/
		padding-top: 55px;
	}
	.sp_anc:first-of-type {
		margin-top: -50px;
	}
	.rcp_wrap {
		/*margin-top: 3em;*/
		/*background: url(../../recipe/images/rcp_bg.png) repeat-x;*/
	}
	.rcp__outline_wrap {
		box-sizing: border-box;
		padding: 0 0.75em 0.5em;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.rcp__ouline_inside {
		padding: 1em 0.5em;
		background: url(../../recipe/images/note_bg.png) center top;
		overflow: hidden;
	}
	.rcp__outline_image {
		margin-top: 1em;
	}
	.rcp__title {
		margin-bottom: 0.5em;
		padding-left: 2.2em;
		background: url(../../recipe/images/rcp_title_icon.png) left center no-repeat;
		background-size: auto 1.4em;
		font-size: 160%;
		color: #ee7b32;
	}
	.rcp__lead {
		line-height: 1.6;
		font-size: 120%;
	}
	.rcp__subttl01 {
		margin-top: 1em;
		padding: 6px 10px 3px;
		border-radius: 4px;
		background: #ee7b32;
		color: #fff;
	}
	.rcp__list01 dt {
		margin-top: 1em;
		font-size: 114.2%;
		color: #ee7b32;
	}
	.rcp__detail {
	}
	.rcp__process_wrap {
		margin: 2em 3%;
	}
	ol {
		list-style: none;
		counter-reset: number;
	}
	.rcp__subttl02 {
		margin-bottom: 1em;
		border-bottom: solid 1px #ee7b32;
		font-size: 114.2%;
		font-weight: bold;
		color: #ee7b32;
	}
	.rcp__list02 li {
		position: relative;
		min-height: 23px;
		padding: 0.75em 0 0.75em 30px;
		border-bottom: solid 1px #ccc;
		line-height: 1.68;
	}
	.rcp__list02 li:first-child {
		padding-top: 0;
	}
	.rcp__list02 li::before {
		counter-increment: number;
		content: counter(number);
		position: absolute;
		display: inline-block;
		width: 23px;
		height: 23px;
		left: 0;
		line-height: 25px;
		border-radius: 50%;
		text-align: center;
		background: #ee7b32;
		font-size: 75%;
		color: #fff;
	}
	.rcp__material {
		margin: 0 3%;
	}
	.rcp__table01 {
		float: left;
		width: 47%;
	}
	.rcp__table01:nth-of-type(odd) {
		margin-right: 6%;
	}
	.rcp__table01 th,
	.rcp__table01 td {
		padding: 7px 5px 3px;
		border-bottom: solid 1px #ccc;
		vertical-align: bottom;
		font-size: 92.8%;
	}
	.rcp__table01 tr:first-of-type th,
	.rcp__table01 tr:first-of-type td {
		padding-top: 0;
	}
	.rcp__table01 th {
		text-align: left;
	}
	.rcp__table01 td {
		text-align: right;
	}
	.rcp__remarks {
		box-sizing: border-box;
		margin: 2em 3% 0;
		padding: 20px;
		background: #f2f2f2;
	}
	.rcp__subttl03 {
		font-size: 112.5%;
		font-weight: bold;
	}
	.rcp__list03 li {
		margin-top: 0.75em;
		padding-left: 1em;
		text-indent: -1em;
	}
	.rcp__list03 li:before {
		content: "■";
	}
	.rcp__remarks_text {
		margin-top: 0.75em;
	}
}



/* rcpmov_wrap ------------------------- */
.rcpmov_wrap {
	background: url(../../recipe/images/rcpmov_bg.png) right top no-repeat #f8f5e8;
}

@media screen and (min-width: 741px), print {
	.rcpmov__outline_wrap {
		width: 890px;
		margin: 0 auto;
		padding: 45px 0;
	}
  .rcpmov__outline_wrap .recipe_notes {
    display: block;
    margin: 0.5em 0 0 50px;
    font-size: 1.2em;
    font-weight: bold;
    color: #c00;
  }
	.recipemov_list {
		margin-top: 10px;
	}
	.recipemov_list:first-of-type {
		margin-top: 25px;
	}
	.recipemov_list li {
		display: inline-block;
		margin: 1em 5px 0;
		vertical-align: top;
	}
	.recipemov_list li a {
		position: relative;
		display: block;
		text-align: left;
		text-decoration: none;
	}
	.recipemov_list li a .category {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		width: auto;
		min-width: 8em;
		padding: 0.75em 0;
		line-height: 1;
		text-align: center;
		font-size: 84%;
		color: #fff;
	}
	.recipemov_list li a .category.cat01 {
		background: #75ac56;
	}
	.recipemov_list li a .category.cat02 {
		background: #abaf51;
	}
	.recipemov_list li a .thumb {
		width: 190px;
		border: solid 6px #fff;
	}
	.recipemov_list li a .mark {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.recipemov_list li a .caption {
		display: block;
		margin: 0.5em 6px 0;
		color: #000;
	}
	.recipemov_list_sp {
		display: none;
	}
	.recipe_link {
		margin: 35px 0 90px;
		text-align: center;
	}
	.recipe_link a {
		display: inline-block;
		padding: 1.25em 2em 1em;
		border: solid 1px #de7c60;
		text-align: center;
		font-size: 90%;
		text-decoration: none;
		color: #de7c60;
	}
}

@media screen and (max-width: 740px) {
	.contents section.rcpmov_wrap_sp {
		margin-left: 0;
		margin-right: 0;
	}
	.rcpmov_wrap {
		padding-bottom: 10vw;
		background-size: 70% auto;
	}
	.rcpmov_wrap h2 {
		padding: 10vw 12vw 0;
		text-align: center;
	}
  .rcpmov__outline_wrap .recipe_notes {
    display: block;
    margin: 1em 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #c00;
  }
	.recipemov_list {
		display: none;
	}
	.top_recipemov {
		padding-bottom: 10vw;
		background: url(../../images/recipemov_bg.png) no-repeat #f8f5e8;
		background-size: 100% auto;
	}
	.top_recipemov h2 {
		padding: 10vw 10vw 0;
		text-align: center;
	}
	.top_recipemov h2 img {
		width: 100%;
		max-width: 300px;
	}
  .recipemov_list_sp {
    text-align: center;
  }
	.recipemov_list_sp li {
    display: inline-block;
    vertical-align: top;
		width: 40vw;
		margin: 2em 4vw 0 2vw;
	}
	.recipemov_list_sp li a {
		position: relative;
		display: block;
		text-align: left;
		text-decoration: none;
	}
	.recipemov_list_sp li a .category {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		width: auto;
		min-width: 8em;
		padding: 0.75em 0;
		line-height: 1;
		text-align: center;
		font-size: 84%;
		color: #fff;
	}
	.recipemov_list_sp li a .category.cat01 {
		background: #75ac56;
	}
	.recipemov_list_sp li a .category.cat02 {
		background: #abaf51;
	}
	.recipemov_list_sp li a .thumb {
		width: 100%;
		max-width: 400px;
		border: solid 6px #fff;
	}
	.recipemov_list_sp li a .mark {
		position: absolute;
		top: 10vw;
		left: 50%;
		transform: translate(-50%,0);
	}
	.recipemov_list_sp li a .caption {
		display: block;
		margin: 0.5em 6px 0;
		color: #000;
	}
	.recipe_link {
		margin: 5vw 0 10vw;
		text-align: center;
	}
	.recipe_link a {
		display: inline-block;
		width: 70%;
		margin: 0 auto;
		padding: 1.25em 0 1em;
		border: solid 1px #de7c60;
		text-align: center;
		font-size: 90%;
		text-decoration: none;
		color: #de7c60;
	}
}

.fancybox-caption {
  display: none;
}
