<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;display=swap&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&amp;display=swap");

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /* overflow: hidden; */
}

/* body {
  overflow: auto;
} */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #009944;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

a {
  color: #009944;
  text-decoration: none;
  transition: opacity 0.3s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

figure {
  margin: 0;
}

.en {
  font-family: "Balsamiq Sans", cursive;
}

.rm {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
  }
}

/* マウスオーバー
--------------------------------*/
@media screen and (min-width: 769px) {
  .fade:hover,
  .fade:hover img {
    opacity: 0.7;
  }

  .fade,
  .fade img {
    transition: opacity 0.3s ease;
  }
}

/* base
--------------------------------*/
body {
  color: #009944;
  min-width: 1200px;
  font-size: 1rem;
}

main {
  display: block;
  padding-top: 85px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

section {
  position: relative;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.wrap2 {
  width: 914px;
  margin: 0 auto;
  position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 1.6rem;
  line-height: 2;
}

.txt {
  font-size: 1.6rem;
  line-height: 2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.a_left {
  text-align: left;
}

.a_right {
  text-align: right;
}

.a_center {
  text-align: center;
}

.txt_s {
  font-size: 1.4rem;
}

.link_txt {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    padding-top: 50px;
  }

  .wrap,
  .wrap2 {
    width: 94%;
  }

  p,
  th,
  td,
  dt,
  dd,
  li,
  input,
  button,
  textarea {
    font-size: 1.4rem;
  }

  .txt {
    font-size: 1.4rem;
  }

  .txt_s {
    font-size: 1.2rem;
  }
}

.fadein {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fadein.is-show {
  opacity: 1;
}

.btn a {
  display: block;
  width: 240px;
  height: 50px;
  padding-right: 12px;
  margin: 50px auto 0;
  background: url(../img/common/btn.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.btn.long a {
  width: 306px;
  background: url(../img/common/btn2.png) no-repeat;
}

.btn.long2 a {
  width: 344px;
  background: url(../img/common/btn3.png) no-repeat;
}

.btn a img {
  width: auto;
  height: 19px;
  transform: translateX(-4px);
}

.linkbtn {
  display: flex;
  flex-wrap: wrap;
}

.linkbtn a {
  width: 263px;
  height: 113px;
  border-radius: 10px;
  box-shadow: 0 4px #d46c00;
  position: relative;
}

.linkbtn a span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #ff7800;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.22;
  padding-bottom: 8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.linkbtn a span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 14px;
  background: url(../img/common/arw_linkbtn.png) no-repeat;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*見出し*/
.ttlline {
  text-align: center;
  margin-bottom: 40px;
}

.ttlline span {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 0.4em;
  position: relative;
}

.ttlline span::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #009944;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

@media screen and (min-width: 769px) {
  .btn a:hover {
    background: url(../img/common/btn_hover.png) no-repeat;
  }

  .btn.long a:hover {
    background: url(../img/common/btn2_hover.png) no-repeat;
  }

  .btn.long2 a:hover {
    background: url(../img/common/btn3_hover.png) no-repeat;
  }

  .linkbtn a:hover span {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  .linkbtn a + a:not(:nth-child(4n + 1)) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .btn a {
    width: 180px;
    height: 38px;
    padding-right: 10px;
    margin: 20px auto 0;
    background: url(../img/common/btn.png) no-repeat center / 100% auto;
  }

  .btn.long a {
    width: 214px;
    background: url(../img/common/btn2.png) no-repeat center / 100% auto;
  }

  .btn a img {
    height: 14px;
  }

  .btn.long2 a {
    width: 240px;
    height: 39px;
    background: url(../img/common/btn2.png) no-repeat center / 100% auto;
  }

  .btn.long2 a img {
    height: 13px;
  }

  .linkbtn a {
    width: 48%;
    height: 72px;
    border-radius: 5px;
    box-shadow: 0 3px #d46c00;
  }

  .linkbtn a:nth-child(n + 3) {
    margin-top: 17px;
  }

  .linkbtn a + a:nth-child(even) {
    margin-left: 4% !important;
  }

  .linkbtn a span {
    font-size: 1.4rem;
    padding-bottom: 8px;
    border-radius: 5px;
  }

  .linkbtn a span::before {
    width: 16px;
    height: 10px;
    background: url(../img/common/arw_linkbtn.png) no-repeat center/ 100% auto;
    bottom: 6px;
  }

  /*見出し*/
  .ttlline {
    margin-bottom: 25px;
  }

  .ttlline span {
    font-size: 2.8rem;
    line-height: 1.26;
    padding-bottom: 0.6em;
  }
}

/* sidenavi
--------------------------------*/
#sidenavi {
  width: 72px;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
  overflow: hidden;
}

#sidenavi .navi {
  display: block;
  position: relative;
  right: -6px;
}

#sidenavi .navi + .navi {
  margin-top: 6px;
}

#sidenavi .navi img {
  width: 72px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #sidenavi {
    width: 100%;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
  }

  #sidenavi .navi {
    display: block;
    width: 50%;
    position: static;
  }

  #sidenavi .navi + .navi {
    margin-top: 0;
  }

  #sidenavi .navi img {
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
  /* position: relative; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 85px;
  padding: 19px 0 18px;
  background: #009944;
}

#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: linear-gradient(
    0deg,
    transparent 0%,
    rgba(153, 153, 153, 1) 100%
  );
}

#header .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .logo {
  line-height: 1;
}

#header .logo img {
  width: 320px;
}

#header nav {
  margin-left: auto;
}

#header nav .gnavi {
  display: flex;
  align-items: flex-end;
}

#header nav .gnavi li {
  position: relative;
  line-height: 1;
  height: 20px;
  padding: 0 18px 0 20px;
}

#header nav .gnavi li:first-child {
  padding-left: 0;
}

#header nav .gnavi li a {
  padding-top: 1px;
  position: relative;
  display: block;
}

#header nav .gnavi li.nav01 img {
  width: 217px;
}

#header nav .gnavi li.nav02 img {
  width: 70px;
}

#header nav .gnavi li.nav03 img {
  width: 101px;
}

#header nav .gnavi li.nav04 img {
  width: 225px;
}

#header nav .gnavi li.nav05 img {
  width: 268px;
}

#header nav .gnavi li.nav06 img {
  width: 297px;
}

#header nav .gnavi li.nav07 img {
  width: 318px;
}

#header nav .gnavi li.sp {
  margin-top: 20px;
}

#header nav .gnavi li.sp a {
  position: relative;
}

#header nav .gnavi li.sp a::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  border-radius: 8px;
  content: "";
  height: 30px;
  width: 100%;
  background: #d46c00;
  z-index: -1;
}

@media screen and (max-width: 350px) {
  #header nav .gnavi li.nav05 img {
    width: 208px;
  }

  #header nav .gnavi li.nav06 img {
    width: 237px;
  }

  #header nav .gnavi li.nav07 img {
    width: 258px;
  }
}

#header nav .gnavi li.sp a {
  background: #ccc;
  border-radius: 8px;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
}

#header nav .gnavi li.sp::before,
#header nav .gnavi li.sp::after {
  content: none;
}

#header nav .gnavi li.nav05,
#header nav .gnavi li.nav06,
#header nav .gnavi li.nav07 {
}

#header nav .gnavi li.nav06 a {
  background-color: #ffff00;
}

#header nav .gnavi li.nav06 a img {
  margin-right: -10px;
}

#header nav .gnavi li.nav05 a,
#header nav .gnavi li.nav07 a {
  background-color: #ff7800;
}

#header nav .gnavi li.nav06 a::before {
  background-color: #ffe100;
}

#header .sns {
  margin-left: 16px;
}

#header .sns a {
  display: block;
  line-height: 1;
  position: relative;
}

#header .sns img {
  line-height: 1;
  width: 42px;
}

#header .tel {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#header .tel::before {
  content: "";
  width: 100%;
  height: 16px;
  background: url(../img/common/tel_frame.png) no-repeat center bottom / 100%;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
}

#header .tel img {
  width: 218px;
  position: relative;
}

#header .sns_navi {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#header .sns_navi li {
  padding-left: 15px;
  padding-right: 15px;
}

#header .sns_navi li a,
#header .sns_navi li img {
  width: 35px;
}

@media screen and (min-width: 769px) {
  #header nav .gnavi li + li::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
  }

  #header::before {
    height: 1vw;
    bottom: -1vw;
    z-index: 998;
  }

  #header .wrap {
    align-items: center;
    justify-content: space-between;
    padding-right: 46px;
  }

  #header .logo {
    position: static;
    width: 78%;
  }

  #header .logo img {
    width: 100%;
    max-width: 220px;
  }

  #header .menu-trigger {
    display: block;
    position: fixed;
    top: 9px;
    right: 3vw;
    width: 35px;
    height: 35px;
    z-index: 999;
    background-color: #ffff00;
    text-align: center;
    border-radius: 5px;
    background: #ffff00 url(../img/common/trigger_menu.png) no-repeat center
      bottom 4px / auto 6px;
  }

  #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 19px;
    height: 2px;
    background-color: #009944;
    border-radius: 1px;
  }

  #header .menu-trigger span:nth-of-type(1) {
    top: 6px;
  }

  #header .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }

  #header .menu-trigger span:nth-of-type(3) {
    top: 18px;
  }

  #header.navOpen .menu-trigger {
    background: #ffff00 url(../img/common/trigger_close.png) no-repeat center
      bottom 4px / auto 6px;
  }

  #header.navOpen .menu-trigger span:nth-of-type(1) {
    top: 13px;
    transform: rotate(-45deg);
  }

  #header.navOpen .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  #header.navOpen .menu-trigger span:nth-of-type(3) {
    top: 13px;
    transform: rotate(45deg);
  }

  #header nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    overflow-y: scroll;
    max-height: 100%;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    padding: 0 5%;
  }

  #header nav .gnavi {
    display: block;
    width: 100%;
    height: auto;
    /* overflow: auto; */
  }

  #header nav .gnavi li {
    height: auto;
    padding: 0;
  }

  #header nav .gnavi li::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skew(-23deg);
    background-image: linear-gradient(
      to right,
      #009944,
      #009944 4px,
      transparent 4px,
      transparent 8px
    );
    background-size: 8px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  #header nav .gnavi li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #009944;
    position: absolute;
    right: 4px;
    top: 24px;
  }

  #header nav .gnavi li a {
    display: block;
    text-align: center;
    padding: 20px 0;
  }

  #header .sns {
    margin-left: 0;
  }

  #header .sns img {
    width: 30px;
  }

  #header .tel {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
  }

  #header .tel .mascot {
    width: 80px;
    margin: 20px auto 0;
  }

  #header .tel a {
    padding: 24px 0 18px;
    display: block;
  }

  #header .tel::before {
    content: none;
  }

  #header .tel a img {
    width: 230px;
  }

  header nav .closebtn {
    display: block;
    width: 127px;
    margin: 38px auto 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
#pagetop a {
  display: block;
  z-index: 99;
  position: absolute;
  width: 173px;
  height: 217px;
  padding-top: 110px;
  right: calc(50% - 550px);
  top: 0;
  transition: 0.3s ease;
}

