@charset "shift_jis";

/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: "MS PGothic","Osaka","sans-serif";
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

@font-face {
	font-family:minfont;
	src:url(../font/font.otf) format("opentype");
	/*src:url(../font/font.ttf) format("truetype");*/
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

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

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

em{
font-style:normal;
}

@-webkit-keyframes mycolor{
	0%	{color: rgba(255,255,255,0);}
	40%	{color: #ff0000;}
	60%	{color: #ff0000;}
	100%{color: rgba(255,255,255,0);}
}

.new{
	font-weight		: bold;
	letter-spacing	: -0.1em;
	-webkit-animation-name: mycolor;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count:infinite;
}


/*=================================================
 * all
 * ================================================= */

body{
	color			: #ffffff;
	letter-spacing		: 0.00em;
	font-size		: 14px;
	line-height		: 22px;
	font-family		: sans-serif;
	background		: #000000;
}

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


/* header */

header{
	padding			: 0 0 0 0;
	width			: 100%;
	background		: #503629;
}

#header_bg{
	width			: 100%;
	background		: url(../img/logo.png) no-repeat 5px 0px , url(../img/headbg.png) repeat-x 0px 0px , #000000;
	background-size		: 320px 50px , 25px 50px;
	-webkit-background-size	: 320px 50px , 25px 50px;
	-moz-background-size	: 320px 50px , 25px 50px;
}

header h1{
	width			: 100%;
	height			: 20px;
	text-align		: center;
	font-size		: 12px;
	line-height		: 20px;
	margin			: 0 0 5px 0;
}

header h1 a{
	color			: #ff3399;
}

.h_right{
	width			: 50px;
	height			: 45px;
	float			: right;
}
.h_right p{
	padding			: 7px 0 0 0;
	float			: left;
	width			: 50px;
	text-align		: center;
	background		: url(../img/hr_line.gif) no-repeat 0 0;
}

#h_tel{
	width			: 140px;
	margin			: 13px 0 0 auto;
}

#h_tel span a{
	font-size		: 13px;
	padding			: 0;
}


.shop{
	border-top		: 1px dotted #99ccff;
}

.shop p{
	width			: 50%;
	float			: left;
	text-align		: center;
	font-size		: 12px;
}

.shop p span,.shop p a{
	color			: #f6af00;
}

#menu{
	width			: 100%;
	clear			: both;
	background		: url(../img/menu_bg.png) repeat-x top center;
	background-size		: 38px 51px;
	-webkit-background-size	: 38px 51px;
	-moz-background-size	: 38px 51px;
}

#menu ul{
	height			: 51px;
}

#menu li{
	width			: 20%;
	height			: 45px;
	padding			: 2px 0 0 0;
	float			: left;
}

#menu li a{
	margin			: 1px 0 0 0;
	display			: block;
	height			: 45px;
	font-size		: 0;
	line-height		: 0;
	text-indent		: -9999px;
	border-right		: 1px solid #26231f;
}

#menu li:last-child a{
	display			: block;
	height			: 45px;
	font-size		: 0;
	line-height		: 0;
	text-indent		: -9999px;
	border-right		: none;
}

#menu ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

#menu .menu01{	background	: url(../img/menu.png) no-repeat 50% -2px;}
#menu .menu02{	background	: url(../img/menu.png) no-repeat 50% -58px;}
#menu .menu03{	background	: url(../img/menu.png) no-repeat 50% -114px;}
#menu .menu04{	background	: url(../img/menu.png) no-repeat 50% -170px;}
#menu .menu05{	background	: url(../img/menu.png) no-repeat 50% -227px;}
	
#menu .menu01 , #menu .menu02 , #menu .menu03 , #menu .menu04 , #menu .menu05{
	background-size		: 62px 280px;
	-webkit-background-size	: 62px 280px;
	-moz-background-size	: 62px 280px;
}

.headline{
	border-bottom		: 1px solid #8e7f60;
	padding			: 0 0;
}

.headline .ticker{
	color			: #ffffff;
	background		: url(../img/coverbg2.jpg) repeat-x top center;
	background-size		: 37px 37px;
	-webkit-background-size	: 37px 37px;
	-moz-background-size	: 37px 37px;
}

div.ticker{
	position		: relative;
	overflow		: hidden;
}

div.ticker ul{
	height			: 22px; /* ここを合わせる */
}

div.ticker ul li{
	width   : 100%;
	height   : 22px; /* ここを合わせる */
	float			: left;
	display			: inline;
	clear			: both;
	text-align		: left;
	position		: relative;
	font-size  : 10px;
	line-height		: 22px; /* ここを合わせる */
	margin-bottom	: -22px; /* ここを合わせる */
}

div#longitudinally ul li,
div#fade ul li {
	left: 10px; /* ここは変えない */
}


/* pan */

