@charset "UTF-8";
/* CSS Document */

body{
	line-height:1.8;
	letter-spacing: 0.1em;
	/*color:#FFFFFF;*/
}
.fl{
	float:left;
}
.fr{
	float:right;
}

.tl{
	text-align:left !important;
}
.tc{
	text-align: center !important;
}
.tr{
	text-align: right !important;
}

.bold{
	font-weight:bold !important;
}
.pink{
	color:#ED5A9D !important;
}
.red{
	color:#d80c18 !important;
}
.blue{
	color:#5fc1c7 !important;
}
.orange{
	color:#ec6c00 !important;
}

.bk_c{
	background-color:#d80c18 !important;
}

.f12{
	font-size:12px !important;
}
.f13{
	font-size:13px !important;
}
.f14{
	font-size:14px !important;
}
.f15{
	font-size:15px !important;
}
.f16{
	font-size:16px !important;
}
.f18{
	font-size:18px !important;
}
.f20{
	font-size:20px !important;
}
.f22{
	font-size:22px !important;
}
.f24{
	font-size:24px !important;
}
.f26{
	font-size:26px !important;
}

.mb5{
    margin-bottom: 5px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt-10{
    margin-top: -10px !important;
}
.mt-20{
    margin-top: -20px !important;
}
.mt-30{
    margin-top: -30px !important;
}

/*改行*/
.pc_br{
    display: block;
}
.sp_br{
    display: none;
}

/*リンク*/
a img:hover {
	opacity: 0.8 ;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

/* =============================================================================
   Header
   ========================================================================== */
#sp_h{
	display:none;
}
#header{
	background-color:#d80c18;
/* 	overflow:hidden; */
	min-width: 980px;
	width: auto !important;
}

#header h1{
	padding:0 0 0 0;
}
#header h1 img{
	width:30%;
	max-width:350px;
}

.c_language{
	width:90%;
	margin:0 auto 0;
	padding-top:10px;
	overflow:hidden;
}
.c_language_in{
	float:right;
	width:180px;
	margin-left:30px;
}
.c_language_in_jp,.c_language_in_en{
	float:left;
	width:50%;
	padding:5px;
	font-size:13px;
	background:#fff;
	/*border-bottom:#fff 1px solid;*/
	box-sizing:border-box;
}
.c_language_in_jp_on,.c_language_in_en_on{
	float:left;
	width:50%;
	padding:5px;
	font-size:13px;
	background:#fff;
	/*border:#555 1px solid;*/
	border-bottom:#fff 1px solid;
	box-sizing:border-box;
}
.c_language_in_jp,.c_language_in_jp_on{
	background:url(../img/language_bg.gif) no-repeat right 10px;
}

.c_language_in_en,.c_language_in_en_on{
	background:url(../img/language_bg.gif) no-repeat left 10px;
}
.c_language_in_jp a,.c_language_in_en a{
	display:block;
	color: #854214;
}
.c_language_in a:hover{
	color:#fff;
	font-weight:bold;
}
.c_language_in_jp_on a,.c_language_in_en_on a{
	display:block;
	color:#fff;
	font-weight:bold;
}

#backtop{
	display: none;
}

/* =============================================================================
   Navi
   ========================================================================== */
/*
#menu-box-top{
	margin-bottom:15px;
	background:#000;
}
*/
#menu-box{
	background:#d80c18;
}
#menu{
	width: 100%;
	padding:20px 0 15px 0;
	margin: 0 auto 0;
	background:#d80c18;
}
#menu ul{
	margin: 0 auto 0;
}
#menu li{
	display: inline-block;
	padding: 0 10px;
	color: #EC868C;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#menu li.not_memu{
	z-index:1;
}
#menu li a{
	display: block;
	color: #fff;
	text-align:left;
	text-decoration: none;
}
#menu li a:hover{
	font-weight:bold;
	color: #fff;
}
#toggle{ 
 display: none;
}

#parking_info {
	border-top: 1px #efefef solid;
	padding: 30px 0;
}

#btn_photo {
	padding: 0 0 30px;
}

