@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	background: url(../img/shared/body_bg.jpg) repeat center top;
	text-align: left;
	color: #dfcdc4;
	cursor: auto;
	font: normal normal 14px/23px "メイリオ", Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-spacing: normal;
	letter-spacing: 0em;
	font-size: 14px;
	line-height: 25px;
	min-width: 1100px;
	max-height: 100%;
	-webkit-text-size-adjust: 100%;
}
.mincho {
	font: normal normal 13px/25px "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.f_eng {
	font-family: Georgia, "Times New Roman", Times, serif
}
#wrapper {
	background: url(../img/shared/header_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 1100px;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a {
	color: #000000;
	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 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header (top)*/
#header {
	background: url(../img/shared/header_in.jpg) no-repeat center top;
	width: 100%;
	min-width: 1100px;
}
#beltCenter {
	height: 248px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
#logo {
	position: absolute;
	top: 34px;
	left: 375px;
}
#logo a {
	display: block;
}
h1 {
	position: absolute;
	left: 0px;
	top: 40px;
	color: #a78b7c;
	font-size: 13px;
	line-height: 23px;
}
.re_btn {
	position: absolute;
	left: 0px;
	top: 80px;
}
.reserve_btn {
	position: absolute;
	right: 0px;
	top: 40px;
}

#h_tel {
	position: absolute;
	top: 101px;
	right: 0px;
}
#key {
	background: url(../img/shared/key_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 1100px;
	height: 590px;
	font-size: 0;
}
#key .key_txt {
	position: relative;
	width: 1000px;
	margin: auto;
	height: 590px;
}
#key .key_txt img {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 999;
}
/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============
================================*/



#globalNav {
	position: absolute;
	top: 168px;
	left: 0px;
}
#globalNav li {
	float: left;
}
#globalNav li, #globalNav a {
	display: block;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#container {
	position: relative;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
#footer {
	background: url(../img/shared/wood_bg.jpg) repeat center 70px;
	width: 100%;
	min-width: 1100px;
}
#footerInner {
	background: url(../img/shared/footer_bg.png) repeat-x center top;
	width: 100%;
	min-width: 1100px;
	padding-top: 38px;
}
#footer .bnr_insta{
	text-align: center;
	padding:10px 0 20px;
}
#footer #footer_Center {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #dfcdc4;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 25px;
}
#f_tel {
	margin-bottom: 10px;
}
/*#footer #socialbuttons {
	padding-top: 23px;
}
#footer #socialbuttons div {
	display: inline-block;
	margin-right: 5px;
}
#footer #socialbuttons .twitter {
	width: 100px;
}
*/
#footer address {
	text-align: center;
	padding: 18px 0 20px;
}
/* ナビゲーション部（フッター）
-----------------------------------------------	*/




#footnav {
	background: url(../img/shared/f_nav_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 1100px;
	font-size: 12px;
	line-height: 60px;
	height: 60px;
	color: #9b6b26;
	text-align: center;
}
#footnav li {
	display: inline;
}
#footnav li a {
	text-decoration: none;
	color: #9b6b26;
	padding: 0 5px;
}
#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, .mnext_list dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after, .mnext_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;
}
.mar0 {
	margin: 0 !important;
}
.center {
	text-align: center !important;
}
.bg_non {
	background: none !important;
}
.border_non {
	border: none !important;
}
.photo_list {
	overflow: hidden;
}
.photo_list li {
	float: left;
}
.f_color {
	color: #59230e !important;
}
.f_14 {
	font-size: 14px !important;
}

.f_12 {
	font-size: 12px !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_29 {
	font-size: 29px!important;
}
.pb0 { padding-bottom: 0 !important;}
.menu_list,.mnext_list {
	margin-bottom: 40px;
}
.w_435 {
	width: 435px !important;
}

.w_290 {
	width: 290px !important;
	float: left;
	margin-right: 25px;
}

.list_ico li {
	background: url(../img/shared/icon1.png) no-repeat 1px 6px;
	padding-left: 18px;
	line-height: 25px;
}
.line_bg {
	background: url(../img/shared/line_bg.jpg) repeat-x center top;
	padding-top: 10px;
}
.line_bg2 {
	background: url(../img/shared/line2_bg.jpg) repeat-x center top;
	padding-top: 17px;
}
.wood_bg {
	background: url(../img/shared/wood_bg.jpg) repeat center top;
}
.sec_bg {
	background: url(../img/shared/sec_bg.jpg) repeat center top;
}
.box_shared {
	background: url(../img/shared/box_ct.jpg) repeat center top;
	color: #1d120d;
}
.box_shared .box_in {
	background: url(../img/shared/box_t.jpg) no-repeat center top;
	padding: 30px 40px 0 40px;
}
.menu_list { line-height: 20px;}
.menu_list dl {
	background: url(../img/shared/dotted.png) repeat-x 0 bottom;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px;
}
.menu_list dt {
	float: left;
	font-weight: bold;
}
.menu_list dd.price {
	float: right;
	text-align: right;
	color: #81261c;
}
.mnext_list { line-height: 20px;}
.mnext_list dl {
	background: url(../img/shared/dotted.png) repeat-x 0 bottom;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 10px 10px;
}
.mnext_list dt {
	background: url(../img/shared/icon1.png) no-repeat 0 2px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
.mnext_list dd.price {
	float: right;
	text-align: right;
	color: #81261c;
}
.mnext_list .f_note {
	color: #9f1650;
	padding: 10px 10px 0px;
	line-height: 20px;
	font-weight: bold;
}
.h_bg {
	background: url(../img/shared/h_bg1.png) no-repeat 0 0;
	font: normal normal 13px/25px "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro","ＭＳ Ｐ明朝",  "HGS明朝E", serif;
	height: 50px;
	line-height: 50px;
	margin-bottom: 16px;
	font-size: 24px;
	color: #1d120d;
	text-align: center;
	font-weight: bold;
	letter-spacing:2px;
}
.menu_ext .h_bg {
	background: url(../img/shared/h_bg2.png) no-repeat 0 0;
}

.h_bg3 {
	background: url(../img/shared/h_bg3.png) no-repeat 0 0;
}
.mb50{
	margin-bottom:50px;
}
#tax{
	width:1000px;
	margin:0 auto 10px auto;
	text-align:right;
}

/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #fff solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #7d3e2f; 
}
