@charset "UTF-8";

@media screen and (min-width: 721px) and (max-width: 3000px) { 
.sp {display: none;}
.sp30{margin-bottom: 30px;}
.sp40{margin-bottom: 64px;}
}

@media screen and (min-width: 0px) and (max-width: 720px) { 
.pc {display: none;}
.sp30{margin-bottom: 0;}
.sp40{margin-bottom: 0;}
}

.t03{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.kinkyu{
	background-color: #FFFFFF;
	padding: 15px;
	color: #FF0000;
	margin: 30px auto -30px auto;
	font-size: 1.2em;
	font-weight: bold;
	border: 3px #FF0000 solid;
	width: 900px;
}

.soldout{
	background-color: #000000;
	color: #FFFFFF;
	width: 250px;
	margin: 12px auto;
	padding: 12px 5px;
	font-size: 1em!important;
	opacity: 0.65;
	z-index: 1;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	bottom: -8%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.soldout span{
	display: block;
	font-size: 1.4em!important;
	margin-bottom: 20px;
}

.wazuka{
	background-color: #E13561;
	color: #FFFFFF;
	width: 250px;
	margin: 5px auto;
	padding: 20px 5px;
	font-size: 1.1em!important;
	opacity: 0.8;
	z-index: 1;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.wazuka span{
	display: block;
	font-size: 0.8em!important;
}


/* --------------------------------------------------- */

img {
	height: auto;
	width: 100%;
}

.pcImg {
	display: block;
}
.spImg {
	display: none;
}

.alpha a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.back {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding:15px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50% 50% 50% 50%;
	width: 55px;
	height: 55px;
}

.back a{color: #FFFFFF;}

/* --------------------------------------------------- header */

#header{
	text-align: center;
	display: flex;
	position: fixed;
	width: 100%;
	background-image: url(../img/header_bg.gif);
	background-position: center top;
	z-index: 2;
	background-color: #239CAF;
}

#header h1{
	width: 1000px;
	height: 104px;
	margin: 0 auto;
}

#header h1 .img01{width: 33.5%;}
#header h1 .img02{width: 66.5%;}

/* --------------------------------------------------- top */

#top{
	padding-top: 130px;
	width: 1000px;
	margin: 0 auto;
}

#top .top_02{
	width: 1000px;
	margin: 10px auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 30px 0;
	border-radius: 20px;
}

#top .top_02 .top_02_01{ width: 872px;margin-bottom: 20px;}
#top .top_02 .top_02_02{ width: 858px;}

#top h1{
	width: 936px;
	margin: 30px auto 40px auto;
}

#top ul#menu{
	width: 930px;
	margin: 40px auto;
}

#top #menu li{
	float: left;
}

#top #menu li a{
	color: #FFFFFF;
	width: 430px;
	height: 80px;
	border: 2px #FFFFFF solid;
	margin: 0 15px;
	line-height: 80px;
	text-align: center;
	font-size: 1.18em;
	font-weight: bold;
	background-color: #239CAF;
	background-image: url("../img/ya.png");
	background-repeat: no-repeat;
	background-position:top 35px right 15px;
	display: inline-block;
}

#top #menu li a:hover{
	color: #239CAF;
	background-color: #FFFFFF;
	background-image: url("../img/ya02.png");
}

#top .top_03{
	clear: both;
	background-color: #FFFFFF;
	width: 920px;
	margin: 0 auto;
	padding: 40px;
}

#top .top_03 p{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}

#top .top_03 ul{
	margin: 25px 0 0 0;
}

#top .top_03 li{
	margin-bottom: 3px;
	font-size: 0.95em;
	position: relative;
    padding-left: 18px;
}

#top .top_03 li:before {
    content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #333333;
	border-radius: 50%;
  }


/* --------------------------------------------------- ticket */

#ticket{
	width: 1000px;
	margin: 120px auto 0 auto;
	padding: 60px 50px 80px 50px;
	background-color: #FFFFFF;
}

