@charset "utf-8";

/* custom common styles */
.sp_title, .sp_menu, .overlay {
	display: none;
}

@media screen and (max-width:640px) {
	.sp_title {
		display: block;
		padding: 4px 10px;
		background: #cc4945;
	}
	.sp_title .hgroup .title {
		margin-top: 0;
	}
	.sp_title .hgroup .title span {
		display: inline-block;
		font-size: 85%;
		vertical-align: top;
	}
	.sp_menu > ul > li {
		padding: 4px;
	}
	.sp_menu > ul > li > a {
		margin: 0;
	}
	.sp_menu .bgGreen {
		background: #0b8d0d;
	}
	.sp_menu .bgGreen a {
		border-left: 6px solid #fff;
		color: #fff;
		font-weight: bold;
	}
	.sp_menu .icnWindow {
		padding: 4px;
		background: none;
	}
	.sp_menu .icnWindow a,
	.sp_menu .icnPC a {
		position: relative;
	}
	.sp_menu .icnWindow a:after,
	.sp_menu .icnPC a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		content: '';
		width: 25px;
		height: 23px;
		background-position: 0 0;
		background-repeat: no-repeat;
		-webkit-background-size: 25px 23px;
		background-size: 25px 23px;
		margin-top: -12px;
	}
	.sp_menu .icnWindow a:after {
		background-image: url(../img/icn_spnav-window01.png);
	}
	.sp_menu .icnPC a:after {
		background-image: url(../img/icn_spnav-pc01.png);
	}
	.sp_menu .bgGreen.icnWindow a:after {
		background-image: url(../img/icn_spnav-window02.png);
	}
	.sp_menu .bgGreen.icnPC a:after {
		background-image: url(../img/icn_spnav-pc02.png);
	}
}



img {
	vertical-align: bottom;
}
.contents {
	font-size: 125%;
	box-sizing: border-box;
	line-height: 1.6;
}
.contents *, .contents :before, .contents :after {
	box-sizing: inherit;
}
.contents img {
	width: 100%;/* rwd */
	max-width: 100%;
	height: auto;
}
.contents .hover:hover,
.contents .hover:focus,
.contents a:hover img,
.contents a:focus img {
	opacity: .7;
}
.section {
	margin-top: 60px;
	margin-top: 6.315789473684211%;/* rwd */
}
@media screen and (min-width: 951px) {
	.section {
		margin-top: 60px;
	}
}
.sectionBg {
	padding: 50px 0;
	background: #fff5f4;
}
.sectionInner {
	width: 950px;
	width: auto;/* rwd */
	max-width: 950px;/* rwd */
	margin: 0 auto;
	padding-right: 1.052631578947368%;/* rwd */
	padding-left: 1.052631578947368%;/* rwd */
}
@media screen and (min-width: 951px) {
	.sectionInner {
		padding-right: 0;
		padding-left: 0;
	}
}
.sectionTitle {
	margin-bottom: 40px;
	color: #cc4945;
	font-size: 314%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
.subTitle01 {
	padding-left: 20px;
	background: url(../img/icn_subtitle01.png) 0 8px no-repeat;
	color: #cc4945;
	font-size: 136%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.subTitle02 {
	padding-left: 10px;
	border-left: 8px solid #cc4945;
	color: #cc4945;
	font-size: 129%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.discList {
	list-style: none;
}
.discList li {
	position: relative;
	padding-left: .75em;
	line-height: 1.4;
}
.discList li:before {
	position: absolute;
	top: 8px;
	left: 2px;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background: #cc4945;
}
.icnWindow {
	padding-left: 17px;
	background: url(../img/icn_window01.gif) 0 7px no-repeat;
}
.icnArrow {
	padding-left: 17px;
	background: url(../img/icn_arrow01.png) 0 7px no-repeat;
}
.rightTextLink {
	margin-top: 10px;
	text-align: right;
}
.rightTextLink span {
	display: inline-block;
}
.pagetop {
	margin-top: 20px;
	text-align: right;
}
.pagetop a {
	display: inline-block;
	padding-left: 15px;
	background: url(../img/icn_pagetop.png) 0 7px no-repeat;
}
#fixedPagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
}
#fixedPagetop img {
	width: 60px;
	height: 60px;
}

.mb20 {
	margin-bottom: 20px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/load-indicator.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	z-index: 3;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #cc4945;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/*
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ====Original====*/
/* mv */
#mv {
	position: relative;
	width: 100%;
	height: 400px;
	text-align: center;
}
#mv .bx-wrapper {
	width: 100% !important;
	height: 400px !important;
	overflow: hidden;
	position: relative !important;
	margin: 0 auto;
}
#mv .bx-viewport {
	width: 950px !important;
	width: auto !important;/* rwd */
	max-width: 950px;/* rwd */
	margin: 0 auto !important;
	overflow: visible !important;
	height: 400px;
}
@media screen and (min-width: 641px) {
	#mv .bx-viewport ul li {
		width: 950px !important;
		height: 400px !important;
	}
}
#mv .slide02, #mv .slide03 {
	display: none;
}
.mvImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mvImageInner {
	position: relative;
	width: 950px;
	width: auto;/* rwd */
	max-width: 950px;/* rwd */
	height: 400px;
	margin: 0 auto;
}
.mvImage .title {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	text-align: center;
}
.mvImage .map {
	position: absolute;
	bottom: 0;
	left: 0;
/*	width: 22.3%;*/
}
.mvImage .shinkansen {
	position: absolute;
	bottom: 0;
	right: 8.6%;
	width: 32%;
}
.mvImage .btn {
	position: absolute;
	bottom: 2.5%;
	right: 1.4%;
	z-index: 3;
	width: 14.7%;
}
.mvPrices {
	background: #cc4945;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.mvPricesInner {
	position: relative;
	width: 950px;
	width: auto;/* rwd */
	max-width: 950px;/* rwd */
	margin: 0 auto;
	padding: 6px 0 8px;
	font-size: 0;
}
.mvPrices .prices01,
.mvPrices .prices02 {
	display: inline-block;
	width: 42.6%;
}
.mvPrices .prices01 {
	margin-right: 0.7%;
}
.mvPrices .btn {
	position: absolute;
	top: 6px;
	right: 0;
	width: 13.2%;
}
.gnav {
	background: #cc4945;
}
.gnavInner {
	width: 950px;
	width: auto;/* rwd */
	max-width: 950px;/* rwd */
	margin: 0 auto;
	text-align: center;
}
.gnav a {
	display: inline-block;
	padding: 10px 26px 12px;
	padding-right: 2.6475%;/* rwd */
	padding-left: 2.6475%;/* rwd */
	color: #fff !important;
	font-size: 129%;
	font-size: 1.84vw;/* rwd */
	letter-spacing: -.025em;
	text-decoration: none !important;
}
@media screen and (min-width: 951px) {
	.gnav a {
		font-size: 129%;
	}
}
.gnav a span {
	padding-left: 22px;
	background: url(../img/icn_gnav.png) 0 5px no-repeat;
	background: url(../img/icn_gnav.png) 0 50% no-repeat;/* rwd */
}
.gnav a:hover,
.gnav a:focus {
	background: #d66d6a;
}
.gnav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}