#pagetop a .hukidashi {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/pagetop_txt_on.png);
  transition: 0.3s ease;
}

#pagetop a .hukidashi img {
  transition: 0.3s ease;
}

#pagetop a .img {
  position: relative;
  bottom: 0;
  transition: 0.3s ease;
}

footer {
  margin-top: 40px;
  padding-top: 173px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1740px;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: url(../img/common/footer_img.png) no-repeat center bottom / 1636px
    auto;
}

footer .bg {
  padding: 95px 0 32px;
  background: url(../img/common/bg_green.png);
}

footer .bg .wrap {
  padding: 0 80px;
}

footer .f_navi {
  display: flex;
}

footer .f_navi li + li {
  margin-left: 26px;
}

footer .f_navi li a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 40px;
  padding: 0 1.4em;
  letter-spacing: 0.05em;
  color: #009944;
  background: #fff;
  border-radius: 20px;
  transition: background 0.3s ease;
}

footer .logo {
  text-align: center;
  margin: 40px 0 20px;
}

footer .logo img {
  width: 404px;
}

footer .address {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
}

footer .copyright {
  text-align: center;
  color: #009944;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 1em 0;
}

footer .f_navi {
  margin-bottom: 20px;
}

footer .sns_navi {
  display: flex;
  justify-content: center;
}

