@charset "utf-8";
/* --------------------------------------
 common2
-----------------------------------------*/

ul,ol{ list-style: none;}
.pc-disnon { display: none;}
.sp-disnon { display: block;}
.subtitle { /*color: #0081D7;*/ color:#000; font-size: 3.2rem; text-align: center; margin-bottom: 20px;}
.subtitle span{ color: #0081D7; 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/icon_circle_right.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/icon_circle_right.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/icon_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/icon_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/guide/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{
	margin-bottom: 24px;
}
.top-cont .rightcol .section.pb60{
	padding-bottom: 60px;
}
.top-cont .rightcol .section.pb89{
	padding-bottom: 89px;
}
.top-cont .rightcol .section.pb70{
	padding-bottom: 70px;
}
.top-cont .rightcol .section.pb160{
	padding-bottom: 160px;
}
.top-cont .section h4{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: 4px solid #0095DF;
	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 #9ED8F5;
	border-radius: 4px;
	padding: 15px;
	background: url(../images/share/arrow_blue.png) no-repeat right 13px center #E1F8FF;
	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_blue.png) no-repeat right 13px center #fff;
	border: 1px solid #0095DF;
	border-radius: 4px;
}
ul.top-link li:nth-child(3n){
	margin-right: 0;
}
ul.top-link li a{
	color: #0095DF;
	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_black.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/guide/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.pb60,
	.top-cont .rightcol .section.pb89,
	.top-cont .rightcol .section.pb70,
	.top-cont .rightcol .section.pb160{
		padding-bottom: 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_blue.png) no-repeat right 13px center #fff;
		border: 1px solid #0095DF;
		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 #0081D7;
	padding-top: 10px;
	padding-right: 190px;
	margin: 20px 0 40px;
}
#sptype .ticketguide dt{border-top: 5px solid #17B1A8;}
.ticketguide dt .step {
	color: #0081D7;
}
#sptype .ticketguide dt .step {
	color: #17B1A8;
}

.ticketguide dt .num {
	display:inline-block;
	background: #0081D7;
	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:#C9E3F5;
	tex-align: center;
	cursor:pointer;
}

@media screen and (max-width: 540px) {
	.para {
		top: auto !important;
	}
}


#sptype .ticketguide-open{background:#BFE0DB;}
.ticketguide-open:before {
	content: url(../images/share/arrow_blue.png);
	margin-right: 10px;
}
#sptype .ticketguide-open:before{content: url(../images/share/arrow_green.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:#C9E3F5;
	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_blue.png) ;
	right: -45%;
	top: 50px;
}
.ticketguide dd.imgcenter {
	clear: both;
	overflow: hidden;
}
.ticketguide dd.imgcenter p{
	float: left;
	width: 49%;
}
.ticketguide dd.imgcenter figure{
	float: right;
	width: 49%;
}
.ticketguide dd.imgcenter figure img{
	float: left;
	margin: 0 5px 10px 0;
}
.ticketguide dd.imgcenter figure figcaption{
	font-size: 13px;
	overflow: hidden;
}
.ticketguide dd.point-img figure{
	clear: both;
	overflow: hidden;
}
.ticketguide dd.point-img figure img{
	float: left;
	margin: 0 10px 5px 0;
}
.section .caution{
	font-size: 1.2rem;
}
#sptype .ticketguide dd:after{content: url(../images/share/arrow_triangle_down_green.png) ;}
.ticketguide dd:last-child:after {
	display:none;
}
.ticketguide dd div.arrow {
	padding-bottom:60px;
	background: url(../images/share/arrow_triangle_down_blue.png) no-repeat center bottom;
	margin-bottom:20px;
}
#sptype .ticketguide dd div.arrow {
	background: url(../images/share/arrow_triangle_down_green.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%;
	border: 1px solid #ccc;
}
.ticketguide dd .ticketguide-txt{
	float: right;
	width: 45%;
}
.ticketguide dd .ticketguide-txt h4{
	font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 15px;
    border-left: 4px solid #0095DE;
    margin-bottom: 25px;
}
.ticketguide dd .ticketguide-txt li{
	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;
}
@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;
	text-align: center;
	margin-right: 10px;
	margin-left:10px;
	padding-left:17px;
}
.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:0;
	text-indent:0;
}
.ticketguide dd .ticketguide-txt li .number_small.pl0{
	padding-left: 0!important;
}
@media all and (-ms-high-contrast:none){
	.ticketguide dd .ticketguide-txt li .number_small{
/*		padding-left:16px;*/
		padding-left: 0;
		height: 23px;
		width: 23px;
	}
}
.ticketguide dd .ticketguide-txt li p,
.ticketguide dd .ticketguide-txt li div{
	overflow:hidden;
}
.ticketguide dd .ticketguide-txt li div ul li{
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom: 0;
}
.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 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;
}
.ticketguide dd .ticketguide-txt .caution-box ul li{
	margin-bottom: 0;
}
dl.faq-box{
	padding: 20px 25px;
	background: #DEEBF7;
	margin-bottom: 30px;
}
dl.faq-box dt{
	font-weight: bold;
	margin-bottom: 10px;
}
dl.faq-box dd{
	line-height: 1.8;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
dl.faq-box dd:before{
	content: "・";
	margin-right: 0.5em;
}

@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: 0;
}
.ticketguide dt {
	font-size: 2rem;
	padding-right: 0;
}
.ticketguide dt .num {
	border-radius: 15px;
	height: 30px;
	width: 30px;
	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/icon_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;} 
}

