@charset "utf-8";
/*
Theme Name: SHOP
Theme URl: http://www.crea-net.jp/
Description: Basic Theme for WordPress.
Author: Makoto Kamijo
*/

/* ==================================
基本CSS
================================== */

* {
	margin: 0;
	padding: 0;
	font-size: medium;
	line-height: 1.0;
}
th,,tr,td {
	margin: 0;
	padding: 0;
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #000000; background: #FF9900; text-decoration: none;}

a {
	font-size: 1em;
}

a img {
	border: none;
        vertical-align:bottom;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-align: center;
}




h1{
	width: 300px;
	float: right;
	font-size: 0.6875em;
        color: #666666;
	line-height: 1.2;
	margin: 10px 0 0 0;
}

h2 {
	margin: 0 0 20px 0px;
	letter-spacing: 1px;
}
#index h2 {
	margin: 0;
}

p {
	letter-spacing: 1px;
}

/*QRコード*/
#index div#leftBox h2 {
	margin: 16px 0 0 16px;
	font-size: 0.75em;
}
#index div#leftBox p#qrcode {
	margin: 0 0 0 16px;
}
/**/
div#leftBox #signBox {
	width: 174px;
	background: #fcfcfc;
	border: 3px solid #efefef;
	margin: 16px 0 0 0;
         padding: 10px 0 10px 0;
}
div#leftBox #signBox h2#shopName {
	font-size: 0.75em;
	color: #000000;
	line-height: 1.3;
	margin: 8px 8px 0 14px;
}
div#leftBox #signBox p {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 6px 8px 8px 14px;
}
p#phoneNum img {
        padding: 0 4px 0 0;
	margin: 0 0 0 0;
}

p#shopp {
        padding: 0 0 0 0px;
}

div.bannerBox {
	margin: 20px 0 0 0;
         text-align: center;
}

#topics div.entryBox h3,#topics div#monthBox h3 {
	font-size: 0.875em;
	letter-spacing: 1px;
	color: #ffffff;
	background:#000000;
	margin: 0 0 10px 0;
	padding: 6px 10px 5px 10px;
}

h3 a:link { color: #ffffff;}
h3 a:visited { color: #ffffff;}
h3 a:hover { color: #ffffff;}


#topics div#leftBox h3 {
	width: 160px;
	font-size: 0.8125em;
	letter-spacing: 1px;
	color: #666666;
        border-bottom: 1px solid #cccccc;
	margin: 20px 0 0 0;
	padding: 4px 10px 3px 0px;
}

#topics div.entryBox h3 a:link { color: #ffffff;}
#topics div.entryBox h3 a:visited { color: #ffffff;}
#topics div.entryBox h3 a:hover { color: #ffffff;}


strong {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
}

.entryBox span{
	font-size: 1em;
	line-height: 1.3;
}

.clear {
	clear: both;
}

#wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	background: url(../../../../images/bg_mid.jpg) repeat-y;
}

#header {
	width: 780px;
	background: url(../../../../images/bg_header.jpg) no-repeat left top;
	padding: 50px 0px 0 30px;
	overflow: visivle;
}

#header div {
	width: 431px;
	float: left;
	padding: 0 0 0 0;
}

#header p {
	font-size: 0.6875em;
        color: #666666;
	line-height: 1.2;
	margin: 10px 0 0 0;
	text-align: right;
}

#header ul {
	list-style: none;
	float: right;
	margin: 6px 0 2px 0;
}
#header li {
	float: left;
}


#content {
	width: 750px;
	clear: both;
	padding: 0 30px;
	overflow: auto;
	overflow: visible;
}

#mainBox {
	width: 510px;
	float: right;
	padding: 10px 20px 0 20px;
}

#index #mainBox {
	width: 510px;
}


#leftBox {
	width: 180px;
	float: left;
	padding: 10px 0 30px 20px;
}


