@charset "UTF-8";
/* ==================================================================================================================
　グルメ(cms_common.css上書き)
================================================================================================================== */
/* ------------------------
css 目次
---------------------------
	- 一覧ページ
	- 記事ページ
	- サイドナビ
---------------------------

/* =========================================================
　メインビジュアル
========================================================= */
/* =========================================================
　一覧ページ
========================================================= */
/*cms_index（一覧ページ）
-------------------------------------------------- */
.thumb_title{
	border-top:3px solid #af4b58;
	color: #664422;	
}

/*カテゴリータイトル　色変更
--------------------------------*/
.cat_title{
	background-image: url(../../gourmet/images/cat_title_bg_l.png),url(../../gourmet/images/cat_title_bg_r.png);
}
.cat_title span{
	color: #af4b58;
	background-image: url(../../gourmet/images/cat_title_bg_c.png);
}

/* =========================================================
　記事ページ
========================================================= */
/*cms_wrap（記事ページ・共通）
-------------------------------------------------- */
.cms_main,.side_nav_wrap{
	border-top:3px solid #af4b58;
}
/*cms_wrap（記事ページ・共通）（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
	.cms_main .cms_title{
		border-bottom: 3px solid #af4b58;
	}
	.cms_main,.side_nav_wrap{
		border: none;
	}
}/*@media*/


/* =========================================================
　サイドナビ
========================================================= */
/*サイドナビ
-------------------------------------------------- */
.side_nav_title{
	color: #af4b58;
	border-bottom:3px solid #af4b58;
	background-image: url(../images/icon_taberu.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: right center;
}
.side_nav li a:hover,.side_nav li.here a{
	background-color: #af4b58;
}
/*サイドナビ（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
.side_nav_title{
	border-bottom:3px solid #af4b58;
}
}

/*ナビ・タイトルPC
-------------------------------------------------- */
@media screen and (min-width:737px) ,print {

/*gnav*/

.gnav_taberu a {
	background: url(../img/gnav_taberu_o.png) no-repeat center 10px;
	width: 90px;
	box-sizing : border-box;
}

.page_title{
	background: url(../../gourmet/images/title_taberu.jpg) repeat-x center 0px;
	width: 100%;
	height :240px;
	text-align : center;
}

.page_title h2{
	width : 1000px;
	color: #fff;
	padding: 65px 0 10px 0;
	margin : 0 auto 0 auto;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 2;
	text-align : center;
	background-size : 2px 100px;
	background: url(../img/titline.png) no-repeat center bottom;
}

.stit1{
	color : #fff;
	font-size: 90%;
	margin : 15px auto 0 auto;
}


}/*@media*/




/*ナビ・タイトル　スマホ
-------------------------------------------------- */

@media screen and (max-width:736px){

.page_title{
	background: url(../../gourmet/images/title_taberu.jpg) repeat-x center 0px;
	width: 100%;
	height :240px;
	text-align : center;
}

.page_title h2{
	width: 100%;
	color: #fff;
	padding: 65px 0 10px 0;
	margin : 0 auto 0 auto;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 2;
	text-align : center;
	background-size : 2px 100px;
	background: url(../img/titline.png) no-repeat center bottom;
}

.stit1{
	color : #fff;
	font-size: 90%;
	margin : 15px auto 0 auto;
}

}/*@media*/
/* footerの装飾を上書き */
.footer_sitemap::before{
	background-image: url("../img/bj-line-b.png");
  }
  @media screen and (max-width: 736px) {
	.footer_address address::before {
		background-image: url("../img/bj-line-b.png");
	}
  }