@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align:left;
	color: #473515;
	cursor: auto;
	font:normal normal 16px/32px  "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
	letter-spacing:1px;
	min-width:1280px;
  	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background:url(../img/shared/bg.jpg) repeat top center;
}
.gothic{
	font: normal normal 14px/32px 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
}
.cookies_link{
	text-decoration: underline;
}
.cookies_link:hover{
	text-decoration: none;
}
#wrapper{
	min-width:1000px;
	padding-left: 238px;
	position: relative;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a{
	color: #f2ddc9;
	text-decoration: none;
}

/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/
#belt{
	position: fixed;
	top: 0;
	left: 0;
	width: 238px;
	background: url(../img/shared/belt_bg2.jpg) no-repeat top left,url(../img/shared/belt_bg.jpg) repeat-y top left;
	height:100%;
	z-index: 2000;
}
#header {
	height: 700px;
	position: relative;
	width: 100%;
	background:url(../img/shared/lineT.jpg) repeat-x bottom center;
	padding-bottom: 6px;
}
#headerInner{
	height: 700px;
	top: 0;
	right: 0;
}
h1 {
    color: #f2ddc9;
	top: 20px;
	right: 40px;
	font-size: 15px;
	line-height:24px;
	position: absolute;
	z-index:100;
}
#tel{
	position: absolute;
	top: 46px;
	right: 0;
	z-index:100;
}
#tel span{
	font-size: 15px;
    color: #f7e8d9;
	display: block;
    text-align: center;
    margin: -0.5em auto 0.5em;
    text-shadow: 1px 1px 6px #000;
}
.globalNav{
	margin:20px 0 0 49px;
}

.globalNav > li{
	display:block;
	cursor:pointer;
    line-height: 1.9;
}
.globalNav li ul{
	border-left:1px solid #473c27;
	margin: 3px 0 0 3px;
    padding-left: 20px;
}

.globalNav > li a{
	position:relative;
}

.globalNav > li a:before{
	background: #473c27;
        content: "";
        height: 4px;
        width: 4px;
        left: -10px;
        position: absolute;
        top: 10px;
}
.globalNav > li a:hover:before,
.globalNav > li a.active:before{
	background: #a83b06;
}
.globalNav > li a:hover,
.globalNav > li a.active{
	border-bottom:1px solid #736558;
}
.l_tel{
	text-align: center;
    margin: -20px auto 0;
    display: block;
	position:relative;
	z-index:2001;
}
.l_tel span{
	font-size: 15px;
    color: #f7e8d9;
}

#h_bnr{
	position: absolute;
    z-index: 2000;
    right: 10px; 
    bottom: 90px;
}
#h_bnr2{
    position: absolute;
    left: 9px;
    bottom: 10px;
}







#key{
	height: 700px;
	width: 100%;
	left: 0;
	top: 0;
}

/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/

div#container {
	min-width:1000px;
	width: 100%;
	margin:auto;
	overflow:hidden;
}
.content{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
#footer {
	background:url(../img/shared/footer_bg.jpg) repeat top center;
	color:#f2ddc9;
	font-size: 15px;
	border-top:2px solid #9a8364;
	overflow:hidden;
}
#footerLeft{
	float: left;
	width: 50%;
	padding-top: 49px;
	position: relative;
}
.footerLeft{
	float: right;
	width: 494px;
	margin-right: 52px;
}
.footer_logo{
	border-bottom:1px solid #f2ddc9;
}
#footerRight{
	float: right;
	width: 50%;
	background:url(../img/shared/footerRight.png) repeat;
	padding-top: 54px;
}
.footerRight{
	float: left;
	width: 370px;
	margin-left: 54px;
}
.footer_tel{
	border-bottom:1px solid #f2ddc9;
	line-height:28px;
	padding-bottom: 10px;
	text-align:center;
}
.footer_tel span{
	display:block;
}
#vcard{
	font-size: 16px;
	padding-top: 12px;
}
#vcard dt{
	text-align:right;
	clear:both;
	float: left;
	width: 95px;
	padding-right: 20px;	
}
#vcard dd{
	float: left;
	width: 374px;
}
#socialbuttons > div{
	display: inline-block;
    justify-content: center;
}
#socialbuttons{
	position: absolute;
	bottom: 51px;
	right: 16px;
}
#footerNav{
	text-align:center;
	color:#f2ddc9;
	width: 330px;
	margin:auto;
    padding-top: 31px;
}
#footerNav a:hover{
	text-decoration: underline;
}
#footerNav li{
	display: inline-block;
    margin:0 10px 0 4px;
	line-height:25px;
}
#footerNav li a{
	padding: 0 5px;
	color:#f2ddc9;
}
address{
	font-size: 10px;
	font-style:inherit;
	padding: 20px 0 55px 37px;
}
.footer_btn{
	float: left;
	margin-top: 24px;
}
.footer_txt{
	float: left;
	line-height:25px;
    margin-left: 8px;
}
.footer_img{
	padding:18px 0 0 14px;
}
*{max-height: 1000000px}

/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom:1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	height: 0;
}
.text_center{
	text-align: center !important;
}
.text_right{
	text-align: right;
}
.left_col{
	float: left;
}
.right_col{
	float: right;	
}
hr{
	background:url(../img/shared/line1.jpg) repeat-x top center;
	border:none;
	width: 100%;
	height: 9px;
}
.ver_r{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; / for MS IE8+ /
    text-orientation: upright;
}
.fb{
	transform: translateY(8px);
}

.btn_reserve a{
	margin: 20px auto 0;
	width: 210px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 18px;
	background-color: #c08011;
	border-radius: 5px;
	padding: 10px 0;
	text-decoration: none;
	line-height: 25px;
	letter-spacing: 1px;
    border:solid 1px #f2ddc9;
}
.btn_insta a{
	margin: 10px auto 0;
	width: 210px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 18px;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	border-radius: 5px;
	padding: 10px 0;
	text-decoration: none;
	line-height: 25px;
	letter-spacing: 1px;
    border:solid 1px #f2ddc9;
}
.btn_reserve a:hover, .btn_insta a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}
