@charset "utf-8";

/*
Theme Name: RTM01_Child
Theme URI: 
Description: ワードプレス用テーマ
Version: 1.0.3
Author: Real Max Co.,Ltd
Author URI: http://www.realmax.co.jp/

/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}
.fb-share-button span {
  width: 58px!important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
video {
	width: 100%;
	height: auto;
	max-width: 640px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #1122cc;
}
a:link {
	color: #993300;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #CC6666;
}
a:active {
	color: #CC6666;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #59380D;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(http://realmax003.wp-x.jp/wp-content/uploads/back.gif);
	background-position: 50% 50%;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 48px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	background: url(http://realmax003.wp-x.jp/wp-content/uploads/back.gif);
	background-position: 50% 50%;
/*	background: #666;  */
/*	padding: 0 0 12px; */
/*	border-bottom: 1px solid #fff;*/
}

#header .top_title {
	margin-bottom: 12px;
	font-size: 36px;
}

#header .top_title a {
	color: #efefef;
	text-shadow: 1px -1px 0 rgba(0,0,0,1);
	font-weight: bold;
}

#header .top_title a:hover {
	color: #444;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
}

#header .caption {
	color: #fff;
	font-size: 16px;
	padding: 0.8em 0.5em;
	border: 1px solid #444;
	box-shadow:inset -1px -1px 0 rgba(255,255,255,0.4);
	margin: 0 12px;
}

.hgroup {
/*	margin: 24px 0 0;*/
	margin: 0;
}

.hgroup img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

/*ページ内見出し*/
.page_title{
	font-size: 14px;
}

#header #head_logo img{
        width:400px;
/*        width:207px;*/
}
#header #head_address{
        font-size:11px;
	text-align: left;
	width: 100%;
}
#header #head_address #address{
	float: right;
	margin: 5px;
	width: 235px;
}
#header #head_address #address p{
	margin-bottom: -0.5em;
}
#header #head_address #address #tel{
	font-size: 200%;
}
#header #head_address #business_hours{
        float:right;
	width: 45%;
	margin: 5px;
}
#header .headlogogroup{
        margin: 0 auto;
        width: 96.6%;
        max-width: 1060px;
	text-align: left;
/*        background-color: #fff;*/
}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
/*	margin-bottom: 24px; */
/*	background: #FAF0E6;*/
}

.togmenu {
	display: none;
        /*
	color: #fff;
	background: #444;
        */
	color: #444;
/*	background: #FAF0E6;*/
}

.menubtn {
	padding: 8px;
	color: #444;
	background: #FAF0E6;
	text-align: right;
}

nav#menu ul {
	overflow: hidden;
	margin-bottom: 24px;
}

nav#menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/wp-content/uploads/menu_bg.gif) repeat-x;
}
nav#menu ul li a {
	display: block;
	color : #993300;
	padding : 8px 0;
}

nav#menu ul li a:hover {
	color: #993300;
}
nav#menu ul.sub-menu {
	display: none;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
}

#contents p {
	margin-bottom: 2.1em;
	text-align: left;
}

#contents #main {
/*	background-color: #fff;*/
	padding: 0;
	margin-bottom: 24px;
 border: 0;
}

#contents #main .home_area {
/*	border-bottom: 1px solid #ddd; */
	border: 1px solid #ddd;
	margin-bottom: 24px;
	margin-left: 5px;
	margin-right: 5px;
/*	padding-bottom: 24px;*/
	overflow: hidden;
/*	width: 100%;  */
        width: 140px;
        float:left; 
}
#contents #main .menu_sample, #contents #main .bloglist {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}
#contents #main .menu_sample .home_area {
	border: 1px solid #59380D;
}
#contents #main .home_area section {
        width:96%;
        margin-left:2%;
        margin-right:2%;
}
#contents #main .menu_sample .home_area .menu_name {
	text-align: center;
	height: 40px;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
/*	line-height: 1em;*/
	margin: 0 0 0.8em 0;
}

#contents #main .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #59380d;
}

#contents #main .home_area .thumb_box {
	float: left;
/*	width: 100px;*/
/*	margin: 0 8px 0 0;*/
}

