@charset "UTF-8";
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #808080;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.dot {
  background: url(../images/dot.gif) no-repeat left center;
}

body {
  background: #FFFFFF url(../images/papaer_back_ex_wide.jpg) repeat-y center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #000000;
}

del {
  color: #999;
}

li img {
  vertical-align: top;
}

li a {
  display: block;
}

/* 
 * link style
 */
a {
  color: #CC0000;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #CC0000;
  text-decoration: none;
}
a:visited {
  color: #CC0000;
  text-decoration: none;
}
a:hover {
  color: #e57f7f;
  text-decoration: underline;
}
a:active {
  color: #e57f7f;
  text-decoration: underline;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.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;
}
a.tlink {
  display: block;
  background: url(../images/arrow2.png) no-repeat left center;
  padding-left: 17px;
}
a.tlink:hover {
  color: #CC0000;
  text-decoration: none;
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.archive #header {
  background: url(../images/ph_main_archive.png) no-repeat 75px 10px;
}
.archive #header .link {
  margin-top: 60px;
}
.archive #navi {
  margin-top: 0;
}
.archive .conv {
  margin-bottom: 0;
}

/*
 * 	header
 */
#header {
  width: 960px;
  margin: 0 auto;
}
#header #hobo {
  width: 166px;
  height: 10px;
  margin: 0 0 0 80px;
  padding: 30px 0 0 0;
}
#header h1 {
  margin: 0;
}
#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header #gnavi {
  float: right;
  width: 240px;
  margin-bottom: 15px;
}
#header #gnavi > div {
  float: left;
}
#header #gnavi > div.pre {
  float: right;
  margin-top: 40px;
}
#header #gnavi ul {
  width: 160px;
  margin-left: 80px;
}
#header #gnavi li {
  float: none;
  margin: 0 auto 10px;
}

#yodogawa {
  width: 507px;
  height: 272px;
  margin: 0 auto 40px 240px;
  font-size: 16px;
}

/*
 * contents
 */
.contents {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contents h2 {
  margin: 0;
  text-align: left;
}
.contents h3 {
  margin: 60px 0 40px;
}
.contents h3 span {
  display: block;
}
.contents h3 .vol {
  float: left;
  margin-left: -80px;
}
.contents h3 img {
  vertical-align: top;
}
.contents .article {
  width: 500px;
  margin: 50px auto;
  text-align: left;
}
.contents .article h2 {
  margin-bottom: 40px;
  font-weight: normal;
}
.contents .article h3 {
  font-size: 16px;
  margin: 30px;
}
.contents .article .comment {
  border-left: 2px solid #999;
  padding-left: 0.5em;
  color: #666;
  margin: 3.5em auto;
}
.contents .article .photo {
  margin: 40px auto;
}
.contents .article .photo p {
  font-size: 12px;
  line-height: 1.5em;
  color: #808080;
}
.contents .article .info {
  margin: 80px auto;
  text-align: left;
}
.contents .article .info h3 {
  font-size: 16px;
  margin: 10px auto 0;
}
.contents .article .info p {
  margin: 0 auto 10px;
}
.contents .date {
  margin: 20px auto;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

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

.right {
  text-align: right;
}

.local {
  margin: 20px auto 0;
}
.local ul, .local li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.local .right a.tlink {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.local .center a.tlink {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.local .isolate {
  margin: 40px;
}

#navi {
  width: 480px;
  margin: 50px 240px 50px auto;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
  text-align: center;
}
#navi ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  padding: 0 20px;
}
#navi ul li.hidden {
  visibility: hidden;
}

/*
 * archive
 */
#past {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
  padding-right: 40px;
}
#past h2 {
  font-size: 16px;
  margin: 0;
  text-align: left;
}
#past ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#past li {
  margin-bottom: 5px;
}
#past li a {
  display: block;
  padding: 3px 0;
  text-align: left;
}
#past li a:hover {
  color: #CC0000;
  text-decoration: none;
}
#past li span {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 0;
}
#past li span.vol {
  width: 50px;
  margin-bottom: 5px;
  background-color: #808080;
  padding: 4px;
  line-height: 1.2em;
  color: #FFF;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  font-family: "Lucida Console", Monaco, monospace;
}
#past li span.vol em {
  padding-left: 5px;
  font-size: 12px;
  font-style: normal;
}
#past li span.date {
  float: right;
  margin: 0;
  margin-top: 4px;
  font-size: 10px;
  color: #999;
  line-height: 1.5em;
  font-family: "Lucida Console", Monaco, monospace;
  text-transform: uppercase;
}

