@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	color: #000;
	font-size: 14px;
	font-family: "Noto Sans", "Noto Sans CJK JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	line-height: 1.8;
	width: 100%;

	/*safari等フォントレンダリング設定*/
	-webkit-font-smoothing: antialiased;

	/*スマホの文字の大きさ一定*/
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot') format('embedded-opentype'),
	  url('../fonts/icomoon.ttf') format('truetype'),
	  url('../fonts/icomoon.woff') format('woff'),
	  url('../fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
	content: "\e90a";
}
.icon-timetable:before {
	content: "\e90c";
}
.icon-blank:before {
	content: "\e907";
}
.icon-arrow_short:before {
	content: "\e906";
}
.icon-arrow_long:before {
	content: "\e902";
}
.icon-next:before {
	content: "\e903";
}
.icon-prev:before {
	content: "\e904";
}
.icon-logo_text:before {
	content: "\e900";
}
.icon-logo:before {
	content: "\e901";
}
.icon-arrow_l:before {
	content: "\e908";
}
.icon-arrow_r:before {
	content: "\e909";
}
.icon-search:before {
	content: "\e905";
}
.icon-exl:before {
	content: "\e90b";
}
.icon-pdf:before {
	content: "\e90d";
}




/* clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.clrFix:before,
.clrFix:after {
	content: "";
	display: table;
}
.clrFix:after {
	clear: both;
}

/* margin / padding */
.mt_50{ margin-top: 50px;}
.mb_50{ margin-bottom: 50px;}

.pt_50{ padding-top: 50px;}
.pb_50{ padding-bottom: 50px;}

/*breakpoint display*/
.pc,
.pc_inline{

}
.sp,
.sp_inline{
	display: none !important;
}
.tab,
.tab_inline{
	display: none !important;
}
@media screen and (max-width:992px){
	.pc,
	.pc_inline,
	.sp,
	.sp_inline{
		display: none !important;
	}
	.tab{
		display: block !important;
	}
	.tab_inline{
		display: inline !important;
	}
}
@media screen and (max-width:767px){
	.pc,
	.pc_inline{
		display: none !important;
	}
	.sp,
	.tab{
		display: block !important;
	}
	.sp_inline,
	.tab_inline{
		display: inline !important;
	}
}

/*box-sizing default*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus,
*:focus{
	outline: none;
}
img{
	max-width: 100%;
}
#wrap{
	width: 100%;
	overflow: hidden;
}

/*============================================================================

		header

============================================================================*/

header{
	position: fixed;
	width: 100%;
	height: 160px;
	background: rgba(255, 255, 255, 0);
	z-index: 100;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
header.headDeformation,
.timetable header{
	height: 100px;
	background: rgba(255, 255, 255, 0.8);
}
header.headDeformation:hover,
.timetable header:hover{
	background: rgba(255, 255, 255, 1.0);
}
.header{
	display: table;
	text-align: center;
	width: 100%;
	height: 160px;
	position: relative;
	vertical-align: middle;
}
header.headDeformation .header,
.timetable .header{
	height: 100px;
}
.header .header_logo_area{
	display: table-cell;
	text-align: center;
	height: 160px;
	vertical-align: middle;
}
header.headDeformation .header_logo_area,
.timetable .header_logo_area{
	height: 100px;
}
.header_logo_area a{
	display: inline-block;
}
.header_logo_area span{
	height: 80%;
	display: inline-block;
	font-family: "icomoon";
	font-size: 100px;
	font-weight: normal;
	color: #D9272B;
	line-height: 0.9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
header.headDeformation .header_logo_area span,
.timetable .header_logo_area span{
	font-size: 80px;
}
.header .header_menu_trigger{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
}
.header .header_menu_trigger a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	cursor: pointer;
}
.header .header_menu_trigger span{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 7px 0;
	float: right;
	clear: both;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.header .header_menu_trigger a:hover span:nth-child(2){
    width: 75%;
}
.header .header_menu_trigger a:hover span:nth-child(3){
    width: 50%;
}

@media screen and (max-width:992px){
	header,
	.header,
	header.headDeformation,
	header.headDeformation .header,
	.timetable header,
	.timetable .header{
		height: 70px;
	}
	.header_logo_area span,
	header.headDeformation .header_logo_area span,
	.timetable .header_logo_area span{
		font-size: 50px;
	}
	.header .header_logo_area,
	header.headDeformation .header_logo_area,
	.timetable .header_logo_area{
		height: 70px;
	}
	.header .header_menu_trigger,
	header.headDeformation .header .header_menu_trigger,
	.timetable .header .header_menu_trigger{
		width: 50px;
		height: 55px;
		right: 2%;
	}
	.header .header_menu_trigger a,
	header.headDeformation .header .header_menu_trigger a,
	.timetable .header .header_menu_trigger a{
		padding: 15px 0;
		width: 60%
	}
	.header .header_menu_trigger span,
	header.headDeformation .header_logo_area span,
	.timetable .header_logo_area span{
		margin: 4px 0;
	}
}
@media print{
    header,footer,
    #wovn-content,
    .page_single_nextprev,
    .page_single_related
    {
        display: none !important;
    }
}

/*============================================================================

		menu

============================================================================*/

.remodal-overlay{
	background-color: rgba(217,39,43,0.78);
}
.remodal{
	max-width: 1180px;
	width: 100%;
	padding: 0;
	background: transparent;
}
.gl_nav_sp{
	position: relative;
}
.header_menu_close{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	content: "";
	cursor: pointer;
	top: -70px;
	right: 15px;
}
.header_menu_close span{
	display: block;
	height: 7px;
	width: 100%;
	background-color: #fff;
	position: absolute;
}
.header_menu_close span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	left: 0;
}
.header_menu_close span:nth-child(2){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
	left: 0;
}
.search_area form{
	border-bottom: 1px solid #fff;
	padding: 0 0 10px;
	margin: 0;
}
.search_area form input{
	border: none!important;
	outline: none;
	background-color: rgba(255,255,255,0)!important;
	font-size: 270%;
	font-weight: bold;
	color: #B4B4B4!important;
	-webkit-text-fill-color: #B4B4B4!important;
	-moz-text-fill-color: #B4B4B4!important;
	-ms-text-fill-color: #B4B4B4!important;
	text-fill-color: #B4B4B4!important;
	border-radius:0px;
	width: 89%;
	padding: 0!important;
	margin: 0;
}
.search_area form button[type="submit"]{
	border: none!important;
	outline: none;
	background: rgba(255,255,255,0)!important;
	color: #fff;
	border-radius:0px;
	font-size: 50px;
	font-family: "icomoon";
	width: 10%;
	padding: 0;
	margin: 0;
	text-align: right;
}
#gsc .gsc-search-button{
	margin:0 0 0 -16px !important;
	border-radius:0px;
}
@media screen and (max-width:992px){
	.remodal{
		width: 100%;
		padding: 60px 5%;
	}
	.search_area form input{
		font-size: 200%;
		width: 85%;
	}
	.search_area form button[type="submit"]{
		font-size: 30px;
	}
	.header_menu_close{
		top: -50px;
		right: 2%;
		width: 30px;
		height: 30px;
	}
	.header_menu_close span{
		height: 5px;
	}
}
@media screen and (max-width:767px){
}

