@charset "UTF-8";


/* LOADING
---------------------------------------------------------------------------------------------------- */

#loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99999;
}
#loadingWrap .loadbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 256px;
	height: 300px;
	margin-top: -180px;
	margin-left: -128px;
}
#loadingWrap .loadbox h2 img {
	width: 256px;
	height: auto;
	padding: 0 0 6px 0;
}
.overwrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99998;
}
.loading , .overwrap { display: none;}


/*----------------------------------------------------------------------------------header----------*/

#header{
	width:100%;
	height: 215px;
}

#header h1{
	width: 200px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

h1 img{
	width: 100%;
	height: auto;
}
img.logo_s {
	width: 120px;
	height: auto;
}


@media screen and (max-width: 1200px) {
	#header{
		width: 100%;
		height: auto;
	}

	#header h1{
		width: 160px;
		margin: 0 auto;
		padding: 2% 0 0;
		text-align: center;
	}
	h1 img{
		width: 80%;
		height: auto;
	}
}

.bdrbtm {
	padding: 0 0 80px;
	border-bottom: dotted 1px #c23a35;
}

.bdrtop {
	border-top: dotted 1px #c23a35;
	width: 50&;
}

/* BASE
---------------------------------------------------------------------------------------------------- */

#wrapper{
	width: 100%;
	overflow: hidden;
}

#main {
	width: 100%;
	padding: 0 0 50px;
}
#main .mainimgbox {
	width:100%;
	overflow:hidden;
	clear: both;
}
#main .mainimgbox .leftbox {
	float: left;
	width: 35%;
	overflow:hidden;
}
#main .mainimgbox .centerbox {
	float: left;
	width: 30%;
	overflow:hidden;
	text-align:center;
}
#main .mainimgbox .rightbox {
	float: left;
	width: 35%;
	overflow:hidden;
}
#main .mainimgbox img {
	width: 100%;
}
#main .mainimgbox img.c1 {
	width: 99%;
	height: auto;
	opacity: 0;
}
#main .mainimgbox img.l1,
#main .mainimgbox img.r1 {
	border-bottom: solid 3px #fff;
	opacity: 0;
}
#main .mainimgbox img.l2,
#main .mainimgbox img.r2 {
	opacity: 0;
}

.none {
	display: hidden;
}


ul.delay-show {
	width: 100%;
	height: auto;
	float: left;
}
ul.delay-show li {
	position: relative;
	float: left;
	display: inline;
	width: 12.5%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.delay-show li img {
	width: 100%;
	height: auto;
}
ul.delay-show li.phnum08s,
ul.delay-show li.phnum11s,
ul.delay-show li.phnum14s,
ul.delay-show li.phnum16s {
	height: 0px;
}
ul.delay-show li.phnum08s img,
ul.delay-show li.phnum11s img,
ul.delay-show li.phnum14s img,
ul.delay-show li.phnum16s img {
	display: none;
}
@media screen and (max-width: 750px) {
	ul.delay-show li {
		position: relative;
		float: left;
		display: inline;
		width: 16.6%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	ul.delay-show li.phnum08,
	ul.delay-show li.phnum11,
	ul.delay-show li.phnum14,
	ul.delay-show li.phnum16 {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
	}
	ul.delay-show li.phnum08 img,
	ul.delay-show li.phnum11 img,
	ul.delay-show li.phnum14 img,
	ul.delay-show li.phnum16 img {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
	}
	ul.delay-show li.phnum08s,
	ul.delay-show li.phnum11s,
	ul.delay-show li.phnum14s,
	ul.delay-show li.phnum16s {
		height: auto !important;
		margin: -0.5px;
	}
	ul.delay-show li.phnum08s img,
	ul.delay-show li.phnum11s img,
	ul.delay-show li.phnum14s img,
	ul.delay-show li.phnum16s img {
		display: block !important;
	}
	li.sml {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
	}
	li.sml img {
		display: none;
	}
}

/* GNAVI
---------------------------------------------------------------------------------------------------- */

#gnav{
	width: 100%;
	height: 60px;
	background:#fff;
	z-index:9999;
}
#gnav ul{
	width: 996px;
	margin: 0 auto;
}
#gnav li {
	float: left;
	height: 60px;
}
#gnav li a {
	display: block;
