@charset "utf8";

/* IconFont
-------------------------------------------------- */
@font-face {
	font-family: 'shiki_menu';
	src: url( '/shared/fonts/shiki_menu.eot?ufqzl3' );
	src: url( '/shared/fonts/shiki_menu.eot?ufqzl3#iefix' ) format( 'embedded-opentype' ),
		url( '/shared/fonts/shiki_menu.ttf?ufqzl3' ) format( 'truetype' ),
		url( '/shared/fonts/shiki_menu.woff?ufqzl3' ) format( 'woff' ),
		url( '/shared/fonts/shiki_menu.svg?ufqzl3#shiki_menu' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}
body {
	color: #333;
}
.textBold {
	font-weight: bold;
}
.textRed {
	color: #c3303c;
}
.colorType1 {
	color: #f3b3cf;
}
.colorType2 {
	color: #d2ecfa;
}
#footer .copyright p {
	color: #000;
}
/* btn
-------------------------------------------------- */
ul.btn {
	padding: 0;
	margin: 30px 0;
	text-align: center;
	list-style: none;
}
ul.btn li {
	width: 200px;
	padding: 15px 0 6px;
	margin: 0 15px;
	display: inline-block;
}
ul.btn li a {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
}
ul.btn li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
ul.btn li.btnType1 a {
	padding: 11px 0 10px;
	color: #ffffff;
	background-color: #aaa;
}
ul.btn li.btnType2 a {
	padding: 10px 0 9px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #ccc;
}
#newsEvent ul.btn {
	width: 100%;
}
#newsEvent ul.btn li {
	width: 20%;
	max-width: 200px;
	padding: 10px 0 9px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #000000;
	background-color: #eeeeee;
	border: solid 1px #ccc;
	cursor: pointer;
	font-weight: bold;
}

#newsEvent ul.btn li:hover {
	color: #c3303c;
	border: solid 1px #c3303c;
}

#newsEvent ul.btn li.btnType1 {
	padding: 11px 0 10px;
	color: #ffffff;
	background-color: #aaa;
	cursor: default;
	pointer-events: none;
	border: none;
}
ul.btn2 {
	padding: 0;
	margin: 54px 0 0;
	text-align: center;
	list-style: none;
}

ul.btn2 li {
	width: 260px;
	padding: 0;
	margin: 0 20px;
	display: inline-block;
}

ul.btn2 li a {
	width: 100%;
	padding: 12px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ccc;
	display: block;
}

ul.btn2 li a:before {
	content: "";
	width: 7px;
	height: 12px;
	margin: 0 13px 0 0;
	overflow: hidden;
	background: url(/toppage/images/arrow_middle_right_btn2.png) left top no-repeat;
	display: inline-block;
}

ul.btn2 li a:hover {
	border: solid 1px #c3303c;
	text-decoration: none;
}

ul.btn2 li a:hover:before {
	background-position: left bottom;
}

ul.btn li.btnTypeHome {
	width: 350px;
}

ul.btn li.btnTypeHome a {
	width: 350px;
	padding: 12px 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}

