/* ==========================================================================
   リセットCSS
  ========================================================================== */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/*
@import 'forms/fix-font';
@import 'forms/fix-overflow';
@import 'forms/fix-text-transform';
@import 'forms/buttons';
@import 'forms/disabled';
@import 'forms/fix-focus-inner';
@import 'forms/fix-line-height';
@import 'forms/checkbox-and-radio';
@import 'forms/number';
@import 'forms/search';
@import 'forms/fieldset';
@import 'forms/legend';
@import 'forms/textarea';
@import 'forms/optgroup';
*/
/* Tables
   ========================================================================== */
/*
@import 'tables/fix-cell-spacing';
*/
/* ==========================================================================
   パーシャル
  ========================================================================== */
html {
  overflow-x: hidden;
  /* prevents horizontal scroll bars */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* disable webkit tap highlight */
  height: 100%;
  /* fixes focus scrolling in Safari (OS X) */
}

/* 画像置換メソッド*/
/* ==========================================================================
   初期設定
  ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #666666;
  background-color: #fafaf0;
  font-family: Merriweather, "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #605040;
}

a:hover {
  color: #8ca9a5;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* ==========================================================================
   header
  ========================================================================== */
.header {
  width: 100%;
}

.header__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 100;
  width: 60%;
}
.header__title .retina {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .header__title {
    width: 300px;
  }
}

.header__body {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-style: none;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  z-index: 10;
  color: #8ca9a5;
  text-align: center;
  top: 100px;
  font-weight: normal;
}
.header__body > span {
  display: block;
  font-style: none;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .header__body {
    font-style: none;
    font-weight: normal;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 3rem;
    top: 100px;
  }
  .header__body > span {
    font-style: none;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.header__bg {
  width: 100%;
}

.header__bgimg {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   footer
  ========================================================================== */
.footer {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.footer .footer__credit {
  font-style: none;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

/* ==========================================================================
   Menu
  ========================================================================== */
/* Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fafaf0;
  font-style: none;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  color: #605040;
}

.pushy a:hover {
  color: #8ca9a5;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.container-push, .push-push {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

/* Menu Transitions */
.pushy, #container, .push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Menu Button */
.menu-btn {
  position: absolute;
  top: 0;
  width: 45px;
  background: #605040;
  cursor: pointer;
}
.menu-btn > img {
  width: 100%;
}
.menu-btn:hover {
  background: #8ca9a5;
}

.container-push > .menu-btn {
  background: #8ca9a5;
}

.pushy-list {
  margin-top: 45px;
  border-top: 1px #f0f2ef solid;
}

.pushy-item a {
  font-style: none;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  padding-left: 5.8%;
  height: 45px;
  display: block;
  line-height: 45px;
  border-bottom: 1px #f0f2ef solid;
  background: url(../images/menuarrow.png) no-repeat 95% center;
  background-size: 6px 10px;
}

/* ==========================================================================
   Component
  ========================================================================== */
.theaterList {
  width: 100%;
  border-collapse: collapse;
}
.theaterList th, .theaterList td {
  padding: 3px;
  border: 1px solid #666666;
}
@media only screen and (min-width: 640px) {
  .theaterList th, .theaterList td {
    padding: 10px;
  }
}

.tb__date {
  width: 10%;
}

.tb__city {
  width: 25%;
}

.tb__anchor {
  display: block;
}

.tb__block {
  border: 1px solid #666666;
}

.tb__check {
  color: red;
}

.tb__list {
  width: 15%;
}

/* ==========================================================================
   Project
  ========================================================================== */
.entry {
  margin: 50px auto 0;
  background-color: white;
  border-radius: 10px;
  width: 84%;
  padding: 15px;
}
@media only screen and (min-width: 640px) {
  .entry {
    width: 600px;
    border-radius: 20px;
    padding: 30px;
  }
}

.entry__title {
  margin: 0 auto 15px;
  background-color: #8ca9a5;
  color: #fafaf0;
  text-align: center;
  width: 100px;
  height: 20px;
  font-style: none;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.entry__content {
  font-style: none;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 640px) {
  .entry__content {
    font-style: none;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.entry__content img {
  max-width: 100%;
  height: auto;
}