#ticket h3{
	width: 850px;
	height: 85px;
	margin: 0 auto;
	background-image:url(../img/h3.png);
	background-size: 100% ;
	line-height: 85px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 4px;
}

#ticket .top_02{
	width: 857px;
	margin: 35px auto;
}

#ticket .map{
	width: 850px;
	margin: 0 auto;
	background-color: #eeeeee;
	padding: 1px;
}

#ticket .map .mapImg{
	width: 100%;
	margin: 0 auto;
}

#ticket .bt_bus{
	width: 500px;
	margin: 30px auto;
}

#ticket .bt_bus a{
	color: #EA5313;
	font-weight: 500;
	width: 500px;
	height: 60px;
	line-height: 55px;
	background-color: #b9d4f0;
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
}

#ticket .bt_bus a:hover{
	text-decoration:underline;
}

.ticket_d_03_t{
	margin: 10px auto 30px auto;
	text-align: center;
	color: #FF0000;
	font-weight: 500;
}


/* --------------------------------------------------- price */


#nnr_price input[type=checkbox] {
display: none;
}

#jr_price input[type=checkbox] {
display: none;
}

#expressbus_price input[type=checkbox] {
display: none;
}

#showabus_price input[type=checkbox] {
display: none;
}

#showabus_2_price input[type=checkbox] {
display: none;
}

#jr_2_price input[type=checkbox] {
display: none;
}

#nnr_bus_price input[type=checkbox] {
display: none;
}


#nnr_bg{
	background-color: #EAF6FD;
	padding: 30px 40px;
	margin-bottom: 50px;
}

.nnr_riyou p{
	background-color: #FFF;
	padding: 6px;
	color: #105BAD;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #105BAD;
	border-bottom: 5px solid #105BAD;
}

#jr_bg{
	background-color: #FDEFF5;
	padding: 30px 40px;
	margin-bottom: 50px;
}

.jr_riyou p{
	background-color: #FFF;
	padding: 6px;
	color: #E93434;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #E93434;
	border-bottom: 5px solid #E93434;
}

#showabus_bg{
	background-color: #EBF5E9;
	padding: 30px 40px;
	margin-bottom: 50px;
}

.showabus_riyou p{
	background-color: #FFF;
	padding: 6px;
	color: #009145;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #009145;
	border-bottom: 5px solid #009145;
}

.riyou p{
	background-color: #000;
	color: #FFF;
	font-size: 1.4em;
	letter-spacing: 1px;
	padding: 10px 10px 12px 10px;
	width: 380px;
	margin: 30px auto 20px auto;
	text-align: center;
	border-radius: 50px;
}

#nnr_price{
	width: 100%;
	float: left;
	clear: right;
	margin-bottom: 30px;
}

#jr_price{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}

#expressbus_price{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#showabus_price,#showabus_2_price{
	width: 100%;
	float: right;
	clear: right;
	margin-bottom: 20px;
}

#jr_2_price{
	width: 100%;
	margin-bottom: 20px;
}

#nnr_bus_price{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#nnr_price label,#nnr_bus_price label{
	width: 100%;
	background-color: #105BAD;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
}

#expressbus_price label{
	width: 100%;
	background-color: #FF8F00;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
}

#jr_price label{
	width: 100%;
	background-color: #E93434;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
}

#jr_2_price label{
	width: 100%;
	background-color: #E93434;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
}

#showabus_price label,#showabus_2_price label{
	width: 100%;
	background-color: #009145;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
}

ul.price_list{
	border: #666666 1px solid;
	background-color: #FFF;
}


ul.price_list li{
	width: 50%;
	text-align: center;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	padding: 15px 15px 15px 15px;
	float: left;
}

ul.price_list li:last-child{
  border-bottom: none;
}

ul.price_list li:nth-last-child(2){
  border-bottom: none;
}

ul.price_list li:nth-child(odd){
  border-left: none;
}

