@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: 95%;
	margin-bottom: 10%;
	text-align: center;
}

/************************
** コンテンツ画像背景
** class:bgmain
************************/
.bgmain_wrap{
	width: 100%;
	margin: 0 auto;
}
.bgmain {
	position:relative;
	background:url("../images/2020_bg_main_sp201031.jpg?201031") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 253.75%;
	margin: 0 auto;
}
.bgmain2 {
	position:relative;
	background:url("../images/2020_bg_main_sp2010312.jpg?201031") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 309.375%;
	margin: 0 auto;
}
.bgmain3 {
	position:relative;
	background:url("../images/2020_bg_main_sp201126.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 218.75%;
	margin: 0 auto;
}
/************************
** プレイガイド注釈
** 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: #faeeb4;
	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: #f29d50;
    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 .btn{
    display: block;
    width: 90%;
    margin: 4% auto;
    border: #ccc solid 2px;
}
#bodyarea .btn img{
    width: 100%;
    height: auto;
}
#bodyarea .btn:hover{
    opacity: 0.8;
}
#bodyarea .txt{
	/* border: 4px solid #EB6B72; */
	background: #f29d50;
	padding: 5% 2%;
	font-size: 3.8vw;
	font-weight: bold;
	width: 95%;
	margin: 0 auto 5%;
	line-height: 1.7em;
	text-align: center;
	color: #fff;
	border-radius: 15px;
}
.movie{
    background: #fff;
    width: 100%;
    position: relative;
    margin: 5% auto 2%;
    padding: 2%;
}
.movieCon{
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}