h4.ticketguide_subtitle {
	font-size: 2.2rem !important;
	font-weight: bold !important;
	padding-left: 15px;
	text-indent: -15px;
	color: #333 !important;
}

.ticketguide_subtitle::before {
	content: url(../images/share/line.png);
	position: relative;
	top: 3px;
	margin-right: 10px;
}


/* --------------------------------------
 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%
}
.l-header-inner h1 img.logo {
	max-width: 500px;
	height: auto;
	width: 85%;
}
.header2 .l-header-inner h1{
	top: 0;
}
.header2 .l-header-inner h1.abs-t5{
	top: 5px;
}
.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: 500px;
	height: 34px;
}
.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%;
	height: auto !important;
}
.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: middle;
}
.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;
}
.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/icon_circle_down.png) ;
	top: 3px;
	margin-right: 10px;
}
.sp-menu-button span.active:before{
	position: relative;
	content: url(../images/share/icon_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/icon_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 {
	width: 32%;
	display:inline-block;
	vertical-align: top;
	margin: 10px 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 dd li{
	font-size: 1.3rem;
	list-style-type: none;
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 10px;
}
.ticketguide-link dd li:before{
	content: url(../images/share/arrow_blue.png);
	margin-right: 10px;
}
.ticketguide-link dd li a{
	text-decoration: none;
}

@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_arrow_up.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 #0081D7; */
	border-top: 5px solid #ccc;
	padding-top: 10px;
	margin: 20px 0 40px;
/*	color:#0081D7; */
	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 {
	padding-top: 40px;
}
#faq .subtitle{
	color:#000;
	margin-bottom:20px;
}
/* accordion */
#faq dl.accordion {
	width:100%;
	margin-bottom:20px;
}
#faq dl.accordion > dt {
	color:#fff;
	font-size:2.5rem;
	font-weight:bold;
    background:url(../images/faq/accordion_open_category_blue.png) 95% center no-repeat #0081D7;
	padding:20px 90px 20px 30px;
    cursor:pointer;
}
#faq dl.accordion > dt.open {
    background:url(../images/faq/accordion_close_category_blue.png) 95% center no-repeat #0081D7;
}
#faq .bg-aqua dl.accordion > dt {
    background:url(../images/faq/accordion_open_category_blue.png) 95% center no-repeat #15A2FF;
}
#faq .bg-aqua dl.accordion > dt.open {
    background:url(../images/faq/accordion_close_category_blue.png) 95% center no-repeat #15A2FF;
}
#faq .bg-gray dl.accordion > dt {
    background:url(../images/faq/accordion_open_category_gray.png) 95% center no-repeat #999;
}
#faq .bg-gray dl.accordion > dt.open {
    background:url(../images/faq/accordion_close_category_gray.png) 95% center no-repeat #999;
}
#faq dl.accordion dd {
	display:none;
}
#faq dl.accordion dd dl{
	border:5px solid #0081D7;
	border-top:none;
}
#faq .bg-aqua dl.accordion dd dl{
	border:5px solid #15A2FF;
	border-top:none;
}
#faq .bg-gray dl.accordion dd dl{
	border:5px solid #999;
	border-top:none;
}
#faq dl.accordion dd dl dt{
	font-size:1.9rem;
	font-weight:bold;
    background:url(../images/faq/accordion_open_item_blue.png) 95.3% center no-repeat;
	cursor:pointer;
}
#faq .bg-gray dl.accordion dd dl dt{
    background:url(../images/faq/accordion_open_item_gray.png) 95.3% center no-repeat;
}
#faq dl.accordion dd dl dt.open{
    background:url(../images/faq/accordion_close_item_blue.png) 95.3% center no-repeat;
}
#faq .bg-gray dl.accordion dd dl dt.open{
    background:url(../images/faq/accordion_close_item_gray.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:#0081D7;
	font-size:1.9rem;
	font-weight:bold;
	display:block;
	float:left;
	width:30px;
}
#faq .bg-gray dl.accordion dd dl dt span strong,
#faq .bg-gray dl.accordion dd dl dd div p{
	color: #999;
}