/* グローバルメニュー */
ul#globalMenu {
	list-style: none;
	background: url(../../../../images/global_menu.gif) no-repeat 0px 0px;
}
ul#globalMenu li {
	width: 180px;
	text-indent: -9999px;
	line-height: 1.0;
}
ul#globalMenu li a {
	display: block;
	width: 180px;
	height: 30px;
	background: url(../../../../images/global_menu.gif) no-repeat 0px 0px;
	text-decoration: none;
	outline: 0;
}

ul#globalMenu li#gMenuKodawari a { background-position: 0px 0px;}
ul#globalMenu li#gMenuMenu a { background-position: 0px -30px;}
ul#globalMenu li#gMenuPhoto a { background-position: 0px -60px;}
ul#globalMenu li#gMenuShop a { background-position: 0px -90px;}
ul#globalMenu li#gMenuNews a { background-position: 0px -120px;}
ul#globalMenu li#gMenuSpecial a {
	background-position: 0px -150px;
	height: 31px;
}
ul#globalMenu li#gMenuYoyaku a{
	background-position: 0px -150px;
}

ul#globalMenu li#gMenuEvent a{
	background-position: 0px -180px;
}

ul#globalMenu li#gMenuKodawari a:hover { background-position: -180px 0px;}
ul#globalMenu li#gMenuMenu a:hover { background-position: -180px -30px;}
ul#globalMenu li#gMenuPhoto a:hover { background-position: -180px -60px;}
ul#globalMenu li#gMenuShop a:hover { background-position: -180px -90px;}
ul#globalMenu li#gMenuNews a:hover { background-position: -180px -120px;}
ul#globalMenu li#gMenuSpecial a:hover { background-position: -180px -150px;}
ul#globalMenu li#gMenuYoyaku a:hover{ background-position: -180px -150px;}
ul#globalMenu li#gMenuEvent a:hover{ background-position: -180px -180px;}


/* スペシャルクーポン ボタン */
p#couponSp {
	text-indent: -9999px;
	margin: 20px 0 0 10px;
}
p#couponSp a {
	display: block;
	width: 162px;
	height: 58px;
	background: url(../../../../images/btn_coupon.gif) no-repeat 0px 0px;
	text-decoration: none;
	outline: 0;
}
p#couponSp a:hover {
	background-position: 0px -58px;
}

/* スペシャルメニュー ボタン */
p#menuSp {
	text-indent: -9999px;
	margin: 0 0 0 10px;
}
p#menuSp a {
	display: block;
	width: 162px;
	height: 77px;
	background: url(../../../../images/btn_menu.gif) no-repeat;
	text-decoration: none;
	outline: 0;
}
p#menuSp a:hover {
	background: url(../../../../images/btn_menu_ov.gif) no-repeat;
}


/* RSS FEED ボタン */
p.rssFeed {
	font-size: 0.6875em;
	background: url(../../../../images/marker_feed.gif) no-repeat 0px 2px;
	margin: 12px 0 0 5px;
}
p.rssFeed a {
	display: block;
	width: 6em;
	height: 14px;
	margin: 0 0 4px 0;
	padding: 6px 0 2px 24px;
}

/* インデックス キャプション */
p.txtCaption {
	font-size: 0.75em;
	line-height: 1.3;
	font-weight: bold;
	margin: 16px 0 0 0;
}

/* インデックス トピックス */
#topicsBox {
	width: 498px;
	border: 1px solid #000000;
	margin: 0 0 0 5px;
}
#topicsBox ul {
	margin: 8px 0 16px 30px;
}
#topicsBox li {
	font-size: 0.75em;
	line-height: 1.3;
	letter-spacing: 1px;
	margin: 0 10px 4px 0;
}

/* 上へ戻るボタン */
p.goTop {
	font-size: 0.6875em;
	background: url(../../../../images/marker_gotop.gif) no-repeat 0px 2px;
	margin: 20px 10px 10px 0;
	float: right;
}
p.goTop a {
	display: block;
	width: 5em;
	height: 12px;
	padding: 4px 0 0 6px;
	text-align: right;
}

