@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Damion);
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
 --------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * Font
 --------------------------------------------------------------------------------*/
.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/* font-weight */
.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

/* text color */
.gray {
  color: #404040; }

.gray2 {
  color: #CCCCCC; }

.red {
  color: #FF0000; }

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em; }

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em; }

.xx-large {
  font-size: 2em;
  line-height: 1.53125em; }

.size-9 {
  font-size: 9px;
  line-height: 1.75em; }

.size-10 {
  font-size: 10px;
  line-height: 1.75em; }

.size-11 {
  font-size: 11px;
  line-height: 1.75em; }

.size-12 {
  font-size: 12px;
  line-height: 1.75em; }

.size-13 {
  font-size: 13px;
  line-height: 1.75em; }

.size-14 {
  font-size: 14px;
  line-height: 1.75em; }

.size-15 {
  font-size: 15px;
  line-height: 1.75em; }

.size-16 {
  font-size: 16px;
  line-height: 1.75em; }

.size-17 {
  font-size: 17px;
  line-height: 1.75em; }

.size-18 {
  font-size: 18px;
  line-height: 1.75em; }

.size-19 {
  font-size: 19px;
  line-height: 1.75em; }

.size-20 {
  font-size: 20px;
  line-height: 1.75em; }

.size-21 {
  font-size: 21px;
  line-height: 1.75em; }

.size-22 {
  font-size: 22px;
  line-height: 1.75em; }

.size-23 {
  font-size: 23px;
  line-height: 1.75em; }

.size-24 {
  font-size: 24px;
  line-height: 1.75em; }

.size-25 {
  font-size: 25px;
  line-height: 1.75em; }

.size-26 {
  font-size: 26px;
  line-height: 1.75em; }

.size-27 {
  font-size: 27px;
  line-height: 1.75em; }

.size-28 {
  font-size: 28px;
  line-height: 1.75em; }

.size-29 {
  font-size: 29px;
  line-height: 1.75em; }

.size-30 {
  font-size: 30px;
  line-height: 1.75em; }

.size-31 {
  font-size: 31px;
  line-height: 1.75em; }

.size-32 {
  font-size: 32px;
  line-height: 1.75em; }

.cap,
.caption {
  font-size: 12px;
  line-height: 1.5em;
  color: #404040; }

.att,
.attention {
  color: #FF0000; }

.info,
.information {
  color: #404040; }

.warn,
.warning {
  color: #FF0000; }

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

.hidden {
  visibility: hidden !important; }

/* text-align */
.text-left {
  text-align: left !important; }

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

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

/*--------------------------------------------------------------------------------
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000; }

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li img {
  vertical-align: top; }

/* --------------------------------------------------------------------------------
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #00A0C6;
  text-decoration: none;
  outline: none 0 !important; }
  a:link {
    color: #00A0C6;
    text-decoration: none; }
  a:visited {
    color: #91918F;
    text-decoration: none; }
  a:hover {
    color: #80d0e3;
    text-decoration: underline; }
  a:active {
    color: #80d0e3;
    text-decoration: underline; }
  a:focus {
    outline: 0; }
  a img {
    vertical-align: top; }
  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; }
  a img.hover,
  .opc a *,
  .opc2 a {
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out false; }
  a[target=_new], a[target=_blank] {
    background: no-repeat right center;
    background-image: url(../images/icon_exlink_inline.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new], a[target=_blank] {
        background-image: url(../images/2x/icon_exlink_inline.png);
        background-size: "10px" auto; } }
  a.amazon {
    display: block;
    background-image: url(../images/icon_amazon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    padding-right: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a.amazon {
        background-image: url(../images/2x/icon_amazon.png);
        background-size: "16px" auto; } }
  a.itunes {
    display: block;
    background-image: url(../images/icon_itunes.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    padding-right: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a.itunes {
        background-image: url(../images/2x/icon_itunes.png);
        background-size: "16px" auto; } }
  a.ex, a.exlink,
  .ex a,
  .exlink a {
    display: block;
    background: no-repeat left center;
    background-image: url(../images/icon_exlink.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-right: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a.ex, a.exlink,
      .ex a,
      .exlink a {
        background-image: url(../images/2x/icon_exlink.png);
        background-size: "16px" auto; } }
  a.ex:hover, a.exlink:hover,
  .ex a:hover,
  .exlink a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: #00A0C6;
    text-decoration: none; }

.opc input[type=image]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out false; }

/*--------------------------------------------------------------------------------
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #FFF; }

/*--------------------------------------------------------------------------------
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto; }
  #header #hobo {
    padding: 10px 0;
    text-align: center;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
    #header #hobo a {
      color: #000000;
      text-decoration: none; }
  #header h1 {
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }

#yodogawa {
  text-align: center;
  font-size: 16px; }

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px; }
  .contents h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center; }
  .contents blockquote {
    margin: 40px 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #404040;
    color: #404040; }
  .contents .article {
    width: 500px; }

.article {
  width: auto;
  margin: 0 auto;
  text-align: left; }
  .article p:first-child {
    margin-top: 0; }

.column {
  width: auto;
  position: relative;
  margin: 50px auto;
  padding: 40px; }
  .column h2, .column h3 {
    margin: 20px 0;
    padding: 0; }
  .column .article {
    width: auto; }

.photo {
  margin: 40px auto; }
  .photo p.cap {
    font-size: 12px;
    line-height: 1.5em;
    color: #404040; }

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #404040; }

#navi {
  margin: 40px auto;
  text-align: center; }
  #navi ul {
    letter-spacing: -0.4em;
    line-height: 0; }
  #navi li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: 0.075em;
    line-height: 1.75em;
    padding: 0 20px; }

/*--------------------------------------------------------------------------------
 * footer
 --------------------------------------------------------------------------------*/
#footer {
  position: relative;
  padding-bottom: 100px;
  margin-top: 50px; }
  #footer ul {
    letter-spacing: -0.4em;
    line-height: 0;
    text-align: center;
    margin-bottom: 10px; }
    #footer ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      letter-spacing: 0.075em;
      line-height: 1.75em;
      padding: 0 40px;
      margin: 0;
      letter-spacing: 0.075em; }
      #footer ul li a[target] {
        background: none;
        padding: 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: #404040; }

body {
  background: url(../images/bg.png) repeat center top; }

#wrapper {
  background: transparent;
  width: 848px; }

#header {
  background: url(../images/bg_col_mid.png) repeat-y center top;
  padding-bottom: 10px;
  margin-bottom: 80px;
  text-align: center; }
  #header:after {
    content: url(../images/bg_col_btm.png);
    display: block;
    position: absolute;
    bottom: -40px; }
  #header #hobo {
    padding: 20px 0; }
  #header #series {
    padding: 5px 0;
    text-align: center; }
  #header h1 {
    margin: 40px auto; }
    #header h1.en {
      margin-top: -30px; }
  #header .info {
    display: inline-block;
    font-size: 12px;
    line-height: 2em;
    text-align: left;
    max-width: 500px; }