#menu_icom{
	padding-top:10px;
}

#menu_icom img{
	padding:0 5px;
}

#menu_icom a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*
.menu_hover{
	color: #fff;
	padding:10px 5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.menu_hover:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #E6007E;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.menu_hover:hover:before, .menu_hover:focus:before, .menu_hover:active:before {
	left: 0;
	right: 0;
}
*/

.menu_hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.menu_hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu_hover:hover:before, .menu_hover:focus:before, .menu_hover:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* =============================================================================
   Body
   ========================================================================== */

#wrapper{
	width:100%;
	margin:0 auto 0;
	padding-top:50px;
	background:#FFF;
}

.box_a{
	width:100%;
	overflow:hidden;
	text-align:center;
	display: block;
	background:#FFF;
}
.box_b{
	width:100%;
	overflow:hidden;
	text-align:center;
	display: block;
	/*background:#FAFAFA;*/
	background: #F4F2F2;
}

/*固定ブロック*/
.fixed_pr_top_box,.fixed_pr_box{
	position:fixed;
	width:55px;
	right:0;
	margin:0;
	z-index:100;
}
.fixed_pr_top_box{
	top:140px;
}
.fixed_pr_box{
	top:240px;
}
.fixed_pr_top_box img,.fixed_pr_box img{
	width:100%;
	padding:0;
}

.box_session{
	width:1000px;
	margin:0 auto 0;
	padding:0 0 10px 0;
}

.box_bana_box{
	width:100%;
	padding:40px 0 40px 0;
	background:fff;
	/*background: linear-gradient(to top, #fff 0%, #fff 0%, #F4F2F2 0%, #F4F2F2 50%, #fff 50%, #fff 100%);*/
}
.box_bana{
	width:900px;
	margin:0 auto 0;
}
.box_bana_sp{
	display:none;
}
.box_bana_box02{
	width:100%;
	padding:40px 0 40px 0;
	/*padding:0 0 30px 0;*/
	background:#F4F2F2;
}
.box_bana02{
	width:1000px;
	margin:0 auto 0;
	overflow:hidden;
}
.box_bana02 li{
	float:left;
	width:46%;
	padding:0 2%;
}
.box_bana img,.box_bana02 img{
	width:100%;
}
.box_bana a:hover,.box_bana02 a:hover {
  text-decoration: none;
  opacity: 0.8;
}


.box_in{
	width:1000px;
	margin:0 auto 0;
	padding:50px 0;
}

.content_t h2{
	margin:0 auto 50px;
}
.content_t h2 img{
	width:30%;
}

.content_t h3{
	text-align:center;
	padding:0 0 30px 0;
}
.content_t h3 img{
	width:30%;
}

.top_btn_br{
	text-align: center;
	margin:-20px 0 0 0;
	overflow:hidden;
}

.top_btn{
	width:270px;
    display: block;
	color:#d80c18;
	font-weight:bold;
	letter-spacing:3px;
	padding:10px 15px;
	margin:0 auto 0;
	border:#d80c18 solid 3px;
	font-size: 150%;
	transform: skewX(-8deg);
	box-shadow: 0 5px 0 rgba(0, 0, 0, 1);
	background:#FFF;
}

.top_btn:hover {
  box-shadow: none;
  /*transform: translate3d(0, 5px, 0);*/
  transform: skewX(-8deg) translateY(5px);
  transition-duration: 0.3s;
  opacity: 0.8;
}

.w2018{
	width:80% !important;
}

/*.top_btn:hover {
	background-color:#E8007E;
	color:#fff;
	text-decoration:none;
}*/
/*
@-webkit-keyframes top_btn {
  50% {
    background-color: rgba(232,0,126,1);
  }
}
@keyframes top_btn {
  50% {
    background-color: rgba(232,0,126,1);
  }
}
.top_btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.top_btn:hover, .top_btn:focus, .top_btn:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #ec6c00;
  color: white;
}*/

