@charset "UTF-8";
html, body, div, h1, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline; 
}

html {
	line-height: 1; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle; 
}

q, blockquote {
	quotes: none; 
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none; 
}

a img {
	border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block; 
}

body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #666666;
	line-height: 20px; 
	min-width: 1000px;
}
@media only screen and (max-width: 650px) {
  body {
		min-width: initial;
		min-width: auto;
		font-size: 13px;
		line-height: 18px;
		position: relative; 
} }	
img {
	border: 0;
	vertical-align: bottom; 
}
@media only screen and (max-width: 650px) {
  img {
		max-width: 94%;
		height: auto; 
} }
a {
	color: #666666; 
}
a:hover {
	color: #666; 
}

a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6; 
}

a.noopc img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1; 
}

br {
	letter-spacing: 0; 
}

.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}
@media only screen and (max-width: 650px) {
  .pagetop {
    bottom: 7px;
    right: 3px; }
  .pagetop img{
    width: 50%; } }

#container {
	*zoom: 1;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	overflow: hidden; 
	background: #fef3e2;
}
#container:after {
	content: "";
	display: table;
	clear: both; 
}
@media only screen and (max-width: 650px) {
  #container {
		width: 100%; 
} }

.logo_img{
	margin: 20px 600px;
	width: 100%; 
}
@media only screen and (max-width: 650px) {
  .logo_img {
		width: 94%;
		margin: 20px auto; 
} }

.access {
	width: 1127px;
	background: #fff;
	text-align: center;
	margin: 0 0 20px;
	position: relative;
	left: 395px;
	padding: 75px;
}
@media only screen and (max-width: 650px)  {
  .access {
		width: 94%;
		left: 8px; 
		padding: 15px;
} }

.access .parking {
	*zoom: 1;
	padding: 30px; 
	margin: 10px 0;
}
.access .parking:after {
	content: "";
	display: table;
	clear: both; 
}
@media only screen and (max-width: 650px) {
  .access .parking {
		width: 94%;
		padding: 8px; 
} }
.access .parking .img {
	float: left;
	width: 400px; 
}
.access .parking .txt {
	float: right;
	width: 580px; 
}
.access .parking .txt h3.blue {
	font-size: 21px;
	font-weight: bold;
	color: #3282c8;
	padding: 0 15px; 
	line-height: 120%;
	width: 250px;
}
.access .parking .txt .txt_inner {
	*zoom: 1;
	padding: 0 0 10px; 
}
.access .parking .txt .txt_inner:after {
	content: "";
	display: table;
	clear: both; 
}
.access .parking .txt .txt_inner .data {
	float: left; 
}
table.formTable{
	margin:0 auto;
	border-collapse: collapse;
	border:solid 1px #ccc; 
	width: 580px;
}
table.formTable th{
	padding:10px;
	background: #e6e6e6;
	border:solid 1px #ccc;
	width:25%;
}
table.formTable td{
	padding:10px;
	border:solid 1px #ccc;
	width:70%;
}
@media only screen and (max-width: 650px) {
  .access .parking .img {
		width: 100%;
		float: none;
} }
@media only screen and (max-width: 650px) {
  .access .parking .txt {
		width: 100%;
		float: none;
} }
@media only screen and (max-width: 650px) {
  table.formTable {
		width: 350px;
		padding-left:10px;
} }
.access .google {
	*zoom: 1;
	padding: 30px; 
	margin: 10px 0;
	border:solid 1px #fcf2e1;
}
.access .google:after {
	content: "";
	display: table;
	clear: both; 
}
@media only screen and (max-width: 650px) {
  .access .google {
		width: 94%;
		padding: 8px; 
} }
.access .google .googleimg {
	float: left;
	width: 400px; 
}
.access .google .train {
	float: right;
	width: 580px; 
}
@media only screen and (max-width: 650px) {
  .access .google .googleimg {
		width: 94%;
		float: none;
} }
@media only screen and (max-width: 650px) {
  .access .google .train {
		width: 100%;
		float: none;
		padding-top: 8px;
} }

#footer {
	*zoom: 1;
	margin: 0 auto;
	width: 1920px;
	padding: 20px 0; 
}
#footer:after {
	content: "";
	display: table;
	clear: both; 
}
@media only screen and (max-width: 650px) {
  #footer {
		width: 100%;
} }
#footer #address {
	padding: 50px 0 0;
	text-align: center;
	background: #fcf2e1; 
	height: 120px;
}
#footer #address p {
	line-height: 30px;
	font-size: 18px;
}
#footer #copyright {
	background: #ffdaa2;
	color: #9e8e75;
	text-align: center;
	padding: 5px 0; 
}
@media only screen and (max-width: 650px) {
  #footer #address {
		padding-top: 10px;
		height: 50%;
		width: 100%;
}
  #footer #address p {
		padding-top: 5px;
		font-size: 14px;
}
  #footer #copyright {
		width: 100%;
} }