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

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
.con_access .box_intro, .con_access .box_route, .con_access .box_bn {
	max-width: 1160px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.con_access .box_intro, .con_access .box_route, .con_access .box_bn {
		width: 95%;
	}
}

.con_access .box_intro .box_txt:after, .con_access .box_bn:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../access/images/bg_title-pc.jpg);
}

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

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
	margin-bottom: 120px;
}

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

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

.con_access .box_intro {
	margin-bottom: 130px;
	margin-top: 50px;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_intro {
		margin-top: 40px;
	}
}

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

.con_access .box_intro .box_txt {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_intro .box_txt .intro_txt {
		width: 60%;
		float: left;
		padding-right: 3em;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_intro .box_txt .intro_txt {
		padding: 2em 0;
	}
}

.con_access .box_intro .box_txt .intro_txt .txt_top {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "SourceHanSerifJP-Regular", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	font-size: 154%;
	line-height: 1.21739;
	color: #453939;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_intro .box_txt .intro_txt .txt_top {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_intro .box_txt .intro_txt .txt_top {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_intro .box_txt .intro_txt .txt_top {
		font-size: 134%;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_intro .box_txt .intro_txt .txt_top {
		font-size: 114%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_access .box_intro .box_txt .intro_txt .txt_top {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_intro .box_txt .intro_txt .txt_top {
		text-align: center;
	}
}

.con_access .box_intro .box_txt .intro_txt .txt_top .num {
	font-size: 153%;
	color: #bfb554;
}

.con_access .box_intro .box_txt .img_map {
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 999;
	background: #fff;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_intro .box_txt .img_map {
		position: static;
		width: 40%;
		float: left;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_intro .box_txt .img_map {
		position: static;
	}
}

.con_access .box_map {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

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

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

.con_access .box_map #map {
	height: 620px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_map #map {
		height: 550px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_map #map {
		height: 350px;
		margin-bottom: 1em;
	}
}

.con_access .box_map .btn_ghost {
	text-align: right;
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.con_access .box_map .btn_ghost {
		padding: 5px;
	}
}

.con_access .box_route {
	margin-bottom: 100px;
}

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

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

.con_access .box_route .st_high {
	margin-bottom: 60px;
}

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

@media only screen and (max-width: 767px) {
	.con_access .box_route .st_high {
		margin-bottom: 3em;
	}
}

.con_access .box_route .list_route .item_route {
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_route .list_route .item_route {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route {
		margin-bottom: 12%;
	}
}

.con_access .box_route .list_route .item_route:last-child {
	margin-bottom: 0;
}

.con_access .box_route .list_route .item_route .st_mid_left {
	margin-left: -23.5%;
	margin-bottom: 25px;
}

.con_access .box_route .list_route .item_route .st_mid_left:before {
	width: 18%;
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route .st_mid_left {
		margin-bottom: 15px;
		margin-left: 0;
	}
}

.con_access .box_route .list_route .item_route .route_pc {
	text-align: center;
}

.con_access .box_route .list_route .item_route .route_sp .list:before, .con_access .box_route .list_route .item_route .route_sp .list:after {
	content: " ";
	clear: both;
	display: table;
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route .route_sp .list .box_way .panel {
		display: none;
		padding-bottom: 20px;
	}
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .start,
.con_access .box_route .list_route .item_route .route_sp .list .box_way .point,
.con_access .box_route .list_route .item_route .route_sp .list .box_way .end {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "SourceHanSerifJP-Regular", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 120%;
	color: #222;
	text-align: center;
	padding: 15px 0;
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route .route_sp .list .box_way .start,
	.con_access .box_route .list_route .item_route .route_sp .list .box_way .point,
	.con_access .box_route .list_route .item_route .route_sp .list .box_way .end {
		font-size: 94%;
		padding: 10px 0;
	}
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .start {
	display: block;
	position: relative;
	background: #f4f4ea;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route .route_sp .list .box_way .start {
		cursor: pointer;
	}
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .start:hover, .con_access .box_route .list_route .item_route .route_sp .list .box_way .start.active {
	color: #fff;
	background: #bfb554;
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .start.active .ic_arrow {
	-webkit-transform: rotate(180deg) translate(0, -50%);
	-ms-transform: rotate(180deg) translate(0, -50%);
	transform: rotate(180deg) translate(0, -50%);
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .start .ic_arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(0deg) translate(0, -50%);
	-ms-transform: rotate(0deg) translate(0, -50%);
	transform: rotate(0deg) translate(0, -50%);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .point {
	display: block;
	background: #f4f4ea;
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .road {
	display: block;
	position: relative;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "SourceHanSerifJP-Regular", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 120%;
	color: #222;
	text-align: center;
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route .route_sp .list .box_way .road {
		font-size: 94%;
	}
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .road:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #cfcfcf;
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .road span {
	display: block;
	position: relative;
	background: #fff;
}

.con_access .box_route .list_route .item_route .route_sp .list .box_way .end {
	display: block;
	color: #fff;
	background: #bfb554;
}

@media only screen and (max-width: 767px) {
	.con_access .box_route .list_route .item_route .route_sp .list .box_way.active .panel {
		display: block;
	}
}

.con_access .box_bn {
	border: 1px solid #dfdfdf;
	max-width: 960px;
	display: table;
}

.con_access .box_bn .box_img {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}

.con_access .box_bn .box_img img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_access .box_bn .box_img {
		display: block;
		width: 100%;
	}
}

.con_access .box_bn .box_txt {
	text-align: center;
	padding: 2em;
	display: table-cell;
	vertical-align: middle;
	width: 55%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_bn .box_txt {
		padding: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_bn .box_txt {
		display: block;
		width: 100%;
	}
}

.con_access .box_bn .box_txt .st_mid {
	margin-bottom: 3em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_bn .box_txt .st_mid {
		margin-bottom: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_bn .box_txt .st_mid {
		margin-bottom: 2em;
	}
}

.con_access .box_bn .box_txt .txt {
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_access .box_bn .box_txt .txt {
		margin-bottom: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_bn .box_txt .txt {
		margin-bottom: 2em;
	}
}

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