@charset "UTF-8";



/*ページ内共通
---------------------------------------------------------*/
.guide .route_list {
	width: 62%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.guide .route_list .img_box {
	position: relative;
}
.guide .route_list .img_box .abs_l,
.guide .route_list .img_box .abs_r {
	width: 23.5%;
	max-width: 140px;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.guide .route_list .img_box .abs_l {
	left: 0;
	transform: translateX(-130%);
}
.guide .route_list .img_box .abs_r {
	right: 0;
	transform: translateX(130%);
}
.guide .route_list .img_box + p {
	margin-top: 1.2em;
}
.guide .route_list > li::after {
	content: "";
	display: block;
	width: 100%;
	height: .8em;
	background: url("../images/arrow@2x.png") no-repeat center center;
	background-size: contain;
	margin: 40px 0;
}
.guide .route_list > li:last-child::after {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_link_list2 li {
	width: 50%;
}
.com_link_list2 li:nth-child(even) {
	border-right: none;
}

.guide .route_list {
	width: 68%;
}
.guide .route_list .img_box .abs_l,
.guide .route_list .img_box .abs_r {
	width: 25%;
}
.guide .route_list .img_box .abs_l {
	transform: translateX(-90%);
}
.guide .route_list .img_box .abs_r {
	transform: translateX(90%);
}
.guide .route_list .img_box + p {
	margin-top: 1.0em;
}
.guide .route_list > li::after {
	margin: 6% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.guide .route_list {
	width: 84%;
}
.guide .route_list .img_box .abs_l,
.guide .route_list .img_box .abs_r {
	width: 28%;
}
.guide .route_list .img_box .abs_l {
	transform: translateX(-55%);
}
.guide .route_list .img_box .abs_r {
	transform: translateX(55%);
}
.guide .route_list .img_box + p {
	margin-top: .8em;
}
.guide .route_list > li::after {
	height: .6em;
	margin: 8% 0;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}