/* Section Nav */
.sectionNav {
	width: 950px;
	width: auto;/* rwd */
	max-width: 950px;/* rwd */
	margin: 0 auto 0;
	padding: 60px 0 0;
	padding-top: 6.315789473684211%;/* rwd */
}
@media screen and (min-width: 951px) {
	.sectionNav {
		padding-top: 60px;
	}
}
.sectionNav ul {
	list-style: none;
	overflow: hidden;
}
.sectionNav ul li {
	float: left;
	width: 172px;
	width: calc(90.73684210526316% / 5);/* rwd */
	max-width: 172px;/* rwd */
	margin-left: 22px;
	margin-left: 2.315789473684211%;/* rwd */
}
.sectionNav ul li:first-child {
	margin-left: 0;
}
.sectionNav .btn {
	margin-top: 45px;
	text-align: center;
}
.sectionNav .btn a {
	position: relative;
	display: inline-block;
	width: 370px;
	padding: 10px;
	background: #8a0400;
	color: #fff;
	font-size: 172%;
	text-decoration: none;
}
.sectionNav .btn a:after {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	content: "";
	border: 1px solid #fff;
}
.sectionNav .btn a:hover,
.sectionNav .btn a:focus {
	opacity: .6;
}
.sectionNav .btn span {
	position: relative;
	display: inline-block;
	padding-left: 45px;
}
.sectionNav .btn span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	margin-top: -4px;
}



/* Important Information */
#importantInformation {
	margin-top: 40px;
	padding: 60px 0;
	background: #fdfff1;
}
#importantInformation .sectionTitle {
	color: #ff6328;
}
#importantInformation .sectionContents {
	padding: 15px;
	background: #fff;
	border: 6px solid #ff6328;
	margin: 0 0 20px 0;
}
#importantInformation .sectionContents p span{
	/*color: #FF0000;*/
	font-weight: bold;
	font-size: 16px;
	}
#importantInformation h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #ff6328;
	color: #ff6328;
	font-size: 115%;
	font-weight: bold;
}
#importantInformation h3:before {
	position: absolute;
	top: 6px;
	left: 4px;
	content: "";
	width: 10px;
	height: 10px;
	background: #ff6328;
}
#importantInformation ul {
	margin-bottom: 10px;
	list-style: none;
}
#importantInformation ul li {
	position: relative;
	margin-top: 10px;
	padding-left: .75em;
}
#importantInformation ul li:before {
	position: absolute;
	top: 9px;
	left: 2px;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background: #333;
}



/* What is it? */
#what {
	margin-top: 20px;
	padding-top: 40px;
}
#what .sectionContents01 {
	padding: 40px 0;
	background: #eb9693;
}
#what .sectionContents01Inner {
	position: relative;
	width: auto;/* rwd */
	max-width: 930px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
#what .sectionContents01Inner:after {
	content: '';
	display: block;
	clear: both;
}
#what .sectionContents01 .image {
	/*position: absolute;
	top: 0;
	left: 360px;*/
	display: inline-block;
	width: 22.25806451612903%;
	max-width: 207px;
}
#what .sectionContents01 .image img {
	max-width: 100%;
	height: auto;
}
#what .sectionContents01 .leftText {
	float: left;/* rwd */
	width: 350px;
	width: 37.63440860215054%;/* rwd */
	max-width: 350px;/* rwd */
	text-align: left;/* rwd */
}
#what .sectionContents01 .rightText {
	float: right;/* rwd */
	width: 360px;
	width: 38.70967741935484%;/* rwd */
	max-width: 360px;/* rwd */
	text-align: left;/* rwd */
}
#what .sectionContents01 .leftText .text:after,
#what .sectionContents01 .rightText .text:after {
	position: absolute;
	top: 50%;
	content: "";
	width: 25px;
	height: 34px;
	margin-top: -17px;
}
#what .sectionContents01 .leftText .text {
	margin-right: 33px;
}
#what .sectionContents01 .leftText .text:after {
	right: -25px;
	background: url(../img/bg_what01.png) 0 0 no-repeat;
}
/*#what .sectionContents01 .rightText {
	position: absolute;
	top: 0;
	left: 565px;
}*/
#what .sectionContents01 .rightText .text {
	margin-left: 33px;
}
#what .sectionContents01 .rightText .text:after {
	left: -25px;
	background: url(../img/bg_what02.png) 0 0 no-repeat;
}
#what .sectionContents01 .text {
	position: relative;
	min-height: 142px;
	background: #fff;
	border: 4px solid #cc4945;
	border-radius: 36px;
}
#what .sectionContents01 .text02,
#what .sectionContents01 .text04 {
	margin-top: 10px;
}
#what .sectionContents01 .text h3 {
	padding: 20px 10px 0;
	color: #000;
	font-size: 172%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
#what .sectionContents01 .text p {
	padding: 8px 20px;
	color: #cc4945;
	font-size: 115%;
	line-height: 1.3;
}
#what .sectionContents02 {
	margin-top: 40px;
}
#what .sectionContents02 p {
	margin-top: 20px;
}



/* special offers */
#specialOffers {
	margin-top: 40px;
	padding: 40px 0;
	background: #fdfff1;
}
#specialOffers .sectionContents {
	padding: 20px;
	background: #fff;
}
#specialOffers h2 {
	color: #cc4945;
	font-size: 158%;
	font-weight: bold;
	text-align: center;
}
#specialOffers .prologue {
	margin-top: 10px;
}
#specialOffers .column {
	padding: 20px 10px 0;
}
#specialOffers .col {
	float: left;
	width: 32.25%;
	margin-left: 1.625%;
}
#specialOffers .col01 {
	margin-left: 0;
}
#specialOffers .col p {
	padding: 3% 5% 5%;
	font-size: 93%;
	line-height: 1.4;
}
#specialOffers .col01 p {
	background: url(../img/bg_special-offers01-text.gif) 0 0 repeat-y;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#specialOffers .col02 p {
	background: url(../img/bg_special-offers02-text.gif) 0 0 repeat-y;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#specialOffers .col03 p {
	background: url(../img/bg_special-offers03-text.gif) 0 0 repeat-y;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#specialOffers .subTitle01 {
	margin: 20px 0 10px;
}
#specialOffers .bnr {
	margin: 15px 0 25px;
	text-align: center;
}
#specialOffers .bnrInner {
	display: inline-block;
}
#specialOffers .bnrInner span {
	display: block;
	font-size: 86%;
	text-align: right;
}
#specialOffers ul {
	margin-top: 20px;
	list-style: none;
}


