@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: #FFF;
}
a:link    {
  color: #FFF;
  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: #FFF;
  background-color:#000;
  font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  _font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6では最初に日本語フォントを指定しないと指定より大きくなる */
  font-size: 13px;
  *font-size: 82%;
  line-height: 1.8;/* 13pxのときにおよそ20pxの行間 */
  -webkit-text-size-adjust: none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
  word-spacing: 0.2em;
  height: 100%;
  letter-spacing: 0.1em;
}


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

  ヘッダー

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

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: #000000;
  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;
  position:absolute;
  top:5px;
  left:0;
}

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

#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 {
}

p.butaImg {
  width:90px;
  height:90px;
  position:absolute;
  top:-10px;
  left:820px;
}


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

  トップスライダー

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

#firstSection {
  position:relative;
}

#topSlide {
}

p#mainCopy {
  width: 647px;
  height: 217px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -140px 0 0 -323px;
}

#reTxtBnrList {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 830px;
  margin: 100px 0 0 -415px;
}
#reTxtBnrList li {
  float: left;
  width: 400px;
  margin: 0 0 0 30px;
}
#reTxtBnrList li:first-child {
  margin: 0;
}
#reTxtBnrList li a {
  display: block;
}
#reTxtBnrList li a img {
  width: 100%;
}
#reTxtBnrList li a:hover img {
  opacity: .9;
}



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

  フッター

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

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

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

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

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

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

.fb_iframe_widget{vertical-align:middle;margin-top:-13px;}


#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.1em;
}

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

#okamuraShop li a {
  color:#FFF;
  font-size:11px;
}

#okamuraShop p {
}

#okamuraShop p a {
  color:#FFF;
}

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

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


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

  共通設定

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


section {
  padding: 160px 0 0 0;
  background-image: url(../img/common/section_bg.png);
  background-repeat: repeat;
}

.content {
  margin:0 auto;
}

section .contentWrap {
  width:960px;
  margin:0 auto;
  overflow:hidden;
}

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

p.catchCopy {
  margin:0 0 40px 0;
  text-align:center;
}


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

#pagescroll a:hover {
}


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

  コンセプト

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

section#greetings {
  text-align:center;
  line-height: 2;
}


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

  会社概要

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

section#corporate {
}

.contWrap {
  overflow:hidden;
  width:960px;
  margin:0 auto 30px;
}

.corpImg {
  width:300px;
  float:left;
  margin:0 30px 0 0;
}

.aboutus {
  float:left;
  width:630px;
}

.aboutus h3 {
  font-size:16px;
  margin:0 0 10px 0;
  font-weight:bold;
}

.aboutus table {
  border-bottom:1px #333 solid;
}

.aboutus table tr {
  border-top:1px #333 solid;
}

.aboutus table td {
  padding:8px;
}

.hakkun {
  background-color:#333;
  padding:40px;
  border-radius:8px;
  margin:0 0 30px 0;
}

.tenpo h3 {
  font-size:16px;
  margin:0 0 10px 0;
  font-weight:bold;
}


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

  はじまり設定

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

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

  採用情報

====================================================================*/
section#recruit {
}

#recruit .inner {
  width: 1100px;
  margin: 0 auto;
}
#recruit .row {
  overflow: hidden;
}
.row .col-2 {
  width: 770px;
  float: left;
  margin: 0 0 0 30px;
}
.row .col-2:first-of-type {
  margin: 0;
  width: 300px;
}
.row .col-2 img {
  width: 100%;
}
#recruit h3 {
  font-size: 200%;
  color: #eded1a;
}
p.reReadCopy {
  color: #666;
  margin: 0 0 15px;
}
#recruit h4 {
  font-size: 124%;
}
p.reTxt {
  padding: 5px 0;
  text-align: justify;
}
p.ownerTxt {
  text-align: right;
  font-size: 85%;
}
#recruit #pointWrap {
  margin: 60px auto 0;
}
#pointWrap dl {
  overflow: hidden;
  margin: 20px 0 0;
}
#pointWrap dl:first-of-type {
  margin: 0;
}
#pointWrap dt {
  float: left;
  width: 300px;
}
#pointWrap dt img {
  width: 100%;
}
#pointWrap dd {
  width: 770px;
  float: left;
  margin: 0 0 0 30px;
}
#pointWrap dd p.pointTitle {
  border-bottom: 1px solid #999;
  padding: 0 0 8px;
  margin: 0 0 12px;
  font-size: 154%;
}
#pointWrap dd p.pointTitle span {
  margin: 0 10px 0 0;
  background: #eded1a;
  color: #333;
  padding: 5px 20px 5px;
  font-size: 13px;
  font-weight: bold;
}
#pointWrap dd p.pointTxt {}

