body {
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
	color: #222;
	background-color:#fff;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

.is-size-14 {
	font-size: 14px;
}

.orikaeshi {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break:break-all;
}

.navbar-icon-list {
	display: flex;
}

.navbar-burger:hover {
	background-color: rgba(0,0,0, 0);
}

.ytube_area {
  max-width: 700px;
}
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.info_box {
	display:flex;
}

.info_more {
	display: none;
}

.info_list_box {
	width: 200px;
	word-wrap: break-word;
}

.ie_info_area {
	display:flex;flex-wrap:wrap;
	justify-content: center;
}

.info_list_box .is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.movie_list_box {
	display: flex;
}

.movie_trailer_img {
	width: 250px;
	margin-right: 30px;
}

.story-title {
	width: 90px;
	padding: 5px 10px;
	margin-bottom: 3px;
	font-size: 1em;
	background-color: #000;
}

#main {
	background-color: #E5FFFF;
	padding-top: 100px;
	margin: 0px;
}

#title_logo {
	width: 150px;
}

.ad-footer-bg {
	background-color: #7a7a7a !important;
}

.footer-bg {
	background-color: #7a7a7a !important;
}

.z-is-success.input, .z-is-success.textarea {
  /*border-color: #48c774;*/
}

.z-is-success.input:focus, .z-is-success.textarea:focus, .z-is-success.is-focused.input, .z-is-success.is-focused.textarea, .z-is-success.input:active, .z-is-success.textarea:active, .z-is-success.is-active.input, .z-is-success.is-active.textarea {
  /*box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);*/
}

.button.z-is-primary {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

.button.z-is-primary:hover, .button.z-is-primary.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

.button.z-is-primary:focus, .button.z-is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.z-is-primary:focus:not(:active), .button.z-is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.button.z-is-primary:active, .button.z-is-primary.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.button.z-is-primary[disabled],
fieldset[disabled] .button.z-is-primary {
  background-color: #3298dc;
  border-color: transparent;
  box-shadow: none;
}

.button.z-is-primary.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  color: #3298dc;
}

.button.z-is-primary.is-outlined:hover, .button.z-is-primary.is-outlined.is-hovered, .button.z-is-primary.is-outlined:focus, .button.z-is-primary.is-outlined.is-focused {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.button.z-is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

.button.z-is-primary.is-outlined.is-loading:hover::after, .button.z-is-primary.is-outlined.is-loading.is-hovered::after, .button.z-is-primary.is-outlined.is-loading:focus::after, .button.z-is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.z-is-primary.is-outlined[disabled],
fieldset[disabled] .button.z-is-primary.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  box-shadow: none;
  color: #3298dc;
}

.z-has-text-white {
  color: white !important;
}

a.z-has-text-white:hover, a.z-has-text-white:focus {
  color: #e6e6e6 !important;
}

#input_form {
	width:360px;
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

.main-body {
	padding: 1.5rem;
	display: block;
	box-sizing: inherit;
}

input[type="checkbox"][disabled] + span {
	color: #707070;
}

#ss_loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

#ss_loading .ss_loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/Iphone-spinner-2.gif") center center no-repeat;
}
/* -----@ad_event_list.html--------------------------------------------- */
/* -----mobile dropdown----- */
.dropdown.mobile-menu span {
	font-size: .6rem;
	font-weight: bold;
}

.dropdown.mobile-menu button {
	border-radius: 0px;
}

.dropdown-menu.mobile {
		display: none;
		left: 0;
		padding-top: 4px;
		min-width: 6rem;
		position: absolute;
		top: 100%;
		z-index: 20;
}

.mobile-dropdown-content {
		background-color: #fff;
		box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
		padding-bottom: .5rem;
		padding-top: .5rem;
}

.mobile-dropdown-item {
	 color: #4a4a4a;
		display: block;
		font-size: .875rem;
		line-height: 1.5;
		padding: .375rem 1rem;
		position: relative;
}

a.mobile-dropdown-item {
		padding-right: 1rem;
		text-align: inherit;
		white-space: nowrap;
		width: 100%;
		font-size: .5rem;
		font-weight: bold;
}

a.mobile-dropdown-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a;
}

.mobile-dropdown-divider {
		background-color: #ededed;
		border: none;
		display: block;
		height: 1px;
		margin: .3rem 0;
}

