@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: Georgia,"游明朝",Yu Mincho,YuMincho,Hiragino Mincho ProN,"HGS明朝E","メイリオ",Meiryo,"serif";
  background: url(../img/main-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #d3d3d3; }
  @media screen and (max-width: 640px) {
    body {
      background: url(../img/main-bg-sp.png);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      background-color: #d3d3d3; } }

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

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.bold {
  font-weight: bold;
  font-size: 120%; }

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .inner {
      width: 100%;
      min-width: 100%; } }

.float-content {
  width: 45%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 640px) {
    .float-content {
      width: 100%; } }

.pull-left {
  float: left; }
  @media screen and (max-width: 640px) {
    .pull-left {
      float: none; } }

.pull-right {
  float: right; }
  @media screen and (max-width: 640px) {
    .pull-right {
      float: none; } }

.g-nav-wrap {
  background: #083f00;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
  .g-nav-wrap.hidden {
    display: none; }

.g-nav .list-item {
  float: left;
  width: 20%;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .g-nav .list-item {
      border-right: solid 1px #fff;
      border-bottom: solid 1px #fff; } }
  @media screen and (max-width: 640px) {
    .g-nav .list-item:first-child, .g-nav .list-item:nth-child(2), .g-nav .list-item:nth-child(3) {
      width: 33%; } }
  @media screen and (max-width: 640px) {
    .g-nav .list-item:nth-child(4), .g-nav .list-item:last-child {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .g-nav .list-item:nth-child(3), .g-nav .list-item:last-child {
      border-right: none; } }
  .g-nav .list-item a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #083f00;
    color: #fff; }
    @media screen and (max-width: 640px) {
      .g-nav .list-item a {
        padding: 10px;
        font-size: 1.4rem; } }
    .g-nav .list-item a:hover {
      color: #083f00;
      background: #fff; }

.main {
  padding-top: 56px; }

.top {
  height: 100vh; }

.content-area {
  background: rgba(255, 255, 255, 0.92);
  margin-bottom: 50px;
  padding: 50px; }
  @media screen and (max-width: 640px) {
    .content-area {
      padding: 30px 15px; } }

.section-title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
  background: url(../img/sumo-title-bg.svg) no-repeat;
  background-position: center;
  background-size: 60px;
  line-height: 60px; }
  @media screen and (max-width: 640px) {
    .section-title {
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 640px) {
    .section-title img {
      width: 100%; } }
  .section-title.no-bg {
    background: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -600px; }
    @media screen and (max-width: 640px) {
      .section-title.no-bg {
        left: 0;
        margin-left: 0;
        bottom: 0; } }

.section-sub-title {
  text-align: center;
  font-size: 2.4rem;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #d3d3d3;
  position: relative; }
  .section-sub-title:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    bottom: -10px;
    text-align: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #d3d3d3;
    border-radius: 25px;
    line-height: 20px;
    font-size: 1.2rem;
    left: 50%;
    margin-left: -10px; }

.seat-img {
  border: solid 3px #083f00; }
  @media screen and (max-width: 640px) {
    .seat-img {
      max-width: 100%; } }

.ticket-table {
  border-collapse: collapse;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px; }
  .ticket-table td {
    vertical-align: middle;
    padding: 20px;
    border-bottom: dotted 1px #d3d3d3; }
    @media screen and (max-width: 640px) {
      .ticket-table td {
        padding: 10px 5px; } }

.circle {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  color: #333; }

.color-a {
  background: #F5B090; }

.color-b {
  background: #F7C8CE; }

.color-c {
  background: #FFE9A9; }

.color-d {
  background: #BEDFC2; }

.color-e {
  background: #A3BCE2; }

.color-f {
  background: #D1BADA; }

.color-g {
  background: #6DB27F; }

.color-h {
  background: #AAC351; }

.fa-play {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #EDAD0B; }

.fa-times {
  color: #3261AB; }

.fa-circle-o {
  color: #C7243A; }

.option-list .list-item {
  margin-bottom: 10px; }

.option-img {
  float: left;
  width: 18%;
  margin-right: 2%; }
  .option-img img {
    width: 100%; }

.option-content {
  float: left;
  width: 80%; }

.option-title {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px; }

.option-menu {
  color: #083f00;
  font-weight: bold;
  margin-bottom: 10px; }

.option-price {
  font-size: 2rem;
  font-weight: bold;
  color: #C7243A;
  margin-bottom: 10px;
  display: block; }

.opition-text {
  font-size: 1.4rem; }

.small-text {
  font-size: 1.2rem; }

td.length {
  background: #083f00 !important;
  color: #fff;
  border-bottom: solid 1px #d3d3d3; }
  @media screen and (max-width: 640px) {
    td.length {
      width: 26px; } }

.length-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  width: 10%;
  height: auto;
  text-align: center;
  word-break: keep-all;
  display: block; }

.opening-detail-title {
  background: #083f00;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  padding: 20px 0; }

.opening-table {
  text-align: left;
  border-collapse: collapse;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .opening-table {
      font-size: 1.4rem; } }
  .opening-table th, .opening-table td {
    padding: 20px 10px;
    border: solid 1px #d3d3d3;
    background: #fff;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .opening-table th, .opening-table td {
        padding: 10px 5px; } }
  .opening-table th {
    width: 30%;
    text-align: center; }

.place-detail-title {
  font-size: 1.8rem;
  margin-bottom: 20px; }

.place-detail-dl {
  margin: 0 0 20px 20px; }
  @media screen and (max-width: 640px) {
    .place-detail-dl {
      margin: 0 0 20px 0; } }
  .place-detail-dl dt, .place-detail-dl dd {
    float: left;
    padding: 10px 20px 10px 0; }
  .place-detail-dl dt {
    clear: both; }

.place-deitai-sub-title {
  border-left: solid 5px #083f00;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px; }

.place-deitai-sub-text {
  margin: 0 0 30px 20px; }
  @media screen and (max-width: 640px) {
    .place-deitai-sub-text {
      margin: 0 0 30px 0; } }

.contact-tel {
  text-align: center;
  margin-bottom: 50px; }

.contact-tel-num {
  font-size: 5rem;
  color: #083f00;
  margin: 30px 0; }
  @media screen and (max-width: 640px) {
    .contact-tel-num {
      font-size: 4rem; } }
  .contact-tel-num .contact-tel-num-text {
    color: #083f00; }

.contact-form-text {
  text-align: center;
  margin-bottom: 30px; }

.contact-form-dl {
  width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .contact-form-dl {
      width: 100%; } }
  .contact-form-dl dt, .contact-form-dl dd {
    float: left;
    padding: 10px 0; }
    @media screen and (max-width: 640px) {
      .contact-form-dl dt, .contact-form-dl dd {
        float: none;
        display: block; } }
  .contact-form-dl dt {
    clear: both;
    width: 30%;
    padding: 20px 10px 20px 0; }
    @media screen and (max-width: 640px) {
      .contact-form-dl dt {
        width: 100%;
        padding: 20px 10px 0 0; } }
  .contact-form-dl dd {
    width: 70%; }
    @media screen and (max-width: 640px) {
      .contact-form-dl dd {
        width: 100%; } }
    .contact-form-dl dd input,
    .contact-form-dl dd textarea,
    .contact-form-dl dd select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      display: block;
      border: solid 1px #d3d3d3; }
    .contact-form-dl dd .addr-1 {
      width: 30%;
      display: inline; }

.triangle {
  position: relative; }
  .triangle:after {
    content: "\f078";
    color: #d3d3d3;
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px; }

.required {
  color: red;
  font-size: 1.2rem;
  float: right; }

.case-text {
  display: block;
  font-size: 1.2rem; }

.addr-1-text {
  display: inline;
  padding-left: 10px;
  font-size: 1.2rem; }

.submit-button {
  border: solid 1px #083f00;
  color: #083f00;
  background: #fff;
  text-align: center;
  padding: 10px 60px;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  .submit-button:hover {
    background: #083f00;
    color: #fff; }

.ad-list {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media screen and (max-width: 640px) {
    .ad-list {
      /* Safari */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .ad-list .list-item {
    width: 300px;
    height: 250px;
    background: #fff;
    border: solid 3px #d3d3d3; }
    @media screen and (max-width: 640px) {
      .ad-list .list-item {
        margin: 0 auto;
        margin-bottom: 10px; } }

.ad-text {
  line-height: 250px;
  text-align: center; }

.copy {
  text-align: center;
  display: block; }