#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 a{
	cursor: pointer;
}

.ml1em {
	padding-left:1em !important;
	text-indent:-1em !important;
}

.img_tc {
	width: 97%;
	max-width: 500px;
}

#faq dl.accordion dd dl dd > div table{
	width:100%;
	border-top:1px solid #333;
	border-left:1px solid #333;
	font-size: 0.9em;
}

#faq dl.accordion dd dl dd > div table tr th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-align:left;
}

#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){background:#FFF0C1; width: 42%;}
#faq dl.accordion dd dl dd > div table tr td:nth-child(2){background:#FFF0C1; width: 42%;}
#faq dl.accordion dd dl dd > div table tr th:nth-child(3){background:#D5E6F5; width: 42%;}
#faq dl.accordion dd dl dd > div table tr td:nth-child(3){background:#D5E6F5; width: 42%;}


#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:#fff;
	font-size:1.9rem;
	font-weight:bold;
    background:url(../images/faq/accordion_open_category_blue.png) right 20px center no-repeat #0081D7;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
	padding:15px 40px 15px 20px;
    cursor:pointer;
}
#faq dl.accordion > dt.open {
    background:url(../images/faq/accordion_close_category_blue.png) right 20px center no-repeat #0081D7;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
}
#faq .bg-aqua dl.accordion > dt {
    background:url(../images/faq/accordion_open_category_blue.png) right 20px center no-repeat #15A2FF;
	background-size:20px 20px;
}
#faq .bg-aqua dl.accordion > dt.open {
    background:url(../images/faq/accordion_close_category_blue.png) right 20px center no-repeat #15A2FF;
	background-size:20px 20px;
}
#faq .bg-gray dl.accordion > dt {
    background:url(../images/faq/accordion_open_category_gray.png) right 20px center no-repeat #999;
	background-size:20px 20px;
}
#faq .bg-gray dl.accordion > dt.open {
    background:url(../images/faq/accordion_close_category_gray.png) right 20px center no-repeat #999;
	background-size:20px 20px;
}
#faq dl.accordion dd dl dt{
	font-size:1.3rem;
	font-weight:bold;
    background:url(../images/faq/accordion_open_item_blue.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/accordion_close_item_gray.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:#0081D7;
	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;
}
}

/* --------------------------------------
 station
-----------------------------------------*/
#station{
	padding-top: 40px;
}
#station .subtitle{
	color:#000;
	margin-bottom:20px;
}
/* accordion */
#station dl.accordion {
	width:100%;
	border:5px solid #0081D7;
	border-top: none;
}
#station dl.accordion:first-child {
	border-top: 5px solid #0081D7;
}
#station dl.accordion dt{
	font-size: 18px;
	font-weight: bold;
    background:url(../images/faq/accordion_open_item_blue.png) 97% center no-repeat;
	padding:15px 70px 15px 25px;
    cursor:pointer;
}
#station dl.accordion dt.open{
    background:url(../images/faq/accordion_close_category_gray.png) 97% center no-repeat;
}
#station dl.accordion dd{
	line-height:1.1;
	display:none;
	clear:both;
	padding:0 25px 15px;
	overflow:hidden;
}
#station dl.accordion dd div{
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
#station dl.accordion dd div table{
	width: 100%;
	margin-left: 10px;
}
#station dl.accordion dd div table th,
#station dl.accordion dd div table td{
	text-align: left;
	vertical-align: top;
}
#station dl.accordion dd div table th{
	color: #0081D7;
	font-weight: bold;
	padding: 0 20px 0 0;
	width: 1em;
}
#station dl.accordion dd div table td ul{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}
#station dl.accordion dd div table td ul li{
	float: left;
	margin: 0 20px 5px 0;
}
@media only screen and (max-width:767px){
	#station{
		padding-top: 20px;
	}
	#station dl.accordion dt{
		font-size:1.3rem;
		padding:10px 30px 10px 15px;
		 background:url(../images/faq/accordion_open_item_blue.png) 97% center no-repeat;
		background-size:16px 8px;
		cursor:pointer;
	}
	#station dl.accordion dt.open{
		 background:url(../images/faq/accordion_close_category_gray.png) 97% center no-repeat;
		background-size:16px 8px;
	}
	#station dl.accordion dd{
		clear:both;
		padding:0 15px 10px;
	}
	#station dl.accordion dd div table{
		margin-left: 0;
	}
	#station dl.accordion dd div table th{
		padding: 0 10px 0 0;
	}
	#station dl.accordion dd div table td ul li{
		margin: 0 10px 5px 0;
	}
}