.btn{
	width:270px;
    display: block;
	color:#d80c18;
	font-weight:bold;
	letter-spacing:3px;
	padding:10px 15px;
	margin:0 auto 0;
	border:#d80c18 solid 3px;
	font-size: 150%;
	background:#FFF;
}

@-webkit-keyframes btn {
  50% {
    background-color: rgba(231,36,46,1);
  }
}
@keyframes btn {
  50% {
    background-color: rgba(231,36,46,1);
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn:hover, .btn:focus, .btn:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #d80c18;
  color: white;
}

.btn_r{
	width:270px;
    display: block;
	color:#e7242e;
	font-weight:bold;
	letter-spacing:3px;
	padding:10px 15px;
	margin:0 auto 0;
	border:#e7242e solid 3px;
	font-size: 150%;
}

@-webkit-keyframes btn_r {
  50% {
    background-color: rgba(231,36,46,1);
  }
}
@keyframes btn_r {
  50% {
    background-color: rgba(231,36,46,1);
  }
}
.btn_r {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn_r:hover, .btn_r:focus, .btn_r:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #e7242e;
  color: white;
}

a.w280{
	display: block;
    width: 280px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    padding: 0;
    margin: 10px auto 20px;
    letter-spacing: 0;
    background: #d80c18;
}

/*注意文*/
.top_note{
	padding:30px 0;
	background-color:#f5f5f5;
}
.top_note p{
	font-size:14px;
}
.top_note a{
	color:#333;
	text-decoration: underline;
}
.top_note a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.facebook_box{
	padding-top:10px;
}

.facebook_box iframe{
	border: none;
	overflow: hidden;
}

.youtube_box_c{
    width:440px;
	margin:0 auto 0;
}

.youtube_box_c iframe{
	width: 440px;
	height: 248px;
}

.youtube_box_c video{
	width: 440px;
	height: auto;
}

.youtube_box_c p{
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}

.youtube_box{
    width:440px;
    float: left;
	margin-bottom:20px;
}

.youtube_box iframe{
	width: 440px;
	height: 248px;
}

.youtube_box p{
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}

.youtube_box_2{
    width:440px;
    float: right;
	margin-bottom:20px;
}

.youtube_box_2 iframe{
	width: 440px;
	height: 248px;
}

.youtube_box_2 p{
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}

.youtube_box_single{
    width:406px;
	margin:0 auto 0;
}

.youtube_box_single iframe{
	width: 406px;
	height: 229px;
}

.youtube_box_single video{
	width: 406px;
	height: auto;
}

/*
.youtube_box_single p{
	text-align:center;
	padding-top:16px;
}
*/

.youtube_box_single p{
	text-align: left;
	padding-top:16px;
}

/*ご来場のみなさまへ*/
#explanatory_note{
	width:680px;
	text-align:left;
	margin:0 auto 30px;
	padding: 40px 30px;
	/*border:#ddd 1px solid;*/
	background:#FFF;
	clear: both;
}
#explanatory_note h5{
	font-size:18px;
	text-align:center;
	margin-bottom:25px;
}
#explanatory_note li{
	margin-bottom:10px;
}
#explanatory_note p{
	padding-top:20px;
}

div.summary_list,
h4.tab,
h4.tab a,
div.tab_target,
div.tab_content,
div.tab_content p {
	margin: 0;
	padding: 0;
}

/*概要*/
.summary_list table{
	width: 80%;
	text-align:left;
	margin: 0 auto 0;
}

.summary_list tr {
	size:16px;
	line-height:140%;
}

.summary_list th {
	width:120px;
	border-bottom: #CCCCCC 1px solid;
	vertical-align:top;
    padding: 20px 20px 20px 0;
}
.summary_list td {
	border-bottom: #CCCCCC 1px solid;
    padding: 20px;
}


#page_top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  /*border-radius: 50%;*/
  color:#d80c18;
  font-size:10px;
  padding:8px 10px;
  background-color:#fff;
}
#page_top a{
	color:#d80c18;
}
#page_top a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#menu_f_sp{
	display:none;
}

