@charset "utf-8";
/* CSS Document */

/* c-ticket
--------------------------------------------- */
.price-table {
    margin-bottom: 40px;
}
.price-column {
    background-color: rgba(255,255,255,0.7);
/*
    padding-bottom: 15px;
*/
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
	position: relative;
	padding: 13px 0 10px 0;
	margin-top:0px;
    background-color:#000;
    text-align: center;
    color:#fff;
    font-size: 1.643em;
	font-family: 'Fjalla One', sans-serif;
	font-weight: inherit;
	letter-spacing: -1px;
}

.price-column h3:after {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -19px;
	bottom: -27px;
	border: 19px solid transparent;
	border-top: 8px solid #000;
}
.price-column .list{
    list-style:none;
    margin:0;
}
.price-column .list li{
    display: table;
	width: 100%;
    color:#000;
    font-size: 1.714em;
    padding: 20px 0;
	font-family: 'Fjalla One', sans-serif;
	font-weight: inherit;
	letter-spacing: -1px;
	border-bottom: 1px solid #000;
}
.price-column .list li:last-child{
	border: none;
}
.price-column .list li span {
	display: table-cell;
	text-align: left;
	padding-left: 20px;
}
.price-column .list li span.price {
    text-align: right;
	padding-right: 20px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #000;
    font-weight:normal;
}

/* c-notice
--------------------------------------------- */
#c-notice.primary-section .triangle {
    border-top: 40px solid #ffffff;
}

/* c-areamap
--------------------------------------------- */
#c-areamap.secondary-section {
    background-color: #f2f2f2;
	padding-bottom: 60px;
}

#c-timetable.primary-section {
	padding-bottom: 60px;
}

#c-areamap.secondary-section .triangle {
    border-top: 40px solid #fff;
}

#c-areamap .title .ttl-ja {
	color: #000;
}

.img-map  {
	margin-bottom: 25px;
	text-align: center;
}

.img-map img {
	max-width: 450px;
	height: auto;
}


#c-areamap .att-txt ul,
#c-timetable .att-txt ul {
	list-style: none;
	display: table;
	width: auto;
	margin: 0 auto;
}

#c-areamap .att-txt ul li {
	position: relative;
	color: #000;
	padding-left: 20px;
}

#c-timetable .att-txt ul li {
	position: relative;
	color: #fff;
	padding-left: 20px;
}

#c-areamap .att-txt ul li:before,
#c-timetable .att-txt ul li:before {
	content: "\f069";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: normal;
    color: #d71641;
    font-size: 90%;
}

/* c-event
--------------------------------------------- */
#c-event {
	padding-bottom: 60px;
	background: url(../images/bg-event.jpg) no-repeat center 50%;
	background-size: cover;
}

#c-event .title h2 {
	color: #fff;
}

.txt-evlink {
	padding: 0 15px 10px 1.0em;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);  
	text-indent: -1.0em;
	color: #fff;
}
.txt-evlink a {
	text-decoration: none !important;

}

.row-fluid .span6.sbox-event:nth-child(odd) {
    margin-left: 0;
}

.sbox-event {
	margin-bottom: 30px;
	background: rgba(255,255,255,0.7);
}

.sbox-event h3 {
	background: #d71641;
	color: #fff;
	font-size: 18px;
	position: relative;
	margin: 0;
	padding: 10px 15px;
    line-height: 1.3;
}

.sbox-event h3:before {
	position: relative;
	content: "\f024";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	color: #000;
	margin-right: 10px;
	font-size: 108%;

}

.sbox-event .free-txt {
	padding: 20px;
	color: #fff;
    line-height: 1.5;
}

.sbox-event .free-txt h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
	margin: 0 0 7px 0;
	color: #000;
}

.sbox-event .free-txt p {
	color: #000;
	padding: 0;
}

/* area-bus */
#area-bus {
	padding-top: 40px;
	clear: both;
}

#area-bus .cbox-act,
#area-bus .cbox-act p {
	color: #000;
}

#area-bus .span6 .ttl-act {
	padding: 0 8% 0 85px;
	position: relative;
    background-color: #d71641;
    color: #fff;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#area-bus .span6 .ttl-act:hover {
	cursor: pointer;
}

#area-bus .span6 .ttl-act:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	content: "\f078";
	position: absolute;
    right: 15px;
    top: 50%;
	font-size: 14px;
	margin-top: -7px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

#area-bus .span6 .ttl-act.st-open:after {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
}

#area-bus .span6 .ttl-act h3 {
	font-family: 'Oswald', sans-serif;
    font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
    margin: 0;
    padding: 0;
	display: table-cell;
    vertical-align: middle;

}

#area-bus .span6 .ttl-act h3 span {
	display: block;
	font-size: 15px;
	padding-bottom: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #000;
}

#area-bus .span6 .ttl-act i {
	position: absolute;
	width: 70px;
	background: #000;
	left: 0;
	top: 0;
	font-size: 2em;
	text-align: center;
	line-height: 70px;
}



#area-bus .span6 .cbox-act{
	display:none;
	padding: 0 15px 15px 25px;
	line-height: 1.5;
    font-size: 90%;
}

#area-bus .span6 .cbox-act ul {
	list-style: none;
	margin: 0;
}

#area-bus .span6 .cbox-act p {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.box-bustime {
	margin-bottom: 15px;
}

.box-bustime ul li {
	margin-bottom: 2px;
}

.box-bustime h4,
.box-businfo h4 {
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.box-businfo h4 {
	margin: 0 0 5px 0;
	position: relative;
}

.box-bustime h4:before {
	content: "\f111";
	display: inline-block;
	margin-right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
    top: -2px;
}

.box-bustime ul.slist-bustime li {
	display: inline-block;
	float: left;
	width: 20%;
	padding: 1px 10px;
	margin: 2px 0;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	text-align: center;
	
}

.box-bustime ul.slist-bustime li:nth-child(5n+1) {
	border-left: 1px solid #ccc;
}

@media (max-width: 1024px) {
	#c-timetable .att-txt {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.txt-evlink {
		text-align: left;
	}	
}

@media (max-width: 640px) {
	/* area-bus */
	#area-bus .span6 .cbox-act {
		padding: 15px 0;
	}
	
	.box-bustime ul.slist-bustime li {
		width: 33.33333333%;
		
	}
	
	.box-bustime ul.slist-bustime li:nth-child(5n+1) {
		border-left: none;
	}
	
	.box-bustime ul.slist-bustime li:nth-child(3n+1) {
		border-left: 1px solid #ccc;
	}
}

@media (max-width: 480px) {
	
	/* c-areamap */
	#c-areamap.secondary-section {
		padding-bottom: 30px;
	}
	
	#c-timetable.primary-section {
		padding-bottom: 30px;
	}
	
	#c-areamap .att-txt ul {
		display: block;
		margin: 0 20px;
	}
	
	#c-timetable .att-txt {
		width: 100%;
	}
	
	.img-map {
		padding: 0 20px 10px 20px;
	}
	
	.img-map img {
		max-width: 100%;
		height: auto;
	}
	
	/* c-event */
	#c-event {
		padding-bottom: 20px;
	}
	
	/* area-bus */
	#area-bus .span6 .ttl-act {
		padding: 0 15% 0 50px;
	}
	#area-bus .span6 .ttl-act h3 {
	    font-size: 14px;
		padding: 5px 0;
	}
	#area-bus .span6 .ttl-act i {
		width: 45px;
    	font-size: 1.4em;
	}
	#area-bus .span6 .ttl-act i:before {
		margin-top: 0;
		top: 30%;
	
	}
	

}