@charset "utf-8";
/* ===================================================================
CSS information

file name  :style.css
style info :コンテンツ 他
=================================================================== */

/*====================================================
	float解除
----------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*====================================================
	レイアウト
	
	id:bodyarea
	舞台・イベント
----------------------------------------------------*/
#bodyarea {
	margin: 0px auto;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 3.5vw;
	line-height: 150%;
	width: 100%;
	margin-bottom: 10%;
	text-align: center;
}

/************************
** コンテンツ画像背景
** class:bgmain
************************/
#bodyarea .bgmain {
	background: #fff url("../images/bg_main_sp.jpg?220808") no-repeat;
	position:
	relative;
	width: 100%;
	padding-top: 231.8%;
	background-size: cover;
}
#bodyarea .formbtn {
	margin-top:20px;
	font-weight:bold;
}
#bodyarea .formbtn>a {
	display:inline-block;
	width:95%;
}
#bodyarea .entry {
	border-radius:8px;
	padding: 8%;
	background:#20b2aa;
	color:#ffffff;
	font-size:7vw;
}
#bodyarea .gray {
	background:#a9a9a9;
}
#bodyarea .entry>a{
	color:#ffffff;
}
#bodyarea .formbtn>p{
	margin:2%;
	color:#20b2aa;
	font-size:4vw;
}



/************************
** プレイガイド注釈
** class:time-table 
************************/

#bodyarea .twocolum table th p{
	color:red;
	margin:5px 0 0 0;
	font-size:10px;
	line-height:1.2;
}
/************************
** サブタイトル
** element:div
** class:outline
************************/
#bodyarea div.outline {
	background-color: #f29d50;
	color:#ffffff;
	text-align: center;
	margin: 2% auto;
	font-size: 5vw;
	padding: 1% 0;
}
/************************
** テーブル１つの場合
** class:onecolum
************************/
#bodyarea .onecolum {
	
}
/************************
** テーブル１つ目
** element:table
************************/
#bodyarea .onecolum table {
	width:100%;
}
/************************
** テーブル２つの場合
** class:twocolum
************************/
#bodyarea .twocolum {
	
}
/************************
** テーブル２つのテーブル
** element:table
************************/
#bodyarea .twocolum table {
	width:100%;
	line-height:1.6;
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one {
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one th{
	white-space:nowrap;
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one td p{
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one td p .red{
	color:red;
}
/************************
** テーブル２つの１つ目
** class:list
************************/
#bodyarea .twocolum table.one .list{
}

#bodyarea .twocolum table.one .list a{
	text-decoration:none;
}

#bodyarea .twocolum table.one .list li{
	margin: 4% auto;
}

/************************
** テーブル２つの２つ目
** element:table
** class:two
************************/
#bodyarea .twocolum table.two {
}
/************************
** テーブル２つの２つ目
** class:list
************************/
#bodyarea .twocolum table.two .list{
}

#bodyarea .twocolum table.two .list a{
	text-decoration:none;
}
#bodyarea .twocolum table.two .list li{
	margin-top:3px;
}

/*************************
** その他リンク
** class:link
*************************/
#bodyarea table .link{
	padding-top: 5px; 
	text-align: center;
}
/*************************
** google map
** class:map
*************************/
#bodyarea table .map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#bodyarea table .map iframe,
#bodyarea table .map object,
#bodyarea table .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************************
** テーブルヘッダ
** element:th
*************************/
#bodyarea table th {
	background-color: #fedfdf;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
	width: 100%;
	display: block;
}
/*************************
** テーブルヘッダ タイトル
** element:th
*************************/
#bodyarea table th.outline{
	background-color: #333333;
	color:#ccc;
	border: 1px solid #cccccc;
	padding: 5px;
	width:100%;
}
/*************************
** テーブルデータ
** element:td
*************************/
#bodyarea table td {
	border: 1px solid #cccccc;
	padding: 1% 1%;
	width: 100%;
	display: block;
}
a.btnTiket {
    font-size: 25px;
    font-weight: bold;
    line-height: 65px;
    background: #ccc;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3vw;
}
#bodyarea .twocolum table.one .gray a{
    font-size: 25px;
    font-weight: bold;
    line-height: 65px;
    background: #ccc;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3vw;
}
#bodyarea .link {
	margin-top:30px;
}
