@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;
}




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

	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: 13px;
	*font-size: 82%;
	line-height: 1.6;
	-webkit-text-size-adjust:none;/* iPhoneとかで横向きにすると文字サイズが自動調整をやめる */
	word-spacing: 0.2em;
	width:100%;
	height:100%;
	letter-spacing: 0.1em;
	background-color:#f0f0e4;
}


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

	共通およびスマートフォンサイト設定

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



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

	ヘッダー　設定

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

header {
	text-align:center;
	padding-top:60px;
}

header h1 {
	font-size:10px;
	margin-bottom:10px;
}

header p#siteId {
	margin-bottom:30px;
}

#header-inner p#fbIcon {
	display:none;
}

.deco01 {
	position:absolute;
	left:0px;
	top:80px;
}

.deco02 {
	position:absolute;
	right:0px;
	top:0px;
}


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

	グローバルナビゲーション　設定

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

#gnav_sp {
	width:100%;
	position:fixed;
	top:0;
	z-index: 99999;
	text-align:left;
}

#gnav_sp span {
	display:block;
	margin:20px 0 20px 20px;
	cursor:pointer;
	width:20px;
	height:16px;
}

#gnav_sp ul#h_index{
	width: 100%;
	margin:0;
	text-align: left;
	border-bottom:1px solid #222;
}

#gnav_sp ul#h_index li {
	border-top:1px solid #222;
}

#gnav_sp ul#h_index li:first-child {
	border-top:none;
}

#gnav_sp ul#h_index li a {
	padding:4% 20px;
	display:block;
	background:#0e3447;
	color:#FFF;
}

#gnav_sp ul#h_index li a:hover {
	background:#942950;
	color:#FFF;
	text-decoration:none;
}

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

	コンテンツエリア共通　設定

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

section {
	padding:60px 5% 0;
}

section h2 {
	font-size:12px;
	margin-bottom:20px;
	color:#942950;
	border-bottom:1px solid #942950;
	padding:0 0 5px 0;
}

section h2 span.smallTxt {
	font-size:8px;
	color:#999;
}

p.catchCopy {
	color:#0e3447;
	font-family: "Times New Roman","Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.content-inner {
}

ul.menu {
	padding-left:6%;
	margin-bottom:10px;
}

ul.menu li {
	list-style:disc;
}

p.captionTxt {
	font-size:10px;
	color:#666;
	padding-left: 1em;
	text-indent: -1em;
}

p.captionTxt2 {
	font-size:10px;
	color:#666;
	padding-left: 2.2em;
	text-indent: -2.2em;
}

p.telBtn a {
	color:#333;
background: #efa134; /* Old browsers */
background: -moz-linear-gradient(top,  #efa134 0%, #e59809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efa134), color-stop(100%,#e59809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efa134 0%,#e59809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efa134 0%,#e59809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efa134 0%,#e59809 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efa134 0%,#e59809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa134', endColorstr='#e59809',GradientType=0 ); /* IE6-9 */

	display: block;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	font-weight:bold;
}

span.telNumber {
	font-size:16px;
}

figure img {
	width:100%;
}

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

	パンくず　設定

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


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

	ページタイトル周り　見出し　設定

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


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

	お料理　設定

====================================================================*/
.course {
	background-color:#942950;
	border-radius:5px;
	padding:20px;
	margin-bottom:20px;
}

p.courseTitle {
	color:#ce8c34;
	font-size:14px;
	font-weight:bold;
}

p.courseList {
	padding-left: 1em;
	text-indent: -1em;
	color:#f0f0e4;
}

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

	お知らせ　設定

====================================================================*/
#fbFeed {
	margin:0 0 30px 0;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	border-radius: 5px;
}

#fbFeed-inner {}

#fbFeed-inner ul {
	overflow:hidden;
}

#fbFeed-inner li {
	margin: 0 0 0 0;
	overflow:hidden;
	padding:15px;
	border-top:1px solid #CCC;
}

#fbFeed-inner li:first-child {
	margin: 0 0 0 0;
	border-top:none;
}

#fbFeed-inner .fbImg {
	background-color: #F0F0F0;
	margin: 0 15px 0 0;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:100%;
	float:left;
}

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

#fbFeed-inner p.textOverflowTest {
	overflow:hidden;
	height:60px;
}

p#fbBtn a {
	color:#FFF;
background: #2c539e; /* Old browsers */
background: -moz-linear-gradient(top,  #2c539e 0%, #2c539e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c539e 0%,#2c539e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c539e 0%,#2c539e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */

	display: block;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	font-weight:bold;
}

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

	ところ　設定

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

.google-maps {
position: relative;
padding-bottom: 75%; /*これが縦横比*/
height: 0;
overflow: hidden;
border:1px solid #c9c6bc;
margin-bottom:20px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

p.accessTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color:#451E02;
}


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

	Facebook　設定

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

div.fb-like-box,
div.fb-like-box iframe,
div.fb-like-box span {
    width: 100% !important;
}


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

	フッター　設定

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

footer {
	background:#942950;
	padding-top:5px;
}

p.shopLinkListTitle {
	color:#ce8c34;
	font-size:14px;
	font-weight:bold;
	margin:20px;
}

ul.shopLinkList {
	width:100%;
	overflow:hidden;
	border-top:1px solid #a63760;
}

ul.shopLinkList li {
	float:left;
	margin:0;
	width:50%;
}

ul.shopLinkList li a {
	font-size:9px;
	display:block;
	padding:15px 20px 15px 25px;
	color:#f0f0e4;
	border-bottom:1px solid #a63760;
	border-right:1px solid #a63760;
	background-image:url(http://www.okamura-wa.com/usaku/sp/img/common/arrow_icon@2x.png);
	background-repeat:no-repeat;
	background-position:15px center;
	background-size: 8px 8px;
	margin:0;
}

.footCont {
	text-align:center;
	padding:20px;
	background:#111;
}

.pageScroll {
}

.pageScroll a {
	width:70%;
	margin:0 auto 20px;
	padding:10px;
	display:block;
	border:1px solid #333;
	border-radius:3px;
	font-size:11px;
	background-color:#000;
	color:#CCC;
}

p.copyRight {
	font-size:8px;
	color:#f0f0e4;
}