ul.btn li.btnTypeHome a span {
	padding: 0 0 0 31px;
	line-height: 18px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

ul.btn li.btnTypeHome a span:before {
	content: "";
	width: 21px;
	height: 19px;
	overflow: hidden;
	display: block;
	background: url(/toppage/images/icon_home.png) 0 0 no-repeat;
	background-size: 21px auto;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -11px;
}

ul.btn li.btnTypeHome a:hover {
	color: #c3303c;
	border-color: #c3303c;
}

ul.btn li.btnTypeHome a:hover span:before {
	background-position: bottom left;
}

@media screen and (max-width: 959px) {
	ul.btn {
		width: 100%;
		padding: 8px 5px;
		margin: 0;
		background: #f0f0f0;
	}

	ul.btn li {
		width: 33%;
		padding: 0 2.5px;
		margin: 0;
	}

	ul.btn li a {
		font-size: 9px;
		font-size: 0.9rem;
	}

	#newsEvent ul.btn {
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#newsEvent ul.btn li:hover {
		color: #000000;
		border: solid 1px #ccc;
	}

	#newsEvent ul.btn li.btnType1:hover {
		color: #ffffff;
	}

	#newsEvent ul.btn li,
	#newsEvent ul.btn li.btnType1 {
		width: 32%;
		height: 4rem;
		padding: 0;
		margin: 0 1%;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.222;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#newsEvent ul.btn li.btnType1 {
		border: none;
	}

	ul.btn2 {
		padding: 0;
		margin: 30px 0 -20px;
	}

	ul.btn2 li {
		width: 100%;
		margin: 0 0 10px;
		display: block;
	}

	ul.btn2 li:last-child {
		margin: 0;
	}

	ul.btn2 li a {
		width: 100%;
		padding: 10px 20px 9px 15px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
		font-weight: bold;
		background-image: url(/toppage/images/arrow_middle_right_2.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 15px auto;
	}

	ul.btn2 li a:before {
		display: none;
	}

	ul.btn2 li a:hover {
		border: solid 1px #ccc;
	}

	ul.btn.btnHome,
	ul.btn li.btnTypeHome {
		width: 100%;
		padding: 0;
		background: none;
	}

	ul.btn li.btnTypeHome a {
		width: 100%;
		padding: 12px 0 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	ul.btn li.btnTypeHome a span {
		padding: 0 0 0 27px;
		line-height: 16px;
	}

	ul.btn li.btnTypeHome a span:before {
		width: 17px;
		height: 16px;
		background-size: 17px auto;
		margin-top: -8px;
	}

	ul.btn li.btnTypeHome a:hover {
		color: #000000;
		border-color: #ccc;
	}

	ul.btn li.btnTypeHome a:hover span:before {
		background-position: 0 0;
	}
}
/* breadcrumb
-------------------------------------------------- */
.breadcrumb {
	padding-left: 13px;
	padding-top: 10px;
}
.breadcrumbList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbListItems {
	line-height: 1;
}
a.breadcrumbLink {
	display: inline-block;
	color: #333;
	font-size: 14px;
}
a.breadcrumbLink:hover {
	color: #c3303c;
}
.breadcrumbLinkCurrent {
	pointer-events: none;
}
a.breadcrumbLinkCurrent:hover {
	color: inherit;
}
.breadcrumbListItems:first-child .breadcrumbLink::before {
	content: '';
	width: 16px;
	height: 13px;
	padding-right: 5px;
	background-image: url( '/theatres/images/ico_home_sp.png' );
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
.breadcrumbListItems + .breadcrumbListItems::before {
	content: '＞';
	font-size: 14px;
	display: inline-block;
	padding: 0 8px;
	color: #333;
}
@media screen and (max-width: 959px){
	.breadcrumb {
		position: relative;
		padding: 0 0 0 8px;
		background-color: #eee;
	}
	.breadcrumbListItems {
		position: relative;
		height: 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	a.breadcrumbLink {
		color: #333;
		font-size: 10px;
	}
	.breadcrumbListItems:first-child .breadcrumbLink::before {
		width: 12px;
		height: 10.5px;
		padding-right: 10px;
		background-image: url( '/theatres/images/ico_home_sp.png' );
		background-size: contain;
	}
	.breadcrumbListItems:first-child .breadcrumbLink .linkText{
		display: none;
	}
	.breadcrumbListItems + .breadcrumbListItems {
		padding-right: 11px;
	}
	.breadcrumbListItems + .breadcrumbListItems .breadcrumbLink {
		margin-left: 22px;
	}
	.breadcrumbListItems + .breadcrumbListItems::before {
		content: '';
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 13px solid #fff;
		position: absolute;
		left: 0;
		top: 0;
	}
	.breadcrumbListItems + .breadcrumbListItems::after {
		content: '';
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 13px solid #eee;
		position: absolute;
		left: -2px;
		top: 0;
		z-index: 1;
	}
}
.mainSection {
	display: block;
}
.popupBox .popup {
	display: none;
}
a:hover {
	text-decoration: none;
}
.linkAnchor::before {
	font-family: 'shiki_menu';
	content: '\e925';
	color: #c3303c;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}
.linkInternal::before {
	content: '';
	display: inline-block;
	background: url( '/shared/global/theatres_detail/images/arrow_right.png' ) no-repeat left center /7px 12px;
	width: 7px;
	height: 12px;
	padding-right: 12px;
}
.linkInternal:hover::before {
	background: url( '/shared/global/theatres_detail/images/arrow_right_red.png' ) no-repeat left center /7px 12px;
}
.boxItemsLink .linkInternal::before {
	background: url( '/shared/global/theatres_detail/images/arrow_right_red.png' ) no-repeat left center /7px 12px;
}
.linkExternal::before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url( '/shared/global/theatres_detail/images/ico_link_external_red.png' );
	background-position-y: top;
	vertical-align: initial;
	display: inline-block;
	padding-right: 10px;
	background-repeat: no-repeat;
}
ul.btn2 li .linkExternal:before {
	background-image: url( '/shared/global/theatres_detail/images/ico_link_external.png' );
	background-position-y: center;
	vertical-align: top;
}
ul.btn2 li .linkExternal:hover:before {
	background-image: url( '/shared/global/theatres_detail/images/ico_link_external_red.png' );
}
.mainTitle {
	color: #000;
	font-family: "Times New Roman", serif;
	text-align: center;
	line-height: 1.2;
}
.mainTitleSub {
	display: block;
}
.mainLead {
	color: #000;
	text-align: left;
	line-height: 2;
}
.sectionTitle {
	color: #000;
	font-family: "Times New Roman", serif;
	text-align: center;
	line-height: 1;
}
/* tab */
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.tabsPanel {
	color: #000;
	font-weight: bold;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	z-index: 5;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-bottom: -1.5px;
}
.tabsPanelSub {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
.tabsPanel.current {
	background-color: #fff;
	cursor: default;
	z-index: 15;
}
.tabsPanel:not(.current):hover {
	color: #c3303c;
}
.tabsPanel + .tabsPanel {
	margin-left: 4px;
}
.tabContents {
	border-top: 1px solid #ccc;
	z-index: 10;
	position: relative;
}
.tabContentsInner {
	margin: 0 auto;
	display: none;
}
.tabContentsInner.current{
	display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* visualArea */
.visualArea {
	position: relative;
}
.sliderItems img {
	border-radius: 4px;
}
.bx-viewport {
	border-radius: 4px;
}
.bx-viewport .sliderItems img {
	border-radius: 0;
}
.bxslider li {
	text-align: center;
}
.sliderControls > a{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sliderControls.is-disabled {
	pointer-events: none;
}
.bx-next {
	right: 0;
	text-align: right;
}
.bx-prev {
	left: 0;
	text-align: left;
}
/* mapArea */
.mapArea iframe{
	border-radius: 4px;
}
/* boxType */
.boxType {
	border-radius: 4px;
}
.boxType1,.boxType2 {
	background-color: #eee;
}
.boxType3 {
	background-color: #fff;
	border: 1px solid #ccc;
}
.boxType2 .boxItemsImages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.boxType2 .boxItemsInfoHead {
	font-weight: bold;
	line-height: 1;
}
.boxItems {
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.boxType1 .boxItems + .boxItems,
.boxType2 .boxItems + .boxItems {
	margin-top: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.boxItems:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.boxItemsHead {
	font-weight: bold;
}
.boxItemsLink {
	font-weight: bold;
	display: inline-block;
}
.boxTitle {
	font-weight: bold;
	text-align: center;
}
/* infoArea */
.infoAreaTitle {
	text-align: center;
	line-height: 1;
}
.pageLinkNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.pageLinkNavItems {
	font-weight: bold;
}

/* performance_info */
.infoBox {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.infoBoxBottom {
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.3 );
	margin-top: auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* 0005 嵐の中の子どもたち
-------------------------------------------------- */
.infoBox.rid0005 {
	background-color: #296023;
	background-image: url( '/toppage/images/applause/bg_0005.png' );
}

/* 0008 アンデルセン
-------------------------------------------------- */
.infoBox.rid0008 {
	background-color: #0073a9;
	background-image: url( '/toppage/images/applause/bg_0008.png' );
}

/* 0016 エルコスの祈り
-------------------------------------------------- */
.infoBox.rid0016 {
	background-color: #fffcd2;
	background-image: url( '/toppage/images/applause/bg_0016.png' );
}

/* 0017 王様の耳はロバの耳
-------------------------------------------------- */
.infoBox.rid0017 {
	background-color: #1d3a30;
	background-image: url( '/toppage/images/applause/bg_0017.png' );
}

/* 0018 王子とこじき
-------------------------------------------------- */
.infoBox.rid0018 {
	background-color: #1d3a30;
	background-image: url( '/toppage/images/applause/bg_0018.png' );
}

/* 0019 オペラ座の怪人
-------------------------------------------------- */
.infoBox.rid0019 {
	background-color: #010101;
	background-image: url( '/toppage/images/applause/bg_0019.png' );
}

/* 0025 キャッツ
-------------------------------------------------- */
.infoBox.rid0025 {
	background-color: #101b2a;
	background-image: url( '/toppage/images/applause/bg_0025.png' );
}

/* 0032 ジーザス・クライスト＝スーパースター（エルサレム）
-------------------------------------------------- */
.infoBox.rid0032 {
	background-color: #000;
	background-image: url( '/toppage/images/applause/bg_0032.png' );
}

/* 0045 美女と野獣
-------------------------------------------------- */
.infoBox.rid0045 {
	background-color: #5b0505;
	background-image: url( '/toppage/images/applause/bg_0045.png' );
}

/* 0050 マンマ・ミーア！
-------------------------------------------------- */
.infoBox.rid0050 {
	background-color: #fff;
	background-image: url( '/toppage/images/applause/bg_0050.png' );
}

/* 0057 ライオンキング
-------------------------------------------------- */
.infoBox.rid0057 {
	background-color: #ed8700;
	background-image: url( '/toppage/images/applause/bg_0057.jpg' );
}

/* 0063 ブラックコメディ
-------------------------------------------------- */
.infoBox.rid0063 {
	background-color: #000;
	background-image: url( '/toppage/images/applause/bg_0063.jpg' );
}

/* 0065 ウィキッド
-------------------------------------------------- */
.infoBox.rid0065 {
	background-color: #1c5417;
	background-image: url( '/toppage/images/applause/bg_0065.jpg' );
}

/* 0070 ガンバの大冒険
-------------------------------------------------- */
.infoBox.rid0070 {
	background-color: #e6b33c;
	background-image: url( '/toppage/images/applause/bg_0070.jpg' );
}

/* 0072 ガンバの大冒険
-------------------------------------------------- */
.infoBox.rid0072 {
	background-color: #002256;
	background-image: url( '/toppage/images/applause/bg_0072.jpg' );
}

/* 0073 リトルマーメイド
-------------------------------------------------- */
.infoBox.rid0073 {
	background-color: #073687;
	background-image: url( '/toppage/images/applause/bg_0073.jpg' );
}

/* 0077 アラジン
-------------------------------------------------- */
.infoBox.rid0077 {
	background-color: #040309;
	background-image: url( '/toppage/images/applause/bg_0077.jpg' );
}

/* 0079 ノートルダムの鐘
-------------------------------------------------- */
.infoBox.rid0079 {
	background-color: #000;
	background-image: url( '/toppage/images/applause/bg_0079.png' );
}

/* 0081 ソング&ダンス65
-------------------------------------------------- */
.infoBox.rid0081 {
	background-color: #f3d265;
	background-image: url( '/toppage/images/applause/bg_0081.jpg' );
}

/* seating */
.seatingNotesTitle .text.ico_exclamation {
	background: url( '/shared/global/theatres_detail/images/ico_exclamation-mark.png' ) left top / contain no-repeat;
}
.seatingNotesTitle .text.ico_infomation {
	background: url( '/shared/global/theatres_detail/images/ico_infomation-mark.png' ) left top / contain no-repeat;
}
.priceTable {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	table-layout: fixed;
	width: 100%;
}
.tableRow {
	display: table-row;
}
.tableItems {
	display: table-cell;
	height: 70px;
	background-color: #f9eaeb;
	color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #fff;
	vertical-align: middle;
}
.priceTable .borderBottom {
	border-bottom: 1px solid #fff;
}
.tableItemsHeader {
	height: 55px;
	background-color: #c3303c;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}
.tableItems.blasnkCell {
	background-color: #eee;
	border-top: none;
}
.tableRow:first-child .tableItems {
	border-top: none;
}
.tableRow:nth-last-of-type(2) .tableItems {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tableItemsHeaderSub {
	font-size: 12px;
	display: block;
}
.tableItemsRank {
	color: #c3303c;
	font-size: 14px;
	display: block;
}
.tableItemsPrice {
	font-size: 12px;
	font-weight: normal;
}
a.reservationButton {
	margin: 0 auto;
	background-color: #c3303c;
	border: 1px solid #c3303c;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
a.reservationButton::before {
	content: '';
	background: url( '/shared/global/theatres_detail/images/ico_ticket-schedule.png' ) center center / auto no-repeat;
	display: block;
}
a.reservationButton:hover {
	color: #c3303c;
	background-color: #fff;
}
a.reservationButton:hover::before {
	background: url( '/shared/global/theatres_detail/images/ico_ticket-schedule_red.png' ) center center / auto no-repeat;
}

/* PC
---------------- */
@media screen and (min-width: 960px) {
	.isSp {
		display: none;
	}
	a.tellNumber {
		text-decoration: none;
		cursor: default;
		pointer-events: none;
	}
	a.tellNumber:hover {
		color: inherit;
	}
	ul.btn2 {
		margin: 40px 0 0;
	}
	ul.btn2.btnLarge li {
		width: 485px;
	}
	ul.btn2.btnMedium li {
		width: 450px;
	}
	ul.btn2.btnSmall li {
		width: 300px;
	}
	ul.btn2 li a {
		font-size: 16px;
		padding: 20px 0;
		line-height: 1;
	}
	ul.btn2.btnLeft li a::before {
		background: url( '/toppage/images/arrow_middle_left_btn2.png' ) left top no-repeat;
	}
	ul.btn2.btnLeft li a:hover::before {
		background-position: left bottom;
	}
	ul.btn2 li a.linkExternal::before {
		width: 14px;
		height: 14px;
	}
	.linkAnchor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.topBlock {
		max-width: 1040px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.mainTitle {
		font-size: 60px;
		margin: 40px 0 55px;
	}
	.mainTitleSub {
		font-size: 36px;
	}
	.mainLead {
		font-size: 16px;
		margin-bottom: 95px;
	}
	.sectionTitle {
		font-size: 52px;
		margin: 0 0 75px;
		padding-bottom: 0;
	}

	/* tab */
	.tabsPanel {
		font-size: 20px;
		min-height: 60px;
		padding: 10px 0;
	}
	.tabs {
		padding: 0 20px;
		max-width: 1040px;
	}
	.tabContentsInner {
		max-width: 1040px;
		padding: 75px 20px 120px;
	}

	/* visualArea */
	.sliderWrapper {
		width: 700px;
		margin: 0 auto;
	}
	.sliderControls a {
		height: 45px;
	}

	/* mapArea */
	.mapArea {
		margin: 80px 0 0;
	}
	.mapArea .boxType1 {
		margin-top: 80px;
	}
	.mapWrapper {
		position: relative;
		padding-bottom: 50%;
		height: 0;
		overflow: hidden;
	}
	.mapWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* boxtype */
	.boxTypeWrap {
		padding-top: 60px;
	}
	.boxType {
		padding: 40px;
	}
	.boxTypeWrap + .boxType {
		margin-top: 60px;
	}
	.boxItemsWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.boxItems {
		width: 100%;
		font-size: 16px;
		line-height: 2;
	}
	.boxType1 .boxItems {
		padding: 25px 30px;
		display: table;
	}
	.boxType1 .boxItemsHead {
		font-size: 16px;
		width: 215px;
		display: table-cell;
	}
	.boxType1 .boxItemsData {
		font-size: 16px;
		display: table-cell;
	}
	.boxType2 .boxItems {
		padding: 40px 40px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.boxType2 .boxItemsImages {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 95px;
		flex: 0 0 95px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 50px;
	}
	.boxType2 .boxItemsInfoHead {
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 13px;
	}
	.boxType3 {
		padding: 30px 40px 40px;
	}
	.boxType3 .boxItems {
		min-width: 200px;
		text-align: center;
	}
	.boxType3 .boxItems + .boxItems {
		margin-left: 40px;
	}
	.boxType3 .boxItemsInfoHead {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		margin: 30px 0 15px;
	}
	.boxLead {
		line-height: 1;
		text-align: center;
		margin-bottom: 40px;
	}
	.boxItemsInfoText {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 0;
		text-align: left;
	}
	.boxItemsLink {
		font-size: 16px;
		padding-top: 14px;
	}
	.boxItemsDataList {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.boxItemsDataText {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 2;
	}
	.boxItemsDataText:nth-child(n+2) {
		padding-top: 15px;
	}
	.boxItemsDataLink {
		display: block;
	}
	.boxTitle {
		font-size: 24px;
		margin: 5px 0 33px;
	}

	/* infoArea */
	.infoArea {
		margin-bottom: 120px;
	}
	.infoArea:first-of-type {
		margin-top: 120px;
	}
	.infoArea:last-child {
		margin-bottom: 0;
	}
	.infoAreaTitle {
		font-size: 34px;
		margin-bottom: 60px;
	}
	.infoAreaText {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 30px;
	}
	.pageLinkNavItems {
		min-width: 200px;
		font-size: 16px;
	}
	.pageLinkNavItems:nth-child(n+2) {
		margin-left: 100px;
	}

	/* performance_info */
	.infoBoxArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.infoBox {
		max-width: 480px;
		width: 480px;
		min-height: 570px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.infoBox:nth-child(even) {
		margin-left: 40px;
	}
	.infoBox:nth-child(n+3) {
		margin-top: 40px;
	}
	.infoBoxTop .tit {
		margin-top: 30px;
		text-align: center;
	}
	.infoBoxTop .tit img {
		width: 70%;
		height: auto;
	}
	.infoBoxTop {
		text-align: center;
		color: #fff;
	}
	.infoBoxTop .titSub {
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin: 25px 0 20px;
		padding: 0 30px;
	}
	.infoBoxTop .titState {
		font-size: 34px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 22px;
		padding: 0 30px;
	}
	.infoBoxTop .titDate {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 0;
		padding: 0 30px;
	}
	.infoBoxBottom {
		height: 180px;
		padding: 30px 35px;
	}
	a.infoBoxBottomLink {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		display: block;
		padding: 20px 0;
		line-height: 1;
		border: solid 1px rgba( 255, 255, 255, 0.5 );
		border-radius: 4px;
	}
	.infoBoxBottomLink .linkInternal::before {
		background: url( '/shared/global/theatres_detail/images/arrow_right_white.png' ) no-repeat left center /7px 12px;
	}
	a.infoBoxBottomLink:hover {
		background-color: rgba( 255, 255, 255, 0.25 );
		border: none;
		padding: 21px 0;
	}
	a.infoBoxBottomLink + a.infoBoxBottomLink {
		margin-top: 10px;
	}

	/* seating */
	.seating .sectionTitle {
		margin-bottom: 15px;
	}
	.seating .pageLinkNav {
		margin: 75px 0 40px;
	}
	.seatingInfo {
		padding-top: 60px;
	}
	.seatingInfo + .seatingInfo {
		padding-top: 60px;
		margin-top: 50px;
	}
	.seatingInfoTitle {
		text-align: center;
		font-size: 34px;
	}
	.seatingInfoTitleSub {
		font-size: 24px;
	}
	.imageLink {
		display: block;
		width: 450px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.imageLink .loupe {
		position: absolute;
		top: 50px;
		right: -50px;
	}
	.seatingNotes {
		padding: 40px 40px 30px;
		border: 1px solid #c3303c;
		border-radius: 4px;
	}
	.seatingNotes + .seatingNotes {
		margin-top: 80px;
	}
	.seatingNotesTitle {
		font-size: 24px;
		font-weight: bold;
		color: #c3303c;
		text-align: center;
		margin-bottom: 25px;
	}
	.seatingNotesTitle .text.ico_exclamation {
		background-size: 29px 29px;
		padding-left: 43px;
	}
	.seatingNotesTitle .text.ico_infomation {
		background-size: 29px 29px;
		padding-left: 43px;
	}
	.seatingNotesText {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 2;
	}
	.seatingNotesLink {
		font-weight: bold;
		font-size: 16px;
		display: inline-block;
	}
	.seatingNotesLink .linkInternal::before {
		background: url( '/shared/global/theatres_detail/images/arrow_right_red.png' ) no-repeat left center /7px 12px;
	}
	.seatingNotes > .seatingNotesLink {
		margin: 17px 0;
	}
	.listTitle {
		font-weight: bold;
		font-size: 20px;
		margin-top: 25px;
	}
	.listDescription {
		margin-top: 10px;
		font-size: 16px;
		line-height: 2;
	}
	.listDescription > .seatingNotesLink {
		padding-top: 15px;
	}
	.contentBox {
		padding: 24px;
		border-radius: 4px;
		background-color: #eee;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.listDescription > .contentBox {
		margin-top: 20px;
	}
	.contentBoxTitle {
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 0;
	}
	.contentBoxTell {
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 0;
		margin-left: 50px;
	}
	a.contentBoxTellNumber {
		color: #c00;
		cursor: default;
		text-decoration: none;
		pointer-events: none;
	}
	a.contentBoxTellNumber:hover {
		color: inherit;
	}
	.contentBoxTellNote {
		color: #333;
		font-weight: normal;
		font-size: 16px;
		padding-left: 5px;
	}
	.seatingNotesListSub .listTitle {
		font-size: 16px;
		margin-top: 20px;
	}
	.seatingNotesListSub .listDescription {
		margin-top: 6px;
		padding-left: 1em;
	}
	.seatingPriceTable {
		margin: 80px 0;
	}
	.seatingPriceTableTitle {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 35px;
	}
	.seatingTicket {
		margin-top: 80px;
	}
	.seatingTicketTitle {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	a.reservationButton {
		width: 530px;
		height: 80px;
		font-size: 26px;
	}
	a.reservationButton::before {
		width: 44px;
		height: 28px;
		margin-right: 20px;
	}

	/* footInfo */
	.footInfo {
		padding: 120px 20px;
		background-color: #eee;
	}
	.footInfoLinks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 1000px;
		margin: 0 auto;
	}
	.footInfoLinksItems {
		font-size: 14px;
		background-color: #fff;
		border-radius: 4px;
		max-width: 230px;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	.footInfoLinksItems + .footInfoLinksItems {
		margin-left: 3%;
	}
	.footInfoLinksItems .footInfoLinksBox {
		display: block;
		width: 100%;
		height: 100%;
		padding: 30px 0 25px;
		text-align: center;
	}
	.footInfoLinksBox .boxItemsImages {
		height: 70px;
		margin-bottom: 20px;
	}
	.footInfoLinksBox .boxItemsInfoHead {
		font-weight: bold;
		margin-bottom: 8px;
		font-size: 14px;
	}
	.footInfoLinksBox .boxItemsInfoText {
		line-height: 1.5;
		text-align: center;
		font-size: 14px;
	}
	/* btnArea */
	.btnArea {
		margin-bottom: 120px;
	}
	.btnArea ul.btn2 {
		margin-top: 0;
	}
}

/* SP
---------------- */
@media screen and (max-width: 959px) {
	.popupBox.fixed .popupPageTop {
		bottom: 30px;
	}
	.isPc {
		display: none;
	}
	body {
		margin: 0;
		padding: 0;
	}
	a:link {
		color: inherit;
	}
	ul.btn2 {
		margin: 20px 0;
	}
	ul.btn2 li a.linkExternal {
		background-image: url( '/shared/global/theatres_detail/images/ico_link_external.png' );
		background-size: 11px auto;
		background-position: right 15px top 14px;
	}
	.linkAnchor::before {
		font-size: 9px;
		padding-right: 8px;
	}
	.linkExternal::before {
		width: 10px;
		height: 10px;
		padding-right: 7px;
		background-size: contain;
	}
	a.tellNumber {
		color: #c3303c;
		text-decoration: underline;
	}
	a.tellNumber:hover {
		color: #c3303c;
		text-decoration: underline;
	}
	.topBlock {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.mainTitle {
		font-size: 29px;
		margin: 40px 0 20px;
	}
	.mainTitleSub {
		font-size: 17.5px;
		padding-bottom: 7px;
	}
	.mainLead {
		font-size: 12px;
		margin-bottom: 45px;
	}
	.sectionTitle {
		font-size: 26px;
		margin: 30px 0 40px;
	}

	/* tab */
	.tabs {
		padding: 0 10px;
	}
	.tabsPanel {
		font-size: 12px;
		min-height: 35px;
	}
	.tabContentsInner {
		padding: 0 10px;
	}
	.sliderItems img {
		width: 100%;
		height: auto;
	}
	.sliderControls a {
		height: 50px;
	}
	.sliderControls .imgWrapper {
		display: block;
		padding: 15px 0;
		background-color: #ebebeb;
	}
	.bx-next .imgWrapper {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.bx-prev .imgWrapper {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.sliderControls .imgWrapper img {
		width: 50%;
		height: auto;
	}
	.mapArea {
		margin-top: 40px;
	}
	.mapWrapper {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.mapWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.mapArea ul.btn2 {
		margin-bottom: 40px;
	}
	.mapArea ul.btn2 li .linkExternal::before {
		content: none;
		background-image: none;
	}

	/* boxType */
	.boxTypeWrap {
		margin-top: 30px;
	}
	.boxType {
		padding: 10px;
	}
	.boxTypeWrap + .boxType {
		margin-top: 30px;
	}
	.boxItems {
		font-size: 12px;
	}
	.boxItemsLink .linkInternal::before {
		background-size: 5.5px 9px;
		padding-right: 8px;
		width: 5.5px;
		height: 10px;
	}
	.boxItemsData {
		margin-top: 5px;
	}
	.boxItemsDataList > li + li {
		margin-top: 5px;
	}
	.boxType1 .boxItems {
		padding: 15px;
		display: block;
	}
	.boxType2 .boxItems {
		padding: 20px 20px 19px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.boxType2 .boxItemsImages {
		-ms-flex-preferred-size: 48px;
		flex-basis: 48px;
		margin-right: 22px;
	}
	.boxType2 .boxItemsImages img {
		width: 100%;
		height: auto;
	}
	.boxType2 .boxItemsInfoHead {
		font-size: 12px;
		margin: 0 0 7px;
	}
	.boxType3 {
		padding: 20px 16px;
	}
	.boxType3 .boxItems {
		text-align: center;
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
		min-width: 125px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.boxType3 .boxItems .boxItemsImages {
		width: 45px;
		min-height: 49px;
		margin: 0 auto;
	}
	.boxType3 .boxItems .boxItemsImages img {
		width: 100%;
		height: auto;
	}
	.boxType3 .boxItems:nth-child(2n) {
		margin-left: 15px;
	}
	.boxType3 .boxItems:nth-child(n+3) {
		margin-top: 18px;
	}
	.boxType3 .boxItemsInfoHead {
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		margin: 15px 0 11px;
	}
	.boxLead {
		font-size: 12px;
		line-height: 2;
		text-align: left;
		margin-bottom: 18px;
	}
	.boxItemsInfoText {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 0;
		text-align: left;
	}
	.boxItemsLink {
		margin-top: 10px;
	}
	.boxItemsDataList {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.boxItemsDataText {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 2;
	}
	.boxItemsDataText + .boxItemsDataText {
		margin-top: 5px;
	}
	.boxItemsLink + .boxItemsDataText {
		margin-top: 8px;
	}
	.boxItemsDataLink {
		display: block;
	}
	.boxTitle {
		font-size: 14px;
		margin: 10px 0 15px;
		line-height: 1;
	}
	.boxItemsWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	/* infoArea */
	.infoArea {
		margin-bottom: 60px;
	}
	.infoArea:first-of-type {
		margin-top: 60px;
	}
	.infoArea:last-child {
		margin-bottom: 0;
	}
	.infoAreaTitle {
		font-size: 19px;
		margin-bottom: 30px;
	}
	.infoAreaText {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 15px;
	}
	.pageLinkNav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-bottom: 30px;
	}
	.pageLinkNavItems {
		display: block;
		width: 100%;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-size: 12px;
		min-height: 39px;
	}
	.pageLinkNavItems:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.pageLinkNavItems:last-child {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom: 1px solid #ccc;
	}
	.pageLinkNavItems .linkAnchor {
		position: relative;
		display: block;
		padding: 10px 0 10px 15px;
	}
	.pageLinkNavItems .linkAnchor::before {
		position: absolute;
		color: inherit;
		font-size: 7px;
		padding-right: 0;
		top: 50%;
		right: 15px;
		bottom: 50%;
		margin: auto;
		width: 7px;
		height: 8px;
	}

	/* performance_inf */
	.infoBoxArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.infoBox {
		min-width: 300px;
		min-height: 337px;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.infoBox:nth-child(n+2) {
		margin-top: 30px;
	}
	.infoBoxTop .tit {
		margin-top: 15px;
		text-align: center;
	}
	.infoBoxTop .tit img {
		width: 216px;
		height: auto;
	}
	.infoBoxTop {
		text-align: center;
		color: #fff;
	}
	.infoBoxTop .titSub {
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
		margin: 15px 0 10px;
		padding: 0;
	}
	.infoBoxTop .titState {
		font-size: 19px;
		font-weight: bold;
		line-height: 1;
		margin: 14px 0;
	}
	.infoBoxTop .titDate {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 0;
		letter-spacing: 1px;
	}
	.infoBoxBottom {
		padding: 15px;
	}
	a.infoBoxBottomLink {
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		display: block;
		padding: 0;
		line-height: 1;
		border: solid 1px rgba( 255, 255, 255, 0.5 );
		border-radius: 4px;
		position: relative;
		min-height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 1.5em;
	}
	.infoBoxBottomLink .linkInternal::before {
		background: url( '/shared/global/theatres_detail/images/arrow_right_white.png' ) no-repeat left center / 5.5px 9px;
		position: absolute;
		right: 10px;
		top: 43%;
		width: 5.5px;
		height: 9px;
		padding-right: 0;
	}
	a.infoBoxBottomLink + a.infoBoxBottomLink{
		margin-top: 10px;
	}
	/* seating */
	.seatingInfo {
		margin-top: 55px;
	}
	.seatingInfoTitle {
		text-align: center;
		font-size: 19px;
	}
	.seatingInfoTitleSub {
		font-size: 14px;
	}
	.imageLink {
		display: block;
		width: 225px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.imageLink .seating{
		width: 100%;
		height: auto;
	}
	.imageLink .loupe {
		width: 28px;
		height: 28px;
		position: absolute;
		top: 25px;
		right: -20px;
	}
	.seatingNotes {
		padding: 20px 15px;
		border: 1px solid #c3303c;
		border-radius: 4px;
	}
	.seatingNotes + .seatingNotes{
		margin-top: 20px;
	}
	.seatingNotesTitle {
		font-size: 14px;
		margin-bottom: 14px;
		font-weight: bold;
		color: #c3303c;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.seatingNotesTitle .text.ico_exclamation {
		background-size: 18px;
		padding-left: 27.5px;
		background-position-y: 1px;
	}
	.seatingNotesTitle .text.ico_infomation {
		background-size: 18px;
		background-position-y: 2px;
		padding-left: 27.5px;
	}
	.seatingNotesText {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 2;
	}
	.seatingNotesLink {
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}
	.seatingNotesLink .linkInternal::before {
		background: url( '/shared/global/theatres_detail/images/arrow_right_red.png' ) no-repeat left center /5.5px 9px;
		padding-right: 8px;
		width: 5.5px;
		height: 10px;
	}
	.seatingNotes > .seatingNotesLink {
		margin: 12px 0;
	}
	.listTitle {
		font-weight: bold;
		font-size: 12px;
		margin-top: 10px;
	}
	.listDescription {
		margin-top: 6px;
		font-size: 12px;
		line-height: 2;
	}
	.listDescription > .seatingNotesLink {
		padding-top: 10px;
	}
	.contentBox {
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		border-radius: 4px;
		background-color: #eee;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.listDescription > .contentBox {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.contentBoxTitle {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.contentBoxTell {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 0;
	}
	a.contentBoxTellNumber {
		display: inline-block;
		padding-bottom: 5px;
		color: #c00;
		text-decoration: underline;
	}
	.contentBoxTellNote {
		font-size: 10px;
		display: block;
		color: #333;
		font-weight: normal;
	}
	.seatingNotesListSub .listTitle {
		font-size: 12px;
		margin-top: 10px;
	}
	.seatingNotesListSub .listDescription {
		margin-top: 3px;
		padding-left: 1em;
	}
	.seatingPriceTable {
		margin: 40px 0;
	}
	.priceTable {
		margin-left: -10px;
	}
	.priceTableWrap {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.tableItems {
		height: 53px;
		font-size: 15px;
	}
	.tableItemsHeader {
		width: 103px;
		height: 42px;
		font-size: 12px;
	}
	.tableItemsHeaderSub {
		font-size: 9px;
	}
	.tableItemsRank {
		font-size: 10.5px;
	}
	.tableItemsPrice {
		font-size: 9px;
	}
	.seatingPriceTableTitle {
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: bold;
		text-align: center;
	}
	.seatingTicket {
		margin-top: 40px;
	}
	.seatingTicketTitle {
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: bold;
		text-align: center;
	}
	a.reservationButton {
		width: 100%;
		height: auto;
		min-height: 50px;
		font-size: 14px;
		color: #fff;
	}
	a.reservationButton::before {
		width: 22px;
		height: 14px;
		background-size: contain;
		margin-right: 10px;
	}

	/* footInfo */
	.footInfo {
		padding: 60px 0;
		background-color: #eee;
	}
	.footInfoLinks {
		padding: 0 10px;
	}
	.footInfoLinksItems {
		background-color: #fff;
		border-radius: 4px;
	}
	.footInfoLinksItems +.footInfoLinksItems {
		margin-top: 10px;
	}
	.footInfoLinksItems .footInfoLinksBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 15px 30px 15px 15px;
		background-image: url( '/shared/global/theatres_detail/images/arrow_right.png' );
		background-repeat: no-repeat;
		background-size: 5px auto;
		background-position: right 10px center;
	}
	.footInfoLinksBox .boxItemsImages {
		-ms-flex-preferred-size: 12.5%;
		flex-basis: 12.5%;
		margin-right: 6%;
	}
	.footInfoLinksBox .boxItemsImages img {
		width: 100%;
		height: auto;
	}
	.footInfoLinksBox .boxItemsInfoHead {
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 7px;
		line-height: 1;
	}
	.footInfoLinksBox .boxItemsInfoText {
		font-size: 10px;
		line-height: 1.5;
	}
	/* btnArea */
	.btnArea {
		margin: 60px 0;
		padding: 0 10px;
	}
	.btnArea ul.btn2 {
		margin-top: 0;
	}
	.btnArea ul.btn2 li a {
		font-size: 12px;
		padding: 10px 15px 9px 20px;
		background-image: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.btnArea ul.btn2 li a::before {
		content: '';
		display: block;
		width: 15px;
		height: 18px;
		background-image: url( '/toppage/images/arrow_middle_left_2.png' );
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-right: 10px;
	}
}

/* color&txtalign */
.red{
	color: #c00;
}
.txtCenter{
	text-align: center;
}
