@charset "utf-8";

/* common */
@import url(normalize.css);

ss{
	position: absolute;
	left: -130px;
	top: 0px;
}

/*
	HTML5 Reset :: style.css
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}
img{ vertical-align : middle}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul,ol {list-style: none;}

blockquote, q {quotes: none;}

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

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

/*input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline; vertical-align:0.5em;} */
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
sup.small{font-size:50%;top: -1em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */

body {
	font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center; margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a:link {
	color: #06c;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) 
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 
*/
/*	j.mp/webkit-tap-highlight-color
a:link {-webkit-tap-highlight-color: #fcd700;} 
*/
ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}




#wrapper { width: 100%; text-align: left; min-width: 980px; }
.inner { width: 980px; margin: 0 auto; position: relative; min-width: 980px; }

/* header */
header { height: 250px; }

header a { transition: 0.5s; }
header a:hover { opacity: 0.6; }


header h1 { display: inline-block; *display: inline; *zoom: 1; width: 212px; height: 90px; letter-spacing: normal; z-index: 1; }
header h1 a { display: block;  width: 212px; height: 90px; text-indent: -9999px; background: url(../../img/sitelogo.png) center top no-repeat;  }

#glovalNavi { z-index: 1; position: absolute; top: 0; left: 213px; letter-spacing: -0.36em; white-space: nowrap; }


#glovalNavi li { display: inline-block; *display: inline; *zoom: 1; width: 127px; height: 90px; letter-spacing: normal; margin-right: 1px; }

#glovalNavi li a { display: block; width: 127px; height: 90px; text-indent: -9999px; }
#glovalNavi li#gNavi01 a { background: url(../../img/navi01.png) center top no-repeat;}
#glovalNavi li#gNavi02 a { background: url(../../img/navi02.png) center top no-repeat;}
#glovalNavi li#gNavi03 a { background: url(../../img/navi03.png) center top no-repeat;}
#glovalNavi li#gNavi04 a { background: url(../../img/navi04.png) center top no-repeat;}



#headNavi { z-index: 1; position: absolute; top: 0; left: 725px; letter-spacing: -0.36em; width: 191px; white-space: nowrap; }
#headNavi li { display: block; letter-spacing: normal; margin-right: 1px; }
#headNavi li a { display: block; text-indent: -9999px; }


#headNavi li#hNavi01 { height: 53px; width: 114px; }
#headNavi li#hNavi02 { height: 36px; width: 114px; margin-top: 1px; }

#headNavi li#hNavi01 a { background: url(../../img/btn_reserve.png) center top no-repeat; height: 53px; width: 114px;}
#headNavi li#hNavi02 a { background: url(../../img/btn_access.png) center top no-repeat; height: 36px; width: 114px;}


#spNavi { z-index: 1; position: absolute; top: 0; left: 854px; letter-spacing: -0.36em; width: 63px; white-space: nowrap; }
#spNavi li { display: inline-block;*display: inline; *zoom: 1; letter-spacing: normal; position: relative; }
#spNavi li a { display: block; text-indent: -9999px; }


#spNavi li#sNavi01 a { background: url(../../img/btn_sp.png) center top no-repeat; height: 90px; width: 63px;}


#spNavi li .qr_nav {
	height: 285px;
	width: 205px;
	position: absolute;
	left: -72px;
	top: 100px;
	display:none;
}




#langNavi { z-index: 1; position: absolute; top: 0; right: 0; letter-spacing: -0.36em; width: 62px; }
#langNavi li { display: block; letter-spacing: normal; margin-right: 1px; }
#langNavi li a { display: block; width: 62px; text-indent: -9999px; }

#langNavi li#LangEn { display: block; height: 45px; }
#langNavi li#LangJp { display: block; height: 44px; margin-top: 1px; }

#langNavi li#LangEn a { background: url(../../img/btn_en_off.png) center top no-repeat; width: 62px; height: 45px; }
#langNavi li#LangEn.active a { background: url(../../img/btn_en_on.png) center top no-repeat; width: 62px; height: 45px; }

#langNavi li#LangJp a { background: url(../../img/btn_jp_off.png) center top no-repeat; width: 62px; height: 44px; }
#langNavi li#LangJp.active a { background: url(../../img/btn_jp_on.png) center top no-repeat; width: 62px; height: 44px; }




#pagetitle { font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
color: #fff; font-weight: bold;
margin: 80px 25px 0; }

article { margin: 20px auto 40px; }
#topicPass { font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif; margin-left: 25px; }
#topicPass li { display: inline-block; *display: inline; *zoom: 1; }
#topicPass li a { padding-right: 24px; background: url(../../img/topicpass.png) 95% 50% no-repeat;
color: #333; text-decoration: none;  }
#topicPass li a:hover { text-decoration: underline;  }

#topicPass li.active { color: #0060B2; }




section h1 { font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
font-size: 1.6rem; margin-bottom: 0.5em;
margin: 40px auto; }
section h2.title { font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
border-bottom: 2px solid #A38E58;
font-size: 1.4rem; margin-bottom: 0.5em;
}



.kome_note
{
	text-indent:		-1em;
	padding-left:		1em;
}



#pagetop { text-align: right; margin-top: 60px;
}




/* footer */
footer {  background: #000; color: #fff; }
footer .inner { display: table; padding: 0.5rem 0; }
footer small { display: table-cell; text-align: right; vertical-align: middle;
font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif; font-size: 0.8rem; }

.btn_vtour
{
	position:	fixed;
	right:		0px;
	top:		300px;
	z-index:	2000;
}


/* Media queries!
-------------------------------------------------------------------------------*/
@media only screen 
and (min-width : 480px) {
}

@media only screen 
and (min-width : 768px) {

}


/* Media queries!
-------------------------------------------------------------------------------*/

@media only screen 
and (min-width : 1024px) {

}



/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}

 