/*TOPブロック*/
.top_box_01{
	width:100%;
	/*background:#f5f5f5;*/
	background:#fff;
}
.top_box_02{
	width:100%;
	/*background:#fff;*/
	/*background:#f5f5f5;*/
	background: #F4F2F2;
}
.top_box_02_sp{
	display:none;
}
.top_contents{
	width:1000px;
	margin:0 auto 0;
	padding:50px 0 50px 0;
	overflow:hidden;
}
.top_img{
	float:left;
	width:550px;
}
.top_text{
	float:left;
	width:450px;
	margin-top:30px;
}
.top_text h2{
	margin-bottom:30px;
}
.top_text h2 img{
	width:60%;
}
.top_text p{
	margin-bottom:30px;
	padding:0 50px;
}

.top_text_en{
	float:left;
	width:450px;
	margin-top:10px;
}
.top_text_en h2{
	margin-bottom:20px;
}
.top_text_en h2 img{
	width:60%;
}
.top_text_en p{
	margin-bottom:20px;
	padding:0 50px;
}

/*move*/
.top_video_00{
    width: 100%;
	/*margin-bottom:40px;*/
	padding:50px 0;
	background:url(../img/top_movie_bg.png) no-repeat top center;
	background-size:cover;
}
.top_movie{
	padding:50px;
	width:500px;
	margin:0 auto 0;
	background-color:#FDFDFD;
}
.top_movie h2{
	margin-bottom:30px;
}
.top_movie h2 img{
	width:60%;
}
.top_movie p{
	width:400px;
	margin:0 auto 0;
	margin-bottom:30px;
}
/*move end*/

/*movieモーダル*/
.top_movie_img{
	width:400px;
	margin:0 auto 20px;
}
.top_movie_img img{
	width:100%;
}


/*広告ブロック*/
.ad_box01{
	width:100%;
	padding:40px 0;
	background:#e6e6e6;
}
.ad_box01 img{
	border:#FFFFFF 1px solid;
}
.ad_box02{
	width:100%;
	padding:30px 0 60px 0;
}
/*広告ブロック(アーカイブス)*/
.ad_box03{
	width:100%;
	padding:40px 0;
}
/*広告ブロック(フッター)*/
.ad_box_f{
	width:100%;
	padding:40px 0;
	background:#e6e6e6;
}
.ad_box_f_in{
	width:1000px;
	margin:0 auto 0;
	overflow:hidden;
}
.ad_box_f_in_item{
	float:left;
	width:50%;
}
.ad_box_f_in_item img{
	border:#FFFFFF 1px solid;
}

.ad_pc{
	display:block;
}
.ad_sp{
	display:none;
}

/* =============================================================================
   Footer
   ========================================================================== */

#footer_top{
	width:100%;
	padding-top:40px;
	background-color:#d80c18;
	text-align:center;
}
#footer_top img{
	width:40%;
	max-width:500px;
}

#footer{
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:20px 0 30px 0;
	line-height:2;
	background-color:#d80c18;
}

#footer p{
	font-size:12px;
	text-align:center;
}

#footer ul{
	margin-bottom:10px;
}

#footer li{
	display:inline-block;
}

#footer li a{
	color:#fff;
}

.footer_bm{
	/*text-align:left;*/
	text-align:center;
}

.footer_under{
	width:930px;
	margin:0 auto 0;
	text-align:left;
}
.footer_under img{
	float:right;
	width:100px;
}
.footer_under_img_pc{
	display:block;
}
.footer_under_img_sp{
	display: none;
}
.footer_under a:hover,.footer_under a:hover img,.footer_bm a:hover{
	opacity: 0.7 ;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#footer_icom{
	width: 100%;
	padding: 30px 0 20px 0;
	margin: 0;
	text-align: center;
	background-color: #d80c18;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC868C;
}

#footer_icom img{
	width:35px;
	padding:0 10px;
}

#footer_icom a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

address{
	padding:20px 0;
	font-size:12px;
	color:#FFFFFF;
	background-color:#d80c18;
}

