@charset "UTF-8";
/* 初期化 */
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Roboto , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ";
  margin: 0;
  /*line-height: 1.8;*/
  background: none repeat scroll 0 0 #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  text-align: justify;
}

a {
  outline: medium none;
  text-decoration: none;
}

ol,
ul {
  padding-left: 0;
}

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

.slipe_div table {
  border-top: 1px dotted #BBBBBB;
  border-right: 1px dotted #BBBBBB;
}

.slipe_div table td {
  border-left: 1px dotted #BBBBBB;
  border-top: 1px dotted #BBBBBB;
  border-bottom: 1px dotted #BBBBBB;
}

.slipe_div table th {
  padding: 2px;
  border-left: 1px dotted #BBBBBB;
}

img {
  vertical-align: middle;
}

input {
  margin: 1pt;
}

.rt-container {
  background: none repeat scroll 0 0 transparent;
  margin: 0 auto;
  width: 100%;
}

.space10 {
  float: none;
  clear: both;
  height: 10px;
}

.space20 {
  float: none;
  clear: both;
  height: 20px;
}

.space30 {
  float: none;
  clear: both;
  height: 30px;
}

.clear {
  float: none;
  clear: both;
}

div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.rt-grid-11 {
  /*max-width: 1100px;*/
  padding: 0 5%;
  margin: 0 auto;
}

.input,
.input2,
.input3,
.input4,
.input5,
.select,
.select2,
.textarea {
  border-color: #B5B5B5 #DDDDDD #DDDDDD #B5B5B5;
  border-style: solid;
  border-width: 2px;
  margin-top: 5px;
}

.input {
  width: 50px;
}

.input2 {
  width: 80px;
}

.input3 {
  width: 100px;
}

.input4 {
  width: 150px;
}

.input5 {
  width: 234px;
}

/* 共通 */
input.err_backgroud,
select.err_backgroud,
td.err_backgroud,
textarea.err_backgroud,
tr.err_backgroud {
  background: #FFD7D7;
}

p.form_err {
  color: #ff0000;
}

/* BODY直接下のDIV */
#content {
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}

/* ヘッダー関連 */
#header {
  /*background: url("/images/body-bg.gif") repeat scroll center top transparent;*/
  padding: 0;
  height: 90px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #296DA6;
  position: relative;
  z-index: 10;
}

#left_header {
  width: 500px;
}

#header img {
  margin-top: -2px;
  vertical-align: middle;
}

#right_header {
  	/*
  	width: 305px;
  */
  display: block;
  text-align: right;
}

#clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#sysname {
  width: 330px;
  font-size: 80%;
  margin-top: 10px;
}

.insert_member,
.member_login {
  background: none repeat scroll 0 0 #E3E3E3;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 2px #FFFFFF inset;
  color: #333333;
  cursor: pointer;
  font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 9px;
  text-align: center;
  width: 80px;
  margin-left: 5px;
}

.insert_member:hover,
.member_login:hover {
  background: none repeat scroll 0 0 #D9D9D9;
  box-shadow: 0 0 2px #EAEAEA inset;
  color: #222222;
}

/* デザイン色変更 (現在デバッグ中) */
#change_color {
  margin-top: 40px;
}

.change_color div {
  margin-left: 5px;
  cursor: pointer;
  height: 2px;
}

div .dodgerblue {
  border: 5px solid #1e90ff;
}

div .goldenrod {
  border: 5px solid #daa520;
}

div .lightgrey {
  border: 5px solid #fbfbfb;
}

div .midnightblue {
  border: 5px solid #191970;
}

div .olive {
  border: 5px solid #808000;
}

div .orange {
  border: 5px solid #f7a226;
}

div .pink {
  border: 5px solid #F359A1;
}

div .winred {
  border: 5px solid #E71C51;
}

div .yellow {
  border: 5px solid #FFF004;
}

div .yellowgreen {
  border: 5px solid #9acd32;
}

/* ロゴ関連 */
#logo {
  width: 385px;
  height: 90px;
  display: flex;
  align-items: center;
}

#logo a {
  display: block;
  width: 385px;
  /*font-family: 'Black Ops One', cursive;
  text-shadow: 1px 1px 3px #6A4F36;
  padding:5px;*/
}

/* ヘッダーメニュー関連 */
#menu {
  /*padding: 12px 0 7px;*/
  /*width: 960px;*/
  /*margin: 0 auto;*/
}

/*#footer_menu {
	overflow: hidden;
	list-style: none outside none;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
	margin-top: 10px;
}

#footer_menu li {
	margin-left: 10px;
	width: 142px;
	cursor: pointer;
	display: inline;
}

#footer_menu li a {
	text-decoration: underline;
}*/
/* メインコンテン表示エリア(親DIV) */
#main {
  min-height: 550px;
  /*background: url("/images/container-bg.png") repeat-y scroll center top transparent;*/
  width: 100%;
  margin-top: 91px;
}

/* フッター関連 */
footer {
  /*height: 250px;*/
  background: linear-gradient(to right, #5fb9e6, #51cfce);
  position: relative;
}
footer #copyright_item {
  width: 100%;
  height: 50px;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  background: #001450;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em !important;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

#footer {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}

div.line {
  border-radius: 3px 3px 3px 3px;
  height: 70px;
  padding: 10px;
  overflow: hidden;
  width: 940px;
}

#shop_name {
  width: 280px;
  font-weight: bold;
  font-size: 80%;
  padding: 15px 5px;
}

#shop_address {
  width: 320px;
  font-size: 70%;
  border-left: 1px solid #BBBBBB;
  padding-left: 5px;
}

/* コピライト */
#copyright {
  font-size: 80%;
  text-align: center;
  background: none repeat scroll 0 0 #E8E8E8;
}

/* TOPページの写真スライダー関連 */
.slider_photo {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

section {
  display: block;
  overflow: hidden;
  position: relative;
}

/* 左パーツ (親DIV) */
#topleftcolumn {
  background-color: #FFF;
  clear: left;
  width: 180px;
  font-size: 90%;
  min-height: 300px;
  padding: 20px;
}

/* 右パーツ (親DIV) */
#topmiddlecolumn {
  background-color: #FFF;
  clear: right;
  width: 100% !important;
  font-size: 90%;
  min-height: 300px;
  padding: 0;
}

.topmiddlecolumn {
  background-color: #FFF;
  clear: right;
  width: 900px;
  font-size: 90%;
  min-height: 300px;
  padding: 20px;
}

/* 右側のコンテン表示エリア */
#main_content {
  display: block;
  min-height: 300px;
  padding-bottom: 50px;
  background: #F2F2F2;
  /*border: 1px solid #DBDBDB;*/
  color: #000000;
}

.main_content {
  display: block;
  min-height: 300px;
  border: 1px solid #DBDBDB;
  /*color: #666666;*/
}

/* 予約ボタン */
.button_booking {
  font-size: 24px;
  padding: 10px 0;
  cursor: pointer;
}

.button_booking img {
  margin-right: 12px;
  margin-top: -3px;
  vertical-align: middle;
}

/* サイドメニュー関連 */
.right_theme_button {
  font-size: 16px;
  padding: 6px 0;
  cursor: pointer;
  width: 140px;
}

.leftMenuTable {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #BBBBBB;
  margin-top: 25px;
}

.leftMenuTable a:link {
  color: #000;
  text-decoration: none;
  display: block;
}

.leftMenuTable a:visited {
  color: #000;
}

.mapage_login {
  background: url("/images/bg_userinfo.gif") no-repeat scroll right bottom transparent;
}

.leftMenuTable th,
td {
  padding: 5px;
}

.leftMenuTable th {
  background: #d3d3d3;
}

.leftMenuTable td {
  border-bottom: 1px dotted #BBBBBB;
}

.leftMenuTable img {
  margin-top: -3px;
  vertical-align: middle;
}

.phone_qr img {
  margin-top: -2px;
}

.leftMenuTable p {
  font-size: 75%;
}

.leftMenuTable strong {
  font-family: 'Black Ops One', cursive;
}

.site_menu td {
  cursor: pointer;
}

.site_menu td:hover {
  font-weight: bold;
  background: #EEEEEE;
}

