/**************************************************************************
 ナビ 
**************************************************************************/

#nav-topbar .container {
  background: #a41919;
}
#nav-topbar .nav>li>a{
  color: #fff;
}
.nav>li>a {
  font-weight: 400;
}

/**************************************************************************
 固定ページ　店舗ページ用
**************************************************************************/　
/* 見出し h2 */
.entry h2 {
  font-size: inherit;
}

.entry h2.entry_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN",Century Gothic;
  position: relative;
  padding: 20px 0;
  font-size: 30px;
  font-weight:normal;
  text-align:center;
  margin-bottom: 30px;
}

.entry h2.entry_title::before,
.entry h2.entry_title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.entry h2.entry_title::before {
  top: 0;
  border-top: 2px solid #a41919;
  border-bottom: 1px solid #a41919;
}
.entry h2.entry_title::after {
  bottom: 0;
  border-top: 1px solid #a41919;
  border-bottom: 2px solid #a41919;
}

/* h3 メニュー用タイトル */
h3.menu_title{
	color: #a41919;
  line-height: 1;
  font-size: 40px;
  border-bottom: 1px solid #a41919;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 769px) {
  h3.menu_title{
    padding-top: 10px;
  }
  .su-row.menu_row {
  	padding-bottom: 50px;
    border-bottom: 1px dotted #ccc;
  }
}
/**************************************************************************
 固定ページ
**************************************************************************/　
/* h3 タイトル */
.entry h3 {
	font-size: inherit;
}
.entry h3.title1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN",Century Gothic;
  padding-bottom: 5px;
  border-bottom: 1px solid #a41919;
	padding-left: 5px;
	margin-bottom: 20px;
	font-size: 25px;
}
/**************************************************************************
 固定ページ 夕食宅配用
**************************************************************************/
.takuhai-title1{
	font-size: 40px;
  text-align: center;
  font-weight: 900;
  color: #a41919;
  line-height: 1.1;
}
.takuhai-title-box .takuhai-title1{
	margin-top: 1em;
}
.takuhai-title2{
	font-size: 25px;
  text-align: center;
}
.takuhai-tel-box {
	margin-top: 10px;
  font-weight: 900;
  width: 50%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-align: center;
  padding: 20px 0;
  border: 3px solid #a41919;
}
.takuhai-tel-box .tel{
	font-size: 2em;
}
@media only screen and (max-width: 769px) {
  .takuhai-tel-box .tel{
    font-size: 1.2em;
  }
}


ol.takuhai-list {
  line-height: 2em;
  font-weight: 600;
}
ul.takuhai-list {
  line-height: 1.5em;
}
ul.takuhai-list li {
	margin-bottom: 3px;
}


/**************************************************************************
 投稿ページ　（各メニュー詳細ページ）
**************************************************************************/　
/* メニューサブタイトル */
.entry h3 {
	font-size: inherit;
}
h3.menu_subtitle{
		padding: 5px 10px;
    border-left: #a41919 solid 5px;
    font-weight: bold;
    border-bottom: 1px solid #a41919;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN",Century Gothic;
}
/* メニュー　詳細リスト */
.entry ul.menu_list  li{
	list-style: circle;
  line-height: 2em;
}

/**************************************************************************
 shortcode ultimate カスタムテンプレート用CSS
**************************************************************************/
/* su/list-loop-custom.php 
*********************************/
.su-posts-list-loop-custom{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 800px;
	border-top: 1px dotted #666;
}
.su-posts-list-loop-custom li{
	border-bottom: 1px dotted #666;
	padding: 17px;
}
.su-posts-list-loop-custom li a {
	color: #333631;
}
.su-posts-list-loop-custom li a:hover {
	text-decoration: underline;
}
/* トップページお知らせ用 */
.widget .su-posts-list-loop-custom {
	margin-top: 40px;
}
.home .textwidget {
  width: 75%;
  margin: 0 auto;
}
.home .textwidget .su-post-excerpt {
  margin-bottom: 35px;
}
.home .textwidget .su-post {
  border-bottom: 1px dotted #7d7d7d !important;
}
@media only screen and (max-width: 769px){
  .home .textwidget {
    width: 100%;
  }
}



/* su/default-loop-custom.php 
*********************************/
/*　カスタムタクソノミー　ターム */
.su-posts-default-loop.custom .terms{
  margin-bottom: 6px;
}
.su-posts-default-loop.custom .term {
	padding: 3px 10px;
  border: 1px solid #a41919;
  color: #a41919;
  margin-right: 3px;
}
/* addany 非表示にする */
.su-posts-default-loop.custom .addtoany_content_bottom {
	display: none;
}
.su-posts-default-loop.custom .su-post {
	border-bottom: 1px dotted #ccc;
}


/* su/single-post-custom.php 
*********************************/
/* addany 非表示にする */
.su-posts-single-post.custom .addtoany_share_save_container {
	display: none;
}
/* 見出し h3 */
.su-posts-single-post.custom h3.su-post-title {
	text-align:center;
}
.su-posts-single-post.custom h3 a {
	color : #222;
}


/**************************************************************************
　カスタム投稿　アーカイブページ
　※※カスタム投稿を増やしたら追加すること
**************************************************************************/
.post-list .information {
  width:48%;
  float:left;
  margin:5px;
  box-sizing:border-box;
  background-color:rgba(255,255,255,1.00);
}
.post-list-3c .information {
  width:32%;
  margin:5px;
  box-sizing:border-box;
  float:left;
  background-color:rgba(255,255,255,1.00);
}


/**************************************************************************
  個別ページ　ページ上部アイキャッチを表示しないようにしている　
　※※カスタム投稿を増やしたら追加すること
**************************************************************************/
/*投稿 個別ページ*/
.single-post #head_space .image-container{
 display: none;
}
/*カスタム投稿　個別ページ*/
.single-information #head_space .image-container{
 display: none;
}

/**************************************************************************
 会社概要 
**************************************************************************/
h2.motto{
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN',Century Gothic;
  font-weight:100;
  font-size:30px;
  color:#222;
  line-height:1.6em;
}


/**************************************************************************
 テーブル 
**************************************************************************/
/* 見出し列:グレー 枠線有り */
table.table1 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.table1 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.table1 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  text-align: left;
}
.entry table.table1 tr.alt{
  background: none;
}

/* 下線点線のみ */
table.table2 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px dotted #ccc;
}
table.table2 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
table.table2 td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
  text-align: left;
}
.entry table.table2 tr.alt{
  background: none;
}
/**************************************************************************
 トップページ
**************************************************************************/
/* リンクボタン */
.aricle-readmore a:hover , .eyecatch_link a:hover{
  border: 1px solid #a41919;
  color: #a41919;
}
/* ウィジットpadding調整 */
.freespace-pad {
	padding-bottom: 0;
}
/* ヘッダースライド内お問い合わせ */
#header-widgets a.contact{
	color: #fff;
}
#header-widgets a.contact:hover{
	text-decoration: underline;
}
/* footer wedgit */
#footer-widgets.container {
    z-index: 11;
    background: #111;
}
#footer-widgets.container .textwidget {
	color: #ccc;
}
#footer-widgets.container .footer-textbox {
  font-size: 0.8em;
}
/* footer wedgit 中央ロゴイメージ */
#responsive_lightbox_image_widget-2 {
	text-align: center;
}

/**************************************************************************
 バグ対応
**************************************************************************/
/* フッターにスライドが表示されるバグ対処 */
#footer {
	position: relative;
  z-index: 11;
  background: #111;
}