#index p.goTop a {
	margin: 0 0px 0 0;
}



#footer {
	clear: both;
	background: url(../../../../images/bg_footer.jpg) no-repeat center bottom;

	padding: 0 0 70px 0;
}

#footer address {
	clear: both;
	width: 750px;
	font-size: 0.6875em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 10px 0 0 30px;
	padding: 10px 0 10px 0;
	text-align: center;
    color: #ababab;
}

#fnav{
	width: 750px;
    margin:0 auto 0;
    padding-top:30px;
    text-align:center;
    overflow:hidden;
    zoom:1;
}
#fnav li{
    display:inline;
    margin-right:.5em;
    padding-right:.5em;
    border-right:1px solid #ababab;
    line-height:1;
}
#fnav li:last-child{
    border-right:none;
}
#fnav li a{
    color: #666;
    font-size:0.6875em;
}






p#promo {
	width: 750px;
	margin: 0 0 0 30px;
}

p#topicPath {
	font-size: 0.6875em;
	margin: 10px 0 6px 0px;
         text-align: right;
}

p#topicPath a{
         color:#666666;
}

p.readTxt {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0 0 20px 20px;
}

p#spMenuBox {
	width: 485px;
	text-align: center;
	background: url(../../../../images/bg_slant_sp-menu.gif) no-repeat 0px 0px;
	margin: 20px 0 0 20px;
	padding: 30px 0 15px 0;
}

p#btnMenuRsrv {
	text-indent: -9999px;
	margin: 20px 0 20px 30px;
}
p#btnMenuRsrv a {
	display: block;
	width: 467px;
	height: 72px;
	background: url(../../../../images/btn_menu_reserve.gif) no-repeat;
	text-decoration: none;
	outline: 0;
}
p#btnMenuRsrv a:hover {
	background: url(../../../../images/btn_menu_reserve_ov.gif) no-repeat;
}





/* RSS FEED ボタン #topics */
#topics p.rssFeed {
	margin: 0px 0 0 10px;
}

div.entryBox {
	width: 500px;
	margin: 0 0 0 10px;
	padding: 0 0 0px 0;
	overflow: hidden;
}

div.entryBox p {
	font-size: 0.75em;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: 0 0 4px 10px;
}

div.entryBox p img {
	border: 1px solid #999999;
	float: left;
	padding: 1px;
	margin: 0 10px 10px 0;
}


ul.entryDayAuthor {
	width: 490px;
	clear: both;
	list-style: none;
	border-top: 1px dashed #cccccc;
	margin: 10px 0 0 10px;
}
ul.entryDayAuthor li {
	float: left;
	font-size: 0.75em;
	letter-spacing: 1px;
	margin: 6px 10px 0 0;
	display: inline;
	line-height: 1.5;
}







#leftBox ul.topicsList {
	padding: 10px 20px 0 12px;
	list-style: none;
}
#leftBox ul.topicsList li {
	font-size: 0.75em;
	line-height: 1.1;
	letter-spacing: 1px;
	background: url(../../../../images/marker_right_list.gif) no-repeat 0px 0px;
	margin: 0 0 2px 0;
	padding: 0 0 0 14px;
}





/* 月別アーカイブ */

div#monthBox {
	width: 500px;
	border-bottom: 1px dashed #999999;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

div#monthBox p {
	font-size: 0.75em;
	line-height: 1.5;
	padding: 0 0 4px 10px;
}

div#monthBox ul {
	list-style: none;
}
div#monthBox li {
	font-size: 0.75em;
	line-height: 1.3;
	letter-spacing: 1px;
	background: url(../../../../images/marker_topics.gif) no-repeat 0em 1.4em;
	margin: 16px 0 20px 10px;
	padding: 0 0 0 20px;
}
div#monthBox li span {
	font-size: 1.17em;
	line-height: 1.3;
	letter-spacing: 1px;
	font-weight: normal;
}