/*	width: 166px;*/
	width:198px;
	height:60px;
}
#gnav li a .ttlen {
	ont-size: 1.3em;
	font-family: 'GFS Didot', serif;
	line-height: 180%;
	color: #d53a30;
	text-align: center;
	border-right: 1px dotted #d53a30;
	border-left: 1px dotted #d53a30;
	font-weight: bold;
}
#gnav li a span {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 0.98em;
	line-height: 200%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: #d53a30;
	padding: 0 5px;
	text-align: center;
	border-bottom: 1px solid #d53a30;
	font-weight: normal;
}
#gnav li a.nv01 {
	background:url(../images/nv01.png) no-repeat center 7px;
}
#gnav li a.nv02 {
	background:url(../images/nv02.png) no-repeat center 7px;
}
#gnav li a.nv03 {
	background:url(../images/nv03.png) no-repeat center 7px;
}
#gnav li a.nv04 {
	background:url(../images/nv04.png) no-repeat center 7px;
}
#gnav li a.nv05 {
	background:url(../images/nv05.png) no-repeat center 7px;
}
#gnav li a.nv06 {
	background:url(../images/nv06.png) no-repeat center 7px;
}
#gnav li a.nv07 {
	background:url(../images/nv07.png) no-repeat center 7px;
}
#gnav li.on a.nv01 {
	background:url(../images/nv01_ov.png) no-repeat center 7px;
}
#gnav li.on a.nv02 {
	background:url(../images/nv02_ov.png) no-repeat center 7px;
}
#gnav li.on a.nv03 {
	background:url(../images/nv03_ov.png) no-repeat center 7px;
}
#gnav li.on a.nv04 {
	background:url(../images/nv04_ov.png) no-repeat center 7px;
}
#gnav li.on a.nv05 {
	background:url(../images/nv05_ov.png) no-repeat center 7px;
}
#gnav li.on a.nv06 {
	background:url(../images/nv06_ov.png) no-repeat center 7px;
}
#gnav li.on a.nv07 {
	background:url(../images/nv07_ov.png) no-repeat center 7px;
}

@media screen and (max-width: 1200px) {
	#gnav{
		display: none !important;
	}
}

/* BGWRAPPER
---------------------------------------------------------------------------------------------------- */

#bgwrapper{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg_side.png) repeat-y center top;
}

h1.csub {
	height: 140px;
	padding: 0;
	text-align: center;
}
h1.csub img {
	max-width: 190px;
	height: auto;
	margin: 0 auto;
}
h1.csub_w {
	height: 140px;
	padding: 0;
	text-align: center;
}
h1.csub_w img {
	max-width: 360px;
	height: auto;
	margin: 0 auto;
}
h3.csub2 {
	font-size: 500%;
	color: #e60012;
	line-height: 2.0em;
	text-align: center;
}
h3.csub2 img {
	width: 500px;
	height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	h3.csub2 {
		font-size: 210%;
	}
	h3.csub2 img {
		max-width: 80%;
		height: auto;
		margin: 0 auto;
	}
}
h4.evsub {
	margin: 0 auto 25px;
	padding: 0 0 20px 0;
	font-size: 200%;
	color: #e43834;
	text-align:left;
	border-bottom: dotted 1px #c23a35;
}
h4.evsubtitle {
	margin: 0 auto 20px;
	padding: 1px 0 0 32px;
	line-height: 30px;
	background: url(../images/sub_icon.png) no-repeat;
	background-size: 30px;
	font-size: 160%;
	font-weight: bold;
	color: #e43834;
	text-align:left;
	border-bottom: dotted 1px #c23a35;
}


/* CONCEPT
---------------------------------------------------------------------------------------------------- */


#concept{
	width:100%;
	padding: 70px 0;
}
#concept_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#concept_inner p {
	margin-bottom: 30px;
	font-size: 200%;
	color: #e60012;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}
#concept_inner p.eng {
	font-size: 160%;
}
#concept_inner p img {
	width: 100%;
	height: auto;
}


