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

/* =Reset default browser CSS.
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }/*for under HTML5*/
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/*
::-moz-selection {  text-shadow: none; }
::selection {  text-shadow: none; }
*/
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, font, 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 {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html { 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
em {
	font-style:normal;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT:
*/
#wrapper {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 position:relative;
	 margin:0 auto;
}
#header {
	
}
#header  .inside{
	width:980px;
	height:160px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#main {
	width:980px;
	margin:30px auto 0;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	padding:0 0 175px;
}
#main .inside{
	background:#1A1A1A;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}

#footer {
	width:100%;
	height:165px;
	position:absolute;
	bottom:0;
	background:#1A1A1A;
}
#footer .inside{
	width:980px;
	height:165px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


html {

}
body {

}

#contents {
	position:relative;
	overflow:hidden;
	width:694px;
	padding:30px 30px 30px 0;
	float:right;
	min-height:600px;
}
#contents.wide {
	width:920px;
	padding:30px;
	float:none;
	clear:both;
}
.index #contents {
	width:100%;
	padding:0;
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
}

#sidebar {
	float:left;
	width:186px;
	padding:30px 0 30px 30px;
	position:relative;
	overflow:hidden;
}


#footer #go_top{
	position:relative;
	overflow:hidden;
}

#footer #go_top a{

}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
* {
	padding:0;
	margin:0;	
}
html {
	height:100%;
	background:#000;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#fff;
	padding:0;
	margin:0;
	height:100%;
	-webkit-font-smoothing:antialiased;
}

/* Text elements */
p {
	background: url(../img/common/p_bg.gif);
	margin-bottom: 18px;
}
ul {
	list-style:none;
	margin:0;
}
ol {
	margin:0;
}
dl {

}
dt {

}
dd {

}
b, strong { font-weight: bold; }

cite,
em,
i {
	font-style:normal;
}
ins {
	text-decoration: none;
}
blockquote {
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
}
abbr,
acronym {
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {	
	/*
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	*/
	padding: 2px;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
}
a:active,
a:hover {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
a:focus { outline:none; }
a:hover, a:active { outline: none; }


hr { display:none; }

section {
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	min-height:1em;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* HTML5 FIX */

abbr[title] { }

blockquote { margin:0; }
dfn { font-style: italic; }
ins {  text-decoration: none; }
mark {  font-style: italic; font-weight: bold; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }

table { border-collapse:collapse; }
td { }

.chromeframe { margin: 0.2em 0;  color: black; padding: 0.2em 0; }

@media only screen and (min-width: 35em) {
  
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* =header
-------------------------------------------------------------- */
#header {
	height:160px;
	position:relative;
}
#header h1{
	position:absolute;
	top:20px;
	left:50%;
	margin:0 0 0 -135px;
}
#header h1 a{
	display:block;
	height:72px;
	width:270px;
	font-size:0;
	line-height:0;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(/img/logo.png) left top no-repeat;
}

#header #return_to_top{
	position:absolute;
	top:0px;
	left:0px;
}
#index #header #return_to_top{
	display:none;
}

#header #return_to_top a{
	background:#1A1A1A;
	display:block;
	padding:7px 20px;
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-radius:0 0 5px 5px;
	color:#ccc;
}
#header #return_to_top a:hover{
	color:#FFF;
}


#header nav {
	position:absolute;
	bottom:0;
	left:0;
	width:980px;
}
#header nav h6{
	display:none;
}
#header nav ul{
	width:980px;
}
#header nav ul li{
	width:122px;
	float:left;
}
#header nav ul li a{
	width:122px;
	background:url(/img/menu_bt.gif) no-repeat;
	display:block;
	height:36px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#header nav ul li.course a{ background-position:0 top;}
#header nav ul li.alacarte a{ background-position: -490px top;}
#header nav ul li.sp_notice a{ background-position: -122px top;}
#header nav ul li.group a{ background-position: -245px top;}
#header nav ul li.sunday a{ background-position: -367px top;}
#header nav ul li.xmas a{ background-position: -611px top;}
#header nav ul li.qanda a{ background-position: -733px top;}
#header nav ul li.limited a{ background-position: -856px top;}

#header nav ul li.youtube a{ background-position: -611px top;}


#header #header_reservation{
	position:absolute;
	top:30px;
	right:0;
	margin:0;
}
#header #header_reservation a{
	display:block;
	height:47px;
	width:190px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(/img/header_reservation_bt.png) left top no-repeat;
}


#contents h2{
	font-family:"Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	font-weight:normal;
	line-height:36px;
	border-bottom:1px solid #fff;
	padding:0 0 20px;
	margin:0 0 40px;
	letter-spacing:2px;
}

#contents h2 span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 15px;
}

#contents br.sp{
	display:none;
}
#contents br.pc{
	display:inline;
}

#sidebar {
	overflow:hidden;
	position:relative;
}
#sidebar #sidebar_inside {
	position:relative;	
}

#sidebar h6 {
	margin:0 0 30px;
	padding:0 0 10px;
	border-bottom:2px solid #C00;
	font-family:"Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight:bold;
	line-height:26px;	
}
#sidebar h6 span{
	display:block;
	font-size:12px;
	line-height:16px;
}
#sidebar ul {
	position:relative;	
}
#sidebar li {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #fff;
}
#sidebar li a {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	display:block;
}

#sidebar a span{
	display:block;
	font-size:10px;
	line-height:14px;
	font-weight:normal;
}




#footer p{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	text-align:center;
}
#footer #footer_reservation{
	position:absolute;
	top:30px;
	right:0;
	margin:0;
}
#footer #footer_reservation a{
	display:block;
	height:47px;
	width:190px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(/img/header_reservation_bt.png) left top no-repeat;
}

