body {
	font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.article-footer-wrap {
	margin: 0 auto;
	max-width: 671px;
	width: 100%;
	padding-left: 5px;
}

.article-footer-address {
	width: 261px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

.article-footer-address .address,
.article-footer-address .freedial,
.article-footer-address .phone {
	font-family: "Times New Roman", serif;  /*font-family: serif;*/
	font-weight: bold;
}

.article-footer-map {
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.article-footer-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-footer .address {
	font-size: 16px;
/* 	font-size: 1rem; */
	line-height: 1.5;
	letter-spacing: 2px;
	letter-spacing: 0.18rem
}

.article-footer .freedial {
	line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: 3px;
	letter-spacing: 0.22rem;
}

.article-footer .freedial img {
	vertical-align: text-bottom;
}

.article-footer .phone {
	font-size: 18px;
/* 	font-size: 1.125rem; */
	line-height: 1.5;
	margin: 0;
	letter-spacing: 3px;
	letter-spacing: 0.225rem;
}

.article-footer .directions {
	font-size: 14px;
/* 	font-size: 0.875rem; */
	line-height: 1.5;
	letter-spacing: 2px;
	letter-spacing: 0.1575rem;
	margin: 25px 0 10px;
}

.article-footer .directions:last-of-type {
	margin-top: 0;
}


@media (min-width:768px) {
	.article-footer-address {
		float: left;
		margin: 0;
	}

	.article-footer-map {
		float: right;
		margin: 0;
	}

	.article-footer-map {
		padding-bottom: 0;
		height: auto;
	}

	.article-footer-map iframe {
		position: relative;
		height: 350px;
	}

}

.section-access {
	width: 100%;
	background-color: #bfbfbf;
	padding-top: 40px;
}

.section-route {
	width: 100%;
	background-color: #ffffff;
	padding-top: 40px;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

.access-section .route-caption {
	display: block;
	color: #231815;
	margin-bottom: 10px;
	text-align: center;
}

.section-route .route-section {
	color: #000;
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

.section-route .route-section .route-one {
	width: 50%;
	margin: 0 50px 0 80px;
	    text-align: left;
    padding: 0 30px 0 30px;
}

.section-route .route-section .route-two {
	width: 50%;
	margin: 0 80px 0 0;
	    text-align: left;
    padding: 0 30px 0 30px;
}

.section-route .route-section .route-caption {
	margin: 0 0 15px;
	display: block;
}

.section-route .route-section .train {
	color: #45b035;
	border: 2px solid #45b035;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
	margin: 0;
}

.section-route .route-section .train2 {
	color: #0075a9;
	border: 2px solid #0075a9;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
	margin: 0;
}

.section-route .route-section .event {
	color: #e46372;
	border: 2px solid #e46372;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
	margin: 0;
}

.section-route .route-section .sub-train {
	border-left: 4px solid #45b035;
	font-size: 15px;
	padding: 15px 0 15px 10px;
	margin: 0 0 0 22px;
	width: initial;
}

.section-route .route-section .sub-train2 {
	border-left: 4px solid #0075a9;
	font-size: 15px;
	padding: 15px 0 15px 10px;
	margin: 0 0 0 22px;
	width: initial;
}

.section-route .route-section .sub-train2 span {
	color: #b51018;
}

.section-route .route-section .walk {
	border-left: 6px dotted #00a0e9;
	font-size: 15px;
	padding: 10px 0 10px 10px;
	margin: 5px 0 5px 20px;
	width: initial;
}

.access-section {
	max-width: 720px;
	margin: 0 auto;
}

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
	border: none;
}

.circle {
	height: 157px;
	width: 157px;
	border-radius: 50%;
	border: 1px solid #000;
	padding: 0;
	text-align: center;
	float: left;
	background: #fff;
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.circle span {
	display: block;
}

.access-sq {
	width: 320px;
	height: 330px;
	float: left;
	margin: 20px;
/* 	margin-bottom: 31px; */
	color: #231815;
	font-size: 14px;
	min-height: 245px;
}

.access-sq img {
	padding-bottom: 10px;
	width: 320px;
}

/* ???? */
.section-company {
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
	color: #646464;
}

.section-company table {
	border: 0px;
	color: #231815;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}

.section-company table tr {
	border-bottom: 1px solid #aaaaaa;
}

.section-company table th {
	padding: 20px 0;
	vertical-align: top;
    border-bottom: 1px solid #aaaaaa;
/*     border-top: 1px solid #fff; */
	background: none;
	color:black;

}

.section-company table td {
	padding: 20px 0;
}


/* ????/?????????? */
.heading-logo {
	background: #e5e5e5;
/* 	max-width: 677px; */
	width: 100%;
	margin: 0 auto 50px;
	padding: 30px;
}

.heading-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.section-terms {
/* 	max-width: 665px; */
	margin: 0 auto;
	color: #646464;
}

.section-terms a {
	color: #2ea7e0;
}

.section-terms h2 {
	color: #2ea7e0;
	text-align: center;
	font-size: 22px;
	margin: 80px 0 20px;
}

.section-terms .bordered-title {
	margin: 0 0 -30px;
}

.section-terms .bordered-title h2 {
	color: #000;
	font-size: 34px;
	margin: 0;
}

.section-terms h3 {
	font-weight: bold;
	color: #010101;
	font-size: 18px;
	margin: 25px 0 10px;
	font-family: initial;
}

.section-terms h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3em;
}

.section-terms p {
	line-height: 1.5;
	font-size: 15px;
	margin: 0 0 20px;
}

.section-terms ol {
	counter-reset: cnt;
}

.section-terms > ol {
	padding: 0 0 0 1em;
}

.section-terms .nostyle {
	list-style: none;
	padding-left: 0;
}

.section-terms li {
	font-size: 1em;
	font-size: .9rem;
	line-height: 1.5;
	margin-bottom: .5em;
}

.section-terms li ul,
.section-terms li ol {
	margin-top: .5em;
	margin-bottom: 20px;
}

.section-terms .heading > li {
	font-weight: bold;
	text-indent: 0;
}

.section-terms .heading > li li {
	font-weight: normal;
	text-indent: 0;
}



.section-terms > ul > li > ol > li,
.section-terms > ol > li > ol > li,
.genre_caution_list > ul > li.genre_caution_list_child > ol > li,
.genre_caution_list > ol > li.genre_caution_list_child > ol > li {
	list-style-type: none;
	list-style-position: outside !important;
	counter-increment: cnt !important;
}

.section-terms > ul > li > ol > li:before,
.section-terms > ol > li > ol > li:before,
.genre_caution_list > ul > li.genre_caution_list_child > ol > li:before,
.genre_caution_list > ol > li.genre_caution_list_child > ol > li:before {
	display: marker !important;
	content: "("counter(cnt) ") " !important;
	margin-left: -2.5em;
	padding-right: 1em;
}

.section-terms > ul > li > ol > li > ol > li,
.section-terms > ol > li > ol > li > ol > li,
.section-terms > ol > li > ul > li > ol > li,
.section-terms > ol > li > ol > li > ul > li > ol > li {
	list-style-type: none;
	list-style-position: outside !important;
	counter-increment: cnt !important;
}

.section-terms > ul > li > ol > li > ol > li:before,
.section-terms > ol > li > ol > li > ol > li:before,
.section-terms > ol > li > ul > li > ol > li:before,
.section-terms > ol > li > ol > li > ul > li > ol > li:before {
	display: marker;
	content: counter(cnt);
	border: 1px solid;
	border-radius: 100%;
	padding: 0 .3em;
	line-height: 1;
	margin-right: .3em;
	margin-left: -1.5em;
}

.section-terms .text-right {
	margin: 40px 0 80px;
}

.section-terms hr {
	background-color: #2a579a;
	width: 100%;
	height: 15px;
}

.section-terms table {
	color: #646464;
	font-size: .9em;
	margin: auto;
	margin-bottom: 1em;
}

.section-terms th {
	color: #646464;
	background: #eeeeee;
	text-align: left;
	font-weight: normal;
	border: 1px solid #b1b1b1;
	white-space: nowrap;
	font-weight: bold;
	padding: 12px 45px 12px 15px;
	font-size: 15px;
}

.section-terms td {
	padding: 15px;
	vertical-align: top;
	border: 1px solid #b1b1b1;
	font-size: 15px;
}

.section-terms p.indent_text {
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin: 0 0 10px;
}
.section-terms p.indent_text_2 {
	text-indent: -2.7em;
	padding-left: 2.7em;
	margin: 0 0 10px;
}

.section-terms p.indent_text_3 {
    text-indent: 0em;
    padding-left: 2em;
    margin: 0 0 10px;
}

.section-terms p.indent_text_4 {
    text-indent: 0em;
    padding-left: 3em;
    margin: 0 0 10px;
}

.section-terms span.kaite_text {
	text-align: right;
    display: block;
}

/* 20151224add maruyama */
.section-terms .nostyle ol > li,
.section-terms > ol > li > ol > li > ol > li {
	padding-left: 1em;
	text-indent: -1em;
}

.section-terms .nostyle ol > li:before,
.section-terms > ol > li > ol > li > ol > li:before {
	content: " ";
	border: 0;
	margin-right: 0em;
}

.section-terms .nostyle li ol {
	margin-left: -2em;
}

.section-terms .contact_box {
	background: #e5e5e5;
	padding: 20px;
	color: #000;
}

.section-terms .contact_box a {
	color: #000;
}

.section-terms .contact_box p {
	margin: 0;
}

.section-terms .contact_box .title {
	font-weight: bold;
	color: #000;
	margin: 0 0 10px;
}

.section-terms .contact_box .email {
	margin: 0 0 10px;
}

.section-terms.terms_page th {
	background: #eeeeee;
	vertical-align: top;
	font-weight: normal;
	padding: 15px 45px 15px 15px;
}

.section-terms.terms_page .buyer_attention {
	padding: 0;
	list-style: none;
	font-family: initial;
}

.section-terms.terms_page .buyer_attention > li:first-line {
	font-weight: bold;
	font-size: 18px;
	margin: 35px 0 10px;
}

@media (max-width:767px) {
	.section-button {
		padding: 0 0 30px;
	}

	.section-features .image-wrapper {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.section-features .image-wrapper .img-responsive {
		margin: 0 auto 1em;
	}

	.section-qa .qa-blocks .qa .question,
	.section-qa .qa-blocks .qa .answer {
		float: none;
		width: auto;
	}

	.section-access {
		margin: 0 -10px;
		width: auto;
		padding: 40px 0 40px;
	}

	.section-auction-info table {
		margin-top: 20px;
	}

	.section-auction-info table th {
		display: block;
		background: #eee;
	}

	.section-auction-info table td {
		display: block;
	}

	.section-pricing .circle {
		float: none;
		margin: auto;
	}

	.section-pricing .connector {
		float: none;
		height: auto;
		line-height: 1;
		margin: auto;
		text-align: center;
	}

	.access-section .route-caption {
		text-align: center;
	}

	.access-sq {
		float: none;
		margin: 0 40px 40px;
		width: auto;
	}

	.access-sq img {
		padding-bottom: 10px;
		max-width: 100%;
		width: auto;
	}

	.access-sq span {
		display: block;
		text-indent: -1em;
		padding-left: 1em;
	}

	.section-route {
		width: 90%;
		background-color: #ffffff;
		padding-top: 40px;
		margin: 0 auto 60px;
		letter-spacing: 1px;
	}

	.section-route .route-section {
		color: #000;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.section-route .route-section .route-one {
		width: 100%;
		margin: 0 0 60px;
	}

	.section-route .route-section .route-two {
		width: 100%;
		margin: 0;
	}

	.section-route .route-section .train,
	.section-route .route-section .train2,
	.section-route .route-section .event {
		padding: 5px 10px 5px 15px;
	}

	.section-company table {
		margin-top: 20px;
	}

	.section-company table th {
		display: block;
		background: #eee;
		padding: 5px 20px;
	}

	.section-company table td {
		display: block;
		padding: 20px;
	}

	.section-company table tr:last-child {
		border: none;
	}

	.section-terms th {
		font-size: 12px;
	}

	.section-terms td {
		font-size: 12px;
	}

	.section-terms p.indent_text {
		font-size: 12px;
	}

	.section-terms h2 {
		font-size: 20px;
	}

	.section-terms .bordered-title h2 {
		font-size: 28px;
	}

.page .entry-content {
    padding-left: 10px;
    padding-right: 10px;
}
}

.footer-copyright {
    margin-top: 10px;
    text-align: center;
    color: black;
    font-size: 12px;
}
