@charset "utf-8";

/* ================================================================================================= */
/*
   【！修正禁止！】
   【中合 全店舗共通】ヘッダー、フッター、サイドのスタイルを指定
   【！修正禁止！】

   店舗独自のアレンジや修正を加えるときは
   layout.cssに指定を上書きする形で追記してください。
*/
/* ================================================================================================= */

html {
	font-size: 14px;
	font-family: "-apple-system", Meiryo, "Yu Gothic", YuGothic, sans-serif;
}
body {
	background: #fff9f0;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	color: #997350;
	text-decoration: underline;
	transition: all 200ms;
}
a:hover {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------
   [レイアウトの大枠]
---------------------------------------------------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	border-bottom: 5px solid #f1ac93;
}
#main {
	padding-top: 92px;
}
/* ----- ここまで */



/* -------------------------------------------------------------------------------------------------
   [ヘッダー]
---------------------------------------------------------------------------------------------------- */
#header .inner {
	position: relative;
	height: 45px;
	background: #fff;
}
#header .logo {
	padding: 15px 0 0 5px;
}
#header .logo img {
    width: 135px;
    height: auto;
}

#header .message {
	display: none;
}


/* -------------------------------------------------------------------------------------------------
   [フッター]
---------------------------------------------------------------------------------------------------- */
#footer > .inner {
	border-top: 10px solid #ddd;
	border-bottom: 10px solid #ddd;
	font-size: .875rem;
}
#footer .logo,
#footer .wrap1 ul {
	display: none;
}
#footer dt {
	display: block;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #e21d1d;
	text-decoration: none;
}

#footer .copyright {
	line-height: 1;
	padding: 10px 0;
	background: #d20000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	letter-spacing: .1em;
	white-space: nowrap;
}
/* ----- ここまで  */
