@charset "UTF-8";


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

【旬素材に舌鼓!!！和食海鮮MAP】
  作成：meguro 2015/6


 * CSS NAME      : map_wafukaisen4.css
 
  0:Reset
  1:common
  2:header
  3:g_navi
  4:footer
  5:index
  6:popup
  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:#2379a0;
}

a:visited { 
	color:#2379a0; 
}

a:hover { 
	color:#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;


/* 画像リンク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:#503786;
	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:#ffcb03;
	}


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

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

#footer-980 {
	width: 980px;
	padding:20px 0;
	margin: 0 auto;
}

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


/*下段ナビ*/

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

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

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

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

#copy{
	text-align:center;
	}


/*---------------
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%;
	}

#info-980{
	width:980px;
	margin:30px auto;
	padding:0;
	position:relative;
	background:#fff;
	}
.midashiicon{
	position:absolute;
	top:-12px;
	left:0;
}
.h2_hana{
	position:absolute;
	top:0;
	right:4px;
}
#info h2{
	background-size:auto;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	width:980px;
	line-height:2.9em;
	}
#info h3{
	background:url("../img/bg_shop_h3.jpg") no-repeat;
}
.h2_wa{
	background:url("../img/bg_shop_h2.png") no-repeat;
	padding:0 0 0 75px;
	}
.h2_kaisen{
	background:url("../img/bg_shop_h2_2.png") no-repeat;
	padding:0 0 0 85px;
	}

#info .imageArea p{
	float: left;
	}
	
#info .imageArea p.imageLeft{
	margin-right: 39px;
	}

#info .shop_comment, .imageArea{
	padding:0 20px 0 30px;
	margin-top:8px;
	}
	
#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:30px 0 20px 0;
	position:relative;
	}
	
#access-980_2{
	width:980px;
	margin:0 auto;
	padding:60px 0 40px 0;
	text-align:center;
	}
	
.gmap_navi{
	padding:2px 10px 35px 0;
	text-align:right;
	margin:0;
}
.gmap_navi a{
	color:#503786;
}
	
#access-980 dl,#access-980_2 dl{
	margin:30px 0;
	padding:0;
	color:#2b0f00;
	font-weight: 600;
	}

#access-980 dl dt.shop_tt,#access-980_2 dl dt.shop_tt{
	font-size:1.5em;
	line-height:1.5em;
	}
	
#access-980 dl dd a,#access-980_2 dl dd a{
	color: #0005e9;
	text-decoration: underline;
}

#access-980 table{
	width:940px;
	margin:15px auto 0;
	text-align:left;
}
#access-980 th{
	background:#aaa;
	font-weight:normal;
	padding:10px;
	border:2px solid #ccc;
	width:80px;
}
#access-980 td{
	background:#fff;
	padding:10px;
	border:2px solid #ccc;
}
#access-980 h3{
	color:#fff;
	font-weight:normal;
	padding:6px 0 10px 60px;
	text-align:left;
	line-height:1em;
	font-size:18px;
}
.h3_hana1{
	position:absolute;
	top:31px;
	left:25px;
}
.h3_hana2{
	position:absolute;
	bottom:213px;
	left:25px;
}


/*---------------
 6:popup
---------------*/

/*他のお店も見るボタン*/

.btn_retop{
	width:200px;
	margin:0 auto;
	text-align:center;
	padding:10px;
	background:#dc4e2a;
	border:3px solid #df8f6e;
	font-size:19px;
}
.btn_retop:hover{
	background:#ab3d19;
}
.btn_retop a{
	color:#fff;
	text-decoration:none;
}

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

#map_shop{
	width:980px;
	height:500px;
	margin:0 auto;
}