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

body, .yodogawa p, .article h2, .article p, .article address, .header__title {
  -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;
}

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

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

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

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

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

a[target="_blank"]:after, a[target="_new"]:after, a[target="new"]:after, a.open-in-new:after {
  margin-left: 0.25em;
  font-family: 'Hobonichi-Icons';
  content: "\e914";
}
a[class*="share-"]:after {
  content: none;
}

img {
  vertical-align: top;
}

.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

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

.header {
  margin: 0px 0 20px;
}
.header .hobo {
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-size: 12px;
}
.header .hobo a {
  color: #EB6100;
}
.header .hobo a i {
  font-size: 300%;
  opacity: 0.75;
}
.header__title {
  margin: 0 auto;
  padding-top: 100%;
  background: transparent url("../images/header_sp.jpg") center top no-repeat;
  background-size: contain;
  line-height: 1.5;
  text-align: left;
  font-size: 360%;
}
.header img {
  width: 100%;
}

.yodogawa {
  padding: 0 20px;
}
.yodogawa p {
  text-align: left;
  font-size: 160%;
  line-height: 2;
  color: #01B7CF;
  font-weight: bold;
}
.yodogawa p small {
  color: gray;
}

.contents {
  background-color: rgba(255, 255, 255, 0.75);
}

.article {
  padding: 20px;
  border-radius: 8px;
}
.article h2 {
  margin: 40px auto 20px;
  font-size: 240%;
  font-weight: bold;
  line-height: 1.75;
  color: #EB6100;
  border-bottom: 1px solid #EB6100;
}
.article h2:nth-of-type(1) {
  margin-top: 0;
}
.article p {
  color: rgba(0, 0, 0, 0.8);
  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 address {
  color: rgba(0, 0, 0, 0.8);
  font-size: 140%;
  line-height: 1.75;
  font-style: normal;
}
.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%;
  max-width: 560px;
  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 .photo p {
  font-size: 140%;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.article .fair {
  margin: 20px auto;
}
.article .fair a {
  display: block;
  background-image: url(/booksfair2017/images/bg2.jpg);
  padding: 1em;
  font-size: 160%;
  font-weight: bold;
  border-radius: 4px;
  color: #3C3232;
}
.article .fair a i {
  font-size: 150%;
  vertical-align: middle;
}
.article .fair a span {
  vertical-align: middle;
}
.article .fair p {
  font-size: 140%;
  margin: 0;
}

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

.banner {
  margin: 40px auto 0;
}
.banner a {
  display: block;
  padding: 16px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}
.banner a img {
  width: 100%;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 20px auto 0;
  background-color: transparent;
  white-space: nowrap;
}
.footer h3 {
  padding-top: 10px;
  text-align: center;
  font-size: 120%;
}
.footer a {
  font-size: 120%;
}
.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;
}
.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;
}

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

  body {
    background-position-x: right, right, right, right, right, right, right, right, right, right, right, right;
  }
  body * {
    box-sizing: border-box;
  }

  .header {
    margin: 0 0 40px;
  }
  .header__title {
    background: transparent url("../images/header.jpg") center top no-repeat;
    padding-top: 56.25%;
  }

  .yodogawa {
    width: 560px;
    margin: 0 auto;
    padding: 0;
  }
  .yodogawa p {
    font-size: 180%;
    letter-spacing: 0.1em;
  }

  .profile {
    margin: 0 40px 0;
  }
  .profile .accordion-content {
    padding: 40px;
  }
  .profile .close.right {
    right: 20px;
  }

  .article {
    width: 560px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .article h2 {
    margin-top: 80px;
    font-size: 240%;
  }
  .article p {
    font-size: 180%;
    letter-spacing: 0.1em;
  }
  .article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  .article p.date {
    font-size: 140%;
  }

  .column {
    padding: 40px;
  }

  .banner {
    width: 400px;
  }
  .banner a {
    padding: 32px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .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-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;
  }
  .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;
  }

  .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 {
    font-size: 600%;
  }

  .contents {
    background-color: transparent;
  }
}
@media only screen and (min-width: 961px) {
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
}
