@charset "utf-8";


/*====================================================================

	大見出し

====================================================================*/

/*----------------------------------------------------
	中見出し
/*--------------------------------------------------*/

/* 小見出し */


/*====================================================================

	リセット

====================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }


/*====================================================================

	フォントの基本設定

====================================================================*/

body {
	color: #FFF;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 1;
}


/*====================================================================

	アンカー

====================================================================*/

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a:focus {
	outline: none;
}

/*====================================================================

	スタイルのためのクラス

====================================================================*/

.clear {clear:both;}

.mt0  {margin-top: 0px!important;}
.mt5  {margin-top: 5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}
.mt80 {margin-top:80px!important;}
.mt90 {margin-top:90px!important;}
.mt100 {margin-top:100px!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {margin-bottom: 5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
.mb50 {margin-bottom:50px!important;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}


.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}


/*====================================================================

	html, body

====================================================================*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #212121;
}

/*====================================================================

	ホーム

====================================================================*/

#homeContainer {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 620px;
}

#homeLogo {
	position: absolute;
	right: 50px;
	top: 25%;
}
#homeLogo img {
	position: relative;
	top: -133px;
}

#homeNavJa {
	position: absolute;
	left: 100px;
	top: 25%;
	width: 240px;
}
#homeNavJa ul {
	position: relative;
	top: -68px;
	height: 135px;
	*zoom:1;
}
#homeNavJa ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#homeNavJa ul li {
	float: right;
	margin-right: 5px;
}
#homeNavJa ul li:first-child {
	margin-right: 0;
}
#homeNavJa ul li a {
	display: block;
	*zoom: 1;
	min-height: 135px;
	position: relative;
	top: 0px;
}
#homeNavJa ul li a img {
	vertical-align: top;
}

#homeNavEn {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 5px 0;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#homeNavEn img {
	vertical-align: middle;
}
#homeNavEn h1 {
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-left: 100px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}
#homeNavEn ul {
	display: inline;
}
#homeNavEn li {
	display: inline;
	margin-left: 15px;
}
#homeNavEn li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	left: 0;
}


#homeInfo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	width: 360px;
	background: url(../../img/info_bg.png); /* for old IE */
	background: rgba(0,0,0,0.8);
}

#homeInfo h1 {
	padding-left: 10px;
}
#homeInfo p.rss {
	margin: -15px 0 0;
	text-align: right;
}
#homeInfo ul {
	margin: 15px 0 0;
	border-top: 1px solid #999;
}
#homeInfo ul li {
	border-bottom: 1px dotted #999;
}
#homeInfo ul li a {
	display: block;
	padding: 7px 10px 7px 25px;
	background:url(../img/news_arrow.png) no-repeat 10px 50%;
}
#homeInfo ul li a span {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#homeFooter {
	position: absolute;
	left: 20px;
	bottom: 20px;
}



#homeFooter p.bannars,
#homeFooter p.copyright {
	display: inline-block;
	*display: inline;
	*zoom:1;
}
#homeFooter p.bannars img,
#homeFooter p.copyright img {
	vertical-align: middle;
}
#homeFooter p.copyright {
	margin-left: 10px;
}

#homeFooter p.bannars img{
	border:#999 1px solid;
	margin-right:3px;
}



ul.bannars li{
	margin-top:8px;
	
}
.bannars li img{
border:#555 1px solid;
}



#homeBg {
	position: fixed;
	left: 0;
	top: 0;
}
#homeBgCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/bgcover.gif); /* for old IE */
	background: rgba(0,0,0,0);
}


/*====================================================================

	第二階層テンプレート

====================================================================*/

#pageWrap {
	position: relative;
	margin: 0 auto;
	width: 1240px;
}

#siteTitle {
	position: fixed;
	z-index: 2;
	left: 80px;
	bottom: 170px;
	width: 180px;
	text-align: center;
}
html.touch #siteTitle {
	position: absolute;
	top: 400px;
	bottom: auto;
}

#globalNav {
	position: fixed;
	z-index: 2;
	right: 80px;
	top: 130px;
}
html.touch #globalNav {
	position: absolute;
}

#globalNav ul {
	*zoom: 1;
}
#globalNav ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
#globalNav ul li {
	float: right;
}
#globalNav ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	top: 0;
	padding: 0 8px;
}

#pageArticle {
	position: relative;
	margin: 0 auto;
	padding: 130px 0 0;
	width: 670px;
}

#pageTitle {
	position: fixed;
	z-index: 2;
	left: 80px;
	top: 120px;
	width: 180px;
	text-align: center;
}
html.touch #pageTitle {
	position: absolute;
	left: -205px;
	top: 120px;
}

#pageTop {
	margin: 0 auto;
	padding: 60px 0 0;
	width: 670px;
	height:100px;
	text-align: right;
}
#pageTop div {
	display: none;
}
#pageTop div a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 67px;
	height: 12px;
	background:url(../img/pagetop.png) no-repeat;
}


#globalFooterBg {
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: url(../img/footer_bg.png) repeat-x 0 bottom;
}
html.touch #globalFooterBg {
	position: absolute;
}

#globalEnNav {
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
}
html.touch #globalEnNav {
	position: absolute;
}

#globalEnNav h1 {
	vertical-align: bottom;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0px 20px 5px;
}
#globalEnNav ul {
	display: inline;
}
#globalEnNav ul li {
	display: inline;
}
#globalEnNav ul li a {
	vertical-align: bottom;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 2px 20px 10px;
	border-right: 1px dotted #999;
}
#globalEnNav ul li:first-child a {
	border-left: 1px dotted #999;
}
#globalEnNav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



