@charset "utf-8";
#recipe  {
    padding: 0 0 180px;
}
#recipe .inn {
margin: 75px auto 0;
width: 1200px;
}
#recipe .inn .item_main {
margin: 0 auto 50px;
}
#recipe .inn .item_main p.catch {
color: #000;
margin: 2px;
}
#recipe .inn .item_main h2 {
font-size:22px;
text-align: left;
border-bottom: 2px solid #ff0000;
padding: 0 0 4px;
color: #f00;
font-weight: bold;
margin-bottom: 5px;
}
#recipe .inn .item_main .main_wrap {
margin: 40px 0 0;
}
#recipe .inn .item_main .main_wrap dl {
display: flex;
justify-content: space-between;
}
#recipe .inn .item_main .main_wrap dl dt {
width: 378px;
margin: 0;
}
#recipe .inn .item_main .main_wrap dl dt img {
width: 100%;
height: auto;
}
#recipe .inn .item_main .main_wrap dl dd {
width: 772px;
margin:0;
}
#recipe .inn .item_main .main_wrap dl dd.material h3,
#recipe .inn .item_main dl dd.make h3{
background-color: #fafafa;
font-size: 16px;
line-height: 1;
padding: 18px 50px;
color: #f00;
margin: 0 0 18px;
font-weight: bold;
background-repeat: no-repeat;
}
#recipe .inn .item_main .main_wrap dl dd.material h3 {
background-image: url("../img/common/recipe_icon01.png");
background-position: center left 22px;
}
#recipe .inn .item_main dl dd.make h3 {
background-image: url("../img/common/recipe_icon02.png");
background-position: center left 20px;
}
#recipe .inn .item_main .main_wrap dl dd .text {
padding:0 10px;
}
#recipe .inn .item_main .main_wrap dl dd p {
font-size: 14px;
line-height:2;
}
#recipe .inn .item_main .main_wrap dl dd a {
text-decoration: underline;
}
#recipe .inn .item_main .main_wrap dl dd p span {
color: #f00;
}


#recipe .inn .item_main .flex_wrap {
display: flex;
justify-content: space-between;
margin: 40px 0 0;
}

#recipe .inn .item_main dl dd.make {
margin: 0 0 75px;
width: 648px;
}

#recipe .inn .make dl{
display: flex;
margin: 0 0 15px;
}
#recipe .inn .make dl dt {
width: 16px;
height: 16px;
line-height: 16px;
font-size: 12px;
color: #fff;
border-radius: 14px;
background-color: #ff0000;
text-align: center;
margin: 6px 10px 0 0;
}
#recipe .inn .make dl dd {
font-size: 16px;
line-height: 1.5;
margin: 3px 0 0;
flex: 1;
text-align: justify;
}
#recipe .inn .make dl dd span {
color: #f00;
}
#recipe .inn .use {
margin: 0 0 50px;
}
#recipe .inn .use h3{
font-size: 18px;
line-height: 1;
padding: 0 0 6px;
margin: 0 0 22px;
border-bottom:1px solid #dddddd;
}

#recipe .inn .use ul {
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}
#recipe .inn .use ul li {
width: 220px;
margin: 0 25px 40px 0;
}
#recipe .inn .use ul li:nth-child(5n) {
margin: 0 0 40px;
}
#recipe .inn .use ul li img {
width: 100%;
height: auto;
padding: 20px;
border: 1px solid #d4d4d4;
box-sizing: border-box;
}
#recipe .inn .use ul li p {
font-size: 14px;
line-height: 1.4;
margin: 10px 0 0;
text-align: left;
}
#recipe .inn .use ul li p br {
display: none;
}


