@charset "UTF-8";
/* SASS Document */
.go_recipe_button {
  display: block;
  width: 214px;
  margin: 0 auto;
  background-color: #067149;
  color: #fff;
  padding: 10px 0 10px 15px;
  text-decoration: none;
  position: relative;
  text-align: left;
  margin-top: 10px;
}
.go_recipe_button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: "";
}
.go_recipe_button:hover {
  color: #fff;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 767px) {
  /* -------------------------------------
    コンテンツ
  ------------------------------------- */
  .category_sign {
    display: inline-block;
    border-radius: 30px;
    line-height: 1;
    padding: 4px 10px 3px;
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
  }
  .category_sign.sign_new {
    background-color: #FD3759;
  }
  .category_sign.sign_recipe {
    background-color: #FD8D2D;
  }

  .item_contents {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .item_contents > .sidebar_wrap > .sidebar {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul {
    box-sizing: border-box;
    border: 1px #067149 solid;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li > span {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    border-bottom: 1px #067149 solid;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li > span > .category_sign {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li:last-child > span {
    border-bottom: none;
  }
  .item_contents > .sidebar_wrap > .sidebar > .select {
    box-sizing: border-box;
    border: 1px #067149 solid;
    border-radius: 5px;
    background-color: #fff;
  }
  .item_contents > .sidebar_wrap > .sidebar > .select > li.current > span {
    color: #067149;
  }
  .item_contents > .sidebar_wrap > .sidebar > .select > li.current > span:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: solid 2px #067149;
    border-right: solid 2px #067149;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
  }
  .item_contents > .sidebar_wrap > .sidebar > .select > li.down > span {
    color: #fff;
  }
  .item_contents > .sidebar_wrap > .sidebar > .select > li.down > span:after {
    margin-top: -1px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
  }
  .item_contents > .sidebar_wrap > .sidebar > .down {
    background-color: #067149;
    border-radius: 5px 5px 0 0 !important;
  }
  .item_contents > .sidebar_wrap > .sidebar > .down > span {
    color: #fff;
  }
  .item_contents > .sidebar_wrap > .sidebar > .expand {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
    clear: both;
    display: none;
    overflow: hidden;
  }
  .item_contents > .sidebar_wrap > .cookpad_button {
    display: table;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-decoration: none !important;
    position: relative;
    border: 1px #EE9246 solid;
    background-color: #EE9246;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .item_contents > .sidebar_wrap > .cookpad_button:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    content: "";
  }
  .item_contents > .sidebar_wrap > .cookpad_button > span {
    display: table-cell !important;
    vertical-align: middle;
  }
  .item_contents > .sidebar_wrap > .cookpad_button > span.image {
    height: 42px;
    width: 47px;
  }
  .item_contents > .sidebar_wrap > .cookpad_button > span.text {
    height: 42px;
    font-size: 12px;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .item_contents > .sidebar_wrap aside.text {
    display: block;
    margin-bottom: 20px;
    padding-top: 7px;
    line-height: 1.3;
    font-size: 12px;
  }
  .item_contents > .tile {
    padding-top: 20px;
  }
  .item_contents > .tile > ul > li {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .item_contents > .tile > ul > li:nth-child(odd) {
    margin: 0 1% 10px;
  }
  .item_contents > .tile > ul > li:nth-child(even) {
    margin: 0 1% 10px;
  }
  .item_contents > .tile > ul > li > a {
    display: block;
    background-color: #fff;
    text-decoration: none;
  }
  .item_contents > .tile > ul > li > a > .label {
    padding: 10px 12px 0;
    height: 23px;
  }
  .item_contents > .tile > ul > li > a > .name {
    display: table;
    width: 90%;
    margin: 0 auto;
    height: 7em;
  }
  .item_contents > .tile > ul > li > a > .name > .sign {
    display: table-cell;
    width: 20px;
    position: relative;
  }
  .item_contents > .tile > ul > li > a > .name > .sign:before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .item_contents > .tile > ul > li > a > .name > .text {
    display: table-cell;
    text-decoration: none;
  }
  .item_contents > .tile > ul > li > .modal_contents {
    display: none;
  }
  .item_contents > .tile > .pager {
    clear: both;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .item_contents > .tile > .pager > .prev {
    position: relative;
    display: inline-block;
    width: 20px;
    cursor: pointer;
  }
  .item_contents > .tile > .pager > .prev:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    content: "";
  }
  .item_contents > .tile > .pager > .next {
    position: relative;
    display: inline-block;
    width: 20px;
    cursor: pointer;
  }
  .item_contents > .tile > .pager > .next:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .item_contents > .tile > .pager > ul {
    display: inline-block;
  }
  .item_contents > .tile > .pager > ul > li {
    display: inline-block;
    margin-right: 10px;
  }
  .item_contents > .tile > .pager > ul > li:last-child {
    margin-right: 0;
  }
  .item_contents > .tile > .pager > ul > li > span {
    display: block;
    line-height: 1;
    font-size: 14px;
    background-color: #fff;
    border: 1px #2E2E2E solid;
    padding: 8px;
    cursor: pointer;
  }
  .item_contents > .tile > .pager > ul > li.current > span {
    background-color: #09913E;
    border: 1px #09913E solid;
    color: #fff;
  }

  /* -------------------------------------
    モーダル
  ------------------------------------- */
  .modaal-container {
    border-radius: 5px;
  }

  .modaal-container > .modaal-close {
    transition: none;
    right: auto;
    left: 0;
    top: 0;
    border: 1px #fff solid;
    border-radius: 0;
    opacity: 0;
  }

  .modaal-content-container {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
  }
  .modaal-content-container > .label .category_sign {
    margin-right: 10px;
  }
  .modaal-content-container > .label > .title {
    display: inline-block;
    font-weight: bold;
  }
  .modaal-content-container > .image {
    padding: 30px 0;
    text-align: center;
  }
  .modaal-content-container > .recipe {
    padding: 20px;
    border: 1px #7F7F7F solid;
  }
  .modaal-content-container > .recipe > div:last-child {
    margin-bottom: 0;
  }
  .modaal-content-container > .recipe > ul {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 1em;
  }
  .modaal-content-container > .recipe > .recipe_title {
    background-color: #FEE9CA;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px 2px 2px 10px;
    clear: both;
  }
  .modaal-content-container > .recipe > .recipe_box {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .modaal-content-container > .recipe > .recipe_box > .box_left:before {
    content: '●';
    color: #FF9B27;
  }
  .modaal-content-container > .recipe > .recipe_box > figure.box_right {
    margin-bottom: 15px;
  }
  .modaal-content-container > .recipe > .recipe_box ul {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 1em;
  }
  .modaal-content-container > .recipe > .make_box {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .modaal-content-container > .recipe > .make_box:before {
    content: '●';
    color: #FF9B27;
  }
  .modaal-content-container > .recipe > .make_box > ul > li {
    position: relative;
    padding-left: 1.5em;
  }
  .modaal-content-container > .recipe > .make_box > ul > li > span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* -------------------------------------
    コンテンツ
  ------------------------------------- */
  .category_sign {
    display: inline-block;
    border-radius: 30px;
    line-height: 1;
    padding: 4px 10px 3px;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
  }
  .category_sign.sign_new {
    background-color: #FD3759;
  }
  .category_sign.sign_recipe {
    background-color: #FD8D2D;
  }

  .item_contents {
    width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
  }
  .item_contents > .sidebar_wrap {
    width: 250px;
    margin-right: 12px;
    float: left;
  }
  .item_contents > .sidebar_wrap > .sidebar {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li > span {
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 13px 0 13px 37px;
    line-height: 1;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li > span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li.current {
    background-color: #067149;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li.current > span {
    color: #fff;
  }
  .item_contents > .sidebar_wrap > .sidebar > ul > li.current > span:before {
    border-color: #fff;
  }
  .item_contents > .sidebar_wrap > .cookpad_button {
    display: table;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-decoration: none !important;
    position: relative;
    border: 1px #EE9246 solid;
    background-color: #EE9246;
    -webkit-transition: background,border,color .3s;
    transition: background-color,border,color .3s;
  }
  .item_contents > .sidebar_wrap > .cookpad_button:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    content: "";
  }
  .item_contents > .sidebar_wrap > .cookpad_button:hover {
    border: 1px #f2ae75 solid;
    background-color: #f2ae75;
  }
  .item_contents > .sidebar_wrap > .cookpad_button > span {
    display: table-cell !important;
    vertical-align: middle;
  }
  .item_contents > .sidebar_wrap > .cookpad_button > span.image {
    height: 66px;
    width: 53px;
    background-color: #fff;
  }
  .item_contents > .sidebar_wrap > .cookpad_button > span.text {
    font-size: 14px;
    padding-left: 1em;
    line-height: 1.3;
    box-sizing: border-box;
  }
  .item_contents > .sidebar_wrap aside.text {
    display: block;
    padding-top: 5px;
    line-height: 1.3;
    font-size: 14px;
  }
  .item_contents > .tile {
    width: 762px;
    float: left;
  }
  .item_contents > .tile > ul {
    margin-bottom: 40px;
  }
  .item_contents > .tile > ul > li {
    float: left;
    width: 232px;
    margin-left: 22px;
    margin-bottom: 22px;
  }
  .item_contents > .tile > ul > li > a {
    display: block;
    background-color: #fff;
    text-decoration: none;
  }
  .item_contents > .tile > ul > li > a > .label {
    padding: 13px 15px 0;
    height: 23px;
  }
  .item_contents > .tile > ul > li > a > .name {
    display: table;
    width: 90%;
    margin: 0 auto;
    height: 7em;
  }
  .item_contents > .tile > ul > li > a > .name > .sign {
    display: table-cell;
    width: 20px;
    position: relative;
  }
  .item_contents > .tile > ul > li > a > .name > .sign:before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .item_contents > .tile > ul > li > a > .name > .text {
    display: table-cell;
    text-decoration: none;
  }
  .item_contents > .tile > ul > li > .modal_contents {
    display: none;
  }
  .item_contents > .tile > .pager {
    clear: both;
    text-align: center;
    margin-bottom: 100px;
    padding-top: 30px;
  }
  .item_contents > .tile > .pager > .prev {
    position: relative;
    display: inline-block;
    width: 20px;
    cursor: pointer;
  }
  .item_contents > .tile > .pager > .prev:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    content: "";
  }
  .item_contents > .tile > .pager > .next {
    position: relative;
    display: inline-block;
    width: 20px;
    cursor: pointer;
  }
  .item_contents > .tile > .pager > .next:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #169848;
    border-right: solid 2px #169848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .item_contents > .tile > .pager > ul {
    display: inline-block;
  }
  .item_contents > .tile > .pager > ul > li {
    display: inline-block;
    margin-right: 10px;
  }
  .item_contents > .tile > .pager > ul > li:last-child {
    margin-right: 0;
  }
  .item_contents > .tile > .pager > ul > li > span {
    display: block;
    line-height: 1;
    font-size: 16px;
    background-color: #fff;
    border: 1px #2E2E2E solid;
    padding: 10px;
    cursor: pointer;
  }
  .item_contents > .tile > .pager > ul > li.current > span {
    background-color: #09913E;
    color: #fff;
    border: 1px #09913E solid;
  }

  /* -------------------------------------
    モーダル
  ------------------------------------- */
  .modaal-container {
    border-radius: 5px;
    max-width: 760px;
  }

  .modaal-container > .modaal-close {
    right: auto;
    left: 0;
    top: 0;
    border: 1px #fff solid;
    border-radius: 0;
    opacity: 0;
  }

  .modaal-content-container {
    border-radius: 5px;
    background-color: #fff;
  }
  .modaal-content-container > .label .category_sign {
    font-size: 16px;
    margin-right: 10px;
  }
  .modaal-content-container > .label > .title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }
  .modaal-content-container > .image {
    padding: 0;
    text-align: center;
  }
  .modaal-content-container > .image > img {
    width: 50%;
  }
  .modaal-content-container > .recipe {
    padding: 30px;
    border: 1px #7F7F7F solid;
  }
  .modaal-content-container > .recipe > div:last-child {
    margin-bottom: 0;
  }
  .modaal-content-container > .recipe > ul {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 1em;
  }
  .modaal-content-container > .recipe > .recipe_title {
    background-color: #FEE9CA;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px 2px 2px 10px;
    clear: both;
  }
  .modaal-content-container > .recipe > .recipe_box {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .modaal-content-container > .recipe > .recipe_box > .box_left {
    float: left;
    width: 398px;
  }
  .modaal-content-container > .recipe > .recipe_box > .box_left:before {
    content: '●';
    color: #FF9B27;
  }
  .modaal-content-container > .recipe > .recipe_box > figure.box_right {
    width: 240px;
    float: right;
  }
  .modaal-content-container > .recipe > .recipe_box ul {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 1em;
  }
  .modaal-content-container > .recipe > .make_box {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .modaal-content-container > .recipe > .make_box:before {
    content: '●';
    color: #FF9B27;
  }
  .modaal-content-container > .recipe > .make_box > ul > li {
    position: relative;
    padding-left: 1.5em;
  }
  .modaal-content-container > .recipe > .make_box > ul > li > span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