/* -----pc left menu----- */
.leftmenu-label{
		background: #3298dc;
		color: #fff;
		display: block;
		margin-bottom: 2px;
		padding: 10px;
		font-size: .9rem;
		font-weight: bold;
}

.leftmenu-content{
		display: block;
		background: #d5eeff;
		height: auto;
		opacity: 1;
}

.leftmenu-content a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
	font-size: .8rem;
}

.leftmenu-content li {
	border-bottom: 2px solid #fff;
}

.leftmenu-content li:hover {
	background: #b3e0ff;
}

.breadcrumb.sub-light-menu {
	margin-bottom: .5rem;
}

.level.subtitle-content {
	border-bottom: 3px solid #6d6d6d;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.level.subtitle-content2 {
	border-bottom: 3px solid #6d6d6d;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-bottom: 5px;
}

/* -----event list----- */
.message.event-list {
		border: 1px solid #e4e4e4;
}

.message.event-list a {
		text-decoration: none;
}
.subtitle.event-list {
	margin-bottom: .8rem;
}

.message-body.event-list {
	padding: .75em 1em;
}


.access-blue-line-box {
	/*background-color: #f5f5f5;*/
	border: 1px solid #3298dc;
	border-radius: 4px;
	/*line-height: 1.25;
	padding: 2em 1em;*/
}

/* -----@ad_event_create.html--------------------------------------------- */
.form-text {
	padding: 7px 11px;
	font-size: .8rem;
	font-weight: 800;
	line-height: 25px;
}

.level.table-icon {
	margin-bottom: 0;
}

/* -----lists.html--------------------------------------------- */

.schedule-box {
		background-color: #3298dc;
		border-radius: 6px;
		display: block;
		padding: 1.25rem;
		margin-right: 0.5rem;
		margin-top: 0.5rem;
		text-align: center;
		cursor: pointer;
}


.schedule-box a {
	text-decoration: none !important;
}

.schedule-box:hover {
		opacity: 0.6;
}

.schedule-box-none {
		background-color: #B5B5B5;
		border-radius: 6px;
		display: block;
		padding: 1.25rem;
		margin-right: 0.5rem;
		margin-top: 0.5rem;
		text-align: center;
		cursor: default;
		text-decoration: none !important;
		opacity: 0.6;
}

.login-box-area {
	margin: 3rem 0 0 0;
	background-color: #b3e0ff;
		display: block;
}

.login-box {
		padding: 1.5rem 3rem .5rem;
}

.login-box-content1 {
		padding: 0 3rem 2rem;
}

.login-box-content2 {
		padding: 0 3rem 2rem;
}


/* -----seat.html--------------------------------------------- */

/* step-navi -start */

.steps-navi {
	font-size: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
.steps-navi > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	color: #B5B5B5;
	-ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
.steps-navi > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 0.5em;
	border-radius: 1000px;
	background-color: #B5B5B5;
}
.steps-navi > li .bubble::after,
.steps-navi > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #B5B5B5;
}
.steps-navi > li.completed,
.steps-navi > li.completed .bubble {
	color: #b3e0ff;
}
.steps-navi > li.completed .bubble,
.steps-navi > li.completed .bubble::after,
.steps-navi > li.completed .bubble::before {
	background-color: #b3e0ff;
}
.steps-navi > li:last-child .bubble::after,
.steps-navi > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.steps-navi > li.active,
.steps-navi > li.active .bubble {
	font-weight: bold;
	color: #3298dc;
}
.steps-navi > li.active .bubble,
.steps-navi > li.active .bubble::after,
.steps-navi > li.active .bubble::before {
	background-color: #3298dc;
}

/* step-navi -end */

/* seatMaps -start */

table#seatMaps_wrapper {
		margin: 10px auto;
}

#seatMaps {
		margin: 0 0 20px;
}

.op_wrapper {
		margin: 0 0 2px;
}

.clearfix {
		display: block;
}

.seatBox {
	width: 24px;
		height: 29px;
		font-size: 13px;
		line-height: 2.5;
		text-align: center;
		margin: 0 2px 0 0;
		float: left;
		display: block;
		zoom: 1;
}

.seatBox.flag_1 {
	background: #b3e0ff;
		-webkit-border-radius: 2px;
}

