@charset "UTF-8";
/* CSS PC/SP共通レイアウト */
/*--------------------------------------------------*
 *   コンテンツ
 *--------------------------------------------------*/
#main_contents {
  padding: 0px 0px 150px !important;
}
#main_contents .access {
	width: 1100px;
	margin: 100px auto 0px;
}
#main_contents .access .access_list ul li {
	width: 510px;
	float: left;
}
#main_contents .access .access_list ul li:nth-child(1) {
	margin-right: 80px;
}
#main_contents .access .access_list ul li p:nth-child(1) {
	font-size: 3.6rem;
	color: #FFF;
	font-weight: 700;
	line-height: 70px;
	background: url(../img/access/img_arrow.png) no-repeat left top;
	padding-left: 30px;
}
#main_contents .access .access_list ul li p:nth-child(2) {
	line-height: 1.6;
	margin-top: 20px;
}
#main_contents .access .access_list ul li .access_memo {
	padding-left:3em;
}
#main_contents .access .access_list ul li .access_memo a{
	color: #1f6ed4;
	font-weight: bold;
	text-decoration: underline;
}
#main_contents .access .access_list ul li a.access_link {
	color: #1f6ed4;
	font-weight: bold;
	text-decoration: underline;
}
#main_contents .access .bt_access {
	width: 400px;
	margin: 70px auto 0px;
}
#main_contents .access .bt_access a {
	display: block;
	font-size: 1.9rem;
	color: #FFF;
	font-weight: 700;
	line-height: 80px;
	background: url(../img/access/bt_arrow.png) no-repeat 92% center;
	background-color: #186ab4;
	border-radius: 10px;
	text-align: center;
	padding-right: 30px;
}
#main_contents .access .bt_access a:hover {
	opacity: 0.7;
}


#main_contents .access .bt_timetable {
	width: 360px;
	margin: 20px auto 0px;
}
#main_contents .access .bt_timetable a {
	display: block;
	font-size: 1.6rem;
	color: #FFF;
	font-weight: 700;
	line-height: 60px;
	background: url(../img/access/bt_arrow.png) no-repeat 92% center;
	background-color: #186ab4;
	border-radius: 10px;
	text-align: center;
	padding-right: 30px;
}
#main_contents .access .bt_timetable a:hover {
	opacity: 0.7;
}


#main_contents .access .map {
	margin-top: 60px;
}

/* スマホレイアウト */
@media (max-width: 639px) {
/*--------------------------------------------------*
 *   コンテンツ
 *--------------------------------------------------*/
#main_contents {
  padding: 0px 0px 18vw !important;
}
  #main_contents .access {
	width: 90%;
	margin: 3vw auto 0;
}
#main_contents .access .access_list ul li {
	width: 100%;
	float: none;
  padding-top: 9vw;
}
#main_contents .access .access_list ul li:nth-child(1) {
	margin-right: 0px;
}
#main_contents .access .access_list ul li p:nth-child(1) {
	font-size: 5.6vw;
	line-height: 12vw;
	background-position: left top;
  background-size: 100% 12vw;
	padding-left: 5vw;
}
#main_contents .access .access_list ul li p:nth-child(2) {
	margin-top: 4vw;
}
#main_contents .access .bt_timetable {
	width: 70vw;
	margin: 10vw auto 0px;
}
#main_contents .access .bt_timetable a {
	font-size: 3.4vw;
	line-height: 1.6;
  border-radius: 6px;
  padding: 2vw 0;
}

#main_contents .access .bt_access {
	width: 70vw;
	margin: 10vw auto 0px;
}
#main_contents .access .bt_access a {
	font-size: 3.4vw;
	line-height: 1.6;
  border-radius: 6px;
  padding: 2vw 0;
}

#main_contents .access .map {
	margin-top: 12vw;
	height: 0;
	overflow: hidden;
	padding-bottom: 80vw;
	position: relative;
}
  #main_contents .access .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
}