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

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px  162% = 21px  239% = 31px
 93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/

/*====================================================================

  リセット

====================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, data, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

img {
  vertical-align: top;
}

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

em, strong {
  font-weight: bold;
  font-style: normal;
}

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

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }



/*====================================================================

  アンカー

====================================================================*/

a {
  color: #333;
}
a:link    {
  color: #333;
  text-decoration: none;
}
a:visited {}
a:hover   {
  text-decoration: underline;
}
a:active  {}


/*====================================================================

  グローバルなクラス
    ※用意しておくが使わなくて済むなら使わない方がいいかな…

====================================================================*/

.clearfix:after {
  content : '';
  clear : both;
  display : block;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.clear {
  clear: both;
}


/*====================================================================

  スタイルのためのクラス

====================================================================*/

.mt0  {margin-top: 0px!important;}
.mt5  {margin-top: 5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}
.mt50 {margin-top:50px!important;}
.mt55 {margin-top:55px!important;}
.mt60 {margin-top:60px!important;}
.mt65 {margin-top:65px!important;}
.mt70 {margin-top:70px!important;}
.mt75 {margin-top:75px!important;}
.mt80 {margin-top:80px!important;}
.mt85 {margin-top:85px!important;}
.mt90 {margin-top:90px!important;}
.mt95 {margin-top:95px!important;}
.mt100 {margin-top:100px!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {margin-bottom: 5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.mb70 {margin-bottom:70px!important;}
.mb80 {margin-bottom:80px!important;}
.mb90 {margin-bottom:90px!important;}
.mb100 {margin-bottom:100px!important;}
.mb110 {margin-bottom:110px!important;}
.mb120 {margin-bottom:120px!important;}
.mb130 {margin-bottom:130px!important;}
.mb140 {margin-bottom:140px!important;}
.mb150 {margin-bottom:150px!important;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}

.mr10 {margin-right:10px!important;}

.pdg5 {
  padding: 5px;
}

.pdgLeft25 {
  padding-left: 25px;
}

.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}

.hidden {
  display: none;
}

.smallTxt {
  font-size:10px;
}

.largeTxt {
  font-size:16px;
}




/*====================================================================

  html, body

====================================================================*/

html {
  margin: 0;
  padding: 0;
  height:100%;
}

body {
  margin: 0;
  padding: 0;
  color: #111;
  font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  _font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
  font-size: 12px;
  *font-size: 82%;
  line-height: 1.6;/* 13pxのときにおよそ20pxの行間 */
  -webkit-text-size-adjust: none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
  word-spacing: 0.2em;
  height: 100%;
  letter-spacing: 0.1em;
  background-image: url(../img/common/body_bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment:fixed;
}


/*====================================================================

  ヘッダー

====================================================================*/

header {
  width: 100%;
  padding: 30px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #000;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  background-image: url(../img/common/header_bg.png);
  background-repeat: repeat;
}


#header-inner {
  width:960px;
  margin:0 auto;
  position:relative;
  height:28px;
}

#header-inner #siteId {
  display:none;
}

#header-inner nav {
  position:absolute;
  top:5px;
  left:50%;
  margin-left:-287px;
}

#header-inner nav ul {
  overflow:hidden;
}

#header-inner nav ul li {
  float:left;
  margin-left:50px;
}

#header-inner nav ul li:first-child {
  margin-left:0px;
}

#header-inner nav ul li a {
  display:block;
}

ul#headLinkList {
  overflow:hidden;
  position:absolute;
  top:0;
  right:0;
}

ul#headLinkList li {
  float:left;
  margin-left:15px;
}

ul#headLinkList li:first-child {
  margin-left:0px;
}

ul#headLinkList li a {
}


/*====================================================================

  トップスライダー

====================================================================*/

#firstSection {
  position:relative;
}

#topSlide {
}

p#mainCopy {
  width:270px;
  height:328px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-155px 0 0 -135px;
}

/* ページング */
#pageNav {
  height:5px;
  position:absolute;
  left:50%;
  bottom:40px;
  margin-left:-91px;
}

#pageNav ul{
  overflow: hidden;
}

#pageNav ul li {
  float:left;
  background: #FFF;
  width: 30px;
  height: 5px;
  margin-left: 8px;
}

#pageNav ul li:first-child {
  margin-left: 0px;
}

#pageNav ul li a {
  display: block;
  width: 30px;
  height: 5px;
  text-indent: -99999px;
}

#pageNav ul li.showPage{
  background: #722f24;
}




/*====================================================================

  フッター

====================================================================*/

