@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
.con_route {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_route {
		width: 95%;
	}
}

@media print {
	.con_route {
		width: 95%;
	}
}

.ie8 .con_route {
	width: 95%;
}

#bg_page {
	background-image: url(../access/images/bg_title_pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../access/images/bg_title_sp.jpg);
	}
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.con_access {
		margin-top: 50px;
	}
}

.con_access #map {
	height: 450px;
	background: #ccc;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.con_access #map {
		height: 260px;
	}
}

.con_access .box_access {
	overflow: hidden;
}

.con_access .box_access .img {
	float: left;
	width: 28.94737%;
}

@media only screen and (max-width: 767px) {
	.con_access .box_access .img {
		float: none;
		width: 100%;
	}
	.con_access .box_access .img img {
		width: 100%;
	}
}

.con_access .box_access .box_content {
	width: 67.54386%;
	float: right;
}

@media only screen and (max-width: 767px) {
	.con_access .box_access .box_content {
		float: none;
		width: 100%;
	}
}

.con_access .box_access .box_content h3 {
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 179%;
	padding-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
	.con_access .box_access .box_content h3 {
		font-size: 158%;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_access .box_content h3 {
		font-size: 129%;
		margin-top: 15px;
	}
}

.con_access .box_access .box_content .box_address {
	float: left;
	width: calc(100% - 320px);
}

@media only screen and (max-width: 1024px) {
	.con_access .box_access .box_content .box_address {
		float: none;
		width: 100%;
	}
}

.con_access .box_access .box_content .box_address address {
	font-size: 115%;
	font-weight: bold;
}

.con_access .box_access .box_content .box_address .txt_tel {
	font-family: "Times New Roman", serif;
	line-height: 1.4;
	font-size: 200%;
}

.con_access .box_access .box_content .box_address .txt_tel a {
	text-decoration: none;
	display: block;
}

.con_access .box_access .box_content .box_address .txt {
	font-size: 93%;
}

.con_access .box_access .box_content .box_address .txt_fax {
	font-size: 115%;
}

.con_access .box_access .box_content .btns {
	float: right;
	width: 310px;
}

@media only screen and (max-width: 1024px) {
	.con_access .box_access .box_content .btns {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_access .box_content .btns {
		text-align: center;
	}
}

.con_access .box_access .box_content .btns li {
	margin-top: 10px;
}

.con_access .box_access .box_content .btns li:first-child {
	margin-top: 0;
}

/* -----------------------------------------------------------
	.con_route
----------------------------------------------------------- */
.con_route .con_access .wrp {
	overflow: hidden;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .wrp {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .wrp {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .wrp {
		margin: 0 !important;
	}
}

.con_route .con_access .sp_att {
	font-size: 93%;
	text-align: center;
	color: #5d5d5d;
	padding: 5px 0;
}

@media only screen and (min-width: 768px) {
	.con_route .con_access .sp_att {
		display: none;
	}
}

@media print {
	.con_route .con_access .sp_att {
		display: none;
	}
}

.ie8 .con_route .con_access .sp_att {
	display: none;
}

.con_route .con_access .box_access {
	float: left;
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .box_access {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 5px !important;
	}
}

.con_route .con_access .box_access dl .car {
	margin-top: 1em;
}

.con_route .con_access .box_access dl dt {
	background: #333333;
	color: #fff;
	font-size: 129%;
	text-align: center;
	padding: 12px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .box_access dl dt {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .box_access dl dt {
		font-size: 115%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .box_access dl dt {
		padding: 12px 9px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .box_access dl dt.active:after {
		margin-top: -13px;
		content: "\f068";
		-o-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.con_route .con_access .box_access dl dt:after {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		text-align: center;
		top: 50%;
		right: 15px;
		font-size: 16px;
		margin-top: -10px;
		display: inline;
		vertical-align: middle;
		color: #b09d94;
		-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	}
}

.con_route .con_access .box_access dl dd {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .box_access dl dd {
		display: none;
		margin-bottom: 30px;
	}
}

.con_route .con_access .box_access dl dd > div {
	overflow: hidden;
}

.con_route .con_access .box_access dl dd > div.time {
	text-align: center;
}

.con_route .con_access .box_access dl dd > div.time span {
	display: block;
	font-size: 93%;
	position: relative;
	padding: 5px 0;
	z-index: 2;
	background: #fff;
}

.con_route .con_access .box_access dl dd > div.time > div {
	padding: 25px 0;
	position: relative;
}

.con_route .con_access .box_access dl dd > div.time > div:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 2px dotted #002b52;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -2px;
}

.con_route .con_access .box_access dl dd > div.time ul {
	display: table;
	width: 100%;
}

.con_route .con_access .box_access dl dd > div.time ul li {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 25px 0;
	position: relative;
}

.con_route .con_access .box_access dl dd > div.time ul li:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 2px dotted #002b52;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -2px;
}

.con_route .con_access .box_access dl dd > div.bg {
	text-align: center;
}

.con_route .con_access .box_access dl dd > div.bg span {
	display: block;
	border: 1px solid #333333;
	font-size: 129%;
	text-align: center;
	padding: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .box_access dl dd > div.bg span {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .box_access dl dd > div.bg span {
		font-size: 115%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .box_access dl dd > div.bg span {
		padding: 12px 9px;
	}
}

.con_route .con_access .box_access dl dd > div.bg ul {
	overflow: hidden;
}

.con_route .con_access .box_access dl dd > div.bg ul li {
	float: right;
	width: 49%;
}

.con_route .con_access .box_access dl dd > div.bg ul li:first-child {
	float: left;
}

.con_route .con_access .box_access dl dd > div.goal {
	text-align: center;
	color: #fff;
	font-size: 129%;
	text-align: center;
	padding: 12px;
	background: #002b52;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .box_access dl dd > div.goal {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .con_access .box_access dl dd > div.goal {
		font-size: 115%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .con_access .box_access dl dd > div.goal {
		padding: 12px 9px;
	}
}

.con_route .con_access.access_train .wrp {
	overflow: hidden;
	margin-left: -2%;
}

.con_route .con_access.access_train .wrp .box_access {
	width: 48%;
	margin-left: 2%;
}

.con_route .con_access.access_car .wrp {
	overflow: hidden;
	margin-left: -2%;
}

.con_route .con_access.access_car .wrp .box_access {
	width: 23%;
	margin-left: 2%;
}

/*# sourceMappingURL=../maps/access.css.map */