/*map*/
p#mapBox {
	width: 455px;
	padding: 15px;
	background: url(../../../../images/bg_slant02.gif) repeat 0px 0px;
	margin: 0px 0 12px 20px;
}
div#mymap {
	background: url(../../../../images/bg_slant02.gif) repeat 0px 0px;
	margin: 0px 0 12px 20px;
	border: 1px solid #999999;
}


/*メニュー＆価格*/
p.txtAttention {
	width: 460px;
	font-size: 0.7em;
         color: #666666;
	line-height: 1.3;
	background: #F2F2F2;
	margin: 0 0 10px 16px;
	padding: 10px 15px;
}


dl#priceList {
	width: 485px;
	margin: 20px 0 0 20px;
}
dl#priceList dt,dl#priceList dd {
	font-size: 0.75em;
	line-height: 1.3;
	letter-spacing: 1px;
	padding: 10px 0 2px 0;
}
dl#priceList dt {
	width: 425px;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
}
dl#priceList dd {
	width: 60px;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	text-align: right;
}


#menuPrice table {
	clear: both;
	width: 466px;
	margin: 0 0 20px 10px;
}
#menuPrice table caption {
	font-size: 0.875em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0px;
}
#menuPrice th,#menuPrice td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 1px;
	border-bottom: 1px dashed #CCCCCC;
	vertical-align: bottom;
	padding: 6px 0 2px 0;
}
#menuPrice th {
}
#menuPrice td {
	width: 100px;
	text-align: right;
}

#menuPrice table.phtable {
	clear: both;
	width: 310px;
	margin: 0 0 5px 10px;
}

#menuPrice table.phtable　th {
	background:#cccccc;
}
#menuPrice table.phtable　td {
	width: 60px;
	text-align: right;
	background:#dddddd;
}

#menuPrice table a:link {color:#cc0000;text-decoration:underline;}
#menuPrice table a:visited {color:#cc0000;text-decoration:underline;}
#menuPrice table a:hover {color:#cc0000;text-decoration:underline;}

/*ショップデータ*/
#shopData table {
	clear: both;
	width: 480px;
	margin: 0 0 20px 4px;
	border-collapse: collapse;
}
#shopData table caption {
	font-size: 0.875em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
#shopData th,#shopData td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
	padding: 6px 10px 4px 15px;
}
#shopData th {
	width: 100px;
}
#shopData td {
	width: 310px;
	text-align: left;
}




/*スペシャルクーポンを見るボタン*/
p#btnCoupon {
	text-indent: -9999px;
	margin: 40px 0 40px 30px;
}
p#btnCoupon a {
	display: block;
	width: 427px;
	height: 58px;
	background: url(../../../../images/btn_go_coupon.gif) no-repeat 0px 0px;
	text-decoration: none;
	outline: 0;
}
p#btnCoupon a:hover {
	background-position: 0px -58px;
}




/*クーポン印刷用画面*/
#couponPrint #couponBox {
	width: 400px;
	text-align: center;
}

#couponPrint h1 {
	margin-bottom: 12px;
}

#couponPrint p {
	font-size: 0.75em;
	margin: 0 0 12px 0;
}

#couponPrint input {
	font-size: 1em;
	padding: 0.2em 1em;
	margin: 0 0 20px 60px;
	float: left;
}



/*フォト*/
div.photographBox {
	clear: both;
	width: 490px;
	margin: 0 0 30px 16px;
	overflow: auto;
}
div.photographBox h3 {
	font-size: 0.8125em;
	letter-spacing: 1px;
	color: #666666;
        border-bottom: 1px solid #cccccc;
	margin: 0px 0 10px 0;
	padding: 6px 10px 5px 0px;
}
div.photographBox p.photoBox {
	float: left;
	margin: 0 2px 0 5px;
}
div.photographBox div {
	width: 320px;
	float: right;
}
div.photographBox h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #cc0000;
	margin: 4px 10px 4px 0;
}
div.photographBox p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 0 10px 2px 0;
}

