/*アクセスポップアップkommon*/
.access_pop_common{
	min-width:auto;
	width:720px;
	margin:0 auto;
	text-align:left;
	border-top:4px solid #045DB7;
}
.access_pop_common #wrapper{
	padding:20px 0px 0;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.access_pop_common #wrapper h1{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	padding: 0 0 0 15px;
	display:block;
	font-weight:bold;
	font-size:2rem;
	background:url(../img/img-common/ttl_icoblu.gif) repeat-y left top;
	margin:0 0 15px;
	text-align:left;
}
.access_pop_common #wrapper .print_btn{
	text-align:right;
}
.access_pop_common #wrapper .first{
	font-size:1.4rem;
	margin:0 16px 30px;
}
.access_pop_common #wrapper .first span{
	color:#B20000;
	font-weight:bold;
}
.access_pop_common #wrapper .block{
  margin:0 10px;
}
.access_pop_common #wrapper .block .left{
	float:left;
	display:block;
	width:300px;
	margin:0 30px 20px 0;
	text-align:center;
}
.access_pop_common #wrapper .block .right{
	float:left;
	display:block;
	width:265px;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  padding: 0.5em 0.5em 0.5em 35px;
  font-size:1.4rem;
}
.access_pop_common #wrapper .block .right:before{
 /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #029AF4;
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 33%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.access_pop_common #wrapper .btn{
	text-align:center;
	margin:70px 0 30px;
}


/*電車ポップアップ*/
.access_pop-train #wrapper .img{
	width:90%;
	margin:0 auto 50px;
}
.access_pop-train #wrapper .img img{
	width:100%;
	text-align:center;
}
.access_pop-train #wrapper .img02{
	text-align:center;
}
.access_pop-train #wrapper .img02 img{
	text-align:center;
	width:100%;
}


/*バス*/
.access_pop-bus #wrapper .img02{
	text-align:center;
}
.access_pop-bus #wrapper .img02 img{
	text-align:center;
}

.access_pop-bus #wrapper .blk01 h5{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	padding: 0 0 0 15px;
	display:block;
	font-weight:bold;
	font-size:2rem;
	background:url(../img/img-common/ttl_icoblu.gif) repeat-y left top;
	margin:0 0 15px;
}
.access_pop-bus #wrapper .blk01 .block{
	margin:0 35px;
}
.access_pop-bus #wrapper .blk01 .block p{
	margin:0 16px 10px;
}
.access_pop-bus #wrapper .blk01 .block dl{
	margin:0 16px 10px;
	font-size:1.4rem;
}
.access_pop-bus #wrapper .blk01 .block dl dt{
	float:left;
	display:block;
	width:6em;
	color:#045DB7;
}
.access_pop-bus #wrapper .blk01 .block dl dd{
	float:left;
	display:block;
	width:580px;
}

/*車*/
.access_pop-car #wrapper .img02{
	text-align:center;
}
.access_pop-car #wrapper .img02 img{
	text-align:center;
	width:100%;
}

.route header,
.route #bread,
.route h2,
.route .route_printbtn,
.route .route_lead,
.route #hideHeader,
.route #trip_ai_container,
.route #teiten,
.route .room-slider,
.route .topback,
.route footer,
.route .headInfo,
.route .mainTitle,
.route .fix_bottom_nav,
.route #onetrust-consent-sdk,
.route #topcontrol{
	display: none;
}
.route #contents .route_list{
	max-width: 720px;
	margin: auto;
	padding-top: 50px;
}
.route #contents .route_list .item{
	display: flex;
	position: relative;
}
.route #contents .route_list .item:nth-child(3),
.route #contents .route_list .item:nth-child(6){
	margin-bottom: 250px!important;
}
.route #contents .route_list .item:nth-child(4),
.route #contents .route_list .item:nth-child(7){
	padding-top: 70px!important;
}
.route #contents .route_list .item:not(:last-child){
	padding-bottom: 55px;
	margin-bottom: 25px;
}
.route #contents .route_list .item:not(:last-child)::before{
	content: '';
	position: absolute;
	left: 150px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 32px 0 32px;
	border-color: #ccc transparent transparent transparent;
}
.route #contents .route_list .item > img{
	max-width: 366px;
}
.route #contents .route_list .item > dl{
	padding: 0 0 0 30px!important;
}
.route #contents .route_list .item > dl > dt{
	color: #055DB7;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 20px 0!important;
	padding: 0!important;
	display: flex;
}
.route #contents .route_list .item > dl > dt > span{
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: #029AF4;
	color: #fff;
	border-radius: 50%;
	line-height: 1.5em;
	text-align: center;
	margin: 0 7px 0 0;
	padding: 0;
}
.route #contents .route_list .item > dl > dd{
	margin: 0!important;
	padding: 0!important;
}
.route #contents .route_list .item > dl > dd p{
	font-size: 15px;
	padding-left: 0!important;
	margin-left: 0!important;
}