#footer #footer_youtube{
	position:absolute;
	top:87px;
	right:0px;
	margin:0;
}
#footer #footer_youtube a{
	display:block;
	height:47px;
	width:190px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(/img/youtube_bt.png) left top no-repeat;
}



#footer ul{
	position:absolute;
	top:20px;
	left:0;
	margin:0;
}
#footer ul li {
	float:left;
}
#footer ul li a {
	background:url(/img/footer_bts.png) no-repeat;
	display:block;
	height:48px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;	
}
#footer ul li.require a{ background-position:0 top; width:159px;}
#footer ul li.media a{ background-position:-159px top; width:269px;}
#footer ul li.banque a{ background-position:-429px top; width:231px;}




#up_to_top{
	position:fixed;
	bottom:0px;
	right:20px;
	z-index:9999;
}
#up_to_top a{
	background:#2A2A2A;
	display:block;
	padding:7px 20px;
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	border-radius:5px 5px 0 0;
	color:#ccc;
}
#return_to_top a:hover{
	color:#FFF;
}











/* #index */

#index #contents {
	background:#000 url(/img/top/bg.png) left top no-repeat;
	padding:0 0 0 280px;
	width:700px;
}
#index #contents h2{
	background:url(/img/top/h2.png) left top no-repeat;
	display:block;
	height:52px;
	width:225px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:none;
	padding:0;
	margin:0;
}

#index #contents ul{
	position:absolute;
	top:0;
	right:0;
	width:401px;
}
#index #contents ul li{
	float:left;
	width:auto;
	padding:0;
	margin:0;
}
#index #contents ul li a{
	height:43px;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:none;
	padding:0;
	margin:0;
}
#index #contents ul li.infulence a{
	background-image:url(/img/top/infu_bt.png);
	width:189px;
}
#index #contents ul li.top a{
	background-image:url(/img/top/detail_bt.png);
	width:212px;
}

#index #contents #accessmap {
	float:left;
	width:271px;
	padding:60px 0 30px;
}
#index #contents #accessmap dt{
	width:271px;
	height:37px;
	background:url(/img/top/h3_access.png) left top no-repeat;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:none;
	padding:0;
	margin:0 0 20px;
}
#index #contents #accessmap p{
	font-size:12px;
}


#index #contents #informations {
	float:right;
	width:380px;
	padding:60px 0 30px;
}
#index #contents #informations dt{
	width:380px;
	height:37px;
	background:url(/img/top/h3_shop_info.png) left top no-repeat;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:none;
	padding:0;
	margin:0 0 20px;
}
#index #contents #informations table {
	font-size:14px;
	text-align:left;	
}
#index #contents #informations table th,
#index #contents #informations table td{
	padding:0 0 10px;
}
#index #contents #informations table td{
	padding:0 0 10px 5px;	
}
#index #contents #news {
	background:#333;
	padding:30px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	border-radius:5px;
}
#index #contents #news h3{
	position:absolute;
	left:30px;
	top:30px;
	font-size:30px;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
}
#index #contents #news ul{
	position:relative;
	top:auto;
	right:auto;
	margin:0 0 0 114px;
	min-height:100px;
	width:auto;
}
#index #contents #news ul li{
	border-bottom:1px dotted #FFF;
	padding:0 0 10px;
	margin:0 0 10px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#index #contents #news ul li span{
	margin:0 20px 0 0;
}
#index #contents #news ul li a{
	text-decoration:underline;
	color:#FFF;
	white-space:normal;
	height:auto;
	text-indent:0;
}

























/* #course */
#course article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#course article h3{
	background:#000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:30px;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
}
#course article h3 strong{
	font-size:16px;
	display:block;	
}

#course #contents article h3.english {
	background:none;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding:0 0 10px;	
}

#course article ul {
	margin:30px 70px;
}

#course #contents article ul.rank {
	margin:0 auto 0;
	width:auto;
}
#course #contents article ul.rank li {
	padding:0 0 0 60px;
}
#course #contents article ul.rank li span{
	position:relative;
	letter-spacing:0px;
	top:auto;
	left:atuo;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#900;
}
#course article ul li {
	color:#000;
	font-size:16px;
	line-height:22px;
	margin:0 0 20px;
	padding:0 0 0 120px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;	
}
#course article ul.english li {
	padding:0 0 0 60px;	
}
#course article ul li span{
	position:absolute;
	top:0;
	left:0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	letter-spacing:4px;
	line-height:22px;
	font-weight:bold;
	color:#900;	
}
#course article ul li span.no span{
	color:#000;
	position:static;
	top:auto;
	left:auto;
}

#course #contents .number {
	width: 50px;
	text-align: right;
	color: #696;
	font-weight: bold;
	padding: 10px 0;
}
#course #contents em {
	font-style: normal;
	text-decoration: line-through;
}

#course #contents #course_kids em {
	font-style: normal;
	font-size:14px;
	text-decoration:none;
	line-height:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}

#course #contents span.rate {
	color: #900;
	margin: 0 0 0 10px;
	font-weight: bold;
}
#course #contents article p {
	color:#000;
	margin:30px 30px 30px 70px;
}

#course #contents #service{
	border:2px solid #FFF;
	text-align:center;
	font-size:18px;
	padding-top:15px;
	margin-bottom:20px;
}


/* #alacarte */
#alacarte h3 {
	margin:0 0 20px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}
#alacarte article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#alacarte article h4{
	background:#000;
	padding:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}