/* --------------------------------------
 service
-----------------------------------------*/
#service{
	padding-top: 40px;
}
#service.pt0{
	padding-top: 0;
}
#service h4{
	color: #0081D7;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #0081D7;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
#service h4 small{
	font-size: 16px;
}
#service h4 span.leftcol{
	float: left;
}
#service h4 span.rightcol{
	font-size: 16px;
	float: right;
	display: block;
	padding-top: 10px;
}
#service h4 span em{
	font-style: normal;
	margin-left: 5px;
}
#service h4 span em.f-orange{
	color: #FF6600;
}
#service h4 span em.f-gray{
	color: #CCC;
}
#service .flow,
#service .flow2{
	display: flex;
	margin-bottom: 10px;
}
#service .flow dl,
#service .flow2 dl{
	text-align: center;
	width: 30%;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	padding: 15px 1%;
	margin: 0 5% 20px 0;
	position: relative;
}
#service .flow dl:before{
	content: "";
	position: absolute;
	top: 0;
	left: -11.5%;
	bottom: 0;
	background: url(../images/service/arrow_right_blue.png) no-repeat left center;
	width: 19px;
	height: 35px;
	display: inline-block;
	margin: auto;
}
#service .flow dl:first-child:before,
#service .flow2 dl:first-child:before{
	content: none;
}
#service .flow dl:nth-child(3n),
#service .flow2 dl:nth-child(3n){
	margin-right: 0;
}
#service .flow dl dt,
#service .flow2 dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#service .flow dl dd figure,
#service .flow2 dl dd figure{
	margin-bottom: 15px;
}
#service .flow dl dd figure img,
#service .flow2 dl dd figure img{
	max-width: 100%;
	height: auto;
}
#service ul.list li{
	font-size: 14px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 2;
	margin-bottom: 0.5em;
}
#service ul.list li:before{
	color: #0081D7;
	content: "●";
	margin-right: 7px;
}
#service ul.list li span,
.f-red{
	color: #FF0000;
}
#service ul.list li p{
	margin-left: 2em;
	text-indent: -2em;
}
#service table{
	font-size: 16px;
	margin: 0 0 10px 40px;
}
#service.pre-reservation table{
	margin-left: 1.5em;
}
#service.pre-reservation table th{
	font-weight: normal;
	width: 7.5em;
}
#service.pre-reservation table td{
	padding-left: 1.5em;
	text-indent: -2.5em;
}
#service table th{
	text-align: left;
	vertical-align: top;
	width: 7.5em;
}
#service table td{
	vertical-align: top;
}
#service table.service-tb td{
	padding-left: 2.4em;
	text-indent: -2.4em;
}
#service table td:before{
	content: ":";
	margin: 0 1em;
}
#service #search table{
	font-size: 14px;
	margin: 0 0 20px;
}
#service #menu table{
	font-size: 14px;
	width: 100%;
	margin-left: 0;
}
#service #menu table.mb50{
	margin-bottom: 50px;
}
#service #search table th,
#service #search table td,
#service #menu table th,
#service #menu table td{
	border: 1px solid #999;
	padding: 5px 10px;
	vertical-align: top;
}
#service #search table th,
#service #menu table th{
	text-align: center;
}
#service #search table th.bg-gray,
#service #menu table th.bg-gray{
	background: #ededed;
}
#service #search table th.bg-blue,
#service #menu table th.bg-blue{
	background: #E1F8FF;
}
#service #search table th.bg-orange,
#service #menu table th.bg-orange{
	background: #FFEBCF;
}
#service #search table td{
	text-align: right;
}
#service #menu table th,
#service #menu table td{
	width: 33.33%;
}
#service #menu table td ul li{
	margin-left: 0;
}
#service #search table td:before,
#service #menu table td:before{
	content: none;
}
#service #search ul li{
	padding-left: 1em;
	text-indent: -1em;
}
#service h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 15px;
	border-left: 4px solid #0095DE;
	margin-bottom: 25px;
}
#service ul.link{
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
#service ul.link li:before{
	color: #0095DE;
	content: "▶";
	margin-right: 2px;
}
#service ul.link li a:after{
	content: url(../images/share/link.png);
	display: inline-block;
	margin-left: 10px;
}
#service .imgleft{
	clear: both;
	overflow: hidden;
}
#service .imgleft figure{
	float: left;
	margin: 0 20px 10px 0;
}
#service ol{
	overflow: hidden;
	margin-bottom: 20px;
}
#service ol > li{
	margin: 0 0 20px 1em;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#service ol > li.indk{
	padding-left: 3em;
	text-indent: -3em;
	margin-bottom: 0.5em;
}

