@charset "UTF-8";


/* INFORMATION =================================

【ばんばんのコレも喰ってみ！】
  作成：ndw 2016/8


 * CSS NAME      : banban.css
 
  0:Reset
  1:common
  2:header
  3:g_navi
  4:footer
  5:index
  6:top
  7:shop
 
===============================================*/



/*---------------
 0:Reset
---------------*/

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

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

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

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

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

input, select {
    vertical-align:middle;
}





/*---------------
 1:common
---------------*/

body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	color: #333;
	vertical-align: baseline;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height:150%;
}


a img {
	border-style:none;
}

a:link { 
	color:#900;/*#2379a0*/
}

a:visited { 
	color:#900;/*#2379a0*/
}

a:hover { 
	color:#900;/*#2379a0*/
}

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

.clear{clear:both;}

.fl_l{float:left;}

.fl_r{float:right;}

/*.bgc01{background:url("../img/background01.png");}*/
.bgc02{background:#110000;}

.bgc03{background:#fff;}
       background-repeat: repeat;}

.bgc04{background-image:url("../img/background04.png");
       background-repeat: repeat;}
	   
.bgc05{background:#000;
}
.bgc06{	background-image:url("../img/bg_washi.png");
       background-repeat: repeat;
}
.bgc07{
	background:#503786;
}
.bgc08{
	background:#602145;
}
.bgc09{
	background:#faed00;
}

/* 画像リンクfade */
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}

.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}   


/* pagetopデザイン */
.pagetop {
	position: fixed;
	bottom: 0px;
	right: 50px;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	background-color: #333;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 40px;
}


/* clearfix */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  






/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

/*---------------
2:header
---------------*/
#head {
	width: 100%;
	height:120px;
	background:#000;
	min-width:980px;
}

#head-980 {
	width: 980px;
	margin: 0 auto;
	height:120px;
}

#head h1{
	float:left;
	margin:20px 0 0 0;
	}
#head-flt{
	height:100px;
}

#fltrt1{
	float:right;
	padding-bottom:10px ;
}

#fltrt2{
	float:right;
	padding-top:10px ;
}

#head p{
	float:right;
	margin:0;
	color:#fff;
	}

/*---------------
3:g_navi
---------------*/
#navi-bg {
	width: 100%;
	min-width:980px;
}

#navi {
	margin: 0 auto;
}

#navi ul{
	margin:0 auto;
	padding:15px 0;
	width:980px;
	text-align:center;
	color:#dc4e2a;
	}

#navi ul li{
	list-style:none;
	display:inline;
	margin:0 0 0 30px;
	}

#navi ul li a{
	color: #fff;
	text-decoration: none;
}

#navi-under ul{
	margin:0 auto;
	text-align:center;
	color:#f15a24;
	}


/*---------------
4:footer
---------------*/

#footer {
	width: 100%;
	color:#fff;
	overflow:hidden;
	padding:20px 0 0 0;
	margin: 0 auto;
	letter-spacing:0.05em;
	position:relative;
	height:150px;
}

#footer-1200 {
	width: 1200px;
	height:246px;
	margin: 0 auto;
	/*background:url(../img/bg_footer_photo.png) no-repeat;*/
	background-position:bottom center;
}

#footer a{
	text-decoration:none;
	color:#000;}


/*下段ナビ*/

#footer ul{
	margin:0 0 40px 0;
	padding:0;
	color:#f15a24;
	}

#footer ul li{
	list-style:none;
	/*background:url(../img/foot_icon.png) left 0.4em no-repeat;
	text-indent:-1em;*/
	padding:0 10px 0 1em;
	display:inline;
	}

#footer ul li a{
	text-decoration:none;
	color:#000;
	}

#address{
	text-align:center;
	margin-bottom:70px;
	}

#copy{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	background:url(../img/bg_footer_bk.png) repeat-x;
	background-position:bottom;
	padding-top:20px;
	}


/*---------------
5:index
---------------*/

/* -HOME- メインイメージ*/
#main_image {
	width: 100%;
	}

#main_image-980 {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}

#main_image img{
	display:block;
	vertical-align:bottom;
	}
	
/* -HOME- shopindex*/
#index_shop {
	width: 100%;
	}

#index_shop-980 {
	width: 980px;
	margin: 0 auto;
	padding:30px 0 0 0;
	}

#index_shop .indexArea h3{
	margin:0 0 50px 0;
	float: left;
	}
	
#index_shop .indexArea h3.indeximageLeft{
	margin-right: 64px;
	}
	

/*店舗詳細*/
#info{
	width:100%;
	background:#e6e6e6 url(../img/bg_bk.png) repeat-x;
	}

#info-1200{
	width:1200px;
	margin:0 auto;
	padding:5px auto 60px;
	position:relative;
	background:url(../img/bg_moyou1200.png) no-repeat bottom;
	}
#info-980{
	width:980px;
	margin:0 auto;
	padding:0;
	}
