@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: #3498db;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #3498db;
  text-decoration: none;
}
a:visited {
  color: #3498db;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #3498db;
  text-decoration: none;
}
a:active {
  color: #3498db;
  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, .article 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;
}

.yodogawa, .toc, .article, .share, .profile, .info .section, .navi {
  width: 93.75%;
}

.yodogawa p, .toc nav ul li > span em,
.toc nav ul li a em, .article h2 em, .article p, .article blockquote p, .fb-post p, .profile p, .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, .profile h2, .info .section h3, .recipe h3, .share h3, .footer .follow h3 {
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  padding: 0;
  text-align: center;
}

.toc h3, .profile h2 {
  font-size: 180%;
  margin: 40px auto 10px;
  border-bottom: 1px solid #000000;
}

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

.share h3, .footer .follow h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  margin: 40px auto 0;
  padding: 0;
}

.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 ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #000000;
}

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

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

@media only screen and (max-width: 600px) {
  p:not(.sp) br:not(.sp) {
    content: "";
    margin-left: -0.33333em;
  }

  br.pc {
    content: "";
    margin-left: -0.33333em;
  }
}
.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.header {
  margin: 0px;
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.header__logo .hobo a {
  display: block;
  padding-right: 3.125%;
  text-align: right;
}
.header__logo .hobo img {
  width: 30%;
  max-width: 160px;
}

.header__title {
  background: url(../images/ph_main_sp.jpg) no-repeat center top;
  margin: 0;
  padding-top: 88.88889%;
  background-size: contain;
  position: relative;
  width: 100%;
}
.header__title h1 {
  line-height: 1;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 50%;
  margin: 0 0 0 -25%;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.header__title h1 img {
  width: 100%;
}
.header__title .sub {
  line-height: 1;
  position: absolute;
  bottom: 3.125%;
  right: 3.125%;
  width: 25%;
  max-width: 170px;
}
.header__title .sub img {
  width: 100%;
}
.header__title .sub img.sp1 {
  display: inline-block;
}
.header__title .sub img.sp2 {
  display: none;
}

.yodogawa {
  margin: 0 auto 0;
  padding: 20px 0 0 20px;
  border-left: 1px solid #000000;
  max-width: 640px;
}
.yodogawa.close .more .close {
  display: block;
}
.yodogawa.close .more .open {
  display: none;
}
.yodogawa.close .container {
  height: 5.4em;
}
.yodogawa p {
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  line-height: 2;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding-bottom: 1em;
}
.yodogawa .container {
  overflow: hidden;
  transition: all 0.5s;
  padding-right: 10px;
}
.yodogawa .more {
  padding: 0.5em 0;
  margin: 0 auto;
  border-top: 1px solid #404040;
  text-align: center;
  cursor: pointer;
  color: #3498db;
  transition: all 0.25s;
}
.yodogawa .more .close {
  display: none;
}
.yodogawa .more .open {
  display: block;
}
.yodogawa .more span {
  font-size: 140%;
  line-height: 1;
  padding-top: 5px;
  font-weight: bold;
  display: block;
}
.yodogawa .more i {
  font-size: 240%;
}

#index .yodogawa .more {
  display: none;
}

.wrapper .yodogawa .more {
  display: none;
}

.wrapper.archive .yodogawa .more {
  display: block;
}

.toc {
  margin: 0 auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  max-width: 640px;
}
.toc nav ul li {
  margin: 10px 0;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.toc nav ul li > span,
.toc nav ul li a {
  position: relative;
  display: table;
  width: 100%;
  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: #000;
}
.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: table-cell;
  vertical-align: middle;
  width: 4em;
  text-align: center;
  line-height: 1;
  font-size: 120%;
  vertical-align: top;
}
.toc nav ul li > span > span span,
.toc nav ul li a > span span {
  font-size: 100%;
  width: 4em;
  height: 4em;
  line-height: 3.8em;
  border: 1px solid #000000;
  display: block;
}
.toc nav ul li > span em,
.toc nav ul li a em {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  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;
}

.article {
  margin: 0 auto 40px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.article h2 {
  margin: 40px auto 0;
  color: #000;
  font-size: 200%;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  padding: 0 0 20px 0;
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  max-width: 640px;
  overflow: hidden;
}
.article h2 > span {
  font-size: 60%;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  line-height: 47.5px;
  border: 1px solid #000000;
  vertical-align: middle;
  text-align: center;
}
.article h2 em {
  display: block;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: middle;
  margin-left: 60px;
}
.article p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  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: left;
}
.article blockquote {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 4px;
  margin: 0;
}
.article blockquote p {
  color: #333333;
  letter-spacing: 0.2em;
  line-height: 2;
}
.article blockquote p.cap {
  font-size: 140%;
}
.article .body {
  max-width: 641px;
  margin: 0 auto;
  padding-top: 0px;
  padding-left: 20px;
  border-left: 1px solid #000000;
}
.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%;
}
.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 .photo p {
  font-size: 140%;
  text-indent: -2em;
  padding-left: 2em;
}
.article .photo p:before {
  font-family: "Hobonichi-Icons";
  content: "\e916";
  font-size: 150%;
  line-height: 1;
  vertical-align: middle;
}
.article .date {
  margin-top: 40px;
  text-align: left;
}