#footer {
  position: relative;
  padding-bottom: 100px;
  padding-top: 20px;
  margin-top: 50px;
  background: url(../images/dot.gif) repeat-x left top;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 20px;
  margin: 0;
}
#footer .fblike {
  text-align: center;
  margin: 20px;
}
#footer .copyright {
  margin-top: 10px;
  font-size: 10px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #808080;
}
#footer #fgnavi {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 25px 10px 25px;
  background: url(../images/dot.gif) repeat-x left bottom;
  text-align: center;
}
#footer #fgnavi > div {
  margin-bottom: 15px;
}
#footer #fgnavi ul {
  margin: 0;
  text-align: center;
}
#footer #fgnavi li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 15px 10px;
  padding: 0;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.red {
  color: #F00;
}

.amazon {
  display: block;
  background: url(../images/icon_amazon.png) no-repeat left center;
  padding-left: 25px;
}

/*--------------------------------------------------------------------------------
 
	openbox
 
--------------------------------------------------------------------------------*/
.obp {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.obp:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/btn_zoom.png) no-repeat center top;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.obElement {
  width: 560px;
  padding: 66px 80px;
}
.obElement .close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.obPhoto {
  width: 800px;
  text-align: center;
}
.obPhoto .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

body {
  letter-spacing: 0.075em;
  line-height: 1.75em;
}

#header {
  position: relative;
  padding-top: 5px;
}
#header h1 {
  margin-top: 5px;
}
#header .hobo2 {
  position: absolute;
  right: 0;
  top: 0;
}

#contentHeader {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px;
}
#contentHeader #yodogawa {
  float: left;
  width: auto;
  height: auto;
  margin-left: 40px;
}
#contentHeader #yodogawa p {
  margin: 0;
  font-weight: bold;
  line-height: 2em;
}
#contentHeader .toc {
  width: 320px;
  margin-left: 600px;
}

.toc a:hover {
  text-decoration: none;
}
.toc ul, .toc li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc ul li {
  border-bottom: 1px solid #CCC;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
.toc ul li em {
  float: left;
  font-style: normal;
}
.toc ul li span {
  display: block;
  margin-left: 42px;
}
.toc ul li span + span {
  font-size: 10px;
  color: #808080;
}
.toc ul li:first-child {
  border-top: 1px solid #CCC;
}
.toc ul li.current a {
  cursor: default;
}
.toc ul li.current a:link {
  text-decoration: none;
  color: #000;
}
.toc ul li.current a:visited {
  text-decoration: none;
  color: #000;
}
.toc ul li.current a:hover {
  color: #000;
  text-decoration: none;
}
.toc ul li.current a:active {
  color: #000;
  text-decoration: none;
}
.toc ul li.off {
  color: #CCC;
}
.toc ul li.off span {
  color: #CCC;
}

.contents .article {
  margin-top: 40px;
}
.contents .article .photo {
  text-align: center;
}

#footer {
  padding-top: 0;
  background-image: none;
}
#footer ul {
  margin: 0 auto 40px auto;
}
#footer ul.share {
  margin-top: 40px;
}
#footer ul.share li {
  padding: 0 5px;
}
#footer ul.share li.line {
  display: none;
}
@media only screen and (max-width: 479px) {
  #footer ul.share li.line {
    display: inline-block;
  }
}
#footer .copyright {
  color: #000;
}

.banner {
  text-align: center;
}
.banner ul, .banner li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner ul li {
  margin: 20px auto;
}

@media only screen and (min-width: 600px) {
  #contents {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  body {
    letter-spacing: 0.075em;
    line-height: 1.75em;
  }

  #contents {
    width: 600px;
  }

  #wrapper {
    font-size: 14px;
    width: 560px;
    margin: 0 auto;
  }

  #header {
    width: 100%;
  }
  #header h1 img {
    width: 100%;
    height: auto;
  }
  #header .hobo img {
    width: 100px;
    height: auto;
  }
  #header .hobo2 {
    top: 5px;
    text-align: right;
  }
  #header .hobo2 img {
    width: 170px;
    height: auto;
  }

  #contentHeader {
    margin-top: 20px;
  }
  #contentHeader #yodogawa {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.075em;
  }
  #contentHeader .toc {
    margin-left: 0;
  }

  .contents * {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  }

  .contents .article {
    width: 100%;
  }
  .contents .article h2 {
    margin-bottom: 20px;
  }
  .contents .article h2 img {
    height: 28px;
  }
  .contents .article .photo {
    width: auto;
    margin: 20px auto;
    text-align: center;
  }
  .contents .article .photo img {
    width: 100%;
  }

  #navi {
    width: 100%;
  }

  .banner {
    width: 304px;
    margin: 0 auto;
  }
  .banner img {
    width: 100%;
  }
}
#buy a:before, #navi li.prev i, #navi li.next i, .buy a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#navi li.prev i:before, #navi li.next i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 111.111111111%;
  margin-top: -10px;
  color: #FFF;
}

