@charset "UTF-8";
/* Reset Style */
/* line 8, ../sass/_reset.scss */
html {
  overflow-y: scroll; }

/* line 11, ../sass/_reset.scss */
body {
  line-height: 1;
  color: #000; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
/* line 20, ../sass/_reset.scss */
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; }

/* line 41, ../sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 46, ../sass/_reset.scss */
nav ul {
  list-style: none; }

/* line 50, ../sass/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 54, ../sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* line 60, ../sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 69, ../sass/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* line 76, ../sass/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 83, ../sass/_reset.scss */
del {
  text-decoration: line-through; }

/* line 87, ../sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 92, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 98, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 107, ../sass/_reset.scss */
input, select {
  vertical-align: middle; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* line 153, ../sass/_reset.scss */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

/* line 160, ../sass/_reset.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

/* line 165, ../sass/_reset.scss */
table {
  font-size: inherit;
  font: 100%; }

/* line 171, ../sass/_reset.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* 汎用クラス */
/* line 37, ../sass/_mixin.scss */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

/* line 42, ../sass/_mixin.scss */
.mark1 {
  background-image: url(../img/share/mark_1.gif); }

/* line 42, ../sass/_mixin.scss */
.mark2 {
  background-image: url(../img/share/mark_2.gif); }

/* line 42, ../sass/_mixin.scss */
.mark3 {
  background-image: url(../img/share/mark_3.gif); }

/* line 42, ../sass/_mixin.scss */
.mark4 {
  background-image: url(../img/share/mark_4.gif); }

/* line 42, ../sass/_mixin.scss */
.mark5 {
  background-image: url(../img/share/mark_5.gif); }

/* line 49, ../sass/_mixin.scss */
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

/* line 58, ../sass/_mixin.scss */
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 65, ../sass/_mixin.scss */
.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

/* line 73, ../sass/_mixin.scss */
.fr, .imgR {
  float: right;
  margin-left: 10px; }

/* line 80, ../sass/_mixin.scss */
.fl, .imgL {
  float: left;
  margin-right: 10px; }

/* line 87, ../sass/_mixin.scss */
.imgC, .tC, .btn {
  text-align: center; }

/* line 94, ../sass/_mixin.scss */
.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 101, ../sass/_mixin.scss */
.tR, .sign {
  text-align: right; }

/* line 107, ../sass/_mixin.scss */
.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* line 114, ../sass/_mixin.scss */
.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

/* line 121, ../sass/_mixin.scss */
.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
/* line 142, ../sass/_mixin.scss */
.clearfix {
  *zoom: 1; }
/* line 144, ../sass/_mixin.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* line 153, ../sass/_mixin.scss */
.noMark {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

/*----------------------------------------------------
	element style
----------------------------------------------------*/
/* line 10, ../sass/_main.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 16, ../sass/_main.scss */
body {
  background: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

/* line 22, ../sass/_main.scss */
input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

/* line 26, ../sass/_main.scss */
table {
  width: 100%; }

/* line 30, ../sass/_main.scss */
th {
  text-align: left; }

/* line 36, ../sass/_main.scss */
td ul, td ol {
  margin-left: 1.35em; }

/* line 41, ../sass/_main.scss */
img {
  width: 100%; }

/* line 45, ../sass/_main.scss */
small {
  font-size: 77%; }

/* line 49, ../sass/_main.scss */
em {
  font-weight: bold;
  font-style: normal; }

/* line 54, ../sass/_main.scss */
p.comingsoon {
  padding: 40px 20px;
  text-align: center;
  background: #FAFAFA; }

/* line 62, ../sass/_main.scss */
* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

/* line 68, ../sass/_main.scss */
.externalIcon {
  margin: 0 3px;
  vertical-align: middle; }

/* line 75, ../sass/_main.scss */
a:link {
  color: #06f; }
/* line 78, ../sass/_main.scss */
a:visited {
  color: #39f; }
/* line 81, ../sass/_main.scss */
a:hover {
  text-decoration: none;
  color: #00f; }
/* line 85, ../sass/_main.scss */
a:active {
  color: #00f; }
/* line 89, ../sass/_main.scss */
a.btn {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px calc(25px + 1em) 10px 25px;
  border: 1px solid #b49341;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #b49341;
  color: #FFF; }
/* line 101, ../sass/_main.scss */
a.btn:after {
  content: "＞";
  position: absolute;
  right: 12px;
  color: #FFF;
  font-weight: bold;
  transform: scaleX(0.6); }
/* line 110, ../sass/_main.scss */
a.btn:hover {
  border-color: #b49341;
  color: #b49341;
  background: #FFF; }
/* line 115, ../sass/_main.scss */
a.btn:hover:after {
  color: #b49341; }

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
/* line 10, ../sass/_layout.scss */
main {
  margin-bottom: 30px;
  background: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: 1200px; }
/* line 17, ../sass/_layout.scss */
main h2 {
  text-align: center;
  font-size: 36px; }
/* line 22, ../sass/_layout.scss */
main h3 {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  font-size: 20px; }
/* line 29, ../sass/_layout.scss */
main h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 160px;
  height: 1px;
  background: #b49341; }
/* line 40, ../sass/_layout.scss */
main h4 {
  font-size: 16px; }
/* line 44, ../sass/_layout.scss */
main div.content {
  padding-bottom: 60px;
  line-height: 1.6; }
/* line 48, ../sass/_layout.scss */
main div.content > section {
  margin-top: 30px;
  margin-bottom: 60px; }
/* line 52, ../sass/_layout.scss */
main div.content > section > section {
  margin-top: 20px;
  margin-bottom: 20px; }
/* line 59, ../sass/_layout.scss */
main .pageTop {
  clear: both;
  margin: 0;
  text-align: right; }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/* line 70, ../sass/_layout.scss */
header {
  background: #000; }
/* line 73, ../sass/_layout.scss */
header p.logo {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFF;
  text-align: center;
  font-size: 154%;
  font-family: "a-otf-ud-shin-go-pr6n"; }
/* line 84, ../sass/_layout.scss */
header nav.gNav > ul {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  font-size: 0; }
/* line 90, ../sass/_layout.scss */
header nav.gNav > ul > li {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 15px; }
/* line 99, ../sass/_layout.scss */
header nav.gNav > ul > li a {
  display: block;
  line-height: 54px;
  color: #FFF;
  text-decoration: none; }
/* line 105, ../sass/_layout.scss */
header nav.gNav > ul > li a:hover {
  opacity: .75; }
/* line 112, ../sass/_layout.scss */
header nav.gNav > ul > li:last-child a {
  color: #b49341; }
/* line 119, ../sass/_layout.scss */
header nav.gNav > ul > li:hover > ul {
  display: block; }
/* line 124, ../sass/_layout.scss */
header nav.gNav > ul > li > ul {
  position: absolute;
  display: none;
  width: 150px;
  background: #111;
  font-size: 12px;
  z-index: 100; }
/* line 132, ../sass/_layout.scss */
header nav.gNav > ul > li > ul li {
  border-top: 1px solid #b49341; }
/* line 135, ../sass/_layout.scss */
header nav.gNav > ul > li > ul li a {
  line-height: 1.6;
  padding: 10px; }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/* line 150, ../sass/_layout.scss */
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
  color: #FFF; }
/* line 156, ../sass/_layout.scss */
footer a {
  color: inherit !important;
  text-decoration: none !important; }
/* line 160, ../sass/_layout.scss */
footer a:hover {
  text-decoration: underline !important; }
/* line 165, ../sass/_layout.scss */
footer nav.gNav {
  text-align: center;
  margin-bottom: 30px; }
/* line 169, ../sass/_layout.scss */
footer nav.gNav ul {
  font-size: 0; }
/* line 172, ../sass/_layout.scss */
footer nav.gNav ul li {
  display: inline-block;
  font-size: 13px; }
/* line 176, ../sass/_layout.scss */
footer nav.gNav ul li:not(:last-child) {
  margin-right: 15px;
  border-right: 1px solid #FFF;
  padding-right: 15px; }
/* line 185, ../sass/_layout.scss */
footer dl.contact {
  margin: 0 auto 30px;
  padding: 20px 30px;
  width: 900px;
  background: #222; }
/* line 191, ../sass/_layout.scss */
footer dl.contact > dt, footer dl.contact > dd {
  display: table-cell;
  vertical-align: middle;
  width: 280px; }
/* line 197, ../sass/_layout.scss */
footer dl.contact > dt {
  width: 320px;
  padding-right: 50px; }
/* line 202, ../sass/_layout.scss */
footer dl.contact > dd.contact {
  width: 240px; }
/* line 207, ../sass/_layout.scss */
footer dl.contact > dd.contact dl dt {
  margin-bottom: 5px;
  font-weight: bold; }
/* line 214, ../sass/_layout.scss */
footer dl.contact > dd.contact dl dd a {
  text-decoration: underline !important; }
/* line 221, ../sass/_layout.scss */
footer dl.contact > dd.media {
  width: 280px;
  text-align: right; }
/* line 227, ../sass/_layout.scss */
footer .copyright {
  text-align: center;
  color: #999; }

/*----------------------------------------------------
	#siteTop
----------------------------------------------------*/
/* line 134, ../sass/_main.scss */
#siteTop header h1.mv {
  margin-bottom: 40px;
  background: #000;
  text-align: center; }
/* line 139, ../sass/_main.scss */
#siteTop header h1.mv img {
  max-width: 1600px;
  vertical-align: bottom; }

/* line 149, ../sass/_main.scss */
#outline th, #outline td {
  border-bottom: 1px solid #EEE;
  padding: 15px 10px; }
/* line 154, ../sass/_main.scss */
#outline th {
  width: 240px; }

/* line 163, ../sass/_main.scss */
#ticket section.method table {
  margin-top: 20px;
  text-align: center; }
/* line 167, ../sass/_main.scss */
#ticket section.method table th {
  width: 50%;
  text-align: center; }
/* line 172, ../sass/_main.scss */
#ticket section.method table td {
  vertical-align: middle; }
/* line 178, ../sass/_main.scss */
#ticket p.tenbai {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #FF0;
  color: #000; }
/* line 188, ../sass/_main.scss */
#ticket p.tenbai em {
  color: #F00; }
/* line 192, ../sass/_main.scss */
#ticket span.limited {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 8px;
  font-weight: normal;
  font-size: 77%;
  background: #09F;
  color: #FFF; }
/* line 202, ../sass/_main.scss */
#ticket table {
  margin-bottom: 10px; }
/* line 206, ../sass/_main.scss */
#ticket th, #ticket td {
  border: 1px solid #DDD;
  padding: 15px 10px; }
/* line 210, ../sass/_main.scss */
#ticket th ul.notes, #ticket th p.notes, #ticket td ul.notes, #ticket td p.notes {
  margin: 10px 0 0;
  padding-left: .55em;
  text-indent: -.55em;
  list-style: none;
  font-size: 77%;
  font-weight: normal;
  color: #666; }
/* line 221, ../sass/_main.scss */
#ticket th span.scDiscount, #ticket td span.scDiscount {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 8px;
  font-weight: normal;
  font-size: 77%;
  background: #F90;
  color: #FFF; }
/* line 231, ../sass/_main.scss */
#ticket th span.limited, #ticket td span.limited {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 8px;
  font-weight: normal;
  font-size: 77%;
  background: #09F;
  color: #FFF; }
/* line 242, ../sass/_main.scss */
#ticket th {
  width: 240px;
  background: #FAFAFA; }
/* line 249, ../sass/_main.scss */
#ticket td.salesDate {
  width: 220px;
  vertical-align: middle;
  color: #C00; }
/* line 254, ../sass/_main.scss */
#ticket td.salesDate span.period {
  font-size: 85%;
  color: #333; }
/* line 260, ../sass/_main.scss */
#ticket td span.lcode {
  color: #b49341; }
/* line 264, ../sass/_main.scss */
#ticket td img.mobileQr {
  width: 100px; }

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  /* line 11, ../sass/_print.scss */
  * html body {
    zoom: .7; } }