.maininfo_greenbud{
	background:url(../img/mainimg_greenbud.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_donchan{
	background:url(../img/mainimg_donchan.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_cyojyuan{
	background:url(../img/mainimg_cyojyuan.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_fico{
	background:url(../img/mainimg_fico.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_banban{
	background:url(../img/mainimg_banban.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_haruhi{
	background:url(../img/mainimg_haruhi.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_honmaru{
	background:url(../img/mainimg_honmaru.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_kuube{
	background:url(../img/mainimg_kuube.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_melty{
	background:url(../img/mainimg_melty.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_okayu{
	background:url(../img/mainimg_okayu.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_otocono{
	background:url(../img/mainimg_otocono.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_pony{
	background:url(../img/mainimg_pony.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_sen{
	background:url(../img/mainimg_sen.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo_taveruna{
	background:url(../img/mainimg_taveruna.png) no-repeat;
	width:930px;
	height:260px;
	margin:20px auto 40px;
	padding:0;
	position:relative;
}
.maininfo div{
	float:right;
	width:55%;
	box-sizing:border-box;
}
.maininfo div h4{
	font-size:24px;
	font-weight:bold;
	color:#f00;
}
.maininfo div p{
	font-size:20px;
	height:85px;
	padding:0 15px;
	margin:10px 0 30px;
	line-height:1.4;
}
.maininfo img{
	position:absolute;
	bottom:0;
	left:275px;
}
.subinfo{
	width:930px;
	margin:0 auto;
}
.subinfo p{
	width:500px;
	font-size:16px;
	line-height:1.875;
}
.subinfo_img1{
	width:188px;
	float:left;
	margin:10px 7px 0 16px;
}
.subinfo_img2{
	width:209px;
	float:left;
	margin:10px 0 0 5px;
}	
.midashiicon{
	position:absolute;
	top:-12px;
	left:0;
}
#info .h2box{
	width:100%;
	height:190px;
}
#info .h2inbox{
	width:980px;
	height:190px;
	position:relative;
	margin:0 auto;
}
#info h2{
	background:url(../img/tit_banban.png) no-repeat;
	width:980px;
	margin:0 auto;
	text-indent:-9999px;
	height:190px;
	}
#info .h2photo{
	position:absolute;
	top:15px;
	right:15px;
}
#info .h2text{
	position:absolute;
	top:110px;
	right:65px;
}
#info .shop_comment p.main_cmt{
	border-bottom: 2px solid #503786;
	font-size:18px;
	padding-bottom:2px;
	}
#info .shop_comment p.sub_cmt{
	font-size:14px;
	}
	

/*交通案内*/
#access-980{
	width:980px;
	margin:0 auto;
	/*padding-top:70px;*/
	position:relative;
	}
	
#access-980_2{
	width:980px;
	margin:0 auto;
	padding:60px 0 40px 0;
	text-align:center;
	}
	
.gmap_navi{
	padding:2px 10px 46px 0;
	text-align:right;
	margin:0;
	font-size:20px;
	width:947px;
}
.gmap_navi a{
	color:#421f37;
}

.shopinfo table{
	width:915px;
	margin:15px auto 0;
	text-align:left;
}
.shopinfo th{
	background:#b3b3b3;
	font-weight:normal;
	padding:15px;
	border:1px solid #e6e6e6;
}
.shopinfo td{
	background:#fff;
	padding:10px;
	border:1px solid #b3b3b3;
	margin:0;
	line-height:2em;
}
.shopinfo table img{
	vertical-align:top;
	margin:90px 20px;
}
.shopinfo{
	position:relative;
	width:980px;
	margin:0 auto;
	text-align:center;
	box-sizing:border-box;
	padding-bottom:40px;
}

/*---------------
 6:top
---------------*/

#top{
	width:100%;
}
#top .header{
	width:100%;
	background:url(../img/bg_bk_top.png) repeat;
	height:350px;
	padding:10px 0 0 52px;
	box-sizing:border-box;
}
#top .header h2{
	margin-bottom:0;
}
#top .header .w1200 h4{
	text-align:center;
	font-size:36px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#F8B62C;
	}
#top .header .w1200 h5{
	text-align:center;
	font-size:24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.w1200{
	width:1200px;
	margin:0 auto;
}
#top .contents{
	width:100%;
	background:url(../img/bg_p_top.png) repeat;
}
#top .contents .moyo{
	background:url(../img/top_bg_logo.png) no-repeat;
	background-position:top center;
	position:relative;
}
.banban_anime{
	position:absolute;
	top:-120px;
	right:0;
	width: 350px;
	height: 288px;
}
#top .contents table tr, #top .contents table td{
	height:210px;
}
#top .contents .bingomap{
	width:100%;
	/*border-top:6.65px #fff solid;*/
	margin-top:-13px;
	padding:12px 0 16px;
}
#top .contents h2{
	text-align:center;
	margin:26px auto 0;
}
.bingomap h3{
	text-align:center;
}
.bingomap p{
	text-align:center;
}
/*.bingomap .idefusai{
	position:absolute;
	top:-260px;
	left:58px;
}
.bingomap .w1200{
	width:1170px;
	position:relative;
}
.bingomap .w1200 div{
	border:1px solid #fff;
	color:#fff;
	padding:3px;
}
.bingomap .w1200 div div{
	float:left;
	margin:-5px 3px 3px 3px;
	padding:0 5px 5px 5px;
}
.bingomap .w1200 div div img{
	margin:7px auto 10px;
}
.bingomap .w1200 div div ul{
	font-size:14px;
	line-height:1.5;
	margin:0 0 0 10px;
}
.bingomap .w1200 div div ul .tel{
	background:url(../img/tel.png) no-repeat;
	background-position:left center;
	padding-left:20px;
	padding-top:3px;
}*/

/*---------------
 7:shop
---------------*/

#map_shop{
	width:913px;
	height:500px;
	margin:12px auto 8px;
}