#alacarte article h5{
	color:#C00;
	font-size:18px;
	padding:0 0 0 10px;
	margin:30px 30px 20px 30px;
	line-height:26px;
	font-weight:bold;
	border-left:6px solid #000;
}
#alacarte article p{
	color:#000;
	font-size:14px;
	padding:0px 30px 10px;
	line-height:21px;
}
#alacarte article p.price{
	font-size:14px;
	padding:0px;
	margin:-40px 30px 0 0;
	text-align:right;
	line-height:21px;
	font-weight:bold;	
}











/* #group */
#group h3 {
	margin:0 0 20px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}
#group #contents p {
	text-align:center;
}

#group article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#group #contents article section {
	display:block;
	width:460px;
	clear:none;
	float:left;
}
#group #contents article .plus {
	position:absolute;
	top:500px;
	left:430px;
	font-size:60px;
	font-weight:bold;
	line-height:70px;
	color:#C00;
	display:none;
}

#group article h4{
	background:#000;
	padding:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin:0 0 20px;
}
#group article h4 span{
	margin:10px 0 0;
	font-size:14px;
	line-height:24px;
	display:block;
	font-weight:normal;
}
#group article h5{
	color:#000;
	font-size:18px;
	padding:0 0 0 0px;
	margin:30px 30px 20px 30px;
	line-height:26px;
	font-weight:bold;
}
#group article h5 span{
	color:#C00;
	font-size:32px;
	vertical-align:-3px;
}
#group #contents article p{
	color:#000;
	font-size:14px;
	padding:0px 0px 10px 30px;
	line-height:21px;
	text-align:left;
}
#group article ul{
	margin:0px 30px 0;	
}
#group article li{
	color:#000;
	list-style:none;
	font-size:16px;
	padding:0 0 0 20px;
	line-height:22px;
	font-weight:bold;
	position:relative;
	margin:0 0 8px;
}
#group article li span{
	position:absolute;
	left:0;
	top:0;
	color:#C00;
}
#group article ul ul{
	margin:0px 0px 0 0px;	
}
#group article ul ul li{
	margin:0px 0px 0 0px;
	padding:0 0 0 10px;	
}


/* #xmas */
#xmas h3 {
	margin:0 0 20px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}
#xmas #contents p {
	text-align:center;
}

#xmas article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#xmas #contents article section {
	text-align:center;
	display:block;

	clear:none;

}
#xmas #contents article .plus {
	position:absolute;
	top:500px;
	left:430px;
	font-size:60px;
	font-weight:bold;
	line-height:70px;
	color:#C00;
	display:none;
}

#xmas article h4{
	background:#060;
	padding:30px;
	font-family:"Lobster";
	font-size:30px;
	line-height:30px;
	font-weight:normal;
}
#xmas article h4 span{
	margin:10px 0 20px;
	font-size:24px;
	line-height:24px;
	display:block;
	font-weight:normal;
}

#xmas article h4 em{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	margin:10px 0 0;
	font-size:15px;
	line-height:20px;
	display:block;
	font-weight:nomal;	
}

#xmas article h4 strong{
	color:#F30;
}

#xmas article h5{
	color:#000;
	font-size:18px;
	padding:0 0 0 0px;
	margin:30px 30px 20px 30px;
	line-height:30px;
	font-weight:bold;
}
#xmas article h5 span{
	font-size:28px;
	vertical-align:-3px;
	font-weight:normal;
	font-family:"Lobster";
	color:#900;
}
#xmas article h5 em{
	color:gold;
	font-size:18px;
}


#xmas #contents article p{
	color:#000;
	font-size:14px;
	padding:0px 0px 10px 30px;
	line-height:21px;
	text-align:left;
}
#xmas article ul{
	margin:0px 30px 0;	
}
#xmas article li{
	color:#000;
	list-style:none;
	font-size:16px;
	padding:0 0 0 20px;
	line-height:22px;
	font-weight:bold;
	position:relative;
	margin:0 0 8px;
}
#xmas article li span{
	position:absolute;
	left:0;
	top:0;
	color:#C00;
}
#xmas article ul ul{
	margin:0px 0px 0 0px;	
}
#xmas article ul ul li{
	margin:0px 0px 0 0px;
	padding:0 0 0 10px;	
}

#xmas #contents .tax_right p{
	text-align:right;
	padding-right:20px;
}


















/* #sp_notice */

#sp_notice .number {
	width:50px;
	text-align:right;
	color:#696;
	font-weight:bold;
	padding:10px 0;
}
#sp_notice em {
	font-style:normal;
	text-decoration:line-through;
}
#sp_notice span.rate{
	color:#900;
	margin:0 0 0 10px;
	font-weight:bold;
}
#sp_notice #contents{
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sp_notice #contents article{
	border-top:1px solid #333;
	padding:30px 0;
}
#sp_notice #contents article#contents_01{
	padding:0 0 30px;
	border-top:none;
}


#sp_notice #contents p{
	font-size:14px;
	color:#FFF;
	line-height:24px;
}
#sp_notice #contents p a{
	color:#900;
}
#sp_notice #contents strong{
	color:#F36;
	font-size:14px;
	font-weight:normal;
}
#sp_notice #contents span{
	font-weight:bold;
}
#sp_notice #contents table{
	color:#FFF;
	width:400px;
	border-collapse:collapse;
	margin:0 auto 20px;
}
#sp_notice #contents table th{
	font-size:12px;
	padding:10px;
	background:#06C;
	border:#666 1px solid;
	width:100px;	
}
#sp_notice #contents table td{
	font-size:12px;
	padding:5px;
	border:#666 1px solid;	
}
#sp_notice #contents table td.rate{
	text-align:right;
}
#sp_notice #english {
	margin:20px 0;
}
#sp_notice #english strong{
	color:#900;
}
#sp_notice #contents p,h2,h3,h4 {
	text-align:center;
}
#sp_notice h3 {
	padding:10px 0;
	margin:0 0 30px;
	font-size:26px;
	line-height:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#sp_notice h4 {
	padding:10px 0;
	margin:0 0 30px;
	font-size:26px;
	line-height:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#sp_notice h4 span{
	margin:10px 0 0;
	font-size:18px;
	line-height:24px;
	display:block;
}

