@charset "utf-8";


/* =Reset default browser CSS
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
}


/* LINK
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#333333;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color: #666;
}

#logo { max-width:100%;height:auto;}

/* CS24 in ---------------*/

.free_sizeImg img{max-width:100%;height:auto;}

/* //end CS24 in ---------*/


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* Form
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #4f4d4d;
background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4d4d), color-stop(100%,#2e2c2c));
background: -webkit-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -o-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -ms-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: linear-gradient(to bottom, #4f4d4d 0%,#2e2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d4d', endColorstr='#2e2c2c',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #4f4d4d;
background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2c2c), color-stop(100%,#4f4d4d));
background: -webkit-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -o-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -ms-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: linear-gradient(to bottom, #2e2c2c 0%,#4f4d4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* LAYOUT
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:940px;
}

/*#header,#mainNav{background:#eff1f0;}*/

/*#header,#mainNav{background: #e80000;}*/

#header,#mainNav{background: url(imgs/bgtop.gif);}

#header{overflow:hidden;}

#content{
float:right;
width:625px;
padding:30px 0;
}

#contentMenue{
float:right;
width:940px;
padding:30px 0;
}

#sidebar{
float:left;
width:265px;
padding:30px 0;
}

/* ShopDB */
#contentShop { float:left; width:580px; padding:30px 0;}
#sidebarShop { float:right; width:340px; padding:30px 0;}

#footer{
clear:both;
padding-top:20px;
border-top:1px solid #ccc;
} 


/* HEADER
*****************************************************/

/* SITE Description
----------------------------------*/
#header h1{
padding:10px 0 0 3px;
color: #fff;
font-size:80%;
font-weight:normal;
}


/* LOGO SiteTitle
----------------------------------*/
#header h2{
clear:both;
float:left;
padding-top:20px;
color: #F20000;
font-size:160%;
font-weight:bold;
}


/* Contact Information
----------------------------------*/
#headerInfo{
float:right;
text-align:left;
}

#headerInfo p{
padding:2px 0 2px 80px;
color:#fff;
font-size:12px;
font-weight:bold;
background: url(imgs/openTime.png) no-repeat 0 2px;
}

#headerInfo p.tel{background: url(imgs/tel.png) no-repeat 0 4px;font-size:12px;}
#headerInfo p.tel a { color:#FFF;}
#headerInfo p.tel a:hover { color: #FF3;}

#headerInfo p.address{background-image: url(imgs/address.png);}
#headerInfo p.contactus{background-image: url(imgs/contactus.png);}
#headerInfo p.contactus a{ color:#FFF;}
/* Top image
----------------------------------
#mainImg{
line-height:0;
text-align:center;
background:#eff1f0;
z-index:0;
}
*/


#mainImg{
line-height:0;
text-align:center;
background: #fff;
z-index:0;
}

/* TYPO Grafee
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding:5px 0;
font-size:126%;
font-weight:bold;
color: #252525;
border-bottom:3px solid #F20000;
}

h2.first{margin-top:0;font-weight:bold; padding-left:12px;}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background: url(imgs/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:130%;
color: #252525;
border-bottom:3px solid #F20000;
}

.post h2{
margin:10px 0;
padding:0 0 2px 0;
font-size:120%;
font-weight: bold;
color: #252525;
border-bottom:2px solid #F20000;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #F20000;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #2e2c2c solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #2e2c2c solid;
border-width: 0 0 1px 1px;
font-weight:bold;
background:#eff1f0;
}

.post table td{
padding:7px 5px;
border: 1px #2e2c2c solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* SideBar Wiget
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #252525;
border-bottom:3px solid #F20000;
}

section.widget li{
margin: 0 10px 10px 5px;
border-bottom: 1px solid #bab48d;
}

section.widget a{
display:block;
padding-left:15px;
background: url(imgs/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{background-position: 3px 50%;}

p.banner{padding-bottom:15px;}


/* cs24 in */
#contactBanner{
width:265px;
padding-top:20px;
}



#searchform input[type="text"]{
line-height:1.7;
height:24px;
vertical-align:bottom;
}


/* NEWS Releace
-------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:5px 0;
font-size:100%;
color: #252525;
border-bottom:3px solid #F20000;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background: url(imgs/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #bab48d;
}

.news p a{
display:block;
padding:5px 0;
color:#252525;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#333333;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#927a49;}



/* Footer
*****************************************************/
#footerLogo{
float:left;
width:265px;
}

#footerLogo img{
max-width:265px;
height:auto;
}

#footer ul{
float:right;
width:625px;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background: url(imgs/arrow.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background: url(imgs/arrow2.png) no-repeat 0 6px;
}

#footer ul li	li a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* Top page 3 IMAGE
------------------------------------------------------------*/
.thumbWrap{
width:645px;
margin-right:-20px;
}

