/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
body.page {
  min-width: auto;
}

body.page .sp {
  display: none;
}

body.page .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

body.page header {
  display: block;
  padding: 50px 5% 45px;
  text-align: center;
  background: #e61874;
}

body.page h1 {
  font-family: 'Timmana', sans-serif;
  font-size: 40px;
  padding: 30px;
  padding-top: 30px;
  text-align: center;
  color: #e61874;
}

body.page h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: .3em;
  color: #e61874;
}

body.page .main {
  line-height: 1.8;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5% 60px;
}

body.page .main p {
  font-size: 16px;
  padding-bottom: 2em;
}

body.page .main > .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 40px;
}

body.page footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
}

body.page footer small img {
  display: block;
  height: 8px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  body.page .sp {
    display: block !important;
  }
  body.page .pc {
    display: none;
  }
  body.page .logo img {
    width: 80%;
  }
  body.page h1 {
    padding-top: 0;
  }
  body.page h1 img {
    width: 60%;
  }
  body.page header {
    padding-bottom: 20px;
    background: transparent;
  }
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
body.comment .main {
  color: #e61874;
}

body.comment .main h2 img {
  height: 26px;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
body.review {
  background: #000;
}

body.review .main {
  color: #e61874;
}

body.review .main h2 img {
  height: 26px;
}

body.review #wrapper {
  padding: 80px 20px;
  display: block;
}

body.review #wrapper img {
  display: block;
  margin: 0 auto;
}

body.review footer {
  border-top: 1px solid #333;
  font-size: 10px;
  color: #797979;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.sp {
  display: none;
}

body.theater .note {
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #4c4c4c;
}

body.theater .ticket {
  width: 87%;
  margin: 0 auto;
}

body.theater .ticket > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}

body.theater .ticket .t {
  padding: 15px 32px 0;
}

body.theater .nav-theater {
  padding-bottom: 0.5em;
}

body.theater .nav-theater ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.theater .nav-theater ul li {
  width: calc(95% / 7);
}

body.theater .nav-theater ul a {
  display: block;
  background: #e61874;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 0.3em;
}

body.theater h2 {
  background: #838383;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 2em;
}

body.theater table {
  width: 100%;
  color: #4c4c4c;
  font-size: 14px;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 2em;
}

body.theater table th {
  text-align: center;
  font-weight: normal;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 0;
  padding: 0.3em 2em;
  background: #eee;
  font-size: 12px;
}

body.theater table td {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 0;
  padding: 0.5em 2em;
}

body.theater table td a {
  color: #4c4c4c;
}

body.theater table td.small {
  text-align: center;
  width: 10em;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body.theater .ticket {
    width: 90%;
  }
  body.theater .ticket > div {
    display: block;
    padding-bottom: 0 !important;
  }
  body.theater .ticket > div > div {
    padding-bottom: 30px !important;
  }
  body.theater .t {
    padding-top: 0 !important;
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
  body.theater .t img {
    width: 100%;
  }
  body.theater .note {
    font-size: 12px;
  }
  body.theater .nav-theater {
    display: none;
  }
  body.theater .main {
    padding-left: 2%;
    padding-right: 2%;
  }
  body.theater h2 {
    padding: 0.5em 1em;
  }
  body.theater table {
    font-size: 12px;
    margin-bottom: 0;
  }
  body.theater table th {
    font-size: 10px;
    padding: 0.3em 0.2em;
  }
  body.theater table td.small {
    width: 4.5em;
  }
  body.theater table td {
    padding: 0.5em 0.2em;
  }
  body.theater table td a {
    display: block;
    padding: 0.3em 0;
  }
}