footer .sns_navi li {
  padding-left: 10px;
  padding-right: 10px;
}

footer .sns_navi li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  footer .f_navi li a:hover {
    background: #ffff00;
  }

  #pagetop a:hover .hukidashi img {
    opacity: 0;
  }

  #pagetop a:hover .img {
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #pagetop a {
    width: 22%;
    height: 29vw;
    padding-top: 14vw;
    right: 2%;
    top: 0;
  }

  #pagetop a .hukidashi {
    background: none;
    width: 65%;
  }

  #pagetop a .hukidashi img {
    width: 100%;
  }

  #pagetop a .img {
    width: 100%;
  }

  footer {
    margin-top: 30px;
    padding-top: 22.8%;
  }

  footer::before {
    width: 121%;
    max-width: inherit;
    height: 0;
    top: 10.4vw;
    padding-top: 19%;
    background: url(../img/common/footer_img_sp.png) no-repeat left -42vw bottom /
      100% auto;
  }

  footer .bg {
    padding: 50px 0 20px;
  }

  footer .bg .wrap {
    padding: 0;
  }

  footer .f_navi {
    display: block;
  }

  footer .f_navi li {
    text-align: center;
  }

  footer .f_navi li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  footer .f_navi li a {
    font-size: 1.5rem;
    line-height: 30px;
    border-radius: 15px;
  }

  footer .logo {
    margin: 30px 0 20px;
  }

  footer .logo img {
    width: 100%;
    max-width: 296px;
  }

  footer .address {
    font-size: 1.4rem;
  }

  footer .address a {
    color: #fff;
  }

  footer .copyright {
    font-size: 1rem;
    margin-bottom: 12vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  レシピ：一覧 (archive-recipe.php)
* --------------------------------------------------------------------------------------------------*/
#recipe_index:before,
#recipe_index:after {
  content: "";
  display: block;
  width: calc(50% - 568px);
  height: calc(100% - 92px);
  background-image: url(../img/recipe/bg_recipe.png);
  background-repeat: repeat;
  position: absolute;
  top: 92px;
}