#nnr_price ul li .station{width: 350px;margin: 0 auto;}
#nnr_price ul li .bt{width: 159px;margin: 5px auto;}
#nnr_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

#jr_price ul li .station{width: 350px;margin: 0 auto;}
#jr_price ul li .bt{width: 159px;margin: 5px auto;}
#jr_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

#expressbus_price ul li .station{width: 350px;margin: 0 auto;}
#expressbus_price ul li .bt{width: 159px;margin: 5px auto;}
#expressbus_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

#showabus_price ul li .station{width: 350px;margin: 0 auto;}
#showabus_price ul li .bt{width: 159px;margin: 5px auto;}
#showabus_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

#showabus_2_price ul li .station{width: 350px;margin: 0 auto;}
#showabus_2_price ul li .bt{width: 159px;margin: 5px auto;}
#showabus_2_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

#jr_2_price ul li .station{width: 350px;margin: 0 auto;}
#jr_2_price ul li .bt{width: 159px;margin: 5px auto;}
#jr_2_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

#nnr_bus_price ul li .station{width: 350px;margin: 0 auto;}
#nnr_bus_price ul li .bt{width: 159px;margin: 5px auto;}
#nnr_bus_price ul li .price{width: 260px;margin: 0 auto 8px auto;}

.title{
	pointer-events: none;
}

@media screen and (max-width: 640px){
	
	.title{
		pointer-events: all;
	}
	
	.toggle{
		height: 0;
		padding: 0 8px;
		transition: .2s;
	}
	
	input:checked + .toggle{
		height: auto;
		padding: 8px;
	}
	
	.toggle li{
		padding: 0 8px;
		line-height: 0;
		visibility: hidden;
		opacity: 0;
		transition: 
			padding .2s,
			line-height .2s,
			visibility .1s,
			opacity .1s;
	}
	
	input:checked + .toggle li{
		padding: 8px;
		line-height: 1.5;
		visibility: visible;
		opacity: 1;
	}
}


/* --------------------------------------------------- shopping */

#shopping{
	width: 1000px;
	margin: 120px auto 0 auto;
	padding: 60px 75px 80px 75px!important;
	background-color: #FFFFFF;
}

#shopping h3{
	width: 850px;
	margin: 10px auto;
	background-image:url(../img/h3.png);
	background-size: 100% ;
	line-height:140%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 15px 0;
}

#shopping h4{
	width: 850px;
	height: 60px;
	margin: 20px auto;
	line-height: 60px;
	text-align: center;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 4px;
	background-color: #E5E5E5;
	clear: both;
}

#shopping .shopping_01{
	width: 450px;
	margin: 40px auto 20px auto;
}

#shopping p.shopping_02{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}

#shopping ul.list01{
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
	width: 841px;
	margin: 0 auto;
}

#shopping ul.list01 li{
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;
	width: 100%;
	padding: 40px 12px 30px 12px!important;
	text-align: center;
	position: relative;
}

#shopping ul.list02{
	border-left: 1px #333333 solid;
	width: 842px;
	margin: 0 auto 40px auto;
}

#shopping ul.list02 li{
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;
	width: 420px;
	height: 365px;
	float: left;
	padding: 40px 12px 30px 12px;
	text-align: center;
	position: relative;
}

#shopping li a{
	color: #333333;
}

#shopping li .s_logo a{padding: 0 10px;}

#shopping li .s_logo a img{
	width: 220px;
	margin: 0 auto 15px auto;
	border: 1px solid #D6D5D5;
}

#shopping li{
	height: auto;
}

#shopping li p{
	font-size: 0.9em;
	line-height: 160%;
	margin: 5px 0;
}

#shopping li p.place{
	margin: 0 10px;
}

#shopping li p.set02{
	color: #E95514;
	font-size: 1.2em;
	font-weight: bold;
}

#shopping li p.set{
	border: 2px solid #E95514;
	font-size: 1.2em;
	font-weight: bold;
	width: 210px;
	color: #E95514;
	margin: 0 auto;
	padding: 4px;
}

