@charset "UTF-8";
/* Scss Document */
/*=============================================================
 レイアウト設定
=============================================================*/
.flexBox {
/*
	display: -webkit-box;
	display: -ms-flexbox;
*/
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: row wrap; }

.jc-space-between {
  justify-content: space-between; }

.jc-center {
  justify-content: center; }

.jc-flex-end {
  justify-content: flex-end; }

.al-center {
  align-items: center; }

.al-stretch {
  align-items: stretch; }

.al-flex-end {
  align-items: flex-end; }

.al-flex-start {
  align-items: flex-start; }

@media print, screen and (min-width: 767.9px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; } }
/*=============================================================
 common
=============================================================*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.68;
  color: #000;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1; }
  @media print, screen and (min-width: 767.9px) {
    body {
      font-size: 16px;
      /*min-width: $breakpoint-container;*/ } }
  body b {
    font-weight: 700;
    font-style: normal; }
  body .en {
    font-weight: 700; }
    body .en span {
      font-weight: 700; }
  body a {
    color: #000;
    text-decoration: none; }
  body a:hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; }
  body img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 767.9px) {
      body img {
        width: auto;
        max-width: 100%; } }
  body .object-fit {
    object-fit: contain;
    font-family: "object-fit: contain;"; }
  body .view-sp {
    display: block; }
    @media print, screen and (min-width: 767.9px) {
      body .view-sp {
        display: none; } }
  body .view-pc {
    display: none; }
    @media print, screen and (min-width: 767.9px) {
      body .view-pc {
        display: block; } }
  body .view-tab {
    display: none; }
    @media screen and (min-width: 767.9px) and (max-width: 1170px) {
      body .view-tab {
        display: block; } }
  body #wrap,
  body #contents {
    overflow: hidden; }
  body #wrap {
    margin-top: 60px; }
    @media print, screen and (min-width: 767.9px) {
      body #wrap {
        margin-top: 100px; } }
  body #contents {
    position: relative;
    background-color: #fff; }
  body .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 2vw;
    box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 767.9px) and (max-width: 1260px) {
      body .container {
        padding: 0 20px; } }
    @media print, screen and (min-width: 1260px) {
      body .container {
        padding: 0; } }
    body .container.full {
      padding-right: 0;
      padding-left: 0; }

/*
.ggmap {
  line-height: 1; }

@media screen and (max-width: 767.9px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: auto;
    overflow: hidden; }
    .ggmap iframe, .ggmap object, .ggmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }} */
#searchArea #map #ggmap {
  line-height: 1; }

@media screen and (min-width: 767.9px) {
  #searchArea #map #ggmap {
    position: relative;
/*
    padding-bottom: 56.25%; 
    padding-top: 30px; 
*/
    height: 100%;
    padding-bottom: 0%;
    padding-top: 0;
    overflow: hidden; }
  }


/*=============================================================
 #gheader
=============================================================*/
#gheader {
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 6 !important;
  transition: .5s; }

@media screen and (max-width: 767.9px) {
  .fixed #gheader {
    background-color: white; }

  #gheader {
    position: fixed;
    background-color: white;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 60px; }
    #gheader .logo {
      margin-left: 5vw;
      line-height: 1.25;
      display: flex;
      align-items: center;
      font-size: 2.5vw;
      text-align: left; }
      #gheader .logo img {
        width: auto;
        height: 40px;
        margin-right: 3vw; }

  .drawer-hamburger {
    position: fixed;
    top: 0;
    right: 0 !important;
    z-index: 10;
    background: white !important; }

  .drawer-open .drawer-hamburger {
    background: none !important;
    right: 0 !important; }

  .drawer-hamburger-icon {
    background-color: #000;
    transform: scale(0.8); }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important; }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #000; }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #FFF; }

  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3; }

  .drawer-nav {
    z-index: 4; } }
@media print, screen and (min-width: 767.9px) {
  #gheader .col2 {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 60%;
    height: 100px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    transition: .5s; }
    #gheader .col2 .logo {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      font-size: 16px;
      text-align: left; }
      #gheader .col2 .logo img {
        width: auto;
        height: 55px;
        margin-right: 10px; }
    #gheader .col2 #gnavi {
      font-size: 13px; }
      #gheader .col2 #gnavi .col2 {
        display: flex; }
      #gheader .col2 #gnavi ul li {
        border-left: 1px solid #ccc;
        position: relative; }
        #gheader .col2 #gnavi ul li a {
          padding: 0 10px; }
        #gheader .col2 #gnavi ul li:hover {
          transform: translateY(-3px);
          transition-duration: 0.5s; }
          #gheader .col2 #gnavi ul li:hover a {
            opacity: 1; }
          #gheader .col2 #gnavi ul li:hover:after {
            content: "";
            display: block;
            width: 30px;
            height: 3px;
            background-color: #f00307;
            position: absolute;
            bottom: -0.5em;
            left: 50%;
            margin-left: -15px;
            transition-duration: 0.5s; }
        #gheader .col2 #gnavi ul li:first-child {
          border: none; }
          #gheader .col2 #gnavi ul li:first-child a {
            padding: 0 1vw 0 0; }
          #gheader .col2 #gnavi ul li:first-child:hover:after {
            margin-left: -25px; }
      #gheader .col2 #gnavi ul.member li {
        border: none;
        margin-left: 1vw; }
        #gheader .col2 #gnavi ul.member li a {
          padding: 1em 30px;
          border: 1px solid #ccc; }
          #gheader .col2 #gnavi ul.member li a:hover {
            /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); */
            /* transform: translateY(-3px); */
            transition: .5s; }
  #gheader .col2 #gnavi ul.member li:hover {
    opacity: 0.7;
    transform: none; }
        #gheader .col2 #gnavi ul.member li:first-child {
          margin-left: 0; }
        #gheader .col2 #gnavi ul.member li:after {
          display: none; }
        #gheader .col2 #gnavi ul.member li.login a {
          border: 1px solid #000;
          background-color: #000;
          color: #fff; }
        #gheader .col2 #gnavi ul.member li.login:after {
          display: none; }
      #gheader .col2 #gnavi p {
        text-align: right;
        margin: 0.5em 0 0 0; } }