#sp_notice h5 {
	margin:0 0 20px;
	text-align:center;
	font-size:18px;
	line-height:24px;
}
#sp_notice #contents span.sfont {
	font-size:9px;
	font-weight:normal;
}
#sp_notice .to_course {
	text-align:center;
	margin:0 0 60px;
}
#sp_notice .to_course a{
	display:inline-block;
	width:auto;
	background:#900;
	color:#FFF;
	padding:8px 20px;
}


/* #sunday */
#sunday h3 {
	margin:0 0 20px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}
#sunday article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#sunday article#contents_06{
	background:none;
	margin:0 0 30px;
}
#sunday article *{
	color:#000;
}
#sunday article h4{
	background:#000;
	padding:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin:0 0 30px;
	color:#FFF;
}

#sunday article#contents_06 h4{
	background:none;
	padding:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin:0 0 30px;
	color:#FFF;
}
#sunday article#contents_06 p{
	text-align:center;
	color:#FFF;	
}

#sunday article h5{
	margin:0px 30px 10px 30px;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
#sunday article p{
	color:#000;
	font-size:14px;
	padding:0px 30px 0px;
	line-height:21px;
}
#sunday article dl dt {
	background:#EFC707;
	border-radius:4px;
	font-size:18px;
	padding:10px;
	margin:30px 30px 20px 30px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
	color:#FFF;	
}
#sunday article dl dt strong{
	display:inline-block;
	background:#fff;
	font-size:12px;
	line-height:12px;
	color:#EFC707;
	padding:7px 10px 5px;
	vertical-align:1px;
}

#sunday article dl dd {
	
}
#sunday article dl dd.price {
	font-size:14px;
	padding:0px;
	margin:0px 30px 15px 30px;
	text-align:center;
	line-height:21px;
	font-weight:bold;	
}

#sunday article dl dd.pre-order {
	font-size:12px;
	padding:0px;
	margin:0px 30px 15px 30px;
	text-align:center;
	line-height:21px;	
}


#sunday article dl dd.to_reserve {
	margin:10px 10px 30px;
	text-align:center;
}
#sunday article dl dd.to_reserve a{
	display:inline-block;
	width:auto;
	background:#900;
	color:#FFF;
	padding:8px 20px;
	border-radius:4px;	
}
#sunday article ul {
	margin:30px;
}
#sunday article .notice {
	padding:30px;
	margin:0 30px;
	border:1px solid #CCC;
	border-radius:4px;
}
#sunday article .notice p{
	padding:0px;	
}
#sunday article table{
	width:auto;
	margin:0 auto 20px;
}
#sunday article .notice table {
	margin:0 auto 20px;	
}
#sunday article table th,
#sunday article table td{
	border:1px solid #ccc;
	padding:8px 20px;
}

#sunday article#contents_07 h6{
	text-align:center;
	margin-bottom:20px;
}

#sunday #contents h3{
	font-family:"Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:28px;
	font-weight:bolder;
	line-height:32px;
	background:#FFF;
	color:#000;
	text-align:center;
	padding-bottom:15px;
	padding-top:15px;
	margin-bottom:20px;
}


#sunday #kids h4{
	margin:0 0 30px;
	font-size:18px;
	font-weight:bold;
}
#sunday #kids h5{
	margin:0 0 10px;
	font-size:14px;
	font-weight:bold;
}

#sunday #kids p{
	padding:0;
}

#sunday table{
	width:auto;
	margin:0 auto 20px;
}
#sunday .notice table {
	margin:0 auto 20px;	
}
#sunday table th,
#sunday table td{
	border:1px solid #ccc;
	padding:8px 20px;
}



/* #media */
#media td {
	font-size:11px;
	color:#FFF;
	vertical-align:top;
	padding:5px 5px 8px 5px;
	border-bottom:1px #333 solid;
}
#media td.year {
	font-weight:bold;
	padding-right:10px;
	color:#FFF;
}
#media tr.tv td.year {
	font-weight:bold;
	padding-right:10px;
	color:#FFF;
}
#media .mon {
	width:30px;
	color:#FFF;
}
#media  tr.tv .mon {
	width:30px;
	color:#FFF;
}
#media #contents .media {
	width:130px;
}
#media .name {
}
#media .title {
}
#media tr.tv td {
	color:#F06;
}
p#tel {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}

/* #ninja_day */
#ninja_day h2 img{
	padding:0 10px;
}

#ninja_day p#lead{
	text-align:center;
}


#ninja_day article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}

#ninja_day article *{
	color:#000;
}

#ninja_day article h4{
	background:#900;
	border-radius:4px;
	font-size:18px;
	padding:10px;
	margin:30px 30px 20px 30px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
	color:#FFF;	
}

#ninja_day article p{
	color:#000;
	font-size:14px;
	text-align:center;
	line-height:21px;
}

#ninja_day article table{
	width:auto;
	margin:0 auto 20px;
}
#ninja_day article .notice table {
	margin:0 auto 20px;	
}
#ninja_day article table th{
	border:1px solid #ccc;
	padding:8px 8px;
	width:120px;
	vertical-align:middle;
}

#ninja_day article table td.kei_migi{
	border-right:1px solid #ccc;
	padding-right:20px;
}