#contents #main .home_area .thumb_box img {
       display: block;
       margin: 10px auto;
       width:95%;
}

#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
        float:left;
}
#contents #main hr.line {
	border-top: 1px dotted #59380D;
}
/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	list-style: url(images/checkmark.png) inside;
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
	margin: 0.8em 0;
	padding-left: 1em;
	text-indent: -1.5em;
	margin-left: 0.5em;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}

#article_body div {
	max-width: 100%;
}

#entry_body a {
	text-decoration: underline;
}

#entry_body dl {
	border: 1px solid #ddd;
	margin: 0 auto 24px;
	width: 80%;
	padding: 5%;
	border-radius: 5px;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#entry_body dt:first-child {
	margin: 0 0 1em 0;
}

#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
}

#article_body td,
#article_body th {
	padding: 3%;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
/*	width: 100%;*/
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 10px;
	height: 50px;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #59380d;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#article_body h2 {
	font-size: 20px;
	text-align: left;
	margin: 36px 0 24px 0;
	padding: 0.4em;
	background: #efefef;
	border-bottom: 2px solid #ddd;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 24px 0 24px 0;
	padding: 10px 0 5px 0;
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #ccc;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 80%;
	margin: 0 0 24px 0;
	padding: 3% 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 48px 0;
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #59380d;
}

/*--------------------------------------
  広告スペース
--------------------------------------*/
/* 記事下広告 */
#entry_footer_ad {
	margin: 10px auto 36px auto;
}

#contents #main #entry_footer_ad .textwidget {
	margin: 0;
}

#contents #main #entry_footer_ad img {
	margin-bottom: 0;
}

/* スマホ非表示 条件分岐タグ併用*/
#entry_footer_ad .efa_right {
	display: none;
}

/* メイン上部 */
.entrybodytop_ad {
	width: 234px;
	height: 60px;
	margin: 0 auto 24px;
	overflow: hidden;
}

/* メイン下部 */
.entrybodybottom_ad {
	width: 300px;
	height: 250px;
	margin: 36px auto 0;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	margin: 0 0 24px 0;
	border-radius: 5px;
}

#entry_snsbox ul {
	margin: 24px 0 0 0;
	list-style: none;
}

#article_body #entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

/* Feedlyボタン */
a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #ccc;
	font-size: 20px;
	padding: 5px 0 5px 10px;
}

#relations a {
	text-decoration: none;
	font-size: 90%;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 24px 0 20px 0;
}

dl#prenex {
	text-align: left;
	width: 90%;
	padding: 5%;
	margin: 0;
}

dl#prenex dt {
	background: none;
	padding: 0;
	margin: 0;
}
#prenex {
 overflow: hidden;
}
#prenex p {
 width: 100px;
}
dl#prenex .page_pn_box_l {
 width: 50%;
 float: left;
}
dl#prenex .page_pn_box_r {
 width: 50%;
 float: right;
}
dl#prenex dt {
 width: 60px;
 text-align: center;
}
dl#prenex .page_pn_box_l dt, dl#prenex .page_pn_box_l dd {
 float: left;
}
dl#prenex .page_pn_box_r dt, dl#prenex .page_pn_box_r dd {
 float: right;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 auto 50px;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #444;
	color: #fff;
	border: 0;
}
#contents #main #entry_body .pager {display: none;}
#contents #main #entry_body #archive_body .pager {display: table;}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
}

#sub li > h4 {
	margin-top: 24px;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}

/* 新着記事 */
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
	display: table;
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #eee;
}

.side_thumb {
	display: table-cell;
	width: 105px;
	padding: 0 5px 0 0;
}

.side_title {
	font-size: 90%;
	display: table-cell;
	vertical-align: top;
}

.side_title span {
	color: #333;
}

select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #59380d;
}

/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 30px;
}

#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #59380d;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin-bottom: 24px;
}

#wp-calendar {
	border: 1px solid #999;
	width: 100%;
	margin: 0;
}

#wp-calendar tr, th, td {
	border: 1px solid #999;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar tbody tr #today {
	background-color: #999;
	color: #993300;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