@media screen and (min-width: 767.9px) and (max-width: 1170px) {
  #gheader .col2 {
    padding: 0 2vw; }
    #gheader .col2 .logo {
      font-size: 1.2vw; }
      #gheader .col2 .logo img {
        width: 5vw;
        height: auto;
        margin-right: 1vw; }
    #gheader .col2 #gnavi {
      font-size: 1.5vw; }
      #gheader .col2 #gnavi .col2 {
        display: block; }
      #gheader .col2 #gnavi ul li a {
        padding: 0 1vw; }
      #gheader .col2 #gnavi ul.member li {
        border: none;
        margin-left: 0.5vw; }
        #gheader .col2 #gnavi ul.member li a {
          padding: 0.5em 1vw;
          font-size: 1vw; } }
@media screen and (min-width: 767.9px) and (max-width: 1260px) {
  #gheader .col2 {
    padding: 0 2vw; } }
/*=============================================================
 drawer-nav
=============================================================*/
@media screen and (max-width: 767.9px) {
  .drawer-nav {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 !important; }
    .drawer-nav a {
      color: #fff !important;
      line-height: 1.2;
      padding: 20px 0; }
    .drawer-nav nav {
      margin: 60px 0 0 0; }
      .drawer-nav nav .order2 {
        width: 90%;
        margin: 0 auto; }
      .drawer-nav nav ul {
        width: 90%;
        margin: 0 auto; }
        .drawer-nav nav ul li {
          width: 100%;
          border-bottom: 1px solid #fff;
          box-sizing: border-box; }
          .drawer-nav nav ul li:last-child {
            width: 80%;
            margin: 50px auto 0 auto;
            border: none; }
            .drawer-nav nav ul li:last-child a {
              border: 1px solid #fff; }
        .drawer-nav nav ul.member {
          width: 100%; }
          .drawer-nav nav ul.member li {
            width: 50%;
            border-bottom: 1px solid #fff; 
            color: #fff !important;}
            .drawer-nav nav ul.member li a {
              padding: 30px 0; }
            .drawer-nav nav ul.member li:last-child {
              margin: 0;
              border-left: 1px solid #fff; }
              .drawer-nav nav ul.member li:last-child a {
                border: none; }
        .drawer-nav nav ul.sns {
          display: none; } }
@media print, screen and (min-width: 767.9px) {
  .drawer-nav {
    position: relative;
    z-index: 2;
    transition: .5s; }
    .drawer-nav nav li {
      line-height: 1.25; }
      .drawer-nav nav li a {
        position: relative;
        display: block;
        height: 100%; }
        .drawer-nav nav li a span {
          display: block;
          font-size: 50%;
          opacity: 0.5; } }
/*=============================================================
 #pankz
=============================================================*/
#pankz {
  text-align: left;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #pankz li a {
    position: relative; }
    #pankz li a:after {
      content: ">";
      display: inline-block; }

/*=============================================================
 #gFooter
=============================================================*/
#gFooter {
  letter-spacing: 0.2em;
  background-color: whitesmoke;
  padding: 10vw 0 20vw 0;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  text-align: center; }
  @media print, screen and (min-width: 767.9px) {
    #gFooter {
      padding: 50px 0;
      text-align: left; } }
  #gFooter .rightBox {
    width: 100%; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter .rightBox {
        width: auto; } }
  #gFooter .col2 {
    max-width: 1260px;
    margin: 0 auto; }
    @media screen and (min-width: 767.9px) and (max-width: 1260px) {
      #gFooter .col2 {
        padding: 0 2vw; } }
  #gFooter .logo {
    line-height: 1;
    width: 100%;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter .logo {
        width: auto;
        margin-bottom: 0; } }
    #gFooter .logo img {
      width: auto;
      height: 55px; }
      @media print, screen and (min-width: 767.9px) {
        #gFooter .logo img {
          margin-right: 50px; } }
      @media screen and (min-width: 767.9px) and (max-width: 1260px) {
        #gFooter .logo img {
          margin-right: 2vw; } }
  #gFooter ul {
    line-height: 1; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter ul {
        font-size: 13px; } }
    @media screen and (min-width: 767.9px) and (max-width: 1260px) {
      #gFooter ul {
        font-size: 1.2vw; } }
    @media screen and (max-width: 767.9px) {
      #gFooter ul.navi {
        margin: 20px 0; } }
    #gFooter ul.navi li {
      width: 100%;
      margin: 0.5em 0; }
      @media print, screen and (min-width: 767.9px) {
        #gFooter ul.navi li {
          margin: 0 0 0 2em;
          width: auto; } }
      @media screen and (min-width: 767.9px) and (max-width: 1260px) {
        #gFooter ul.navi li {
          margin-left: 1vw; } }
      #gFooter ul.navi li:first-child {
        margin-left: 0; }
    @media screen and (max-width: 767.9px) {
      #gFooter ul.sns {
        margin: 0 auto; } }
    @media print, screen and (min-width: 767.9px) {
      #gFooter ul.sns li {
        margin-left: 1em; } }
    #gFooter ul.sns li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 767.9px) {
      #gFooter ul.sns li:nth-child(2) {
        margin: 0 20px; } }
    #gFooter ul.sns li a img {
      width: auto;
      height: 25px; }
      @media screen and (min-width: 767.9px) and (max-width: 1260px) {
        #gFooter ul.sns li a img {
          height: 2vw; } }
  #gFooter .copy {
    letter-spacing: 0.1em;
    margin-top: 10px;
    font-size: 2vw; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter .copy {
        margin-top: 10px;
        font-size: 12px; } }

