@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: 14px;
	line-height: 150%;
	max-width: 1280px;
	margin-bottom: 80px;
}

/************************
** コンテンツ画像背景
** class:bgmain
************************/
.bgmain_wrap{
	max-width: 1280px;
	margin: 0 auto;
}
.bgmain {
	position:relative;
	background:url("../images/2020_bg_main_pc201031.jpg?201031") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 66.3281%;
	margin: 0 auto;
}
.bgmain2 {
	position:relative;
	background:url("../images/2020_bg_main_pc2010312.jpg?201031") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 82.031%;
	margin: 0 auto;
}
.bgmain3 {
	position:relative;
	background:url("../images/2020_bg_main_pc201126.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 59.375%;
	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: 10px auto;
	font-size: 20px;
	padding: 8px;
}
/************************
** テーブル１つの場合
** class:onecolum
************************/
#bodyarea .onecolum {
	
}
/************************
** テーブル１つ目
** element:table
************************/
#bodyarea .onecolum table {
	width:100%;
}
/************************
** テーブル２つの場合
** class:twocolum
************************/
#bodyarea .twocolum {
	
}
/************************
** テーブル２つのテーブル
** element:table
************************/
#bodyarea .twocolum table {
	width:49%;
}
/************************
** テーブル２つの１つ目
** element:table
** class:one
************************/
#bodyarea .twocolum table.one {
	float:left;
}
/************************
** テーブル２つの１つ目
** 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;
	font-size: 25px;
	font-weight: bold;
	line-height: 55px;
	background: #f29d50;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 16px;
	padding: 5px;
}
#bodyarea .twocolum table.one .gray a{
	text-decoration:none;
	font-size: 25px;
	font-weight: bold;
	line-height: 55px;
	background: #ccc;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 16px;
	padding: 5px;
}
#bodyarea .twocolum table.one .list li{
	margin-top:3px;
}

/************************
** テーブル２つの２つ目
** element:table
** class:two
************************/
#bodyarea .twocolum table.two {
	float:right;
}
/************************
** テーブル２つの２つ目
** 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;
}
.map iframe,
.map object,
.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: 8em;
}

/*************************
** テーブルヘッダ タイトル
** 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: 9px 1em;
}
#bodyarea .btn{
    display: block;
    max-width: 300px;
    margin: 4% auto;
    border: #ccc solid 2px;
}
#bodyarea .btn img{
    width: 100%;
    height: auto;
}
#bodyarea .btn:hover{
    opacity: 0.8;
}
#bodyarea .flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2% auto;
}
#bodyarea .txt{
	/* border: 4px solid #EB6B72; */
	background: #f29d50;
	padding: 20px 15px;
	font-size: 18px;
	font-weight: bold;
	width: 47%;
	line-height: 1.7em;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	margin: 0 auto 2%;
}
.movie{
    background: #fff;
    width: 49%;
    position: relative;
    margin: 2% auto 0;
    padding: 1.5%;
}
.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;
}
#bodyarea .sp{
	display: none;
}