#recipe_index:before {
  left: 0;
  background-position: right top;
}

#recipe_index:after {
  right: 0;
  background-position: left top;
}

#recipe_index .main {
  margin-top: 50px;
}

.recipe_list {
  display: flex;
  flex-wrap: wrap;
}

.recipe_list .recipe_item {
  margin: 0 30px 30px 0;
  width: calc(33.3333333% - 30px * 2 / 3);
}

.recipe_list .recipe_item:nth-child(3n + 3) {
  margin-right: 0;
}

.recipe_item .recipe_thumb img {
  border-radius: 10px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.recipe_item p.ttl a {
  font-weight: bold;
  color: #664842;
}

@media screen and (max-width: 768px) {
  .recipe_list {
    flex-direction: column;
  }
  .recipe_list .recipe_item {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  レシピ：個別記事 (single-recipe.php)
* --------------------------------------------------------------------------------------------------*/
#recipe_single:before,
#recipe_single:after {
  content: "";
  display: block;
  width: calc(50% - 568px);
  height: calc(100% - 92px);
  background-image: url(../img/recipe/bg_recipe.png);
  background-repeat: repeat;
  position: absolute;
  top: 92px;
}

#recipe_single:before {
  left: 0;
  background-position: right top;
}

#recipe_single:after {
  right: 0;
  background-position: left top;
}

#recipe_single .recipe_ttl {
  margin: 60px 0;
  text-align: center;
}

#recipe_single h2 {
  display: inline-block;
  border-bottom: 9px solid #ffff00;
  font-size: 3.2rem;
  font-weight: bold;
  color: #664842;
}

.recipe_entry p {
  color: #664842;
}

.recipe_entry .recipe_summary {
  margin: 20px 0 50px 0;
  line-height: 3;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #664842;
}

.recipe_entry .recipe_ingredients {
  width: 50%;
  margin: 60px auto;
  border: 2px dashed #664842;
  background: #f1e4c5;
  box-shadow: 0px 0px 0px 13px #f1e4c5;
}

.recipe_entry .recipe_ingredients h3 {
  padding: 1em 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #664842;
}

.recipe_entry .recipe_ingredients .inner {
  padding: 1.2em 0.5em 1.2em 1em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
  color: #664842;
}

.recipe_entry table {
  width: 635px;
  margin: 0 auto;
}

.recipe_entry table td {
  padding: 15px 0;
  vertical-align: top;
  font-size: 1.6rem;
  color: #664842;
}

.recipe_entry table .maru {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #664842;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.recipe_entry table img {
  border-radius: 10px;
}

.recipe_entry .aligncenter {
  text-align: center;
}

.recipe_backindex {
  margin: 50px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #recipe_single h2 {
    font-size: 2.8rem;
  }

  .recipe_entry .recipe_summary {
    font-size: 1.4rem;
  }

  .recipe_entry .recipe_ingredients {
    width: 90%;
  }

  .recipe_entry .recipe_ingredients .inner {
    font-size: 1.4rem;
  }

  .recipe_entry table {
    width: 90%;
  }

  .recipe_backindex img {
    width: 60%;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
</pre></body></html>