#globalFooter {
	position: fixed;
	z-index: 2;
	right: 60px;
	bottom: 0;
	text-align: right;
}
html.touch #globalFooter {
	position: absolute;
}


#globalFooter p.bannars {
}
#globalFooter p.copyright {
	padding: 15px 0 10px;
	font-size: 10px;
}


#globalEnCopyright {
	position: fixed;
	z-index: 2;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	border-left: 1px solid #666;
	background-color: rgba(33,33,33,0.7);
}
html.touch #globalEnCopyright {
	position: absolute;
}

#globalEnCopyright p {
	padding: 20px 0 0;
	text-align: center;
}



/*====================================================================

	第二階層 コンテンツ 共通

====================================================================*/

p.normal {
	margin: 2em 0 0;
	line-height: 1.5;
}

span.dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 1em;
	height: 1em;
	background: url(../img/nakaguro.png) no-repeat 50% 50%;
	vertical-align: middle;
}

ul.newsList {
	margin: 20px 0 0;
}
ul.newsList li {
	line-height: 1.2;
}
ul.newsList li a {
	display: block;
	*zoom: 1;
	padding: 7px 0 7px 25px;
	background: url(../img/news_arrow.png) no-repeat 7px 50%;
	border-bottom: 1px dotted #666;
}

ul.newsList li a span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 2%;
	width: 45%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.newsList li a span[lang=ja] {
}
ul.newsList li a span[lang=en] {
}


/*====================================================================

	ご挨拶

====================================================================*/

.introHistory {
	margin: 95px 0 0;
}
.introHistory h1 {
	padding: 0 0 18px 18px ;
	border-bottom: 1px solid #999;
}
.introHistory table {
	margin: 1em 0 0 18px;
}
.introHistory table th,
.introHistory table td {
	padding: 5px 0;
	line-height: 1.5;
}
.introHistory table th {
	padding-right: 40px;
}
.introHistory p {
	margin-left: 18px;
}


/*====================================================================

	ご案内

====================================================================*/

.infoTable {
	margin: 1em 0 0;
}
.infoTable td {
	padding: 1em 0;
	line-height: 1.5;
}

.infoPhotos {
	margin: 20px 0 0;
	overflow: hidden;
	*zoom: 1;
}
.infoPhotosLeft {
	float: left;
}
.infoPhotosRight {
	float: right;
}



/*====================================================================

	ご予約

====================================================================*/

.reservationColumnWrap {
	margin: 2em 0 0;
	*zoom: 1;
}
.reservationColumnWrap:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.reservationColumnWrap > div.left {
	float: left;
	width: 335px;
}

.reservationColumnWrap > div.left p a,
.reservationColumnWrap > div.right p a{
	text-decoration:underline;
}

.reservationColumnWrap > div.right {
	float: right;
	width: 320px;
}


.reservationColumnWrap > div > *:first-child {
	margin-top: 0;
}

.reservationNews {
	margin: 55px 0 0;
}
.reservationNews h1 {
	font-weight: normal;
}
.reservationNews h1 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}



/*====================================================================

	地図

====================================================================*/

#mapJa, #mapEn {
	border: 1px solid #666;
}

#mapSwitcher {
	margin: 10px 0 0 10px;
	font-size: 11px;
}
#mapSwitcher a {
	margin-right: 10px;
	padding-left: 12px;
	background: url(../img/tri.png) no-repeat 0 50%;
	color: #999;
}
#mapSwitcher a.active {
	color: #FFF;
}
#mapSwitcher a:hover {
	color: #FFF;
}

.accessContents {
	*zoom: 1;
}
.accessContents:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.accessContents p {
	float: left;
	margin: 30px 0 0 10px;

	height: 4em;
	line-height: 1.5;
}

.accessContents p.access_left{
	width: 310px;

}

.accessContents p.access_right{
	width: 330px;

}



ul.mapLinks {
	margin: 90px 0 0;
	padding: 70px 290px 0 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 100px;
}
ul.mapLinks li {
}
ul.mapLinks li a {
	display: block;
	*zoom: 1;
	padding: 10px 0 10px 35px;
	border-bottom: 1px dotted #999;
	background: url(../img/external.png) no-repeat 10px 50%;
}
ul.mapLinks li:first-child a {
	border-top: 1px dotted #999;
}
ul.mapLinks li a span[lang=en] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 8em;
}



/*====================================================================

	お知らせ

====================================================================*/

.newsDetailTitle {
	padding: 0 0 20px 15px;
	border-bottom: 1px solid #666;	
}

.newsContent {
	margin: 40px 0 0 10px;
}

.newsTitle {
	line-height: 1.2;
	font-size: 15px;
	font-weight: normal;
}
.newsTitle span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 3px;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
}

.newsBody {
	margin: 20px 0 0;
	line-height: 1.5;
}

.newsAttachedFile {
	margin:25px 0 0 10px;
}
.newsAttachedFile a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding:10px 70px 10px 20px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	line-height:1.2;
}
.newsAttachedFile a span.extension {
	padding:0 0.5em;
	border:1px solid #ccc;
	line-height:1;
	font-size:11px;
}
.newsAttachedFile a span.name {
}

.newsAttachedImage {
	margin:25px 10px 0;
}