.gallery_box {
	padding: 50px 0 0;
}
.gallery_box ul {
	width: 100%;
	margin: 0 0 0 -4px;
}
.gallery_box ul li {
	position:relative;
	float: left;
	width: 19%;
	margin: 0 0 1% 1%;
	overflow: hidden;
}
.gallery_box ul li img {
	position:relative;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1000px) {

	#concept_inner {
		width: 90%;
		margin: 0 auto;
	}
	#concept_inner p {
		font-size: 150%;
	}
	#concept_inner p.eng {
		font-size: 120%;
	}

}
@media only screen and (max-width: 750px) {

	#concept_inner {
		width: 90%;
		margin: 0 auto;
	}
	.gallery_box ul li {
		position:relative;
		float: left;
		width: 48%;
		margin: 0 1% 1% 1%;
		overflow: hidden;
	}

}


/* EVENT
---------------------------------------------------------------------------------------------------- */

#event {
	width: 100%;
	padding: 50px 0 100px;
}
#event_inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#event h3 {
	width: 100%;
	margin: 0 auto;
}
#event .evout_box {
	width: 100%;
}
#event .evout_box .evoutline {
	float:left;
	width: 440px;
}
#event .evout_box .gmap {
	float:right;
	width: 440px;
}
#event .evout_box .evoutline ul {
	width: 100%;
	padding: 0 0 20px 0;
}
#event .evout_box .evoutline ul li table.evtable01 {
	width: 100%;
	margin:0 0 20px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #e43834;
	line-height: 1.6em;
	text-align: left;
}
#event .evout_box .evoutline ul li table.evtable01 th span,
#event .evout_box .evoutline ul li table.evtable01 td span {
	font-size: 0.7em;
}
#event .evout_box .evoutline ul li table.evtable01 th {
	padding: 0 10px 0 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
#event .evout_box .evoutline ul li table.evtable01 td {
	vertical-align: top;
}
#event .evout_box .evoutline ul li table.evtable02 {
	width: 100%;
	margin:0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #e43834;
	line-height: 1.5em;
	text-align: left;
}
#event .evout_box .evoutline ul li table.evtable02 th {
	padding: 0 10px 4px 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
#event .evout_box .evoutline ul li table.evtable02 td {
	padding: 0 0 4px 0;
	vertical-align: top;
}

#event h5.evsubcom {
	width: 100%;
	padding: 6px 0 5px;
	font-size: 160%;
	color: #e43834;
	text-align:left;
}
#event p.evcomm {
	width: 100%;
	padding: 6px 0;
	font-size: 120%;
	color: #333;
	text-align:left;
	line-height: 1.6em;
}
#event p.evcomm span {
	font-size: 90%;
	color: #333;
}
#event h5.evctgsub {
	width: 80%;
	margin: 0 auto;
	padding: 8px 0 0 0;
	font-size: 160%;
	color: #e43834;
	text-align:left;
	border-bottom: solid 1px #e43834;
}

ul.list02{
	width: 100%;
	margin: 0 auto;
	padding: 4px 20px 4px 0;
}
ul.list02 li{
	display: block;
	margin-left: 3px;
	float:left;
	width: 33%;
	height: 40px;
	padding: 1px 0 1px 0;
	font-size: 120%;
	color: #e43834;
}
ul.list02 li.wd66 {
	width: 66% !important;
}
ul.list02 li.wd96 {
	width: 96% !important;
}
ul.list02 li.wd100 {
	width: 100% !important;
}
ul.list02 li span {
	font-size: 76%;
}
ul.list02 li a {
	color: #e43834;
	text-decoration: none;
}
ul.list02 li a:hover {
	color: #666;
	text-decoration: none;
}

ul.list02 li dl {
	clear: both;
	width: 260px;
}
ul.list02 li dl dt {
	float: left;
	width: 80px;
	clear: both;
}
ul.list02 li dl dt span {
	font-size: 66%;
}

ul.list02 li dl dd {
	font-size: 80%;
	margin: 0 0 0 84px;
	padding: 2px 0 0 0;
}
ul.list02 li dl dd span {
	font-size: 80%;
}
ul.list02 li a dl dt,
ul.list02 li a dl dd {
	color: #e43834;
	text-decoration: none !important;
}
ul.list02 li a:hover dl dt,
ul.list02 li a:hover dl dd {
	color: #666;
	text-decoration: none !important;
}
ul.list02 li img {
	height: 44px;
	width: auto;
}

p.caption {
	width: 100%;
	margin: 0 auto;
	color: #e43834;
}

div.stopthe {
	padding: 5px 10px;
	border:solid 1px #e43934;
	text-align:center;
	color:#e43934;
}