#shopping li p.set03{
	color: #E95514;
}

#shopping li p.riyou a:link{
	text-decoration: underline!important;
}

#shopping li p.riyou{
	margin-top: 10px;
}

#shopping .t01{
	font-size: 0.85em;
	text-align: right;
	margin-right: 10px;
}

#shopping .t02{
	clear: both;
	font-size: 0.85em;
}

.notes {
	display: none;
}

.notes p {
	font-size: 0.9em;
}


/* --------------------------------------------------- footer */

#footer{
	background-color: #239caf;
	padding: 40px 0;
	margin-bottom: 40px;
}

#footer .inner_box{
	width: 860px;
	margin: 0 auto;
}

#footer .inner_box ul{
	display: flex;
	justify-content: center;
}

#footer .inner_box ul li{
	margin: 0 18px;
}

#footer .inner_box ul li img{
	width: 250px;
}

/* --------------------------------------------------- install */

.install{
	width: 80%;
	margin: 50px auto;
	color: #FFFFFF;
}

.install p{
	margin-top: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.qr{
	width: 592px;
	margin: 0 auto;
}

.qr img{width: 592px;}


/*
-----------------------------------------------------
-----------------------------------------------------
*/
@media only screen and (max-width: 770px){
	
img {
	height: auto;
	width: 100%;
}
	
.pcImg {
	display: none;
}
	
.spImg {
	display: block;
}
	
.back {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding:11px 8px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50% 50% 50% 50%;
	width: 45px;
	height: 45px;
	font-size:0.9rem;
}
	
	
.t03{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	padding: 10px;
	margin: 20px auto 30px auto;
	width: 96%;
	text-align: center;
}
	
	
.kinkyu{
	background-color: #FFFFFF;
	padding: 15px;
	color: #FF0000;
	margin: 30px auto 10px auto;
	font-size: 1em;
	font-weight: bold;
	border: 3px #FF0000 solid;
	width: 90%;
}
	
.soldout{
	background-color: #000000;
	color: #FFFFFF;
	width: 220px;
	margin: 5px auto;
	padding: 6px 5px;
	font-size: 0.9em!important;
	opacity: 0.65;
	z-index: 1;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	bottom: -5%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.soldout span{
	display: block;
	font-size: 1.2em!important;
	margin-bottom: 10px;
}

.wazuka{
	background-color: #E13561;
	color: #FFFFFF;
	width: 220px;
	margin: 5px auto;
	padding: 10px 5px;
	font-size: 1em!important;
	opacity: 0.8;
	z-index: 1;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	bottom: 8%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.wazuka span{
	display: block;
	font-size: 0.7em!important;
}
	
/* --------------------------------------------------- header */
	
#header{
	text-align: center;
	display: flex;
	position: fixed;
	width: 100%;
	background-image: none;
	z-index: 2;
}
	
#header h1{
	width: 100%;
}
	
#header h1{
	width: 100%;
	height: auto;
}
	
/* --------------------------------------------------- top */

#top{
	padding-top: 45px;
	width: 100%;
	margin: 0 auto;
}

#top .top_02{
	width: 96%;
	margin: 10px auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 15px 0;
	border-radius: 15px;
}

#top .top_02 .top_02_01{ width: 94%;margin-bottom: 10px;}
#top .top_02 .top_02_02{ width: 94%;}
	
#top h1{
	width: 90%;
	margin: 20px auto;
}

#top ul#menu{
	width: 90%;
	margin: 20px auto;
}

#top #menu li{
	float: none;
}

#top #menu li a{
	color: #FFFFFF;
	width: 100%;
	height: 66px;
	border: 2px #FFFFFF solid;
	margin: 10px auto;
	line-height: 66px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #239CAF;
	background-image: url("../img/ya.png");
	background-repeat: no-repeat;
	background-position:top 28px right 5px;
	display: inline-block;
}