.pan{
	font-size		: 10px;
	text-align		: right;
	padding			: 0 0 0 0;
}



/* recbnr */

.recbnr p{
	width			: 100%;
	text-align		: center;
	font-size		: 0;
	line-height		: 0;
	margin			: 0 0 5px 0;
}

.recbnr p:last-child{
	width			: 100%;
	text-align		: center;
	font-size		: 0;
	line-height		: 0;
	margin			: 0 0 10px 0;
}




/* footer */

footer{
	font-family		: minfont;
	display			: block;
	width			: 100%;
	clear			: both;
	font-size		: 9px;
	padding			: 0 0 0 0;
	text-align		: center;
	height			: 60px;
	background		: #000000 url(../img/bt.png) repeat-x top center;
	background-size		: 320px 90px;
	-webkit-background-size	: 320px 90px;
	-moz-background-size	: 320px 90px;
}

footer div{
	color			: #413c38;
	line-height		: 12px;
	padding			: 16px 0 0 0;
}

footer a{
	color			: #413c38;
}





/*=================================================
 * page_title
 * ================================================= */

.title {
	clear			: both;
	margin-top		: -1px;
}

.title span{
	font-family		: minfont;
	font-size		: 20px;
	color			: #514529;
	line-height		: 50px;
	text-align		: center;
	font-weight		: bold;
	display			: block;
	background		: url(../img/h2.png) repeat-x top  center;
	background-size		: 75px 50px;
	background-size		: 75px 50px;
	background-size		: 75px 50px;
	text-shadow		: 1px 1px 1px #d0c7ba;
	
}

.title span span {
	display			: inline;
	font-size		: 15px;
	border-top		: none;
	border-bottom		: none;
	padding			: 0;
	background		: none;
}

.s_title {
	clear			: both;
	border-top		: 1px solid #2a2724;
	border-bottom		: 1px solid #2a2724;
}

.s_title span{
	font-size		: 14px;
	color			: #b08d68;
	text-align		: center;
	padding			: 8px 0 7px 0;
	font-weight		: bold;
background: #25211e; /* Old browsers */
background: -moz-linear-gradient(top,  #25211e 0%, #050404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25211e), color-stop(100%,#050404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #25211e 0%,#050404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #25211e 0%,#050404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #25211e 0%,#050404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #25211e 0%,#050404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25211e', endColorstr='#050404',GradientType=0 ); /* IE6-9 */
	display			: block;
}



/*=================================================
 * form
 * ================================================= */

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"]
{
	width			: 240px;
	padding			: 3px;
	font-size		: 14px;
	border			: 1px solid #cccccc;
	border-radius		: 3px;
	-webkit-border-radius	: 3px;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.form textarea{
	width			: 80%;
	padding			: 3px;
	font-size		: 14px;
	border			: 1px solid #cccccc;
	border-radius		: 3px;
	-webkit-border-radius	: 3px;
}


/*=================================================
 * table
 * ================================================= */

.table{
	margin			: -5px 0 0 0;
}

.table table{
	width			: 100%;
	font-size		: 13px;
	line-height		: 16px;
}

.table tr{
	vertical-align	: middle;
}

.table th{
	padding-top		: 5px;
	padding-bottom	: 3px;
}

.table th img{
	padding			: 1px;
	border			: 1px solid #ff66cc;
}

.table td{
	padding			: 5px 10px 3px 0;
}

.table td p{
	text-align		: right;
	padding			: 5px 0 0 0;
}


#telnumber{
	font-size		: 18px;
	text-align		: center;
	padding			: 5px 0;
	clear			: both;
	display			: block;
	margin			: 0 5px 10px 5px;
	border-radius		: 3px;
   	-webkit-border-radius	: 3px;
  	-moz-border-radius	: 3px;
	border			: 2px solid #3b352b;
	background		: url(../img/bg.jpg) repeat top center , #000000;
	background-size		: 35px 35px;
	-webkit-background-size	: 35px 35px;
	-moz-background-size	: 35px 35px;
	text-shadow		: 1px 1px 0px #000000;
}
#telnumber_top{
	font-size		: 18px;
	text-align		: center;
	padding			: 5px 0;
	clear			: both;
	display			: block;
	margin			: 0 5px 5px 5px;
	border-radius		: 3px;
   	-webkit-border-radius	: 3px;
  	-moz-border-radius	: 3px;
	border			: 2px solid #3b352b;
	background		: url(../img/bg.jpg) repeat top center , #000000;
	background-size		: 35px 35px;
	-webkit-background-size	: 35px 35px;
	-moz-background-size	: 35px 35px;
	text-shadow		: 1px 1px 0px #000000;
}
.telnumber{
	font-size		: 18px;
	text-align		: center;
	padding			: 5px 0;
	clear			: both;
	display			: block;
	margin			: 0 5px 10px 5px;
	border-radius		: 3px;
   	-webkit-border-radius	: 3px;
  	-moz-border-radius	: 3px;
	border			: 2px solid #3b352b;
	background		: url(../img/bg.jpg) repeat top center , #000000;
	background-size		: 35px 35px;
	-webkit-background-size	: 35px 35px;
	-moz-background-size	: 35px 35px;
	text-shadow		: 1px 1px 0px #000000;
}
#telnumber a , #telnumber_top a , .telnumber a {
	font-size		: 18px;
	color			: #ffffff;
}