/* Prices */
#prices .leftArea {
	float: left;
	width: 32.7%;
	padding: 25px 10px 10px;
	background: #fff;
	border: 10px solid #cc4945;
}
#prices .leftArea dl dt {
	padding-bottom: 10px;
	color: #cc4945;
	font-size: 172%;
	font-weight: bold;
	text-align: center;
}
#prices .rightArea {
	float: right;
	width: 65.7%;
}
#prices .block02 {
	margin-top: 10px;
}
#prices .note {
	margin-top: 20px;
}




/* Valid Train Routes */
#valid .imageArea {
	float: right;
	width: 51%;
}
#valid .imageArea h3 {
	background: #cc4945;
}
#valid .imageArea p {
	margin: 20px 0;
}
#valid .textArea {
	float: left;
	width: 46%;
}
#valid .textArea p {
	margin-top: 30px;
}
#valid .textArea p:first-child {
	margin-top: 0;
}
#valid .textArea ul li {
	margin-top: 15px;
}
#valid .textArea ul .first {
	margin-top: 0;
}
#valid .textArea ul .last {
	color: #f00;
}
#valid .textArea ul .line {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}
#valid .textArea ul .pdf {
    background: url(../../img/renew/icon_pdf.png) 0 0.2em no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
}

/* Limited time offer! */
#limitedTimeOffer {
	margin-top: 0;
	padding: 50px 0;
	background: #fdfff1;
}
#limitedTimeOffer .sectionTitle {
	line-height: 1.2;
}
#limitedTimeOffer p + p {
	margin-top: 20px;
}
#limitedTimeOffer p strong {
	font-weight: bold;
}
#limitedTimeOffer .bnrLinks {
	text-align: center;
}
#limitedTimeOffer .bnrLinksInner {
	display: inline-block;
	text-align: left;
}
#limitedTimeOffer .bnr {
	margin: 40px 0 20px;
}
#limitedTimeOffer .bnr a:hover img,
#limitedTimeOffer .bnr a:focus img {
	opacity: 1;
}



/* How to purchase */
#howToPurchase strong {
	color: #f00;
	font-weight: normal;
}
#howToPurchase .movie {
	text-align: center;
}
#howToPurchase .movie iframe {
	width: 100%;
	max-width: 726px;
}
#howToPurchase .sectionContents01 {
	margin-top: 60px;
}
#howToPurchase .sectionContents01 .subTitle02 {
	margin-bottom: 20px;
}
#howToPurchase .sectionContents01 .block {
	margin-top: 30px;
}
#howToPurchase .sectionContents01 .block h3 {
	padding: 5px 0;
	color: #fff;
	font-size: 158%;
	font-weight: bold;
	text-align: center;
}
#howToPurchase .sectionContents01 .block .blockInner {
	padding: 30px 25px;
	background: #fff;
}
#howToPurchase .sectionContents01 .stepImage {
	padding: 0;
	overflow: hidden;
}
#howToPurchase .sectionContents01 .stepImage li {
	position: relative;
	float: left;
	padding: 0;
	list-style: none;
}
#howToPurchase .sectionContents01 .stepImage li:before {
	position: absolute;
	top: 50%;
	content: "";
	width: 20px;
	height: 32px;
	margin-top: -16px;
}
#howToPurchase .sectionContents01 .btnDetail {
	margin-top: 30px;
	text-align: center;
}
#howToPurchase .sectionContents01 .btnDetail a {
	position: relative;
	display: inline-block;
	width: 250px;
	padding: 12px 0;
	border-radius: 4px;
	color: #fff;
	font-size: 129%;
	font-weight: bold;
	text-decoration: none;
}
#howToPurchase .sectionContents01 .btnDetail a:hover,
#howToPurchase .sectionContents01 .btnDetail a:focus,
#howToPurchase .sectionContents01 .btnDetail .is-open {
	opacity: .7;
}
#howToPurchase .sectionContents01 .btnDetail a:after {
	position: absolute;
	top: 50%;
	right: 25px;
	content: "";
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/icn_plus.png) 0 0 no-repeat;
}
#howToPurchase .sectionContents01 .btnDetail .is-open:after {
	background: url(../img/icn_minus.png) 0 0 no-repeat;
}
#howToPurchase .sectionContents01 .stepDetail {
	padding: 0;
	list-style: none;
}
#howToPurchase .sectionContents01 .stepDetail img {/* rwd */
	width: auto;
	height: auto;
}
#howToPurchase .sectionContents01 .stepDetail li {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
#howToPurchase .sectionContents01 .stepDetail li .label,
#howToPurchase .sectionContents01 .stepDetail li .text {
	display: table-cell;
	text-align: left;
}
#howToPurchase .sectionContents01 .stepDetail li .label {
	width: 120px;
	vertical-align: top;
}
#howToPurchase .sectionContents01 .stepDetail li .label p {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
#howToPurchase .sectionContents01 .stepDetail li .label span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -.5em;
	color: #fff;
	font-size: 200%;
	font-family: Arial, sans-serif;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#howToPurchase .sectionContents01 .stepDetail li .text {
	padding-left: 20px;
	vertical-align: middle;
}
#howToPurchase .sectionContents01 .stepDetail li .text .link {
	padding-left: 17px;
	background: url(../img/icn_arrow05.png) 0 6px no-repeat;
}
#howToPurchase .sectionContents01 .block01 {
	margin-top: 30px;
}
#howToPurchase .sectionContents01 .block01 h3 {
	background: #00796e;
}
#howToPurchase .sectionContents01 .block01 .blockInner {
	border: 1px solid #00796e;
}
#howToPurchase .sectionContents01 .block01 .stepImage li {
	width: 28.8%;
	margin-left: 6.8%;
}
#howToPurchase .sectionContents01 .block01 .stepImage li:before {
	left: -15%;
	background: url(../img/icn_jr-east-pass.jpg) 0 0 no-repeat;
}
#howToPurchase .sectionContents01 .block01 .stepImage .step01 {
	margin-left: 0;
}
#howToPurchase .sectionContents01 .block01 .stepImage .step01:before {
	content: none;
}
#howToPurchase .sectionContents01 .block01 .btnDetail a,
#howToPurchase .sectionContents01 .block01 .stepDetail li .label p {
	background: #00796e;
}
#howToPurchase .sectionContents01 .block01 .stepDetail li .text p:first-child {
	margin-bottom: 10px;
}
#howToPurchase .sectionContents01 .block01 .noteBlock {
	margin-top: 20px;
	padding: 20px;
	background: #e5f7f5;
}
#howToPurchase .sectionContents01 .block01 .noteBlock h4 {
	margin-bottom: 10px;
	color: #00796e;
	font-size: 115%;
	font-weight: bold;
}
#howToPurchase .sectionContents01 .block02 h3 {
	background: #fe662c;
}
#howToPurchase .sectionContents01 .block02 .blockInner {
	border: 1px solid #fe662c;
}
#howToPurchase .sectionContents01 .block02 .stepImage li {
	width: 21.7%;
	margin-left: 4.4%;
}
#howToPurchase .sectionContents01 .block02 .stepImage li:before {
	left: -15%;
	background: url(../img/icn_purchasing-online.jpg) 0 0 no-repeat;
}
#howToPurchase .sectionContents01 .block02 .stepImage .step01 {
	margin-left: 0;
}
#howToPurchase .sectionContents01 .block02 .stepImage .step01:before {
	content: none;
}
#howToPurchase .sectionContents01 .block02 .textBnr a {
	position: relative;
	top: -10px;
	display: inline-block;
	margin-right: 15px;
}
#howToPurchase .sectionContents01 .block02 .btnDetail a,
#howToPurchase .sectionContents01 .block02 .stepDetail li .label p {
	background: #fe662c;
}
#howToPurchase .sectionContents01 .block02 .stepDetail li .note {
	margin-top: 10px;
}