/*固定ブロック*/
#footer_fixed_box{
	display:none;
}
/*固定ブロック アクセス*/
#footer_access_box_top,#footer_access_box{
	position:fixed;
	width:40px;
	right:0;
	margin:0;
	z-index:100;
	}
#footer_access_box_top{
	top:500px;
}
#footer_access_box{
	top:400px;
}
#footer_access_box_top img,#footer_access_box img{
	width:100%;
}



@media screen and (max-width: 834px) {
	body{
		font-size: 16px;
	}
	.c_language{
		display:none;
	}
#menu-box-top{
	border-top:#E6007E 1px solid;
	margin-bottom:0px;
	background:#E14B90;
}
	#header{
		min-width: 0;
		margin-bottom:0;
		padding-top:30px;
	}

	#sns_bar{
		position: relative;
		top:0;
		left: 0;
		z-index: 1;
	}
	#sp_mainvisual{
	    display: block;
	}
	#wrapper{
		width:100%;
		padding-top:40px;
	}

/*固定ブロック*/
.fixed_pr_top_box,.fixed_pr_box{
	width:40px;
}

	.box_session{
	width:100%;
	margin:0 auto 0;
	padding:0 0 10px 0;
}
	.box_bana{
		width:90%;
		margin:0 auto 0;
		padding:0;
	}
	.box_bana02{
	width:100%;
	}
	.box_in{
		width:100%;
		margin:0 auto 0;
		padding:40px 0;
	}
	.content_t h2{
	margin:0 auto 40px;
	}
	.content_t h2 img{
	width:40%;
	}
	.content_t h3{
	padding:0 0 30px 0;
	}
	.content_t h3 img{
	width:35%;
	}

	.box .btn{
		font-size: 120%;
	}
	.box dt{
	text-align:left;
	font-weight:bold;
	float:left;
	width:20%;
	display:block;
	}
	.box dd{
	color:#666666;
	float:left;
	display:block;
	width:80%;
	text-align:left;
	}
	.access .fl,
	.access .fr{
		float: none;
	}
	
	.access .frame{
		width: auto;
		letter-spacing: 0;
	}
	
	.access .frame p span{
		text-indent: 0em;
	}
	
	.access iframe{
		width: 100%;
		height: 160px;
	}
	
	a.w280{
		width: 94%;
		font-size: 120%;
		padding: 1% 0;
	}
	
	#accsess_menu li {
		float: none;
		margin: 0;
	}
	#accsess_menu li+li{
		margin: 1.5em 0 0;
	}
	#accsess_menu li a{
		width: auto;
		padding: 7px;
	}
	
	.facebook_box iframe{
		width: 90% !important;
		margin:0 auto 0;
		border: none;
		overflow: hidden;
	}
	
	
	#twitter_box,
	#facebook_box,
	.youtube_box_c,
	.youtube_box,
	.youtube_box_2,
	.youtube_box_single{
		float: none;
		overflow:hidden;
		width: 100%;
		height: 100%;
	}
	
	#twitter_box iframe,
	#facebook_box iframe,
	.youtube_box_c iframe,
	.youtube_box iframe,
	.youtube_box_2 iframe,
	.youtube_box_single iframe{
		width: 690px !important;
		height: 480px;
	}

	.youtube_box_c video,
	.youtube_box_single video{
		width: 100% !important;
		height: auto;
	}
	
/*ご来場のみなさまへ*/
#explanatory_note{
	width:65%;
	clear: both;
	margin:0 auto 20px;
	padding: 30px;
	/*border:#ddd 1px solid;*/
	background:#FFF;
}
#explanatory_note h5{
	font-size:16px;
	margin-bottom:20px;
}
#explanatory_note li{
	font-size:12px;
	margin-bottom:10px;
}
#explanatory_note p{
	font-size:12px;
	padding-top:15px;
}

#page_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  padding:5px 10px;
}	
	
	#footer{
		font-size: 17px;
		margin-top: 0px;
	}

.summary_list table{
	width:80%;
	margin-top:10px;
	font-size:14px;
}

.summary_list tr {
	size:14px;
	display: block;
}