.seatBox.flag_2 {
	background: #3298dc;
		-webkit-border-radius: 2px;
}

.seatBox.flag_3 {
	background: #B5B5B5;
		-webkit-border-radius: 2px;
}

.seatMaps_pointer {
		cursor: pointer;
}

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

/* seatMaps -end */

.screen {
	width:200px; height:20px;
	border:solid 2px #000;
	border-color:#000 transparent transparent transparent;
	border-radius: 300%/100px 100px 0 0;
	margin: 0 auto;
}

.seat-info {
	font-size: 60%;
	border:solid 1px #e4e4e4;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 10px 0 20px;
}

.level.selected-seat {
	border:solid 1px #e4e4e4;
	border-radius: 4px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.selected-ticket {
	font-weight: 700;
	padding-left: 10px;
}

.select-seat {
	margin: 0 auto 2rem;
}

.tag.infolight {
	background-color: #b3e0ff;
}

.terms-box {
	height: 150px;
		background-color: #FFF;
		border-radius: 10px;
		display: block;
		padding: 1rem;
		border:solid 2px #B5B5B5;
		overflow-y: scroll;
}

.terms-box::-webkit-scrollbar {
		width: 15px;
}

.terms-box::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f2f2f2;
}

.terms-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#B5B5B5;
}

.seat-area {
	border:solid 1px #e4e4e4;
	border-radius: 4px;
	margin-bottom: 12px;
}

/* -----ticket.html--------------------------------------------- */

.ticket-area-header {
	align-items: center;
	background: #e6e6e6;
		padding: 1.3em 1em;
}

.ticket-area-body {
	align-items: center;
	background: #F5F5F5;
		padding: 1em 1em;
}

#ticketType {
	height: 50px;
	border-radius: 5px;
	border:solid 1px #B5B5B5;
	padding: 0 1.5em;
}

#ticketType:hover {
		background: #F5F5F5;
}

#footerBottun {
	margin: 2rem auto 0;
}


/* -----form.html--------------------------------------------- */


/* -----@orion_event_confirm.html----------------------------- */

.accbox {
		margin: 10px 0 0;
		padding: 0;
		max-width: auto;
}

.accbox label {
		display: block;
		margin: 1.5px 0;
		padding : 8px 12px;
		font-weight: bold;
		background :#D2FFF8;
		cursor :pointer;
		transition: all 0.5s;
}

.accbox label:hover {
		background :#B8FFF4;
}

.accbox input {
		display: none;
}

.accbox .accshow {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
}

.cssacc:checked + .accshow {
		height: auto;
		padding: 5px 12px;
		background: #fdfdfd;
		opacity: 1;
}

.confirm-message {
	display: flex;
		justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 5px;
	border:solid 1px #f14668;
	padding: .5em;
	margin: 0em 1.5em 1em;
	color: #f14668;
	font-size: .9rem
}

.confirm-field {
	margin: 0 1rem 1rem;
}

.edit-confirm-field {
	margin-bottom: 2rem;
}

.confirm-label {
		color: #363636;
		display: block;
		font-size: 1rem;
		font-weight: 700;
		margin-bottom: .5em;
}

.confirm-body {
	border-bottom: solid 1px #B5B5B5;
		clear: both;
		font-size: 1.2rem;
		position: relative;
		text-align: inherit;
}


/* -----done.html--------------------------------------------- */

.done-message {
	margin-top: 30px;
}

.done-message p {
	margin-bottom: 5px!important;
}

.qr-ticket {
	display: flex;
	justify-content: center;
	align-items: center;
	border:solid 2px #292929;
}

#email-check {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom:solid 2px #B5B5B5;
}

#done-box {
	padding: 1.5em 1.5em;
}

/* -----@help.html--------------------------------------------- */

.title-head {
	display: flex;
	background-color: #3298dc;
	height: 50px;
	padding: 1rem;
	align-items: center;
	margin-bottom: 20px;
}

/* Question部分 */
.accordion-hidden{
	display: none;
}

.accordion-open {
	display: block;
	padding: 10px 10px 10px 15px;
	background: #eff7fc;
	cursor: pointer;
	margin: 0 0 1px 0;
	font-weight: 700;
	position: relative;
}