#top #menu li a:hover{
	color: #239CAF;
	background-color: #FFFFFF;
	background-image: url("../img/ya02.png");
}

#top .top_03{
	clear: both;
	background-color: #FFFFFF;
	width: 94%;
	margin: 0 auto;
	padding: 20px;
}

#top .top_03 p{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}

#top .top_03 ul{
	width: 100%;
	margin: 25px 0 0 0;
}

#top .top_03 li{
	margin-bottom: 3px;
	font-size: 0.9em;
}	
	
/* --------------------------------------------------- ticket */

#ticket{
	width: 94%;
	margin: 50px auto 0 auto;
	padding: 20px 15px;
	background-color: #FFFFFF;
}

#ticket h3{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-image:url(../img/h3.png);
	background-size: 100% ;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}

#ticket .top_02{
	width: 100%;
	margin: 15px auto;
}

#ticket .map{
	width: 100%;
	margin: 0 auto 20px auto;
	background-color: #eeeeee;
	padding: 1px;
	text-align: center;
}

#ticket .map .mapImg{
	width: 100%;
}

#ticket .bt_bus{
	clear: both;
	width: 100%;
	margin: 10px auto 0 auto;
}

#ticket .bt_bus a{
	color: #EA5313;
	width: 100%;
	height: auto;
	line-height: 55px;
	background-color: #b9d4f0;
	display: inline-block;
	text-align: center;
	font-size: 0.9em;
	font-weight: 600;
}

.ticket_d_03_t{
	margin: 10px auto 30px auto;
	text-align: center;
	font-size: 0.85em;
	font-weight: 600;
}

	
/* --------------------------------------------------- price */


#nnr_price input[type=checkbox] {
display: none;
}

#jr_price input[type=checkbox] {
display: none;
}
	
#expressbus_price input[type=checkbox] {
display: none;
}

#showabus_price input[type=checkbox] {
display: none;
}
	
#showabus_2_price input[type=checkbox] {
display: none;
}


#jr_2_price input[type=checkbox] {
display: none;
}
	
#nnr_bus_price  input[type=checkbox] {
display: none;
}
	
#nnr_bg{
	background-color: #EAF6FD;
	padding: 30px 15px;
	margin-bottom: 50px;
}

	
.nnr_riyou p{
	background-color: #FFF;
	padding: 6px;
	color: #105BAD;
	font-size: 1.4em;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #105BAD;
	border-bottom: 5px solid #105BAD;
}
	
#jr_bg{
	background-color: #FDEFF5;
	padding: 30px 15px;
	margin-bottom: 50px;
}

.jr_riyou p{
	background-color: #FFF;
	padding: 6px;
	color: #E93434;
	font-size: 1.4em;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #E93434;
	border-bottom: 5px solid #E93434;
}
	
#showabus_bg{
	background-color: #EBF5E9;
	padding: 30px 15px;
	margin-bottom: 50px;
}

.showabus_riyou p{
	background-color: #FFF;
	padding: 6px;
	color: #009145;
	font-size: 1.4em;
	letter-spacing: 0px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #009145;
	border-bottom: 5px solid #009145;
}

.riyou p{
	background-color: #000;
	color: #FFF;
	font-size: 1.1em;
	letter-spacing: 0px;
	padding: 10px;
	width: 96%;
	margin: 30px auto 20px auto;
	text-align: center;
	border-radius: 50px;
}
	
#nnr_price{
	width: 100%;
	float: none;
	margin: 10px 0;
}

#jr_price{
	width: 100%;
	float: none;
	margin: 10px 0;
}
	
#expressbus_price{
	width: 100%;
	float: none;
	margin: 10px 0;
}

#showabus_price,#showabus_2_price{
	width: 100%;
	float: none;
	margin: 10px 0;
}
	
#jr_2_price{
	width: 100%;
	float: none;
	margin: 10px 0;
}
	
#nn_busr_price{
	width: 100%;
	float: none;
	margin: 10px 0;
}

