@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * mixin
 --------------------------------------------------------------------------------*/
/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #FFF;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000;
}

del {
  text-decoration: line-through;
  color: #404040;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #739fe6;
  text-decoration: none;
  outline: none 0 !important;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:link {
  color: #739fe6;
  text-decoration: none;
}
a:visited {
  color: #739fe6;
  text-decoration: none;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #739fe6;
  text-decoration: none;
}
a:active {
  color: #739fe6;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a img.hover, .opc a *, .opc2 a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns a[target=_new], .sns a[target=_blank] {
  background-image: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .sns a[target=_new], .sns a[target=_blank] {
    background-image: none;
  }
}
.exlink a {
  display: block;
  background: url(images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #739fe6;
  text-decoration: none;
}

/* 
 * list style
 * 
 * How to create the perfect lists style using CSS
 * https://kaspars.net/wp-content/uploads/2008/02/index.html
 --------------------------------------------------------------------------------*/
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.list, ol.list {
  margin: auto -3em 1em 0;
  padding: 0;
  position: relative;
  left: -3em;
  overflow: hidden;
}
ul.list ul, ul.list ol, ol.list ul, ol.list ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list li, ol.list li {
  margin-left: 5em;
}
ul.list li li, ol.list li li {
  margin-left: 1em;
}
ul.list.flat li, ol.list.flat li {
  margin-left: 3em;
}
ul.list.flat li ul, ul.list.flat li ol, ol.list.flat li ul, ol.list.flat li ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list.flat li li, ol.list.flat li li {
  margin-left: 0;
}
ul.list.spaced, ol.list.spaced {
  margin-bottom: 0;
}
ul.list.spaced ul, ul.list.spaced ol, ol.list.spaced ul, ol.list.spaced ol {
  margin-top: 1em;
}
ul.list.spaced li, ol.list.spaced li {
  margin-bottom: 1em;
}
ul.list.indent li, ol.list.indent li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.list.inside li, ol.list.inside li {
  list-style-position: inside;
}
ul.list.clear li, ol.list.clear li {
  list-style-type: none;
}

ul.list {
  list-style-type: disc;
}
ul.list li {
  list-style-type: disc;
}

ol.list {
  list-style-type: decimal;
}
ol.list li {
  list-style-type: decimal;
}

header .title, .yodogawa h2, .yodogawa .info, article h2, article p, article .recipe h3, aside h2, aside p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.075em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------------------
 *
 *    sp
 *
 *--------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFF;
}

canvas {
  display: block;
  vertical-align: bottom;
}

body * {
  box-sizing: border-box;
}

a i {
  font-size: 150%;
  vertical-align: middle;
}
a span {
  display: inline-block;
  vertical-align: middle;
}
a:hover {
  opacity: 1;
}

img {
  vertical-align: top;
}

.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

header {
  position: relative;
  margin: 0px 0px 20px;
}
header .hobo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
  padding: 0 10px 0 10px;
  z-index: 1;
  text-align: center;
}
header .hobo a {
  color: #FFFFFF;
}
header .hobo a i {
  font-size: 300%;
  opacity: .75;
}
header .title {
  font-size: 250%;
  line-height: 1.5;
  position: absolute;
  top: 0;
  margin: 30px 0 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
header .title img {
  width: 100%;
}

ul.slide li img {
  width: 100%;
}

.yodogawa {
  padding: 10px 10px 0px;
}
.yodogawa:before {
  display: inline-block;
  width: 20%;
  padding-top: 17.5%;
  content: "";
  vertical-align: top;
  background: url(../images/dish.png) no-repeat center top;
  background-size: contain;
}
.yodogawa h2 {
  font-family: "Reimin Bold", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 160%;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: top;
  color: #000000;
}
.yodogawa .info {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background: url(../images/bg.jpg) repeat center top;
  border-radius: 8px;
}
.yodogawa .info strong {
  font-size: 125%;
}

nav {
  border-top: 5px solid #F0844A;
  border-bottom: 5px solid #F0844A;
  margin: 20px auto;
  text-align: center;
}
nav ul {
  display: block;
  font-family: 'zero-width';
  margin: 10px auto;
}
nav ul:first-child {
  margin-top: 0;
  border-bottom: 1px solid #e6e6e6;
}
nav ul + ul li {
  margin: 0 10px;
}
nav ul + ul li a {
  font-size: 140%;
  padding: 10px;
}
nav ul + ul li a.cart-btn {
  font-size: 160%;
  background-color: #FF0000;
  color: #FFFFFF;
  border-radius: 4px;
}
nav li {
  display: inline-block;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 4px;
}
nav li a {
  font-size: 120%;
  display: block;
  padding: 10px 4px;
  letter-spacing: 0;
}

article section {
  border-bottom: 5px solid #F0844A;
  padding: 20px 10px 20px;
  margin: 0 auto;
}
article h2 {
  font-family: "Reimin Bold", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.5;
  margin: 0px auto 20px;
  color: #EF7622;
}
article p {
  color: #000000;
  font-size: 160%;
  line-height: 1.75;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article p.info {
  font-size: 220%;
}
article p.date {
  font-size: 140%;
}
article dl dt,
article dl dd {
  padding-bottom: 10px;
}
article dl dt {
  font-size: 140%;
  float: left;
  font-weight: bold;
}
article dl dd {
  font-size: 160%;
  margin-left: 5em;
}
article .photo img {
  -moz-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  -o-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  -webkit-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
article .photo img.lazyload, article .photo img.lazyloading {
  opacity: 0;
}
article .photo img.lazyloaded {
  opacity: 1;
}
article .photo img + img {
  margin-top: 20px;
}
article .book-info h2 {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
article .cart-area a {
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0;
}
article .cart-area a.cart-btn {
  font-size: 160%;
  display: block;
  padding: 8px;
  color: #FFFFFF;
  background-color: #FF0000;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
article .cart-area .stock {
  font-size: 140%;
  margin: 10px auto;
  text-align: center;
  color: #FF0000;
}
article .cart-area p {
  color: #FF0000;
}
article .recipe h3 {
  font-family: "Reimin Bold", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 180%;
}
article .recipe h3 ~ h3 {
  margin-top: 40px;
}
article .recipe h3:nth-of-type(1) {
  color: #009EB9;
}
article .recipe h3:nth-of-type(2) {
  color: #7BC278;
}
article .recipe h3:nth-of-type(3) {
  color: #5FC1C7;
}
article .recipe h3:nth-of-type(4) {
  color: #DB5351;
}
article .recipe h3:nth-of-type(5) {
  color: #E5A84B;
}
article .recipe h3:nth-of-type(6) {
  color: #D7C454;
}
article .recipe h3:nth-of-type(7) {
  color: #72517F;
}
article .recipe h3:nth-of-type(8) {
  color: #DA5278;
}
article .recipe ul {
  font-family: "zero-width";
  padding: 0;
}
article .recipe ul li {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  overflow: hidden;
  width: 47%;
  margin: 1.4%;
  vertical-align: top;
  border-radius: 8px;
}
article .recipe ul li img {
  width: 100%;
}
article .recipe ul li p {
  font-size: 140%;
  font-weight: bold;
  margin: 0;
  padding: 0 3%;
  text-align: center;
  color: #FFFFFF;
  background: url(../images/bg.jpg) repeat center top;
}
article .recipe ul li p:before {
  display: inline-block;
  width: 0;
  height: 3em;
  content: "";
  vertical-align: middle;
}
article .recipe ul li p span {
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

aside {
  padding: 10px;
  border-bottom: 5px solid #F0844A;
  background-color: #f2f2f2;
}
aside section ~ section {
  margin-top: 40px;
}
aside h2 {
  font-family: "Reimin Bold", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 auto 20px;
  color: #333333;
}
aside p {
  color: #000000;
  font-size: 140%;
  line-height: 1.75;
}
aside p.code {
  font-size: 120%;
  font-family: "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
  letter-spacing: 0;
}
aside dl dt,
aside dl dd {
  padding-bottom: 10px;
}
aside dl dt {
  font-size: 120%;
  float: left;
  font-weight: bold;
}
aside dl dd {
  font-size: 140%;
  margin-left: 3em;
}
aside .book-info h2 {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.banner {
  text-align: center;
  padding: 10px 0;
  border-bottom: 5px solid #F0844A;
}

.date {
  margin-top: 30px;
  text-align: center;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
footer {
  margin: 20px auto 0;
  background-color: transparent;
}
footer h3 {
  padding-top: 10px;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  font-weight: bold;
}
footer a {
  font-size: 120%;
}
footer .copyright {
  padding: 15px;
  font-size: 100%;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.footer-share, .footer-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}
.footer-share li, .footer-contact li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}

.footer-share {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
  font-family: 'zero-width';
  text-align: center;
  letter-spacing: 0;
}
.footer-share li {
  display: inline-block;
  margin: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-share li a {
  display: block;
  text-align: center;
}
.footer-share li a i {
  display: block;
  font-size: 300%;
}
.footer-share li a span {
  display: block;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.footer-contact {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-contact li {
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.footer-contact li a i {
  font-size: 250%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}

@media only screen and (min-width: 601px) {
  .visible-sp {
    display: none;
  }

  body * {
    box-sizing: border-box;
  }

  a:hover {
    opacity: 0.5;
  }

  header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  header .title {
    width: 100%;
    text-align: center;
  }
  header .title img {
    width: auto;
  }

  nav ul, nav ul:first-child {
    display: inline-block;
    margin: 10px auto;
    vertical-align: middle;
    border-bottom: 0 none transparent;
  }

  .yodogawa:before {
    max-width: 160px;
    vertical-align: middle;
  }
  .yodogawa h2 {
    font-size: 240%;
    vertical-align: middle;
  }
  .yodogawa p.info {
    font-size: 160%;
  }

  .contents {
    max-width: 960px;
    margin: 0 auto;
  }

  article {
    padding: 0;
  }
  article h2 {
    font-size: 240%;
  }
  article section {
    padding: 40px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  article section.book-info {
    overflow: hidden;
    height: auto;
  }
  article section.book-info h2 {
    color: #000000;
  }
  article section.book-info .photo {
    width: 38.75%;
    float: left;
    max-width: 341px;
  }
  article section .photo {
    float: right;
    width: 54.54545%;
    max-width: 480px;
    margin-right: -40px;
  }
  article section .photo:nth-of-type(2) {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  article .cart-area {
    margin-top: 40px;
  }
  article .cart-area a.cart-btn {
    max-width: 320px;
    padding: 16px;
  }
  article .cart-area a.cart-btn.sold {
    background-color: #cccccc;
    color: #666666;
  }
  article .cart-area a.cart-btn.sold:hover {
    opacity: 1;
    cursor: default;
  }
  article .cart-area .stock {
    max-width: 320px;
    margin-left: 0;
  }
  article .book-info h2,
  article .cart-area,
  article dl {
    padding-left: 41.02273%;
  }
  article .recipe h3 {
    font-size: 200%;
  }

  aside {
    padding: 0;
    font-family: 'zero-width';
  }
  aside section {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 40px 20px 40px 40px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  aside section ~ section {
    margin: 0;
    margin-right: -1px;
    padding: 40px 40px 40px 20px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  footer {
    margin-top: 0px;
    border-top: 0 none transparent;
  }
  footer > div {
    max-width: 960px;
    margin: 0 auto;
  }
  footer > div > div {
    float: left;
  }
  footer > div > div + div {
    float: right;
  }
  footer h3 {
    float: left;
    margin: 0;
    padding: 20px 10px;
    line-height: 55px;
  }
  footer .copyright {
    clear: both;
    float: none;
    padding: 15px;
    font-size: 100%;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .footer-share {
    float: right;
    border-bottom: 0 none transparent;
    padding: 20px 0;
  }
  .footer-share li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-share__line {
    display: none !important;
  }

  .footer-contact {
    border-bottom: 0 none transparent;
    padding: 20px 0;
    font-family: 'zero-width';
    text-align: center;
    letter-spacing: 0;
  }
  .footer-contact li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .footer-contact li a {
    display: block;
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-contact li a i {
    display: block;
    font-size: 300%;
  }
  .footer-contact li a span {
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
  }

  .ua-ie-9 article p {
    letter-spacing: 0;
    font-size: 160%;
  }

  .ua-desktop-windows p {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
}
@media only screen and (min-width: 769px) {
  header .title {
    padding-top: 75%;
    margin-top: 0;
  }
  header .title img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -280px;
  }

  nav li {
    margin: 0 8px;
  }

  .yodogawa p.info {
    width: 36%;
    padding: 2.1% 2.6%;
    max-width: 320px;
    letter-spacing: 0;
    text-align: left;
    float: right;
    vertical-align: middle;
  }

  article .recipe ul li {
    width: 31.81818%;
    margin: 2.15909%;
    margin-left: 0;
  }
  article .recipe ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 801px) {
  header {
    margin-bottom: 0;
  }

  nav {
    margin-top: 0;
  }

  .yodogawa {
    position: relative;
    z-index: 1;
    margin-top: -140px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 0;
  }
  .yodogawa h2 {
    letter-spacing: 0.1em;
  }
  .yodogawa:before {
    width: 160px;
    height: 140px;
    padding-top: 0;
  }
}