#howToPurchase .sectionContents01 .block02 .btn {
	margin-top: 20px;
	text-align: center;
}
#howToPurchase .sectionContents01 .block02 .btn a {
	display: inline-block;
	padding: 10px 15px;
	background: #fe662c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#howToPurchase .sectionContents01 .block02 .btn a span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	background: url(../img/icn_window02.png) 0 8px no-repeat;
}
#howToPurchase .sectionContents01 .block02 .noteBlock {
	margin-top: 20px;
	padding: 20px;
	background: #fdfff1;
}
#howToPurchase .sectionContents01 .block02 .noteBlock h4 {
	margin-bottom: 10px;
	color: #fe662c;
	font-size: 115%;
	font-weight: bold;
}
#howToPurchase .sectionContents01 .block02 .noteBlock img {
	float: right;
	margin: 0 0 20px 20px;
	width: auto;/* rwd */
	height: auto;/* rwd */
}
#howToPurchase .sectionContents01 .block02 .noteBlock p {
	line-height: 1.4;
}
#howToPurchase .sectionContents01 .block02 .noteBlock p + p {
	margin-top: 10px;
}
#howToPurchase .sectionContents01 .block02 .noteBlock .noColor {
	color: #333;
	font-weight: bold;
}
#howToPurchase .sectionContents02 {
	margin-top: 40px;
}
#howToPurchase .sectionContents02 .discList01 {
	margin: 20px 0;
}
#howToPurchase .sectionContents03 {
	margin-top: 40px;
}
#howToPurchase .sectionContents03 .labelList{
	margin: 20px 0;
	list-style: none;
}
#howToPurchase .sectionContents03 .labelList li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px 3px 15px;
	color: #fff;
	font-size: 86%;
	font-weight: bold;
	text-align: center;
}
#howToPurchase .sectionContents03 .labelList li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #feefee;
}
#howToPurchase .sectionContents03 .label01 {
	background: #56ab1e;
}
#howToPurchase .sectionContents03 .label02 {
	background: #db8802;
}
#howToPurchase .sectionContents03 .clearfix {
	margin-top: 20px;
}
#howToPurchase .sectionContents03 .image {
	float: right;
	margin-left: 25px;
}
#howToPurchase .sectionContents03 .text p {
	margin-top: 20px;
}



/* Where to purchase */
#whereToPurchase {
	margin-top: 20px;
	padding-top: 40px;
}
#whereToPurchase .sectionContents01 {
	padding: 20px 20px 0;
}
#whereToPurchase .sectionContents01 h3 {
	margin-bottom: -10px;
	color: #cc4945;
	font-size: 115%;
	font-weight: bold;
}
#whereToPurchase .sectionContents01 .box {
	float: left;
	width: 49%;
	margin: 2% 0 0 2%;
	border: 1px solid #cc4945;
	border-top: none;
}
#whereToPurchase .sectionContents01 .box:nth-child(odd) {
	clear: left;
	margin-left: 0;
}
#whereToPurchase .sectionContents01 .box h4 a {
	display: block;
	padding: 5px 10px;
	background: #cc4945;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
}
#whereToPurchase .sectionContents01 .box h4 a:hover,
#whereToPurchase .sectionContents01 .box h4 a:focus {
	opacity: .7;
}
#whereToPurchase .sectionContents01 .boxInner {
	padding: 15px 10px;
}
#whereToPurchase .sectionContents01 .box .leftImage {
	float: left;
}
#whereToPurchase .sectionContents01 .box .rightImage {
	float: right;
}
#whereToPurchase .sectionContents01 .box .rightImage p {
	font-size: 86%;
	line-height: 1.2;
}
#whereToPurchase .sectionContents01 .box01 .leftImage {
	width: 36.3%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box01 .rightImage {
	width: 61.8%;
}
#whereToPurchase .sectionContents01 .box02 .leftImage {
	width: 46.4%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box02 .rightImage {
	width: 50.7%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box03 .boxInner {
	width: 80.0%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box04 .leftImage {
	width: 41.3%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box05 .boxInner {
	width: 80.0%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box06 .leftImage {
	width: 41.4%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box06 .rightImage {
	width: 56.0%;
}
#whereToPurchase .sectionContents01 .box07 .leftImage,
#whereToPurchase .sectionContents01 .box08 .leftImage {
	width: 46.5%;
	padding-top: 1em;
}
#whereToPurchase .sectionContents01 .box07 .rightImage,
#whereToPurchase .sectionContents01 .box08 .rightImage {
	width: 50.7%;
}
#whereToPurchase .sectionContents02 {
	margin-top: 40px;
}
#whereToPurchase .sectionContents02 dl dt {
	position: relative;
	border: 1px solid #fff;
	padding: 13px 15px;
	background: #dcebc9;
	color: #167e22;
	font-weight: bold;
	cursor: pointer;
}
#whereToPurchase .sectionContents02 dl dt:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "";
	width: 30px;
	height: 30px;
	background: #167e22 url(../img/icn_plus.png) 50% 50% no-repeat;
	border-radius: 2px;
}
#whereToPurchase .sectionContents02 dl dt.is-open:after {
	background-image: url(../img/icn_minus.png);
}
#whereToPurchase .sectionContents02 dl dd.nolink {
	padding-bottom: 30px;
}
#whereToPurchase .sectionContents02 .link {
	padding: 10px 0 15px;
	font-size: 93%;
	text-align: right;
}
#whereToPurchase .sectionContents02 .link .icnWindow {
	background-position: 0 5px;
}
#whereToPurchase .sectionContents02 .detailTable {
	width: 100%;
	border: 1px solid #fff;
}
#whereToPurchase .sectionContents02 .detailTable th {
	padding: 3px 0 5px;
	background: #e8e8e8;
	border: 1px solid #fff;
	font-weight: bold;
	text-align: center;
}
#whereToPurchase .sectionContents02 .detailTable td {
	padding: 8px;
	background: #f6f6f6;
	border: 1px solid #fff;
	font-size: 93%;
}
#whereToPurchase .sectionContents02 .detailTable .office span {
	color: #f00;
}
#whereToPurchase .sectionContents02 .detailTable .sales,
#whereToPurchase .sectionContents02 .detailTable .exchange {
	width: 110px;
	text-align: center;
}
#whereToPurchase .sectionContents02 .detailTable .officeHours {
	width: 320px;
	padding: 0;
}
#whereToPurchase .sectionContents02 .detailTable .officeHoursInner {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#whereToPurchase .sectionContents02 .detailTable .days,
#whereToPurchase .sectionContents02 .detailTable .hours {
	display: table-cell;
	vertical-align: middle;
}
#whereToPurchase .sectionContents02 .detailTable .days {
	width: 200px;
	text-align: left;
	border-right: 1px solid #fff;
}
#whereToPurchase .sectionContents02 .detailTable .hours {
	width: 120px;
	text-align: center;
}
#whereToPurchase .sectionContents02 .detailTable .rowhours {
	vertical-align: top;
}
#whereToPurchase .sectionContents02 .detailTable .days p,
#whereToPurchase .sectionContents02 .detailTable .hours p {
	padding: 8px;
	word-break: break-all;
}
#whereToPurchase .sectionContents02 .detailTable .days p + p,
#whereToPurchase .sectionContents02 .detailTable .hours p + p {
	border-top: 1px solid #fff;
}
#whereToPurchase .note {
	margin-top: 20px;
}



