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

/*** nav css (TOP PAGE以外はこの以下のCSSを利用する) ***/
#mainBox2 {
	width: 100%;
}
#mainBox2 p {
	width: 100%;
	height: auto;
	padding-top: 5px;
}
#mainBox2 p img {
	width: 100%;
}
nav {
	width: 100%;
	height: 60px;
	background: url(../img/shared/nav/navBk.gif) repeat-x left;
	margin-bottom: 5px;
}
nav ul#navInner {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
nav ul li {
	float: left;
	width: 160px;
	height: 60px;
}
nav ul li a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
li#homeNav {
	background: url(../img/shared/nav/home_off.png) no-repeat;
}
li#homeNav a:hover {
	background: url(../img/shared/nav/home_on.png) no-repeat;
}
li#useNav {
	background: url(../img/shared/nav/use_off.png) no-repeat;
}
li#useNav a:hover {
	background: url(../img/shared/nav/use_on.png) no-repeat;
}
li#voiceNav {
	background: url(../img/shared/nav/voice_off.png) no-repeat;
}
li#voiceNav a:hover {
	background: url(../img/shared/nav/voice_on.png) no-repeat;
}
li#menuNav {
	background: url(../img/shared/nav/menu_off.png) no-repeat;
}
li#menuNav a:hover {
	background: url(../img/shared/nav/menu_on.png) no-repeat;
}
li#tennaiNav {
	background: url(../img/shared/nav/tennai_off.png) no-repeat;
}
li#tennaiNav a:hover {
	background: url(../img/shared/nav/tennai_on.png) no-repeat;
}
li#accessNav {
	text-indent: -9999px;
	background: url(../img/shared/nav/access_here.png) no-repeat;
}
/*** 背景 ***/
.access-wrapper {
	width: 100%;
}
.access_contact {
	width: 100%;
	height: 1500px;
}
/*** タイトル ***/
.useTitle2 {
	width: 960px;
}
.useTitle2 h2 {
	text-align: center;
	padding: 28px 0 5px;
}
/*このページだけタイトル下幅取らない*/
.useTitle {
	height: auto;
}
/*** 店舗情報 ***/
.access-wrapper .bow_wrapper_2row .l_2row {
	width: 470px;
	float: left;
}
.access-wrapper .bow_wrapper_2row .r_2row {
	width: 470px;
	float: right;
}
.access-wrapper .bow_wrapper_2row .r_2row img {
	width: 420px;
	height: auto;
	margin-left: 40px;
	padding-top: 30px;
}
.access-wrapper .bow_wrapper_2row .l_2row dl {
	padding: 12px 2px 0 12px;
	border-bottom: 1px #65522a dotted;
}
.access-wrapper .bow_wrapper_2row .l_2row dt {
	color: #ae944e;
	line-height: 2.3em;
	width: 10em;
	border-right: 3px #ae944e solid;
}
.access-wrapper .bow_wrapper_2row .l_2row dd {
	color: #fff;
	line-height: 2.3em;
	padding-left: 12em;
	margin-bottom: 12px;
	margin-top: -2.2em;
}
.access-wrapper a {
	color: #ae944e;
	text-decoration: none;
	text-align: right;
}
.access-wrapper a:hover {
	text-decoration: underline;
}
.under_none {
	border-bottom: none;
}
.r_2row .btn_box {
	margin: 20px 100px;
}
.access-wrapper .r_2row .btn_box a:hover {
	text-decoration: none;
}
/*** GoogleMap ***/
#access-googlemap-box {
	width: 960px;
	height: 510px;
	margin-top: 60px;
	position: relative;
	background: url(../access/img/goglemap_underpic.gif) no-repeat top left;
}
#access-googlemap-box p {
	position: absolute;
	right: 30px;
	top: -30px;
	z-index: 1;
}
#access-googlemap {
	width: 921.4px;
	height: 431.3px;
	position: absolute;
	top: 19.3px;
	left: 20.4px;
}
/*** 車でお越しの方へ ***/
#access_contact {
	width: 100%;
	color: #ddd;
}
#access_contact h3 {
	padding: 40px 0 0;
}
#access_contact a {
	color: #ae944e;
	text-decoration: none;
}
#access_contact a:hover {
	text-decoration: underline;
}
#access_contact .lead {
	width: 470px;
	font-size: 1.5em;
	font-family: serif;
	color: #ddd;
	font-weight: bold;
	float: left;
	line-height: 1.8em;
}
#access_contact .car_map {
	width: 470px;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-top: -40px;
}
#access_contact .car_map img {
	width: 470px;
}
#access_contact .map-box {
	width: 470px;
	float: left;
}
#access_contact .map-box2 {
	width: 470px;
	float: right;
}
#access_contact .map-box h4, #access_contact .map-box2 h4 {
	font-size: 1.5em;
	font-family: serif;
	color: #8b0f00;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	border-bottom: #8b0f00 2px dotted;
}
#access_contact .map-box p, #access_contact .map-box2 p {
	color: #3c2a14;
	padding: 0 40px 20px;
	text-align: center;
}
#access_contact .map-box img, #access_contact .map-box2 img {
	width: 450px;
	height: 240px;
	margin: 0px 10px;
}
#access_contact .map-box img.yajirusi, #access_contact .map-box2 img.yajirusi {
	width: 50px;
	height: auto;
	margin: 0px 210px;
	padding-bottom: 20px;
}