.summary_list th {
	display: list-item;
	font-weight:bold;
	list-style-type: none;
	border-bottom: none;
	padding: 10px 5px 0 5px;
}

.summary_list td {
	display: list-item;
	list-style-type: none;
	border-bottom: #CCCCCC 1px solid;
	padding: 5px 5px 10px 5px;
}

#menu_f_sp{
	display:block;
	background-color:#E95F9D;
	overflow:hidden;
}
#menu_f_sp ul{
	width:100%;
}
#menu_f_sp li{
	float:left;
	width:33%;
	margin:0;
	padding:15px 0;
}

/*TOPブロック*/
.top_box_01{
}
.top_box_02{
	display:none;
}
.top_box_02_sp{
	display: block;
	width:100%;
	/*background:#FFF;*/
	/*background: linear-gradient(to top, #fff 0%, #fff 0%, #F4F2F2 0%, #F4F2F2 85%, #fff 85%, #fff 100%);*/
	background: #F4F2F2;
}
.top_contents{
	width:80%;
	margin:0 auto 0;
	padding:40px 0 40px 0;
	overflow:hidden;
}
.top_img{
	float:none;
	width:100%;
}
.top_text,.top_text_en{
	float:none;
	width:100%;
	margin-top:30px;
}
.top_text h2,.top_text_en h2{
	margin-bottom:30px;
}
.top_text h2 img,.top_text_en h2 img{
	text-align:center;
	width:50%;
}
.top_text p,.top_text_en p{
	margin-bottom:30px;
	padding:0 50px;
}

.top_btn{
    display: inline-block;
	padding:15px 10px;
	margin:0 3px 0 0;
	letter-spacing:1px;
	text-align:center;
}


#page_top {
  position: fixed;
  bottom: 50px;
}


/*広告ブロック*/
.ad_box01{
	width:100%;
	padding:30px 0;
}
.ad_box02{
	width:100%;
	padding:0 0 40px 0;
}
.ad_box03{
	width:80%;
	margin:0 auto 0;
	padding:0 0 40px 0;
}

.ad_box_f_in{
	width:80%;
	margin:0 auto 0;
	overflow:hidden;
}

.ad_pc{
	display:none;
}
.ad_sp{
	display:block;
}

/*フッター*/
.footer_under{
	width:90%;
	margin:0 auto 0;
	text-align: center;
}
.footer_bm{
	font-size:12px;
	text-align: center;
}
.footer_under p{
	margin-bottom:20px;
}
.footer_under img{
	float: none;
}
.footer_under_img_pc{
	display:none;
}
.footer_under_img_sp{
	display:block;
	margin:0 auto 0;
}

}

@media screen and (max-width: 640px) {
	body{
		font-size: 12px;
	}

/*改行*/
.pc_br{
    display: none;
}
.sp_br{
    display: block;
}	

	#header{
		padding-top:0;
	}
		#header h1{
		display:none;
	}
/*ヘッダー*/
	#sp_h{
		display:block;
		width:100%;
	}
	#sp_h img{
		width:70%;
		margin:25px 15% 20px 15%;
	}