#ninja_day article table td.kei_top{
	border:1px solid #ccc;
	padding:8px 20px;
}

#ninja_day article table td.kei_ari{
	border:1px solid #ccc;
	padding:8px 20px;
}

#ninja_day article table.shita td{
	width:500px;
}

/* #qanda */

#qanda #contents table{
	color:#FFF;
	border-collapse:collapse;
	margin:0 0 30px;
}
#qanda #contents table th{
	font-size:14px;
	line-height:20px;
	padding:10px;
	background:#C06;
	color:#FFF;
	border:#333 1px solid;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	border-collapse:collapse;
}
#qanda #contents table td th{
	font-size:12px;
	padding:10px 5px;
	color:#FFF;
	background:#09C;
	border:#333 1px solid;	
}
#qanda #contents table td{
	font-size:14px;
	line-height:20px;
	padding:10px;
	border:#333 1px solid;	
	padding:10px;
	line-height:16px;
	border-collapse:collapse;
}
#qanda #contents table .q td{
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	background:#333;
}
#qanda #contents table td{
	color:#ccc;
}
#qanda #contents table .q th{
	background:#693;
}






/* #limited */
#limited article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#limited article h3{
	background:#2E8F37;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:30px;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
}
#limited article h3 strong{
	font-size:16px;
	display:block;	
}

#limited #contents article h3.english {
	background:none;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding:0 0 10px;	
}

#limited article ul {
	margin:30px 70px;
}

#limited #contents article ul.rank {
	margin:0 auto 0;
	width:auto;
}
#limited #contents article ul.rank li {
	padding:0 0 0 60px;
}
#limited #contents article ul.rank li span{
	position:relative;
	letter-spacing:0px;
	top:auto;
	left:atuo;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#900;
}
#limited article ul li {
	color:#000;
	font-size:16px;
	line-height:22px;
	margin:0 0 20px;
	padding:0 0 0 120px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;	
}
#limited article ul.english li {
	padding:0 0 0 60px;	
}
#limited article ul li span{
	position:absolute;
	top:0;
	left:0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	letter-spacing:4px;
	line-height:22px;
	font-weight:bold;
	color:#900;	
}
#limited article ul li span.no span{
	color:#000;
	position:static;
	top:auto;
	left:auto;
}

#limited #contents .number {
	width: 50px;
	text-align: right;
	color: #696;
	font-weight: bold;
	padding: 10px 0;
}
#limited #contents em {
	font-style: normal;
	text-decoration: line-through;
}
#limited #contents span.rate {
	color: #900;
	margin: 0 0 0 10px;
	font-weight: bold;
}


#youtube #contents p {
	text-align:center;
	margin:0 0 30px;
}
#youtube #contents h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
}
#youtube #contents h4 {
	text-align:left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	line-height:26px;
	margin:0 0 10px;
}
#youtube #contents h4 img{
	margin:0 10px 0 0;
	vertical-align:-3px;
}
#youtube #contents iframe {
	margin:0 0 30px;
}






/* #infulence */

#infulence h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
}
#infulence h4 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	line-height:26px;
	margin:0 0 10px;
	margin:30px 0;
}
#infulence ol {
	margin:0px auto;
	width:700px;
	padding:30px 30px 10px 60px;
	background:#FFF;
}
#infulence ol li {
	margin:0 0 20px 0;
	list-style:decimal;
	font-size:16px;
	color:#000;
	line-height:22px;
	padding:0 0 20px;
	border-bottom:1px dotted #CCCCCC;
}









/* #bosyu */
#bosyu article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#FFF;
	margin:0 0 30px;
}
#bosyu article * {
	color:#000;
}
#bosyu article h3{
	background:#2B3E60;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:30px;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
	color:#fff;
	margin:0 0 30px;
}
#bosyu article h4{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	margin:0 0 30px;
}
#bosyu article h4 span{
	color:#FC0;
	margin:0 5px;
}

#bosyu article h5{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	text-align:center;
	border:#2B3E60 1px solid;
	border-radius:5px;
	padding:8px 0;
	margin:0 30px 30px;
	color:#2B3E60;
}
#bosyu article h6{
	color:#06C;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	margin:0 30px 18px;
	text-align:left;
}
#bosyu article p{
	margin:0 30px 30px;
	
}
#bosyu article ul,
#bosyu article ol{
	margin:0 30px 30px;
	
}
#bosyu article ul {
	border-top:1px dotted #CCCCCC;
	padding:30px 0 0;
	margin:0 30px 60px;
	
}

#bosyu article ul li,
#bosyu article ol li{
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dotted #CCCCCC;
	position:relative;
}
#bosyu article ul li {
	padding:0 0 20px 120px;	
}

#bosyu article ol li strong{
	margin:0 20px 0 0;
	color:#06C;
	font-size:24px;
}
#bosyu article ul li strong{
	position:absolute;
	top:0;
	left:0;

}





#reservation article{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:0 0 30px;
}
#reservation #contents h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:30px;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
	color:#fff;
	margin:0 0 30px;	
}
#reservation #contents p {
	position:relative;
	padding:0 0 0 20px;
}
#reservation #contents p .bullet{
	position:absolute;
	top:0;
	left:0;
}

#reservation #contents p strong{
	color:#F06;
}

#reservation article #kids{
	border:1px solid #ccc;
	padding:30px;
	border-radius:5px;
}
#reservation article #kids h4{
	margin:0 0 30px;
	font-size:18px;
	font-weight:bold;
}
#reservation article #kids h5{
	margin:0 0 10px;
	font-size:14px;
	font-weight:bold;
}