@media only screen and (max-width: 1000px) {

	#event_inner {
		width: 90%;
		margin: 0 auto;
		position:relative;
	}
	#event .evout_box .evoutline {
		float: none;
		width: 100%;
	}
	#event .evout_box .gmap {
		float: none;
		width: 100%;
	}

}

/* SUPPORTER
---------------------------------------------------------------------------------------------------- */

#supporter {
	width: 100%;
	padding: 50px 0 0;
	position: relative;
}
#supporter_inner {
	width: 90%;
	margin: 0 auto;
	position:relative;
}
#supporter h3{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 10px 0;
	font-size: 200%;
	color: #e43834;
	text-align:left;
	border-bottom: solid 1px #ccc;
}
#supporter h4.suppsub {
	width: 100%;
	margin: 0 auto;
	padding: 18px 0 0 0;
	font-size: 160%;
	color: #e43834;
	text-align:left;
	border-bottom: solid 1px #e43834;
}

.supporter_box {
	width: 100%;
	margin: 0 auto 10px 0;
	padding: 6px 0;
	font-size: 120%;
	color: #e43834;
}
.bgsupp {
	height: 330px;
	min-height: 290px;
	background:url(../images/bg_supporter.jpg) no-repeat right 20px;
}
.supporter_box .supp_left {
	float: left;
	width: 50%;
	padding: 0;
}

.supporter_box h6.suppcom {
	padding: 10px 0 20px 0;
	font-size: 1.8em;
	line-height: 1.8em;
}
.supporter_box .supp_left p {
	padding: 0 0 20px 0;
	font-size: 1.0em;
	line-height: 1.8em;
}

.supporter_box .supp_right {
	float: right;
	width: 48%;
	margin: 0 0 0 20px;
	text-align: right;
}
.supporter_box .supp_left img {
	padding: 0;
	max-width: 96%;
}
.supporter_box .supp_right img {
	padding: 0;
	max-width: 440px;
}

.supporter_box .supp_list{
	float: left;
	width: 33%;
}
.supporter_box .supp_list dl {
	clear: both;
	width: 100%;
}
.supporter_box .supp_list dl dt {
	float: left;
	font-size: 0.80em;
	clear: both;
}
.supporter_box .supp_list dl dd {
	margin: 0;
	font-size: 0.80em;
	padding-left: 7.2em;
}
.supporter_box .supp_list dl span {
	margin: 0;
	font-size: 80%;
}

@media only screen and (max-width: 1000px) {

	.supporter_box .supp_left {
		float: none;
		width: 100%;
	}
	.supporter_box .supp_right {
		float: none;
		margin: 0px;
		width: 100%;
		text-align: center;
	}
	.supporter_box .supp_right img {
		max-width: 90%;
		height: auto;
		margin: 0;
	}
	.supporter_box .supp_left img {
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}

}

/*----------------------------------------------------------------------------------train----------*/

#train {
	width: 100%;
	padding: 70px 0 50px;
	position: relative;
}
#train_inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#train h3{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 10px 0;
	font-size: 200%;
	color: #e43834;
	text-align:left;
	border-bottom: solid 1px #ccc;
}
#train h4.trainsub {
	margin: 0 auto;
	padding: 18px 0 0 0;
	font-size: 140%;
	color: #e43834;
	text-align:left;
}
#train .train_box {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 6px 0;
	font-size: 120%;
	color: #e43834;
	line-height: 1.7em;
}
#train .train_box h6.traindtsub {
	padding: 0 0 6px 0;
	font-size: 120%;
}
#train .train_box .train_left {
	float: left;
	width: 52%;
}
#train .train_box h6.traincom {
	padding: 16px 0 10px 0;
	font-size: 120%;
}
#train .train_box .train_left p {
	padding: 0 0 20px 0;
}
#train .train_box .train_right {
	float: right;
	width: 48%;
}
#train .train_box table {
	width: 100%;
	margin:0;
	padding: 0;
	color: #e43834;
	text-align: left;
}
#train .train_box .train_left table th {
	width: 80px;
}
#train .train_box .train_left table th,
#train .train_box .train_left table td {
	padding: 6px 6px 12px 0;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.5em;
}
#train .train_box .train_right table th,
#train .train_box .train_right table td {
	padding: 6px 6px 1px 0;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.5em;
}
#train .train_right img {
	padding: 0;
	max-width: 440px;
}