#nnr_price label,#nnr_bus_price label{
	width: 100%;
	background-color: #105BAD;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 20px;
}
	
#expressbus_price label{
	width: 100%;
	background-color: #FF8F00;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 20px;
}
	
#nnr_price label:before,#nnr_bus_price label:before,#expressbus_price label:before,#jr_price label:before,#jr_2_price label:before,#showabus_price label:before,#showabus_2_price label:before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px;
}

#jr_price label{
	width: 100%;
	background-color: #E93434;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 20px;
}
	

#showabus_price label,#showabus_2_price label{
	width: 100%;
	background-color: #009145;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 20px;
}
	
#jr_2_price label{
	width: 100%;
	background-color: #E93434;
	color: #FFFFFF;
	font-size: 1.2em;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
		position: relative;
	margin-right: 20px;
}

	
	
ul.price_list{
	border: #666666 1px solid;
}

ul.price_list li{
	width: 100%;
	text-align: center;
	border-bottom: #666666 1px solid;
	border-left: none;
	padding: 15px 8px 0 8px;
	float: none;
}

ul.price_list li:last-child{
  border-bottom: none;
}

ul.price_list li:nth-last-child(2){
 border-bottom: #666666 1px solid;
}

ul.price_list li:nth-child(odd){
  border-left: none;
}

#nnr_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#nnr_price ul li .bt{width: 60%;margin: 6px auto;}
#nnr_price ul li .price{width: 92%;margin: 0 auto 10px auto;}

#jr_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#jr_price ul li .bt{width: 60%;margin: 6px auto;}
#jr_price ul li .price{width: 92%;margin: 0 auto 10px auto;}
	
#expressbus_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#expressbus_price ul li .bt{width: 60%;margin: 6px auto;}
#expressbus_price ul li .price{width: 92;margin: 0 auto 10px auto;}

#showabus_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#showabus_price ul li .bt{width: 60%;margin: 6px auto;}
#showabus_price ul li .price{width: 92%;margin: 0 auto 10px auto;}
	
#showabus_2_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#showabus_2_price ul li .bt{width: 60%;margin: 6px auto;}
#showabus_2_price ul li .price{width: 92%;margin: 0 auto 10px auto;}
	
#jr_2_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#jr_2_price ul li .bt{width: 60%;margin: 6px auto;}
#jr_2_price ul li .price{width: 92%;margin: 0 auto 10px auto;}
	
#nnr_bus_price ul li .station{width: 100%;margin: 5px auto 0 auto;}
#nnr_bus_price ul li .bt{width: 60%;margin: 6px auto;}
#nnr_bus_price ul li .price{width: 92%;margin: 0 auto 10px auto;}


/* --------------------------------------------------- shopping */

#shopping{
	width: 90%;
	margin: 50px auto 0 auto;
	padding: 20px 15px!important;
	background-color: #FFFFFF;
}

#shopping h3{
	width: 100%;
	height:auto;
	margin: 0 auto 20px auto;
	background-image:url(../img/h3.png);
	background-size: 100% ;
	line-height: 120%;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 10px;
}
	
#shopping h4{
	width: 100%;
	height: 50px;
	margin: 20px auto 10px auto;
	line-height: 50px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 4px;
	background-color: #E5E5E5;
	clear: both;
}
	
#shopping .shopping_01{
	width: 90%;
	margin: 20px auto 10px auto;
}

#shopping .shopping_02{
	width: 100%;
	margin: 0 auto;
	font-size: 1em!important;
	text-align: left;
}

#shopping p.shopping_03{
	text-align: center;
	margin-bottom: 10px;
}
	
#shopping ul.list01{
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
	width: 100%;
}

#shopping ul.list01 li{
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;
	width: 100%;
	padding: 30px 3px 30px 6px!important;
	text-align: center;
}

#shopping ul.list02{
	border-left: 1px #333333 solid;
	width: 100%;
	margin: 0 auto 20px auto;
}