.thumbWrap li{
float:left;
width: 195px;
margin:0 20px 0 0;
padding:2px 0 40px;
background:none;
}


/* New Linck */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #C00;
color:#FFF;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background: #C00;color:#FFF;
}

ul.thumb h3:hover{background: #F93;}

ul.thumb h3:hover span{background: #FC9; color:#333;}


/* 　PC-------------*/
.menueImg{ margin:0; padding:0;
line-height:0;
text-align:center;
background: #fff;
z-index:0;
}

/* 表示切り替え */
.dispry_pc_on { display: block;}
.dispry_pc_off { display:none;}

.dispry_iPhone_on { display: none;}
.dispry_iPhone_off { display: block;}

/* Main menue　PC
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	padding:20px 0 10px;
	position:relative;
	z-index:200;
	}
	
	.panel ul{
	background: url(imgs/sep.png) no-repeat 50% 50%;
	}

	.panel ul li{
	float: left;
	position: relative;
	padding:0 5px 0 5px;
	height:40px;
	line-height:40px;
	background: url(imgs/sep.png) no-repeat 100% 50%;
	}

	
	.panel ul li a{
	display: block;
	text-align: center;
	_float:left;
	/*color:#F20000;*/
	color:#FFF;
	padding:0 15px;
	}
	.panel ul li a:hover{ color:333; background:#FCC;}
		
		
		
	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background: #F60;
	border-radius:6px;
	-webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul ul{width:160px;}
  
  .panel ul li ul{display: none;}
	
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	padding:0;
  }
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index:500;
  }
	
  .panel ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	.panel ul li li a span{padding:0 10px;}
	
	.panel ul li li a:hover,.panel ul li li.current-menu-item a{color:#888; background:#FFDFBF;}
  
  .panel ul li:hover ul li{
  margin:0;
  background: #f60;
  border-bottom:1px solid #dadcdc;
  }
	
	.panel ul li:hover ul li:last-child{
	border:0;
	border-radius:0 0 6px 6px;
	}
	
	


}


/* Main menue iPad size Low
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:#eff1f0;
	}
	
	nav#mainNav .inner{width:95%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#888;
	background: #c8c9c9  url(imgs/menuOpen.png) no-repeat 1em 10px;
  background:  url(imgs/menuOpen.png) no-repeat 1em 10px, -moz-linear-gradient(top, #edefef 0%, #c8c9c9 100%);
	background:  url(imgs/menuOpen.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edefef), color-stop(100%,#c8c9c9));
	background:  url(imgs/menuOpen.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background:  url(imgs/menuOpen.png) no-repeat 1em 10px, -o-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background:  url(imgs/menuOpen.png) no-repeat 1em 10px, -ms-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background:  url(imgs/menuOpen.png) no-repeat 1em 10px, linear-gradient(to bottom, #edefef 0%,#c8c9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edefef', endColorstr='#c8c9c9',GradientType=0 );
	border:1px solid #c7c9c9;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#888;
	background: #c8c9c9  url(imgs/menuClose.png) no-repeat 1em 10px;
  background:  url(imgs/menuClose.png) no-repeat 1em 10px, -moz-linear-gradient(top, #edefef 0%, #c8c9c9 100%);
	background:  url(imgs/menuClose.png) no-repeat 1em 10px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edefef), color-stop(100%,#c8c9c9));
	background:  url(imgs/menuClose.png) no-repeat 1em 10px, -webkit-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background:  url(imgs/menuClose.png) no-repeat 1em 10px, -o-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background:  url(imgs/menuClose.png) no-repeat 1em 10px, -ms-linear-gradient(top, #edefef 0%,#c8c9c9 100%);
	background:  url(imgs/menuClose.png) no-repeat 1em 10px, linear-gradient(to bottom, #edefef 0%,#c8c9c9 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #c7c9c9;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	color:#FFF;
	background: #C00;
	}

 .panel ul li a span{padding-left:1em;}
 
	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#fff;
	background:#FFA64D;
	}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a{background: #C00  url(imgs/sub1.png) no-repeat 20px 50%;}

	.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#FFA64D  url(imgs/sub1.png) no-repeat 20px 50%;}
	
	.panel ul li li:last-child a{background: #C00 url(imgs/subLast.png) no-repeat 20px 50%;}
	.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#FFA64D  url(imgs/subLast.png) no-repeat 20px 50%;}

	.panel ul li li a span{padding-left:35px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px Low 1culum
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2{padding:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#contentShop, #sidebarShop{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	
	#banners p{width:30%; float:left;margin:0 1% 0 2%;}
	
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
  #contactBanner{margin:0 auto;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footerLogo, #footer ul{
	float:none;
	width:auto;
	padding-bottom:20px;
	text-align:center;
	}
	
	#footer ul{
	padding-top:20px;
	border-top:1px solid #ccc;
	}
	
	#footer ul ul{padding-top:0;border:0;}	
	
	.ctr { text-align:center;}
	
	/* 表示切り替え */