table.pb {
         width: 448px;
         margin: 6px 0 0 2px;
}
table.pb th,td {
         padding: 0 0 0 7.5px;
         vertical-align: top;
}
table..pb td p{
	line-height: 1.3;
	font-size: 0.65em;
	color: #666666;
         padding: 0;
         margin: 0;
}





/*コンテンツ*/

.contentsBox {
	clear: both;
	width: 490px;
	margin: 0 0 10px 16px;
	overflow: auto;
}
.contentsBox p {
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0 0 2px 10px;
}

.contentsBox li {
	list-style-type: none;
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0 0 2px 10px;
}

.contentsBox h3 {
	font-size: 0.8125em;
	letter-spacing: 1px;
	color: #666666;
        border-bottom: 1px solid #cccccc;
	margin: 10px 0 10px 0;
	padding: 0px 0px 5px 0px;
}
.contentsBox h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #cc0000;
	margin: 4px 0 4px 10px;
}
.contentsBox h5 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #000000;
	margin: 6px 0 2px 10px;
}
div.contentsBox p.photoBox {
	float: right;
	margin: 0 5px 0 0;
}
div.contentsBox div {
	width: 320px;
	float: left;
}
div.contentsBox .wp-block-group__inner-container {
    float: none;
    width: 100%;
}

.Event{
	margin: 0 0 30px 0;
	width: 490px !important;
}

.EventBox{
	margin: 10px 0 0 0;
	width: 490px !important;
}

.EventTitle {
	border-bottom: 1px double #CCCCCC;
}

.EnkaiBox {
	clear: both;
	width: 490px;
	margin: 0 0 10px 16px;
	overflow: auto;
}

.EnkaiBox p{
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0 0 2px 10px;
}

.e_text{
	border-bottom: 1px dashed #CCCCCC;
	width: 260px;
}

.EnkaiBox h3 {
	font-size: 0.8125em;
	letter-spacing: 1px;
	color: #666666;
    border-bottom: 1px solid #cccccc;
	margin: 10px 0 10px 0;
	padding: 0px 0px 5px 0px;
}

.phb {
        padding: 1px;
        border: 1px solid #cccccc;
}

#concept{
        margin: 0 0 0 20px;
}

/*サインボックス*/

div#leftBox #signBox2 {
	width: 174px;
	background: #FFCC33;
	border: 3px solid #EFEFEF;
	margin: 16px 0 0 0;
}
div#leftBox #signBox2 p#sp {
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	line-height: 1.3;
	margin: 8px 8px 0 8px;
}
div#leftBox #signBox2 p {
	font-size: 0.7em;
	line-height: 1.3;
	margin: 6px 8px 8px 8px;
}





/*--- 20110426 ---*/
.sbox-cen table{
margin:0 auto;
color:#ffffff;
}

.sbox-cen .summary {
text-align: center;
font-size: 10px;
color: #000000;
background: none;
display: inline;
}

.summary a:link,
.summary a:visited,
.summary a:hover,
.summary a:active {
color: #000000;
background: none;
text-decoration:none;
}


p.top {
	width: 300px;
	float: left;
}

#header p.top {
	font-size: 0.6875em;
        color: #666666;
	line-height: 1.2;
	margin: 10px 0 0 0;
	text-align: left;
}


#index #wrapper {
	width: 810px;
	margin: -14px auto;
	text-align: left;
	background: url(../../../../images/bg_mid.jpg) repeat-y;
}

h3.reservation {
	font-size:0.8em;
	}

p#reservation-text {
	margin-bottom:30px;
	}

#top_banner{
	background:none !important;
	margin: 20px 0 0 5px;
	width:500px;
	}

#commentform textarea {
	width: 488px;
}


/* slider */

#homeVisual {
}

.list {
	list-style: none;
}

/**
 * Layout / Article
 */
.l-Article {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.l-Article p {
    letter-spacing: .1em;
    line-height: 1.75;
    margin: 1em 0;
}

.l-Article a {
    text-decoration: underline;
}

.l-Article a:hover {
    text-decoration: none;
}