#recruit #baliOpenWrap {
  margin: 60px auto 0;
}
p.boImg {
  width: 800px;
  margin: 0 auto 10px;
}
p.boImg img {
  width: 100%;
}
p.boTxt {
  text-align: center;
  font-size: 154%;
  font-weight: bold;
  left: 0.06em;
  color: #e94f0c;
}
#recruit #reContactWrap {
  margin: 60px auto 0;
}
p#contactIntroTxt {text-align: center;font-size: 154%;border-bottom: 1px solid #FFF;margin: 0 0 30px;padding: 0 0 10px;}
#reContactWrap .col-3 {
  float: left;
  width: 340px;
  margin: 0 0 0 40px;
}
#reContactWrap .col-3:first-of-type {
  margin: 0;
}
#reContactWrap .col-3 p {
  text-align: center;
}
p.time {}
p.officeName {
  margin: 0 0 10px;
  font-size: 131%;
}
p.boxBtn {
  margin: 0 0 5px;
}
p.boxBtn a {
  display: block;
  background: #FFF;
  padding: 12px 0;
  color: #333;
  font-weight: bold;
}
p.boxBtn a:hover {
  background: #9b1717;
  text-decoration: none;
  color: #FFF;
}
p.captionTxt {
  font-size: 77%;
}
#reContactWrap ul {
  padding: 40px 0 0;
  clear: both;
  margin: 30px 0 0;
}
#reContactWrap ul li {}



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

  お知らせ設定

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

section#info {
}

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

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

#fbFeed-inner {}

#fbFeed-inner ul {
  overflow:hidden;
}

#fbFeed-inner li {
  float: left;
  width: 200px;
  margin: 0 15px 40px;
}

#fbFeed-inner p.fbData {
  font-weight:bold;
  color:#FFF;
  margin:0 0 3px 0;
}

#fbFeed-inner p.textOverflowTest {
  overflow:hidden;
  height:70px;
  color:#FFF;
}

.fbImg {
  background-color: #F0F0F0;
  margin: 0 0 10px 0;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

a:hover .fbImg {
  box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}


p#fbBtn {
  width: 400px;
  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: 400px;
  margin:0 auto;
  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#introduction {
}

.shop {
  width:300px;
  margin:0 0 30px 30px;
  float:left;
  text-align:center;
}

.noMgn {
  margin:0 0 30px 0;
}

p.shopLogo {
  height:150px;
  margin:0 0 10px 0;
}

p.shopLogo img {
}

p.shopTitle {
  font-weight:bold;
  margin:0 0 5px 0;
}

p.shopDetail {
  font-size:11px;
}

p#okamura01 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo01.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura01 a:hover {
  background-image: url(../img/introduction/logo01_hover.png);
}

p#okamura02 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo02.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura02 a:hover {
  background-image: url(../img/introduction/logo02_hover.png);
}

p#okamura03 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo03.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura03 a:hover {
  background-image: url(../img/introduction/logo03_hover.png);
}

p#okamura04 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo04.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura04 a:hover {
  background-image: url(../img/introduction/logo04_hover.png);
}

p#okamura05 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo05.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura05 a:hover {
  background-image: url(../img/introduction/logo05_hover.png);
}

p#okamura06 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo06.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura06 a:hover {
  background-image: url(../img/introduction/logo06_hover.png);
}

p#okamura07 a {
  display: block;
  width: 150px;
  height: 150px;
  margin:0 auto;
  background-image: url(../img/introduction/logo07.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

p#okamura07 a:hover {
  background-image: url(../img/introduction/logo07_hover.png);
}