@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;font-size:14px;color:#555;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {color:#509be5;text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
a:link{color:#509be5;}
a:visited{color:#509be5;}
a:hover{color:#509be5;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.vh{visibility: hidden;}
.tac{text-align: center; margin-bottom:8px;}
.tal{text-align: left;}
.tar{text-align: right;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
a.hovOp:hover{filter: alpha(opacity=50);opacity: 0.5;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.clrbr{display: inline-block;padding-bottom: 20px;}
.sp { display: none; }
.pc { display: block; }

body {
  letter-spacing: 1px;
  font:normal 18px/28px "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color:#FFFFFF;
  color: #3E3A39;
}

.invisible{
  visibility: hidden;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 110px;
}

.flex-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-child {
  border: 1px solid pink;
  background-color: white;
  padding: 10px;
  margin: 4px;
  width: 262px;
  box-sizing: border-box;
  border-radius: 5px;
}

#yodogawa {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
}

#yodogawa .logo, #yodogawa .description-wrap {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#yodogawa .description {
  font-size: 16px;
  line-height: 1.5em;
}

.logo img {
  width: 230px;
  max-width: 100%;
}

#nav-hash-tag {
  background-color: #ffffff;
  overflow: hidden;
  height: 3em;
  width: 100%;
  position: absolute;
}

.nav-fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#nav-hash-tag .nav-wrap {
  height: 5em;
  width: 100%;
  padding-top: 0.5em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#nav-hash-tag ul {
  list-style-type: none;
  display: inline-table;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#nav-hash-tag li {
  display: table-cell;;
  text-align: center;
  white-space: nowrap;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #dddddd;
  font-size: 16px;
  background: #ffffff;
  padding: 2px 20px;
  margin: 0px 4px;
  border: solid #dddddd 2px;
  text-decoration: none;
}

.btn.active {
  color: #111111;
  border-color: #4f4f4f;
}

a.btn {
  color: #666;
}

.btn:hover:not(.active) {
  color: #111111;
  border-color: #4f4f4f;
}

.hash {
  font-weight: bold;
}

#footer-fixed {
  background-color: #FFE30A;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 6px;
  display: table;
  font-size: 16px;
  box-sizing: border-box;
}

.about-book {
  font-size: 16px;
}

.footer-link, .footer-share {
  display: table-cell;
}

.footer-share img {
  width: 40px;
  padding: 6px;
}

.footer-share {
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  br { display: none; }
  br.br { display: block; }
  .sp { display: block; }
  .pc { display: none; }

  #yodogawa {
    display: block;
    width: 100%;
    padding: 4px 4px;
  }

  #yodogawa .logo {
    display: inline-block;
    width: 150px;
    vertical-align: top;
  }

  #yodogawa .description-wrap {
    display: block;
    width: 100%;
  }

  #yodogawa .description {
    padding-top: 8px;
    font-size: 15px;
  }

  #yodogawa .link-share {
    padding-left: 12px;
    display: inline-block;
    letter-spacing: -0.2px;
  }

  #yodogawa li {
    display: block;
    font-size: 14px;
  }

  .yodogawa-share img {
    width: 40px;
    padding: 6px;
  }

  #footer-fixed  {
    display: block;
  }

  .footer-link {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  #yodogawa .description {
    font-size: 14px;
  }

  #yodogawa .link-share {
    padding-left: 6px;
  }

  #yodogawa li {
    font-size: 12px;
  }
}
