@media screen and (min-width: 1701px) {
	.logo img {
		width: 1700px;
	}
}
@media screen and (min-width: 1002px) and (max-width: 1700px) {
	.logo {
		padding: 0 20.6%;
	}
	.logo img {
		width: 100%;
		height: auto;
		max-height: none;
		position: relative;
		top: -6.2%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1001px) {
	.logo img {
		width: 1000px;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.logo img {
		height: auto;
		max-height: none;
	}

	.navbar {
		position: absolute;
		bottom: 30px;
		width: 100%;
	}
	.navbar .nav a span {
		border-bottom: 3px solid transparent;
	}
	.navbar .nav a:hover span {
		border-bottom-color: #000;
	}
	.news-item {
		padding-top: 10px;
	}
	.news-header {
		position: relative;
		padding-right: 70px;
	}
	.news-header .label {
		position: absolute;
		top: -15px;
	}
	.news-header .date {
		position: absolute;
		top: 17px;
		right: 22px;
	}
	.news-body {
		position: relative;
		padding-right: 120px;
	}
	.news-body .btn-detail {
		position: absolute;
		bottom: 3px;
		right: 22px;
	}
	.schedule .item {
		float: left;
		width: 50%;
	}
	.schedule-contact label {
		margin-right: 30px;
	}
	.ticket-notes li label {
		float: left;
		text-align: center;
	}
	.ticket-additional-label {
		float: left;
		width: 180px;
		padding-left: 19px;
	}
	.ticket-fee {
		padding-top: 4px;
	}
	.ticket-fee .list-float li .type {
		padding-top: 2px;
	}
	.backtotop {
		position: fixed;
		right: 55px;
		bottom: 37px;
		opacity: 0;
		filter: alpha(opacity=0);
		border: 1px solid #bcbcbc;
		border-radius: 2px;
		-webkit-transition: all .3s ease;
		   -moz-transition: all .3s ease;
		    -ms-transition: all .3s ease;
		     -o-transition: all .3s ease;
		        transition: all .3s ease;
	}
	.backtotop.active {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.backtotop.active.end {
		bottom: 168px;
	}
	.social {
		position: absolute;
		right: 55px;
		top: 26px;
		text-align: right;
	}
	.social li + li {
		margin-top: 10px;
	}
	.subpage .navbar {
		position: static;
	}
	.section#access {
		padding: 0 0 0 33px;
		margin-top: 71px;
		margin-bottom: 152px;
		border: 0;
	}
	.access-inner:after {
		content: '';
		display: block;
		clear: both;
	}
	.access-location-list {
		padding-top: 25px;
		float: left;
		width: 218px;
	}
	.access-main-info {
		float: right;
		width: calc(100% - 218px);
	}
	.access-main-info h3,
	.access-main-info h4 {
		font-size: 24px;
		letter-spacing: 0.14em;
	}
	.vehicles-info label {
		float: left;
		width: 168px;
		padding-left: 13px;
	}
	.vehicles-info .content {
		overflow: hidden;
	}
	.vehicles-info .content p {
		margin-bottom: 4px;
	}
	.ticket-datetable-wrap {
		padding-left: 37px;
	}

	
}
@media (max-width: 1140px) and (min-width: 768px) {
	.subpage .navbar {
		padding-right: 85px;
	}
}
@media screen and (max-width: 870px) {
	.schedule .item .date {
		margin-right: 14px;
	}
	.connect {
		right: 17px;
	}
}
@media screen and (max-width: 795px) {
	.subpage .navbar .nav a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 35px;
	}
	.pc {
		display: none !important;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.subpage .header {
		padding-top: 0;
	}
	.logo img {
		height: auto;
		width: 99%;
		margin-top: 15%;
	}
	.navbar {
		position: fixed;
		z-index: 1005;
		top: 0;
		right: 0;
		width: 100%;
		height: 0;
	}
	.navbar .nav {
		position: absolute;
		width: 100%;
		top: -750px;
		background-color: #f5f5f5;
		padding-top: 96px;
		font-size: 35px;
		border-bottom: 1px solid #282828;
		-webkit-transition: top .3s ease-in-out;
		   -moz-transition: top .3s ease-in-out;
		    -ms-transition: top .3s ease-in-out;
		     -o-transition: top .3s ease-in-out;
		        transition: top .3s ease-in-out;
	}
	.navbar .nav a {
		padding: 12px;
		border-top: 1px solid #282828;
		color: #282828;
	}
	.navbar .nav li.active a,
	.navbar .nav li.active a:hover {
		background-color: transparent;
		color: #282828;
	}
	body.nav-open .navbar .nav {
		top: 0;
	}
	.navbar .nav li {
		display: block;
	}
	.navbar-toggle {
		width: 96px;
		height: 96px;
		background: #fff url('../img/btn-toggle.png') center top no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 1px;
		right: 1px;
		border-radius: 2px;
		border: 1px solid #bcbcbc;
	}
	.navbar-toggle.active {
		background-position: center bottom;
		border-color: transparent;
		background-color: transparent;
	}
	.scrolldown {
		position: absolute;
		bottom: 25px;
		left: 50%;
		margin-left: -35px;
		font-size: 0;
		z-index: 5;
	}
	.section {
		padding: 58px 37px 50px;
		margin-top: 94px;
	}
	.section-title {
		font-size: 55px;
		margin-bottom: 0;
	}
	.section-title span:before {
		bottom: 5px;
	}
	.news-item {
		padding-top: 0;
		padding-bottom: 17px;
	}
	.news-body .brief p {
		margin-bottom: 10px;
	}
	.schedule {
		margin-bottom: 114px;
	}
	.schedule-header {
		margin-bottom: 46px;
	}
	.schedule-title {
		font-size: 50px;
		letter-spacing: 0.12em;
		padding-left: 52px;
	}
	.schedule-title:before {
		width: 20px;
		height: 60px;
		top: 13px;
	}
	.schedule .item {
		margin-bottom: 37px;
	}
	.schedule .item time {
		margin-bottom: -8px;
	}
	.schedule .item .date {
		display: block;
		margin-right: 0;
		margin-bottom: -14px;
	}
	.schedule .item .time {
		font-size: 26px;
	}
	.schedule .item .title {
		display: block;
	}
	.schedule-footer {
		font-size: 22px;
		padding-top: 12px;
		padding-left: 0;
		margin-top: -13px;
	}
	#ticket .section-title {
		margin-bottom: 27px;
	}
	.notes {
		font-size: 22px;
		line-height: 28px;
	}
	.block {
		margin-bottom: 145px;
	}
	.block-header {
		margin-bottom: 76px;
	}
	.block-title {
		font-size: 30px;
		padding: 0;
		color: #0faef8;
	}
	.ticket-fee {
		padding-top: 0;
		margin-bottom: 152px;
	}
	.ticket-fee .list-float {
		margin-left: -30px;
		margin-right: -30px;
	}
	.ticket-fee .list-float li {
		width: 50%;
		margin-bottom: 32px;
	}
	.ticket-fee .list-float li:before,
	.ticket-fee .list-float li:last-child:after {
		height: 60px;
	}
	.ticket-fee .list-float li:nth-child(odd):before,
	.ticket-fee .list-float li:last-child:after {
		content: none;
	}
	.ticket-fee .list-float li .type {
		font-size: 30px;
	}
	.ticket-fee .list-float li .price {
		font-size: 45px;
		margin-top: -20px;
	}
	.ticket-fee .notes {
		margin-top: 17px;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.ticket-list {
		margin-bottom: 154px;
	}
	.ticket-list li {
		padding-left: 53px;
		margin-bottom: 40px;
	}
	.ticket-list .title {
		font-size: 40px;
		line-height: 1.35;
		margin-bottom: 15px;
	}
	.ticket-list .title:before {
		width: 20px;
		height: 40px;
		top: 5px;
	}
	.ticket-list .datetime {
		font-size: 30px;
		line-height: 1.6;
	}
	.ticket-list > li > .notes {
		line-height: 30px;
	}
	.ticket-list .warning {
		font-size: 26px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.ticket-list .warning span {
		line-height: 60px;
	}
	.ticket-list .warning .content {
		display: block;
	}

	.ticket-notes {
		font-size: 22px;
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 23px;
		padding-top: 29px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 4px;
	}
	.ticket-notes li {
		margin-bottom: 23px;
	}
	.ticket-notes li label {
		margin-bottom: 2px;
	}
	.ticket-info {
		font-size: 22px;
		padding: 16px 0;
	}
	.ticket-info li + li {
		margin-left: 0;
	}
	.ticket-info li {
		margin-bottom: 5px;
	}
	.ticket-info li:first-child {
		margin-right: 60px;
	}
	.ticket-info li:last-child {
		margin-left: 38px;
	}
	.ticket-additional {
		font-size: 22px;
		margin-top: -27px;
	}
	.ticket-additional > .list-unstyled > li {
		padding: 18px 30px;
	}
	.ticket-additional-label {
		margin-bottom: 3px;
	}
	.kidseat {
		padding-top: 33px;
	}
	.kidseat-title {
		margin-bottom: 22px;
		/*padding-left: 48px;*/
	}
	.kidseat-title img {
		height: 31px;
	}
	.kidseat-list {
		font-size: 20px;
		line-height: 1.85;
		margin-left: -30px;
		margin-right: -30px;
		padding: 27px 24px;
	}
	.kidseat-list li + li {
		margin-top: 0;
	}
	.kidseat + .kidseat {
		margin-top: 12px;
	}
	#footer {
		padding: 27px 0 19px;
	}
	.site-name {
		font-size: 25px;
		margin-bottom: -19px;
	}
	.site-address {
		font-size: 46px;
		margin-bottom: 8px;
	}
	.social {
		margin-bottom: 14px;
	}
	.social li {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
	}
	.social li + li {
		margin-left: 10px;
	}
	.site-copyright {
		font-size: 18px;
	}
	.site-copyright a img {
		height: 20px;
	}
	.subpage .logo {
		position: static;
	}
	.subpage .logo img {
		width: 211px;
		height: 140px;
	}
	.section#access {
		margin-top: 47px;
		padding: 76px 6px 109px;
		margin-bottom: 53px;
	}
	.access-location-select:after {
		content: '';
		display: block;
		clear: both;
	}
	.access-location-select {
		margin-bottom: 62px;
	}
	.access-location-select h2 {
		font-size: 55px;
		line-height: 63px;
		float: left;
		font-family: 'Roboto', sans-serif;
		position: relative;
		margin-left: 31px;
		padding: 0 8px;
		z-index: 1;
	}
	.access-location-select h2:before {
		content: '';
		display: block;
		width: 100%;
		height: 12px;
		border-radius: 2px;
		background-color: #00aabf;
		position: absolute;
		left: 0;
		bottom: 8px;
		z-index: -1;
	}
	.access-location-select-wrap {
		display: block;
		float: right;
		margin-right: 18px;
	}
	.access-location-select-wrap select {
		display: block;
		min-width: 240px;
		height: 63px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: none;
		border-radius: 0;
		background-color: #00aabf;
		background-image: url('../img/select_angle.png');
		background-repeat: no-repeat;
		background-position: right 24px top 24px;
		padding-left: 34px;
		padding-right: 50px;
		font-size: 30px;
		text-overflow: "";
		text-indent: 0.01px;
		max-width: 239px;
		color: #fff;
		border-radius: 2px;
	}
	.access-location-select-wrap select::-ms-expand{
	    display: none;
	}
	.access-main-info {
		border: 0;
		padding: 0;
	}
	.access-main-info h3,
	.access-main-info h4 {
		font-size: 35px;
		margin-left: 31px;
	}
	.access-main-info h3 {
		margin-bottom: -5px;
	}
	.access-main-info h4 {
		margin-bottom: 36px;
	}
	.access-main-info figure {
		margin-bottom: 100px;
	}
	.vehicles-info {
		font-size: 22px;
	}
	.vehicles-info li {
		padding: 19px 20px 14px 29px;
	}
	.vehicles-info label {
		margin-bottom: 3px;
		text-indent: -14px;
	}
	/*.vehicles-info .line {
		margin-left: -30px;
		margin-right: -30px;
	}*/
	#block-datetable {
		margin-top: -15px;
		margin-left: -53px;
	}
	.ticket-datetable {
		font-size: 20px;
		line-height: 28.5px;
	}
	.ticket-datetable th {
		font-size: 22px;
		height: 57px;
	}
	.ticket-datetable th:first-child {
		width: 45.17%;
	}
	.ticket-datetable th:nth-child(2) {
		border-left-width: 8px;
		border-right-width: 8px;
	}
	.ticket-datetable th:nth-child(2),
	.ticket-datetable th:nth-child(3) {
		width: 26.15%;
	}
	.ticket-datetable td {
		text-align: center;
		line-height: 28.5px;
		/*padding: 36px 0 43px;*/
		height: 177px;
	}
	.ticket-datetable td:nth-child(1) {
		padding: 22px 0 31px 0;
	}
	.ticket-datetable td span {
		font-size: 22px;
		line-height: 28.5px;
		margin-bottom: 11px;
	}
	
	
	

}
@media screen and (max-width: 749px) {
	body {
		font-size: 17.5px;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header {
		border-bottom-width: 10px;
	}
	.navbar .nav {
		top: -400px;
		padding-top: 48px;
		font-size: 17.5px;
	}
	.navbar .nav a {
		padding: 6px;
	}
	.navbar-toggle {
		width: 48px;
		height: 48px;
	}
	.scrolldown {
		width: 35px;
		bottom: 12.5px;
		margin-left: -17.5px;
	}
	.section {
		padding: 29px 18px 25px;
		margin-top: 47px;
	}
	.news-header {
		margin: 0;
	}
	.news-header .label {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.news-header .date {
		font-size: 13px;
	}
	.news-header .title {
		font-size: 17px;
	}
	.news-body .btn-detail {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.section-title {
		font-size: 27.5px;
		margin-bottom: 0;
	}
	.schedule {
		margin-bottom: 57px;
	}
	.schedule-header {
		margin-bottom: 23px;
	}
	.schedule-title {
		font-size: 25px;
		padding-left: 26px;
	}
	.schedule-title:before {
		width: 10px;
		height: 30px;
		top: 6.5px;
	}
	.schedule .item {
		margin-bottom: 18.5px;
	}
	.schedule .item time {
		margin-bottom: -4px;
	}
	.schedule .item .date {
		margin-bottom: -7px;
	}
	.schedule .item .time {
		font-size: 13px;
	}
	.schedule-footer {
		font-size: 11px;
		padding-top: 6px;
		margin-top: -6.5px;
	}
	#ticket {
		margin-bottom: 95px;
	}
	#ticket .section-title {
		margin-bottom: 13.5px;
	}
	.notes {
		font-size: 11px;
		line-height: 14px;
	}
	.block {
		margin-bottom: 73px;
	}
	.block-header {
		margin-bottom: 38px;
	}
	.block-title {
		font-size: 15px;
		padding: 0;
	}
	.ticket-fee {
		margin-bottom: 76px;
		margin-left: -8px;
		margin-right: -8px;
	}
	.ticket-fee .list-float {
		margin-left: -15px;
		margin-right: -15px;
	}
	.ticket-fee .list-float li {
		margin-bottom: 16px;
	}
	.ticket-fee .list-float li:before,
	.ticket-fee .list-float li:last-child:after {
		height: 30px;
		top: 10px;
	}
	.ticket-fee .list-float li .type {
		font-size: 15px;
	}
	.ticket-fee .list-float li .price {
		font-size: 22.5px;
		margin-top: -10px;
	}
	.ticket-fee .notes {
		margin-top: 8.5px;
	}
	.ticket-list {
		margin-bottom: 77px;
		margin-left: -8px;
		margin-right: -8px;
	}
	.ticket-list li {
		padding-left: 26.5px;
		margin-bottom: 20px;
	}
	.ticket-list .title {
		font-size: 20px;
		margin-bottom: 7.5px;
	}
	.ticket-list .title:before {
		width: 10px;
		height: 20px;
		top: 2.5px;
	}
	.ticket-list .datetime {
		font-size: 15px;
	}
	.ticket-list > li > .notes {
		line-height: 15px;
	}
	.ticket-list .warning {
		font-size: 13px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.ticket-list .warning span {
		line-height: 30px;
	}
	.ticket-list .warning .banner {
		float: none;
		display: inline-block;
		/*width: 100%;*/
		padding: 7px 20px;
	}
	.ticket-list .warning .banner:before {
		margin-top: 2px;
	}
	.ticket-list .warning .banner_close {
		padding: 7px 35px;
	}
	#news-first-scroll {
		padding-top: 0;
	}
	.ticket-list .warning .content {
		display: block;
	}
	.ticket-notes {
		font-size: 11px;
		margin-left: -11px;
		margin-right: -11px;
		margin-bottom: 11.5px;
		padding-top: 15px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 2px;
	}
	.ticket-notes li {
		margin-bottom: 11.5px;
	}
	.ticket-notes li label {
		margin-bottom: 1px;
	}
	.ticket-info {
		font-size: 11px;
		padding: 8px 0;
	}
	.ticket-info li {
		margin-bottom: 2.5px;
	}
	.ticket-info li:first-child {
		margin-right: 30px;
	}
	.ticket-info li:last-child {
		margin-left: 19px;
	}
	.ticket-additional {
		font-size: 11px;
		margin-top: -14px;
		margin-left: -14px;
		margin-right: -14px;
	}
	.ticket-additional > .list-unstyled > li {
		padding: 9px 15px;
	}
	.ticket-additional-label {
		margin-bottom: 1px;
	}
	.kidseat {
		padding-top: 16px;
	}
	.kidseat-title {
		margin-bottom: 11px;
		padding-left: 24px;
	}
	.kidseat-title img {
		height: 15px;
	}
	.kidseat-list {
		font-size: 10px;
		margin-left: -15px;
		margin-right: -15px;
		padding: 13px 12px;
	}
	.kidseat + .kidseat {
		margin-top: 6px;
	}
	#footer {
		padding: 14px 0 10px;
	}
	.site-name {
		font-size: 12.5px;
		margin-bottom: -10px;
	}
	.site-address {
		font-size: 23px;
		margin-bottom: 4px;
	}
	.social {
		margin-bottom: 7px;
	}
	.social li + li {
		margin-left: 5px;
	}
	.site-copyright {
		font-size: 9px;
	}
	.site-copyright a img {
		margin-top: 1px;
		margin-right: 8px;
		height: 10px;
	}
	.subpage .header {
		border-bottom-width: 5px;
	}
	.subpage .logo img {
		width: 105.5px;
		height: 70px;
	}
	.section#access {
		margin-top: 23px;
		margin-bottom: 27px;
		padding: 38px 3px 55px;
	}
	.access-location-select-wrap {
		margin-right: 9px;
	}
	.access-location-select {
		margin-bottom: 31px;
	}
	.access-location-select h2 {
		font-size: 27.5px;
		line-height: 31.5px;
		margin-left: 15.5px;
		padding: 0 4px;
	}
	.access-location-select h2:before {
		height: 6px;
		bottom: 4px;
	}
	.access-location-select-wrap select {
		min-width: 120px;
		height: 31.5px;
		-webkit-background-size: 19px;
		background-size: 19px;
		background-position: right 12px top 12px;
		padding-left: 17px;
		padding-right: 25px;
		font-size: 15px;
	}
	.access-main-info h3,
	.access-main-info h4 {
		font-size: 17.5px;
		margin-left: 15.5px;
	}
	.access-main-info h3 {
		margin-bottom: -2.5px;
	}
	.access-main-info h4 {
		margin-bottom: 18px;
	}
	.access-main-info figure {
		margin-bottom: 50px;
	}
	.vehicles-info {
		font-size: 11px;
	}
	.vehicles-info li {
		padding: 9.5px 10px 7px 14.5px;
	}
	.vehicles-info label {
		margin-bottom: 1.5px;
		text-indent: -7px;
	}
	/*.vehicles-info .line {
		margin-left: -15px;
		margin-right: -15px;
	}*/
	#block-datetable {
		margin-top: 25px;
		margin-left: -26.5px;
	}
	.ticket-datetable {
		font-size: 10px;
		line-height: 14.25px;
	}
	.ticket-datetable th {
		font-size: 11px;
		height: 28.5px;
	}
	.ticket-datetable th:first-child {
		width: 45.17%;
	}
	.ticket-datetable th:nth-child(2) {
		border-left-width: 4px;
		border-right-width: 4px;
	}
	.ticket-datetable th:nth-child(2),
	.ticket-datetable th:nth-child(3) {
		width: 26.15%;
	}
	.ticket-datetable td {
		text-align: center;
		line-height: 14.25px;
		height: 88.5px;
	}
	.ticket-datetable td:nth-child(1) {
		padding: 11px 0 15.5px 0;
	}
	.ticket-datetable td span {
		font-size: 11px;
		line-height: 14.25px;
		margin-bottom: 5.5px;
	}
	
	#taiwan .info_box{
		padding: 60px 0;
		font-size: 11px;
	}
	#taiwan .info_box h2{
		font-size:15px ;
		margin-bottom: 1em;
	}
	
	
}