footer {
  background-color: #000;
  padding: 50px 0 50px;
  position: relative;
}

#footer-inner {
  width:760px;
  margin:0 auto;
  text-align:center;
}


#fbWidget {
  background:#FFF;
  width:500px;
  border-radius:10px;
  margin:0 auto 20px;
  padding:20px 20px 10px;
}

#snsCount {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}

.fb-like {
  margin-right:10px;
}

#okamuraShop {
  color:#FFF;
  margin-bottom:20px;
}

#okamuraShop h3 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  background-image: url(../img/common/icon_okamuraroman.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 200px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-position: left;
}

#okamuraShop ul {
  overflow:hidden;
  margin-bottom:5px;
}

#okamuraShop ul li {

  text-align:center;
  display:inline;
}

#okamuraShop ul li:before {
  content: "｜";
  margin: 0 0.2em;
}

#okamuraShop ul li:first-child:before {
  content: none;
}

#okamuraShop li a {
  color:#FFF;
}

#okamuraShop p {
}

#okamuraShop p a {
  color:#FFF;
}

p.bnrYoutube {
  margin-bottom:20px;
}

p.copyright,
p.powered {
  color:#FFF;
  letter-spacing: 0em;
  font-size:10px;
}


/*=====  フッタースライダー設定  =====*/

#footSlide {
  width: 100%;
  height: 333px;
}

#footSlide #slide li {
  width: 500px;
  height: 340px;
  float: left;
  margin-left:1px;
}

#footSlide .slideNav {
  width: 480px;
  height: 25px;
  margin: -170px auto 0 auto;
  z-index: 10;
  position: relative;
}

#footSlide .slideNav .prev {
  float: left;
}

#footSlide .slideNav .next {
  float: right;
}


/*====================================================================

  共通設定

====================================================================*/


section {
  padding:160px 0 0 0;
}

.content {
  margin:0 auto;
}

section h2 {
  text-align:center;
  background-image: url(http://okamura-wa.com/denkichi1952/img/common/title_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}

div.catchCopy {

}


#pagescroll {
  display:none;
  position:fixed;
  right:50px;
  bottom:50px;
}

#pagescroll a:hover {
}


/*====================================================================

  コンセプト

====================================================================*/

section#concept {
}

section#concept .conceptWrap {
  width:750px;
  margin:0 auto;
  overflow:hidden;
}

section#concept .catchCopy {
  float:right;
}

section#concept .bodyCopy {
  float:left;
}



/*====================================================================

  お料理

====================================================================*/

section#food {
  width:700px;
  margin:0 auto;
}

#foodWrap {
  overflow:hidden;
}

#foodWrap .catchCopy {
  float:right;
}

#foodSlideWrap {
  float:left;
  width:500px;
  margin-bottom:20px;
}

#foodSlideshow {
}

ul.menuList {
  clear:both;
  overflow:hidden;
  margin-bottom:10px;
}

ul.menuList li {
  list-style:disc;
  width:500px;
  float:left;
  margin-left:20px;
  margin-bottom:3px;
}

ul.menuList li.longList {
  width:500px;
}

#enkaiPlan {
  padding: 30px 0;
  background: #000;
  border-radius:10px;
  color: #F3EEEB;
  opacity: 0.9;
  overflow: hidden;
}

#enkaiPlan h3 {
  float:left;
  width:100px;
  margin-left:50px;
}

#enkaiPlan .planList {
  width:530px;
  float:right;
  margin-bottom:20px;
}

p.enkaiTel {
  clear:both;
  text-align:center;
}

.yoyakuWrap {
  margin: 20px 0 0 0;
}

.yoyakuWrap p.yoyakuBtn {
  width: 460px;
  margin: 0 auto;
}

.yoyakuWrap p.yoyakuBtn a {
  color: #FFF;
  display: block;
  width: 460px;
  background: #ea8c1e;
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 3px solid #af640c;
}

.yoyakuWrap p.yoyakuBtn a:hover {
  text-decoration: none;
  background: #dd7e0f;
}

.yoyakuWrap p.yoyakuBtn a i {
  margin-right: 6px;
}



/*====================================================================

  お飲み物

====================================================================*/

section#drink {
  width:700px;
  margin:0 auto;
}

#drinkWrap {
  overflow:hidden;
}

#drinkWrap .catchCopy {
  float:right;
}

#drinkSlideWrap {
  float:left;
  width:500px;
}

#drinkSlideshow {
  margin-bottom:20px;
}