#reservation article #kids p{
	padding:0;
}
#reservation article table{
	width:auto;
	margin:0 auto 20px;
}
#reservation article .notice table {
	margin:0 auto 20px;	
}
#reservation article table th,
#reservation article table td{
	border:1px solid #ccc;
	padding:8px 20px;
}

#reservation article #rooms {
	margin:10px 10px 0px;
	text-align:center;
}
#reservation article #rooms a{
	display:inline-block;
	width:auto;
	background:#900;
	color:#FFF;
	padding:8px 20px;
	border-radius:4px;	
}
#reservation article #rooms a em{
	font-size:10px;
	display:block;
	font-style:normal;
}

#reservation article#contents_04 {
	text-align:center;
}
#reservation article#contents_04 h5{
	font-size:18px;
	font-weight:bold;
}
#reservation article#contents_05 {
	background:#ddd;
	padding:30px;
	border-radius:5px;
	text-align:center;
}
#reservation article#contents_05 a{
	margin:20px;
	display:inline-block;
}
#reservation article#contents_05 p{
	padding:0;
	color:#000;
	margin:0;
}

#reservation p#nenmatsu{
	font-size:22px;
}

#reservation p#nenmatsu span.bullet{
	font-size:14px;
}







#popup_rooms {
	color:#000;
	text-align:center;	
}
#popup_rooms h1 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:26px;
	line-height:30px;
	color:#fff;
	margin:30px 0;
	text-align:center;
}
#popup_rooms table{
	width:auto;
	margin:0 auto 20px;
}
#popup_rooms .notice table {
	margin:0 auto 20px;	
}
#popup_rooms table th,
#popup_rooms table td{
	border:1px solid #ccc;
	padding:8px 20px;
	background:#FFF;
	text-align:center;
}
#popup_rooms table th {
	background:#900;
	color:#FFF;
}
#popup_rooms table .vip td{
	background:#FFF4FB;	
}


#popup_rooms .closer {
	text-align:right;
	color:#F00;
}
#popup_rooms .closer a{
	text-align:right;
	color:#F00;
}
#popup_rooms td em{
	font-size:10px;
	display:block;
	font-style:normal;
}




#module #main {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	
}
#module #contents {
	padding:30px;
	color:#000;
}
#module #contents h2{
	color:#fff;
}
#module #contents #OT_searchWrapperAll {
	height:200px;
	width:400px;
	margin:0 auto;
	text-align:left;
}
#module #contents #OT_searchWrapperAll a{
	color:#00F;
}
#module #contents #OT_searchWrapperAll h2 {
	color:#000;
	border:none;
	text-align:left;
	
}
#module_contents {
	padding:30px;
	background:#FFF;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}

#reservation #contents p.caution_text {
	text-align:center;
	background:#903;
	display:block;
	padding:10px;
	border-radius:10px;
	margin:0 auto 20px;
	width:500px;
}

#form {
	
}
#form table{
	width:100%;
	border:#444 1px solid;
	border-collapse:collapse;	
}
#form table th, #form table td{
	border:#444 1px solid;
	border-collapse:collapse;
	padding:10px;
	vertical-align:middle;
}
#form table th{
	background:#333;	
}
#form table th em{
	display:block;
	font-weight:normal;
}
#form table td{
	
}
#form .bts{
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	text-align:center;
	margin:40px 0 20px;
}
#form .bts input{
	border:none;
	background:#900;
	padding:20px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	margin:0 20px;
	border-radius:5px;
}
#form .bts input:hover{
	background:#a00;	
}
#form .bts input[disabled]{
	background:#555;	
}

#tanks_cautions {
	background:#333;
	padding:40px;
}

#tanks_cautions h4{
	font-size:24px;
	line-height:26px;
	margin:0 0 20px;
}
#tanks_cautions ul {
	
}
#tanks_cautions ul li{
	margin:0 0 10px 20px;
	list-style:disc;
	font-weight:normal;
}
#tanks_cautions ul li strong{
	color:#F36;
	
}
	




















@media screen and (min-width: 0px) and (max-width: 640px) {
#header{
	height:auto;
}
#header .inside{
	width:100%;
	height:auto;
}
#header h1{
	position:relative;
	top:auto;
	left:auto;
	margin:30px;
	text-align:center;
}
#header h1 a{
	margin:0 auto;
}
#header #header_reservation{
	position:relative;
	top:auto;
	right:auto;
	text-align:center;
}
#header #header_reservation a{
	margin:0 auto;
}
#header nav {
	margin:30px 0 0;
	position:relative;
	bottom:auto;
	left:auto;
	width:100%;
}
#header nav h6{
	border-bottom:2px solid #000;
	border-top:2px solid #333;
	background:none;
	background-position:left center;
	font-size:120%;
background: -moz-linear-gradient(left,  #000000 0%, #8f0000 15%, #8f0000 85%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(15%,#8f0000), color-stop(85%,#8f0000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* IE10+ */
background: linear-gradient(to right,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
padding:10px;
	width:100%;
	display:block;
	height:auto;
	text-align:center;
	text-indent:0;
	overflow:hidden;
	white-space:normal;
}


#header nav ul{
	width:100%;
	display:none;
}
#header nav ul li{
	width:100%;
	float:none;
	border-bottom:2px solid #000;
	border-top:2px solid #333;
}
#wrapper #header nav ul li a{
	background:none;
	background-position:left center;
	font-size:120%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzhmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzhmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #000000 0%, #8f0000 15%, #8f0000 85%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(15%,#8f0000), color-stop(85%,#8f0000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* IE10+ */