.dispry_pc_on { display: none;}
.dispry_pc_off { display: block;}
}


/* 
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
  .menueDiv { width:100%;}
  
  /*CS24 alter for iPhone */
	#banners p{width:90%; float: none;margin:0 1% 0 2%; text-align:center;}
	#logo img{ max-width:90%;height:auto; text-align:left;}
	#iphone_nodisplay { display:none;}
	
#searchform input[type="text"]{
line-height:1.4;
height:16px;
vertical-align:bottom;
}
/*　予約ボタン　SPサイズ*/
form input .spSizu { max-width: 80%;}

.no_display { display:none;}

/* 表示切り替え */
.dispry_pc_on { display: none;}
.dispry_pc_off { display: block;}




  /* //end  CS24 alter */
}


/* 
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{padding:0;text-align:center;}
	#header h2,#footerLogo,#headerInfo{float:none;padding:0;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	
/*　予約ボタン　SPサイズ*/
form input .spSizu { max-width: 80%;}
.no_display { display:none;}

/* 表示切り替え */
.dispry_pc_on { display: none;}
.dispry_pc_off { display: block;}

/* 表示切り替え iPhone only */
.dispry_iPhone_off { display: none;}
.dispry_iPhone_on { display: block;}


}

/* 
------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
/* 表示切り替え iPhone only */
.dispry_iPhone_off { display: none;}
.dispry_iPhone_on { display: block;}
}





/* Font size */
.ft58 { font-size:58%;}
.ft64 { font-size:64%;}
.ft82 { font-size:82%;}
.ft120 { font-size:128%;}