#train .train_box p.train_bko {
	padding: 0 0 24px 0;
	font-size: 84%;
	line-height: 1.7em;
}
.icblk,
#train .train_box p.train_bko a,
#train .train_box p.train_bko a:visited {
	color: #e43834;
	text-decoration: underline !important;
	background: url(../images/icon_blank.png) no-repeat right center;
	padding-right: 15px;
}
#train .train_box p.train_bko a:hover {
	color: #e43834;
	text-decoration: none !important;
}



@media only screen and (max-width: 1000px) {

	#train_inner {
		width: 90%;
		margin: 0 auto;
		position:relative;
	}
	#train .train_box .train_left {
		float: none;
		width: 100%;
	}
	#train .train_box .train_right {
		float: none;
		width: 100%;
	}
	#train .train_right img {
		max-width: 100%;
		height: auto;
		margin: 0;
	}
}

/*----------------------------------------------------------------------------------media----------*/

#media {
	width: 100%;
	padding: 0px 0 50px;
	position: relative;
}
#media_inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#media_inner h3{
	font-size: 1.5em;
}


@media only screen and (max-width: 1000px) {

	#media_inner {
		width: 90%;
		margin: 0 auto;
		position:relative;
	}
	#media_inner iframe {
		width: 100%;
		height: 100%;
	}

}

/* SNS
---------------------------------------------------------------------------------------------------- */

#sns {
	width: 100%;
	padding: 50px 0 0;
	position: relative;
}
#sns_inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#sns_inner h3{
	font-size: 1.5em;
}
.sns_box .supp_left {
	float: left;
	width: 50%;
}
.sns_box .supp_right {
	float: right;
	width: 50%;
}
.sns_box .supp_wrap {
	width: 100%;
}
@media only screen and (max-width: 1000px) {

	#sns_inner {
		width: 100%;
		margin: 0 auto;
		position:relative;
	}
	.sns_box .supp_left {
		float: none;
		width: 100%;
	}
	.sns_box .supp_right {
		float: none;
		width: 100%;
	}
	#sns_inner div.supp_left iframe,
	#sns_inner div.supp_right iframe {
		width: 90%;
		height: auto;
	}
	#sns_inner div.supp_left script,
	#sns_inner div.supp_right script {
		width: 90%;
		height: auto;
	}

}



/*----------------------------------------------------------------------------------footer----------*/

#footer{
	width:100%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 11px;
	color: #e43834;
	text-align: center;
}
#footer ul li{
	display: inline;
	padding: 0 10px;
	font-size: 200%;
	color: #e43834;
}
#footer ul li a {
	color: #e43834;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------fixed_menu----------*/

.fixed_menu{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9999;
}


/*----------------------------------------------------------------------------------xmas----------*/

#fbook {
	width:100%;
	background-color:#d51e18;
	padding: 25px 0;
}

#fbook p{
	margin: 0 auto;
	max-width: 486px;
	text-align:center;
}

#fbook p img{
	width: 100%;
	height: auto;
}


#_btn {
	overflow: hidden;
	width: 100%;
	height: 46px;
	position: fixed;
	top: 10px;
	z-index: 10;
}

#_btn2 {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

#nav_open {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 10px;
	width: 46px;
	height: 46px;
	cursor: pointer;
}

#nav_close {
	cursor: pointer;
	position: relative;
	right: 0;
	z-index: 10;
	float:right;
}

#_btn img,
#_btn2 img {
	width: 46px;
	height: 46px;
	background: #e03731;
}

nav {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 5;
	background: #e03731;
	width: 0;
	height: 0;
	z-index:19;
}

nav ul {
	margin: 35px 0 10px 0;
	overflow: hidden;
}

nav ul li {
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 100%;
}

nav li a,
nav li a:link {
	display: block;
	color: #fff;
}
nav li a:hover {
	display: block;
	color: #fff;
	text-decoration: underline;
}


@media only screen and (min-width: 1200px) {

	#_btn,
	#_btn2 {
		display: none;
	}
	nav {
		display: none;
	}

}



