@charset "UTF-8";

/* -----------------------------------------------
FileName:advance.css
----------------------------------------------- */

/* メインコンテンツ
------------------------------------------------*/
/* h1タイトル */
div.main h1 {
	margin-top:20px;
}
/* h2タイトル */
div.main h2 {
	margin-top:20px;
}
div.main div.h2_idx {
	position:relative;
}
div.main div.h2_idx p {
	position:absolute;
	left:15px;
	top:20px;
}

/* ナビリンク */
div.main ul.navi_links {
	margin:15px 0 0 10px;
}
div.main ul.navi_links li {
	margin-right:10px;
	padding-right:10px;
	background:transparent url(../images/navi_pause.gif) no-repeat 100% 50%;
	color:#ff6600;
	display:inline;
}
div.main ul.navi_links li.end {
	background:none;
}

/* リード */
div.main div.lead {
	padding-top:10px;
}
div.main div.lead p {
	margin-top:10px;
}
div.main div.lead p.attention {
	color:#c50000;
}

/* 前売券情報 */
div.main div.advanceCinemaList{
	margin-top:20px;
}

/* 劇場案内 */
div.main div.theater {
	margin-top:20px;
	width:605px;
	min-height:670px;
	_height:670px;
	background:transparent url(../images/bg_theater.gif) no-repeat;
}
div.main div.theater div.bot {
	padding-bottom:75px;
	width:605px;
/*	background:transparent url(../images/bg_theater_bot.gif) no-repeat 0 100%; */
}
div.main div.theater div.area01 {
	float:left;
	margin-left:9px;
	width:136px;
	display:inline;
}
div.main div.theater div.area02,
div.main div.theater div.area03,
div.main div.theater div.area04 {
	float:left;
	margin-left:14px;
	width:136px;
	display:inline;
}
div.main div.theater div dl {
	margin:0 0 20px 5px;
}
div.main div.theater div dl dt {
	margin-top:8px;
	font-weight:bold;
}
div.main div.theater div dl dd {
	padding:3px 0 2px;
}
div.main div.theater div dl dd ul li {
	clear:both;
}
div.main div.theater div dl dd ul li a {
	float:left;
	padding-left:15px;
	background:transparent url(../images/theater_arrow.gif) no-repeat 0 50%;
}
div.main div.theater div dl dd ul li span {
	float:right;
	width:24px;
}
div.main div.theater div dl dd ul li span img {
	vertical-align:middle;
}

/* デジタル3-D */
div.main div.digital3d {
	margin-top:-35px;
}
div.main div.digital3d dl {
	margin:0 0 10px 10px;
}
div.main div.digital3d dl dt {
	margin-bottom:5px;
}
div.main div.digital3d dl dd ul li a {
	padding-left:7px;
	background:transparent url(../images/digital_arrow.gif) no-repeat 0 50%;
}
div.main div.digital3d p {
	margin-left:10px;
	font-size:80%;
}

/* ----------------------------------------------------------
 スマホ対応 PC表示
---------------------------------------------------------- */

.navi_Anchor {
	display: none;
}


ul#breadcrumbList li.current_sp {
	display: none;
}

/* ----------------------------------------------------------
 ナビ部分
---------------------------------------------------------- */
div.main ul.navi_list{
	margin-top: 16px;
	border-bottom: 2px solid #e85d00;
	margin-right: 3px;
}
div.main ul.navi_list li{
	float: left;
	width: 200px;
	margin-right: 2px;
	margin-top: 10px;
}
div.main ul.navi_list li.on{
	margin-top: 0;
}
div.main ul.navi_list li:nth-child(3){
	margin-right: 0;
}



/* ----------------------------------------------------------
 230215追加
---------------------------------------------------------- */

ul.tab_menu {
	display: flex;
	justify-content: space-between;
	width: 605px;
	border-bottom: #333 solid 4px;
	margin-top: 16px;
}

ul.tab_menu * {
	font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul.tab_menu li {
	width: 33%;
	text-align: center;
	margin-top: 10px;
}

ul.tab_menu li:nth-child(2) {
	margin: 10px 0.5% 0;
}

ul.tab_menu li.current {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	border-radius: 3px 3px 0 0;
	padding: 12px 0 6px;
	margin-top: 0;
}

ul.tab_menu li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-radius: 3px 3px 0 0;
	padding: 5px 0;
}

ul.tab_menu li a:hover {
	background-color: #333;
	color: #fff;;
}

ul.tab_menu li span {
	position: relative;
	padding: 0 20px;
}

ul.tab_menu li span::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.7px 5px 0 5px;;
	border-color: #b60082 transparent transparent transparent;
}

ul.tab_menu li.current span::before {
	top: 10px;
}

.for-sp {
	display: none;
}