.header_menu_innner ul{
	width: 50%;
	text-align: left;
	margin-top: 30px;
	display: inline-block;
}
.header_menu_innner li{
	padding: 15px 0;
	position: relative;
}
.header_menu_innner li:after{
    content: "\e906";
    font-family: 'icomoon' !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    color: #FFF;
    opacity: 0;
    width: 65px;
    height: 35px;
    font-size: 40px;
    line-height: 0.9;
    right: 40px;
    top: 30px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.header_menu_innner li:hover:after{
    opacity: 1;
    right: 15px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.header_menu_innner li a{
	text-decoration: none;
	color: #fff;
	display: block;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.header_menu_innner li span{
	font-weight: bold;
	font-size: 370%;
	line-height: 1.2;
	display: block;
}
.header_menu_innner li em{
	font-style: normal;
	font-size: 140%;
	line-height: 1.8;
}
.header_menu_innner li em.ja{
    display: none;
}

@media screen and (max-width:992px){
	.header_menu_innner ul{
		margin-top: 20px;
	}
	.header_menu_innner li{
		padding: 10px 0;
	}
	.header_menu_innner li span{
		font-size: 250%;
	}
}
@media screen and (max-width:767px){
    .header_menu_innner ul{
		margin-top: 0;
		width: 100%;
	}
    .header_menu_innner li em{
    	font-size: 80%;
    }
}
/*============================================================================

		main_contents

============================================================================*/

.main_contents{
	padding-top: 160px;
}
.timetable .main_contents{
	padding-top: 100px;
}
@media screen and (max-width:992px){
	.main_contents,
	.timetable .main_contents{
		padding-top: 70px;
	}
}
.page_inner_large{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.page_inner_small{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:1150px){
	.page_inner_large{
    	padding: 0 5%;
	}
	.page_inner_small{
		padding: 0 5%;
	}
}

.main_contents.pages{
    background-color: #E5E5E5;
}

/*============================================================================

		footer

============================================================================*/

.footer{
	display: table;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 50px;
}
.footer_logo_area{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.footer_menu_area{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	text-align: right;
	font-size: 95%;
}
.footer_menu_area a:hover{
    color: #D9272B;
}
@media screen and (max-width:992px){
	.footer_logo_area,
	.footer_menu_area{
		display: table;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:767px){
}
.logo_2017{
	display: inline-block;
	width: 190px;
}
.logo_2016{
	display: inline-block;
	width: 100px;
}
.logo_2017 a,
.logo_2016 a{
	text-decoration: none;
	text-align: center;
}
.logo_2017 em{
	font-family: "icomoon";
	font-style: normal;
	color: #D9272B;
	font-size: 80px;
	line-height: 1;
}
.logo_2016 em{
    display: block;
	font-family: "icomoon";
	font-style: normal;
	color: #000;
	font-size: 40px;
	line-height: 1.2;
}
.logo_2016 span{
	display: block;
	color: #000;
	line-height: 1.1;
	font-family: "Roboto";
	font-size: 95%;
}
@media screen and (max-width:992px){
	.logo_2016{
		display: inline-block;
		width: 100px;
		margin: 20px 0 30px;
	}
	.logo_2016 em{
		font-size: 50px;
	}
	.logo_2016 span{
		font-size: 110%;
	}
}
@media screen and (max-width:767px){
}

.footer_menu_area ul{
	display: inline-block;
}
.footer_menu_area ul:after{
	display: block;
	content: "";
	clear: both;
}
.footer_menu_area ul li{
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #000;
	line-height: 1.3;
}
.footer_menu_area ul li:last-child{
	border-right: 1px solid #000;
}
.footer_menu_area ul li a{
	text-decoration: none;
	color: #000;
}
@media screen and (max-width:992px){
	.footer_menu_area ul{
		margin-bottom: 10px;
		font-size: 105%;
		padding: 0 4%;
	}
	.footer_menu_area ul li{
		padding: 0 10px;
		margin-bottom: 5px;
	}
}
/*============================================================================

		一覧用スライダー

============================================================================*/
.slider_nav{
	width: 100%;
	display: block;
	text-align: center;
	padding: 50px 0;
	overflow: hidden;
}
.slider_nav .slider_nav_button{
	cursor: pointer;
	font-size: 150%;
	font-weight: bold;
	font-family: "Roboto";
	letter-spacing: 0.05em;
}
.slider_nav .slider_nav_button.slick-current{
	color: #D9272B;
}
.slider_nav .slick-prev,
.slider_nav .slick-next{
	width: 30px;
	height: 30px;
	top: 46%;
}
.slider_nav .slick-prev{
	left: 0;
}
.slider_nav .slick-next{
	right: 0;
}
.slider_nav .slick-prev:before,
.slider_nav .slick-next:before{
	color: #000;
	font-size: 30px;
}

/*============================================================================

		topics

============================================================================*/

.page_topics_article{
	width: 100%;
/* 	height: 215px; */
/* 	overflow: hidden; */
	margin-bottom: 20px;
}
.page_topics_article a{
	display: table;
	width: 100%;
	height: 100%;
	color: #000;
}
.page_topics_article a{
	width: 100%;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page_topics_article a:hover{
    -moz-transform: translate(-5px,-5px);
    -webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
    /* box-shadow */
    box-shadow:0px 15px 35px -20px #595959;
    -moz-box-shadow:0px 15px 35px -20px #595959;
    -webkit-box-shadow:0px 15px 35px -20px #595959;
    /* border-radius */
    border-radius:0px 0px 0px 0px ;
    -moz-border-radius:0px 0px 0px 0px ;
    -webkit-border-radius:0px 0px 0px 0px ;
}

.page_topics_article a .page_topics_text{
	display: table-cell;
	width: auto;
	height: 100%;
}
.page_topics_text .page_topics_tag{
	position: relative;
}
.page_topics_article a .page_topics_img{
	display: table-cell;
	width: 450px;
	height: 100%;
	vertical-align: top;
}
.page_topics_article a .page_topics_img span{
	display: block;
/* 	width: 400px; */
	height: 215px;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.page_topics_article a .page_topics_img span img{
	max-width: 200%;
	width: 110%;
/* 	min-height: 215px; */
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page_topics_article a .page_topics_text{
	vertical-align: middle;
	background-color: #fff;
	padding: 30px 45px;
}
.page_topics_info{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.page_topics_article .page_single_day{
	display: table-cell;
	width: 20%;
	text-align: right;
	vertical-align: middle;
	margin: 10px 0;
}
.page_topics_tag{
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	height: 30px;
	width: 100%;
	z-index: 10;
}
.page_topics_tag .tag{
	display: inline-block;
	padding: 4px 8px;
	margin-right: 1px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	font-style: normal;
	line-height: 1.5;
}
.page_topics_tag a.tag:hover{
	color: #000;
	background-color: #fff;
}
.page_topics_title h2{
	font-size: 170%;
/* 	height: 35px; */
	overflow: hidden;
	margin-bottom: 16px;
    line-height: 1.4;
}
.page_topics_title h3{
	font-size: 120%;
	height: 28px;
	overflow: hidden;
	word-break: break-word;
}
.page_topics_more{
	text-align: center;
	margin: 50px 0;
}
.page_topics_more a{
	text-align: center;
	color: #000;
	background-color: #fff;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 150%;
}
.page_topics_more a:hover{
	color: #fff;
	background-color: #D9272B;
}
@media screen and (max-width:1200px){
	.page_topics_title h2{
		font-size: 130%;
	}
}
@media screen and (max-width:992px){
	.page_topics_article{
        height: auto;
/*         min-height: 340px; */
        overflow: hidden;
        margin-bottom: 20px;
	}
	.page_topics_article a{
		display: block;
		position: relative;
	}
	.page_topics_article a .page_topics_text{
        display: block;
        width: 100%;
        /* height: 243px; */
        /* position: absolute; */
        /* bottom: 0; */
        padding: 170px 20px 20px;
	}
	.page_topics_info{
		display: block;
		width: 100%;
		margin-bottom: 0px;
	}
	.page_topics_article .page_single_day{
		display: block;
		width: 100%;
		text-align: left;
	}
	.page_topics_title{
    	width: 100%;
	}
	.page_topics_title h2{
		font-size: 130%;
/* 		max-height: 65px; */
        overflow: inherit;
        display: inline-block;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.page_topics_title h3{
		font-size: 100%;
		max-height: 40px;
	}
	.page_topics_article a .page_topics_img{
    	position: absolute;
		display: block;
		width: 100%;
		height: 140px;
		top: 0;
	}
	.page_topics_article a .page_topics_img span{
		width: 100%;
		height: 100%;
		display: block;
		text-align: center;
	}
	.page_topics_article a .page_topics_img span img{
		max-width: 200%;
		width: 100%;
		height: auto;
	}
}

/*============================================================================

		tag

============================================================================*/
.page_tag_titlearea{
	width: 100%;
	padding: 50px 0;
	position: relative;
}
.page_tag_titlearea .back_topics{
	display: block;
	position: absolute;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.page_tag_titlearea .back_topics a{
	display: block;
	cursor: pointer;
	position: relative;
	color: #000;
	letter-spacing: 0.1em;
}
.page_tag_titlearea .back_topics a:before{
	display: inline-block;
	font-family: "icomoon";
	content: "\e902";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 10px;
}
.page_tag_titlearea .back_topics a:hover:before{
	-webkit-transform: translateX(-10px) rotate(180deg);
	-moz-transform: translateX(-10px) rotate(180deg);
	-ms-transform: translateX(-10px) rotate(180deg);
	transform: translateX(-10px) rotate(180deg);
}
.page_tag_titlearea .page_tag_title{
	display: block;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	font-family: "Roboto";
	letter-spacing: 0.05em;
}
@media screen and (max-width:767px){
	.page_tag_titlearea{
		padding: 30px 0;
	}
	.page_tag_titlearea .back_topics{
		position: relative;
		margin-bottom: 25px;
	}
}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.pagination div{
	display: inline-block;
}
.pagination .page-numbers{
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 45px;
	padding-top: 9px;
	margin: 0 2px 8px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers.current{
	background-color: #D9272B;
	color: #fff;
}
.pagination .page-numbers.more{
	padding-top: 6px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
	font-family: 'icomoon';
}
@media screen and (max-width:767px){
	.pagination{
		padding-bottom: 42px;
	}
	.pagination .page-numbers{
		width: 40px;
		height: 40px;
		padding-top: 7px;
		font-size: 110%;
	}
}

/* access */
.g_map_area{
	position: relative;
}
#gMap{
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}
.access_title{
	position: absolute;
	top: -300px;
	left: 50px;
	color: #000;
	font-weight: bold;
	font-size: 250%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	z-index: 90;
}
.access_area{
	width: 100%;
	padding: 0 50px 50px;
}
.access_area:after{
	display: block;
	content: "";
	clear: both;
}
.access_cont{
	display: block;
	width: 50%;
	padding: 0 0px;
	float: left;
	margin-top: 50px;
}
.access_inner{
	display: table;
	width: 104%;
	margin: 0 -2%;
	table-layout: fixed;
}
.access_img{
	display: table-cell;
	width: 35%;
	padding: 0 2%;
	vertical-align: top;
	position: relative;
}
.access_text{
	display: table-cell;
	width: 65%;
	padding: 0 2%;
	vertical-align: top;
}
.tags{
	display: table;
	width: 100%;
	margin-top: 10px;
}
.tags li{
	display: inline-block;
	margin-right: 3px;
}
.tags li a{
	color: #000;
    border: 1px solid #000;
    line-height: 1;
    padding: 0 4px;
    font-style: inherit !important;
    font-size: 0.7rem;
}
@media screen and (max-width:767px){
	#gMap{
		margin-bottom: 20px;
	}
	.access_area{
		width: 100%;
		padding: 0 4% 20px;
	}
	.access_title{
		display: none;
	}
	.access_cont{
		width: 100%;
		float: none;
		margin-top: 0px;
		padding-top: 20px;
	}
	.access_inner{
		display: table;
		width: 100%;
		margin: 0 0;
	}
	.access_img{
		display: table;
		width: 100%;
		padding: 0 0%;
		margin-bottom: 10px;
	}
	.access_text{
		display: table;
		width: 100%;
		padding: 0 0%;
	}
	.tags{
		margin-top: 5px;
	}
	.tags:after{
		display: block;
		content: "";
		clear: both;
	}
	.tags li{
		display: block;
		line-height: 1;
		height: 17px;
		margin: 0 3px 3px 0;
		float: left;
	}
}
.access_img span{
	display: block;
	position: relative;
	overflow: hidden;
}
.access_img span:before{
	content: "";
	display: block;
	padding-top: 60%;
}
.access_img span img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.access_place_name{
	font-size: 130%;
	font-weight: bold;
	line-height: 1;
	padding-right: 30px;
	margin-bottom: 10px;
}
.access_place_info address{
	font-style: normal;
}
.address{
	padding-right: 65px;
	position: relative;
}
.address .map_view{
	display: block;
	position: absolute;
	font-family: "icomoon";
	top: 3px;
	right: 40px;
	font-size: 18px;
	height: 18px;
	line-height: 1;
	color: #000;
}
.address .map_view:hover{
    color: #D9272B;
}
.address p{
    line-height: 1.3;
}
.access_contact p{
	display: inline-block;
	margin-right: 10px;
}
.access_contact .official a{
	display: inline-block;
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}
.access_contact .official a:after{
	display: inline-block;
	content: "\e907";
	font-family: "icomoon";
	font-weight: normal;
	position: relative;
	left: 3px;
	top: 2px;
}
.mfp-bg{
	background-color: rgba(217,39,43,0.78);
	opacity: 1;
}
.mfp-iframe-scaler iframe{
	box-shadow: none;
}
@media screen and (max-width:767px){
	.access_contact p{
		margin-right: 5px;
	}
	.address .map_view{
		font-size: 20px;
		height: 20px;
		right: 10px;
	}
	.tel a{
		color: #000;
		text-decoration: underline;
	}
}

/*============================================================================

		共通

============================================================================*/

.page_content_inner{
	margin-bottom: 20px;
}
.page_content_inner_area{
    padding: 50px;
}
.page_content_title{
	font-weight: bold;
	font-size: 185%;
	color: #D9272B;
	text-align: center;
	margin: 0px 0 20px;
}
.page_content_txt p{
    margin-bottom: 20px;
}
.page_content_txt a{
	display: inline-block;
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
	line-height: 1.3;
}
.page_content_txt a.pdf:after{
	display: inline-block;
	content: "\e90d";
	font-family: "icomoon";
	font-weight: normal;
	font-size: 18px;
	position: relative;
	left: 3px;
	top: 2px;
}
.page_outside_title{
    padding: 10px 35px;
    margin: 50px auto;
    display: table;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 100%;
    font-family: "Roboto";
    border: 1px solid #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.ticket_onsale_area,
.ticket_pass_area,
.ticket_separately_area,
.ticket_shop_area,
.ticket_caution_area{
	padding: 50px;
}
@media screen and (max-width:767px){
	.ticket_onsale_area,
	.ticket_pass_area,
	.ticket_separately_area,
	.ticket_shop_area,
	.ticket_caution_area{
		padding: 20px 4% 20px;
	}
}

/*============================================================================

		about

============================================================================*/

.about_structure{
    background: #fff;
    padding: 50px;
    text-align: center;
    background: linear-gradient(-45deg,#F7F7F7 25%,transparent 25%,transparent 50%,#F7F7F7 50%,#F7F7F7 75%,transparent 75%,transparent);
    background: -webkit-linear-gradient(-45deg,#F7F7F7 25%,transparent 25%,transparent 50%,#F7F7F7 50%,#F7F7F7 75%,transparent 75%,transparent);
    background-size: 6px 6px;
}
.about_structure_title{
    text-align: center;
    background: #000;
    padding: 8px;
    color: #FFF;
    margin-top: 50px;
}
.about_structure_government,.about_structure_partner{
    padding: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: solid 1px #000;
}
.about_structure_government span,.about_structure_partner span{
    display: inline-block;
    font-size: 1.8rem;
}
.about_structure_government{
    background: #FFF;
}
.about_structure_government h4{
    font-size: 1rem;
}
.about_structure_government span:after{
    content: "\FF0B";
    color: #D9272B;
}
.about_structure_government span:last-child:after{
    content: "";
}
.about_structure_partner{
    background: #FFF;
}
.about_structure strong{
    padding-top: 50px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
}
.about_structure_plus{
    text-align: center;
    margin: 10px auto;
    font-size: 2rem;
}
.about_gmap{
    margin-top: 50px;
}

@media screen and (max-width:767px){
    .page_content_title{
        font-size: 120%;
    }
    .page_content_inner_area{
        padding: 20px 4% 20px;
    }
    .about_structure{
        padding: 20px 1.5% 20px;
    }
    .about_structure_government,.about_structure_partner{
        padding: 20px 1.5% 20px;
    }
    .about_structure_government span,.about_structure_partner span{
        font-size: 1.0rem;
    }
    .about_structure_plus{
        margin: 8px auto;
        font-size: 1.5rem;
    }
    .about_structure strong{
        padding-top: 20px;
        font-size: 1.5rem;
    }
}

/*============================================================================

		ticket

============================================================================*/

.onsale_title{
	font-weight: bold;
	font-size: 185%;
	color: #D9272B;
	text-align: center;
	margin: 0;
}
.ticket_pass_area {}

.salesample{
	display: inline-block;
	line-height: 1.5;
	font-size: 90%;
	font-style: normal;
	background-color: #D9272B;
	color: #fff;
	padding: 2px 7px;
}
.title_wrap{
	display: table;
	width: 100%;
	margin: 0px auto 50px;
}
.pass_title{
    display: table-cell;
    width: 32.666%;
    font-weight: bold;
    font-size: 180%;
    color: #D9272B;
    line-height: 1.3;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #D9272B;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.pass_title em{
    font-size: 80%;
    font-style: normal;
}
.pass_txt{
    display: table-cell;
    width: 60%;
    padding-left: 6%;
    font-size: 100%;
}
.pass_txt strong{
    font-size: 140%;
}
.pass_wrap{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.pass_wrap .pass_child{
    display: block;
    width: 32.666%;
    margin-right: 1%;
    background-color: #F7F7F7;
    float: left;
}
.pass_wrap .pass_child:last-child{
    margin-right: 0;
}
.pass_wrap .pass_child.platinum dt{
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,474747+26,2c2c2c+50,000000+51,111111+60,2b2b2b+76,131313+100 */
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #474747 26%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #131313 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4c4c4c 0%,#474747 26%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4c4c4c 0%,#474747 26%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pass_wrap .pass_child.business dt{
    color: #fff;
    background: #d0e4f7; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pass_wrap .pass_child.music dt{
    color: #fff;
    background: #feccb1; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #feccb1 0%, #f17432 22%, #ea5507 53%, #ea5507 80%, #fb955e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #feccb1 0%,#f17432 22%,#ea5507 53%,#ea5507 80%,#fb955e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #feccb1 0%,#f17432 22%,#ea5507 53%,#ea5507 80%,#fb955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pass_wrap .pass_child dt{
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    min-height: 150px;
}
.pass_wrap .pass_child dt h4{
    font-size: 160%;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}
.pass_wrap .pass_child dt em{
    font-size: 70%;
    display: block;
    line-height: 140%;
    font-style: normal;
    font-weight: normal;
}
.pass_wrap .pass_child dd{
    display: block;
    padding: 30px;
    text-align: left;
}
.pass_info .pass_info_txt{
    margin-bottom: 20px;
}
.pass_info .pass_info_txt em{
    text-decoration: none;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
}
.pass_info .price_wrap{
    text-align: center;
}
.pass_info .price{
    color: #D9272B;
    font-weight: bold;
    font-size: 1.5rem;
}
.pass_info .price strong{
    font-size: 3.0rem;
    line-height: 1;
}
.pass_info h5{
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}
.pass_info h5 em{
    font-size: 1.5rem;
    font-style: normal;
}
.pass_info ul{
    list-style: circle;
    margin-top: 20px;
}
.pass_info ul li{
    margin-left:1.5em;
    margin-bottom: 10px;
    line-height: 1.5;
}

.pass_info .pass_info_txt a{
    display: block;
    color: #D9272B;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
}
.pass_info .pass_info_txt a:after{
    display: inline-block;
    content: "\e907";
    font-family: "icomoon";
    font-weight: normal;
    position: relative;
    left: 3px;
    top: 2px;
}
.pass_wrap .pass_child span.onsale{
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0;
	padding: 6px 15px;
	font-size: 60%;
	font-style: normal;
	background-color: #D9272B;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-align: center;
}
.separately_title{
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0 16px;
}
.ticketregist a{
    background: #f4c133;
    border: 1px solid #000;
    color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 10px 0;
    display: block;
}
.ticketregist a:hover{
    background: #f4d47c;
    transition-duration:0.2s;
}
.ticketregist a p{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 80%;
}
.ticketregist a .blk_blc{
    background: #000;
    text-align: center;
    color: #FFF;
    display: block;
    padding: 5px;
}

@media screen and (max-width:992px){
	.onsale_title{
		font-size: 150%;
		margin: 0px 0 5px;
	}
	.pass_wrap .pass_child{
    	margin-bottom: 20px;
	}
	.ticket_pass_area .title_wrap{
		margin: 0px 0 15px;
	}
	.pass_title{
		display: table;
		width: 100%;
		font-size: 150%;
		margin-bottom: 10px;
	}
	.pass_txt{
		display: table;
		width: 100%;
	}
	.pass_txt strong{
        display: block;
    }
	.pass_wrap{
		display: table;
		width: 100%;
		margin: 0 0 20px;
	}
	.pass_wrap .pass_child{
		display: table;
		width: 100%;
		padding: 0 0 20px;
	}
    .pass_info .price_wrap{
        text-align: left;
    }
    .pass_info .price strong{
        font-size: 2.0rem;
    }
}

.ticket_pass_area .attention li{
	color: #D9272B;
}
.ticket_pass_area .attention li.inportant{
	font-weight: bold;
}
.ticket_pass_area .attention li a{
	color: #D9272B;
	text-decoration: underline;
}
.separately_comment{
	display: block;
	background-color: #F7F7F7;
	padding: 10px;
	text-align: center;
	margin: 10px 0 50px;
}
.ticket_separately_block{
	margin: 0 0 50px;
}
.separately_block_title{
	text-align: center;
	background-color: #000;
	font-weight: bold;
	font-size: 150%;
}
.separately_block_title a{
	color: #fff;
}
.separately_block_title a:hover{
	text-decoration: underline;
}
.available{
	display: table;
	width: 100%;
	border-bottom: 1px solid #000;
}
.available:last-child{
	border-bottom: 0px solid #000;
}
.available_child_l,
.available_child_r{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	position: relative;
}
.available_child_r{
	padding: 25px 0px;
}
.available_child_l{
	padding: 25px 50px 25px;
	vertical-align: middle;
}
.available_child_l em.onsale{
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0;
	padding: 6px 15px;
	font-size: 90%;
	font-style: normal;
	background-color: #D9272B;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-align: center;
}
.available_child_r span{
	display: block;
	text-align: center;
	background-color: #F7F7F7;
	padding: 2px 0;
	margin-bottom: 5px;
}
@media screen and (max-width:767px){
	.available_child_l,
	.available_child_r{
		display: block;
		width: 100%;
		padding: 25px 4% 10px;
	}
	.available_child_l{
		padding: 25px 4% 10px;
	}
	.available_child_r{
		padding: 0px 4% 10px;
	}
	.available_child_r span{
		text-align: left;
		padding: 2px 10px;
	}
}
.available_child_l div{
	display: inline-block;
	margin-right: 3px;
}
.available_child_l div a{
	color: #000;
    border: 1px solid #000;
    line-height: 1;
    padding: 0 4px;
    font-style: inherit !important;
    font-size: 0.7rem;
}
.available_child_l .event_title{
	font-weight: bold;
	font-size: 130%;
	color: #000;
}
.available_child_l .event_title:hover{
	text-decoration: underline;
	color: #D9272B;
}
.available_child_r .quick_event_info dt{
	display: inline-block;
	padding-right: 5px;
}

.shop_title{
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0 16px;
}
.ticket_shop_area dl{
	display: table;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #000;
}
.ticket_shop_area dl dt{
	display: table-cell;
	width: 30%;
	vertical-align: top;
	padding-top: 10px;
}
.ticket_shop_area dl dd{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding-top: 10px;
}
.ticket_shop_area dl dt img{
	max-height: 70px;
}
.ticket_shop_area dl dd a{
	display: inline-block;
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}
.ticket_shop_area dl dd a:after{
	display: inline-block;
	content: "\e907";
	font-family: "icomoon";
	font-weight: normal;
	position: relative;
	left: 3px;
	top: 2px;
}
.ticket_shop_area .ex_shop{
	margin-top: 20px;
}
@media screen and (max-width:767px){
	.ticket_shop_area dl dt{
		display: block;
		width: 100%;
		text-align: center;
	}
	.ticket_shop_area dl dd{
		display: block;
		width: 100%;
	}
}

.caution_title{
	font-weight: bold;
	font-size: 130%;
	margin: 0px 0 5px;
	color: #D9272B;
}
.caution_text{
	font-size: 90%;
	margin: 0px 0 20px;
}
.caution_text:last-child{
	margin: 0px 0 0px;
}
.caution_text ul,
.caution_text p,
.caution_text dl{
	margin-bottom: 10px;
}
.caution_text li{
	padding-left: 20px;
	position: relative;
}
.caution_text li:before{
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 10px;
	display: block;
	position: absolute;
	content: "";
	top: 8px;
	left: 7px;
}
.booking{
	margin-bottom: 10px;
}
.booking .tel a{
	color: #D9272B;
	text-decoration: underline;
}
@media screen and (max-width:767px){
	.caution_title{
		font-size: 110%;
	}
}

/*============================================================================

		sponsors

============================================================================*/
.page_content_inner.sponsors{
    padding: 0 50px 50px;
}
.page_content_inner.sponsors img{
    margin-bottom: 20px;
}
.sponsors{}
.sponsors_area{
    padding: 50px 0;
}
@media screen and (max-width:767px){
	.sponsors_area{
		padding: 20px 0;
	}
    .page_content_inner.sponsors{
        padding: 0 0 0;
    }
}
.sponsors_area dl{
    display: table;
    width: 100%;
    padding: 15px 0 25px;
}
.sponsors_area dt{
    display: table-cell;
    width: 10%;
    vertical-align: top;
    font-weight: bold;
    font-size: 110%
}
.sponsors_area dt span{
    font-size: 75%;
    display: block;
}
.sponsors_area dd{
    display: table-cell;
    width: 90%;
    vertical-align: top;
}
.sponsors_area dd span{
    padding-left: 20px;
    padding-bottom: 20px;
            display: block;
        text-align: right;
}
.sponsors_area img{
    display: inline-block;
}
.sponsors_area .ssn,.sponsors_area .sn,.sponsors_area .ssp,.sponsors_area .spt{
    border-top: 1px solid #000;
}
.sponsors_area .ssn img{
    height: 130px;
    margin-right: 20px;
}
.sponsors_area .sn img{
    height: 85px;
    margin-right: 10px;
}
.sponsors_area .ssp img{
    height: 80px;
    margin-right: 20px;
}
.sponsors_area .spt img{
    height: 75px;
    margin-right: 12px;
}

@media screen and (max-width:767px){
    .sponsors_area dl{
        display: block;
        width: 100%;
        padding: 15px 0 25px;
    }
    .sponsors_area dt{
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .sponsors_area dd{
        display: block;
        width: 100%;
        text-align: center;
    }
    .sponsors_area dd span{
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 15px;
        display: block;
        text-align: right;
    }
    .sponsors_area .ssn img{
        height: 120px;
        margin-right: 0;
    }
    .sponsors_area .sn img{
        height: 70px;
        margin-right: 0;
    }
    .sponsors_area .ssp img{
        height: 55px;
        margin-right: 0;
    }
    .sponsors_area .spt img{
        height: 55px;
        margin-right: 0;
    }
}





.sponsors_title{}
.sponsors_title span{
    display: block;
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 100px;
    text-align: center;
}

/*============================================================================

		press

============================================================================*/
.page_content_inner.press_intro{
	margin-bottom: 20px;
}
.press_intro_area,
.press_contact_area{
	padding: 50px;
}
.press_title{
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0 16px;
}
.press_intro_area p{
	margin-bottom: 20px;
}
.press_intro_area dd{
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
.press_intro_area dd:before{
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 10px;
	display: block;
	position: absolute;
	content: "";
	top: 12px;
	left: 7px;
}
.press_intro_area a{
	display: inline-block;
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
	line-height: 1.3;
}
.press_intro_area a.pdf:after{
	display: inline-block;
	content: "\e90d";
	font-family: "icomoon";
	font-weight: normal;
	font-size: 18px;
	position: relative;
	left: 3px;
	top: 2px;
}
.press_intro_area a.exl:after{
	display: inline-block;
	content: "\e90b";
	font-family: "icomoon";
	font-weight: normal;
	font-size: 17px;
	position: relative;
	left: 3px;
	top: 2px;
}
@media screen and (max-width:767px){
	.press_intro_area,
	.press_contact_area{
		padding: 40px;
	}
	.press_title{
		font-size: 150%;
		line-height: 1.5;
		margin: 0px 0 10px;
	}
	.press_intro_area p{
		margin-bottom: 10px;
	}
}
.press_contact_mail{
	margin-bottom: 15px;
}
.press_contact_mail span{
	font-size: 170%;
}
.press_contact_mail a{
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
}
.press_contact_privacy dt{
	font-weight: bold;
}
@media screen and (max-width:767px){
	.press_contact_mail span{
		font-size: 130%;
		line-height: 1.3;
		margin: 10px 0 0;
		display: inline-block;
	}
}

/*============================================================================

		contact

============================================================================*/
.page_content_inner.contact_intro{
	margin-bottom: 20px;
}
.contact_intro_area,
.contact_contact_area{
	padding: 50px;
}
.contact_contact_area{
    display: table;
    width: 100%;
}
.contact_contact_area_col2{
    display: table-cell;
    width: 50%;
    padding: 20px;
    text-align: center;
}
.contact_title{
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0 16px;
}
.contact_contact_title{
    font-size: 1.4rem;
    text-align: center;
    padding: 50px 0 0;
}
.contact_contact_area_col2 .contact_title{
    background: #f0f0f0;
    font-size: 100%;
    padding: 15px 0;
}
.contact_contactform_title{
    font-size: 1.4rem;
    text-align: center;
    padding: 20px;
}
.contact_intro_area p{
	margin-bottom: 20px;
	list-style: circle;
}
.contact_intro_area ul{
    margin-bottom: 20px;
}
.contact_intro_area li{
    list-style: circle;
    margin-left: 20px;
}
.contact_intro_area a{
	display: inline-block;
	color: #D9272B;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
	line-height: 1.3;
}
.contact_intro_area a.pdf:after{
	display: inline-block;
	content: "\e90d";
	font-family: "icomoon";
	font-weight: normal;
	font-size: 18px;
	position: relative;
	left: 3px;
	top: 2px;
}
.contact_intro_area a.exl:after{
	display: inline-block;
	content: "\e90b";
	font-family: "icomoon";
	font-weight: normal;
	font-size: 17px;
	position: relative;
	left: 3px;
	top: 2px;
}
@media screen and (max-width:767px){
	.contact_intro_area,
	.contact_contact_area{
		padding: 40px 8% 40px;
	}
    .contact_contact_area{
        display: block;
        width: 100%;
    }
    .contact_contact_area_col2{
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: padding-box;
    }
	.contact_title{
		font-size: 150%;
		line-height: 1.5;
		margin: 0px 0 10px;
	}
    .contact_contact_title{
        font-size: 1.0rem;
        padding: 20px 20px 0;
    }
    .contact_contactform_title{
        font-size: 1.0rem;
        padding: 20px;
    }
	.contact_intro_area p{
		margin-bottom: 10px;
	}
}
.contact_contact_mail{
	margin-bottom: 15px;
}
.contact_contact_mail span{
	font-size: 170%;
	font-weight: bold;
}
.contact_contact_mail a{
	color: #D9272B;
	text-decoration: underline;
}
.contact_contact_privacy dt{
	font-weight: bold;
}
@media screen and (max-width:767px){
	.contact_contact_mail span{
		font-size: 130%;
		line-height: 1.3;
		margin: 10px 0 0;
		display: inline-block;
	}
}



/* フォーム *************************/
.contact_form{
    padding: 50px;
}
.contact_form form{
	margin: 20px auto 50px;
	width: 600px;
	text-align: center;
}
.contact_form p.lead{
	margin: 0 0 30px;
	color: #404040;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
}
.contact_form p.lead small{
	display: block;
	font-weight: normal;
	margin: 10px;
	font-size: 60%;
}
.contact_form em.error{
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4;
	color: #c33;
	font-size: 110%;
}
.contact_form em.error + p{margin: 10px 0 30px;}
.contact_form form input[type="text"],
.contact_form form textarea{
	position: relative;
	margin: 0 0 25px;
	padding: 12px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #9fa0a0;
	background: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 110%;
	line-height: 1.6;
}
.contact_form form input[type="text"]:after,
.contact_form form textarea:after{
	content: "";
	position: absolute;
	left: 2px; bottom: 1px;
	width: 496px;
	height: 1px;
	background: #9fa0a0;
}
.contact_form form table{
	margin: 30px 0;
	width: 100%;
}
.contact_form form th{
    width: 30%;
    padding: 10px 0;
}

.contact_form button {
    display: inline-block;
    background-color: #fff;
    margin: 0 auto;
    padding: 7px 45px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 130%;
}
.contact_form button:hover {
    background-color: #000;
    color: #FFF;
}
.contact_comp{
    text-align: center;
}

.contact_form form a.return{margin-right: 15px;}


@media screen and (max-width:767px){
	.contact_form form{
		width: 100%;
	}
    .contact_form p.lead{
    	font-size: 120%;
    }
}





/*============================================================================

		event一覧

============================================================================*/
.page_event_wrap{
	width: 100%;
}
@media screen and (max-width:1230px){
	.page_event_wrap{
		padding: 0 4%;
	}
}
@media screen and (max-width:1150px){
	.page_event_wrap{
		padding: 0 0%;
	}
}
.page_event_wrap:after{
	display: block;
	content: "";
	clear: both;
}
.event_nav{
	width: 100%;
	display: table;
	text-align: center;
	padding: 50px 0;
}
.event_nav li{
	cursor: pointer;
	font-size: 150%;
	font-weight: bold;
	font-family: "Roboto";
	color: #D9272B;
	letter-spacing: 0.05em;
	display: table-cell;
	width: 12.5%;
}
.event_nav li:nth-child(1){
	width: 10%;
}
.event_nav li:nth-child(2){
	width: 14%;
}
.event_nav li:nth-child(3){
	width: 12.5%;
}
.event_nav li:nth-child(4){
	width: 11%;
}
.event_nav li:nth-child(5){
	width: 13.5%;
}
.event_nav li:nth-child(6){
	width: 14%;
}
.event_nav li:nth-child(7){
	width: 10%;
}
.event_nav li:nth-child(8){
	width: 11%;
}
.event_nav li a{
	color: #000;
}
.event_nav li.active a{
	color: #D9272B;
}
@media screen and (max-width:992px){
	.event_nav{
		width: 100%;
		display: block;
		padding: 30px 0;
	}
	.event_nav:after{
		display: block;
		content: "";
		clear: both;
	}
	.event_nav li{
		float: left;
		display: block;
		font-size: 130%;
	}
	.event_nav li:nth-child(1),
	.event_nav li:nth-child(2),
	.event_nav li:nth-child(3),
	.event_nav li:nth-child(4),
	.event_nav li:nth-child(5),
	.event_nav li:nth-child(6),
	.event_nav li:nth-child(7),
	.event_nav li:nth-child(8){
		width: 50%;
	}
}
.page_event_blk{
	width: 30%;
	margin-right: 5%;
    margin-bottom: 60px;
	float: left;
}

.page_event_blk a{
	color: #000;
}
.page_event_blk:nth-child(3n+3){
    margin-right: 0;
}
.page_event_blk a img{
	width: 100%;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page_event_blk a:hover img{
    -moz-transform: translate(-5px,-5px);
    -webkit-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
    /* box-shadow */
    box-shadow:0px 15px 35px -20px #595959;
    -moz-box-shadow:0px 15px 35px -20px #595959;
    -webkit-box-shadow:0px 15px 35px -20px #595959;
    /* border-radius */
    border-radius:0px 0px 0px 0px ;
    -moz-border-radius:0px 0px 0px 0px ;
    -webkit-border-radius:0px 0px 0px 0px ;
}
.page_event_blk span{
	display: block;
}
.page_event_blk_title{
    font-size: 145%;
    font-weight: bold;
    line-height: 120%;
    padding-top: 15px;
    padding-bottom: 10px;
}
.page_event_blk_text{
    line-height: 1.4;
}
.page_event_area .page_event_tag{
	margin-bottom: 40px;
}
.page_event_tag{
    padding-top: 10px;
    padding-left: 1px;
}
.page_event_tag .tag{
    border: 1px solid #000;
    color: #000;
    line-height: 1.5;
    padding: 2px 8px;
    font-style: normal;
    display: inline-block;
    margin-left: -1px;
    margin-top: -1px;
}
.page_event_tag a.tag:hover{
	background-color: #000;
    color: #fff;
}
.page_event_category_list{
    float: left;
}
.page_event_category_list span{
    font-weight: bold;
    font-size: 0.9rem;
    margin-right: 10px;
}


h3.event_finish{
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px #666 dotted;
}
figure.event_finish {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	&:hover {
		-webkit-filter: grayscale(0); /* Webkit */
		filter: none; /* IE6-9 */
		filter: grayscale(0); /* W3C */
	}
}
div.event_finish{
    background: #D9272B;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width:992px){
	.page_event_blk{
		width: 48%;
		margin-right: 4%;
	    margin-bottom: 60px;
		float: left;
	}
	.page_event_blk:nth-child(2n+2){
	    margin-right: 0%;
	}
	.page_event_blk:nth-child(3n+3){
	    margin-right: 4%;
	}
}
@media screen and (max-width:767px){
	.page_event_blk{
		width: 100%;
		margin-right: 0%;
	    margin-bottom: 30px;
		float: none;
	}
	.page_event_area .page_event_tag{
		margin-bottom: 15px;
	}
}



/*timetable*/
.timetable #wrap{
	overflow: visible;
}
.timetable header#header_wrap{
	position:relative;
}
.timetable .main_contents{
	overflow: auto;
	background: #fff;
	padding-top:0;
}
.timetable_table{
}
.timetable_table > thead{
	background: #4d4d4d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
.timetable_table > thead td,
.timetable_table > thead th{
	height: auto;
	padding: 10px 0;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 solid;
}
.timetable_table > thead th{
	width: 110px;
	background: rgb(122,122,122);
	background: -moz-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(31,21,19,1) 19%, rgba(31,21,19,1) 80%, rgba(122,122,122,1) 100%);
	background: -webkit-linear-gradient(top, rgba(122,122,122,1) 0%,rgba(31,21,19,1) 19%,rgba(31,21,19,1) 80%,rgba(122,122,122,1) 100%);
	background: linear-gradient(to bottom, rgba(122,122,122,1) 0%,rgba(31,21,19,1) 19%,rgba(31,21,19,1) 80%,rgba(122,122,122,1) 100%);
}
.timetable_table .timeline_head{
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 38px;
	position: relative;;
}
.timetable_table .event_head{
	display: block;
	margin: 0 auto;
	width: 180px;
	position: relative;
}
.timetable_table .timeline_head:after{
		content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 5px;
	margin-top: -4px;
	margin-left: -4px;
	border-top: 4px solid transparent;
	border-right: 0px solid transparent;
	border-left: #fff 8px solid;
	border-bottom: 4px solid transparent;
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.timetable_table th,
.timetable_table td{
	vertical-align: top;
}

.timetable_table > tbody .timeline{
	padding: 0;
}
.timetable_table > tbody > tr > td{
	height: 600px;
	padding: 0 10px;
	border-right: 1px #c4c4c4 solid;
	background: url(../img/common/timetable_bg.png) repeat 0 1px;
}
.timeline_table{
	table-layout: fixed;
	width: 100%;
}
.timeline_table td,
.timeline_table th{
	padding: 10px;
	border-right: 1px #c4c4c4 solid;
	border-bottom: 1px #c4c4c4 dotted;
	height: 85px;
}
.timeline_table tr:nth-child(even) th,
.timeline_table tr:nth-child(even) td{
	border-bottom: 1px #c4c4c4 solid;
}
.timeline_table tr:nth-child(odd) td{
	background-color: #e5e5e5;
}
.timeline_table tr:nth-child(even) td{
	background-color: #c4c4c4;
}
.timetable_date_select{
	border: 0;
	height: 37px;
	font-size: 16px;
	font-weight: bold;
	background: none;
	position: fixed;
	color: #fff;
	top: 109px;
	left: -4px;
	z-index: 10;
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.timetable_date_select::-ms-expand {
	display: none;
}
.timetable_date_select option{
	color: #000;
}
@media screen and (max-width:992px){
	.timetable_date_select{
		top: 79px;
	}
}

.event_table{
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-top: 2px;
}
.event_table a,
.event_table span{
	color: #000;
	display: block;
	padding: 10px;
	text-decoration: underline;
}
.event_table span{
	text-decoration: none;
}
.event_table em{
	display: block;
	text-decoration: none;
	font-size: 90%;
	font-style: normal;
}
.event_table td{
	text-align: left;
}

.h-5,
.h-5 a,
.h-5 span{
	height: 12px !important;
}
.h-10,
.h-10 a,
.h-10 span{
	height: 26px !important;
}
.h-15,
.h-15 a,
.h-15 span{
	height: 40px !important;
}
.h-30,
.h-30 a,
.h-30 span{
	height: 83px !important;
}
.h-60,
.h-60 a,
.h-60 span{
	height: 168px !important;
}
.h-90,
.h-90 a,
.h-90 span{
	height: 253px !important;
}
.h-120,
.h-120 a,
.h-120 span{
	height: 338px !important;
}
.h-125,
.h-125 a,
.h-125 span{
	height: 352px !important;
}
.h-150,
.h-150 a,
.h-150 span{
	height: 423px !important;
}
.h-180,
.h-180 a,
.h-180 span{
	height: 508px !important;
}
.h-210,
.h-210 a,
.h-210 span{
	height: 593px !important;
}
.h-240,
.h-240 a,
.h-240 span{
	height: 678px !important;
}
.h-270,
.h-270 a,
.h-270 span{
	height: 763px !important;
}
.h-300,
.h-300 a,
.h-300 span{
	height: 848px !important;
}
.h-390,
.h-390 a,
.h-390 span{
	height: 1103px !important;
}
.h-420,
.h-420 a,
.h-420 span{
	height: 1188px !important;
}

.color-blue{
	background-color: #9cc2e6;
}
.color-yellow{
	background-color: #f3ba4f;
}
.color-green{
	background-color: #b5dbb2;
}
.color-gray{
	background-color: #bbbcc0;
}
.border-dotted{
	border-bottom: 1px #c4c4c4 dotted;
}
.border-solid{
	border-bottom: 1px #c4c4c4 solid;
}

.room_a a,
.room_a span{
	background-color: #9cc2e5
}
.room_b a,
.room_b span{
	background-color: #f3bb4f
}
.room_c a,
.room_c span{
	background-color: #b5dbb2
}
.room_d a,
.room_d span{
	background-color: #dcb4d4
}
.room_e a,
.room_e span{
	background-color: #ffe989
}
.rounge_free a,
.rounge_free span{
	background-color: #ade1e8
}
.rounge_a a,
.rounge_a span{
	background-color: #aeaedb
}
.rounge_b a,
.rounge_b span{
	background-color: #c1dd7c
}
.grand_hotel a,
.grand_hotel span{
	background-color: #cdc9a6
}
.claps_hall a,
.claps_hall span{
	background-color: #ffc6c6
}
.doshin_hall a,
.doshin_hall span{
	background-color: #c3c3c6
}


/*.room_a{background-color: #9cc2e5}
.room_b{background-color: #f3bb4f}
.room_c{background-color: #b5dbb2}
.room_d{background-color: #dcb4d4}
.room_e{background-color: #ffe989}
.rounge_free{background-color: #ade1e8}
.rounge_a{background-color: #aeaedb}
.rounge_b{background-color: #c1dd7c}
.grand_hotel{background-color: #cdc9a6}
.claps_hall{background-color: #ffc6c6}
.doshin_hall{background-color: #c3c3c6}*/
