@charset "utf-8";
/* --------------------------------------
 common2
-----------------------------------------*/
.pc-disnon { display: none;}
.sp-disnon { display: block;}
.subtitle { /*color: #FF6600;*/ color:#000; font-size: 3.2rem; text-align: center; margin-bottom: 20px;}
.subtitle span{ color: #FF6600; display: inline-block;}
#no-entry-type .subtitle span{ color: #FF6600;}
.section { position: relative; margin-bottom: 25px;padding: 20px 30px 60px; background: #fff}
.guide .section { background: none;padding: 0; }
.lead { text-align: center; margin-bottom: 30px;}
.link01 { font-size: 1.6rem; }
.link01:before { content: url(../images/share/icn_circle_right_s.png); position: relative; top: 2px; margin-right: 10px; }
.link01 a { font-weight: bold;}
@media screen and (max-width: 767px) {
.pc-disnon { display: block;}
.sp-disnon { display: none;}
	.spnone{display: none;}
nav .sp-disnon{display: block;}
	nav ul.main-nav li a{font-size: 70%;}
.subtitle {font-size: 3rem;}
.section { padding: 10px; margin-bottom: 30px;}
}
/* --------------------------------------
 Main
-----------------------------------------*/
.wrapper {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}
.link-en {
	text-align: right;
	margin: 10px 0 15px;
	font-size: 1.6rem;
	display:none;
}
.link-en:before {
	content: url(../images/share/icn_circle_right_s.png);
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.link-en a {
	font-weight: bold;
}
.case-pc,#sptype .cose-pc{
	width: 300px;
	margin: 0 auto 20px;
	text-align:center;
	background: #007FD7;
	padding: 10px 50px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	display:none;
}
.case-pc:before {
	content: url(../images/share/icn_pc_white.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}
#sptype .case-pc{background:#17B1A8; padding:10px 20px;}
#sptype .case-pc:before{content: url(../images/share/icn_sp_white.png);}

@media screen and (max-width: 767px) {
	.wrapper {
		width: 96%;
		margin: 0 2%;
	}
}



/* --------------------------------------
 top
-----------------------------------------*/

.subtitle.top-title{
	margin-bottom: 15px;
}
.subtitle.top-title:before{
	content: "";
	display: inline-block;
	width: 62px;
	height: 49px;
	background: url(../images/ticketguide/balloon.png) no-repeat left top;
	background-size: 62px auto;
	vertical-align: middle;
	margin: 0 10px 7px 0;
}
.top-cont{
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.top-cont .leftcol{
	float: left;
	width: 49%;
}
.top-cont .rightcol{
	float: right;
	width: 49%;
}
.top-cont .section{
	padding: 30px 30px 20px;
}
.top-cont .rightcol .section{
	padding-bottom: 30px;
	margin-bottom: 24px;
}
.top-cont .section h4{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: 4px solid #FF6600;
	padding-left: 30px;
	text-indent: -15px;
	margin-bottom: 25px;
}
.top-cont .section ul{
	list-style: none;
}
.top-cont .section ul li{
	margin-bottom: 12px;
}
.top-cont .section ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFC77B;
	border-radius: 4px;
	padding: 15px;
	background: url(../images/share/arrow_orange_s.png) no-repeat right 13px center #FFEBCF;
	display: block;
}
ul.top-link{
	clear: both;
	overflow: hidden;
	display: flex;
	list-style: none;
	margin-bottom: 25px;
}
ul.top-link li{
	text-align: center;
	margin: 0 3.125% 10px 0;
	width: 31.25%;
	background: url(../images/share/arrow_orange_s.png) no-repeat right 13px center #fff;
	border: 1px solid #FF6600;
	border-radius: 4px;
}
ul.top-link li:nth-child(3n){
	margin-right: 0;
}
ul.top-link li a{
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 25px 25px 19px;
	line-height: 29px;
	display: block;
}
ul.top-link li a:hover{
	opacity: 0.6;
}
ul.top-link li a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
ul.top-link li.menu a:before{
	width: 28px;
	height: 24px;
	margin-bottom: 3px;
	background: url(../images/share/icon-menu.png) no-repeat left center;
}
ul.top-link li.faq a:before{
	width: 29px;
	height: 29px;
	margin-bottom: 3px;
	background: url(../images/share/icon-faq.png) no-repeat left center;
}
ul.top-link li.express a:before{
	width: 20px;
	height: 29px;
	margin-bottom: 3px;
	background: url(../images/share/icon-express.png) no-repeat left center;
}
.arrow-blue{
	margin-bottom: 25px;
}
.arrow-blue a{
	font-weight: bold;
}
.arrow-blue a:before{
	content: "";
	display: inline-block;
	background: url(../images/share/icon-arrow-blue.png) no-repeat left center;
	width: 10px;
	height: 11px;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.subtitle.top-title{
		margin-bottom: 10px;
	}
	.subtitle.top-title:before{
		width: 46px;
		height: 36px;
		background: url(../images/ticketguide/balloon.png) no-repeat left top;
		background-size: 46px 36px;
	}
	.top-cont .leftcol,
	.top-cont .rightcol{
		float: none;
		width: 100%;
	}
	.top-cont .section{
		padding: 10px;
	}
	.top-cont .rightcol .section{
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.top-cont .section h4{
		padding-left: 15px;
		text-indent: -5px;
		margin-bottom: 20px;
	}
	.top-cont .section ul li a{
		font-size: 14px;
		padding: 10px 20px 10px 15px;
	}
	ul.top-link{
		margin-bottom: 15px;
	}
	ul.top-link{
		display: block;
	}
	ul.top-link li{
		margin: 0 0 10px;
		width: 100%;
		background: url(../images/share/arrow_orange_s.png) no-repeat right 13px center #fff;
		border: 1px solid #FF6600;
		border-radius: 4px;
	}
	ul.top-link li a{
		padding: 13px 25px 10px;
	}
	ul.top-link li a:hover{
		opacity: 1;
	}
	ul.top-link li a:before{
		margin-right: 10px;
	}
	ul.top-link li.menu a:before{
		width: 21px;
		height: 18px;
		margin-bottom: 3px;
		background: url(../images/share/icon-menu.png) no-repeat left center;
		background-size: 21px auto;
	}
	ul.top-link li.faq a:before{
		width: 21px;
		height: 21px;
		margin-bottom: 3px;
		background: url(../images/share/icon-faq.png) no-repeat left center;
		background-size: 21px auto;
	}
	ul.top-link li.express a:before{
		width: 15px;
		height: 21px;
		margin-bottom: 3px;
		background: url(../images/share/icon-express.png) no-repeat left center;
		background-size: 15px auto;
	}
	.arrow-blue{
		margin-bottom: 15px;
	}
	.arrow-blue a:before{
		background: url(../images/share/icon-arrow-blue.png) no-repeat left center;
		background-size: 5px auto;
		width: 5px;
		height: 6px;
		margin-right: 5px;
	}
}



/* --------------------------------------
 アコーディオン
-----------------------------------------*/
.ticketguide dt {
	position:relative;
	font-size: 2.2rem;
	font-weight: bold;
	border-top: 4px solid #FF6600;
	padding-top: 10px;
	margin: 20px 0 40px;
}
#sptype .ticketguide dt{border-top: 5px solid #17B1A8;}
.ticketguide dt .step {
	color: #FF6600;
}
#sptype .ticketguide dt .step {
	color: #17B1A8;
}

.ticketguide dt .num {
	display:inline-block;
	background: #FF6600;
	color: #fff;
	border-radius: 20px;
	height: 40px;
	line-height: 1.8;
	width: 40px;
	text-align: center;
	margin: 0 10px;
}
#sptype .ticketguide dt .num {background: #17B1A8;}
.ticketguide-open {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 0 5px 40px;
	font-size: 1.5rem;
	width: 180px;
	background:#FFEBCF;
	tex-align: center;
	cursor:pointer;
}
#sptype .ticketguide-open{background:#BFE0DB;}
.ticketguide-open:before {
	content: url(../images/share/arrow_orange_s.png);
	margin-right: 10px;
}
#sptype .ticketguide-open:before{content: url(../images/share/arrow_green_s.png);}
.active .ticketguide-open {
	display:none;
}
.ticketguide-close {
	display:none;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 0 5px 40px;
	font-size: 1.6rem;
	width: 180px;
	background:#FFEBCF;
	tex-align: center;
	cursor:pointer;
}
#sptype .ticketguide-close{background:#BFE0DB;}
.ticketguide-close:before {
	content: '×';
	margin-right: 10px;
}
.active .ticketguide-close {
	display: block;
}
.ticketguide dd {
	display:none; 
	padding-bottom: 60px;
}
.ticketguide dd:after {
	position: relative;
	content: url(../images/share/arrow_triangle_down_o.png) ;
	right: -45%;
	top: 50px;
}
.section .caution{
	font-size: 1.2rem;
}
#sptype .ticketguide dd:after{content: url(../images/share/arrow_triangle_down_g.png) ;}
.ticketguide dd:last-child:after {
	display:none;
}
.ticketguide dd div.arrow {
	padding-bottom:60px;
	background: url(../images/share/arrow_triangle_down_o.png) no-repeat center bottom;
	margin-bottom:20px;
}
#sptype .ticketguide dd div.arrow {
	background: url(../images/share/arrow_triangle_down_g.png) no-repeat center bottom;
}
.ticketguide dd .ticketguide-img{
	float: left;
	width: 50%;
}
#sptype .ticketguide dd .ticketguide-img{width: 47%; padding-left:12%;} 
#sptype .receipt {width: 47%; padding-left:5% !important;}
.ticketguide dd .ticketguide-img img{
	width: 100%;
}
.ticketguide dd .ticketguide-txt{
	float: right;
	width: 45%;
}
.ticketguide dd .ticketguide-txt li{
	clear: both;
	overflow:hidden;
	list-style-type: none;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.ticketguide dd .ticketguide-txt li .number{
	display: inline-block;
	float: left;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	height: 26px;
	width: 26px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-top:1px;
}
.ticketguide dd .ticketguide-txt li p{
	overflow: hidden;
}
@media all and (-ms-high-contrast:none){
.ticketguide dd .ticketguide-txt li .number{
	padding-top:0;
}
}
.ticketguide dd .ticketguide-txt li .number_mid{
	display: inline-block;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 10px;
	margin-left:10px;
	padding-left:0;
	text-indent: 0;
}
.ticketguide dd .ticketguide-txt li .number_small{
	display: inline-block;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius: 11px;
	height: 22px;
	width: 22px;
	text-align: center;
	margin-right: 10px;
	margin-left:10px;
	padding-left:17px;
}
@media all and (-ms-high-contrast:none){
.ticketguide dd .ticketguide-txt li .number_small{
	padding-left:16px;
	height: 23px;
	width: 23px;
}
}
.ticketguide dd .ticketguide-txt li p{
	overflow:hidden;
}
.ticketguide dd .ticketguide-txt .caution {
	color: #ff0000;
	margin-left: 36px;
}
.ticketguide dd .ticketguide-txt .link01 {
	margin-left: 36px;
}
.ticketguide dd .ticketguide-txt .caution-box{
	border: 1px solid #ff0000;
	padding: 10px;
	color: #ff0000;
}
.ticketguide dd .ticketguide-txt .caution-box h4{
	font-weight: bold;
	margin-bottom:10px;
}
.ticketguide dd .ticketguide-txt .caution-box p{
	text-indent: -1em;
	margin-left: 1.5em;
	margin-bottom: 10px;
}
.ticketguide dd .ticketguide-txt .caution-box p.ml25{
	margin-left: 2.5em;
}
.ticketguide dd .ticketguide-txt .caution-box p.mb0{
	margin-bottom: 0;
}
.ticketguide dd .ticketguide-txt .caution-box p span{
	display: inline-block;
	background: #FFFFCC;
	padding: 5px 10px;
	margin-top: 10px;
	font-weight: bold;
	text-indent: 0em;
}
.ticketguide dd .ticketguide-txt .caution-box p span a{
	word-wrap:break-word;
}

@media screen and (max-width: 767px) {
.ticketguide dd .ticketguide-txt li{
	font-size: 1.3rem;
}
.ticketguide dd .ticketguide-txt li .number{
	height: 20px;
	width: 20px;
}
.ticketguide dd .ticketguide-txt .caution-box p span{
	display: inline;
	background: #FFFFCC;
	padding: 5px 10px;
	margin-top: 10px;
	font-weight: bold;
	text-indent: 0em;
}
@media all and (-ms-high-contrast:none){
.ticketguide dd .ticketguide-txt li .number{
	padding-top:1px;
}
}
@-moz-document url-prefix() {
.ticketguide dd .ticketguide-txt li .number{
	padding-top:1px;
}
}
.ticketguide dd .ticketguide-txt li .number_small{
	display: inline-block;
	background: #FF0000;
	color: #fff;
	font-weight: bold;
	border-radius: 9px;
	height: 18px;
	width: 18px;
	text-align: center;
	margin-right: 5px;
	margin-left:5px;
	padding-left:13px;
}
.ticketguide dt {
	font-size: 2rem;
}
.ticketguide dt .num {
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	margin-bottom: 10px;
}
.ticketguide dd {
	padding-bottom: 40px;
}
.ticketguide dd:after {
	right: -30%;
}
.ticketguide dd .ticketguide-img{
	width: 48%;
}
.ticketguide-img-expand {
	width: 100%;
	text-align:center;
	background: #007FD7;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}
.ticketguide-img-expand:before {
	content: url(../images/share/icn_expand.png);
	margin-right:5px;
	position: relative;
	display:inline-block;
	top: 5px;
}
.ticketguide-img a{
	text-decoration:none;
}
.ticketguide dd .ticketguide-txt{
	width: 50%;
}
.ticketguide dd .ticketguide-txt li .number{
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}
.ticketguide dd .ticketguide-txt .caution {
	margin-left: 0;
}
.ticketguide dd .ticketguide-txt .link01 {
	margin-left: 0;
}

.ticketguide-open,
.ticketguide-close {
	width: 140px;
	padding: 5px 0 5px 20px;
}
#sptype .ticketguide dd .ticketguide-img{width: 48%; padding-left:0;} 
}

/* --------------------------------------
 Header
-----------------------------------------*/
.l-header {
	position: relative;
	background: #fff;
}
.l-header.header2 {
	background: #2D4D80;
}
.l-header-inner {
	position: relative;
	max-width: 940px;
	height:60px;
	margin: 0 auto;
}
.header2 .l-header-inner{
	height: 64px;
}
.l-header-inner h1{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
}
.header2 .l-header-inner h1{
	top: 0;
}
.header2 .l-header-inner h1.abs-t5{
	top: 5px;
}
.l-header .l-header-inner  h1 img.logo{
    max-width: 500px;
    height: auto;
    width: 85%;
}
.l-header.header2 .l-header-inner  h1 img.logo2{
	width: 215px;
	height: auto;
	padding-top: 2px;
}
.l-header.header2 .l-header-inner  h1 img.logo3{
	width: 378px;
	height: 50px;
}
.l-header-inner .l-header-msg{
	position: absolute;
	top: 10px;
	right: 0;
}
.l-header-inner .l-header-msg p:first-child{
	font-weight: bold;
}
.l-header-inner .l-header-msg p:nth-child(2){
	font-size: 1.2rem;
}
.l-header-ttl {
	position: relative;
	background: #0081D7;
	height:120px;
}
.l-header-ttl h2{
	text-align: center;
	color:#fff;
	padding-top: 30px;
}
.l-header-ttl h2 span{
	font-size: 1.4rem;
	text-align: left;
	display: inline-block;
	margin-right: 10px;
}
.l-header-ttl h2 strong{
	font-size: 4.2rem;
	font-weight: normal;
}
.l-header-ttl h2:before{
	position: relative;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
.l-header-inner {
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.l-header-inner  h1{
	position: relative;
	width: auto;
	max-width: 378px;
	top: 5px;
	left: 10px;
}
.l-header-inner  h1 img{
	max-width: 100%;
}
.l-header.header2 .l-header-inner  h1{
	padding-top: 2px;
}
.l-header.header2 .l-header-inner  h1 img.logo2{
	max-width: 173px;
	width: 53%;
	height: auto;
	vertical-align: top;
}
.l-header.header2 .l-header-inner  h1 img.logo3{
	width: 80%;
	height: auto;
	vertical-align: top;
}
.l-header-inner .l-header-msg{
	position: relative;
	float: right;
	top: 10px;
	left: -10px;
}
.l-header-ttl {
	height: inherit;
}
.l-header-ttl h2{
	font-size: 2rem;
	padding: 0 0 5px 10px;
	text-align: center;
}
.l-header-ttl h2 strong{
	font-size: 2.5rem;
}
	.l-header-ttl h2 span{
	margin-top: 10px;
		font-size: 12px;
		line-height: 1.3;
}

}
/* --------------------------------------
 Header nav
-----------------------------------------*/
header nav {
	position: relative;
	height: 90px;
	background: #fff;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
	margin-bottom:50px;
}
.main-nav{
	box-sizing: border-box;
	max-width: 940px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	overflow: hidden;
	list-style: none;
}
.main-nav li {
	float: left;
	box-sizing: border-box;
	width: 33.3333%;
	font-size: 2rem;
	text-align:center;
}
.main-nav li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 90px;
	padding-top: 30px;
	border-right: 1px solid #ccc;
}
.main-nav li:nth-child(3) a{border-right: 0px;}
.main-nav li a.pt0{
	padding-top: 0;
}
.main-nav li div {
	font-weight: bold;
	height: 90px;
	cursor: pointer;
	line-height: 1.4;
}
.main-nav li div.sp-disnon {
	padding-top: 20px;
}
/*
.main-nav > li:hover > a{
	border-bottom: 12px solid #FFE49A;
	color: inherit;
}
.main-nav > li.selected > a{
	border-bottom: 12px solid #FFE49A;
}
.main-nav > li:hover > div,
.main-nav > li.selected > div{
	border-bottom: 12px solid #FFE49A;
}
*/
.main-nav li:first-child div span {
	color: #0081D7;
	display:block;
}
.main-nav li:nth-child(2) div span {
	color: #FF6600;
	display:block;
}
.main-nav > li:nth-child(3) > a {
	color: #fff;
	background: #2D4D80;
}
.main-nav li.close {
	display: none;
}
nav .sub-nav {
	display: none;
	width: 100%;
	z-index: 10;
	position: absolute;
	left:0;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
}
nav li.sub-nav-pc .sub-nav {
	background: #E2EBF6;
}
nav li.sub-nav-sp .sub-nav {
	background: #FFD8BD;
}
nav li:hover .sub-nav {
	display: block;
	border-bottom: none;
}
nav .sub-nav ul{
	max-width: 940px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
}
nav .main-nav li.sub-nav-pc:nth-child(1) div.sub-nav ul li {
	width: 20%;
}
nav .main-nav li.sub-nav-pc:nth-child(2) div.sub-nav ul li {
	width: 33.33%;
}
nav .sub-nav li a{
	color: #333;
	padding-top: 20px;
}
li.sub-nav-pc .sub-nav li a{
	font-size: 1.8rem;
	background: #E2EBF6;
}
li.sub-nav-sp .sub-nav li a{
	background: #FFD8BD;
}
li.sub-nav-pc .sub-nav li:hover a{
	color:#0077d1;
}
li.sub-nav-sp .sub-nav li:hover a{
	color:#FF6600;
}
.sp-menu-button {
	display: none;
}
nav .main-nav .sub-nav#sp li:nth-child(3) a{
	padding-top: 30px;
}
li.sub-nav-sp .sub-nav li:nth-child(2) a{
	padding-top: 30px;
}
.sub-menu-trigger { display: none;}
@media screen and (max-width: 767px) {
header nav {
	margin-bottom:25px;
}
.main-nav{
	border-left: none;
}
	
.main-nav li a{
	padding-top: 20px;
}
	.main-nav li div {

	line-height: 1.6;
}

/*.sub-menu-trigger { display: none;}
.sp-menu-button {
	display:none;
	position: relative;
	padding-bottom: 5px;
	cursor: pointer;
}
.sp-menu-button span{
	display: block;
	text-align: center;
	text-decoration:none;
	color: #FF6600;
	font-size: 3.2rem;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
}
.sp-menu-button span:before{
	position: relative;
	content: url(../images/share/icn_circle_down.png) ;
	top: 3px;
	margin-right: 10px;
}
.sp-menu-button span.active:before{
	position: relative;
	content: url(../images/share/icn_circle_up.png) ;
	top: 3px;
	margin-right: 10px;
}
/*header nav {
	display:none;
	position: relative;
	height: auto;
	background: #fff;
	box-shadow: 0px 5px 3px -3px rgba(153,153,153,0.5);
}*/
/*.main-nav{
	width: 100%;
	background: #fff;
	border-left: 0;
}*/
/*.main-nav li {
	display: block;
	text-align:left;
	box-sizing: border-box;
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}
.main-nav li a{
	background: url(../images/share/arrow_blue.png) no-repeat 97% 50%;
	background-size: 3%;
	height:auto;
	padding:20px;
}
.main-nav li a.pt0{
	padding-top: 20px;
}
.main-nav li div{
	height:auto;
}
.main-nav li div.active{
	/*
	background: url(../images/share/icn_minus.png) no-repeat 97% 50%;
	background-size: 8%;
	*/
}
/*.main-nav li div.sub-menu-trigger{
	padding: 0;
}
.main-nav li:nth-child(3) a{
	background: url(../images/share/arrow_white.png) no-repeat 97% 50%;
	background-size: 3%;
	background-color: #FF6600;
}
.main-nav li.close {
	display: block;
}
.main-nav li.close span{
	display: block;
	padding: 20px;
	background: none;
	text-align: center;
	background:#EEEEEE;
	cursor: pointer;
	font-weight: bold;
}
.main-nav li:hover a,
.main-nav li:hover div{
	border-bottom: 0;
}
.main-nav li.selected a,
.main-nav li.selected div{
	border-bottom: none;
}
.main-nav li:first-child div span {
	display: inline;
	padding-right: 5px;
}
.main-nav li:nth-child(2) div span {
	display: inline;
	padding-right: 5px;
}
nav .sub-nav {
	display: none;
	position: relative;
	left:0;
	box-shadow: none;
}
nav li:hover .sub-nav {
	display: none;
}
nav li.sub-nav-pc .sub-nav {
	background: #E2EBF6;
}
nav li.sub-nav-sp .sub-nav {
	background: #E9FFF0;
}
nav .sub-nav ul{
	width: 100%;
	border-left: none;
	border-top: 1px solid #ccc;
	padding: 0;
}
nav .sub-nav li {
	width: 100%;
}
nav .main-nav li.sub-nav-pc:nth-child(1) div.sub-nav ul li {
	width: 100%;
}
nav .main-nav li.sub-nav-pc:nth-child(2) div.sub-nav ul li {
	width: 100%;
}
nav .sub-nav li:last-child {
	border-bottom: 0;
}
li.sub-nav-pc .sub-nav li a{
	background: url(../images/share/arrow_blue.png) no-repeat 97% 50%;
	background-size: 3%;
	background-color: #E2EBF6;
}
li.sub-nav-sp .sub-nav li a{
	background: url(../images/share/arrow_orange.png) no-repeat 97% 50%;
	background-size: 3%;
	background-color: #FFD8BD;
}
li.sub-nav-pc .sub-nav li:hover a{
	color:#0077d1;
}
li.sub-nav-sp .sub-nav li:hover a{
	color:#FF6600;
}
nav .main-nav .sub-nav li:last-child a{
	padding-top: 20px;
}
.main-nav li.selected .sub-nav li a{
	border-bottom: none;
}
nav .main-nav .sub-nav#sp li:nth-child(3) a{
	padding-top: 20px;
}
li.sub-nav-sp .sub-nav li:nth-child(2) a{
	padding-top: 20px;
}*/
/* --------------------------------------
 下層共通 ticketguide-link
-----------------------------------------*/
.ticketguide-link {
	display:inline-block;
	vertical-align: top;
	margin: 10px 65px 10px 0;
}
.section .ticketguide-link:nth-child(4) {
	margin-right: 0;
}
.ticketguide-link.dt-none {
	margin-top:0;
	margin-left:65.2%;
}
.ticketguide-link dt{
	font-size: 1.6rem;
	font-weight: bold;
	min-height: 60px;
	padding-left: 15px;
	text-indent: -15px;
}
.ticketguide-link dt:before{
	content: url(../images/share/line.png);
	position:relative;
	top: 3px;
	margin-right: 10px;
}
.ticketguide-link dt.bd-none:before{
	content: none;
}
.ticketguide-link dd li{
	font-size: 1.3rem;
	list-style-type: none;
	margin-bottom: 10px;
}
.ticketguide-link dd li:before{
	content: url(../images/share/arrow_orange_s.png);
	margin-right: 10px;
}
.ticketguide-link dd li a{
	text-decoration: none;
}
.f-red{
	color: #FF0000;
}

@media screen and (max-width: 767px) {
.ticketguide-link {
	width: 100%;
	display:inline-block;
	margin: 10px 0;
}
.ticketguide-link.dt-none {
	margin-top:10px;
	margin-left:0;
}
.ticketguide-link dt{
	min-height: 40px;
}
.ticketguide-link dd.pt20{ padding-top: 0;}
}

/* --------------------------------------
 Footer
-----------------------------------------*/
.vs-linkup{ text-align:right; margin-bottom: 10px;}
.vs-linkup:before{content:url(../images/share/icon-mark2.png);position:relative;left:0;top:4px; margin-right: 10px;}

.vs-copy{
	color:#fff;
	font-size:1rem;
	text-align:center;
	padding:5px;
	background:#2D4D80;
}
@media only screen and (max-width:767px){
}

/* --------------------------------------
 security,etsunen
-----------------------------------------*/
body.security{background:none;}

#security h4 {
	position:relative;
	font-size: 2.6rem;
	font-weight: bold;
/*	border-top: 5px solid #FF6600; */
	border-top: 5px solid #ccc;
	padding-top: 10px;
	margin: 20px 0 40px;
/*	color:#FF6600; */
	color:#f000;
}
#security h4 span{ position:absolute; right:0; font-size:1.6rem; font-weight:normal; color:inherit; color:#333;}
#security dt,#etsunen dt{ font-weight:bold; font-size:1.8rem;}
#etsunen .subtitle{ color:#000;}
#etsunen dl{margin-bottom:100px;}
#etsunen.riyou dl{margin-bottom:50px;}
#etsunen dt{border-top: 5px solid #ccc;padding-top: 10px; font-size:2rem; margin-bottom:10px;}
#etsunen dt.bnone{border-top:none!important;}
#etsunen dt p.time{font-size:1.5rem; font-weight:normal;}
#security dd,#etsunen dd{margin-bottom:30px;}
#etsunen dd table{width:90%; margin:0 auto;}
#etsunen dd table thead{ margin-bottom:10px; border-bottom:1px solid #ccc;}
#etsunen dd table th,#etsunen dd table td{ padding:10px 0;text-align:left;border-bottom:1px solid #ccc;}
#etsunen dd table th{ width:10em;}

#security dd ul,#etsunen dd ul{ padding-left:3em;}
#security dd ul li,#etsunen dd ul li{ list-style: decimal; margin-bottom:15px;}
#security dd ul li ul,#etsunen dd ul li ul{padding-left:2em; margin:20px 0;}
#security dd ul li ul li{ list-style:none; margin-bottom:0px;}
#etsunen dd ul li ul li{ list-style:none; text-indent:-2.5em;}
#etsunen .caution-box{
	border: 1px solid #ff0000;
	padding:15px;
	color: #ff0000;
	margin-bottom:30px;
	margin-top:-80px;
}
#etsunen .caution-box p{
	text-indent: -1em;
	margin-left: 1.5em;
	margin-bottom:10px;
	font-size:1.6rem;
	font-weight:bold;
}
.link01:before {
	content : url(../images/share/arrow.jpg) ;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.link01 a {
	font-weight: bold;
	color: #333;
	text-decoration:underline;
}
.link01 a:hover {
	text-decoration:none;
}
@media only screen and (max-width:767px){
#security .subtitle,#etsunen .subtitle{font-size:2rem;}	
#security h4 {font-size:2rem;;}
#security h4 span{ display:block; float:right; font-size:1.5rem;}
#security dd ul,#etsunen dd ul{ padding-left:1em;}
#etsunen dd.ml20{ margin-left:0px;}
#security dd ul li ul{padding-left:1em; margin:20px 0;}
#security dd ul li ul li{ text-indent:-1em;}
#etsunen.riyou dt{font-size:1.8rem;}
#etsunen dd table th{ width:5em;}
}

/* --------------------------------------
 faq
-----------------------------------------*/
#faq .subtitle{
	color:#000;
	padding-bottom:30px;
	border-bottom:5px solid #ccc;
	margin-bottom:40px;
}
/* accordion */
#faq dl.accordion {
	width:100%;
	margin-bottom:20px;
}
#faq dl.accordion > dt {
	color:#000;
	font-size:2.5rem;
	font-weight:bold;
    background:url(../images/faq/ac-open.png) 95% center no-repeat #FFE49A;
	padding:20px 90px 20px 30px;
    cursor:pointer;
}
#faq dl.accordion > dt.open {
    background:url(../images/faq/ac-close.png) 95% center no-repeat #FFE49A;
}
#faq dl.accordion dd {
	display:none;
}
#faq dl.accordion dd dl{
	border:5px solid #FFE49A;
	border-top:none;
}
#faq dl.accordion dd dl dt{
	font-size:1.9rem;
	font-weight:bold;
    background:url(../images/faq/ac-open2.png) 95.3% center no-repeat;
	cursor:pointer;
}
#faq dl.accordion dd dl dt.open{
    background:url(../images/faq/ac-close2.png) 95.3% center no-repeat;
}
#faq dl.accordion dd dl dt span{
	display:block;
	padding:15px 70px 15px 25px;
	overflow:hidden;
}
#faq dl.accordion dd dl dt span strong,
#faq dl.accordion dd dl dd div p{
	color:#FF9900;
	font-size:1.9rem;
	font-weight:bold;
	display:block;
	float:left;
	width:30px;
}
#faq dl.accordion dd dl dd div p{
	line-height:1.1;
}
#faq dl.accordion dd dl dt span em,
#faq dl.accordion dd dl dd div div{
	display:block;
	overflow:hidden;
	font-style:normal;
}
#faq dl.accordion dd dl dd{
	clear:both;
	padding:0 25px 15px;
	overflow:hidden;
}
#faq dl.accordion dd dl dd img{
	margin:0 5px 2px;
	vertical-align:middle;
}
#faq dl.accordion dd dl dd > div{
	border-top:1px solid #ccc;
	padding-top:15px;
}
#faq dl.accordion dd dl dd > div ol{
	margin-bottom:1em;
}
#faq dl.accordion dd dl dd > div ol li{
	padding-left:4em;
	text-indent:-4em;
}
#faq dl.accordion dd dl dd > div table{
	width:100%;
	border-top:1px solid #333;
	border-left:1px solid #333;
}
#faq dl.accordion dd dl dd > div table tr th,
#faq dl.accordion dd dl dd > div table tr td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-align:left;
}
#faq dl.accordion dd dl dd > div table tr th{
	padding:10px 15px;
	font-weight:normal;
}
#faq dl.accordion dd dl dd > div table tr td{
	padding:10px 20px;
}
#faq dl.accordion dd dl dd > div table tr th:nth-child(2),
#faq dl.accordion dd dl dd > div table tr td:nth-child(2){
	background:#FFF0C1;
}
#faq dl.accordion dd dl dd > div table tr th:nth-child(3),
#faq dl.accordion dd dl dd > div table tr td:nth-child(3){
	background:#D5E6F5;
}
#faq dl.accordion dd dl dd ul.ml4em{
	margin-left:4em;
}
#faq dl.accordion dd dl dd ul li{
	padding-left:1em;
	text-indent:-1em;
	list-style:none;
}
@media only screen and (max-width:767px){
#faq dl.accordion {
	width:100%;
	margin-bottom:15px;
}
#faq dl.accordion > dt {
	color:#000;
	font-size:1.9rem;
	font-weight:bold;
    background:url(../images/faq/ac-open.png) 95% center no-repeat #FFE49A;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
	padding:15px 35px 15px 20px;
    cursor:pointer;
}
#faq dl.accordion > dt.open {
    background:url(../images/faq/ac-close.png) 95% center no-repeat #FFE49A;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
}
#faq dl.accordion dd dl dt{
	font-size:1.3rem;
	font-weight:bold;
    background:url(../images/faq/ac-open2.png) 95.3% center no-repeat;
	-webkit-background-size:16px 8px;
	-moz-background-size:16px 8px;
	background-size:16px 8px;
	cursor:pointer;
}
#faq dl.accordion dd dl dt.open{
    background:url(../images/faq/ac-close2.png) 95.3% center no-repeat;
	-webkit-background-size:16px 8px;
	-moz-background-size:16px 8px;
	background-size:16px 8px;
}
#faq dl.accordion dd dl dt span{
	padding:10px 40px 10px 15px;
	overflow:hidden;
}
#faq dl.accordion dd dl dt span strong,
#faq dl.accordion dd dl dd div p{
	color:#FF9900;
	font-size:1.3rem;
	font-weight:bold;
	display:block;
	float:left;
	width:20px;
}
#faq dl.accordion dd dl dd{
	clear:both;
	padding:0 15px 10px;
}
#faq dl.accordion dd dl dd > div table tr th{
	padding:5px 10px;
}
#faq dl.accordion dd dl dd > div table tr td{
	padding:5px 10px;
}
}
/* --------------------------------------
 印刷用
-----------------------------------------*/
@media print{
body { width:100%!important; font-size:10px;}
header nav,.wrapper,.main-nav{width:100%!important; margin:0!important;}
wrapper{max-width:none;}
.main-nav li,.ticketguide dt{font-size:14px!important;}
.ticketguide dt .num{height:20px; width:20px;}
.ticketguide-open,.ticketguide-close{font-size:10px!important;}
}