#navi li.prev i, #navi li.next i {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #000;
  position: relative;
  vertical-align: middle;
}

#contentHeader #toc ul li i, .contents h2 i {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #000;
  vertical-align: middle;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
}
#contentHeader #toc ul li i span, .contents h2 i span {
  display: block;
}

#contentHeader #toc ul li p, .contents h2 > span {
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

i {
  font-style: normal;
}

#header {
  width: 100%;
  min-width: 960px;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#header .hobo {
  position: absolute;
  left: 10px;
  top: 5px;
}
#header .hobo2 {
  position: absolute;
  right: 15px;
  top: 5px;
}
#header h1 {
  position: absolute;
  top: 11.21795%;
  left: 6.25%;
  margin: 0;
}
#header h1 img {
  width: 455px;
}
#header #onsale {
  position: absolute;
  top: 11.21795%;
  left: 6.25%;
}

#main-photo {
  overflow: hidden;
  text-align: center;
}
#main-photo img {
  width: 100%;
  max-width: 1280px;
}

#buy {
  position: absolute;
  top: -60px;
  right: 40px;
}
#buy a {
  position: relative;
  display: inline-block;
  background-color: #C00;
  border-radius: 6px;
  padding: 50px 15px 15px;
  font-size: 160%;
  line-height: 1.5em;
}
#buy a:link, #buy a:visited {
  color: #FFF;
  text-decoration: none;
  opacity: 1;
}
#buy a:hover, #buy a:active {
  color: #FFF;
  text-decoration: none;
  opacity: 0.5;
}
#buy a:before {
  content: "\f07a";
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -.5em;
  font-size: 200%;
  vertical-align: middle;
}
#buy.fixed {
  left: auto;
  right: 0;
}
#buy.fixed > div {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 1;
}
#buy.fixed > div a {
  border-radius: 6px 0 0 6px;
}

#contentHeader {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#contentHeader #yodogawa {
  float: none;
  width: auto;
  margin-left: 0px;
  font-size: 180%;
  line-height: 2em;
  letter-spacing: 0.075em;
  text-align: left;
}
#contentHeader #yodogawa p {
  margin: 1.5em 0;
}
#contentHeader #yodogawa .photo {
  overflow: hidden;
  border-radius: 8px;
}
#contentHeader #toc {
  width: 100%;
  margin-left: 0px;
  text-align: left;
}
#contentHeader #toc h3 {
  font-size: 180%;
  line-height: 1em;
}
#contentHeader #toc ul, #contentHeader #toc li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contentHeader #toc ul li {
  letter-spacing: -0.4em;
  margin: 1em 0;
}
#contentHeader #toc ul li a {
  display: block;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-out 0s;
  line-height: 1.2em;
}
#contentHeader #toc ul li a:link {
  color: #000;
}
#contentHeader #toc ul li a:visited {
  color: #000;
}
#contentHeader #toc ul li a:hover {
  color: #000;
  opacity: 0.5;
  text-decoration: none;
}
#contentHeader #toc ul li a:active {
  color: #000;
}
#contentHeader #toc ul li a.off:link, #contentHeader #toc ul li a.off:visited, #contentHeader #toc ul li a.off:hover, #contentHeader #toc ul li a.off:active {
  cursor: default;
  opacity: 0.25;
  text-decoration: none;
}
#contentHeader #toc ul li a.current:link, #contentHeader #toc ul li a.current:visited, #contentHeader #toc ul li a.current:hover, #contentHeader #toc ul li a.current:active {
  cursor: default;
  opacity: 1;
  text-decoration: none;
}
#contentHeader #toc ul li a.current > span {
  background-color: #000;
  color: #FFF;
}
#contentHeader #toc ul li a > span {
  margin-left: 60px;
  font-family: "FB Agenda Medium Condensed", "Lucida Console", Monaco, monospace;
  font-size: 120%;
  line-height: 1em;
  letter-spacing: 0.075em;
  display: inline-block;
  padding: 4px 6px 1px 6px;
  background-color: #fff;
  border-radius: 8px;
}
#contentHeader #toc ul li i {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  font-size: 110%;
}
#contentHeader #toc ul li i span {
  font-size: 180%;
}
#contentHeader #toc ul li p {
  width: 430px;
  margin: 0 0 0 10px;
  font-size: 150%;
}