.accordion-open::before,
.accordion-open::after {
	content: '';
	width: 15px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}

.accordion-hidden:checked + .accordion-open:after {
	transform: translateY(-50%) rotate(0);
}

.accordion-close {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	transition: 0.5s;
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
	height: auto;
	opacity: 1;
	padding: 10px 10px 10px 15px;
	background: #fff;
}

/* -----@orion_ad_seat_status.html--------------------------- */

table.seat-status th {
	width: 150px;
}

/* -----@orion_ad_reservation_list.html----------------------- */

.reservation_list_area {
	white-space: nowrap!important;
	overflow: auto;
}

/* -----@orion_ad_qrcode.html----------------------- */

.event_reservation_area {
	border: 1px solid #e4e4e4;
		border-radius: 4px;
		line-height: 1.25;
		padding: .75em 1em;
		margin-bottom: 1.5em;
}

.event_reservation_title {
	font-size: 1.3em;
	font-weight: 700;
	align-items: center;
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px solid #e4e4e4;
}

hr.light_ber {
	height: 1px;
	background-color: #e4e4e4;
	margin: 1em 0;
}

hr.dark_ber {
	height: 1px;
	background-color: #b1b1b1;
	margin: 1em 0;
}

.event_reservation_time {
	font-size: 1.3em;
	align-items: center;
	display: block;
	padding-bottom: .5em;
}

.event_reservation_detail {
	align-items: center;
	display: block;
	font-size: 1.1em;
}

.event_reservation_detail p{
	margin: .4em 0;
}

.qr_checke_area {
	white-space: nowrap!important;
	overflow: auto;
	margin-bottom: 3em;
}

.qr_checke_area td {
	padding: .8em 1em;
	font-size: 1.2em;
	font-weight: 700;
}

.qr_checkbox input {
	margin: 0 2em;
}

/*********/
label.direct_checkbox {
    margin-right: 5px; /* ボタン同士の間隔 */
}
label.direct_checkbox input {
    display: none; /* デフォルトのinputは非表示にする */
}
label.direct_checkbox .paid_check {
    color: #333; /* 文字色を黒に */
    font-size: 14px; /* 文字サイズを14pxに */
    border: 1px solid #333; /* 淵の線を指定 */
    border-radius: 20px; /* 角丸を入れて、左右が丸いボタンにする */
    padding: 5px 20px; /* 上下左右に余白をトル */
}
label.direct_checkbox input:checked + .paid_check {
    color: #FFF; /* 文字色を白に */
    background: #3298dc; /* 背景色を薄い赤に */
    border: 1px solid #3298dc; /* 淵の線を薄い赤に */
}

/********/

/* -----@orion_ad_venue_seat_edit.html----------------- */
.img-file-area{
	padding-top: 0;
}

#img_preview_area {
	padding: 10px;
}
.seat-create-map {
	border: 2px solid #e4e4e4;
}

