﻿@charset "UTF-8";
h2 {
	margin: 0 0 30px;
}
h3 {
	margin: 0 0 40px;
	padding: 0 0 0 24px;
	color: #0089D2;
	font-size: 20px;
	line-height: 1;
	position: relative;
}
h3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #0089D2;
	position: absolute;
	top: 0;
	left: 0;
}
.inner_wrap {
	width: 85%;
	margin: 0 auto;
}
.trafic_map {
	margin: 0 auto 70px;
	padding: 0 20px;
}
.select_menu {
	margin: 0 0 20px;
	overflow: hidden;
}
.select_menu li {
	float: left;
	width: 32%;
	margin: 0 2% 10px 0;
}
.select_menu li:nth-child(3n) {
	margin: 0 0 10px 0;
}
.select_menu li a {
	padding: 0 0 0 1.5em;
	color: #0089D2;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.select_menu li a:hover {
	text-decoration: none;
}
.select_menu li a:before {
	content: "\f107";
	font-family: FontAwesome;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background: #0089D2;
	position: absolute;
	top: 50%;
	left: 0;
}
.spot_wrap {
	display: table;
	margin: 0 auto 40px;
	padding: 0 20px;
	overflow: hidden;
}
.spot_wrap .place_title {
	display: table-cell;
	border: 4px solid #ba5147;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.spot_wrap .place_title img {
	width: 80%;
}
.spot_wrap .root {
	width: 80%;
	display: table-cell;
	overflow: hidden;
}
.spot_wrap .root ul {
}
.spot_wrap .root ul li {
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
.spot_wrap .traffic {
	float: right;
	width: 75%;
	margin: 0 0 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
}
section article#traffic .spot_wrap .traffic .time {
	float: right;
	margin: 0 20px 0 0;
}
section article#spot .spot_wrap .traffic {
	float: left;
}
.spot_wrap .place {
	float: left;
	width: 25%;
	height: 50px;
	margin: 0 0 0 0;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #70726e;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.spot_wrap .place.dbl {
	line-height: 1.4;
}
.spot_wrap .f-small {
	display: inline;
	font-size: 10px;
}
.spot_wrap .train {
	display: block;
	margin: -5px 0 0 0;
	padding: 18px 0 0 15px;
	font-size: 14px;
	color: #70726e;
	background: url(../img/access/arrow_icon.png) top left no-repeat;
	background-size: contain;
}
.spot_wrap .time {
	display: block;
	padding: 0 20px 0 0;
	text-align: right;
	color: #d8423e;
}
.spot_wrap .near .time {
	width: 80px;
}
.spot_wrap .time.walk {
	font-size: 15px;
}
.spot_wrap strong {
	font-size: 24px;
}
ul.agreement li {
	margin: 0 0 10px;
}
#case01 .kome {
	text-align: right;
	font-size: 14px;
}
.bus_plan a {
	margin: 0 0 30px;
}
ul.agreement {
	margin: 0 0 40px;
}
.inner:last-of-type {
	margin: 0 0 40px 0;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
h2 {
	margin: 0 0 30px;
}
h3 {
	margin: 0 0 20px;
	padding: 0 0 0 24px;
	color: #0089D2;
	font-size: 18px;
}
h3:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
}
.inner_wrap {
	width: 100%;
}
.trafic_map {
	margin: 0 auto 40px;
	padding: 0 0;
}
.select_menu {
	margin: 0 0 20px;
	overflow: hidden;
}
.select_menu li {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.select_menu li:nth-child(3n) {
	margin: 0 0 10px 0;
}
.select_menu li a {
	padding: 0 0 0 1.5em;
	color: #0089D2;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.select_menu li a:hover {
	text-decoration: none;
}
.select_menu li a:before {
	content: "\f107";
	font-family: FontAwesome;
	width: 1em;
	height: 1em;
	margin: -0.5em 0 0;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background: #0089D2;
	position: absolute;
	top: 50%;
	left: 0;
}
.spot_wrap {
	margin: 0 auto 20px;
	padding: 0 0;
}
.spot_wrap .place_title {
	border: 2px solid #ba5147;
}
.spot_wrap .place_title img {
	width: 80%;
}
.spot_wrap .root {
	width: 80%;
}
.spot_wrap .root ul li {
	min-height: 70px;
	margin: 0 0 20px 0;
}
.spot_wrap .traffic {
	float: right;
	width: 65%;
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 1.2;
}
section article#traffic .spot_wrap .traffic .time {
	float: right;
	margin: 0 20px 0 0;
}
section article#spot .spot_wrap .traffic {
	float: left;
}
.spot_wrap .place {
	float: left;
	width: 35%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 11px;
	line-height: 60px;
}
.spot_wrap .place.dbl {
	padding: 20px 0 0;
	line-height: 1.4;
}
.spot_wrap .f-small {
	display: inline;
	font-size: 10px;
}
.spot_wrap .train {
	display: block;
	margin: -5px 0 0 0;
	padding: 10px 0 0 5px;
	font-size: 11px;
	line-height: 1.4;
	color: #70726e;
	background: url(../img/access/arrow_icon.png) top left no-repeat;
	background-size: contain;
}
.spot_wrap .time {
	padding: 0 10px 5px 0;
}
.spot_wrap .near .time {
	width: 80px;
}
.spot_wrap .time.walk {
	font-size: 15px;
}
.spot_wrap strong {
	font-size: 18px;
}
ul.agreement li {
	margin: 0 0 20px;
}
#case01 .kome {
	text-align: right;
	font-size: 14px;
}
.bus_plan a {
	margin: 0 0 30px;
}
ul.agreement {
	margin: 0 0 40px;
}
.inner:last-of-type {
	margin: 0 0 40px 0;
}
}

/* ▼▼▼ 320px〜
=====================================*/
@media screen and (max-width: 320px) {
	
	.spot_wrap .place {
    width: 35%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 5px 0;
    font-size: 10px;
}
	
}