/*注意文*/
.top_note{
	width:80%;
	padding:20px;
	margin:30px auto 0;
}
.top_note p{
	font-size:12px;
}
/*固定ブロック*/
.fixed_pr_top_box,.fixed_pr_box{
	display:none !important;
}
.box_session{
	display:none;
}
.box_bana{
	display:none;
	}
	.box_bana_sp{
		display: block;
		width:90%;
		margin:0 auto 0;
		padding:0;
	}
	.box_bana_sp img{
		width:100%;
	}
	.box_bana_box02{
		padding:20px 0 15px 0 ;
		/*border-top:#333 2px solid;*/
	}
	.box_bana02 li{
	float: none;
	width:90%;
	padding:0 5%;
	margin-bottom:15px;
	}
	.box_in{
	padding:30px 0;
	}
	#wrapper{
		padding-top:30px;
	}
	.content_t h2{
	margin:0 auto 30px;
	}
	.content_t h2 img{
	width:60%;
	padding-top:10px;
	}
	.content_t h3{
	text-align:center;
	padding:0 0 30px 0;
	}
	.content_t h3 img{
	width:60%;
	padding-top:10px;
	}
	.btn,.btn_r{
		font-size:14px;
		letter-spacing:1px;
	}
	
	
	/*MENU
	***********************/
	#menu{
		display: none;
	}
	#menu li{
		width: 100%;
	}
	.submenu{
		border-top:1px solid #bc242e;
	}
	#toggle{
		display: block;
		position: relative;
		width: 100%;
		color: #8FD3D8;
		text-align: left;
		background: #d80c18;
	}
	#toggle span{
		display: block;
		font-size: 12px;
		line-height: 24px;
		border-bottom: 1px solid #bc242e;
		padding: 1em;
	}
	#toggle a{
		display: block;
		position: relative;
		color: #fff;
		text-align: left;
		text-decoration: none;
		background: none;
	}
	#toggle a:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		}
	.menu_language{
		width:50% !important;
		text-align:center;
		margin:0 auto 0;
		padding:10px;
	}
	.menu_language a{
		display:inline !important;
	}
	#backtop{
		display: block;
		text-indent: -9999px;
		width: 50%;
		height: 5%;
		position: absolute;
		top: 12px;
		left: 50%;
		margin-left: -25%;
	}
	#backtop a{
		display: block;
		height: 100%;
	}
	
	#parking_info{
		padding: 10px;
	}
	
	#btn_photo{
		padding: 0 10px 10px;
	}
	
	#parking_info img, #btn_photo img{
		width: 100%;
	}
	
	/*
	**************************/
	
	#menu-box-top{
	border-top:#E6007E 1px solid;
	margin-bottom:0;
	background:#000;
	}
	#toggle a span{
		font-size: 12px;
	}
	.box h2{
	margin-bottom: 0px;
	}
	.box .btn{
		width:90%;
	}
	.box dt{
	text-align:left;
	font-weight:bold;
	float:left;
	width:28%;
	display:block;
	}
	.box dd{
	color:#666666;
	float:left;
	display:block;
	width:72%;
	text-align:left;
	}
	a.w280{
		font-size: 12px;
		padding: 0;
	}
	.summary_list table{
	font-size:13px;
}

.summary_list tr {
	font-size:80%;
}

.summary_list th {
	width:80%;
	font-size:14px;
	line-height:1.5;
	
}

	#accsess_menu li a{
		padding: 0;
	}
	#twitter_box iframe,
	.youtube_box_c iframe,
	.youtube_box iframe,
	.youtube_box_2 iframe,
	.youtube_box_single iframe{
		width: 100% !important;
		height: auto;
		margin:0 auto 0;
	}
	.youtube_box_c video,
	.youtube_box_single video{
		width: 100% !important;
		height: auto;
		margin:0 auto 0;
	}

.twitter-timeline{
	width:80%;
}

	#footer_top img{
	width:80%;
}
	#footer{
		font-size: 14px;
	}

/*ご来場のみなさまへ*/
#explanatory_note{
	width:80%;
	clear: both;
	margin:0 auto 20px;
	padding: 30px 20px;
	/*border:#ddd 1px solid;*/
	background:#FFF;
}
#explanatory_note h5{
	font-size:16px;
	margin-bottom:20px;
}
#explanatory_note li{
	font-size:12px;
	line-height:1.5;
	margin-bottom:10px;
}
#explanatory_note p{
	font-size:13px;
	padding-top:15px;
}

#cartop{
	width:81%;
	margin:0 auto 30px;
	border:#EEEEEE 10px solid;
	text-align:center;
	padding:20px;
}

#cartop img{
	float: none;
	margin:0;
}

#cartop div{
	width:90%;
	margin:0 auto;
	line-height:140%;
	text-align:center;
	font-size:14px;
	padding:10px 0 0 0;
}

/*TOPブロック*/
.top_contents{
	padding:30px 0 30px 0;
}
.top_text h2,.top_text_en h2{
	margin-bottom:20px;
}
.top_text h2 img,.top_text_en h2 img{
	width:80%;
}
.top_text p,.top_text_en p{
	margin-bottom:20px;
	padding:0 20px;
}