/* Font Color */
.fred { color:#F00;}
.fgreen { color:#063;}
.fblue { color:#039;}
.fbrown { color:#930;}

.a_underline a { text-decoration:underline;}



/* Font Weight */
.ft_bold { font-weight:bold;}

/* Link underLine */
.underLine a {text-decoration: underline;}

/* space */
.sp_top8 { margin-top:8px;}
.sp_top10 { margin-top:10px;}
.sp_top20 { margin-top:20px;}
.sp_top30 { margin-top:30px;}
.sp_top40 { margin-top:40px;}
.sp_top60 { margin-top:60px;}
.sp_bottom0 { margin:0; padding:0}
.sp_bottom10 { margin-bottom:10px;}
.sp_bottom20 { margin-bottom:20px;}
.sp_bottom30 { margin-bottom:30px;}
.sp_bottom40 { margin-bottom:40px;}

.sp_left20 { margin-left:20px;}
.sp_left30 { margin-left:30px;}
.sp_left40 { margin-left:40px;}
.sp_left60 { margin-left:60px;}

.sp_right20 { margin-right:20px;}
.sp_right30 { margin-right:30px;}
.sp_right40 { margin-right:40px;}
.sp_right60 { margin-right:60px;}

.sp10-20px { padding: 10px 20px;}
.sp10px { padding: 10px;}

.block { display:block;}
.photowaku { border:#737373 solid 1px; background:#FFF;}

.bg_yellow { background:#FFC;}
.bg_glay { background: #F8F8F8;}
.bg_glay2 { background: #CCC; border-bottom:#333 1.5px dotted; border-left: #333 1.5px dotted; border-right: #333 1.5px dotted;}
.yellowList { background:#FFF9E3; padding:10px 0 0 10px;}
.grayList { background: #FCFCFC; padding:10px 0 0 10px;}

/*Table*/
.tbl tr,td { border:none; text-align: left; vertical-align:top; padding:10px;}
.tbl td { border-bottom: #CC0000 dotted 1px;}

/* ロールオーバー時 */
a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

/* 
------------------------------------------------------------*/

#cTpl_rwd004_white_options {font:120%/1.5 Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;}
#cTpl_rwd004_white_options .first{padding-bottom:30px;}
#cTpl_rwd004_white_options h3{padding:6px 15px;background-color:#777;background-image:-ms-linear-gradient(bottom,#6d6d6d,#808080);background-image:-moz-linear-gradient(bottom,#6d6d6d,#808080);background-image:-o-linear-gradient(bottom,#6d6d6d,#808080);background-image:-webkit-gradient(linear,left bottom,left top,from(#6d6d6d),to(#808080));background-image:-webkit-linear-gradient(bottom,#6d6d6d,#808080);background-image:linear-gradient(bottom,#6d6d6d,#808080);color:#fff;
-webkit-border-radius:4px;border-radius:4px;font-size:150%;}
#cTpl_rwd004_white_options h3 span{font-size:.8em;}
#cTpl_rwd004_white_options table{width:80%;border:1px #999 solid;border-collapse:collapse;border-spacing:0;}
#cTpl_rwd004_white_options table th, #cTpl_rwd004_white_options table td{padding:5px 10px;border:1px #999 solid;border-width:0 0 1px 1px;}
#cTpl_rwd004_white_options table th{background:#ccc;width:30%;text-align:left;}
#cTpl_rwd004_white_options table span{color:#666;}
#cTpl_rwd004_white_options table dt,#cTpl_rwd004_white_options table dd{margin:0;padding:5px 0;}
#cTpl_rwd004_white_options table dt{font-weight:bold;}
#cTpl_rwd004_white_options table dd{border-bottom:1px solid #dfdfdf;}
#cTpl_rwd004_white_options input,#cTpl_rwd004_white_options textarea{width:95%;}
#cTpl_rwd004_white_options input.button-primary{width:auto;padding:8px;-webkit-border-radius:6px;border-radius:6px;}
#cTpl_rwd004_white_options table dd input{margin-bottom:5px;}
#cTpl_rwd004_white_options p.img{text-align:center;}


/* Shop Serch */
#result table { width:100%; border: none;}
#result .shop {
text-align: left;
font-size: 16px;
margin: 8px 0;
width:200px;
white-space: normal;
}
#result .shop a,
#result .shop a:link,
#result .shop a:active,
#result .shop a:visited {
color: #c00;
font-weight: bold;
}

#result .shop2 {
text-align: left;
font-size: 16px;
margin: 8px 0;
width:200px;
white-space: normal;
}

#result .shop2 a,
#result .shop2 a:link,
#result .shop2 a:active,
#result .shop2 a:visited {
color: #c00;
font-weight: bold;
}
#result .shop2 a:hover { text-decoration:underline;
}

#result tr { border-bottom: #F00 dotted 1px; border-left:none; border-right:none;}
#result td {
font-size: 12px; border-bottom:dotted #FF0000 1px; text-align:left;
}

#result .tel {
background: #FFF;
letter-spacing: 0.1em;
padding: 0 5px;
}
#result .map {
background: #EEE;
padding-top:18px;
}
#result th {
padding: 5px;
background: #777;
font-size: 12px;
font-weight: normal;
color: #FFF;
text-align: center;
line-height: 100%;
border:none;
}

.necessary { color:#F00;}
.table_left { background:#F8F8F8; text-align:center; border:none;}


.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 20px;
	background: -moz-linear-gradient(
		top,
		#ffaa42 0%,
		#ff4805);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffaa42),
		to(#ff4805));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #401f01;
	-moz-box-shadow:
		0px 1px 3px rgba(240,012,012,0.5),
		inset 0px 0px 4px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(240,012,012,0.5),
		inset 0px 0px 4px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(240,012,012,0.5),
		inset 0px 0px 4px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		display:block;
		margin-bottom:8px;
}

/*.blue_line { text-decoration:underline; color: #039;}*/
.blue_line { color: #039;}

.btn a:hover {
	color: #000;
}


.buffe {}

/* Promotion Area Switch 店舗詳細ページのプロモーション券 */
#promo1 { display:none;}

/* Promotion Area Switch イベントページの表示*/
#promo_print { display: block;}
#promo_discription { display:none;}

/* Promotion Area Switch 店舗詳細ページのプロモーションボタン */
#promo_shopBTN { display: block;}


.line { text-align:center;}


.link_line a { text-decoration:underline;}

table .alg {
width: 100%;
border-collapse: collapse;
}

.alg th{
width: 320px;
padding: 6px;
font-weight:bold;
/*vertical-align: top;*/
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.alg td{
	width:8%;
padding: 2px;
background-color: #fff;
border: 1px solid #b9b9b9;
text-align:center;
}

.ctn { text-align:center;}
.cright { text-align:right;}

.closed { text-align:right;}
.close {}


/* 予約ボタン非表示 */
.nodisplay00081 { display:none !important;}
.nodisplay00051 {}
.nodisplay00043 { display:none !important;}
.nodisplay00037 { display:none !important;}

.nodisplay00035 { display:none !important;}
.nodisplay00064 { display:none !important;}




.btn_sp {
	background: #FC6;
	border: 1px solid #666;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #111;
	font-size:18px;
	width: auto;
	padding: 10px 0 0 0; text-align:center; vertical-align:bottom;
	margin:5px;
}

.event2 {display:none;}
/*
.nittei8 { padding:8px; border:1px dotted; background:#FFC;}
*/
.nittei8 { display:none;}

/*
.nikumaru {display:none;}
*/

.underline { text-decoration:underline;}