#yodogawa {
  margin: 40px auto 0;
  padding: 0 40px 40px; }
  #yodogawa.en {
    margin-top: 0px; }

#i18n ul {
  width: 240px;
  height: auto;
  overflow: hidden;
  margin: 40px auto; }
  #i18n ul li {
    float: left;
    width: 120px;
    height: 50px;
    margin: 0; }
    #i18n ul li a {
      display: block;
      width: 120px;
      height: 50px;
      overflow: hidden;
      text-indent: -10000px; }
      #i18n ul li a#lang-ja {
        background: url(../images/i18n.png) no-repeat 0 0; }
        #i18n ul li a#lang-ja.active {
          background-position: -120px 0;
          cursor: default; }
      #i18n ul li a#lang-en {
        background: url(../images/i18n.png) no-repeat -240px 0; }
        #i18n ul li a#lang-en.active {
          background-position: -360px 0;
          cursor: default; }

.content {
  position: relative;
  background: url(../images/bg_col_mid.png) repeat-y center top;
  margin: 80px auto; }
  .content:before {
    content: url(../images/bg_col_top.png);
    display: block;
    position: absolute;
    top: -40px; }
  .content:after {
    content: url(../images/bg_col_btm.png);
    display: block;
    position: absolute;
    bottom: -40px; }
  .content .section {
    padding: 60px 104px;
    color: #444; }
    .content .section + .section {
      padding-top: 0; }
    .content .section h2 {
      margin-top: 0;
      margin-bottom: 40px; }
    .content .section h3 {
      border-top: 1px solid #CCC;
      padding-top: 20px;
      margin-top: 0;
      font-size: 14px;
      line-height: 2em;
      letter-spacing: 0.1em; }
    .content .section p {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
      line-height: 2em;
      letter-spacing: 0.1em; }
      .content .section p + p {
        margin-top: 1em; }
  .content .column {
    background: #EFFEF3;
    border: 1px solid #CAFCD8;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    width: 560px;
    margin: 0 auto;
    padding: 40px; }
    .content .column > table > thead td {
      padding: 0 0 10px 0;
      font-weight: bold; }
    .content .column > table > tbody > tr > th, .content .column > table > tbody > tr > td {
      border-top: 1px solid #CCC;
      padding: 10px 0;
      vertical-align: top;
      font-size: 16px;
      font-weight: bold;
      line-height: 2em;
      text-align: left; }
    .content .column > table > tbody > tr > th {
      width: 160px;
      color: #666666; }
    .content .column > table > tbody > tr > td {
      color: #04BFBF; }
    .content .column > table table tr:first-child th, .content .column > table table tr:first-child td {
      border: none; }
    .content .column > table table th, .content .column > table table td {
      border-top: 1px solid #CCC;
      padding: 5px 0;
      vertical-align: top;
      font-size: 14px;
      line-height: 2em;
      letter-spacing: 0.1em; }
    .content .column > table table th {
      width: 80px;
      color: #666666; }
    .content .column > p {
      margin: 1em 0; }
      .content .column > p.more {
        border-top: 1px solid #CCC;
        padding-top: 20px;
        font-size: 14px;
        line-height: 2em;
        letter-spacing: 0.1em; }
  .content .photo p {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-weight: normal; }

a.zoom {
  display: block;
  position: relative; }
  a.zoom:after {
    content: url(../images/zoom.png);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0; }

#map {
  width: 900px;
  height: 640px;
  max-width: 95vw; }
  #map img {
    width: 100%; }
  #map p {
    margin-top: 0.5em;
    margin-left: 20px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-weight: normal; }

/* banner */
#banner {
  width: 770px;
  margin: 38px auto 50px auto;
  padding: 15px; }
  #banner h2 {
    text-align: center; }
  #banner ul {
    height: auto;
    overflow: hidden;
    margin-top: 15px; }
    #banner ul li {
      float: left;
      margin-right: 10px;
      padding: 0 !important; }
      #banner ul li:last-child {
        margin-right: 0; }
      #banner ul li a, #banner ul li img {
        display: block; }
  #banner p {
    margin: 20px 0 0;
    text-align: center; }

#footer {
  background: url(../images/bg_col_mid.png) repeat-y center top;
  margin-top: 80px; }
  #footer:before {
    content: url(../images/bg_col_top.png);
    display: block;
    position: absolute;
    top: -40px; }
  #footer ul li {
    padding: 0 20px; }
  #footer .home {
    margin: 40px auto;
    text-align: center; }