#shopping ul.list02 li{
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;
	width: 100%;
	height: auto;
	float: none;
	padding: 30px 3px 30px 3px;
	text-align: center;
}

#shopping li a{
	color: #333333;
}

#shopping li .s_logo a{padding: 0 5px;}

#shopping li .s_logo a img{
	width: 130px;
	margin: 0 auto 15px auto;
	border: 1px solid #D6D5D5;
}

#shopping li p{
	font-size: 0.8em;
	line-height: 160%;
}
	
#shopping li p.place{
	margin: 0 10px;
	height: auto;
}
	
#shopping li p.set02{
	color: #E95514;
	font-size: 0.9em;
	font-weight: bold;
}

#shopping li p.set{
	border: 1px solid #E95514;
	font-size: 1em;
	font-weight: bold;
	width: 50%;
	color: #E95514;
	margin: 0 auto 10px auto;
	padding: 2px;
}
	
#shopping .t01{
	font-size: 0.7em;
	text-align: right;
}

#shopping .t02{
	font-size: 0.7em;
	margin-top: 10px;
}
	
#shopping li p.riyou a:link{
	text-decoration: underline!important;
}

#shopping li p.riyou{
	margin: 10px 0 0 0;
}
	
/* --------------------------------------------------- footer */

#footer{
	background-color: #239caf;
	padding: 20px 0;
	margin-bottom: 20px;
}

#footer .inner_box{
	width: 96%;
	margin: 0 auto;
}
	
#footer .inner_box ul{
	display: flex;
	justify-content: center;
}

#footer .inner_box ul li{
	margin: 0 6px;
}
#footer .inner_box ul li img{
	width: 100%;
}
	
/* --------------------------------------------------- install */	
	
	
.install{
	width: 90%;
	margin: 20px auto;
}
	
.install .bg{
	background-color: #000000;
	padding: 5px 0;
}


.install .bt{
	padding: 5px 5px 0px 5px;
	background-color: black;
	display: block;
	text-align: center
}
	
.install .bt img{width: 85%;}
	
ul.lst-app{
	width: 90%;
	margin: 0px auto;
}
	
.lst-app li{
	float: left;
	width: 50%;
	padding: 10px;
}

.install p{
	margin-top: 5px;
	font-size:0.7rem;
	line-height: 1.5;
	clear: both;
	text-align: left;
}
	
	
	
}

/* --------------------------------------------------- 202307 */	

.balloon{
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px 5px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #FAEE00;
	border-radius: 50px;
	text-align: center;
}
.balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #FAEE00;
}

.balloon p {
	margin: 0;
	padding: 5px;
	color: #E60012;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 140%;
}

.ticket_d{
	margin: 10px auto 30px auto;
	width: 702px;
}

.ticket_d_02{
	margin: 10px auto 30px auto;
	width: 484px;
}

.ticket_d_03{
	margin: 10px auto 30px auto;
	width: 420px;
}


.red_w{
	color: #FF0000;
	border: 2px solid #FF0000;
	clear: both;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.qa_btn{
	width: 950px;
	margin: 50px auto;
}

.qa_btn a{
	width: 950px;
	height: 92px;
	border: 3px #FFFFFF solid;
	color: #FFFFFF;
	line-height: 92px;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	background-color: #239CAF;
	display: inline-block;
}

.qa_btn a:hover{
	background-color: #FFFFFF;
	color: #239CAF;
}


/* --------------------------------------------------- 202408 */

.buy_btn{
	width: 300px;
	margin: 5px auto;
}

.buy_btn a{
	width: 300px;
	height: 45px;
	border: 3px #FFFFFF solid;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	background-color: #239CAF;
	display: inline-block;
	border-radius: 50px;
}

.buy_t{
	font-size: 0.75em;
	margin-bottom: 15px;
}

.buy_t a{
	color: #333333;
	text-decoration-line: underline;
}


@media only screen and (max-width: 770px){
	
.buy_btn{
	width: 95%;
	margin: 5px auto;
}

.buy_btn a{
	width: 95%;
	height: 45px;
	border: 3px #FFFFFF solid;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	background-color: #239CAF;
	display: inline-block;
	border-radius: 50px;
}
	
.buy_t{
	font-size: 0.75em;
	margin-bottom: 10px;
}

	
}


/* --------------------------------------------------- qa */

#qa{
	width: 1000px;
	margin: 120px auto 0 auto;
	padding: 50px 75px;
	background-color: #FFFFFF;
}