/*=============================================================
 SP用フッターボタン
=============================================================*/
.bottom-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  border-top: 1px #FFF solid; }
  .bottom-btn ul li {
    width: 50%;
    box-sizing: border-box;
    background-size: cover;
    background-color: black;
    border-left: 1px solid #fff; }
    .bottom-btn ul li a {
      display: block;
      color: #fff;
      position: relative;
      line-height: 4em; }
      .bottom-btn ul li a i {
        margin-right: 1em; }
    .bottom-btn ul li:first-child {
      border: none; }


/*--------------------------------------------------------------------
チケット購入確認
---------------------------------------------------------------------*/

  @media print, screen and (min-width: 767.9px) {
    #ticket_confirm_sec {
      margin-bottom: 80px; } }

    #ticket_confirm_sec .ticket_confirm_detail {
      /* text-align: left; */
      text-align: center;
      color: #000;
      width: 1080px;
      max-width: 100%;
      margin-top: 20px;
      font-size:14px;
    }

.ticket_conForm {
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 770px) {
  .ticket_conForm {
    margin-top: 10px;
  }
}
.ticket_conForm table, tbody, tr {
  max-width: 100%;
}
.ticket_conForm table {
  border-collapse: separate;
  border-spacing: 0px 5px;
}
.ticket_conForm-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
/*  display: flex;  */
/*  align-items: center; */
/*    flex-wrap: wrap;*/
/*  flex-direction: column;  */
}
@media screen and (max-width: 770px) {
  .ticket_conForm-Item {
    display: flex;
    flex-direction: column;
  padding-top: 3px;
  padding-bottom: 3px;
  }
}
.ticket_conForm-Item-Label {
  width: 248px;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  text-align:center;
  background : #ccc;
  padding: 5px 25px;
  border-radius:2px;
}
@media screen and (max-width: 770px) {
  .ticket_conForm-Item-Label {
    max-width: inherit;
    display: flex;
          flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    text-align: center;
    height: 38px;
  }
}
.ticket_conForm-Item-Input {
/*  margin-top: 10px; */
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  width: auto;
  max-width: 680px;
  background: #fff;
  font-size: 16px;
    text-align:left;
}
@media screen and (max-width: 770px) {
  .ticket_conForm-Item-Input {
    margin-left: 0;
/*    margin-top: 10px; */
/*    height: 40px; */
    flex: inherit;
    font-size: 15px;
    text-align:left;
  }
}
.ticket_conForm-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  padding: 20px 40px 20px 40px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 770px) {
  .ticket_conForm-Btn {
    margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 16px 8px 16px;
    width: 160px;
    font-size: 16px;
  }
}
.ticket_conForm input[type="submit"] {
  padding: 8px 48px 8px 48px;
}
.confirm-price {
  color: #d51300;
  font-weight: bold;
}
.con-price-underline {
  border-bottom: solid 1px silver;
}

/*--------------------------------------------------------------------
チケット使用確認
---------------------------------------------------------------------*/
.ticket-btn-area {
  margin-top:20px;
}

@media print, screen and (min-width: 767.9px) {
.btn-tc-checkin {
  margin-right:30px;}
}

/*--------------------------------------------------------------------
チケット購入画面・購入確認
---------------------------------------------------------------------*/
.ticket_conForm_return {
max-width:600px;
margin: 0 auto;
font-size: 18px;
padding: 0px 40px 20px 40px;
}
@media screen and (max-width: 770px) {
  .ticket_conForm_return {
    font-size: 16px;padding: 0px 40px 60px 40px;}}