.contents h2 {
  font-size: 100%;
  margin: 60px auto 40px;
  text-align: center;
  font-weight: normal;
}
.contents h2 i {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding-top: 14px;
  font-size: 200%;
  line-height: 35px;
}
.contents h2 i span {
  font-size: 40px;
}
.contents h2 > span {
  margin: 0;
  font-size: 400%;
  line-height: 1.3em;
}
.contents h3 {
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  padding-top: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 320%;
  line-height: 1em;
}
.contents h3 i {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 20px;
  background-color: #000;
  font-size: 62.5%;
  line-height: 1em;
  letter-spacing: 0.075em;
  color: #FFF;
  border-radius: 4px;
  vertical-align: middle;
}
.contents h3 > span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.contents h3 > span span {
  display: inline;
}
.contents h3 > span small {
  font-size: 75%;
}
.contents h3.dish {
  width: 800px;
  margin: 80px auto 10px;
  padding: 10px 0 0;
  border-top: 10px solid #000;
  font-size: 300%;
  line-height: 1em;
}
.contents h3.dish span {
  display: inline-block;
  height: 60px;
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 83.33333%;
  line-height: 60px;
}
.contents p {
  width: 480px;
  margin: 1.75em auto;
  font-size: 160%;
  line-height: 1.75em;
  letter-spacing: 0.075em;
}
.contents .photo {
  width: 600px;
  margin: 1em auto;
  border-radius: 8px;
  overflow: hidden;
}
.contents .photo.main {
  width: 800px;
  margin-top: 0;
}
.contents .bowl {
  width: 800px;
  margin: 0 auto;
  padding: 38px;
  margin-bottom: 40px;
  border: 2px solid #000;
}
.contents .bowl ul.photos {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.contents .bowl ul.photos li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.contents .bowl .item {
  clear: both;
  margin-top: 40px;
  padding-top: 39px;
  border-top: 1px solid #000;
}
.contents .bowl .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.contents .bowl .item.last {
  overflow: hidden;
  *zoom: 1;
}
.contents .bowl .item.last .photo {
  margin-bottom: 0;
}
.contents .bowl .photo {
  float: left;
  width: auto;
  margin: 0 0 40px 0;
}
.contents .bowl .photo img {
  width: 360px;
}
.contents .bowl .info {
  width: 400px;
  height: auto;
  margin-left: 400px;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
}
.contents .bowl .info h3 {
  margin: 0;
  padding-top: 10px;
  border-top: 10px solid #000;
  text-align: left;
  font-size: 300%;
}
.contents .bowl .info p {
  margin: 1em auto;
  width: auto;
  font-size: 160%;
  line-height: 1.75em;
}
.contents .bowl .info p.indent {
  font-size: 140%;
  letter-spacing: 0;
  text-indent: -3em;
  padding-left: 3em;
}
.contents .bowl .info p small {
  font-size: 75%;
}
.contents .bowl .info p:last-child {
  margin-bottom: 0;
}
.contents .bowl .info .price {
  margin: 0.5em 0;
  font-size: 180%;
}
.contents .bowl .info .price span {
  font-size: 77.77778%;
}
.contents .recipe {
  padding: 1em;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.contents .date {
  font-family: "FB Agenda Medium Condensed", "Lucida Console", Monaco, monospace;
  font-size: 120%;
  letter-spacing: 0;
  line-height: 1.75em;
}

ul.navi {
  margin: 40px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  line-height: 1em;
}
ul.navi li {
  display: inline-block;
  list-style-type: none;
  line-height: 1em;
  font-size: 140%;
  margin: 0 1em 0;
}
ul.navi li a {
  color: #000;
  letter-spacing: 0;
}
ul.navi li a:link, ul.navi li a:visited, ul.navi li a:hover {
  color: #000;
  text-decoration: none;
}
ul.navi li i {
  margin: 0 0.5em;
}

#navi {
  width: auto;
  margin: 40px auto 80px;
  text-align: center;
}
#navi li {
  font-size: 180%;
  line-height: 1em;
}
#navi li a, #navi li a:link, #navi li a:visited, #navi li a:hover, #navi li a:active {
  color: #000;
  text-decoration: none;
}
#navi li a {
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-out 0s;
}
#navi li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#navi li.prev i {
  margin: 0 10px 0 0;
}
#navi li.prev i:before {
  content: "\f053";
  margin-left: -8px;
}
#navi li.next i {
  margin: 0 0 0 10px;
}
#navi li.next i:before {
  content: "\f054";
  margin-left: -6px;
}