#telnumber span , #telnumber_top span , .telnumber span {
	display			: block;
	margin			: 0 0 0 0;
	font-size		: 11px;
	line-height		: 11px;
	color			: #867d66;
}

#telnumber font , #telnumber_top font , .telnumber font {
	font-size		: 11px;
}
#opening_hour{
	font-size		: 18px;
	color			: #ffffff;
	text-align		: center;
	padding			: 5px 0;
	clear			: both;
	display			: block;
	margin			: 0 5px 10px 5px;
	border-radius		: 3px;
   	-webkit-border-radius	: 3px;
  	-moz-border-radius	: 3px;
	border			: 2px solid #3b352b;
	background		: url(../img/bg.jpg) repeat top center , #000000;
	background-size		: 35px 35px;
	-webkit-background-size	: 35px 35px;
	-moz-background-size	: 35px 35px;
	text-shadow		: 1px 1px 0px #000000;
}
#opening_hour span{
	font-size		: 11px;
	color			: #867d66;
}

#opening_hour font{
	display			: block;
	margin			: -3px 0 0 0;
	font-size		: 11px;
	line-height		: 11px;
	color			: #867d66;
}


/* menu */

.menu{
	width			: 100%;
}

.menu ul li{
	border-bottom		: 1px dotted #3b352b;
	background		: url(../img/arrow2.gif) no-repeat 100% 50%;
}

.menu ul li:last-child{
	border-bottom	: none;
}

.menu ul li:first-child span{
	font-size		: 15px;
	color			: #ffcc33;
	border-top		: 2px solid #333333;
	border-bottom		: 1px dotted #ddccb2;
	text-align		: center;
	padding			: 8px 0 7px 0;
	font-weight		: bold;
	text-shadow		: 1px 1px 0px #000000;
	background		: #6e3e2a url(../img/telbg.gif) repeat top center;
	background-size		: 64px 64px;
	-webkit-background-size	: 64px 64px;
	-moz-background-size	: 64px 64px;
	display			: block;
}

.menu ul li a{
	color			: #ffffff;
	display			: block;
	padding			: 14px 22px 13px 10px;
}


/***** cop *****/
#cop{
	width		: 100%;
	margin		: 0 0 10px 0;
	padding		: 10px 0 0 0;
}

#cop a {
	position: relative;
	display: block;
    float: left;
    width: 50%;
    padding 	: 0 5px 10px 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#cop a:nth-child(2n) {
    padding 	: 0 10px 10px 5px;

}

#cop .girl{
	background: #181715;
	text-align	: center;
	padding		: 0 0 2px 0;
}

#cop .girl h3 img{
	display		: block;
}

#cop .girl p{
	font-size	: 12px;
	line-height	: 14px;
	padding		: 5px 5px 0 5px;
	margin		: 0 0 -1px 0;
}

#cop .girl p span{
	font-size	: 11px;
	color		: #ffffff;
}

#cop .girl .icon{
	padding		: 0 5px 0 5px;
}

#cop .girl .time{
	height	 	: 18px;
	margin		: -5px 5px 5px 5px;
}

#cop .girl .time span{
	display		: block;
	width		: 100%;
	color		: #ffffff;
	border		: 1px solid #3b352c;
	line-height	: 15px;
	font-size	: 11px;