background: linear-gradient(to right,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
padding:10px;
	width:100%;
	display:block;
	height:auto;
	text-align:center;
	text-indent:0;
	overflow:hidden;
	white-space:normal;
}
#header nav ul li a:hover{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzhmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzhmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #000000 0%, #8f0000 15%, #8f0000 85%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(15%,#8f0000), color-stop(85%,#8f0000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* IE10+ */
background: linear-gradient(to right,  #000000 0%,#8f0000 15%,#8f0000 85%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}
#wrapper #header nav ul li a strong{
	font-size:60%;
	display:block;
}

#main {
	width:100%;
	padding:0px;
}

#contents br.sp{
	display:inline;
}
#contents br.pc{
	display:none;
}

#footer {
	width:100%;
	height:auto;
	position:relative;
	bottom:auto;
}
#footer .inside{
	width:auto;
	padding:0 30px 30px;
	height:auto;
}
#footer ul{
	position:relative;
	top:auto;
	left:auto;
	margin:0;
}
#footer ul li {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#footer p{
	position:relative;
	bottom:auto;
	left:auto;
	width:100%;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:0;
	text-align:center;
}
#footer #footer_reservation{
	position:relative;
	top:auto;
	right:auto;
	margin:30px 0;
	text-align:center;
}
#footer #footer_reservation a{
	margin:0 auto;
}

#footer #footer_youtube{
	position:relative;
	top:auto;
	right:auto;
	margin:30px 0;
	text-align:center;
}
#footer #footer_youtube a{
	margin:0 auto;
}

#wrapper #contents {
	width:auto;
	padding:20px;
	margin:0;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;	
}
#wrapper #contents.wide {
	width:auto;
	padding:20px;
	margin:0;
}
#contents h2{
	font-family:"Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:21px;
	font-weight:normal;
	line-height:27px;
	border-bottom:1px solid #fff;
	padding:0 0 20px;
	margin:0 0 40px;
	letter-spacing:1px;
}
#wrapper #sidebar {
	display:none;
	float:none;
	clear:both;
	width:auto;
	padding:30px;
}








#index #contents {
	background:#000;
	padding:0 20px 20px;
	width:auto;
}
#index #contents ul{
	position:relative;
	top:auto;
	right:auto;
	width:auto;
}
#index #contents ul li{
	float:none;
	clear:both;
	width:auto;
	padding:0;
	margin:0;
}
#index #contents ul li a{
	height:auto;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	text-indent:0;
	overflow:hidden;
	white-space:normal;

}
#index #contents ul li.infulence a{
	background-image:none;
	width:auto;
	padding:10px 0;
	font-size:16px;
	background:none;
background: -moz-linear-gradient(left,  #000000 0%, #4F0033 15%, #4F0033 85%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(15%,#4F0033), color-stop(85%,#4F0033), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #000000 0%,#4F0033 15%,#4F0033 85%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #000000 0%,#4F0033 15%,#4F0033 85%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #000000 0%,#4F0033 15%,#4F0033 85%,#000000 100%); /* IE10+ */
background: linear-gradient(to right,  #000000 0%,#4F0033 15%,#4F0033 85%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}
#index #contents ul li.top{
	display:none;
}
#index #contents h2{
	background:url(/img/top/h2.png) left top no-repeat;
	display:block;
	height:52px;
	width:225px;
	text-align:left;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	border:none;
	padding:0;
	margin:0;
}

#index #contents #accessmap,
#index #contents #informations {
	float:none;
	clear:both;
	width:auto;
	padding:20px 0 0;
	text-align:center;
}
#index #contents #accessmap dt,
#index #contents #informations dt{
	width:auto;
	height:auto;
	background:#666;
	text-align:center;
	text-indent:0;
	overflow:hidden;
	white-space:normal;
	border:none;
	padding:15px;
	margin:0 0 20px;
	color:#FFF;
	font-size:16px;
	letter-spacing:3px;
}
#index #contents #accessmap p{
	font-size:12px;
	text-align:left;
}

#index #contents #informations table {
	font-size:11px;
	text-align:left;	
}
#index #contents #informations table th {
	white-space:nowrap;
}
#index #contents #informations table th,
#index #contents #informations table td{
	padding:0 0 10px;
	font-size:11px;
}
#index #contents #informations table td{
	padding:0 0 10px 5px;	
}
#index #contents #news {
	margin:30px 0;
	padding:20px;
}
#index #contents #news h3{
	position:relative;
	left:auto;
	top:auto;
	font-size:18px;
	line-height:24px;
	font-family:"Times New Roman", Times, serif;
}
#index #contents #news ul{
	top:auto;
	right:auto;
	margin:20px 0 0;
}
#index #contents #news ul li span {
	display:block;
	font-size:11px;
}












/**/

#course article ul {
	margin:20px;
}
#course article h3{
	padding:20px;
	font-size:18px;
	line-height:26px;
	padding: 20px 5px;
}
#course article h3 strong{
	font-size:14px;
	display:block;	
}
#course article ul li {
	font-size:14px;
	line-height:22px;
	margin:0 0 10px;
	padding:0 0 0 60px;
}
#course article ul li span{
	font-size:14px;
	letter-spacing:0px;
}
#course article ul.english li {
	padding:0 0 0 20px;	
}
#course #contents article p {
	color:#000;
	margin:20px;
}

#alacarte article h4{
	padding:20px;
	font-size:18px;
	line-height:26px;
	padding: 20px 0;
}
#alacarte article h5{
	color:#C00;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	padding:0 0 0 10px;
	margin:20px 20px 20px 20px;
	line-height:26px;
	font-weight:bold;
	border-left:6px solid #000;
}
#alacarte article p{
	color:#000;
	font-size:14px;
	padding:0px 20px 10px;
	line-height:21px;
}
#alacarte article p.price{
	margin:0px 30px 0 0;
}
#course #contents article ul.rank li {
	padding:0 0 0 20px;
}