#recipe .inn .more_btn {margin: 10px 0 0;}
#recipe .inn .more_btn a{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border:1px solid #FF0000;
	color:#fff;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	background-color: #f00;
	margin: 0 0 0 auto;
}
#recipe .inn .item_main dl dd .more_btn a span {
display: inline-block;
margin: 0 8px 0 0;
}
#recipe .inn .more_btn a::before,
#recipe .inn .more_btn a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#recipe .inn .more_btn a:hover{
opacity: 0.7;
}
#recipe .inn .use ul li .more_btn img {
    width: 24px;
    border: none;
    padding: 0;
    margin-right: 8px;
}
#recipe .inn .use ul li .more_btn p {
  font-size: 11px;
  margin: 8px 0 0;
  display: block;
  text-align: right;
}
#recipe .inn .more_btn a br{
    display: none;
}

#recipe .inn .memo {
width: 500px;
padding: 34px 28px;
box-sizing: border-box;
background-image: url(../img/common/dot-pattern01.jpg);
}
#recipe .inn .memo h3{
font-size: 16px;
font-weight: bold;
line-height: 1;
margin: 0 0 15px;
color: #f00;
padding: 0 0 0 32px;
background-image: url("../img/common/recipe_icon03.png");
background-position: center left ;
background-repeat: no-repeat;
}
#recipe .inn .memo p {
font-size: 14px;
}
#recipe .inn .memo p span {
color: #f00;
}

#recipe .inn .search_area h3 {
color: #FF0000;
font-size: 22px;
margin: 0 0 20px;
}
#recipe .inn .search_area .item_category ul {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0 0 40px;
}
#recipe .inn .search_area .item_category ul li {
margin: 0 4% 28px 0;
    display: flex;
    align-items: center;
    width: 22%;
}
#recipe .inn .search_area .item_category ul li:nth-child(4n) {
margin: 0 0 28px;
}
#recipe .inn .search_area .item_category ul li a {
width: 100%;
  background-color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 100px;
  display: flex;
  align-items: center;
  text-align: left;
  border: 2px solid #9dc56d;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 0 108px;
  transition: 0.3s;
}
#recipe .inn .search_area .item_category ul li:nth-child(1) a{
background-image: url("../img/common/cate_01.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(2) a{
background-image: url("../img/common/cate_02.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(3) a{
background-image: url("../img/common/cate_03_1.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(4) a{
background-image: url("../img/common/cate_04.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(5) a{
background-image: url("../img/common/cate_05.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(6) a{
background-image: url("../img/common/cate_06.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(7) a{
background-image: url("../img/common/cate_c01.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(8) a{
background-image: url("../img/common/cate_c02_1.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(9) a{
background-image: url("../img/common/cate_c03.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(10) a{
background-image: url("../img/common/cate_07_1.png");
}
#recipe .inn .search_area .item_category ul li:nth-child(11) a{
background-image: url("../img/common/cate_08.png");
}
#recipe .inn .search_area .item_category ul li a:hover {
opacity: 0.7;
transition: 0.3s;
cursor: pointer;
}

#recipe .inn .search_area .free_search {
margin: 0 0 75px;
}

#recipe .inn .search_area .free_search .search_box {
width:524px;
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #fff;
font-size: 18px;
padding: 10px;
line-height: 1;
display: inline-block;
box-sizing: border-box;
margin: 0 0 14px;
}
#recipe .inn .search_area .free_search .search_btn {
width:210px;
background-color: #ff0000;
background-image: url("../img/common/btn_icon.png");
background-repeat: no-repeat;
background-position: right 20px center;
font-size: 16px;
line-height: 1;
padding: 13px 0 13px 22px;
margin: 0 0 0 25px;
color: #fff;
border-radius: 3px;
text-align: left;
display: inline-block;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}


#recipe .inn .search_area .genre_search dl {
display: flex;
align-items: center;
margin: 0 0 30px;
}
#recipe .inn .search_area .genre_search dl dt {
width: 130px;
color: #ff0000;
}
#recipe .inn .search_area .genre_search dl dd {
border-left: 2px solid #ff0000;
padding: 0 0 0 25px;
width: 1070px;
box-sizing: border-box;
}
#recipe .inn .search_area .genre_search dl dd ul {
display: flex;
flex-wrap: wrap;
}
#recipe .inn .search_area .genre_search dl dd ul li {
width: 258px;
padding: 8px 0;
}
#recipe .inn .search_area .genre_search .search_btn {
width: 380px;
background-color: #ff0000;
background-image: url("../img/common/btn_icon.png");
background-repeat: no-repeat;
background-position: right 20px center;
font-size: 16px;
line-height: 1;
padding: 20px 0;
margin:0 auto;
color: #fff;
border-radius: 3px;
text-align: center;
display: block;
font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#recipe .inn .search_area .genre_search label input[type="radio"],
#recipe .inn .search_area .genre_search label input[type="checkbox"]{
  margin: 0;
  display: none;
}