/*	padding: 12px 0 24px 0;
	color: #fff;
	text-align: center;
	background-color : #444;
	overflow: hidden;
	clear: both;
*/	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #59380D;
	margin-bottom: 50px;
	margin-top: 50px;
	font-size: 60%;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #993300;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	color: #fcfcfc;
	text-decoration: underline;
}

#footer-in ul {
/*	margin-bottom: 24px;*/
	margin-bottom: 0;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
/*	margin-bottom: 24px;*/
	margin-bottom: 0;
}

.rmt_link a {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
	color: #333;
	font-weight: bold;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
/*	background: #444 url(images/grey_wash_wall.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
	background: #59380D;
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #eee;
	color: #59380D;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .top-home a {
	color: #993300;
	font-size: 100%;
}

.top-home .fa {
	margin: 0;
}

/*--------------------------------------
  フロントページ
--------------------------------------*/
#head_text{
	width:95%;
	min-width: 300px;
        font-size:11px;
	text-align: left;
	margin: 5px;
}
#head_text h2 {
	font-size: 100%;
	margin-bottom: 2.1em;
	text-align: left;
}
#article_body h3.front {
	font-size: 18px;
	text-align: left;
	border-bottom: 1px dotted #59380D;
	margin: 0 0 5px;
	padding: 0 0 5px 0;
}
#article_body #book img {
	border:none;
	max-width:300px!important;
}
#facebook {
	width: 100%;
}
#front_map {
 width: 100%;
 height: 300px;
 margin-bottom: 50px;
}

/*--------------------------------------
  メニュー
--------------------------------------*/
#article_body .menulist {
width: 100%;
}
#article_body .menulist h2 {
margin: 0;
padding: 0;
border-left: none;
border-bottom: 1px dotted #59380d;
background: #fff;
text-shadow: none;
}
#article_body .menu_midashi_img img {
margin-bottom: 0;
max-width: 221px!important;
}
#article_body .menu_midashi_text {
text-align: right;
}
#article_body .menulist .menu {
margin: 10px auto;
width: 191px;
height: 200px;
}
#article_body .menulist .menu_img img {
margin-bottom: 5px;
}
#article_body .menulist .menu_price {
text-align: center;
}
#article_body .menulist .menu_price:after {
/*content: "（税抜）";*/
}
#article_body .attention:before {
font-size: 60%;
content: "※";
}
#article_body .menulist img.line {
margin-bottom: 0;
}
#contents .menulist p.message {
line-height: 2em;
margin-bottom: 1em;
}
#contents .menulist .attention_text p {
text-align: left;
margin-bottom: 0.5em;
}
#article_body .menulist .catchcopy {
font-size: 12px;
font-weight: normal;
text-align: left;
}

/*--------------------------------------
  店舗情報
--------------------------------------*/
.table {
 border-top: 2px solid #59380D;
 border-bottom: 2px solid #59380D;
 padding: 15px;
 margin-bottom: 20px;
 font-size: 70%;
}
.table .row {
 display: table-row;
 width: 100%;
}
.table .th {
 display: table-cell;
 width: 100px;
}
.table .td {
 display: table-cell;
}
#map {
 width: 100%;
 height: 300px;
}

/*--------------------------------------
  単一記事の投稿
--------------------------------------*/
#article_body .shop_info {
  width: 90%;
  border: 1px solid #59380d;
  padding: 10px;
}
#contents .shop_info p {
  margin-bottom: 0em;
}
#archive_body h1 {
	font-size: 2em;
	background: #FAF0E6;
	border-top: 1px solid #59380D;
	border-bottom: 1px solid #59380D;
	padding-left: 5px;
}

/*--------------------------------------
  ホットペッパーグルメ予約対応
--------------------------------------*/
#HPG_reserveGadgetsHorizontalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsTitle {
  text-align: center;
}
#HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap {
  margin: 10px auto!important;
}
#HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li,
#HPG_reserveGadgetsHorizontalWrap.HPG_reserveGadgetsWrap .HPG_reserveGadgetsList > li,
#HPG_reserveGadgetsVerticalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown > li,
#HPG_reserveGadgetsHorizontalWrap.HPG_reserveGadgetsWrap .HPG_selectBoxPulldown > li {
  text-indent: 0!important;
}