.fb-post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 4px;
}
.fb-post p {
  color: #3b5998;
}
.fb-post p.cap {
  font-size: 140%;
}
.fb-post > span {
  display: block;
  text-align: right;
}
.fb-post > span span {
  float: left;
  font-size: 140%;
  font-weight: bold;
  color: #000000;
}
.fb-post > span i {
  color: #3b5998;
  font-size: 240%;
}
.fb-post > span + p {
  margin-top: 0;
}

.share {
  margin: 0px auto 0px;
  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 ProN", "メイリオ", 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;
}

.profile {
  margin: 0px auto 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.profile section + section {
  margin-top: 40px;
}
.profile h2 {
  font-size: 160%;
}
.profile h3 {
  font-size: 200%;
  margin: 0.5em 0 0 0;
}
.profile h3 + p {
  margin-top: 0;
}
.profile p {
  font-size: 160%;
}
.profile .photo img {
  width: 100%;
}

.info .section {
  margin: 40px auto 0;
  max-width: 640px;
}
.info .section .banner {
  border: 1px solid #000000;
  max-width: 340px;
}
.info .section .banner a {
  display: block;
}
.info .section .banner a > span {
  display: block;
  padding: 35px;
  font-family: "zero-width";
  letter-spacing: 0;
}
.info .section .banner a > span:last-child {
  border-top: 1px solid #000000;
  padding: 20px 35px;
}
.info .section .banner a > span span {
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.075em;
  font-size: 160%;
  color: #000000;
  display: inline-block;
  width: 45%;
}
.info .section .banner a > span span:last-child {
  text-align: right;
  margin-left: 10%;
}
.info .section .banner a > span img {
  width: 100%;
  max-width: 267px;
}
.info .section h3 {
  margin-bottom: 40px;
}
.info .section table tr th, .info .section table tr td {
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.info .section table tr th {
  font-size: 140%;
  padding-right: 0.5em;
  width: 3em;
  vertical-align: top;
  line-height: 2em;
  font-weight: normal;
}
.info .section table tr td {
  font-size: 160%;
}
.info .section p {
  font-size: 160%;
  line-height: 1.75;
  font-family: "Shuei Yokobuto Min M", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.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 #3498db;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", 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: #3498db;
  font-family: 'Hobonichi-Icons';
  font-size: 150%;
  line-height: 1;
}
.info.info2 .section {
  border-left: 1px solid #000000;
  padding-left: 20px;
}
.info.info2 .section h3 {
  text-align: left;
}
.info.info2 .section h3 img {
  width: 100%;
  max-width: 340px;
}

.navi {
  margin: 20px auto 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.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 ProN", "メイリオ", Meiryo, sans-serif;
  text-align: right;
}
.navi li:first-child {
  text-align: left;
}
.navi li a {
  display: block;
  padding: 0;
}
.navi li a i {
  display: block;
  vertical-align: middle;
  font-size: 240%;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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: 0px 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 ProN", "メイリオ", 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 h3 {
  margin: 10px auto;
}
.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 ProN", "メイリオ", 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 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(0, 0, 0, 0.9);
  color: #FFFFFF;
}
.recipe h4 {
  position: relative;
  padding-left: 29px;
  font-size: 160%;
  margin: 30px auto 10px;
  color: #000;
  border-bottom: 1px solid #000;
  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: #000;
  border-bottom: 1px solid rgba(0, 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;
  }

  .visible-sp {
    display: none;
  }

  a:hover {
    opacity: 0.5;
  }

  span.indent {
    display: inline-block;
  }

  .wrapper {
    background-size: 200px;
  }

  .header__logo .hobo {
    height: 40px;
  }
}
@media only screen and (min-width: 601px) and (min-width: 1441px) {
  .header__logo {
    left: 50%;
    width: 1440px;
    margin-left: -720px;
  }
}

@media only screen and (min-width: 601px) {
  .header__title {
    background-image: url(../images/ph_main.jpg);
    padding-top: 60%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 601px) and (min-width: 1441px) {
  .header__title {
    padding-top: 864px;
  }
}
@media only screen and (min-width: 601px) {
  .header__title .sub {
    bottom: -160px;
    right: 40px;
  }
  .header__title .sub img.sp1 {
    display: none;
  }
  .header__title .sub img.sp2 {
    display: inline-block;
  }
  .header__title h1 {
    width: 340px;
    margin-left: -170px;
    padding: 30px;
  }

  .yodogawa {
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 90px 40px 0;
  }
  .yodogawa p {
    text-align: left;
    font-size: 180%;
  }
  .yodogawa .more {
    width: 560px;
  }
  .yodogawa .more:hover {
    opacity: 0.5;
  }

  .toc nav {
    margin: 0 auto;
  }
  .toc nav ul li > span,
  .toc nav ul li a {
    padding: 0px 29px 0px 0px;
  }
  .toc nav ul li > span > span,
  .toc nav ul li a > span {
    padding-right: 10px;
  }
  .toc nav ul li > span > span span,
  .toc nav ul li a > span span {
    font-size: 140%;
    width: 80px;
    height: 80px;
    line-height: 76px;
  }
  .toc nav ul li > span em,
  .toc nav ul li a em {
    font-size: 180%;
    padding-left: 20px;
  }

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

  .profile h2 {
    width: 560px;
  }
  .profile section {
    width: 560px;
    margin: 0 auto;
  }

  .info.info2 .section {
    padding-left: 40px;
  }
  .info.info2 .section h3 {
    text-align: left;
  }

  .navi {
    padding: 20px 0;
    margin: 40px auto;
  }

  .article h2 {
    font-size: 280%;
    padding: 0px 0 40px;
    border-bottom: 0 none transparent;
  }
  .article h2 > span {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 57.14286%;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .article h2 > span span {
    font-size: 200%;
  }
  .article h2 em {
    margin-left: 20px;
    display: inline-block;
  }
  .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%;
  }
  .article blockquote {
    padding: 40px;
  }
  .article .body {
    padding: 0px 0 0 40px;
  }

  .info .section {
    width: auto;
  }

  .fb-post {
    padding: 40px;
  }
  .fb-post > a + p {
    margin-top: 10px;
  }

  	/*------------------------------------------------------------------------------
  
  	  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: 841px) {
  .header__title .sub {
    bottom: 40px;
  }
  .header__title .sub img.sp1 {
    display: inline-block;
  }
  .header__title .sub img.sp2 {
    display: none;
  }
}