background: rgb(102,0,0);
background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(65,1,2,1) 50%, rgba(102,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,0,0,1)), color-stop(50%,rgba(65,1,2,1)), color-stop(100%,rgba(102,0,0,1)));
background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(65,1,2,1) 50%,rgba(102,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(65,1,2,1) 50%,rgba(102,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(65,1,2,1) 50%,rgba(102,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(102,0,0,1) 0%,rgba(65,1,2,1) 50%,rgba(102,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#660000',GradientType=0 );
}








/***** tableに関するスタイル *****/

/*
div class="table"の中に書いていきます。
.tableliの中のtableに、横幅を指定するクラスを当てます。
*/

.tableli table{
	width			: 100%;
	margin			: 0 0 10px 0;
	border-bottom	: 1px dotted #cccccc;
	font-size		: 13px;
	line-height		: 16px;
}

.tableli table:last-child{
	border-bottom	: none;
}

.tableli table tr{
	vertical-align	: middle;
}

.tableli table th{
	text-align		: left;
	font-size		: 0;
	line-height		: 0;
	padding			: 0 0 0 10px;
}

.tableli table th img{
	border			: 1px solid #ffffff;
	padding			: 0px;
}

.tableli table td p{
	padding			: 0 0 0 0;
	text-align		: left !important;
}

.tableli table td p .scol{
	font-size		: 10px;
	color			: #cc9900;
}

.tableli table td p .a_girl{
	font-size		: 14px;
	line-height		: 20px;
	font-weight		: bold;
	color			: #ff6666;
}

.tableli table td p .new{
	display			: inline-block;
	margin			: 0 0 3px 0;
}


/*
thの横幅は画像サイズ＋10くらいで調整してください。
*/

.table75 th{	width	: 87px;}
.table79 th{	width	: 91px;}
.table90 th{	width	: 102px;}
.table100 th{	width	: 112px;}
.table140 th{	width	: 152px;}


/* list box化 */

#t_mgt{
	margin		: 0 0 0 0;
}

.tableli .a_block{
	display		: block;
}

.tableli .a_block table{
	margin		: 0;
	padding		: 8px 0 8px 0 !important;
}

.tableli{
	border-bottom	: 1px solid #3b352b;
}

.tableli .tableli_in{
	font-size	: 12px;
	line-height	: 16px;
}

.tableli .table_com{
	padding		: 0 8px;
	line-height	: 16px;
}

.tableli .a_block table th{
	padding-bottom	: 0px !important;
}

.tableli .a_block table td{
	padding-right	: 18px;
	padding-bottom	: 0 !important;
	padding-top	: 0 !important;
}

.tableli a table,.tableli a:hover table{
	color			: #ffffff;
	background		: url(../img/arrow2.gif) no-repeat 100% 50%;
}

.tableli .a_block#a_btm{
	border-bottom		: none;
	margin-bottom		: 0;
}

.tableli .a_block#a_btm table{
	border-bottom		: none;
	margin-bottom		: 0;
}

.tableli .a_block table.t_border_none{
	border-bottom	: none !important;
	margin		: 0 !important;
}

.tableli .a_block .cm{
	padding		: 3px 0 0 0;
	font-size	: 12px;
	line-height	: 16px;
	text-indent	: -5px;
}

.tableli .a_block .cm strong{
	padding		: 0 0 0 0;
	font-size	: 18px;
	line-height	: 20px;
	font-weight	: normal;
}





.topmicon{
	width			: 100%;
	border-top		: 2px solid #3b352b;
	float			: left;
	border-bottom		: 2px solid #3b352b;
	margin			: 0 0 10px 0;
	clear			: both;
}

.topmicon ul{
	width			: 100%;
	padding			: 0 0 0 0;
	float			: left;
}

.topmicon li{
	float			: left;
	text-align		: center;
	padding			: 5px 0 5px 0;
	width			: 25%;
}

.topmicon li img{
	display			: block;
	margin			: 0 auto;
}


.topmicon li font{
	display			: inline-block;
	width			: 70px;
	height			: 70px;
}

.topmicon li:nth-child(1) , .topmicon li:nth-child(3) , .topmicon li:nth-child(6) ,.topmicon li:nth-child(8) ,.topmicon li:nth-child(9) ,.topmicon li:nth-child(11) ,.topmicon li:nth-child(13){
}
.topmicon li:nth-child(2) , .topmicon li:nth-child(4) , .topmicon li:nth-child(5) ,.topmicon li:nth-child(7) ,.topmicon li:nth-child(10) ,.topmicon li:nth-child(12) ,.topmicon li:nth-child(14){
	background		: url(../img/bg.jpg) repeat top center , #000000;
	background-size		: 35px 35px;
	-webkit-background-size	: 35px 35px;
	-moz-background-size	: 35px 35px;
}





/* submenu */
.submenu{
	font-size		: 12px;
	text-align		: center;
	color			: #666666;
	margin			: 0 0 10px 0;
}







/***** schedule *****/
.sat{
	color			: #0066ff;
}
.satw{
	color			: #99ccff;
}
.sun{
	color			: #ff0000;
}

.error{
	line-height		: 18px;
	text-align		: center;
	margin			: 0 0 50px 0;
	padding			: 40px 0 0 0;
}
.error span{
	color			: #ff0000;
}

.over{
	line-height		: 18px;
	text-align		: center;
	margin			: 0 0 50px 0;
	padding			: 40px 0 0 0;
}


/* 色指定 */

.red{	color	: #ff0000;}
.blue{	color	: #0099ff;}
.pink{	color	: #ff00ff;}
.gray{	color	: #cccccc;}
.orange{	color	: #ff9900;}
.green{	color	: #009933;}

.bust{	color	: #ff0000;}
.name{	color	: #ffcc00;}
.name a{	color	: #ffcc00;}