/*--------------------------------------
  ここからスマホ表示設定
--------------------------------------*/
@media screen and (min-width : 480px){
/*--------------------------------------
  480px ヘッダー
--------------------------------------*/
#header #head_address{
        float:right;
        font-size:11px;
	width: 240px;
	margin: 5px;
}
#header #head_address #address{
        float:left;
	width: 100%;
	margin: 0;
}
#header #head_address #business_hours{
        float:left;
	width: 100%;
	margin: 0;
}
#header #head_logo{
        float:left;
/*        max-width:50%;*/
}
/*--------------------------------------
  480px フッター
--------------------------------------*/
#footer {
	font-size: 100%;
}
/*--------------------------------------
  480px コンテンツ
--------------------------------------*/
#contents #main .home_area {
	border: 1px solid #ddd;
	margin-bottom: 24px;
	margin-left: 1px;
	margin-right: 1px;
/*	padding-bottom: 24px;*/
	overflow: hidden;
        width: 140px;
        float:left; 
}
/*--------------------------------------
  480px メニュー
--------------------------------------*/
#article_body .menulist .menu {
float: left;
margin: 10px;
}
#contents #main .menu_sample, #contents #main .bloglist {
	margin: 0 auto;
	width: 95%;
	max-width: 100%;
}

}
/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ヘッダー
--------------------------------------*/
#header #head_address{
        float:right;
        font-size:11px;
	width: 40%;
}
#header #head_address #address{
        float:left;
/*	width: 49%;*/
	margin: 0;
}
#header #head_address #business_hours{
        float:right;
	width: 49%;
	margin: 0;
}
/*--------------------------------------
  768px ナビ
--------------------------------------*/
nav#menu {
	padding: 0;
}
nav#menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
}
/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}
nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
	background: none;
}
nav#menu ul li a {
	display: block;
	color : #444;
	padding : 8px 1em;
}
nav#menu ul li a:hover {
	color: #444;
}
nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
/*	border-bottom: 1px solid #59380d;*/
	background: #FFE4C4;
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #59380d;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
/*	width: 100%;*/
	width: 200px;
	height: 0;
	color: #59380d;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #59380d;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background: #FAF0E6;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {
	text-align: left;
	margin: 24px auto 0 auto;
}

#contents #main {
	padding: 20px 15px;
	margin-bottom: 24px;
	border-radius: 8px;
/*	border: 1px solid #ddd;*/
}
/* タブレット用 */
#contents #main .home_area {
/*	border-bottom: 1px solid #ddd; */
	border: 1px solid #ddd;
	margin-bottom: 24px;
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 24px;
	overflow: hidden;
/*	width: 100%;  */
        width: 210px;
        float:left; 
}

#contents #main .home_area .thumb_box {
	float: left;
/*	margin: 0 10px 0 0; */
/*        margin:0 auto 0 auto; */
	width: 100%;
/*	height: 120px; */
}
#contents #main .home_area .entry_box {
	text-align: left;
/*        width: 85%;*/
        margin: auto;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/
#article_body h2{
	font-size: 20px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 36px 0 24px -35px;
	padding: 8px 0 8px 10px;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 36px 0 24px 0;
	padding: 0 0 5px 0;;
}

/*--------------------------------------
  768px メタボックス
--------------------------------------*/
#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 24px 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}

