@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	background: url(../img/shared/body_bg.jpg) repeat center top;
	text-align: left;
	color: #231400;
	cursor: auto;
	font: normal normal 15px/30px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	word-spacing: normal;
	min-width: 1100px;
	max-height: 100%;
	-webkit-text-size-adjust: 100%;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f_eng {
	font-family: Georgia, "Times New Roman", Times, serif
}
.f_meri {
	font-family: "メイリオ", Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width: 100%;
	min-width: 1100px;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a {
	color: #ab8101;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/

.txt_default {
	color: #a49b83;
}
.txt_cleam {
	color: #faddaf;
}
.txt_red {
	color: #620000;
}
.txt_brwn {
	color: #7e5e4f;
}
.txt_min {
	font-size: 50%;
	letter-spacing: 1px;
}
.txt_middle {
	font-size: 80%;
}
.txt_big {
	font-size: 120%;
}
.txt_max {
	font-size: 140%;
}
.f_bold {
	font-weight: bold;
}
.shadw_img {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
.shadw {
	-webkit-box-shadow: 0px 3px 10px #baab89;
	-moz-box-shadow: 0px 3px 10px #baab89;
	box-shadow: 0px 3px 10px #baab89;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header (top)*/
#header {
	background: url(../img/shared/belt_bg.jpg) repeat-x center bottom #fff3e0;
	width: 100%;
	min-width: 1100px;
	position: relative;
	z-index: 999;
}
#beltCenter {
	background: url(../img/shared/belt_ct.jpg) no-repeat center top;
	;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 250px;
}
#logo {
	position: absolute;
	top: 29px;
	right: 0;
}
h1 {
	font-size: 12px;
	line-height: 35px;
	color: #000000;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	z-index: 999;
	text-align: right;
}
#h_tel {
	position: absolute;
	top: 150px;
	right: 0;
}
#key {
	width: 100%;
	min-width: 1100px;
	position: relative;
	height: 786px;
	text-align: center;
}
/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============
================================*/


#globalNav {
	position: absolute;
	top: 29px;
	left: 0;
}
#globalNav li {
	float: left;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#container {
}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
#footer {
	background: url(../img/shared/ft_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 1100px;
	position: relative;
	color: #491407;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
#footer .content {
	height: 438px;
}
#f_logo {
	margin-bottom: 5px;
	padding-top: 20px;
	/*padding-top: 44px;*/
}
#footer #f_tel {
}
#ft_bt {
	background: url(../img/shared/ft_in.jpg) repeat-x center top;
	height: 166px;
}
/*#socialbuttons {
	padding: 35px 0 20px;
}
#socialbuttons div {
	display: inline-block;
	margin-right: 5px;
}
#socialbuttons .twitter {
	margin-right: 0;
}*/
#footer address {
	text-align: center;
}

#footer .cookie a{
 font-size: 10px;
 color: #491407;
 display: block;
 text-decoration: none;
}

#footer .vcard{
	line-height: 28px;
}

/* ナビゲーション部（フッター）
-----------------------------------------------	*/




#footnav {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	color: #4e623b;
	text-align: center;
	padding-top: 20px;
	height: 86px;
}
#footnav li {
	display: inline;
}
#footnav li a {
	letter-spacing: 1px;
	text-decoration: none;
	color: #4e623b;
	padding: 0 10px;
}
#footnav li a:hover {
	text-decoration: underline;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix, .menu_list dl, .mn_list dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after, .mn_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.left_col {
	float: left !important;
}
.right_col {
	float: right !important;
}
.mb_0 {
	margin-bottom: 0 !important;
}
.mar0 {
	margin-right: 0 !important;
}
.mar10 {
	margin-right: 10px !important;
}
.mb_20 {
	margin-bottom: 20px;
}
.pdb_0 {
	padding-bottom: 0 !important;
}
.center {
	text-align: center !important;
}
.bg_non {
	background: none !important;
}
.border_none {
	border: none !important;
}
.photo_list {
	overflow: hidden;
}
.photo_list li {
	float: left;
}
.f_color {
	color: #61441b !important;
}
.f_36 {
	font-size: 36px !important;
}
.f_24 {
	font-size: 24px !important;
}
.f_20 {
	font-size: 20px!important;
}
.f_18 {
	font-size: 18px!important;
}
.f_16 {
	font-size: 16px!important;
}
.f_14 {
	font-size: 14px!important;
}
.f_13 {
	font-size: 13px!important;
}
f_color {
	color: #a82100;
}
.w_500 {
	width: 500px;
}
.w_470 {
	width: 470px;
}
.w_450 {
	width: 450px;
}
.w_420 {
	width: 420px;
}
.menu_list dl {
	background: url(../img/menu/dl_line.png) repeat-x 0 bottom;
	font-size: 15px;
	line-height: 27px;
	color: #231400;
	
	padding: 13px 20px 13px 14px;
}
.menu_list dt {
	float: left;
}
.menu_list .price {
	color: #6d3200;
	float: right;
	text-align: right;
}

.menu_list .txt {clear: both;}




#sec5_shared {
	background: url(../img/index/line_bg.png) repeat-x center top;
	padding-top: 5px;
}
#sec5_shared .bg_in {
	background: url(../img/keiji/sec5_bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 410px;
	text-align: center;
	color: #fff;
}
#sec5_shared h2 {
	padding: 115px 0 10px;
}