#service ol li p{
	margin-bottom: 1em;
}
#service ol > li ol li{
	margin-bottom: 0.5em;
	padding-left: 3em;
	text-indent: -3em;
}
@media only screen and (max-width:767px){
	#service{
		padding-top: 20px;
	}
	#service.pt0{
		padding-top: 20px;
	}
	#service h4{
		font-size: 20px;
		padding-bottom: 2px;
		margin-bottom: 15px;
	}
	#service h4 small{
		font-size: 14px;
	}
	#service h4 span.leftcol{
		float: none;
	}
	#service h4 span.rightcol{
		font-size: 14px;
		float: none;
		padding-top: 5px;
	}
	#service h4 span em{
		margin-left: 0;
	}
	#service .flow,
	#service .flow2{
		display: block;
		margin-bottom: 10px;
	}
	#service .flow dl,
	#service .flow2 dl{
		width: 100%;
		padding: 15px 1%;
		margin: 0 0 30px;
	}
	#service .flow dl:before{
		top: -25px;
		left: 0;
		bottom: inherit;
		right: 0;
		background: url(../images/service/arrow_bottom_blue.png) no-repeat center bottom;
		width: 35px;
		height: 19px;
	}
	#service .flow dl dt,
	#service .flow2 dl dt{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#service .flow dl dd figure,
	#service .flow2 dl dd figure{
		margin-bottom: 10px;
	}
	#service ul.list li{
		font-size: 14px;
	}
	#service table{
		font-size: 14px;
		margin: 0 0 10px;
	}
	#service table tr.sptdw30 th:nth-child(1){width: 24%;}
	#service table tr.sptdw30 th:nth-child(2){width: 38%;}
	#service.pre-reservation table{
		margin-left: 0;
	}
	#service.pre-reservation table th{
		padding-left: 0.8em;
		text-indent: -0.8em;
		width: 8.5em;
		display: block;
	}
	#service.pre-reservation table td{
		padding-left: 1em;
		display: block;
		text-indent: -1.4em;
	}
	#service table.service-tb th,
	#service table.service-tb td{
		display: block;
	}
	#service table.service-tb th:after{
		content: "：";
		font-weight: normal;
	}
	#service table.service-tb td{
		padding-left: 0;
		text-indent: 0;
		margin-left: 1em;
	}
	#service table.service-tb td:before{
		content: none;
	}
	#service table th{
		width: auto;
	}
	#service table td{
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	#service #menu table td{
		text-indent: 0;
	}
	#service table td:before{
		margin: 0 0.5em;
	}
	#service #search table td{
		text-indent: 0;
	}
	#service h5{
		font-size: 16px;
		padding-left: 10px;
		border-left: 3px solid #0095DE;
		margin-bottom: 15px;
	}
	#service ul.link{
		font-size: 14px;
	}
}
/* rule */
#service #rule table{
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 50px;
	
}
#service #rule table td{
	padding-bottom: 5px;
	border: 1px solid #999;
	padding: 10px 0;
}
#service #rule table td:nth-child(1){
	border-left: none;
	border-right: none;
}
#service #rule table td:nth-child(2){
	border-right: none;
	border-left: none;
	padding-left: 10px;
}
#service #rule table td.cap1{
	padding-right: 1em;
	width: 13em;
}
#service #rule table td:before{
	content: none;
}
#service #rule .vs-linkup.mb50{
	margin-bottom: 50px;
}

/* security */
#service #security ol li{
	margin-left: 1em;
}

/* point deposit */
#service #point,
#service #deposit,
#service #pay{
	font-size: 16px;
}
#service #pay .t_ind,
#service #deposit .t_ind{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#service #point ul{
	margin-left: 1em;
}
#service #point ul li{
	padding-left: 2em;
	text-indent: -2em;
}
#service #point ol li{
	margin-left: 0;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
	@media only screen and (max-width:767px){
	#service #point,
	#service #deposit,
	#service #pay{
		font-size: 14px;
	}
	#service #rule table td{text-indent: 0;padding:10px 0;}	
	#service #rule table td.cap1{
	width: 30%;
	padding:10px 0;
}
}

/* --------------------------------------
 印刷用
-----------------------------------------*/
@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;}
}