ul.drinkList {
  padding-top:20px;
  clear:both;
  margin-bottom:20px;
}

ul.drinkList li {
  list-style:disc;
  margin-left:20px;
  margin-bottom:3px;
}

ul.drinkList li span {
  font-size: 10px;
}


/*====================================================================

  お知らせ設定

====================================================================*/

section#info {
  width: 700px;
  margin:0 auto;
}

p.leadTxt {
  text-align:center;
  margin:0 0 5px 0;
}

#fbFeedWrap {
  width:700px;
  margin:0 0 20px 0;
  padding:40px 0;
  background:url(http://okamura-wa.com/denkichi1952/img/info/fb_bg.jpg) no-repeat center top;
}

#fbFeed {
  width:500px;
  margin:0 auto;
}

p#fbBtn {
  width: 205px;
  margin:0 auto;
}

p#fbBtn a {
  color:#FFF;
  background: #4375a8;
  *filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4375a8', endColorstr='#244386');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4375a8', endColorstr='#244386')";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
  background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
  background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
  background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
  background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
  background: linear-gradient(top, #4375a8 0%, #244386 100%);
  display: block;
  width: 205px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;        /* CSS3草案 */
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  text-shadow: 0px -1px 0px #333;
}

p#fbBtn a:hover {
  text-decoration:none;
  box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}


/*====================================================================

  店舗情報

====================================================================*/

section#shopInfo {
  width:700px;
  margin:0 auto;
}

#shopInfoWrap {
  overflow:hidden;
  margin-bottom:30px;
}

#shopInfoWrap .catchCopy {
  float:right;
}

#shopInfoSlideWrap {
  float:left;
  width:500px;
}

#shopInfoSlideshow {
  margin-bottom:20px;
}

.zasekiWrap {
  clear:both;
  padding-top:20px;
}

.zasekiWrap p.zasekiTitle {
  margin-bottom:10px;
  font-weight:bold;
  font-size:16px;
}

ul.zasekiList {
  overflow:hidden;
  margin-bottom:10px;
}

ul.zasekiList li {
  list-style:disc;
  width:500px;
  margin-left:20px;
  margin-bottom:3px;
}

#shopInfo table {
  clear:both;
}

#shopInfo table td {
  padding:2px 0;
}

#shopInfo table td span {
  font-size: 10px;
}

p.shopTel {
  margin-top:20px;
  text-align:center;
}

p.redTxt {
  font-size: 15px;
  color: #b71b1b;
  font-weight: bold;
}



/*====================================================================

  ところ

====================================================================*/

section#access {
  width:700px;
  margin:0 auto 160px;
}

#accessWrap {
  overflow:hidden;
  margin-bottom:30px;
}

#accessWrap .catchCopy {
  float:right;
}

#googleMapWrap {
  float:left;
  width:470px;
  padding:15px;
  background:#FFF;
  border-radius:5px;
}

section#access table {
}

section#access table td {
  padding:2px;
  text-align:center;
}

section#access table td.bdrBtm {
  border-bottom:none;
}

section#access table td.taLeft {
  text-align:center;
}

/*====================================================================

  スライダー

====================================================================*/

ul.bjqs {
  position:relative;
  list-style:none;
  padding:0;
  margin:0 0 5px;
  overflow:
  hidden;
  display:none;
  height: 400px;
}

li.bjqs-slide {
  position:absolute;
  display:none;
}

ul.bjqs-controls {
  list-style:none;
  margin:0;
  padding:0;
  z-index:9999;
}

ul.bjqs-controls.v-centered li a {
  position:absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right:0;
  background-image: url(../img/common/next.png);
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  margin-right: 15px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left:0;
  background-image: url(../img/common/prev.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 15px;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width:100%;
  height:10px;
  margin-top:10px;
}

ol.bjqs-markers.h-centered {
}

ol.bjqs-markers li{
  background-color: #FFF;
  width: 30px;
  height: 5px;
  margin: 0 0 0 8px;
  padding: 0;
  float:left;

}

ol.bjqs-markers li:first-child {
  margin: 0;
}

ol.bjqs-markers li.active-marker {
  background-color: #722f24;
}

ol.bjqs-markers li a{
  text-indent:-9999px;
  display: block;
}

p.bjqs-caption {
  display:block;
  width:500px;
  margin:0;
  padding:5px 15px;
  position:absolute;
  bottom:0;
  background-image: url(http://okamura-wa.com/denkichi1952/img/common/black_bg.png);
  text-shadow: 0px -1px 0px #333;
  color:#FFF;
}