/* setting of margin */
.mt02 { margin-top: 2px !important; }	.mr02 { margin-right: 2px !important; }	.mb02 { margin-bottom: 2px !important; }	.ml02 { margin-left: 2px !important; }
.mt05 { margin-top: 5px !important; }	.mr05 { margin-right: 5px !important; }	.mb05 { margin-bottom: 5px !important; }	.ml05 { margin-left: 5px !important; }
.mt06 { margin-top: 6px !important; }	.mr6 { margin-right: 6px !important; }	.mb6 { margin-bottom: 6px !important; }	.ml6 { margin-left: 6px !important; }
.mt10 { margin-top: 10px !important; }	.mr10 { margin-right: 10px !important; }	.mb10 { margin-bottom: 10px !important; }	.ml10 { margin-left: 10px !important; }
.mt11 { margin-top: 11px !important; }	.mr11 { margin-right: 11px !important; }	.mb11 { margin-bottom: 11px !important; }	.ml11 { margin-left: 11px !important; }
.mt12 { margin-top: 12px !important; }	.mr12 { margin-right: 12px !important; }	.mb12 { margin-bottom: 12px !important; }	.ml12 { margin-left: 12px !important; }
.mt13 { margin-top: 13px !important; }	.mr13 { margin-right: 13px !important; }	.mb13 { margin-bottom: 13px !important; }	.ml13 { margin-left: 13px !important; }
.mt14 { margin-top: 14px !important; }	.mr14 { margin-right: 14px !important; }	.mb14 { margin-bottom: 14px !important; }	.ml14 { margin-left: 14px !important; }
.mt15 { margin-top: 15px !important; }	.mr15 { margin-right: 15px !important; }	.mb15 { margin-bottom: 15px !important; }	.ml15 { margin-left: 15px !important; }
.mt16 { margin-top: 16px !important; }	.mr16 { margin-right: 16px !important; }	.mb16 { margin-bottom: 16px !important; }	.ml16 { margin-left: 16px !important; }
.mt20 { margin-top: 20px !important; }	.mr20 { margin-right: 20px !important; }	.mb20 { margin-bottom: 20px !important; }	.ml20 { margin-left: 20px !important; }
.mt21 { margin-top: 21px !important; }	.mr21 { margin-right: 21px !important; }	.mb21 { margin-bottom: 21px !important; }	.ml21 { margin-left: 21px !important; }
.mt22 { margin-top: 22px !important; }	.mr22 { margin-right: 22px !important; }	.mb22 { margin-bottom: 22px !important; }	.ml22 { margin-left: 22px !important; }
.mt23 { margin-top: 23px !important; }	.mr23 { margin-right: 23px !important; }	.mb23 { margin-bottom: 23px !important; }	.ml23 { margin-left: 23px !important; }
.mt25 { margin-top: 25px !important; }	.mr25 { margin-right: 25px !important; }	.mb25 { margin-bottom: 25px !important; }	.ml25 { margin-left: 25px !important; }
.mt26 { margin-top: 26px !important; }	.mr26 { margin-right: 26px !important; }	.mb26 { margin-bottom: 26px !important; }	.ml26 { margin-left: 26px !important; }
.mt30 { margin-top: 30px !important; }	.mr30 { margin-right: 30px !important; }	.mb30 { margin-bottom: 30px !important; }	.ml30 { margin-left: 30px !important; }
.mt35 { margin-top: 35px !important; }	.mr35 { margin-right: 35px !important; }	.mb35 { margin-bottom: 35px !important; }	.ml35 { margin-left: 35px !important; }
.mt39 { margin-top: 39px !important; }	.mr39 { margin-right: 39px !important; }	.mb39 { margin-bottom: 39px !important; }	.ml39 { margin-left: 39px !important; }
.mt40 { margin-top: 40px !important; }	.mr40 { margin-right: 40px !important; }	.mb40 { margin-bottom: 40px !important; }	.ml40 { margin-left: 40px !important; }
.mt44 { margin-top: 44px !important; }	.mr44 { margin-right: 44px !important; }	.mb44 { margin-bottom: 44px !important; }	.ml44 { margin-left: 44px !important; }
.mt45 { margin-top: 45px !important; }	.mr45 { margin-right: 45px !important; }	.mb45 { margin-bottom: 45px !important; }	.ml45 { margin-left: 45px !important; }
.mt50 { margin-top: 50px !important; }	.mr50 { margin-right: 50px !important; }	.mb50 { margin-bottom: 50px !important; }	.ml50 { margin-left: 50px !important; }
.mt55 { margin-top: 55px !important; }	.mr55 { margin-right: 55px !important; }	.mb55 { margin-bottom: 55px !important; }	.ml55 { margin-left: 55px !important; }
.mt60 { margin-top: 60px !important; }	.mr60 { margin-right: 60px !important; }	.mb60 { margin-bottom: 60px !important; }	.ml60 { margin-left: 60px !important; }
.mt65 { margin-top: 65px !important; }	.mr65 { margin-right: 65px !important; }	.mb65 { margin-bottom: 65px !important; }	.ml65 { margin-left: 65px !important; }
.mt70 { margin-top: 70px !important; }	.mr70 { margin-right: 70px !important; }	.mb70 { margin-bottom: 70px !important; }	.ml70 { margin-left: 70px !important; }
.mt80 { margin-top: 80px !important; }	.mr80 { margin-right: 80px !important; }	.mb80 { margin-bottom: 80px !important; }	.ml80 { margin-left: 80px !important; }


