@charset "utf-8";

/*
============================================================
base.css
------------------------------------------------------------
■SNSボタン
============================================================
*/

/* #共通
------------------------------------------------------------*/
.txt_off{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:1px;
	line-height:0%;
	margin:0;
	padding:0;
}

/* #本体
------------------------------------------------------------*/
#page_contents{
	text-align:left;
	border-top: 5px solid #f576a3;
}

#index {
	width:100%;
	background:url('../images/bg_bias.png');
}

/* #ヘッダ
------------------------------------------------------------*/
#page_header{
	width: 100%;
	background-color: #fadee7;
}

.page_header_inner {
	position:relative;
	width:1200px; 
	margin:0 auto;
	padding:0 0 40px;
	background-color: #FFFFFF;
}
#page_header h2{
	margin:0;padding:0;
}

.logo {
	position:absolute;
	top:20px;
	left:20px;
}

#page_header h2#h2_01{
	display:none;
}

.tour_title {
	width:972px;
	height:364px;
	margin:0 auto;
}

#page_sns_area {
	padding-top:20px;
}

.attention {
	width:1000px;
	padding:10px 10px 20px;
	margin: 0 auto;
	background-color:#ffffff;
	border:2px solid #f576a3;
}

.attention h3 {
	text-align:center;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f576a3;
	color: #ffffff;
	font-size: 18px;
}

.attention p {
	line-height:1.6;
}

/* #各項目共通
------------------------------------------------------------*/
.contents_pad {
	width:1200px;
	margin: 0px auto;
	padding-bottom: 40px;
}
.section{
	padding: 40px 0 0;
}

.article {
	background-color:#FFF;
	background: url('../images/bg_alpha90.png') repeat top center;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}

#section_news .article {
	border: 4px solid #f576a3;
}

#section_ticket .article {
	border: 4px solid #f576a3;
}

#section_access .article {
	border: 4px solid #f576a3;
}


.section_inner {
	width: 1000px;
	margin: 0 auto;
}

.section_title {
	margin: 0px auto 20px;
	text-align:center;
}

/*ニュース
------------------------------------------------------------*/
.news_list {
	margin:15px; 
	line-height:1.5;
	border-bottom: 1px dotted #575959;
}

.news_list_last {
	margin-bottom: 0; 
	border-bottom: none;
}

#section_news dl{ 
	font-size: 16px;
}


#section_news dl dt { 
	width:130px; 
	float:left; 
	clear:both; 
	padding: 0 0 15px 0; 
}

.news_date {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background: #f576a3;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
}

#section_news dl dd { 
	padding:0 0 15px 130px; 
	color:#333;
}
#section_news dl dd a {
	display: inline-block;
	padding: 3px 6px;
	color:#333; 
	text-decoration:none;
}

#section_news dl dd a:hover {
	text-decoration:underline;
}

#section_news .article{
	padding-right:0;
}

#section_news div.article div#news_area{
	width:solid 1px #000;
	overflow:hidden;
}

/*チケット
------------------------------------------------------------*/

/* タブ表示領域全体 */
div.tabbox {
	margin:0px;
	padding:0px;
	width: 1000px;
}

/* タブ部分 */
div.tabs {
	padding:0 0 0 10px;
	width:100%;
	height:40px;
	margin-bottom:4px;
}

div.tab,div.tab_active {
	display:block; 
	height:40px;
	margin-left:10px;
	float: left;
	line-height:40px;
	text-align: center;
	font-size: 20px;
	padding: 0px 10px;
}
div.tab {
	background-color:#f576a3;
	font-weight:bold;
}
div.tabs div.tab {
	background: #ffffff;
	border: 4px solid #f576a3;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	cursor:pointer;
}

div.tabs div.tab:hover {
	background-color: #f576a3;
	border: 4px solid #f576a3;
}

.tab_active {
	position: relative;
	background-color: #f576a3;
	border: 4px solid #f576a3;
	color:#fff;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	font-weight: bold;
	font-size: 22px;
}

#section_ticket .section_title {
	margin: 0px auto 20px;
	text-align:center;
}

#section_ticket .article{
	background-color:#FFF;
	background: url('../images/bg_alpha90.png') repeat top center;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}


.ticket_header {
	margin: 0 auto 20px;
	text-align:center;
	padding:6px 50px;
	background-color:#ef92b1;
	border-radius: 50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
}

/*記事枠*/
#section_ticket div.ticket_format{
	padding:20px 20px 0;
	overflow:auto;
}

#section_ticket div.ticket_format dl{
	position:relative;
	margin-bottom:20px;
	padding:20px;
	background :#fff;
}

#section_ticket div.ticket_format dt{
	font-size:24px;
	padding-left:10px;
	margin-bottom:10px;
	color:#f576a3;
	border-left:6px solid #f576a3;
	font-weight:bold;
}

#section_ticket div.ticket_format dd{
	font-size:16px;
	line-height:1.5;
}

.curtain_time {
	color:#f576a3;
	margin-bottom:6px;
}

.ticket_charge {
	color:#000000;
}

#section_ticket div.ticket_format dd.important_block{
	font-size:116%;
	color:#F00;
}

#section_ticket div.ticket_format dd ul{
	margin:0 1em;
}

#section_ticket div.ticket_format dd li{
	text-indent:-1em;
	margin-left:1em;
}


/*アクセス
------------------------------------------------------------*/
.slide_box {
	padding:20px;
}
.accordion {
	position:absolute;
	top: 10px;
	right:20px;
	margin-top:12px;
	width:116px;
	height:29px;
	background: url('../images/map_btn.png');
	cursor:pointer;
}
.accordion:hover {
	background: url('../images/map_btn_on.png');
}

.accordion span {
	display:none;
}

.active {
	margin-top:12px;
	width:116px;
	height:29px;
	background: url('../images/map_btn_active.png');
	cursor:pointer;
}
.active:hover {
	background: url('../images/map_btn_active_on.png');
}

.map_text {
	display:inline-block;
	float:left;
	margin-right:20px;
	width:450px;
}

.module_map {
	display:inline-block;
	width:390px;
}

.map_text h4 {
	font-size:18px;
	margin-bottom:6px;
	color:#f576a3;
	font-weight:bold;
}

.map_text p {
	font-size:16px;
	margin-bottom:20px;
	line-height: 1.5;
}

.notice {
	color:#333;
	font-size:12px;
}

.notice a:hover {
	text-decoration: underline;
}

.access_header {
	margin: 0 auto;
	text-align:center;
}

/*記事枠*/
#section_access div.ticket_format{
	padding: 0 20px 20px;
	overflow:auto;
}

#section_access div.ticket_format dl{
	margin-bottom:10px;
	padding:10px;
	line-height:1.6;
	border-bottom: 1px solid #dddddd;
}

#section_access div.ticket_format dt{
	margin-bottom:6px;
}

#section_access div.ticket_format dd{
	margin-bottom:6px;
	font-size:14px;
}

#section_ticket div.ticket_format dd.important_block{
	font-size:16px;
	color:#F00;
}

#section_access div.ticket_format dd ul{
	margin:0 1em;
}

#section_access div.ticket_format dd li{
text-indent:-1em;
margin-left:1em;
}

.page_footer {
	background-color: #df5d9d;
	color:#fff;
}
.page_footerInner {
	width:1200px;
	margin: 0 auto;
	padding:20px;
}

.page_footerLeft {
	text-align: center; }

.page_copyright p {
	color: #FFF;
	font-size: 69%;
	margin: 15px 0 0 0; }

.memberListUl a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }

/*EOF*/