@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;
}

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

.hidden {
  visibility: hidden !important;
}

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

img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #739fe6;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #739fe6;
  text-decoration: none;
}
a:visited {
  color: #739fe6;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #739fe6;
  text-decoration: none;
}
a:active {
  color: #739fe6;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  opacity: 1;
}
a[target=new]:after, a[target=_new]:after, a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  font-size: .8em;
  font-weight: normal;
  position: relative;
  top: -.2em;
  content: "\e914";
}
a[target=new][href*="amazon.co.jp"]:after, a[target=_new][href*="amazon.co.jp"]:after, a[target=_blank][href*="amazon.co.jp"]:after {
  content: "\e900";
}
a[target=new].noimg:after, a[target=new].no-icon:after, a[target=new][href*="1101.com"]:after, a[target=_new].noimg:after, a[target=_new].no-icon:after, a[target=_new][href*="1101.com"]:after, a[target=_blank].noimg:after, a[target=_blank].no-icon:after, a[target=_blank][href*="1101.com"]:after {
  content: none;
}

.ua-desktop a:hover {
  opacity: 0.5;
}
.ua-desktop a:hover img.hover, .opc .ua-desktop a:hover img, .opc2 .ua-desktop a:hover {
  opacity: 0.5;
}

/* 
 * 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;
}

body {
  -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;
}

.header__title h1, .yodogawa, .toc, .article, .meals-menu, .share, .info .section, .navi {
  width: 87.5%;
}

.yodogawa p, .toc nav ul li > span em,
.toc nav ul li a em, .article h2 em, .info .section p, .conv dd, .recipe ol li {
  text-align: justify;
  text-justify: inter-ideograph;
}

body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.toc h3, .meals-menu h3, .info .section h3, .recipe h3, .share h3, .footer .follow h3 {
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding: .618em 0;
  text-align: center;
}

.toc h3, .meals-menu h3 {
  font-size: 160%;
  margin: 40px auto 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.info .section h3, .recipe h3 {
  font-size: 160%;
  margin: 0px auto 10px;
}

.share h3, .footer .follow h3 {
  font-size: 120%;
  margin: 0px auto 10px;
}

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

/*------------------------------------------------------------------------------
 *
 *    sp
 *
 *--------------------------------------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #000000;
  background: #FFFFFF url(../images/bg_sp.jpg) repeat-y center top;
  background-size: contain;
}

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

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

@media only screen and (max-width: 600px) {
  p br:not(.sp) {
    content: "";
    margin-left: -0.33333em;
  }
}
.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.header {
  margin: 0px;
}
.header .hobo {
  padding: 0;
  text-align: center;
}
.header .hobo a {
  color: #000000;
}
.header .hobo a i {
  font-size: 300%;
  opacity: 0.75;
}
.header__logo {
  overflow: hidden;
  background-color: #FFFFFF;
}
.header__logo .life {
  float: left;
  height: 40px;
}
.header__logo .life img {
  height: 100%;
}
.header__logo .hobo {
  float: right;
  height: 40px;
}
.header__logo .hobo img {
  height: 100%;
}

.header__title {
  background: url(../images/ph_main_sp.jpg) no-repeat center top;
  margin: 0 0 80px 0;
  padding-top: 65.625%;
  background-size: contain;
  position: relative;
}
@media only screen and (min-width: 381px) {
  .header__title {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 421px) {
  .header__title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 461px) {
  .header__title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 501px) {
  .header__title {
    margin-bottom: 40px;
  }
}
.header__title h1 {
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 300%;
  line-height: 1;
  position: absolute;
  top: 65%;
  left: 50%;
  margin: 0 0 0 -43.75%;
  padding: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.header__title h1 small,
.header__title h1 span {
  text-align: left;
}
.header__title h1 small {
  display: block;
  font-size: 53.333333333%;
  width: 100%;
  text-align: center;
}
.header__title h1 small:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  vertical-align: middle;
  background: url(../images/flower.png) no-repeat center center;
  background-size: contain;
}
.header__title h1 span {
  display: inline-block;
  line-height: 1.5;
}

.photo-credit {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  max-width: 880px;
}

.yodogawa {
  margin: 0 auto 0;
  background-image: url(../images/ph_meal1.jpg), url(../images/ph_meal2.jpg), url(../images/ph_meal3.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left bottom, center bottom, right bottom;
  background-size: 30%, 30%, 30%;
  padding-bottom: 30%;
}
.yodogawa p {
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.8);
}

.toc {
  margin: 0 auto 0;
}
.toc nav ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.toc nav ul li > span,
.toc nav ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-right: 29px;
}
.toc nav ul li > span, .toc nav ul li > span:link
.toc nav ul li > span:visited,
.toc nav ul li a,
.toc nav ul li a:link
.toc nav ul li > span:visited, .toc nav ul li > span:link
.toc nav ul li a:visited,
.toc nav ul li a:link
.toc nav ul li a:visited {
  color: #510000;
}
.toc nav ul li > span:after,
.toc nav ul li a:after {
  font-family: "Hobonichi-Icons";
  content: "\e917";
  font-size: 240%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}
.toc nav ul li > span > span,
.toc nav ul li a > span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  padding: 4px;
  text-align: center;
  line-height: 1;
  font-size: 120%;
  color: #FFFFFF;
  background-color: #510000;
}
.toc nav ul li > span > span span,
.toc nav ul li a > span span {
  font-size: 140%;
  display: block;
  margin-top: 2px;
}
.toc nav ul li > span em,
.toc nav ul li a em {
  margin-left: 50px;
  display: block;
  font-style: normal;
  font-size: 160%;
  line-height: 1.5;
}
.toc nav ul li > span em span,
.toc nav ul li a em span {
  display: block;
  font-size: 75%;
}
.toc nav ul li.off > span,
.toc nav ul li.off a {
  opacity: 0.4;
}
.toc nav ul li.off > span, .toc nav ul li.off > span:link
.toc nav ul li.off > span:visited,
.toc nav ul li.off a,
.toc nav ul li.off a:link
.toc nav ul li.off > span:visited, .toc nav ul li.off > span:link
.toc nav ul li.off a:visited,
.toc nav ul li.off a:link
.toc nav ul li.off a:visited {
  color: #000000;
}
.toc nav ul li.off > span:after,
.toc nav ul li.off a:after {
  content: none;
}
.toc nav ul li.off > span > span,
.toc nav ul li.off a > span {
  color: #000000;
  background-color: #FFFFFF;
}

.article {
  margin: 40px auto 40px;
}
.article h2 {
  margin: 40px auto 10px;
  color: #510000;
  font-size: 180%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border-top: 5px solid #510000;
  border-bottom: 5px solid #510000;
  padding: 15px;
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.article h2 > span {
  font-size: 66.66667%;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  color: #FFFFFF;
  background-color: #510000;
}
.article h2 > span span {
  font-size: 140%;
  display: block;
  margin-top: 2px;
}
.article h2 em {
  display: inline-block;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-top: 5px;
}
.article p {
  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 p.continue {
  text-align: center;
}
.article .photo {
  margin: 20px auto;
}
.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 {
  -webkit-filter: grayscale(1) brightness(0.1);
  filter: grayscale(1) brightness(0.1);
  opacity: 0;
}
.article .photo img.lazyloaded {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
  opacity: 1;
}
.article .photo img + img {
  margin-top: 20px;
}
.article .date {
  margin-top: 20px;
  text-align: center;
}

.meals-menu {
  margin: 40px auto 40px;
}
.meals-menu ul li {
  font-family: "Shuei KakuGo Kin B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 29px;
  margin: 6px auto;
}
.meals-menu ul li:before {
  content: "";
  background: url(../images/flower.png) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.share {
  margin: 40px auto 40px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.share ul {
  font-family: "zero-width";
  letter-spacing: 0;
  text-align: center;
}
.share ul li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.075em;
  margin: 0 10px;
}
.share ul li a {
  display: block;
  font-size: 400%;
}
.share ul li a:after {
  content: none;
}
.share .article-share__facebook a {
  color: #3b5998;
}

.share .article-share__twitter a {
  color: #00aced;
}

.share .article-share__line a {
  color: #00b900;
}

.share .article-share__mail a {
  color: #f4cb3c;
}

.info .section {
  margin: 40px auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.info .section .photo img {
  width: 100%;
}
.info .section .photo + h3 {
  margin-top: 10px;
}
.info .section p {
  font-size: 160%;
  line-height: 1.75;
}
.info .section p.link {
  font-size: 200%;
  line-height: 1.25;
}
.info .section p.link a {
  display: block;
  position: relative;
  padding: 10px 1em 10px 0;
  border-radius: 8px;
  border: 2px solid #739fe6;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
}
.info .section p.link a:after {
  content: '\e917';
  margin-top: -0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  color: #739fe6;
  font-family: 'Hobonichi-Icons';
  font-size: 150%;
  line-height: 1;
}

.banner {
  margin: 40px auto;
}
.banner a {
  display: block;
  margin: 0 auto;
}
.banner a.portal {
  width: 280px;
  height: 95px;
  background: url(../images/banner_portal_sp.jpg) no-repeat center top;
  background-size: contain;
}

.navi {
  margin: 40px auto 40px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}
.navi ul {
  font-family: 'zero-width';
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
.navi li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: right;
}
.navi li:first-child {
  text-align: left;
}
.navi li a {
  display: block;
  padding: 0;
  color: #510000;
}
.navi li a i {
  display: block;
  vertical-align: middle;
  font-size: 240%;
  background-color: #510000;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: auto;
}
.navi li a span {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 120%;
  line-height: 1;
  margin-top: 4px;
  font-weight: bold;
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.navi__prev {
  float: left;
  margin-right: 20px;
}

.navi__next {
  float: right;
  margin-left: 20px;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 40px auto 0;
  background-color: #FFFFFF;
  border-top: 1px solid #e6e6e6;
}
.footer h3 {
  padding-top: 10px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.footer a {
  font-size: 120%;
}
.footer-contact {
  overflow: hidden;
  *zoom: 1;
}
.footer-contact li {
  padding: 0;
  margin: 0;
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.footer-contact li a i {
  font-size: 200%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
.footer-contact__home img {
  height: 32px;
}
.footer .follow {
  margin: 0 auto 0;
  padding: 15px 0;
}
.footer .follow ul {
  font-family: "zero-width";
  letter-spacing: 0;
  text-align: center;
}
.footer .follow ul li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.075em;
  margin: 0 10px;
}
.footer .follow ul li a {
  display: block;
  font-size: 320%;
  color: #404040;
}
.footer .follow ul li a:after {
  content: none;
}
.footer .contact {
  margin: 0 auto 0;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
}
.footer .copyright {
  border-top: 1px solid #e6e6e6;
  padding: 15px;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.conv dl {
  display: block;
  width: 100%;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dl:first-of-type {
  margin-top: 0;
}
.conv dl:first-of-type dt, .conv dl:first-of-type dd {
  margin-top: 0;
  padding-top: 0;
}
.conv dt,
.conv dd {
  display: block;
  font-size: 160%;
  margin: 0;
}
.conv dt {
  text-align: left;
  width: 80px;
  padding: 1em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #000;
}
.conv dd {
  padding-top: 0;
  vertical-align: middle;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .conv dt {
    width: 100%;
  }
  .conv dt:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
  }
  .conv dt.other:before {
    content: none;
  }
  .conv dt.itoi:before {
    background-image: url(../images/itoi_sp.png);
  }
  .conv dt.itoi img {
    display: none;
  }
  .conv dt.iijima:before {
    background-image: url(../images/iijima_sp.png);
  }
  .conv dt.iijima img {
    display: none;
  }
  .conv dt.amami:before {
    background-image: url(../images/amami_sp.png);
  }
  .conv dt.amami img {
    display: none;
  }
  .conv dt.okasan:before {
    background-image: url(../images/okasan_sp.png);
  }
  .conv dt.okasan img {
    display: none;
  }
  .conv dd br {
    content: "";
  }
}
/*------------------------------------------------------------------------------
 *
 *    desktop
 *
 *--------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {
  .conv {
    max-width: 560px;
    margin: 0 auto;
  }
  .conv dl {
    display: table;
  }
  .conv dt, .conv dd {
    display: table-cell;
    padding: 1em 0;
  }
  .conv dt {
    vertical-align: top;
  }
  .conv dt:before {
    content: none;
  }
  .conv dt img {
    width: 60px;
  }
}
.recipe {
  background: rgba(255, 240, 157, 0.75) url(../images/grid.png) repeat center center;
  margin: 40px auto;
  padding: 15px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.recipe h3 {
  background-color: rgba(81, 0, 0, 0.9);
  color: #FFFFFF;
}
.recipe h4 {
  position: relative;
  padding-left: 29px;
  font-size: 160%;
  margin: 30px auto 10px;
  color: #510000;
  border-bottom: 1px solid #510000;
  line-height: 1.5;
}
.recipe h4:before {
  content: "";
  background: url(../images/flower.png) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.recipe h5 {
  font-size: 160%;
  margin: 15px auto 10px;
  color: #510000;
  border-bottom: 1px solid rgba(81, 0, 0, 0.3);
  margin-left: 1em;
}
.recipe h5 + ul {
  margin-left: 1em;
}
.recipe ul {
  padding-left: 2em;
}
.recipe ul li {
  font-size: 140%;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  list-style-type: disc;
}
.recipe ul li span {
  display: inline-block;
  vertical-align: top;
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.recipe ul li span:before {
  content: "‥‥‥‥";
  font-weight: normal;
}
.recipe ul li small {
  font-weight: normal;
  font-size: 85.71429%;
}
.recipe ol {
  padding-left: 2em;
}
.recipe ol li {
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 140%;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.recipe .lead {
  font-size: 160%;
  font-weight: bold;
}
.recipe .photo.half {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .recipe ul li br:not(.sp),
  .recipe ol li br:not(.sp) {
    content: "";
  }
}
@media only screen and (min-width: 601px) {
  .recipe {
    max-width: 560px;
    padding: 30px;
  }
  .recipe ul li,
  .recipe ol li {
    font-size: 160%;
  }
}
/*------------------------------------------------------------------------------
 *
 *    desktop
 *
 *--------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {
  span.indent {
    text-indent: -0.575em;
    padding-left: 0.575em;
  }

  body {
    background-image: url(../images/bg.jpg);
    background-size: auto;
  }

  .visible-sp {
    display: none;
  }

  span.indent {
    display: inline-block;
  }

  .wrapper {
    max-width: 1600px;
  }

  .header__logo .life {
    height: 60px;
  }
  .header__logo .hobo {
    height: 60px;
  }

  .header__title {
    background-image: url(../images/ph_main.jpg);
    padding-top: 50%;
    margin-bottom: -150px;
  }
  .header__title h1 {
    font-size: 400%;
    width: 440px;
    margin-left: -220px;
    padding: 40px;
    top: -150px;
    height: auto;
    position: relative;
  }
  .header__title h1 small {
    font-size: 50%;
  }

  .yodogawa {
    width: 560px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25%;
  }

  .toc {
    width: 560px;
  }

  .meals-menu {
    width: 560px;
  }

  .share {
    width: 560px;
    text-align: center;
  }
  .share h3,
  .share ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }

  .info .section {
    width: 560px;
    padding: 30px;
  }
  .info .section h3 {
    text-align: left;
  }

  .banner a.portal {
    width: 400px;
    background-image: url(../images/banner_portal.jpg);
  }

  .navi {
    width: 560px;
  }

  .article h2 {
    max-width: 560px;
    font-size: 280%;
    margin-bottom: 20px;
    padding: 30px 0;
  }
  .article h2 > span {
    width: 60px;
    height: 60px;
    padding: 8px;
    font-size: 50%;
  }
  .article h2 > span span {
    font-size: 200%;
  }
  .article p {
    font-size: 160%;
    letter-spacing: 0.1em;
  }
  .article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  .article p.date {
    font-size: 140%;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .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 .follow {
    text-align: center;
    padding: 30px 0;
  }
  .footer .follow h3,
  .footer .follow ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .footer .copyright {
    clear: both;
    float: none;
    padding: 15px;
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .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: 881px) {
  .yodogawa {
    background-image: none, none, none;
    padding-bottom: 0;
    position: relative;
  }
  .yodogawa:after {
    content: "";
    display: block;
    width: 180px;
    height: 600px;
    position: absolute;
    top: 0px;
    right: -90px;
    background-image: url(../images/ph_meal1.jpg), url(../images/ph_meal2.jpg), url(../images/ph_meal3.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0px 0px, 0px 200px, 0px 400px;
    background-size: 180px 180px, 180px 180px, 180px 180px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__logo .life {
    height: 60px;
  }
  .header__logo .hobo {
    height: 60px;
  }

  .header__title {
    margin-bottom: 0;
  }
  .header__title h1 {
    top: 55%;
    position: absolute;
  }
  .header__title h1 small {
    font-size: 50%;
  }
}
@media only screen and (min-width: 1601px) {
  .wrapper {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