@media only screen and (max-width: 750px) {
	ul.list02 li{
		width: 100%;
		padding: 0 5px 0 0;
	}
}

.supporter_box table.evtable01 {
	width: 100%;
	margin:0 0 20px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #e43834;
	line-height: 1.5em;
	text-align: left;
}
.supporter_box table.evtable01 th span,
.supporter_box table.evtable01 td span,
.supporter_box table.evtable02 th span,
.supporter_box table.evtable02 td span {
	font-size: 0.7em;
}
.supporter_box table.evtable01 th {
	padding: 0 10px 0 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
.supporter_box table.evtable01 td {
	vertical-align: top;
}
.supporter_box table.evtable02 {
	width: 100%;
	margin:0 0 20px 0;
	padding: 0;
	font-size: 1.05em;
	font-weight: normal;
	color: #e43834;
	line-height: 1.5em;
	text-align: left;
}
.supporter_box table.evtable02 th {
	padding: 0 10px 4px 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
.supporter_box table.evtable02 td {
	padding: 0 0 4px 0;
	vertical-align: top;
}

div.form {
	display: block;
	margin: 10px 0 20px;
	padding: 10px 5px;
	width:96%;
	background: #e43834;
	color:#fff;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000;
}
div.form a:hover {
	color:#999;
}
div.form a:link,
div.form a:visited {
	color:#fff;
}
div.formso {
	display: block;
	margin: 10px 0 20px;
	padding: 10px 5px;
	width:96%;
	background: #666;
	color:#fff;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000;
}

.train_box table.evtable02 th span,
.train_box table.evtable02 td span {
	font-size: 0.7em;
}
.train_box table.evtable02 {
	width: 100%;
	margin:0 0 20px 0;
	padding: 0;
	font-size: 1.05em;
	font-weight: normal;
	color: #e43834;
	line-height: 1.5em;
	text-align: left;
}
.train_box table.evtable02 th {
	padding: 0 10px 4px 0;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
.train_box table.evtable02 td {
	padding: 0 0 4px 0;
	vertical-align: top;
}
#train p.evcomm {
	width: 100%;
	padding: 6px 0;
	font-size: 1.0em;
	color: #333;
	text-align:left;
	line-height: 1.6em;
}
#train p.evcomm span {
	font-size: 0.9em;
	color: #333;
}

h5.bbdot,
h6.bbdot {
	width: 94%;
	border-bottom: dotted 1px #c23a35;
	margin-bottom: 8px;
}

#event #event_inner,
#event #sakemarche_ontheday,
#sns #sakemarche_tokyo_outline,
#sns #sakemarche_week_outline,
#sns #sakemarche_tour_outline,
#train #premium_seat,
#train #sakagura_meguri,
#train #sakemarche_tokyo,
#train #sakemarche_week,
#train #tour_train {
	margin-top: -70px;
	padding-top: 70px;
}

#sns_inner ul.list02 li img {
	max-height: 220px;
	width: auto;
}
@media only screen and (max-width: 750px) {
	#sns_inner ul.list02 li img {
		max-width: 70%;
		height: auto;
	}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
ul.slider li div {
	font-size: 0.9em;
	line-height: 140%;
}

.iframew {
position:relative;
width:100%;
height:0;
padding-top:75%;
}
.iframew iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}