@charset "utf-8";


/* アクセス/access/)
---------------------------------------------------------------------------*/


/**************************************/
/* フォルダ共通設定 */
/**************************************/
.access #page_img { background-image: url("/common/img/access/page_img.jpg"); }

/*------------------------
  アクセス
  /
  ------------------------*/
.access iframe {
	width: 100%;
	height: 450px;
}
@media screen and (max-width:1199px) { /* SP */
	.access iframe { height: 250px; }
}

.access p.car_title, .access p.train_title {
	position: relative;
	padding: 15px 0 10px 70px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.access p.car_title:before, .access p.train_title:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	
	background-repeat: no-repeat;
	background-size: contain;
}
.access p.car_title:before { background-image: url("/common/img/access/ic_car.png"); }
.access p.train_title:before { background-image: url("/common/img/access/ic_train.png"); }
.access .btn02 { width: 300px; }
@media screen and (max-width:1199px) { /* SP・タブレット */
	.access .btn02 {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	.access .contents01 > div > div.col_2th:first-child { margin-bottom: 20px; }
}
@media screen and (max-width:767px) { /* SP */
	.access p.car_title, .access p.train_title {
		padding: 15px 0 10px 70px;
		font-size: 14px;
	}
}

/* アクセスリスト */
.access_list > div { 
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.access_list > div:last-child { border-bottom: none; } 
.access_list div img  { 
	display: block;
	max-width: 300px;
}
@media screen and (min-width:768px) { /* PC・タブレット */
	.access_list > div > div  {
		float: right;
		width: 65%;
	}
	.access_list div img  {
		float: left;
		margin-bottom: 20px;
		width: 30%;
	}
}
@media screen and (max-width:767px) { /* SP */
	.access_list > div > div  {
		margin-bottom: 10px;
	}
	.access_list div img  {
		margin: 0 auto 20px;
		width: 100%;
	}
}

/* 車アクセス */
#car01, #car02 { 
	position: relative;
	z-index: -2;
}
.car_access dt {
	padding: 10px 0;
	text-align: center;
	border: 1px solid #d6bd22;
	background-color: #f7f2da;
	font-weight: bold;
}
.car_access dd {
	padding: 10px 0;
	position: relative;
	text-align: center;
}
.car_access dd:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90px;
	height: 30px;
	margin: auto;
	background-image: url(/common/img/access/car_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	
}