#sp_notice #contents p{
	text-align:left;
	font-size:16px;
	color:#FFF;
	line-height:24px;
}
#sp_notice #contents table{
	width:100%;
}
#sp_notice #contents table th{
	padding:5px;
	width:auto;
	white-space:nowrap;
}


#group article h4{
	padding:20px 0;
	font-size:18px;
	line-height:26px;
}
#group article h4 span{
	text-align:left;
	margin:10px 20px;
}
#group #contents article section {
	width:auto;
	float:none;
}
#group #contents article p{
	padding:0px 30px 10px 30px;
}



#sunday article h5{
	margin:0px 0px 10px 0px;
	font-size:16px;
}
#sunday article dl dt {
	font-size:16px;
	padding:10px 0;
}
#sunday article dl dd.price {
	text-align:left;
}
#sunday article h4{
	background:#000;
	padding:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	margin:0 0 30px;
	color:#FFF;
}

#sunday article#contents_06 h4{
	background:none;
	padding:0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	margin:0 0 30px;
	color:#FFF;
}
#sunday article#contents_06 p{
	text-align:center;
	color:#FFF;	
}

#sunday article h5{
	margin:0px 20px 10px 20px;
	font-size:17px;
	line-height:24px;
	text-align:center;
}
#sunday article p{
	color:#000;
	font-size:14px;
	padding:0px 20px 0px;
	line-height:21px;
}
#sunday article dl dt {
	background:#EFC707;
	border-radius:4px;
	font-size:16px;
	padding:10px 5px;
	margin:20px 20px 10px 20px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
	color:#FFF;	
}
#sunday article dl dt strong{
	display:inline-block;
	background:#fff;
	font-size:12px;
	line-height:12px;
	color:#EFC707;
	padding:7px 10px 5px;
	vertical-align:1px;
}

#sunday article dl dd {
	
}
#sunday article dl dd.price {
	font-size:14px;
	padding:0px;
	margin:0px 20px 20px 20px;
	text-align:center;
	line-height:21px;
	font-weight:bold;	
}
#sunday article dl dd.to_reserve {
	margin:10px 10px 20px;
	text-align:center;
}
#sunday article dl dd.to_reserve a{
	display:inline-block;
	width:auto;
	background:#900;
	color:#FFF;
	padding:8px 10px;
	border-radius:4px;	
}
#sunday article ul {
	margin:20px;
}
#sunday article .notice {
	padding:20px;
	margin:0 20px;
	border:2px solid #CCC;
	border-radius:4px;
}
#sunday article .notice p{
	padding:0px;	
}
#sunday article table{
	width:auto;
	margin:0 auto 20px;
}
#sunday article .notice table {
	margin:0 auto 20px;	
}
#sunday article table th,
#sunday article table td{
	border:2px solid #ccc;
	padding:8px 10px;
}


#youtube #contents div.iframeWrap {
    position:relative;
    width:100%;
    padding-top:75%;
	margin:0 0 20px;
}
 
#youtube #contents div.iframeWrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#youtube #contents iframe {
	width:100%;
	margin:0 0 30px;
}





#limited article ul {
	margin:20px;
}
#limited article h3{
	padding:20px;
	font-size:18px;
	line-height:26px;
	padding: 20px 0;
}
#limited article h3 strong{
	font-size:14px;
	display:block;	
}
#limited article ul li {
	font-size:14px;
	line-height:22px;
	margin:0 0 10px;
	padding:0 0 0 60px;
}
#limited article ul li span{
	font-size:14px;
	letter-spacing:0px;
}
#limited article ul.english li {
	padding:0 0 0 20px;	
}





#bosyu article ul li {
	padding:0 0 20px 100px;	
}
#bosyu article ol li {
	padding:0 0 20px 40px;	
}

#bosyu article ol li strong{
	position:absolute;
	top:0;
	left:0;
}
#bosyu article ul li strong{
	position:absolute;
	top:0;
	left:0;

}






#popup_rooms table th,
#popup_rooms table td{
	border:2px solid #ccc;
	padding:8px;
}


#infulence h3 {
	font-size:18px;
	line-height:24px;
}
#infulence h4 {
	font-size:16px;
	line-height:26px;
}
#infulence ol {
	width:auto;
}
#infulence ol li {
	font-size:14px;
}


#reservation #contents h3{
	padding:20px 0 0;
	font-weight:bold;
	font-size:18px;
	line-height:26px;
	color:#fff;
	margin:0 0 20px;	
}
#reservation #contents_04 a img {
	width:100%;
}
#reservation article#contents_05 a{
	margin:5px 10px;
	display:inline-block;
}
#reservation article{
	margin:0 0 20px;
}
#reservation article #kids{
	padding:20px 20px 0;
}
#reservation article #kids h4{
	margin:0 0 20px;
}
#reservation article #kids h5{
	margin:0 0 10px;
	font-size:13px;
	font-weight:bold;
}
#reservation article#contents_05 {
	padding:20px;
}



#tanks_cautions {
	padding:20px;
}

#reservation #contents p.caution_text {
	width:auto;
	
}

#form {
	width:100%;	
}
#form table {
	border:none;
	width:100%;
}
#form table th, #form table td{
	display:list-item;
	list-style:none;
	margin:0;
	text-align:center;
}
#form table td input,
#form table td textarea{
	width:80%;
}
#form table td input#tel1,
#form table td input#tel2,
#form table td input#tel3 {
	width:auto;
}
#tanks_cautions ul li {
	margin:0 0 20px 20px;	
}

#form .bts input {
	width:100%;
	display:block;
	margin:0 auto 20px;	
}






}

























