@charset "shift_jis";
/* CSS Document */

/* /////////////////////
		access
///////////////////// */
#main .access {
	margin: 0 0 50px;
	overflow: hidden;
	clear: both;
}
.access_map {
	width: 100%;
  margin-bottom: 20px;
	overflow: hidden;
}
.iframe_wrap {
  width: 673px;
  margin: 5px auto;
}
.iframe_wrap p {margin-top: 4px;}
.access_wrap {
	width: 690px;
	padding-right: 7px;
}
.access_wrap h3 {
	width: 100%;
  margin-bottom: 2px;padding: 5px 0;
	font-size: 18px;font-weight: 400;color: #fff;line-height: 2em;text-indent: 1.2em;
	overflow: hidden;
	background: url(/com/temp2/img/wood_pattern.png) repeat;
}
.access_wrap h4 {
	width: 100%;
	margin: 15px auto 0;padding: 2px 0;
	font-size: 15px;font-weight: normal;color: #fff;line-height: 2em;text-indent: 1.2em;
	background: #8f7042;
}
.access_wrap h5 {
  margin: 5px auto;
	font-size: 15px;font-weight: 700;color: #8f7042;
}
/* common */
.flex {display: -webkit-flex;display: flex;}
.between {-webkit-justify-content: space-between;justify-content:         space-between;}
.align {-webkit-align-items: center;align-items: center;}
.frame {margin-bottom: 20px;}


table.common_tbl {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	margin-top: 15px;
}
table.common_tbl caption {text-align: left;font-weight: 700;}
table.common_tbl tr td {
	padding: 7px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.common_tbl td span {
	font-size: 11px;
	margin-right: 5px;
}
.airport {
  margin-top: 15px;
  font-size: 14px;
}
.airport li > p {font-size: 14px;font-weight: 700;}
.airport li div {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.airport li div p {font-size: 14px;}
.airport li div span {
  font-size: 11px;
  margin-right: 5px;
}
/* navigation | buttom */
.nav_btn {
	width: 100%;
	-webkit-flex-wrap: wrap;flex-wrap: wrap;
}
.nav_btn li {
	width: 225px;
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 13px;text-align: center;
}
.nav_btn li span {font-size: 15px;font-weight: 700;}
.nav_btn a {
	display: block;
	width: 204px;
	padding: 10px;
	border: 1px solid #eeae9d;
}
.nav_btn a:hover {
	color: #471c0b;
	background-color: #eeae9d;
}

/* anchor */
.nav_anchor {
	-webkit-justify-content: flex-end;justify-content: flex-end;
	margin-bottom: 3px;
}
.nav_anchor li {margin-left: 5px;}
.nav_anchor a:hover {color: #8f7042;}

/* photo_nav */
.photo_nav {
	width: 98%;
  margin: 0 auto;
	background: #e0e0e0;
}
.photo_nav h5 {text-indent: 8px;}
.photo_nav ul {padding: 0 8px;}
.photo_nav ul:last-child {padding: 0 8px 8px;}
.photo_nav li {width: 125px;}

/* taxi */
.taxi {
	width: 340px;
	border: 3px dotted #8f7042;
	padding: 25px 15px;
	text-align: center;
}