/* Seat Reservations */
#seatReservations .section-contents01 {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#seatReservations .sectionContents01 .text,
#seatReservations .sectionContents01 .image {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#seatReservations .sectionContents01 .text p {
	margin: 20px 20px 0 0;
}
#seatReservations .sectionContents01 .image {
	width: 430px;
}
#seatReservations .sectionContents01 .imageInner {
	padding: 15px;
	background: #fff;
	border: 1px solid #cc4945;
	overflow: hidden;
}
#seatReservations .sectionContents01 .image dl {
	float: left;
	margin-left: 25px;
}
#seatReservations .sectionContents01 .image dl dt {
	text-align: center;
}
#seatReservations .sectionContents01 .image dl dd {
	margin-top: 15px;
	font-size: 86%;
	line-height: 1.4;
}
#seatReservations .sectionContents01 .image .image01 {
	width: 100px;
	margin-left: 0;
}
#seatReservations .sectionContents01 .image .image02 {
	width: 90px;
}
#seatReservations .sectionContents01 .image .image03 {
	width: 153px;
}
#seatReservations .sectionContents02 .subTitle02 {
	margin: 20px 0;
}
#seatReservations .sectionContents02 .bnr {
	margin: 30px 0;
	text-align: center;
}



/* Refunds */
#refunds .sectionContents02 {
	padding-top: 40px;
}
#refunds .subTitle02 {
	margin-bottom: 20px;
}



/* Other */
#other .sectionContents02 {
	margin: 40px 10px 0;
}
#other .sectionContents02 .box {
	width: 49.5%;
	border: 5px solid #e3f3fb;
}
#other .sectionContents02 .box01 {
	float: left;
}
#other .sectionContents02 .box02 {
	float: right;
}
#other .sectionContents02 .box dt {
	padding: 7px 10px;
	background: #2079b9;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
#other .sectionContents02 .box dd {
	padding: 10px 10px 20px;
	font-size: 93%;
	overflow: hidden;
}
#other .sectionContents02 .box p {
	padding-top: 5px;
}
#other .sectionContents02 .box p span {
	background-position: 0 4px;
}
#other .sectionContents02 .box02 dd {
	padding-top: 25px;
}
#other .sectionContents02 .box02 .bnr {
	float: left;
	margin-right: 15px;
}
#other .update {
	padding: 40px 0 20px;
	border-bottom: 1px dashed #a6a6a6;
	color: #f00;
	font-size: 86%;
}



/* Links */
.links {
	/*display: table;*/
	width: 950px;
	width: auto;/* rwd */
	max-width: 930px;/* rwd */
	margin: 20px auto;
	font-size: 93%;
}
.links:after {/* rwd */
	content: '';
	display: block;
	clear: both;
}
.links .leftBox,
.links .pagetop {
	/*display: table-cell;
	vertical-align: bottom;*/
	width: 50%;
}
.links .leftBox {
	/*width: 70%;*/
	float: left;
}
.links .leftBox p {
	padding-left: 17px;
	background: url(../img/icn_arrow02.png) 0 6px no-repeat;
}
.links .pagetop {
	float: left;
}



/* ipb_box style */
#ipb_box .jrPassBox {
	margin-top: 70px;
	padding: 10px;
	border: 1px solid #0a8c0d;
	border-top: 10px solid #0a8c0d;
}
#ipb_box .jrPassBox h2 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 18px;
	color: #0a8c0d;
	font-weight: bold;
}
#ipb_box .jrPassBox h2:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	background: #0a8c0d;
}
#ipb_box .passBoxColumn {
	margin-top: 10px;
}
#ipb_box .passBoxWrap {
	float: left;
	width: 49.5%;
	padding: 10px;
	border: 6px solid #ace8e2;
}
#ipb_box .passBoxWrap.right {
	float: right;
	border: 6px solid #d9f0ff;
}
#ipb_box .passBoxWrap h3 {
	margin-bottom: 10px;
	color: #629be5;
	font-weight: bold;
	line-height: 1.3;
}
#ipb_box .passBoxWrap.right h3 {
	color: #e26e6e;
}
#ipb_box .passBoxWrap h3 .red,
#ipb_box .passBoxWrap.right h3 .red {
	color: #f00;
}
#ipb_box .passBoxWrap .imgLeft {
	float: left;
	margin-right: 10px;
}
#ipb_box .passBoxWrap .passBoxRight {
	font-size: 86%;
	overflow: hidden;
}
#ipb_box .passBoxWrap .linkInd {
	margin-top: 10px;
	padding-left: 17px;
	background: url(../img/icn_arrow01.png) 0 4px no-repeat;
}
#ipb_box .passBoxColumn + .clearfix {
	margin-top: 20px;
}
#ipb_box .note {
	float: left;
	width: 540px;
	color: #f00;
	font-size: 86%;
	line-height: 1.4;
}
#ipb_box .gBtn {
	float: right;
	width: 365px;
	margin: 0;
	font-size: 86%;
}
#ipb_box .gBtn a {
	display: block;
	padding: 5px 10px;
	background: #0a8c0d;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#ipb_box .gBtn a:hover,