.seat-form-area {
	margin: 20px 0;
}
/*-------*/
.bt_seat_left {
	padding: 2px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_left:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -2px 5px 0 0;
	background: url("../img/bt_left.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_left:hover {
		background: #00b69b;
}

@media screen and (max-width: 769px){
	.bt_seat_left {
		padding: .3em;
		font-size:10px;
		border-radius: 3px;
	}

	.bt_seat_left:before {
		margin: -2px 2px 0 0;
		background: url("../img/bt_left.png") no-repeat !important;
	}
}
/*-------*/
.bt_seat_top {
	padding: 2px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_top:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -2px 5px 0 0;
	background: url("../img/bt_top.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_top:hover {
		background: #00b69b;
}

@media screen and (max-width: 769px){
	.bt_seat_top {
		padding: .3em;
		font-size:10px;
		border-radius: 3px;
	}

	.bt_seat_top:before {
		margin: -2px 2px 0 0;
		background: url("../img/bt_top.png") no-repeat !important;
	}
}
/*-------*/
.bt_seat_top_down {
	padding: 2px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_top_down:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -2px 5px 0 0;
	background: url("../img/bt_top_down.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_top_down:hover {
		background: #00b69b;
}

@media screen and (max-width: 769px){
	.bt_seat_top_down {
		padding: .3em;
		font-size:10px;
		border-radius: 3px;
	}

	.bt_seat_top_down:before {
		margin: -2px 2px 0 0;
		background: url("../img/bt_top_down.png") no-repeat !important;
	}
}
/*-------*/
.bt_seat_left_right {
	padding: 2px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_left_right:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -2px 5px 0 0;
	background: url("../img/bt_left_right.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_left_right:hover {
	background: #00b69b;
}

@media screen and (max-width: 769px){
	.bt_seat_left_right {
		padding: .3em;
		font-size:10px;
		border-radius: 3px;
	}

	.bt_seat_left_right:before {
		margin: -2px 2px 0 0;
		background: url("../img/bt_left_right.png") no-repeat !important;
	}
}
/*-------*/
.bt_select input{
	display: none;
}

.bt_select label{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	margin: 0;
	padding: 10px 5px;
	border-right: 1px solid #abb2b7;
	background: #e5e5e5;
	color: #555e64;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

label.mode_select_area{
	width: 130px;
}

.bt_select label:first-of-type{
	border-radius: 3px 0 0 3px;
}

.bt_select label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}

.bt_select input[type="radio"]:checked + label {
	background-color: #00947e;
	color: #fff;
	font-weight: bold;
}

/*-------*/
.bt_delete_copy button {
	display: block;
	color: #555e64 !important;
	background: #e5e5e5;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_delete_copy button:hover {
	background: #ccc;
}
/*-------*/
.field-label.seat_letter {
	margin-right: .5rem;
	font-size: .8rem;
	padding: 5px 0;
}

.bt-set-area {
	padding: 5px 12px;
}

/*-------*/
.bt_seat_invalid {
	padding: 5px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_invalid:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url("../img/gray.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_invalid:hover {
		background: #00b69b;
}
/*-------*/
.bt_seat_1 {
	padding: 5px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_1:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url("../img/blue.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_1:hover {
		background: #00b69b;
}
/*-------*/
.bt_seat_2 {
	padding: 5px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_2:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url("../img/pink.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_2:hover {
		background: #00b69b;
}
/*-------*/
.bt_seat_3 {
	padding: 5px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url("../img/green.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_3:hover {
		background: #00b69b;
}
/*-------*/
.bt_seat_4 {
	padding: 5px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_4:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url("../img/red.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_4:hover {
		background: #00b69b;
}
/*-------*/
.bt_seat_5 {
	padding: 5px 12px;
	display: block;
	color: #fff !important;
	background: #00947e;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	border-radius: 3px;
	text-align:center;
	text-decoration:none !important;
	border: 0;
}

.bt_seat_5:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	background: url("../img/yellow.png") no-repeat !important;
	background-size: contain;
	vertical-align: middle;
}

.bt_seat_5:hover {
		background: #00b69b;
}
/*-------*/

.credit_img_text{
	font-size: .5em
  display:inline-block;
  justify-content:center; /* 水平方向 */
  align-items: center; /* 垂直方向 */
}

.credit_img {
	display: inline;
	justify-content:center; /* 水平方向 */
  align-items: center;
}


/*-------*/

.item_title {
	padding: 5px 10px;
	margin-bottom: 3px;
	font-size: .8em;
	background-color: #f5f5f5;
}


input[type="submit"], input[type="reset"], input[type="button"], button{
	cursor: pointer;
}

@media screen and (max-width: 769px){
	.bt_select label{
		width: 80px;
		margin: 0;
		padding: 10px 5px;
		font-size: 8px;
	}

	label.mode_select_area{
		width: 100px;
	}

	.control.bt_mobile_small {
		margin-right: .2rem !important;
	}

	.schedule-box {
		float: none ;
		width: 100%;
	}

	.schedule-box-none {
		float: none ;
		width: 100%;
	}

	.info_box {
		display:block;
	}

	#ie_infos_area {
		padding: 15px;
	}

	.info_list_box {
		width: 40%;
		word-wrap: break-word;
	}

	.movie_trailer_img {
		width: 150px;
		margin-right: 10px;
	}

	.movie_story {
		display: none;
	}

	.is-size-14-mobile {
		font-size: 14px;
	}


}

.text_marker {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}

.event_reservation_area_color {
	background-color: #f5f5f5;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	line-height: 1.25;
	padding: 2em 1em;
}

@media print{
	#disp_bottuns {
		display: none;
	}
}

/*-------*/

