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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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;
}

body {
    color: #000000;
    font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    text-align: center;
	margin:0px;
	padding:0px;
}

ol, ul {
list-style: none;
}

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, menu, nav, section, summary {
display: block;
}

#container {
	width:1060px;
	margin:0 auto;
}

#header {
	background:url(../images/header_background.jpg) no-repeat;
	height:140px;
	padding-top:20px;
}

#header .left {
	float:left;
	width:600px;
	text-align:left;
	padding-left:50px;
}

#header .left p {
	font-size:73%;
	padding-top:12px;
}

#header .left .h_logo {
	padding-top:10px;
}

#header .right {
	float:left;
	width:340px;
	text-align:right;
	padding-right:50px;
	padding-left:20px;
}

#header .right p {
	font-size:90%;
}

#header .right .h_tel {
	padding:11px 0 12px 0;
}

#container2 {
	margin:0 auto;
	width:960px;
}

#gmenu {
	display:block;
	height:60px;
}

#gmenu ul li#pdetails a,
#gmenu ul li#greeting a,
#gmenu ul li#cprofile a,
#gmenu ul li#link a {
	float:left;
	overflow:hidden;
  	text-indent: 100%;
  	white-space: nowrap;
	width:240px;
	height:60px;
}

#gmenu ul li#pdetails a {
	background:url(../images/gmenu.jpg) no-repeat;
	background-position:0 0;
}

#gmenu ul li#pdetails a:hover {
	background:url(../images/gmenu_.jpg) no-repeat;
	background-position:0 0;
}

#gmenu ul li#greeting a {
	background:url(../images/gmenu.jpg) no-repeat;
	background-position:-240px 0;
}

#gmenu ul li#greeting a:hover {
	background:url(../images/gmenu_.jpg) no-repeat;
	background-position:-240px 0;
}

#gmenu ul li#cprofile a {
	background:url(../images/gmenu.jpg) no-repeat;
	background-position:-480px 0;
}

#gmenu ul li#cprofile a:hover {
	background:url(../images/gmenu_.jpg) no-repeat;
	background-position:-480px 0;
}

#gmenu ul li#link a {
	background:url(../images/gmenu.jpg) no-repeat;
	background-position:-720px 0;
}

#gmenu ul li#link a:hover {
	background:url(../images/gmenu_.jpg) no-repeat;
	background-position:-720px 0;
}

#gmenu ul li {
	position:relative;
}

#gmenu ul li ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
	transition: 0.5s;
	top:60px;
	left:0;
	width:240px;
}

#gmenu ul li ul li a {
	display:block;
	float:none !important;
	overflow:auto !important;
	text-indent:0 !important;
	width:auto !important;
	height:auto !important;
	padding:13px;
	background-color:#ffffff !important;
	background-color:rgba(255,255,255,0.9) !important;
	background-image:none !important;
	font-size:85%;
	color:#333;
	text-decoration:none;
}

#gmenu ul li ul li a:hover {
	background-image:none !important;
	background-color:#FFF; !important;
	color:#ec4f00;
}

#gmenu ul li:hover ul {
	visibility:visible;
	opacity:1;
	transition: 0.5s;
}

#mimage {
	background:url(../images/nightview.jpg) no-repeat;
	height:480px;
}

#blines {
	background:url(../images/nightview2.jpg) no-repeat;
	height:423px;
}

#blines .ttl {
	padding-top:51px;
	color:#fff;
	font-size:160%;
	font-weight:800;
	letter-spacing:2px;
}

#blines .ttln {
	font-weight:800;
	font-size:100%;
	color:#fff;
	letter-spacing:2px;
	padding-bottom:35px;
}

#blines p {
	color:#fff;
	font-size:90%;
	line-height:2;
	letter-spacing:1.2px;
	padding:40px 0;
}

#info .ttl {
	padding-top:55px;
	color:#000;
	font-size:160%;
	font-weight:800;
	letter-spacing:2px;
}

#info .ttln {
	font-weight:800;
	font-size:100%;
	color:#000;
	letter-spacing:2px;
	padding-bottom:48px;
}

#info .bg {
	background:url(../images/info_background.jpg) no-repeat;
	height:290px;
}

#info .ph {
	margin-top:20px;
	float:left;
	padding: 9px;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
	margin-left:36px;
}

#info .tb {
	margin-top:29px;
	padding-left:114px;
	float:left;
	width:444px;
	color:#fff;
	text-align:left;
}
	
#info .tb ul li {
	padding:14px 0;
	border-bottom:1px solid #fff;
	font-size:95%;
}

#amap .ttl {
	padding-top:55px;
	color:#000;
	font-size:160%;
	font-weight:800;
	letter-spacing:2px;
}

#amap .ttln {
	font-weight:800;
	font-size:100%;
	color:#000;
	letter-spacing:2px;
	padding-bottom:48px;
}

#amap .mbg {
	height:680px;
	background:url(../images/map_background.jpg) no-repeat;
}

#amap .mbg p {
	padding-top:40px;
}

#banner {
	padding:43px 0;
}

#footer {
	margin:0 auto;
	width:1060px;
	background-color:#000;
	height:100px;
}

#footer p {
	line-height:100px;
	color:#fff;
	font-size:90%;
}














