#ipb_box .gBtn a:focus {
	opacity: .7;
}
#ipb_box .gBtn .gBtnInner {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 0;
	background: none;
	text-align: left;
}
#ipb_box .gBtn .gBtnInner:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 9px;
	height: 11px;
	margin-top: -6px;
	background: url(../img/icn_arrow04.png) 0 0 no-repeat;
}

@media screen and (max-width:640px) {
	.contents {
		font-size: 93%;
	}
	.section {
		margin-top: 20px;
	}
	.sectionInner {
		width: 100%;
		padding: 0 10px;
	}
	.sectionBg {
		padding: 20px 0;
	}
	.sectionTitle {
		margin-bottom: 20px;
		font-size: 185%;
	}
	.subTitle01 {
		background: url(../img/icn_subtitle01.png) 0 6px no-repeat;
		font-size: 139%;
	}
	.subTitle02 {
		line-height: 1.3;
	}
	.icnWindow,
	.icnArrow {
		background-position: 0 4px;
	}
	.rightTextLink {
		text-align: left;
	}
	.pagetop a {
		background-position: 0 5px;
	}
	.sectionAcTitle {
		position: relative;
	}
	.sectionAcTitle:after {
		position: absolute;
		top: 5px;
		right: 0;
		content: "";
		width: 26px;
		height: 26px;
		background: #167e22 url(../img/icn_plus.png) 50% 50% no-repeat;
		-webkit-background-size: 14px;
		background-size: 14px;
		border-radius: 2px;
	}
	.sectionAcTitle.is-open:after {
		background-image: url(../img/icn_minus.png);
	}
	#fixedPagetop {
		right: 10px;
		bottom: 10px;
	}
	#fixedPagetop img {
		width: 46px;
		height: 46px;
	}

	/* mv */
	#mv {
		width: 100%;
		height: auto;
	}
	#mv .bx-wrapper {
		height: auto !important;
	}
	#mv .bx-viewport {
		width: 100% !important;
		height: auto;
	}
	.mvImageInner {
		width: 100%;
		height: 0;
		padding-top: 42%;
	}
	.mvImage .title {
		display: none;
	}
	.mvImage .map {
		width: 23%;
	}
	.mvImage .shinkansen {
		right: 10%;
		width: 30%;
	}
	.mvImage .btn {
		bottom: 1%;
		right: 1%;
		width: 19%;
	}
	.mvPricesInner {
		width: 100%;
		padding: 10px;
	}
	.mvPrices .prices01,
	.mvPrices .prices02 {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	.mvPrices .btn {
		position: static;
		width: auto;
		max-width: 405px;
		margin: 0 auto;
	}
	.mvPrices .btn a {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 10.42345%;
		background: url(../img/btn_mv-jr-east-pass-sm.jpg) 0 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		text-indent: -9999px;
	}
	.mvPrices .btn a:hover {
		opacity: .7;
	}
	.gnav {
		display: none;
	}

	/* Section Nav */
	.sectionNav {
		width: 100%;
		margin-top: 0 !important;
		padding: 20px 10px 0;
	}
	.sectionNav ul {
		max-width: 530px;
		margin: 0 auto;
	}
	.sectionNav ul li {
		width: 32.4%;
	}
	.sectionNav ul li:nth-child(2),
	.sectionNav ul li:nth-child(3) {
		margin-left: 1.4%;
	}
	.sectionNav ul li:nth-child(4) {
		margin-top: 2%;
		margin-left: 15.3%;
	}
	.sectionNav ul li:nth-child(5) {
		margin-top: 2%;
		margin-left: 4.6%;
	}
	.sectionNav .btn {
		margin-top: 20px;
	}
	.sectionNav .btn a {
		width: 260px;
		padding: 8px 10px;
		font-size: 139%;
	}
	.sectionNav .btn span {
		padding-left: 25px;
	}
	.sectionNav .btn span:before {
		border: 8px solid transparent;
		border-top: 8px solid #fff;
		margin-top: -3px;
	}

	/* Important Information */
	#importantInformation {
		margin-top: 30px;
		padding: 20px 0;
	}
	#importantInformation .sectionTitle {
		margin-bottom: 0;
	}
	#importantInformation .sectionAcContents {
		padding: 10px 0;
	}
	#importantInformation .sectionContents {
		border: 3px solid #ff6328;
	}
	#importantInformation h3 {
		padding: 0 0 5px 16px;
	}
	#importantInformation h3:before {
		top: 7px;
		left: 0;
	}

	/* What is it? */
	#what {
		margin-top: 0;
		padding-top: 20px;
	}
	#what .sectionTitle {
		margin: 0 10px;
	}
	#what .sectionAcContents {
		margin-top: 20px;
	}
	#what .sectionContents01 {
		padding: 20px 0;
	}
	#what .sectionContents01Inner {
		padding: 0 10px;
	}
	#what .sectionContents01 .image {
		position: static;
		width: 140px;
		margin: 0 auto 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#what .sectionContents01 .leftText,
	#what .sectionContents01 .rightText {
		position: static;
		width: 100%;
		max-width: none;/* rwd */
	}
	#what .sectionContents01 .leftText .text,
	#what .sectionContents01 .rightText .text {
		margin: 15px 0 0;
	}
	#what .sectionContents01 .leftText .text:after,
	#what .sectionContents01 .rightText .text:after {
		top: 3px;
		right: auto;
		left: 50%;
		width: 12px;
		height: 16px;
		margin-left: -8px;
		background: url(../img/bg_what01.png) 0 0 no-repeat;
		-webkit-background-size: 12px 16px;
		background-size: 12px 16px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#what .sectionContents01 .text {
		min-height: inherit;
		border: 2px solid #cc4945;
		border-radius: 18px;
	}
	#what .sectionContents01 .text h3 {
		padding: 15px 10px 0;
		font-size: 139%;
		text-align: left;
	}
	#what .sectionContents01 .text p {
		padding: 8px 10px 15px;
		font-size: 100%;
	}
	#what .sectionContents02 {
		margin-top: 20px;
	}

	/* special offers */
	#specialOffers {
		margin-top: 20px;
		padding: 20px 0;
	}
	#specialOffers h2 {
		padding-right: 35px;
		font-size: 139%;
		line-height: 1.3;
		text-align: left;
	}
	#specialOffers .sectionContents {
		padding: 10px;
	}
	#specialOffers .column {
		padding: 0;
	}
	#specialOffers .col {
		float: none;
		width: auto;
		max-width: 287px;
		margin: 20px auto 0;
	}
	#specialOffers .bnrInner {
		display: block;
	}
	#specialOffers .bnr a {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 12.962%;
		background: url(../img/bnr_timetables-download-sm.jpg) 0 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		text-indent: -9999px;
	}

	/* Prices */
	#prices .sectionTitle {
		margin-bottom: 0;
	}
	#prices .clearfix {
		margin-top: 20px;
		text-align: center;
	}
	#prices .leftArea,
	#prices .rightArea {
		display: inline-block;
		float: none;
		width: auto;
	}
	#prices .leftArea {
		max-width: 624px;
		margin: 0 auto 10px;
		padding: 10px;
		border: 5px solid #cc4945;
	}
	#prices .leftArea dl dt {
		padding-bottom: 5px;
		font-size: 139%;
	}
	#prices .leftArea dl dd {
		text-align: left;
	}


	/* Valid Train Routes */
	#valid .sectionTitle {
		margin-bottom: 0;
	}
	#valid .clearfix {
		margin-top: 20px;
	}
	#valid .textArea,
	#valid .imageArea {
		float: none;
		width: 100%;
	}
	#valid .textArea p {
		margin-top: 15px;
	}
	#valid .textArea ul li {
		margin-top: 10px;
	}
	#valid .imageArea {
		margin-top: 20px;
	}
	#valid .imageArea h3,
	#valid .imageArea div {
		text-align: center;
	}

	/* Limited time offer! */
	#limitedTimeOffer {
		padding: 20px 0;
	}
	#limitedTimeOffer .sectionTitle {
		margin-bottom: 0;
		padding: 0 25px;
	}
	#limitedTimeOffer .sectionAcContents {
		padding-top: 20px;
	}
	#limitedTimeOffer .bnr {
		margin: 20px 0;
	}

	/* Train Accommodations */
	#trainAccommodations .sectionAcTitle {
		letter-spacing: -.025em;
	}
	#trainAccommodations .link {
		margin-top: 10px;
		text-align: left;
	}

	/* How to purchase */
	#howToPurchase .movie {
		position: relative;
		height: 0;
		padding: 0 0 56.25%;
		overflow: hidden;
	}
	#howToPurchase .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#howToPurchase .subTitle02 {
		padding-right: 35px;
	}
	#howToPurchase .subTitle02:after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#howToPurchase .sectionContents01 {
		margin-top: 30px;
	}
	#howToPurchase .sectionContents01 .block h3 {
		padding: 5px 10px;
		font-size: 124%;
		line-height: 1.3;
	}
	#howToPurchase .sectionContents01 .block .blockInner {
		padding: 15px 10px 20px;
	}
	#howToPurchase .sectionContents01 .stepImage,
	#howToPurchase .sectionContents01 .stepDetail {
		padding-left: 0 !important;
	}
	#howToPurchase .sectionContents01 .stepImage li {
		float: none;
		text-align: center;
	}
	#howToPurchase .sectionContents01 .btnDetail {
		margin-top: 15px;
	}
	#howToPurchase .sectionContents01 .btnDetail a {
		padding: 10px 0;
		width: 260px;
		font-size: 124%;
	}
	#howToPurchase .sectionContents01 .btnDetail a:hover {
		opacity: 1;
	}
	#howToPurchase .sectionContents01 .btnDetail a.is-open {
		opacity: .7;
	}
	#howToPurchase .sectionContents01 .stepDetail li .label {
		width: 70px;
	}
	#howToPurchase .sectionContents01 .stepDetail li .label p {
		width: 70px;
		height: 70px;
	}
	#howToPurchase .sectionContents01 .stepDetail li .label span {
		font-size: 124%;
	}
	#howToPurchase .sectionContents01 .stepDetail li .text {
		padding-left: 10px;
	}
	#howToPurchase .sectionContents01 .stepDetail li .text .link {
		background-position: 0 3px;
	}
	#howToPurchase .sectionContents01 .block01 .stepImage li,
	#howToPurchase .sectionContents01 .block02 .stepImage li {
		width: auto;
		margin: 25px auto 0;
	}
	#howToPurchase .sectionContents01 .block01 .stepImage li:first-child,
	#howToPurchase .sectionContents01 .block02 .stepImage li:first-child {
		margin-top: 0;
	}
	#howToPurchase .sectionContents01 .block01 .stepImage li:before,
	#howToPurchase .sectionContents01 .block02 .stepImage li:before {
		top: -30px;
		left: 50%;
		margin: 0 0 0 -10px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#howToPurchase .sectionContents01 .block01 .noteBlock,
	#howToPurchase .sectionContents01 .block02 .noteBlock {
		padding: 10px;
	}
	#howToPurchase .sectionContents01 .block01 .noteBlock h4,
	#howToPurchase .sectionContents01 .block02 .noteBlock h4 {
		margin-bottom: 5px;
	}
	#howToPurchase .sectionContents01 .block02 .noteBlock img {
		float: none;
		margin: 0 0 10px 0;
	}
	#howToPurchase .sectionContents01 .block02 .btn {
		text-align: center;
	}
	#howToPurchase .sectionContents01 .block02 .textBnr a {
		top: 0;
		margin-right: 0;
	}
	#howToPurchase .sectionContents01 .block02 .textBnr img {
		display: block;
		margin-top: 10px;
	}
	#howToPurchase .sectionContents01 .sectionAcContents,
	#howToPurchase .sectionContents02 .sectionAcContents {
		padding-bottom: 20px;
	}
	#howToPurchase .sectionContents02,
	#howToPurchase .sectionContents03 {
		margin-top: 20px;
	}
	#howToPurchase .sectionContents03 .labelList{
		margin: 20px 0 10px;
	}
	#howToPurchase .sectionContents03 .labelList li {
		margin: 0 10px 10px 0;
	}
	#howToPurchase .sectionContents03 .image {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}

	/* Where to purchase */
	#whereToPurchase {
		margin-top: 0;
		padding-top: 20px;
	}
	#whereToPurchase .sectionInner {
		padding: 0;
	}
	#whereToPurchase .sectionAcTitle {
		margin: 0 10px;
	}
	#whereToPurchase .prologue {
		padding: 20px 10px 0;
	}
	#whereToPurchase .sectionContents01 {
		padding: 20px 0 0;
	}
	#whereToPurchase .sectionContents01 h3 {
		margin: 0 10px;
	}
	#whereToPurchase .sectionContents01 .boxList {
		margin: 10px 0 0;
		border-top: 1px solid #00796e;
	}
	#whereToPurchase .sectionContents01 .box {
		float: none;
		width: 100%;
		margin: 0;
		border: none;
	}
	#whereToPurchase .sectionContents01 .box h4 a {
		display: block;
		padding: 8px 10px 8px 32px;
		background: #fff url(../img/icn_arrow01.png) 10px 50% no-repeat;
		border-bottom: 1px solid #00796e;
		color: #000;
	}
	#whereToPurchase .sectionContents01 .boxInner {
		display: none;
	}
	#whereToPurchase .sectionContents02 {
		margin: 40px 10px 0;
	}
	#whereToPurchase .sectionContents02 .link .icnWindow {
		background-position: 0 3px;
	}
	#whereToPurchase .sectionContents02 dl dt {
		padding: 10px 40px 10px 10px;
		font-size: 116%;
		line-height: 1.3;
	}
	#whereToPurchase .sectionContents02 dl dt:after {
		top: 50%;
		right: 6px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#whereToPurchase .sectionContents02 .detailTable,
	#whereToPurchase .sectionContents02 .detailTable tr,
	#whereToPurchase .sectionContents02 .detailTable tbody {
		display: block;
		width: 100%;
	}
	#whereToPurchase .sectionContents02 .detailTable {
		border-right: none;
		border-bottom: none;
		border-left: none;
	}
	#whereToPurchase .sectionContents02 .detailTable th {
		display: none;
	}
	#whereToPurchase .sectionContents02 .detailTable td {
		border-top: none;
	}
	#whereToPurchase .sectionContents02 .detailTable .office,
	#whereToPurchase .sectionContents02 .detailTable .sales,
	#whereToPurchase .sectionContents02 .detailTable .exchange {
		position: relative;
		display: block;
		width: 100%;
		padding: 8px 8px 8px calc(35% + 8px);
		text-align: left;
	}
	#whereToPurchase .sectionContents02 .detailTable .officeHours {
		position: relative;
		display: block;
		width: auto;
		padding: 0 0 0 35%;
	}
	#whereToPurchase .sectionContents02 .detailTable .days,
	#whereToPurchase .sectionContents02 .detailTable .hours {
		width: 50%;
	}
	#whereToPurchase .sectionContents02 .detailTable td:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		display: block;
		width: 35%;
		height: 100%;
		padding-top: 8px;
		background: #e8e8e8;
		font-weight: bold;
		text-align: center;
	}
	#whereToPurchase .sectionContents02 .detailTable .office:before {
		content: "Office";
	}
	#whereToPurchase .sectionContents02 .detailTable .sales:before {
		content: "Sales";
	}
	#whereToPurchase .sectionContents02 .detailTable .exchange:before {
		content: "Exchange";
	}
	#whereToPurchase .sectionContents02 .detailTable .officeHours:before {
		content: "Office Hours";
	}
	#whereToPurchase .note,
	#whereToPurchase .discList,
	#whereToPurchase .pagetop {
		margin-right: 10px;
		margin-left: 10px;
	}

	/* Seat Reservations */
	#seatReservations .sectionTitle {
		margin-bottom: 0;
	}
	#seatReservations .sectionContents01,
	#seatReservations .sectionContents01 .text,
	#seatReservations .sectionContents01 .image {
		display: block;
	}
	#seatReservations .sectionContents01 {
		padding-top: 20px;
	}
	#seatReservations .sectionContents01 .image {
		width: 280px;
		margin: 20px auto 0;
	}
	#seatReservations .sectionContents01 .image dl dd {
		margin-top: 10px;
		font-size: 93%;
	}
	#seatReservations .sectionContents01 .image .image01 {
		width: 47%;
	}
	#seatReservations .sectionContents01 .image .image02 {
		width: 47%;
		margin-left: 6%;
	}
	#seatReservations .sectionContents01 .image .image03 {
		clear: both;
		width: 100%;
		margin: 15px 0 0;
	}
	#seatReservations .sectionContents02 .subTitle02 {
		margin: 40px 0 20px;
	}
	#seatReservations .sectionContents02 .bnr {
		margin: 15px 0;
		text-align: center;
	}
	#seatReservations .sectionContents02 .bnr a {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 12.962%;
		background: url(../img/bnr_jr-east-train-reservation-sm.jpg) 0 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		text-indent: -9999px;
	}

	/* Refunds */
	#refunds .sectionTitle {
		margin-bottom: 0;
	}
	#refunds .sectionContents01,
	#refunds .sectionContents02 {
		padding-top: 20px;
	}

	/* Other */
	#other .sectionContents02 {
		margin: 40px 0 0;
	}
	#other .sectionContents02 .box01,
	#other .sectionContents02 .box02 {
		float: none;
		width: auto;
		border: 3px solid #e3f3fb;
	}
	#other .sectionContents02 .box p span {
		display: inline-block;
	}
	#other .sectionContents02 .box02 {
		margin-top: 10px;
	}
	#other .sectionContents02 .box dt {
		font-size: 100%;
	}
	#other .sectionContents02 .box dd {
		padding: 10px;
		font-size: 100%;
	}
	#other .sectionContents02 .box01 dd p:first-child {
		margin-bottom: 5px;
	}
	#other .sectionContents02 .box02 .bnr {
		display: inline-block;
		float: none;
		margin: 0 0 5px;
	}
	#other .update {
		font-size: 116%;
	}

	/* Link */
	.links {
		width: 100%;
		margin: 20px auto;
		font-size: 100%;
	}
	.links .leftBox {
		padding-left: 10px;
	}
	.links .pagetop {
		padding-right: 10px;
	}
	.links .leftBox p,
	.links .pagetop a {
		background-position: 0 5px;
	}

	/* ipb_box style */
	#ipb_box .jrPassBox {
		margin-top: 40px;
	}
	#ipb_box .jrPassBox h2 {
		margin-bottom: 10px;
		font-size: 124%;
		line-height: 1.3;
	}
	#ipb_box .jrPassBox h2:before {
		top: 5px;
	}
	#ipb_box .passBoxWrap {
		float: none;
		width: 100%;
		border: 3px solid #ace8e2;
	}
	#ipb_box .passBoxWrap.right {
		margin-top: 10px;
		border: 3px solid #96d3f0;
	}
	#ipb_box .passBoxWrap h3 {
		margin-bottom: 10px;
		color: #629be5;
		font-weight: bold;
		line-height: 1.3;
	}
	#ipb_box .passBoxWrap .passBoxRight {
		font-size: 93%;
	}
	#ipb_box .passBoxWrap .linkInd {
		margin-top: 10px;
		padding-left: 17px;
		background: url(../img/icn_arrow01.png) 0 4px no-repeat;
	}
	#ipb_box .note {
		float: none;
		width: auto;
		font-size: 93%;
		line-height: 1.4;
	}
	#ipb_box .gBtn {
		float: none;
		width: auto;
		margin: 10px 0 0;
		font-size: 93%;
	}
}

@media screen and (max-width:540px) {
	#whereToPurchase .sectionContents02 .detailTable .days .heightMatch,
	#whereToPurchase .sectionContents02 .detailTable .hours .heightMatch {
		min-height: 54px;
	}
}