@charset "UTF-8";
/* CSS Document */

.info {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.left {
	float: left;
	width: 100%;
}
.right {
	background-color: #FFF;
	box-sizing: border-box;
	float: right;
	margin: auto;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 7px;
	bottom: 7px;
	width: 50%;
}
.th {
	float: left;
	clear: both;
	min-height: 5rem;
	letter-spacing: 0.7rem;
	line-height: 5rem;
	text-align: right;
	width: 20%;
}
.td {
	box-sizing: border-box;
	float: left;
	min-height: 5rem;
	letter-spacing: 0.2rem;
	line-height: 5rem;
	padding-left: 35px;
	text-align: left;
	width: 80%;
}
.col {
	background-color: #E2E2E2;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.right_title {
	text-align: left;
	text-indent: 1.5rem;
}
.hinmoku {
	text-align: left;
}
.hinmoku_li {
	line-height: 2.4rem;
	list-style-position: inside;
	list-style-type: decimal;
	margin: 5px 0;
	text-indent: 7rem;
}
.shurui {
	border: solid 1px #AFAFAF;
	line-height: 2.5rem;
	margin: 30px auto;
	padding: 5px;
	width: 100%;
}
.hidari {
	border-bottom: solid 0.75px #CACACA;
	float: left;
	clear: both;
	text-align: right;
	width: 35%;
}
.migi {
	border-bottom: solid 0.75px #CACACA;
	box-sizing: border-box;
	float: right;
	padding-left: 25px;
	text-align: left;
	width: 65%;
}
.th2 {
	letter-spacing: 0.3rem;
}

/*Access*/
.map_waku {
	border: solid 1px #AFAFAF;
	box-sizing: border-box;
	margin: 0 auto;
	width: 80%;
}
.map {
	box-sizing: border-box;
	height: 500px;
	margin: 15px auto;
	width: 95%;
}
.way {
	background-color: #E3D1C2;
	height: 150px;
	position: relative;
	text-align: left;
	width:  100%;
}
.way_hidari {
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 10%;
	width: 50%;
}
.way_migi {		
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 10px;
	right: -10%;
	width: 50%;
}
.way_title {
	color: #031776;
}

/*googlemap*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*スマホ*/
@media screen and (max-width: 960px) {
	.left, .right {
		padding: 5px 0;
	}
	.left, .right {
		clear: both;
		position: static;
	}
	.right {
		border: 1px solid #000;
		margin: 30px 5px;
		width: 97%;
	}
	.hinmoku_li {
		text-indent: 3rem;
	}
	.migi, .hidari, .th, .td {
		border-bottom: none;
		box-sizing: border-box;
		clear: both;
		min-height: 3rem;
		line-height: 3rem;
		padding-right: 1rem; 
		text-align: left;
		width: 100%;
	}
	.shurui {
		border: none;
		padding: 0;
		width: 100%;
	}
	.hidari, .th, .itaru {
		background-color: #E2E2E2;
		padding-left: 1rem;
	}
	.migi, .td {
		padding-left: 2rem;
	}
	.th2, .td {
		background-color: #fff;
		text-align: left;
		width: 100%;
	}
	.th, .itaru {
		background-color: #E2E2E2;
		padding-left: 1rem;
	}
	.blank {
		display: none;
	}
	.borderB {
		border-bottom: solid 1px #E2E2E2;
	}
	.way {
		box-sizing: border-box;
		height: auto;
		padding: 10px;
	}
	/*.way_title img {
		display: none;
	}*/
	.way_migi, .way_hidari {
		height: auto;
		margin: 10px;
		min-width: 95%;
		position: static;
	}
}