.banner {
  width: 800px;
  margin: 40px auto;
}
.banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.banner ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.banner ul li:first-child {
  margin-right: 40px;
}

#footer ul + ul li a {
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 180%;
  letter-spacing: 0.075em;
  color: #000;
}
#footer ul + ul li a:link, #footer ul + ul li a:visited, #footer ul + ul li a:hover, #footer ul + ul li a:active {
  text-decoration: none;
}
#footer ul + ul li a:hover {
  color: #000;
  opacity: 0.5;
  text-decoration: none;
}
#footer .credit {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 140%;
  line-height: 1em;
}
#footer .copyright {
  line-height: 1em;
}

.buy {
  position: relative;
  text-align: center;
}
.buy a {
  position: relative;
  display: inline-block;
  background-color: #C00;
  border-radius: 6px;
  padding: 15px;
  font-size: 160%;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.buy a:link, .buy a:visited {
  color: #FFF !important;
  text-decoration: none;
  opacity: 1;
}
.buy a:hover, .buy a:active {
  color: #FFF !important;
  text-decoration: none;
  opacity: 0.5;
}
.buy a:before {
  content: "\f07a";
  display: inline;
  margin-right: .5em;
}

.sp {
  display: none;
}

@media only screen and (max-width: 600px) {
  .sp {
    display: block;
  }

  #navi .sp {
    margin-top: 40px;
  }

  #wrapper {
    font-size: 14px;
  }

  #header {
    min-width: 0;
  }
  #header h1 {
    width: 50%;
  }
  #header h1 img {
    width: 100%;
  }
  #header #onsale {
    width: 54%;
  }
  #header #onsale img {
    width: 100%;
  }

  #buy {
    position: absolute;
    top: -160px;
    left: 0px;
    right: auto;
  }
  #buy a {
    padding-top: 60px;
  }
  #buy a:before {
    top: 10px;
  }

  #contentHeader {
    width: 100%;
    margin-top: 40px;
  }
  #contentHeader #yodogawa {
    font-size: 160%;
    margin-left: 0px;
  }
  #contentHeader #yodogawa p {
    margin: 0 auto;
  }
  #contentHeader #yodogawa p.photo {
    margin: 40px auto;
  }
  #contentHeader #toc ul li a > span {
    margin-left: 70px;
  }
  #contentHeader #toc ul li i {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
  }
  #contentHeader #toc ul li p {
    width: 480px;
  }

  .contents {
    width: 560px;
  }
  .contents h2 i {
    font-size: 160%;
    line-height: 1.4em;
  }
  .contents h2 > span {
    font-size: 250%;
    margin-top: 20px;
  }
  .contents h3 i {
    display: block;
    margin-bottom: 20px;
  }
  .contents h3 > span {
    font-size: 80%;
  }
  .contents h3.dish {
    width: auto;
  }
  .contents p {
    width: auto;
  }
  .contents .photo {
    width: auto;
  }
  .contents .photo img {
    width: 100%;
  }
  .contents .photo.main {
    width: auto;
  }
  .contents .bowl {
    width: auto;
  }
  .contents .bowl ul.photos li {
    float: none;
  }
  .contents .bowl ul.photos li img {
    width: 100%;
  }
  .contents .bowl .photo {
    float: none;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
  }
  .contents .bowl .photo img {
    width: 100%;
  }
  .contents .bowl .info {
    width: auto;
    margin-left: 0;
  }

  #navi ul {
    position: relative;
  }
  #navi .top {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .banner {
    width: 560px;
  }
  .banner ul li {
    width: 48%;
  }
  .banner ul li:first-child {
    margin-right: 4%;
  }

  #footer ul.share li {
    width: 75px;
    height: 75px;
    padding: 0 10px;
  }
  #footer ul.share li img {
    width: 100%;
  }
  #footer .copyright {
    font-size: 120%;
  }
}
.ua-mobile a {
  opacity: 1 !important;
}
.ua-mobile a.off {
  opacity: 0.2 !important;
}