#recipe .inn .search_area .genre_search label{
  display: block;
  position: relative;
	margin: 0;
  padding: 0 0 0 40px;
}

#recipe .inn .search_area .genre_search label > span{
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

#recipe .inn .search_area .genre_search label > span:before,
#recipe .inn .search_area .genre_search label > span:after{
  content: "";
  position: absolute;
  display: inline-block;
}

#recipe .inn .search_area .genre_search label > span:before{
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
    box-sizing: border-box;
  border: 2px solid #e6e6e6;
}

#recipe .inn .search_area .genre_search label > span:after{
  width: 14px;
    height: 14px;
    top: 7px;
    left: 4px;
    transition: 0.2s;
}

#recipe .inn .search_area .genre_search input[type="radio"]:checked + span:after,
#recipe .inn .search_area .genre_search input[type="checkbox"]:checked + span:after{
  background-color: #ed1c24;
  transition: 0.2s;
}

#recipe .archive_list {
margin: 150px 0 0;
}
#recipe .archive_list ul {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
#recipe .archive_list ul li {
width: 220px;
margin: 0 25px 70px 0;
}
#recipe .archive_list ul li img {
width: 100%;
height: auto;
}
#recipe .archive_list ul li:nth-child(5n) {
margin: 0 0 70px;
}
#recipe .archive_list ul li p {
font-size: 14px;
line-height: 1.7;
margin: 10px 0 0;
}

@media only screen and (max-width: 786px) {
#recipe  {
    padding: 10% 0 12%;
}
#recipe .inn {
margin: 0 auto;
width: 90%;
}
#recipe .inn .item_main {
margin: 0 auto 8%;
}
#recipe .inn .item_main h2 {
font-size: 18px;
    border-bottom: 2px solid #ff0000;
    padding: 0 0 4px;
    line-height: 1.4;
}
#recipe .inn .item_main .main_wrap {
margin: 4% 0 0;
}

#recipe .inn .item_main .main_wrap dl dd {
    width:100%;
    margin: 4% 0 0;
}
#recipe .inn .item_main .main_wrap dl dd p {
    font-size: 14px;
}

#recipe .inn .item_main .flex_wrap {
flex-wrap: wrap;
margin: 4% 0 0;
}
#recipe .inn .item_main .main_wrap dl {
flex-wrap: wrap;
width: 100%;
}
#recipe .inn .item_main .main_wrap dl dt {
width: 100%;
max-width: 80%;
margin: auto;
}
#recipe .inn .item_main .main_wrap dl dd {
width: 100%;
margin:4% 0 0 0;
}
#recipe .inn .item_main dl dd h3 {
font-size: 20px;
line-height: 1;
padding: 2% 3%;
}
#recipe .inn .item_main dl dd .text {
padding:2%;
}
#recipe .inn .item_main dl dd p {
font-size: 14px;
line-height: 1.7;
}
#recipe .inn .item_main dl dd.material h3 {
font-size: 16px;
line-height: 1;
padding: 2%;
margin: 6% 0 0;
}
#recipe .inn .item_main dl dd.make {
margin: 4% 0 8%;
width: 100%;
}

