@charset "utf-8";

/* ================================================================================================= */
/*
   【！修正禁止！】
   【中合 全店舗共通】ヘッダー、フッター、サイドのスタイルを指定
   【！修正禁止！】

   店舗独自のアレンジや修正を加えるときは
   layout.cssに指定を上書きする形で追記してください。
*/
/* ================================================================================================= */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
html {
	font-size: 16px;
	font-family: "-apple-system", Meiryo, "Yu Gothic", YuGothic, sans-serif;
	background: #fff9f0;
}
img {
	vertical-align: bottom;
}
a {
	color: #997350;
	text-decoration: underline;
	transition: all 200ms;
}
li.brown {
	color: #997350;
}
a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------
   [レイアウトの大枠]
---------------------------------------------------------------------------------------------------- */
#header {
	position: relative;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	z-index: 2;
}
#main_wrap {
	width: 1110px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

#footer {
	background: #fff;
}
/* ----- ここまで */



/* -------------------------------------------------------------------------------------------------
   [ヘッダー]
---------------------------------------------------------------------------------------------------- */
#header > .inner {
	position: relative;
	width: 1110px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/hd_message.png) no-repeat 100% 16px;
}

/* ----- スマートフォンサイト用の要素を非表示 ----- */
#header .netshop,
#header .translates .btn,
#header .nav_btn[href*="/blg/chirashi"],
#header .nav_btn[href*="#side1"] {
	display: none;
}
/* ----- */

#header .logo {
	padding: 16px 0 0;
}
#header .logo a:hover {
	opacity: .6;
}

#header .logo img {
    width: 177px;
    height: 27px;
}

#header .message {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 702px;
	line-height: 1;
	padding-right: 146px;
	color: #77563e;
	font-size: 12px;
	letter-spacing: .1em;
}
#header .message b {
	color: #d50019;
	font-weight: normal;
}

/* ----- ここまで */


/* -------------------------------------------------------------------------------------------------
   [フッター]
---------------------------------------------------------------------------------------------------- */
#footer a {
	display: inline-block;
	color: #777;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer > .inner {
	width: 1110px;
	overflow: hidden;
	margin: 0 auto;
	padding: 42px 0;
}
#footer .logo {
	float: left;
	width: 200px;
	padding: 4px 0 0;
}

#footer .copyright {
	line-height: 30px;
	background: #d20000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	letter-spacing: .1em;
}
/* ----- ここまで */