/*movie*/
.top_video_00{
	margin-bottom:30px;
}
.top_movie{
	padding:10%;
	width:60%;
	margin:0 auto 0;
	background-color:#FDFDFD;
}
.top_movie h2{
	margin-bottom:30px;
}
.top_movie h2 img{
	width:100%;
}
.top_movie p{
	width:90%;
	margin:0 auto 0;
	margin-bottom:40px;
}
/*movieモーダル*/
.top_movie_img{
	width:100%;
	margin:0 auto 20px;
}
.top_btn{
	width:80%;
	margin-bottom:
}

.box_bana_box{
	width:100%;
	padding:20px 0 20px 0;
	/*background: linear-gradient(to top, #fff 0%, #fff 0%, #F4F2F2 0%, #F4F2F2 85%, #fff 85%, #fff 100%);*/
}

#page_top {
  position: fixed;
  right: 0;
  bottom:80px;
  padding:8px 12px;
}	

address{
	padding:20px 0 80px 0;
}

/*固定ブロック*/
#footer_fixed_box{
	display: block;
	position: fixed;
	width:100%;
	height:50px;
	bottom: 0;
	background-color: #d80c18;
	z-index:10000;
}
#footer_fixed_box a:hover {
	opacity: 0.7 ;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*
html, body {
    overflow-x: hidden;
    height: 100%;
}
*/
.footer_fixed_menu_box {
    display: block;
    margin: 0 auto;
    width: 70px;
    max-width: 100%;
    box-shadow: none;
    background-color: #d80c18;
    position: fixed;
	right:0;
    height: 50px!important;
    overflow: hidden;
    z-index: 10;
}
/*
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 50px;
}
*/
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
	right:0;
	bottom:0;
    width: 100%;
    margin-top: 60px;
    transform: translateY(100%);
    transition: transform 300ms ease-in-out;
    background: #d80c18;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li.not_memu{
	color:#EC868C;
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
	text-align:center !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li img{
	width:60%;
	padding:15px 0 10px 0;
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 18px;
	right: 20px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
/*SNSアイコン*/
.footer_fixed_icom{
	width:100%;
	padding:20px 0 0 0;
	margin:0;
	text-align:center;
}

.footer_fixed_icom img{
	width:35px;
	padding:0 10px;
}

/*ピックアップ*/
.footer_fixed_pickup_box{
	width:82%;
	height:36px;
	margin:7px 0;
	border-right:#FFF 1px solid;
}
.footer_fixed_pickup_box ul{
	width:100%;
}
.footer_fixed_pickup_box li{
	display: inline-block;
	width:30%;
	margin:0;
}
.footer_fixed_pickup_box li img{
	width:86%;
}
.footer_fixed_pickup_single{
	height:40px;
	margin:-2px auto 0;
}
.footer_fixed_pickup_single img{
	height:100%;
}

#footer_access_box_top,#footer_access_box{
	position:fixed;
	width:35px;
	right:0;
	margin:0;
	z-index:100;
	}
#footer_access_box_top,#footer_access_box{
	top: auto;
	bottom:70px;
}

/*広告ブロック*/
.ad_box01{
	width:100%;
	padding:30px 0;
}

.ad_box_f{
	width:100%;
	padding:20px 0 40px 0;
}
.ad_box_f_in{
	width:80%;
	margin:0 auto 0;
}
.ad_box_f_in_item{
	float:left;
	width:100%;
	padding:30px 0 0 0;
}

}

@media screen and (max-width: 375px) {
.sns_pr_box{
	top:110px;
}
.footer_fixed_pickup_box li img{
	width:92%;
}
}

@media screen and (max-width: 320px) {
.footer_fixed_pickup_box{
	margin:10px 0 0 0;
	/*margin:7px 0;ピックアップが3つの時*/
}
.footer_fixed_pickup_box li img{
	width:100%;
}
.footer_fixed_pickup_single{
	height:38px;
}
}