#recipe .inn .use {
margin: 0 0 10%;
}
#recipe .inn .use h3{
font-size: 20px;
padding: 0 1% 3%;
margin: 0 0 5%;
}
#recipe .inn .make dl dd {
font-size:14px;
}
#recipe .inn .use ul {
justify-content:space-between;
}
#recipe .inn .use ul li {
width: 48%;
margin: 0 0 6% 0;
}
#recipe .inn .use ul li:nth-child(5n) {
margin: 0 0 6% 0;
}
#recipe .inn .use ul li img {
padding: 4%;
}
#recipe .inn .use ul li p {
font-size: 14px;
line-height: 1.6;
margin: 4% 0 0;
}

#recipe .inn .memo {
width: 100%;
padding: 6%;
}
#recipe .inn .more_btn a {
    font-size: 11px;
	padding: 5px;
}
#recipe .inn .use ul li .more_btn p {
    font-size: 11px;
    text-align: left;
}
#recipe .inn .more_btn a br{
    display: block;
}

#recipe .inn .search_area h3 {
font-size: 18px;
margin: 0 0 4%;
}

#recipe .inn .search_area .item_category ul {
margin: 0 auto 12%;
justify-content: space-between;
}
#recipe .inn .search_area .item_category ul li,
#recipe .inn .search_area .item_category ul li:nth-child(4n){
margin: 0 0 2%;
width: 49%;
}
#recipe .inn .search_area .item_category ul li a {
width:100%;
background-size:55px;
height: 90px;
border-radius: 6px;
font-size: 14px;
line-height: 1.7;
padding: 0 0 0 54px;
}
#recipe .inn .search_area .free_search {
margin: 0 0 14%;
}

#recipe .inn .search_area .free_search .search_box {
width:100%;
border-radius: 6px;
font-size: 16px;
padding: 3%;
margin: 0 0 3%;
}
#recipe .inn .search_area .free_search .search_btn {
width: 70%;
font-size: 16px;
line-height: 1;
padding: 4% 0;
margin: 0 auto;
display: block;
text-align: center;
}


#recipe .inn .search_area .genre_search dl {
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 6%;
}
#recipe .inn .search_area .genre_search dl dt {
width: 100%;
font-size: 16px;
padding: 0 0 2%;
}
#recipe .inn .search_area .genre_search dl dd {
border-left:none;
border-top: 2px solid #ff0000;
padding: 2%;
width: 100%;
box-sizing: border-box;
}
#recipe .inn .search_area .genre_search dl dd ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#recipe .inn .search_area .genre_search dl dd ul li {
width: 48%;
padding: 8px 0;
}
#recipe .inn .search_area .genre_search .search_btn {
width: 70%;
font-size: 16px;
line-height: 1;
padding: 4% 0;
margin: 0 auto;
display: block;
}

#recipe .inn .search_area .genre_search label{
  display: block;
  position: relative;
	margin: 0;
  padding: 0 0 0 40px;
}

#recipe .inn .search_area .genre_search label > span{
  display: inline-block;
  font-size: 14px;
}


#recipe .inn .search_area .genre_search label > span:before{
  top: -1px;
  left: 0;
  width: 26px;
  height: 26px;
}
#recipe .inn .search_area .genre_search label > span:after{
  width: 18px;
    height: 18px;
    top: 3px;
    left: 4px;
}

#recipe .archive_list {
margin: 16% 0 0;
}
#recipe .archive_list ul {
justify-content:space-between;
flex-wrap: wrap;
}
#recipe .archive_list ul li {
width: 48%;
margin: 0 0 6% 0;
}
#recipe .archive_list ul li:nth-child(5n) {
margin: 0 0 6% 0;
}
#recipe .archive_list ul li p {
font-size: 14px;
line-height: 1.7;
margin: 4% 0 0;
}
}