/*--------------------------------------
  768px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 600px;
	height: 60px;
	margin: 0 auto 36px;
	display: block;
}

.entrybodybottom_ad {
	width: 600px;
	height: 60px;
	margin: 36px auto 0;
	display: block;
}

#entry_footer_ad {
	margin: 36px 0;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: left;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
#relations {
	margin: 36px auto;
}
#relations a {
	font-size: 95%;
}

#relations .rel-in {
	display: inline;
}

#relations .rel-in > li {
	float: left;
	width: 145px;
	height: 262px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 2px;
	border-bottom: 1px solid #ccc;
}

#relations .rel-in ul {
	overflow: hidden;
	text-align: center;
	padding: 10px 5px;
}

#relations .rel-in .rel-in-thumb {
	float: none;
	margin: 0 auto 5px;
	width: 110px;
	height: 110px;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	margin: 0 auto;
	text-overflow: clip;
	height: 120px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/
dl#prenex dt {
	float: left;
	width: 60px;
	margin-bottom: 1.2em;
}

dl#prenex dd {
	overflow: auto;
	margin-bottom: 1.2em;
}

dl#prenex dt:last-child, dl#prenex dd:last-child {
	margin: 0;
}

/*--------------------------------------
  768px ページャー
--------------------------------------*/
.pager{
	text-align:center;
	margin: 0 auto 50px;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 8px 2px 0;
	display: inline;
}

.pager .current{
	background: #333;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  768px サイド
--------------------------------------*/
.side_title {
	font-size: 90%;
}

#sub .side-sns ul {
	width: 50%;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 20px;
	color: #333;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	width: 45%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sub .side_widget li ul li ul {
	display: none;
}

/*-----------------------------------
  768px カレンダー
------------------------------------*/
#wp-calendar {
	width: 50%;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer {
	padding: 24px 0;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}

/*--------------------------------------
  768px フロントページ
--------------------------------------*/
#article_body h3.front {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px dotted #59380D;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}
.box {
  float: right;
  width: 45%;
  margin: 0 50px 0 0;
}
#front_map {
  height: 500px;
  margin-bottom: 0;
}
#facebook {
  float: left;
  width: 45%;
  margin: 0 10px 0 0;
}

/*--------------------------------------
  768px メニュー
--------------------------------------*/
#article_body .menulist {
width: 100%;
}
#article_body .menulist .menu {
float: left;
margin: 5px;
width: 220px;
height: 250px;
}
#article_body .menulist .menu_img img {
margin-bottom: 5px;
}
#article_body .attention:before {
font-size: 60%;
content: "※";
}
#article_body .menulist img.line {
margin-bottom: 0;
}
#contents .menulist p.message {
line-height: 2em;
margin-bottom: 1em;
}
#contents .menulist .attention_text p {
text-align: right;
margin-bottom: 0.5em;
}
#article_body .menulist .catchcopy {
font-size:12px;
font-weight:normal;
text-align:right;
}
#contents #main .menu_sample, #contents #main .bloglist {
	margin: 0 auto;
	width: 100%;
}

/*--------------------------------------
  768px 店舗情報
--------------------------------------*/
.table{float:left; width: 45%; font-size: 100%;}
#map {float: right; width: 45%; height: 300px; margin: 0 10px;}

/*--------------------------------------
  768px 単一記事の投稿
--------------------------------------*/
#article_body .shop_info {
  width: 60%;
  max-width: 500px;
}

}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1024px) {
/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

/* 全体に薄いグレーのテクスチャ */
body {
/*	background: #fff url(images/sos.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
header {
	text-align: left;
/*        background: #fff url(images/sos.png) left top repeat;	*/
}

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	/* background: #444 url(images/grey_wash_wall.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

#header .hgroup {
	width: 96.6%;
	margin: 0 auto;
	max-width: 1060px;
/*        background-color:#fff;*/
}

#header .caption {
	margin: 0;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;
}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}

nav#menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
}

nav#menu ul li a {
	color: #444;
}

nav#menu ul li a:hover {
	color: #444;
}

nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
/* ナビゲーションマウスオーバー時のスタイル */
nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
/*	border-bottom: 1px solid #59380d;*/
	background: #FFE4C4;
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #59380d;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
/*	width: 100%;*/
	width: 200px;
	height: 0;
	color: #59380d;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #59380d;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background: #FAF0E6;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
/*
全体で1060px
    メイン728px
    サイド300px
    余白28px
    ボーダー2px
    2pxぶん余裕あり
*/

#contents {
	overflow: hidden;
	width: 1060px;
	margin: 24px auto;
}

#contents #main {
	float: left;
	margin: 0 28px 0 0;
