/* CSS Document base-****,map- */
@charset "utf-8";

/* MAP
---------------------------------*/
.base-map {
	width: 960px;
	height: 420px;
	background-image: url(../img/base/map.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	position: relative;
}
.base-map a {
	display: block;
	position: absolute;
	color: #f00;
	text-decoration: none;
	border: 1px solid #333;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
}

.icon-info {
	padding: 10px 10px 0 10px;
	list-style: none;
}
.icon-info li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 5px;
}
.icon-info-i {
	float: left;
}
.icon-info-t {
	font-size: 12px;
	display: block;
	margin-left: 22px;
}
.icon-ts {
	font-size: 10px;
}


@media screen and (max-width:640px){
	.base-map {
		display: none;
	}
}

/* MAP-ITEM
---------------------------------*/
.map-item-s {
	position: relative;
	display: inline-block;
	width: 480px;
	height: 190px;
	background:no-repeat right bottom url(../img/base/map-item-back.png);
}
.map-item-info {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 270px;
}
.map-item-info h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.map-item-info p {
	padding-bottom: 5px;
}
.map-item-info th {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #fff;
}
.map-item-info td {
	font-size: 14px;
	line-height: 16px;
	padding: 2px 0px 2px 5px;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph;
}
.map-item img {
	position: absolute;
	top: 10px;
	right: 0px;
}
.map-icon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	letter-spacing: 2pt;
}

.map-btn {
	font-size: 14px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.map-btn a {
	padding: 0 5px;
}


@media screen and (max-width:640px){
	.map-item-info h1 {
		display: block;
		width: 55%;
	}
	.map-item-l-info h1 {
		display: block;
		width: 55%;
	}
	.map-item-s {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 200px;
		background:no-repeat right bottom url(../img/base/map-item-back.png);
	}
	
	.map-item-info {
		width: 95%;
	}
	.map-item-s li {
		width: 100%;
		height: 220px;
	}
	.map-item-s table {
		width: 55%;
	}
	.map-item img {
		width: 40%;
		max-width: 180px;
		right: 20px;
	}
	.map-btn {
		bottom: 20px;
		font-size: 14px;
		right: 20px;
	}
	.map-btn a {
		color: #fff;
		padding: 10px;
		margin-left: 5px;
		background-color: #f00;
	}
	.map-btn a:hover {
		color: #fff;
	}
	.map-item-info td {
		font-size: 16px;
		line-height: 20px;
	}
	
}

/* MAP ITEM L
---------------------------------*/
.map-item-l {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 225px;
	background:no-repeat right bottom url(../img/base/map-item-back-l.png);
}

.map-item-l-info {
	padding-top: 10px;
	padding-left: 10px;
	width: 690px;
}
.map-item-l-info h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.map-item-l-info td {
	font-size: 14px;
	line-height: 16px;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph;
}
.map-item-l-table {
	width: 80%;
}


.l-table-icon {
	width: 18px;
}

.cell-mas {
	list-style: none;
	width: 45%;
}

.cell-mas li{
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 1px;
}

.cell-icon {
	padding: 10px 0;
}

span.cell-i {
	float: left;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	width: 60px;
	text-align: center;
	margin-right: 5px;
}

span.cell-l {
	display: block;
	margin-left: 25px;
}

.t-title {
	font-size: 14px;
	background-color: #ccc;
	width: 100%;
	font-weight: bold;
	padding:3px 0 3px 3px;
	margin-bottom: 5px;
}

.cell-l {
	display:inline-block;
	vertical-align: top;
	
}
.cell-r {
	vertical-align: top;
	margin-left: 15px;
	padding-left: 15px;
	display:inline-block;
	border-left: 1px dotted #ccc;
}

@media screen and (max-width:640px){
	.map-item-l {
		position: relative;
		display: inline-block;
		width: 100%;
		height:inherit;
		padding-bottom: 10px;
		background:no-repeat right bottom url(../img/base/map-item-back.png);
	}
	
	.cell-mas {
		width: 50%;
	}
	.cell-mas li{
		font-size: 16px;
		line-height: 18px;
		height: inherit;
		width: 100%;
		
	}
	
	.map-item-l-info {
		width: 95%;
	}
	
	.cell-l {
		display:inherit;
		

	}
	.cell-r {
		margin-left:inherit;
		padding-left:0;
		display:inherit;
		border-left:none;
	}
	
}
/* BASE SMART NAVI
---------------------------------*/
.base-snavi {
	display: none;
}
@media screen and (max-width:640px){
	.base-snavi {
		display: block;
	}
	.base-snavi li {
		display: inline-block;
		width: 33.3%;
	}

	.base-snavi a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		text-align: center;
		background: #f00;
		display: block;
		height: 80px;
		line-height: 80px;
		margin-right: 1px;
		margin-bottom: 1px;
	}
}

/* OTHER
---------------------------------*/
.base-p {
	padding-left: 20px;
	display: inline;
}

/*KYOTEN TYPE*/
.i-sk0:before {
	content: "\e914";
	font-size: 18px;
	color: #2f74ca;
}
.i-sk1:before {
	content: "\e915";
	font-size: 18px;
	color: #ff9c00;
}
.i-sk2:before {
	content: "\e916";
	font-size: 18px;
	color: #444f9d;
}
.i-sk3:before {
	content: "\e917";
	font-size: 18px;
	color: #577f84;
}
.i-sk4:before {
	content: "\e924";
	font-size: 18px;
	color: #2fca66;
}
.i-sk5:before {
	content: "\e922";
	font-size: 18px;
	color: #D62EAC;
}
.i-sk6:before {
	content: "\e920";
	font-size: 18px;
	color: #DD2059;
}
.i-sk7:before {
	content: "\e921";
	font-size: 18px;
	color: #FF5500;
}