.left_menu_button,
.right_buttons {
  cursor: pointer;
  border: 1px solid #bababa;
  -webkit-border-radius: 3px;
  width: 120px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #707070));
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(top, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
}

.left_menu_button:hover,
.right_buttons:hover {
  border: 1px solid #bababa;
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #575757));
  background-image: -webkit-linear-gradient(top, #bababa, #575757);
  background-image: -moz-linear-gradient(top, #bababa, #575757);
  background-image: -ms-linear-gradient(top, #bababa, #575757);
  background-image: -o-linear-gradient(top, #bababa, #575757);
  background-image: linear-gradient(top, #bababa, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}

.site_menu_text {
  display: block;
  width: 100%;
}

/* 右サイドのDIV */
.slipe_div {
  padding: 20px;
  /*width: 100%;*/
  clear: right;
  display: block;
  overflow: hidden;
}

/*.slipe_div ol,*/
/*ul {*/
/*  padding-left: 15px;*/
/*}*/

.slipe_div_left {
  width: 60%;
  font-size: 80%;
}

.slipe_div_right {
  width: 40%;
}

/* 次へのボタン */
.button_next {
  border: 1px solid #007998;
  -webkit-border-radius: 3px;
  width: 130px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #7d7e7d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B5E5), color-stop(100%, #0085CA));
  background-image: -webkit-linear-gradient(top, #00B5E5, #0085CA);
  background-image: -moz-linear-gradient(top, #00B5E5, #0085CA);
  background-image: -ms-linear-gradient(top, #00B5E5, #0085CA);
  background-image: -o-linear-gradient(top, #00B5E5, #0085CA);
  background-image: linear-gradient(top, #00B5E5, #0085CA);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00B5E5, endColorstr=#0085CA);
  cursor: pointer;
}

.button_next:hover {
  border: 1px solid #007998;
  background-color: #007998;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00C9FE), color-stop(100%, #008DB2));
  background-image: -webkit-linear-gradient(top, #00C9FE, #008DB2);
  background-image: -moz-linear-gradient(top, #00C9FE, #008DB2);
  background-image: -ms-linear-gradient(top, #00C9FE, #008DB2);
  background-image: -o-linear-gradient(top, #00C9FE, #008DB2);
  background-image: linear-gradient(top, #00C9FE, #008DB2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00C9FE, endColorstr=#008DB2);
}

/* 戻るボタン */
.button_action,
.button_prev {
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 3px;
  width: 130px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #666666;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
  background-image: -webkit-linear-gradient(top, #efefef, #dedede);
  background-image: -moz-linear-gradient(top, #efefef, #dedede);
  background-image: -ms-linear-gradient(top, #efefef, #dedede);
  background-image: -o-linear-gradient(top, #efefef, #dedede);
  background-image: linear-gradient(top, #efefef, #dedede);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#efefef, endColorstr=#dedede);
  cursor: pointer;
}

.button_action:hover,
.button_prev:hover {
  border: 1px solid #d6d6d6;
  background-color: #d6d6d6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #c5c5c5));
  background-image: -webkit-linear-gradient(top, #d6d6d6, #c5c5c5);
  background-image: -moz-linear-gradient(top, #d6d6d6, #c5c5c5);
  background-image: -ms-linear-gradient(top, #d6d6d6, #c5c5c5);
  background-image: -o-linear-gradient(top, #d6d6d6, #c5c5c5);
  background-image: linear-gradient(top, #d6d6d6, #c5c5c5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d6d6d6, endColorstr=#c5c5c5);
}

.button_action {
  padding: 5px;
  width: 65px;
}

/* 郵便番号から住所自動入力 */
.search_pref {
  margin: -27px 0 0 200px;
  padding: 0;
  width: 170px;
  font-size: 85%;
  height: 20px;
}

/* リボン関連 */
.rebon_area {
  margin-top: 10px;
  height: 50px;
}

a.rebon_left {
  margin-right: -44px;
}

.button-absolute {
  margin-right: -44px;
}

.rebon_box {
  background: url("/images/sfum-dx-bg.png") repeat-x scroll 0 0 #EDEDED;
  border: 1px solid #DBDBDB;
  display: block;
  margin: 0 -12px 0 12px;
  position: relative;
  left: 0;
  opacity: 40;
}

.small_left_rebon {
  margin: -20px 0 0 -10px;
}

.small_right_rebon {
  margin: -20px -12px 0 0;
  cursor: pointer;
}

a.small_right_rebon:hover {
  border: 1px solid #8E8E8E;
  color: #FFF;
}

.rebon_body {
  display: block;
  position: relative;
  height: 50px;
  width: 920px;
  text-align: center;
}

.rebon_body p {
  margin-top: 17px;
  font-weight: bold;
  font-size: 20px;
  color: #696969;
}

.rebon_box .buttonlinea {
  display: block;
  height: 15px;
  right: 10px;
  position: absolute;
  top: 51px;
  width: 30%;
}

.rebon_box .buttontriangolo {
  display: block;
  height: 12px;
  left: -10px;
  margin-right: -12px;
  position: relative;
  top: 51px;
  width: 12px;
}

.rebon_box .buttonlinea-l {
  display: block;
  height: 15px;
  left: 8px;
  position: absolute;
  top: 51px;
  width: 30%;
}

.rebon_box .buttontriangolo-l {
  display: block;
  height: 12px;
  left: -922px;
  margin-right: -12px;
  position: relative;
  top: 50px;
  width: 12px;
}

.small_left_rebon .buttontriangolo-l {
  left: -302px;
}

/* ページのTOPに戻るボタン関連 */
#back-top {
  position: fixed;
  bottom: 1px;
  right: 30px;
}

#back-top a {
  width: 100px;
  display: block;
}

#back-top span {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 80px;
  background: url("/images/gotop.png") no-repeat center center;
}

/* 必須ボタン */
.button_form_must {
  margin-top: -1px;
  margin-left: 10px;
}

/*  */
.input_tabel {
  margin: 5px auto;
  width: 100%;
  line-height: 1.4;
  empty-cells: show;
  font-size: 90%;
  border-top: 1px dotted #BBBBBB;
}

.input_tabel td,
.input_tabel th {
  background: none repeat scroll 0 0 transparent;
  margin: 0;
  border-bottom: 1px dotted #BBBBBB;
  line-height: 2;
  padding: 5px 5px 5px 15px;
  vertical-align: top;
}

.input_tabel td {
  width: 70%;
}

.input_tabel th {
  text-align: left;
  background: url("/images/tabular_th.gif") repeat scroll 0 0 transparent;
  padding-left: 10px;
}

.seat_tabel_outline td,
.seat_tabel_outline th {
  border-bottom: none;
}

form.cmxform label {
  display: inline-block;
}

p.input_ex {
  font-size: 1.4rem;
  color: #999999;
  font-weight: bold;
  margin-bottom: 30px;
}
p.ticket_select_ex {
    font-size: 1.4rem;
    color: #999999;
    font-weight: bold;
    margin-bottom: 10px;
}
p.input_ex_red {
  color: red;
  font-size: 85%;
}

.input_tabel_caption {
  text-align: left;
  padding: 5px 5px 5px 20px;
}

.label_s {
  width: 30px;
}

.label_l {
  width: 100px;
}

.label_l2 {
  width: 150px;
}

.dabble_button_table,
.single_button_table {
  margin: 5px auto;
  width: 100%;
  line-height: 1.4;
  empty-cells: show;
}

.dabble_button_table td {
  width: 50%;
}

/* ログインページ */
.login_table {
  border-left: 1px dotted #BBBBBB;
  border-right: 1px dotted #BBBBBB;
  border-top: 1px dotted #BBBBBB;
}

.login_table td,
.login_table th {
  padding: 15px;
}

.login_table td {
  width: 60%;
}

/* パスワード忘れリンク */
.reminder_link {
  margin-left: 4px;
  margin-top: 8px;
}

.reminder_link a:link {
  color: #6A4F36;
}

.reminder_link img {
  margin-top: -3px;
}

/* ページ説明 */
.page_explanation {
  font-size: 80%;
  margin: 5px auto;
  width: 100%;
}

/* パスワード再発行 */
.table_step_bar,
.table_step_navi {
  margin: 0 auto;
  width: 100%;
  line-height: 1.4;
  empty-cells: show;
  font-size: 90%;
}

.table_step_bar td,
.table_step_navi td {
  padding: 0;
  border: 1px solid #BBBBBB;
}

.table_step_bar td {
  border-top: none;
}

td.long {
  width: 19%;
}

td.short {
  width: 3%;
}

div.step_bar {
  height: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}

div.step_title {
  text-align: center;
  padding: 10px 0;
}

div.step_navi {
  text-align: center;
}

div.step_title {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 20px;
}

div.step_title span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

/* 予約ページ */
div.booking_step {
  height: 25px;
  padding-left: 30px;
  padding-top: 6px;
  font-size: 120%;
  margin-top: 30px;
  margin-left: 10px;
}

div.booking_step strong {
  font-family: 'Black Ops One', cursive;
  font-size: 22px;
  margin-right: 20px;
}

div.scrollbar {
  margin: 5px 20px;
}

div.loading {
  background: url("/images/loading.gif") no-repeat scroll center center transparent;
  overflow: hidden;
}

/* プラン選択、コース選択 */
.selectable .ui-selecting {
  background-position: -680px 0;
}

.selectable .ui-selected {
  background-position: -680px 0;
}

.selectable,
.selectable_c {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.selectable li {
  padding: 11px;
  background: url("/images/check_base.png") no-repeat scroll 0 0 transparent;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  position: relative;
}

.selectable label {
  cursor: pointer;
  margin-left: 25px;
  color: blue;
  text-decoration: underline;
  /*padding: 10px;*/
}

.selectable_c li {
  padding: 11px;
  position: relative;
  margin-top: 1px;
}

/* 予約カレンダーのデザイン */
table.calender_navi {
  margin: 5px 0;
  width: 98%;
  padding: 5px;
}

.calender_navi_button {
  width: 80px;
  padding: 3px;
  margin-right: 2px;
  border: 1px solid #bababa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #707070));
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(top, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
  cursor: pointer;
}

.calender_navi_button:hover {
  border: 1px solid #bababa;
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #575757));
  background-image: -webkit-linear-gradient(top, #bababa, #575757);
  background-image: -moz-linear-gradient(top, #bababa, #575757);
  background-image: -ms-linear-gradient(top, #bababa, #575757);
  background-image: -o-linear-gradient(top, #bababa, #575757);
  background-image: linear-gradient(top, #bababa, #575757);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}

.button_disabled {
  width: 80px;
  margin-right: 2px;
  padding: 2px;
  font-weight: bold;
}

.near {
  width: 90px;
  margin-left: 15px;
}

table.tableResult {
  border-top: 1px solid #DBDBDB;
  width: 100%;
}

table.tableResult th.nitiji {
  background-color: #EDE5D9;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 5px;
  text-align: center;
  width: 74px;
}

table.tableResult th.day {
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 3px 5px;
  text-align: center;
  width: 30px;
}

table.tableResult th.sat {
  background-color: #DDF4FF;
}

table.tableResult th.sun {
  background-color: #FFE6E6;
}

table.tableResult th.time {
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 5px;
  text-align: center;
}

table.tableResult td {
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 4px;
  text-align: center;
  cursor: pointer;
}

/**/
table.tableResult_cust {
  border-top: 1px solid #DBDBDB;
  width: 100%;
  font-size: 80%;
  font-weight: normal;
  color: #685849;
}

table.tableResult_cust th.m_c {
  background-color: #EDE5D9;
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 5px;
  text-align: center;
  width: 125px;
}

table.tableResult_cust th.day {
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 3px 5px;
  text-align: center;
  width: 25px;
}

table.tableResult_cust td.sat,
table.tableResult_cust th.sat {
  background-color: #DDF4FF;
}

table.tableResult_cust td.sun,
table.tableResult_cust th.sun {
  background-color: #FFE6E6;
}

table.tableResult_cust th.m_n {
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 5px;
  text-align: center;
}

table.tableResult_cust td {
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  padding: 4px;
  text-align: center;
}

/**/
td.choice-selected,
td.circle,
td.trigona {
  background-position: center 30%;
  background-repeat: no-repeat;
}

td.circle {
  background-image: url("/images/circle_choice.png");
}

td.trigona {
  background-image: url("/images/trigona_choice.png");
}

td.no-choice {
  background-image: url("/images/tabular_th.gif");
}

table.tableResult td.hover {
  background-color: #eee;
}

table.tableResult td.hover:hover {
  background-color: #ccc;
}

td.booking_time_selected {
  background-color: #D6E5F6;
  background-image: url("/images/check.png");
}

div.growlUI {
  text-shadow: none;
  display: none;
  padding: 20px;
}
div.growlUI button {
  -webkit-appearance: none;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  background: #1E559B;
  color: #fff;
  outline: none;
}

div.growlUI h4 {
  text-align: left;
  color: #666;
}

#dialog_err {
  color: #f04f82;
  text-align: center;
  margin: 20px auto;
  display: block;
  border: 0 solid #DBDBDB;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}

#dialog_err p {
  margin: 0;
  padding-left: 20px;
  background: url("/images/input-error-20-20.png") 0 -2px no-repeat;
}

/* faq */
dl {
  font-size: 1.2em;
  line-height: 170%;
  margin-bottom: 20px;
}

dd,
dl,
dt {
  padding: 0;
  margin: 0;
}

.faqs {
  padding: 20px;
}

.faqs dt {
  font-weight: bold;
  background: url("/images/q.gif") 0 4px no-repeat;
  padding: 3px 0 15px 30px;
  position: relative;
}

.faqs dt:hover {
  cursor: pointer;
}

.faqs dd {
  background: url("/images/a.gif") 0 2px no-repeat;
  padding: 0 0 5px 30px;
  position: relative;
  color: #333;
}

.faqs .hover {
  color: #990000;
  text-decoration: underline;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.myPic {
  margin: 13px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.plan_Pic {
  border-radius: 10px;
  border: 1px solid #ccc;
}

#thumbnailList {
  margin: 15px auto;
  clear: both;
  display: block;
  overflow: hidden;
  text-align: center;
}

#couponList {
  margin: 15px auto;
  clear: both;
  display: block;
  overflow: hidden;
  text-align: center;
}

#couponList img {
  margin: 10px;
}

.plan_pic_eara,
.plan_qr_code {
  margin: 0 auto;
  clear: both;
  display: block;
  overflow: hidden;
}

.plan_qr_code {
  font-size: 80%;
  margin-top: 10px;
  width: 200px;
}

.plan_pic_eara_ex {
  font-size: 70%;
  color: #C84057;
  display: block;
}

/* エラーメッセージ */
.form_input_err {
  color: red;
  margin-left: 15px;
  display: block;
}

/* マイページのTOP */
div.top_menu_exclamation {
  display: block;
  padding: 20px;
  clear: both;
  display: block;
  overflow: hidden;
}

.category_list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.category_list li {
  background: url("/images/bg_button.gif") no-repeat scroll 15px 0 transparent;
  list-style-type: none;
}

.category_list li {
  display: block;
  padding: 0 15px 20px;
}

.bg_category,
.category_list li {
  font-weight: bold;
  height: 26px;
  letter-spacing: 0.1em;
  width: 230px;
}

.bg_category a,
.category_list li a {
  background: url("/images/bg_button.gif") no-repeat scroll 0 0 transparent;
}

.bg_category a,
.category_list li a {
  display: block;
  height: 22px;
  padding: 4px 0 0 24px;
}

.bg_category a,
.category_list li a {
  color: #666666;
}

.bg_category a:hover,
.category_list li a:hover {
  background: url("/images/bg_button_on.gif") no-repeat scroll 0 0 transparent;
}

.category_list span {
  background: url("/images/bg_button_on.gif") no-repeat scroll 0 0 transparent;
}

.title {
  background: url("/images/grayline.gif") repeat-x scroll 0 10px transparent;
  margin-bottom: 25px;
}

.title h2,
.title h3 {
  background-color: #FFFFFF;
  display: inline;
  font-size: large;
  letter-spacing: 0.3em;
  padding: 0 10px 0 8px;
}

#userinfo_data {
  font-size: 80%;
  height: 48px;
  line-height: 1em;
  margin-top: 11px;
  width: 100%;
}

#userinfo_data {
  background: url("/images/bg_white.gif") repeat scroll 0 0 transparent;
  border: 1px solid #CCCCCC;
}

#userinfo_data th {
  font-weight: normal;
  padding: 4px 1px 4px 7px;
  text-align: left;
  background: none;
}

#userinfo_data td {
  padding: 0 3px 0 2px;
  border: 0;
}

#member_logout_link {
  font-size: 80%;
  margin-left: 90px;
  text-decoration: underline;
  color: #6A4F36;
}

/**/
#info_list {
  empty-cells: show;
  line-height: 1.4;
  width: 100%;
  margin: 2px auto;
}

#info_list th {
  font-size: 80%;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

#info_list td {
  font-size: 80%;
}

#info_list table {
  width: 100%;
}

#info_list .img {
  padding: 4px 2px;
}

#info_list p {
  margin: 0 6px;
}

#info_list p a {
  text-decoration: underline;
}

#info_list .check td,
#info_list .list1 td,
#info_list .list2 td {
  padding: 5px 0 3px;
}

#info_list .top {
  padding: 0 !important;
}

#info_list .list1_top td,
#info_list .list1_top2 td,
#info_list .list2_top td,
#info_list .list2_top2 td,
#info_list .top,
#info_list .top td {
  font-size: 100%;
  height: 26px;
  padding: 6px 0;
}

#info_list .button {
  font-size: 90% !important;
  margin: 8px 5px;
}

#info_list .button input {
  font-size: 80%;
}

#info_list .list1 td {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

#info_list .check td,
#info_list .list1 td,
#info_list .list2 td {
  font-size: 85%;
  height: 26px;
}

#info_list .list2 td {
  background-color: #FFFBE5;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

#info_list th {
  background-color: #dedede;
}

#info_list th {
  border-right: 1px solid #FFF;
  color: #696969;
}

div.exclamation img {
  margin-top: -3px;
  vertical-align: middle;
  border: medium none;
}

div.exclamation {
  margin: auto 20px;
  display: block;
  border: 1px solid #DBDBDB;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#center_wrapper {
  margin: 20px auto;
  display: block;
  width: 500px;
}

p.center_wrapper_title {
  font-size: 120%;
  padding-left: 20px;
  height: 25px;
}

#jumping_process {
  padding: 40px;
}

#jumping_process_msg {
  padding: 20px;
}

/* 当店紹介 */
.data_box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  width: 90%;
}

.data_box td {
  border-bottom: 1px solid #B1A9A1;
  margin: 0;
  padding: 5px;
}

.data_box td span {
  font-weight: bold;
  color: #685848;
}

.data_box td strong {
  font-weight: normal;
}

p.booking_link {
  color: #C84057;
}

img.booking_link_arrow {
  margin-top: -4px;
  vertical-align: middle;
  padding-left: 30px;
}

span.plan_info {
  display: block;
  width: 60px;
  border: 1px solid #EEEEEE;
  margin-top: -3px;
  margin-right: 1px;
}

.news {
  border: solid 1px #F1F1F1;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.news_title {
  background-color: #F1F1F1;
  padding: 4px;
  margin-right: 10px;
  width: 20%;
  text-align: center;
  font-weight: bold;
}

.news_body {
  width: 75%;
  color: #64B0D9;
  padding: 4px;
}

.news_body a:hover {
  color: #ff0000;
  font-style: normal;
  text-decoration: underline;
}

.shop_banner_text {
  color: #64B0D9;
  text-decoration: underline;
  font-size: 80%;
  display: block;
}

a.shop_banner_url {
  color: #FF0000;
  font-style: normal;
  text-decoration: underline;
}

div.booking_sw_off {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  color: red;
  margin-top: 20px;
}

div.select-area {
  background-color: #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  z-index: 10;
}

div.select-area select {
  margin: 0 auto;
  width: 300px;
}

div.select-area1 {
  background-color: #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  margin: 0 -5px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  text-align: center;
  z-index: 10;
}

div.select-area1 select {
  margin: 0 auto;
}

span.view_number_of_remaining_booking {
  display: block;
  margin-top: 22px;
  font-size: 75%;
}

/* オプション */
div.option_box {
  margin: 10px auto;
  display: block;
  border: 2px solid #DBDBDB;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
}

div.option_box {
  clear: both;
  overflow: hidden;
  padding: 10px;
}

div.option_box_top {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #DBDBDB;
  /*
  font-size: 20px;
  font-weight: bold;
  */
}

div.option_box_bottom {
  padding: 10px;
  margin-top: 5px;
}

div.option_box_left {
  width: 45%;
}

div.option_box_right {
  width: 55%;
}

div.simple_option_box_left {
  clear: left;
  margin: auto;
  min-height: 25px;
  vertical-align: middle;
  width: 5%;
}

div.simple_option_box_right {
  border-left: 1px solid #DBDBDB;
  width: 93%;
  padding-left: 5px;
}

div.option_total_price {
  margin-top: 3px;
}

div.option_total_price span {
  text-decoration: underline;
  -webkit-text-decoration-style: double;
  font-weight: bold;
}

/* ページ送り */
.page-toolbar-navi {
  color: #444444;
  font-size: 85%;
  margin: 5px 0 8px;
  display: block;
  margin-bottom: 2px;
}

span.page-toolbar-navi a,
span.page-toolbar-navi span {
  padding: 1px 3px;
}

span.page-toolbar-navi a {
  border: 1px solid #9AAFE5;
  color: #105CB6;
  text-decoration: none;
}

span.page-toolbar-navi a:hover {
  background-color: #2E6AB1;
  border: 1px solid #2E6AB1;
  color: #FFFFFF;
}

span.page-toolbar-navi span.current {
  background-color: #2E6AB1;
  border: 1px solid #2E6AB1;
  color: #FFFFFF;
  font-weight: bold;
}

span.page-toolbar-navi span.nextprev {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #999999;
  margin: 2px;
}

span.page-toolbar-navi a.nextprev {
  font-weight: bold;
  margin: 2px;
}

div.err_msgs {
  background-color: #FFC0CB;
  border: 1px solid #8E1617;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  margin: 15px 33px auto;
}

div.not_found {
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

span.booking_mode_link {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #6A4F36;
  margin-top: 10px;
}

#news .grayline {
  width: 100%;
}

.grayline {
  background: url("/images/grayline.gif") repeat scroll 0 0 transparent;
}

.news_info_title {
  font-size: 125%;
  margin: 0 0 5px;
  width: 100%;
}

.news_info_title td {
  font-weight: bold;
}

.redline {
  background: none repeat scroll 0 0 #D3D3D3;
}

.news_info_title span {
  font-size: 75%;
  font-weight: normal;
}

ul.news_list {
  display: block;
  margin: 20px auto 0 0;
  width: 100%;
}

ul.news_list li {
  display: block;
  margin: 0 0 20px;
  padding: 0 10px;
}

.news_date {
  text-align: right;
}

#step_menu {
  margin: 15px auto 0 0;
}

#step_menu td {
  padding: 5px;
}

#step_menu td {
  color: #CCCCCC;
}

.news_month {
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 5px;
  padding-left: 20px;
}

.news_list a {
  text-decoration: underline;
}

.news_list a {
  color: #123170;
}

/* Twitterボタンの幅 */
iframe.twitter-count-vertical {
  width: 60px !important;
}

iframe.twitter-count-horizontal {
  width: 100px !important;
}

div.plan_tag {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 2px #FFFFFF inset;
  background-color: #FF8C00;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}

div.plan_option_tag {
  width: 90%;
  margin: 2px auto;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 2px #FFFFFF inset;
  background-color: #75A9FF;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}

table.tableResult_cust th.booking_time {
  background-color: #ECE8E0;
  width: 55px;
  padding: 5px 12px 5px 5px;
  border-bottom: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

table.form_button_area {
  margin: 5px auto;
  width: 100%;
}

.form_button_area input[type="submit"] {
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 2px #FFFFFF inset;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  width: 150px;
}

.form_button_area input[type="submit"]:hover {
  background: url("/images/sfum-dx-bg.png") repeat-x scroll 0 -5px #E9E9E9;
}

div.warning_msgs {
  font-size: 12px;
  padding: 5px;
  text-align: left;
  position: relative;
}

.ticket_pay_cont {
  position: relative;
  border-bottom: 1px solid #BBCCE1;
  padding-bottom: 20px;
  display: flex;
}
.ticket_pay_cont .paytxt_item {
  font-size: 1.4rem;
  padding: 0 0 20px;
  width: 70%;
  letter-spacing: 0.01em;
}
.ticket_pay_cont .paytxt_item h3 {
  font-size: 2rem;
  color: #FFFFC8;
  background: #49C8C7;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.pay_fami.en {
    font-size: 2rem;
    color: #FFFFC8;
    background: #49C8C7;
    padding: 13px 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
}
.pay_fami.en lable {
    width: 240px;
    font-size: large;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
}
.pay_fami.en lable > span {
    font-size: 11px;
    letter-spacing: 0.3em;
    padding-left: 20px;
}
.ticket_pay_cont .paytxt_item h3 + span {
  font-size: 1.6rem;
  color: #78B900 !important;
  font-weight: bold;
}
.ticket_pay_cont .paytxt_item ol {
  margin-left: 30px !important;
  padding: 10px 0 5px;
}
.ticket_pay_cont .paytxt_item ol li {
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  list-style-type: decimal;
}
.ticket_pay_cont .paytxt_item ol li a {
  padding: 0;
}
.ticket_pay_cont .paytxt_item ol li strong {
  color: #F04B5A;
  font-weight: bold;
}
.ticket_pay_cont .paytxt_item .pay_notice {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #CCCCCC;
}
.ticket_pay_cont .paytxt_item .pay_notice span {
  color: #C1272D !important;
}
.ticket_pay_cont .paytxt_item a {
  font-size: 1.4rem !important;
  color: #008BD8 !important;
  line-height: 1.8;
  display: inline-block;
  padding: 10px 0 0;
  transition: all 0.18s ease-out;
  text-decoration: none !important;
}
.ticket_pay_cont .paytxt_item a:hover {
  color: #F04B5A !important;
  background: #fff !important;
  transition: all 0.18s ease-out;
}
.ticket_pay_cont .paytxt_item #card_icon {
  padding: 20px 0 35px 0;
  display: flex;
  justify-content: center;
}
.ticket_pay_cont .paytxt_item #card_icon img {
  width: 70%;
}
.ticket_pay_cont .paytxt_item .near_famima {
  font-size: 1.2rem !important;
  font-weight: bold;
  display: inline-block;
  height: 30px;
  padding: 8px 20px;
  margin-top: 15px;
  text-align: center;
  line-height: 30px;
  color: #fff !important;
  background: #079339;
  border-radius: 50px;
  transition: all 0.18s ease-out;
}
.ticket_pay_cont .paytxt_item .near_famima:hover {
  color: #fff !important;
  background: #0080CF !important;
  transition: all 0.18s ease-out;
}
.ticket_pay_cont:nth-of-type(2) {
  padding-top: 40px;
  border-bottom: 0 solid #BBCCE1;
  padding-bottom: 0;
}
.ticket_pay_cont:nth-of-type(2) .paytxt_item h3 {
  background: #37C0E6;
}
.ticket_pay_cont:nth-of-type(2) .paytxt_item h3 + span {
  font-size: 1.6rem;
  color: #1E559B !important;
  font-weight: bold;
}

#credit_img,
#famiport_img {
  width: 30%;
  display: flex;
  align-items: center;
}
#credit_img img,
#famiport_img img {
  width: 90% !important;
}

p.scrollbar_sw {
  cursor: pointer;
  font-size: 90%;
  width: 45px;
  background: url("/images/scroll_sw.png") no-repeat scroll 27px 3px transparent;
  color: #c0c0c0;
}

div.booking_step_title {
  font-size: 1em;
}

.qtip-content {
  font-size: 10px;
  text-align: center;
}

div.results-pane {
  position: relative;
}

.top_page_plan_list {
  margin-bottom: 20px;
}

ol.top_page_plan_list li {
  border-bottom: 1px solid #DDDDDD !important;
  margin: 0 0 40px 0 !important;
  padding: 0 0 40px 0 !important;
  display: flex;
  justify-content: space-between;
}
ol.top_page_plan_list li .icon-zoom-in:before {
  display: none !important;
}

ol.top_page_plan_list li h3 {
  line-height: 1.2;
  margin: 0;
  max-height: none;
  padding: 0 0 4px;
  color: #696969;
  font-weight: bold;
}

/*.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}*/
ol.top_page_plan_list li ul.top_page_plan_stats {
  margin: 3px 0 0;
}

ol.top_page_plan_list,
ol.top_page_plan_list li ul {
  list-style: none outside none;
}

.top_page_plan_item_left {
    width: 300px;
    max-height: 300px;
    overflow-y: hidden;
    margin-right: 10px;
}
.top_page_plan_item_left img {
    width: 100%;
    margin: 0;
}

.top_page_plan_item_right {
  width: 83%;
}
.top_page_plan_item_right h3 {
  font-size: 1.8rem;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}
.top_page_plan_item_right h3 a {
  color: #008BD8 !important;
  background: #fff !important;
  transition: all 0.18s ease-out;
}
.top_page_plan_item_right h3 a:hover {
  color: #F04B5A !important;
  transition: all 0.18s ease-out;
}
.top_page_plan_item_right h3 p {
  font-size: 1.2rem;
  font-weight: normal;
  color: #a7a7a7;
}

div.booking_help_msg {
  background-color: #F9EDBE;
  border: 1px solid #F0C36D;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  margin: auto 22px;
  overflow: hidden;
}

div.booking_payment_help_msg {
  background-color: #F9EDBE;
  border: 1px solid #F0C36D;
  font-size: 12px;
  margin: auto 18px;
  padding: 5px;
  text-align: left;
}

a.standard_booking_mode {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: block;
  	/*
      //float: right;
  */
  font-size: 12px;
  font-weight: bold;
  margin: 0 0.5em 0 0;
  padding: 2px 8px;
}

a.standard_booking_mode:link {
  color: #4169e1;
}

a.standard_booking_mode:visited {
  color: #4169e1;
}

a.standard_booking_mode:active {
  color: #4169e1;
}

.booking_icon_ex {
  list-style: none;
  margin-left: -8px;
  margin-top: 5px;
}

ul.booking_icon_ex li {
  margin-right: 10px;
}

ul.booking_icon_ex img {
  margin-top: -1px;
}

a.link1,
a.link2 {
  text-decoration: underline;
}

a.link1:link,
a.link2:link {
  color: #0000cc;
}

/*未訪問のリンクの色*/
a.link1:visited,
a.link2:visited {
  color: #0000cc;
}

/*訪問済みのリンクの色*/
a.link1:hover {
  color: #ffffff;
  background: #0000cc;
}

/*カーソルが乗っているリンクの色*/
a.link1:active,
a.link2:active {
  color: #ffff00;
}

/*クリック中のリンクの色*/
.seat_mark {
  margin-top: 15px;
  width: 80px;
  display: block;
  border: 1px solid #72021c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  font-family: arial, helvetica, sans-serif;
  padding: 2px;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #a90329;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
  background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
  background-image: -moz-linear-gradient(top, #a90329, #6d0019);
  background-image: -ms-linear-gradient(top, #a90329, #6d0019);
  background-image: -o-linear-gradient(top, #a90329, #6d0019);
  background-image: linear-gradient(to bottom, #a90329, #6d0019);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

.no_seat_mark {
  margin-top: 15px;
  width: 80px;
  display: block;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  font-family: arial, helvetica, sans-serif;
  padding: 2px;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
  background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
  background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
  background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
  background-image: -o-linear-gradient(top, #d3d3d3, #707070);
  background-image: linear-gradient(to bottom, #d3d3d3, #707070);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
}

div.seat_box {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 2px rgba(0, 0, 0, 0.15);
  width: 900px;
  border: 1px solid #0085CA;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 5px 0;
}

table.seat_table {
  width: 100%;
  line-height: 1.4;
  empty-cells: show;
  font-size: 90%;
}

table.seat_table td,
table.seat_table th {
  background: none repeat scroll 0 0 transparent;
  margin: 0;
  vertical-align: top;
  line-height: 1.3;
  padding: 0 3px 0 0;
  /*
  vertical-align: middle;
  width:auto;
  */
  vertical-align: middle;
  width: auto;
  height: 30px;
}

table.seat_table tr.row_label {
  text-align: center;
}

table.seat_table tr.row_label td {
  padding-top: 3px;
  padding-bottom: 3px;
}

table.seat_table td.list1 {
  text-align: center;
}

table.seat_table td.list2 {
  text-align: center;
  background-color: #CFF7CF;
}

table.seat_table td.ctl {
  background-color: #F5FFFA;
  padding: 0 20px;
}

table.seat_table td.passage {
  text-align: center;
  padding: 0;
  background-color: #F1F1F1;
}

table.seat_table td.cell_passage {
  padding: 1px;
}

.seat_table_caption {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 0 10px 10px;
  text-align: left;
}

span.seat_label {
  display: block;
}
p.sales_txt label.seat_label_bold {
    font-weight: bold;
}
span.not_seat {
  background: url("/images/no_seat.png") no-repeat scroll center 15px transparent;
  padding: 20px 0 20px 22px;
  /*
  width: 24px;
  */
}

div.selected_seat_box {
  border-bottom: 1px dotted #CCCCCC;
  min-height: 45px;
  padding: 5px;
}

div.seat_table_fooder {
  background-color: #0085CA;
  height: 20px;
  border-radius: 0 0 6px 6px;
  margin-top: 10px;
  width: auto;
}

div.l_l_box {
  width: 600px;
}

div.l_l_box img {
  position: relative;
}

p.seat_mark_img {
  background-image: url("/images/seat_mark.png");
  height: 35px;
  width: 40px;
}

div.selected_seat_box_line {
  font-size: 1.0em;
  padding: 6px 5px 10px;
}

div.selected_seat_box_button_erae {
  padding-right: 7px;
  text-align: right;
}

div.selected_seat_box_line div.selected_seat_box_button_erae {
  /*//float: right;*/
}

div.selected_seat_box_button_erae div {
  margin: 5px auto;
}

div.icheckbox-wap {
  border: 1px solid #0080ff;
}

div.icheckbox-wap:hover {
  border: 1px solid #CCCCCC;
}

span.no_select_str {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background: url("/images/no_seat.png") no-repeat scroll center center transparent;
}

span.no_select_str1 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background: url("/images/check_white_20_20.png") no-repeat scroll center center transparent;
  background-color: gray;
}

p.seat_p {
  background-color: #DE8650;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  margin: 2px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.amount_breakdown {
  margin-top: 10px;
}

.amount_breakdown td {
  width: auto;
}

.rebon_seat_name {
  background-color: #0085CA;
  color: #fff;
  border-radius: 6px 6px 0 0;
  /*width:890px;*/
  width: auto;
}

.rebon_seat_name p {
  font-size: 12px;
  display: none;
}

.clear_selected_seat {
  text-align: center;
  cursor: pointer;
  border: 1px solid #ff6262;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #ff9a9a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(#ff4040));
  background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: linear-gradient(to bottom, #ff9a9a, #ff4040);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);
}

.clear_selected_seat:hover {
  border: 1px solid #ff3434;
  background-color: #ff6767;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6767), to(#ff0d0d));
  background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: linear-gradient(to bottom, #ff6767, #ff0d0d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
}

.buy_blue {
  text-align: center;
  cursor: pointer;
  border: 1px solid #1d34aa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2543DA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2543DA), to(#364FB3));
  background-image: -webkit-linear-gradient(top, #2543DA, #364FB3);
  background-image: -moz-linear-gradient(top, #2543DA, #364FB3);
  background-image: -ms-linear-gradient(top, #2543DA, #364FB3);
  background-image: -o-linear-gradient(top, #2543DA, #364FB3);
  background-image: linear-gradient(to bottom, #2543DA, #364FB3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2543DA, endColorstr=#364FB3);
}

.buy_blue:hover {
  border: 1px solid #162883;
  background-color: #1e36ae;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e36ae), to(#2a3e8c));
  background-image: -webkit-linear-gradient(top, #1e36ae, #2a3e8c);
  background-image: -moz-linear-gradient(top, #1e36ae, #2a3e8c);
  background-image: -ms-linear-gradient(top, #1e36ae, #2a3e8c);
  background-image: -o-linear-gradient(top, #1e36ae, #2a3e8c);
  background-image: linear-gradient(to bottom, #1e36ae, #2a3e8c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1e36ae, endColorstr=#2a3e8c);
}

.info_ex {
  background-color: #FFFFF0;
  border: 1px solid #BDBDBD;
  font-size: 12px;
  padding: 15px;
}

.sub_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1E559B;
  margin-bottom: 10px;
  position: absolute;
  top: -50px;
  left: 0;
}
.sub_title.en {
    top: -50px;
    line-height: 1em;
}
.sub_title.en > span {
    font-size: 11px;
    letter-spacing: 0.1em;
}
.notice_big {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff !important;
  background: #F04B5A;
  border-radius: 6px;
  margin-bottom: 25px;
  font-size: 2rem;
}
.notice_big span {
  font-size: 1.8rem !important;
  font-weight: bold;
  text-align: left;
}

.event_exclamation span {
  font-size: 1.4rem;
}
.event_exclamation span a {
  font-size: 1.4rem !important;
  color: #008BD8 !important;
  line-height: 1.8;
  display: inline-block;
  padding: 10px 0 0;
  transition: all 0.18s ease-out;
  text-decoration: none !important;
}
.event_exclamation span a:hover {
  color: #F04B5A !important;
  background: #fff !important;
  transition: all 0.18s ease-out;
}
.event_exclamation h3 {
  font-size: 1.6rem;
  color: #1E559B;
  font-weight: bold;
}
.event_exclamation ol {
  padding: 10px 0 5px;
  margin-left: 25px;
}
.event_exclamation ol li {
  font-size: 1.4rem;
  color: #666;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.event_exclamation ol li strong {
  color: #F04B5A;
  font-weight: bold;
}

#info_cont p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
#info_cont p span{
    font-size: xx-small;
}
#info_cont p .label_s.en{
    width: 120px;
    line-height: 1em;
}
#info_cont p:last-child {
  margin-bottom: 0;
}
#info_cont p .label_s {
  font-weight: bold;
}

.agreement {
  max-height: 250px;
  min-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

#pay_r {
  /*background: url("/images/famipo.gif") no-repeat scroll 595px 45px #F5FFFA;*/
  /*
  background: url("/images/famipo.gif") no-repeat scroll 730px 45px #F5FFFA;
  */
}

/*
#pay_r{
	background: url("/images/famipo2015.png") no-repeat scroll 730px 45px #F5FFFA;
}
*/
.payment_information_table {
  text-align: center;
  width: 95%;
  margin: 5px auto;
}

.payment_information_table th {
  background: url("/images/tabular_th.gif") repeat scroll 0 0 transparent;
}

.payment_information_table td,
.payment_information_table th {
  border-bottom: 1px solid #CCC;
  line-height: 2;
  margin: 0;
  padding: 5px;
}

.payment_information_table_caption {
  background: none repeat scroll 0 0 #555555;
  color: #FFFFFF;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.sub_payment_information_table_caption {
  background: none repeat scroll 0 0 #A6A6A6;
  color: #FFFFFF;
  padding: 10px;
}

.payment_information_table td.sub_w {
  font-size: 0.8em;
  padding: 10px;
}

.payment_information_table td.sub_w p {
  background: url("/images/canceled_booking.png") no-repeat scroll left 3px transparent;
  padding-left: 15px;
}

.agreement_box {
  max-height: 130px;
  min-height: 130px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
}

.agreement_box_err {
  background: #FFD7D7;
}

.agreement_w {
  color: red;
  padding: 5px;
  font-weight: bold;
}

#theme_select {
  background: url("/images/dropdown.png") no-repeat scroll 0 3px transparent;
  color: #111111;
  display: block;
  margin-left: 95px;
  margin-top: 1px;
  padding: 9px 8px;
  width: 200px;
  text-align: left;
}

ul.item-list {
  box-shadow: 0 0 5px #444444;
  display: none;
  margin-left: 95px;
  position: absolute;
  top: 33px;
  width: 210px;
  list-style: none outside none;
  text-align: left;
  z-index: 100;
}

ul.item-list li {
  background: none repeat scroll 0 0 #F0F0F0;
  display: inline;
  position: relative;
  font-size: 0.9em;
}

ul.item-list li a {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #FFFFFF;
  color: #333333;
  display: block;
  min-width: 199px;
  padding: 10px 0 10px 10px;
}

label.space_label {
  display: inline-block;
  /*width: 30px;*/
}

input.header_ser_keyword {
  background: url("/images/search.png") no-repeat scroll 5px 6px #FFFFFF;
  color: #999999;
  padding: 5px 5px 5px 26px;
  width: 785px;
}

input.header_ser_date {
  background: url("/images/calendar.gif") no-repeat scroll 5px 6px #FFFFFF;
  color: #999999;
  padding: 5px 5px 5px 26px;
  width: 75px;
}

div.ui-search-area {
  text-align: center;
  padding: 15px 0 0;
}

#ui-search-err {
  text-align: center;
  color: #FF0000;
  margin-top: 5px;
}

table.seat_table tr.row_label td.corridor_seat {
  background-color: #F1F1F1;
}

p.seat_warring_msg {
  /*font-weight: bold;*/
  color: #ff0000;
  /*margin-left: 5px;*/
  margin-bottom: 18px;
}

p.event_exclamation_item {
  font-size: 1.4rem;
  color: #3C4664;
  line-height: 1.6em;
  margin-bottom: 7px;
}

.stepitem {
  width: 260px;
  height: 285px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #cccccc;
}

/* booking.css */
.top_column_event_box {
  height: 100px;
  background: linear-gradient(to right, #5fb9e6, #51cfce);
}

#event_title {
  max-width: 1100px;
  padding: 0 3%;
  height: 100px;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.top_column_event_box span {
  display: inline-block;
}

.event_name {
  width: 70%;
  box-sizing: border-box;
  /*padding-right: 10%;*/
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: bold;
}

#event_rightbox {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#event_info {
  width: 100%;
  padding: 35px 3%;
  box-sizing: border-box;
  background: #fff;
}

#event_wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#event_thumb_cont {
  width: 40%;
  min-width: 180px;
  padding: 0 !important;
  margin: 0 25px 0 0 !important;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.event_thumb {
  width: 100%;
  margin: 10px;
}

.event_thumb:hover {
  /*border: 1px solid #F0C36D;*/
}

#event_data_cont {
  width: 60%;
  max-width: 875px;
  padding: 0 !important;
}

#event_info table {
  max-width: 1100px;
  width: 100%;
  margin: 0 !important;
}

#image_cont {
  width: 100%;
  max-width: 1100px;
  padding-top: 25px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.remodal img {
  width: 100%;
  max-height: 80%;
}

#image_cont span {
  display: block;
  width: 31.6%;
  padding-top: 21%;
  background: #F2F2F2;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

#image_cont span img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.chart {
  max-width: 1100px;
  padding: 90px 3% 0;
  margin: 0 auto;
  clear: left;
  font-size: 0.8em;
  color: #000;
}

div.also_check,
div.event_exclamation,
div.ticket_info,
div.warning_msgs {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3C4664;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(2, 67, 127, 0.1);
  border-radius: 6px;
  position: relative;
  margin-bottom: 100px;
}

#event_info_wrap {
  display: flex;
  justify-content: space-between;
}
#event_info_wrap #event_cont_left {
  width: 55%;
}
#event_info_wrap #event_cont_left #event_txt_cont {
  padding: 0 !important;
}
#event_info_wrap #event_cont_right {
  width: 40%;
}

div.also_check {
  margin: -90px 0 0;
}

#sales_period {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BBCCE1;
}

p.sales_txt {
  font-size: 2rem;
  color: #1E559B;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
}
p.sales_txt span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  flex: 1;
}
p.sales_txt .soldout {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 4px 10px 2px 20px;
  color: #fff;
  background: #C1272D;
  border-radius: 4px;
  position: relative;
  top: -2px;
}

/*p.sales_txt:nth-child(1) {*/
/*  color: #1E559B;*/
/*}*/

p.sales_txt .label_m {
  width: 90px;
  font-weight: normal;
  color: #666;
}
.label_m.en >span{
    font-size: xx-small;
    letter-spacing: 0.1em;
}
.space5 {
  clear: both;
  float: none;
  height: 5px;
}

.space10 {
  clear: both;
  float: none;
  height: 10px;
}

label.label_l {
  width: 135px;
  min-width: 135px;
  height: 100%;
  display: block;
  font-weight: bold;
  color: #666;
}
.label_l.en {
    width: 235px;
    min-width: 235px;
    height: 100%;
    display: block;
    font-weight: bold;
    color: #666;
}
.label_l.en >span{
    font-size: xx-small;
    letter-spacing: 0.1em;
}

.event_c > span {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  display: flex;
  align-items: center;
}

label.label_m {
  width: 135px !important;
  display: inline-block;
}

label.label_s {
  width: 70px;
  display: inline-block;
}

.event_mark_1 {
  width: auto;
  height: 34px;
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
  color: #F15B69;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 34px;
  border-radius: 100px;
  white-space: nowrap;
}
.event_mark_1.en {
    line-height: 1em;
    text-align: center;
    padding-top: 8px;
}
.event_mark_2 {
  width: auto;
  height: 34px;
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
  color: #f18d05;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 34px;
  border-radius: 100px;
  white-space: nowrap;
}

.event_mark_3 {
  width: auto;
  height: 34px;
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
  color: #0085ca;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 34px;
  border-radius: 100px;
  white-space: nowrap;
}

.event_mark_4 {
  width: auto;
  height: 34px;
  display: inline-block;
  padding: 0 25px;
  background-color: #f10505;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 34px;
  border-radius: 100px;
  white-space: nowrap;
}
.event_mark_4.en {
    line-height: 1em;
    text-align: center;
    padding-top: 8px;
}
.go_to_campaign_event_mark {
    width: auto;
    height: 34px;
    display: inline-block;
    padding: 0 25px;
    background-color: #f10505;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 34px;
    border-radius: 100px;
    white-space: nowrap;
    margin-right: 6px;
}

a.link1,
a.link2 {
  text-decoration: underline;
}

a.link1:link,
a.link2:link {
  color: #0000CC;
}

a.link1:visited,
a.link2:visited {
  color: #0000CC;
}

a.link1:hover {
  background: none repeat scroll 0 0 #0000CC;
  color: #FFFFFF;
}

a.link1:active,
a.link2:active {
  color: #FFFF00;
}

p.sub_title + p {
  width: 100%;
  background: #ccc;
}

.reservation {
  padding: 5px 0;
}

.reservation_line {
  margin-bottom: 20px;
}

.reservation_line select {
  -webkit-appearance: none;
  min-width: 150px;
  font-size: 1.6rem;
  color: #fff;
  background: #5FB9E6;
  padding: 12px 40px 12px 20px;
  border: 0 solid #5FB9E6;
  margin-right: 6px;
  background-image: url("/images/icon_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 10px;
}
.reservation_line select:disabled {
  opacity: 0.5;
}
.reservation_line select:focus {
  outline: 0;
}

.reservation_line p:nth-of-type(1) {
  color: #1E559B !important;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.reservation_line > div {
  margin-bottom: 20px;
}

.ticket_selct_txt {
  color: #666 !important;
  font-size: 1.4rem;
  font-weight: bold;
}

.ticket_select_label {
    color: #666 !important;
    font-size: 1.8rem;
    font-weight: bold;
}
.reservation_item_label {
  margin-top: 10px;
  display: inline-block !important;
}

.reservation_line {
  text-align: right;
  width: 100%;
}

.event_status_label {
  margin: 20px 0 20px 0;
  text-align: right;
}
.event_status_label img {
  width: 250px;
  height: 60px;
}

.reservation_line div,
.reservation_line p {
  display: block;
  *display: inline;
  *zoom: 1;
}

.event_c {
  width: 100%;
  padding: 8px;
  margin: 5px 2px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1E559B;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.event_c:last-child {
  align-items: stretch;
}

.event_c a {
  margin-left: 20px;
}

.event_c:nth-child(2n) {
  background: #F8F8F8;
}

p.font-90 {
  font-size: 90%;
}

.icon-1 {
  font-size: 1em;
}

.icon-2 {
  font-size: 2em;
}

.icon-3 {
  font-size: 4em;
}

.icon-4 {
  font-size: 7em;
}

.icon-5 {
  font-size: 12em;
}

.icon-6 {
  font-size: 20em;
}

.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6 {
  margin-right: 0.0714286em;
}

/* buttons.css */
@-webkit-keyframes glowing {
  /* line 8, /scss/partials/_glow.scss */
  from {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 9, /scss/partials/_glow.scss */
  50% {
    -webkit-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 10, /scss/partials/_glow.scss */
  to {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@-khtml-keyframes glowing {
  /* line 14, /scss/partials/_glow.scss */
  from {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 15, /scss/partials/_glow.scss */
  50% {
    -webkit-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 16, /scss/partials/_glow.scss */
  to {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@-moz-keyframes glowing {
  /* line 20, /scss/partials/_glow.scss */
  from {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 21, /scss/partials/_glow.scss */
  50% {
    -webkit-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 22, /scss/partials/_glow.scss */
  to {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@-ms-keyframes glowing {
  /* line 26, /scss/partials/_glow.scss */
  from {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 27, /scss/partials/_glow.scss */
  50% {
    -webkit-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 28, /scss/partials/_glow.scss */
  to {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@-o-keyframes glowing {
  /* line 32, /scss/partials/_glow.scss */
  from {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 33, /scss/partials/_glow.scss */
  50% {
    -webkit-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 34, /scss/partials/_glow.scss */
  to {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@keyframes glowing {
  /* line 38, /scss/partials/_glow.scss */
  from {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 39, /scss/partials/_glow.scss */
  50% {
    -webkit-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(44, 154, 219, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 40, /scss/partials/_glow.scss */
  to {
    -webkit-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
/* line 25, /scss/partials/_buttons.scss */
.button {
  width: 200px;
  height: 36px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: 0 !important;
}

/* line 43, /scss/partials/_buttons.scss */
.button:hover {
  opacity: 0.7;
  transition: all 0.18s ease-out;
}

/* line 47, /scss/partials/_buttons.scss */
.button:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}

/* line 53, /scss/partials/_buttons.scss */
.button:focus {
  outline: none;
}

/* line 59, /scss/partials/_buttons.scss */
button.button,
input.button {
  height: 34px;
  cursor: pointer;
}

/* line 65, /scss/partials/_buttons.scss */
.button-block {
  display: block;
}

/* line 74, /scss/partials/_buttons.scss */
.button.disabled,
.button.disabled:active,
.button.disabled:hover,
button.button:disabled,
input.button:disabled {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border: 1px solid #DDD;
  text-shadow: 0 1px 1px white;
  color: #CCC;
  cursor: default;
}

/* line 84, /scss/partials/_buttons.scss */
.button-wrap {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -moz-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: -o-linear-gradient(top, #e3e3e3, #f2f2f2);
  background: linear-gradient(top, #e3e3e3, #f2f2f2);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: inline-block;
}

/* ���� */
.button-bold {
  font-weight: bold;
}

/* line 100, /scss/partials/_buttons.scss */
.button-rounded {
  border-radius: 100px;
}

/* line 100, /scss/partials/_buttons.scss */
.button-pill {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

/* line 100, /scss/partials/_buttons.scss */
.button-circle {
  -webkit-border-radius: 240px;
  -moz-border-radius: 240px;
  -ms-border-radius: 240px;
  -o-border-radius: 240px;
  border-radius: 240px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 120px;
  line-height: 120px;
  height: 120px;
  padding: 0;
  border-width: 4px;
  font-size: 18px;
}

/* line 135, /scss/partials/_buttons.scss */
.button-primary {
  background: #1E559B;
  color: #fff;
  text-align: center;
}

/* line 142, /scss/partials/_buttons.scss */
/* line 146, /scss/partials/_buttons.scss */
.button-primary:active {
  background: #1E559B;
  color: #fff;
}

#ticket_apply {
  width: 80% !important;
  max-width: 300px;
  font-size: 2.2rem !important;
  margin: 0 0 0 auto !important;
  background: #1E559B;
  color: #fff;
  padding: 10px 0;
}
#ticket_apply:active {
  color: #fff;
}

#before_reservation {
  width: 85%;
  text-align: right;
  background-color: #f0f0f0;
  padding: 20px;
  margin: 0 0 0 auto !important;
  border-radius: 10px;
}
#before_reservation select {
  margin-bottom: 15px;
}
#before_reservation #ticket_apply {
  width: 80% !important;
  max-width: 300px;
  font-size: 2.2rem !important;
  margin: 0 0 15px auto !important;
  background: #1E559B;
  color: #fff;
}
#before_reservation #ticket_apply:active {
  color: #fff;
}
#before_reservation #ticket_apply {
  opacity: 0.3;
  margin-bottom: 15px;
}
#before_reservation .reservation p {
  margin: 0;
}
#before_reservation .reservation p span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #C1272D;
}

/* line 135, /scss/partials/_buttons.scss */
.button-action {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
  background: -moz-linear-gradient(top, #8fcf00, #6b9c00);
  background: -o-linear-gradient(top, #8fcf00, #6b9c00);
  background: linear-gradient(top, #8fcf00, #6b9c00);
  background-color: #7db500;
  border-color: #5a8200;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
}

/* line 142, /scss/partials/_buttons.scss */
.button-action:hover {
  background-color: #7db500;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
  background: -moz-linear-gradient(top, #a0e800, #6b9c00);
  background: -o-linear-gradient(top, #a0e800, #6b9c00);
  background: linear-gradient(top, #a0e800, #6b9c00);
}

/* line 146, /scss/partials/_buttons.scss */
.button-action:active {
  background: #76a312;
  color: #374f00;
}

/* line 135, /scss/partials/_buttons.scss */
.button-highlight {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
  background: -webkit-linear-gradient(top, #fa9915, #d87e04);
  background: -moz-linear-gradient(top, #fa9915, #d87e04);
  background: -o-linear-gradient(top, #fa9915, #d87e04);
  background: linear-gradient(top, #fa9915, #d87e04);
  background-color: #f18d05;
  border-color: #bf7004;
  color: white;
  text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
}

/* line 142, /scss/partials/_buttons.scss */
.button-highlight:hover {
  background-color: #f18d05;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
  background: -webkit-linear-gradient(top, #fba42e, #d87e04);
  background: -moz-linear-gradient(top, #fba42e, #d87e04);
  background: -o-linear-gradient(top, #fba42e, #d87e04);
  background: linear-gradient(top, #fba42e, #d87e04);
}

/* line 146, /scss/partials/_buttons.scss */
.button-highlight:active {
  background: #d8891e;
  color: #8d5303;
}

/* line 135, /scss/partials/_buttons.scss */
.button-caution {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #e8543f, #d9331a);
  background: -moz-linear-gradient(top, #e8543f, #d9331a);
  background: -o-linear-gradient(top, #e8543f, #d9331a);
  background: linear-gradient(top, #e8543f, #d9331a);
  background-color: #e54028;
  border-color: #c22d18;
  color: white;
  text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
}

/* line 142, /scss/partials/_buttons.scss */
.button-caution:hover {
  background-color: #e54028;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #eb6855, #d9331a);
  background: -moz-linear-gradient(top, #eb6855, #d9331a);
  background: -o-linear-gradient(top, #eb6855, #d9331a);
  background: linear-gradient(top, #eb6855, #d9331a);
}

/* line 146, /scss/partials/_buttons.scss */
.button-caution:active {
  background: #cd5240;
  color: #952312;
}

/* line 135, /scss/partials/_buttons.scss */
.button-royal {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99389f), color-stop(100%, #752a79));
  background: -webkit-linear-gradient(top, #99389f, #752a79);
  background: -moz-linear-gradient(top, #99389f, #752a79);
  background: -o-linear-gradient(top, #99389f, #752a79);
  background: linear-gradient(top, #99389f, #752a79);
  background-color: #87318c;
  border-color: #632466;
  color: white;
  text-shadow: 0 -1px 1px rgba(26, 9, 27, 0.35);
}

/* line 142, /scss/partials/_buttons.scss */
.button-royal:hover {
  background-color: #87318c;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab3eb2), color-stop(100%, #752a79));
  background: -webkit-linear-gradient(top, #ab3eb2, #752a79);
  background: -moz-linear-gradient(top, #ab3eb2, #752a79);
  background: -o-linear-gradient(top, #ab3eb2, #752a79);
  background: linear-gradient(top, #ab3eb2, #752a79);
}

/* line 146, /scss/partials/_buttons.scss */
.button-royal:active {
  background: #764479;
  color: #3e1740;
}

/* line 160, /scss/partials/_buttons.scss */
.button-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #eeeeee;
  border: none;
  text-shadow: none;
}

/* line 169, /scss/partials/_buttons.scss */
.button-flat:hover {
  background: #fbfbfb;
}

/* line 172, /scss/partials/_buttons.scss */
.button-flat:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #eeeeee;
  color: #bbbbbb;
}

/* line 177, /scss/partials/_buttons.scss */
.button-flat.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 189, /scss/partials/_buttons.scss */
.button-flat-primary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #00a1cb;
  color: white;
  text-shadow: none;
  border: none;
}

/* line 198, /scss/partials/_buttons.scss */
.button-flat-primary:hover {
  background: #00b5e5;
}

/* line 201, /scss/partials/_buttons.scss */
.button-flat-primary:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #1495b7;
  color: #00647f;
}

/* line 206, /scss/partials/_buttons.scss */
.button-flat-primary.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 189, /scss/partials/_buttons.scss */
.button-flat-action {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #7db500;
  color: white;
  text-shadow: none;
  border: none;
}

/* line 198, /scss/partials/_buttons.scss */
.button-flat-action:hover {
  background: #8fcf00;
}

/* line 201, /scss/partials/_buttons.scss */
.button-flat-action:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #76a312;
  color: #486900;
}

/* line 206, /scss/partials/_buttons.scss */
.button-flat-action.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 189, /scss/partials/_buttons.scss */
.button-flat-highlight {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f18d05;
  color: white;
  text-shadow: none;
  border: none;
}

/* line 198, /scss/partials/_buttons.scss */
.button-flat-highlight:hover {
  background: #fa9915;
}

/* line 201, /scss/partials/_buttons.scss */
.button-flat-highlight:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #d8891e;
  color: #a66103;
}

/* line 206, /scss/partials/_buttons.scss */
.button-flat-highlight.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 189, /scss/partials/_buttons.scss */
.button-flat-caution {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #e54028;
  color: white;
  text-shadow: none;
  border: none;
}

/* line 198, /scss/partials/_buttons.scss */
.button-flat-caution:hover {
  background: #e8543f;
}

/* line 201, /scss/partials/_buttons.scss */
.button-flat-caution:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #cd5240;
  color: #ac2815;
}

/* line 206, /scss/partials/_buttons.scss */
.button-flat-caution.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 189, /scss/partials/_buttons.scss */
.button-flat-royal {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #87318c;
  color: white;
  text-shadow: none;
  border: none;
}

/* line 198, /scss/partials/_buttons.scss */
.button-flat-royal:hover {
  background: #99389f;
}

/* line 201, /scss/partials/_buttons.scss */
.button-flat-royal:active {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  background: #764479;
  color: #501d53;
}

/* line 206, /scss/partials/_buttons.scss */
.button-flat-royal.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 221, /scss/partials/_buttons.scss */
.button-large {
  font-size: 19px;
  height: 38.4px;
  line-height: 38.4px;
  padding: 0 30.72px;
}

/* line 245, /scss/partials/_buttons.scss */
button.button-large,
input.button-large {
  height: 40.4px;
}

/* line 221, /scss/partials/_buttons.scss */
.button-small {
  font-size: 16px;
  height: 25.6px;
  line-height: 25.6px;
  padding: 0 20.48px;
}

/* line 245, /scss/partials/_buttons.scss */
button.button-small,
input.button-small {
  height: 27.6px;
}

/* line 221, /scss/partials/_buttons.scss */
.button-tiny {
  font-size: 12px;
  height: 22.4px;
  line-height: 25px;
  padding: 0 17.92px;
}

/* line 245, /scss/partials/_buttons.scss */
button.button-tiny,
input.button-tiny {
  height: 24.4px;
}

/* line 265, /scss/partials/_buttons.scss */
.button.glow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -khtml-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: glowing;
  -khtml-animation-name: glowing;
  -moz-animation-name: glowing;
  -ms-animation-name: glowing;
  -o-animation-name: glowing;
  animation-name: glowing;
}

/* line 268, /scss/partials/_buttons.scss */
.button.glow:active {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -ms-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
}

/* line 279, /scss/partials/_buttons.scss */
.button-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block;
}

/* line 284, /scss/partials/_buttons.scss */
.button-dropdown .button-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/* line 295, /scss/partials/_buttons.scss */
.button-dropdown .button .icon-caret-down {
  font-size: 90%;
  margin: 0 0 0 3px;
  vertical-align: middle;
}

/* line 302, /scss/partials/_buttons.scss */
.button-dropdown ul.button-dropdown-menu-below {
  top: 115%;
}

/* line 305, /scss/partials/_buttons.scss */
.button-dropdown ul.button-dropdown-menu-above {
  bottom: 115%;
  top: auto;
}

/* line 311, /scss/partials/_buttons.scss */
.button-dropdown ul {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  background: #fcfcfc;
  top: -2px;
  left: -2px;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 102%;
}

/* line 325, /scss/partials/_buttons.scss */
.button-dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

/* line 330, /scss/partials/_buttons.scss */
.button-dropdown ul li:first-child a {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 333, /scss/partials/_buttons.scss */
.button-dropdown ul li:last-child a {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 339, /scss/partials/_buttons.scss */
.button-dropdown ul .button-dropdown-divider {
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  border-top: 1px solid #e4e4e4;
}

/* line 344, /scss/partials/_buttons.scss */
.button-dropdown ul a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
}

/* line 353, /scss/partials/_buttons.scss */
.button-dropdown ul a:hover {
  background-color: #3c6ab9;
  color: white;
}

.button-3d {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #E9E9E9));
  background-image: -webkit-linear-gradient(top, #F3F3F3, #E9E9E9);
  background-image: -moz-linear-gradient(top, #F3F3F3, #E9E9E9);
  background-image: -ms-linear-gradient(top, #F3F3F3, #E9E9E9);
  background-image: -o-linear-gradient(top, #F3F3F3, #E9E9E9);
  background-image: linear-gradient(top, #F3F3F3, #E9E9E9);
  	/*
      background: -moz-linear-gradient(center top , #F3F3F3, #E9E9E9) repeat scroll 0 0 #EEEEEE;
      */
  border: 1px solid #E1E1E1;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 7px 0 #BBBBBB, 0 8px 3px rgba(0, 0, 0, 0.2);
  color: #666666;
  position: relative;
  text-shadow: none;
  top: 0;
  transition-duration: 0.3s;
  transition-property: all;
}

.button-3d:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #EBEBEB));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEBEB);
  background-image: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
  background-image: -ms-linear-gradient(top, #FFFFFF, #EBEBEB);
  background-image: -o-linear-gradient(top, #FFFFFF, #EBEBEB);
  background-image: linear-gradient(top, #FFFFFF, #EBEBEB);
  	/*
      background: -moz-linear-gradient(center top , #FFFFFF, #EBEBEB) repeat scroll 0 0 #FFFFFF;
      */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 7px 0 #BBBBBB, 0 8px 3px rgba(0, 0, 0, 0.2);
}

.button-3d:active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E9E9E9), color-stop(100%, #F3F3F3));
  background-image: -webkit-linear-gradient(top, #E9E9E9, #F3F3F3);
  background-image: -moz-linear-gradient(top, #E9E9E9, #F3F3F3);
  background-image: -ms-linear-gradient(top, #E9E9E9, #F3F3F3);
  background-image: -o-linear-gradient(top, #E9E9E9, #F3F3F3);
  background-image: linear-gradient(top, #E9E9E9, #F3F3F3);
  	/*
      background: -moz-linear-gradient(center top , #E9E9E9, #F3F3F3) repeat scroll 0 0 #EEEEEE;
      */
  border: 1px solid #E1E1E1;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 2px 0 #BBBBBB, 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #BBBBBB;
  top: 5px;
}

.button-3d.disabled {
  box-shadow: none;
}

.button-3d-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00A9D5), color-stop(100%, #0099C1));
  background-image: -webkit-linear-gradient(top, #00A9D5, #0099C1);
  background-image: -moz-linear-gradient(top, #00A9D5, #0099C1);
  background-image: -ms-linear-gradient(top, #00A9D5, #0099C1);
  background-image: -o-linear-gradient(top, #00A9D5, #0099C1);
  background-image: linear-gradient(top, #00A9D5, #0099C1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00A9D5, endColorstr=#0099C1);
  /*
  background: -moz-linear-gradient(center top , #00A9D5, #0099C1) repeat scroll 0 0 #00A1CB;
  */
  border: 1px solid #007998;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 7px 0 #007998, 0 8px 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  position: relative;
  text-shadow: none;
  top: 0;
  transition-duration: 0.3s;
  transition-property: all;
}

.button-3d-primary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00C1F4), color-stop(100%, #009DC6));
  background-image: -webkit-linear-gradient(top, #00C1F4, #009DC6);
  background-image: -moz-linear-gradient(top, #00C1F4, #009DC6);
  background-image: -ms-linear-gradient(top, #00C1F4, #009DC6);
  background-image: -o-linear-gradient(top, #00C1F4, #009DC6);
  background-image: linear-gradient(top, #00C1F4, #009DC6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00C1F4, endColorstr=#009DC6);
  	/*
      background: -moz-linear-gradient(center top , #00C1F4, #009DC6) repeat scroll 0 0 #00C9FE;
      */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 7px 0 #00708E, 0 8px 3px rgba(0, 0, 0, 0.3);
}

.button-3d-primary:active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099C1), color-stop(100%, #00A9D5));
  background-image: -webkit-linear-gradient(top, #0099C1, #00A9D5);
  background-image: -moz-linear-gradient(top, #0099C1, #00A9D5);
  background-image: -ms-linear-gradient(top, #0099C1, #00A9D5);
  background-image: -o-linear-gradient(top, #0099C1, #00A9D5);
  background-image: linear-gradient(top, #0099C1, #00A9D5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0099C1, endColorstr=#00A9D5);
  	/*
      background: -moz-linear-gradient(center top , #0099C1, #00A9D5) repeat scroll 0 0 #1495B7;
      */
  border: 1px solid #008DB2;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 2px 0 #007998, 0 3px 3px rgba(0, 0, 0, 0.3);
  color: #005065;
  top: 5px;
}

.button-3d-primary.disabled {
  box-shadow: none;
}

.button-3d-action {
  background: -moz-linear-gradient(center top, #84BF00, #76AB00) repeat scroll 0 0 #7DB500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84BF00), to(#76AB00));
  border: 1px solid #5A8200;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 7px 0 #5A8200, 0 8px 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  position: relative;
  text-shadow: none;
  top: 0;
  transition-duration: 0.3s;
  transition-property: all;
}

.button-3d-action:hover {
  background: -moz-linear-gradient(center top, #99DE00, #79B000) repeat scroll 0 0 #A0E800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99DE00), to(#79B000));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 7px 0 #537800, 0 8px 3px rgba(0, 0, 0, 0.3);
}

.button-3d-action:active {
  background: -moz-linear-gradient(center top, #76AB00, #84BF00) repeat scroll 0 0 #76A312;
  border: 1px solid #6B9C00;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 2px 0 #5A8200, 0 3px 3px rgba(0, 0, 0, 0.3);
  color: #374F00;
  top: 5px;
}

.button-3d-action.disabled {
  box-shadow: none;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media screen and (max-width: 736px) {
  /* main */
  #main {
    min-height: none;
    margin-top: 61px;
  }

  .top_column_event_box {
    height: auto;
    margin: 0;
  }
  .top_column_event_box #event_title {
    height: auto;
    display: block;
    padding: 10px;
  }
  .top_column_event_box #event_title .event_name {
    width: 100%;
    padding-right: 0;
    font-size: 1.8rem;
  }
  .top_column_event_box #event_title #event_rightbox {
    width: 100%;
    padding: 3% 0 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }

  #event_info {
    width: 100%;
    padding: 35px 0;
  }

  #event_wrap {
    display: block;
  }
  #event_wrap #event_thumb_cont {
    width: 100%;
    margin: 0 auto 25px auto !important;
    max-width: 70%;
  }
  #event_wrap #event_data_cont {
    width: 100%;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  #event_wrap #event_data_cont .event_c {
    font-size: 1.4rem;
    width: 100%;
    padding: 3%;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: 0.00em;
  }
  #event_wrap #event_data_cont .event_c > span {
    display: block;
    width: 55%;
    text-align: left;
  }
  #event_wrap #event_data_cont .event_c label.label_l {
    width: 45%;
    min-width: 100px;
    flex: 1;
  }
  #event_wrap #event_data_cont .event_c .button {
    width: auto;
    display: inline-flex;
  }
  #event_wrap #event_data_cont .event_c a {
    margin-left: 0;
    font-size: 1.2rem;
    padding: 0 8%;
  }

  div.chart {
    padding: 60px 3% 0;
  }

  div.also_check,
  div.event_exclamation,
  div.ticket_info,
  div.warning_msgs {
    font-size: 1.4rem;
    padding: 5%;
    margin-bottom: 80px;
  }

  h2.sub_title {
    font-size: 2rem;
    font-weight: bold;
    color: #1E559B;
    margin-bottom: 10px;
    position: absolute;
    top: -40px;
    left: 0;
  }

  p.sales_txt {
    font-size: 1.6rem;
    color: #1E559B;
    font-weight: bold;
    margin-bottom: 10px;
  }
  p.sales_txt .soldout {
    padding: 2px 10px 2px 20px !important;
  }

  label.label_m {
    width: 80px !important;
    /*white-space: nowrap;*/
  }

  #event_info_wrap {
    display: block;
  }
  #event_info_wrap #event_cont_left {
    width: 100%;
  }
  #event_info_wrap #event_cont_left #event_txt_cont {
    padding: 0 0 10% 0 !important;
  }
  #event_info_wrap #event_cont_right {
    width: 100%;
  }

  .reservation_line .reservation_item_label {
    display: block !important;
    text-align: left;
    font-size: 20px;
  }

  .reservation_line p:nth-of-type(1) {
    font-size: 1.6rem;
    text-align: center;
  }

  .ticket_selct_txt {
    text-align: left;
  }

  .reservation_line select {
    -webkit-appearance: none;
    min-width: none;
    width: 100%;
    font-size: 1.6rem;
  }

  .event_status_label {
    margin: 20px 0 20px 0;
    text-align: center;
  }
  .event_status_label img {
    width: 30%;
    height: auto;
  }

  #ticket_apply {
    width: 80% !important;
    max-width: 300px;
    font-size: 2.2rem !important;
    padding: 5px !important;
    margin: 0 auto 0 auto !important;
  }
  #ticket_apply:active {
    color: #fff;
  }

  #before_reservation {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 0 auto !important;
  }
  #before_reservation > p {
    text-align: center;
  }
  #before_reservation .reservation_item_label {
    font-weight: bold;
    color: #666;
    display: block !important;
    text-align: left;
  }
  #before_reservation #ticket_apply {
    width: 95% !important;
    padding: 5px !important;
  }

  .ticket_pay_cont {
    display: block;
  }
  .ticket_pay_cont .paytxt_item {
    letter-spacing: 0;
    width: 100%;
  }
  .ticket_pay_cont .paytxt_item h3 {
    font-size: 1.8rem;
  }
  .ticket_pay_cont .paytxt_item #card_icon {
    padding: 10px 0 20px 0;
  }
  .ticket_pay_cont .paytxt_item #card_icon img {
    width: 100%;
  }
  .ticket_pay_cont .near_famima {
    width: 100%;
    max-width: 270px;
    display: block !important;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
  }
  .ticket_pay_cont:nth-of-type(2) {
    padding-top: 10px;
  }

  #credit_img,
  #famiport_img {
    width: 100%;
  }
  #credit_img img,
  #famiport_img img {
    width: 90% !important;
    margin: 0 auto 0 auto;
  }

  .notice_big {
    text-align: left;
  }

  #info_cont p {
    font-size: 1.4rem;
  }

  /*  こちらも要チェック*/
  div.also_check {
    margin: -65px 0 0;
  }

  ol.top_page_plan_list li {
    margin: 0 0 30px 0 !important;
    padding: 0 0 30px 0 !important;
    display: block;
  }

  ol.top_page_plan_list li h3 {
    line-height: 1.4;
  }
  ol.top_page_plan_list li h3 a {
    display: block;
  }
  ol.top_page_plan_list li h3 p {
    text-align: right;
    display: block !important;
    float: none !important;
  }

  .top_page_plan_item_left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .top_page_plan_item_right {
    width: 100%;
  }
  .top_page_plan_item_right h3 {
    font-size: 1.4rem;
    margin-bottom: 15px !important;
  }
  .top_page_plan_item_right p {
    font-size: 1.2rem;
  }
  .top_page_plan_item_right .etc_event_bt {
    float: none !important;
  }
  .top_page_plan_item_right .etc_event_bt a {
    margin: 20px auto 0 auto;
  }

  /** blockUI **/
  .blockPage {
    width: 90% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

}

@media screen and (min-width: 737px) {
  .br_sp{
    display: none;
  }
}


/*end*/