/*	max-width: 728px; */
/*	padding: 20px 62px; */
	padding: 20px 22px; 
	border-radius: 0;
        width:95%;
}

#entry_body {
/*	width: 604px;  */
/*      width: 90%;    */
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 15px;
	height: 50px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 24px;
}

#article_body h2{
	font-size: 24px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 48px -31px 36px -62px;
	padding: 10px 0 10px 20px;
}

#article_body h3{
	font-size: 20px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}

/*--------------------------------------
  1024px コメント
--------------------------------------*/
#comment_box {
/*	background: #fff url(images/sos.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

/*--------------------------------------
  1024px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 728px;
	height: 90px;
	margin: -20px -62px 36px -62px;
	overflow: hidden;
}

.entrybodybottom_ad {
	width: 728px;
	height: 90px;
	margin: 36px -62px -20px -62px;
}

#entry_footer_ad {
	margin: 36px 0;
	width: 604px;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#entry_footer_ad .efa_left,
#entry_footer_ad .efa_right {
	width: 302px;
	display: table-cell;
	float: none;
}

/*--------------------------------------
  1024px 個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-align: left;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 20px;
	text-align: left;
	border: none;
	color: #333;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
	font-weight: bold;
	margin: 0 0 18px 0;
}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
  1024px サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	text-indent: 1em;
}

#sub .side_widget li ul li ul li {
	text-indent: 2em;
}

#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: url(http://realmax003.wp-x.jp/wp-content/uploads/back.gif);
	background-position: 50% 50%;
/*	background: #444 url(images/grey_wash_wall.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

#footer-in {
	width: 1060px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #993300;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}

/*--------------------------------------
  1028px フロントページ
--------------------------------------*/
#article_body h3.front {
	width: 95%;
}
#article_body #facebook h3.front, #article_body .box h3.front {
	width: 100%;
}

/*--------------------------------------
  1028px メニュー
--------------------------------------*/
#article_body .menulist {
width: 100%;
}
#article_body .menulist .menu {
float: left;
margin: 5px;
width: 300px;
/*height: 400px;*/
}
#article_body .menulist .menu_img img {
margin-bottom: 5px;
}
#article_body .attention:before {
font-size: 60%;
content: "※";
}
#article_body .menulist img.line {
margin-bottom: 0;
}
#contents .menulist p.message {
line-height: 2em;
margin-bottom: 1em;
}
#contents .menulist .attention_text p {
text-align: right;
margin-bottom: 0.5em;
}
#article_body .menulist .catchcopy {
font-size:12px;
font-weight:normal;
text-align:right;
}

/*--------------------------------------
  1024px 店舗情報
--------------------------------------*/
#map {float: right; width: 45%; height: 480px; margin: 0 30px 0 0;}

}/* PC表示ここまで */

/* catenew shortcode style */
.rm-catenew-post {
    width: 100%;
}

.rm-catnew-box {    
    margin-right: 3%;
    width: 30%;
/*    border: 1px solid #ddd;    */
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 140px;    
}

.rm-catnew {    
    
}

.rm-catnew-img {
    margin-bottom: 10px;
}

.rm-catnew-date {
    font-size: 14px;
    padding: 0 5px;
}

.rm-catenew-post h1,
.rm-catenew-post h2,
.rm-catenew-post h3,
.rm-catenew-post h4,
.rm-catenew-post h5,
.rm-catenew-post h6{
    margin: 0;
    padding: 0;
    color: #222;
    padding: 0 5px;
}

.rm-catenew-post p {
    font-size: 14px;
    color: #555555;
    word-wrap: break-word;
    padding: 0 5px;
}

.rm-catnew-date {
    color: #555555;
}
.rm-catnew img{ 
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;    
    
}
.rm-catnew img:hover{ 
    -webkit-transform:scale(1.25);  
    -moz-transform:scale(1.25);  
    -ms-transform:scale(1.25);  
    -o-transform:scale(1.25);  
    transform:scale(1.25);
/*    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);*/
}

.rm-catnew:hover p,
.rm-catnew:hover h6,
.rm-catnew:hover .rm-catnew-date{
    color: #006600;
}

/* catenew shortcode style表示ここまで */