#qa h3{
	width: 850px;
	height: 85px;
	margin: 0 auto;
	background-image:url(../img/h3.png);
	background-size: 100% ;
	line-height: 85px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 2px;
}


#qa dt{
	background-color: #E5E5E5;
	border-radius: 10px;
	padding: 15px 20px;
	font-weight: bold;
}

#qa dd{
	padding: 15px 20px;
	margin-bottom: 20px;
}

#qa dt li{
	margin-bottom: 3px;
	font-size: 1.1em;
	position: relative;
    padding-left: 30px;
	font-weight: bold;
}

#qa dt li:before {
    content: "Q：";
	position: absolute;
	top: 0;
	left: 0;
}

#qa dd li{
	margin-bottom: 3px;
	position: relative;
    padding-left: 30px;
}

#qa dd li:before {
    content: "A：";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

.bt_home{
	width: 400px;
	margin: 50px auto 80px auto;
}

.bt_home a{
	color: #FFFFFF;
	width: 400px;
	height: 70px;
	border: 3px #FFFFFF solid;
	line-height: 70px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #239CAF;
	display: inline-block;
	border-radius: 50px;
}

.bt_home a:hover{
	color: #239CAF;
	background-color: #FFFFFF;
}

#top02{
	padding-top: 30px;
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 770px){
	

.balloon p {
	margin: 0;
	padding: 5px;
	color: #E60012;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 150%;
}

.ticket_d{
	margin: 10px auto 30px auto;
	width: 85%;
}

.ticket_d_02{
	margin: 10px auto 30px auto;
	width: 85%;
}
	
.ticket_d_03{
	margin: 10px auto 30px auto;
	width: 85%;
}

.red_w{
	color: #FF0000;
	border: 2px solid #FF0000;
	clear: both;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
	
.qa_btn{
	width: 96%;
	margin: 30px auto;
}

.qa_btn a{
	width: 96%;
	border: 3px #FFFFFF solid;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	background-color: #239CAF;
	display: inline-block;
}

.qa_btn a:hover{
	background-color: #FFFFFF;
	color: #239CAF;
}


#qa{
	width: 94%;
	margin: 30px auto 0 auto;
	padding: 20px 15px;
	background-color: #FFFFFF;
}

#qa h3{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-image:url(../img/h3.png);
	background-size: 100% ;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}

#qa dt{
	background-color: #E5E5E5;
	border-radius: 10px;
	padding: 10px;
	font-weight: bold;
}

#qa dd{
	padding: 10px;
	margin-bottom: 20px;
}

#qa dt li{
	margin-bottom: 3px;
	font-size: 1em;
	position: relative;
    padding-left: 30px;
	font-weight: bold;
}

#qa dt li:before {
    content: "Q：";
	position: absolute;
	top: 0;
	left: 0;
}

#qa dd li{
	margin-bottom: 3px;
	position: relative;
    padding-left: 30px;
}

#qa dd li:before {
    content: "A：";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

.bt_home{
	width: 200px;
	margin: 30px auto 50px auto;
}

.bt_home a{
	color: #FFFFFF;
	width: 200px;
	height: 56px;
	border: 3px #FFFFFF solid;
	line-height: 56px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #239CAF;
	display: inline-block;
	border-radius: 50px;
}

.bt_home a:hover{
	color: #239CAF;
	background-color: #FFFFFF;
}
	
#top02{
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
}

	
	
}


