﻿@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	color: #000000;
	 font-family: "游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0;
	min-width: 1000px;
	font-size: 16px;
	max-height: 100%;
	line-height: 30px;
	background: url(../img/shared/body.jpg) repeat center top;
}
#wrapper {
	clear: both;
	width: 100%;
	min-width: 1080px;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
#header {
	min-width: 1000px;
	height:1450px;
}
#header .header-box01 {
	width: 100%;
	z-index: 9;
	height: 360px;
	position: relative;
}
#header .header-box01:before{
    position: absolute;
    top: 0;
    right: 0%;
    left: 0;
    bottom: 0;
    background: url(../img/shared/head_top.png) no-repeat right top;
    height: 360px;
    content: "";

}
#header .header-box01 > * {
	position: relative;
	z-index: 1;
}
#header h1 {
    color: #000000;
    position: absolute;
    top: 10px;
    left: 36px;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 999999; 
}
#key {
	    height: 1107px;
	text-align: center;
}
#header .logo-header {
	padding-top: 45px;
	padding-bottom:72px;
	text-align:center;
}
#header .tel-header {
	position: absolute;
	top: 274;
	right: 0;
}
#header .nav li{
float: left;

}
#key{
	height: 1080px;
	position: relative;
	}
	
#event a{
	position: absolute;
	top: 170px;
	right:0;
	display:block;
	background-color:#FFFFFF;
	border:solid 1px #900;
	width:250px;
	line-height:25px;
	padding:8px 5px;
	color:#000;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	z-index: 999;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	
}
/*=============================================
 =============================================*/
.txt_v {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
/*=============================================
 =============================================*/

#container {
	min-width: 1000px;
}
/*=============================================
 =============================================*/


/*=============================================
=============================================*/
#socialbuttons {
    padding-top: 38px;
    padding-bottom: 34px;
}
#footer {
	width: 100%;
	height: 542px;
	background: url(../img/shared/footer.jpg) no-repeat center center/cover;
	position: relative;
	text-align: center;
}
#footer .logo-footer {
	padding-top: 82px;
}
#footer .text_img{
	text-align:center;
}
#footer .text{
    line-height: 25px;
    padding-top: 25px;
    font-size: 15px;
    letter-spacing: 1px;
	}
#footer .nav {
    color: #000000;
    padding-top: 23px;
    padding-left: 175px;
    padding-bottom: 16px;
}
#footer .nav li {
	float: left;
	margin-right: 29px;
}
#footer .nav li a {
    font-size: 14px;
    letter-spacing: 1px;
	text-decoration:underline;
}
#footer .nav li:last-child a {
}
#footer .nav li:first-child a {
	padding-left: 0 !important;
}

#footer .nav li + li {
}
#footer .nav li:before {
	display: none;
}

address {

}
.fl{
	float: left;
	}
.fr{
	float: right;
	}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 3px;
}
.mr0 {
	margin-right: 0 !important;
}
.bg_none {
	background: none !important;
}
.bd_top {
	border-top: 1px dashed #614e3f;
}
.pt_0{
	padding-top:0 !important;
	}
.pt_120{
	padding-top: 120px !important;
	}

/*=============================================*/
/*               横についてくるボタン          */
/*=============================================*/

#shopping a{
	position:fixed;
	right:5px;
	top:20px;
	z-index:999999;
}
#takeout{
	position:fixed;
	right:5px;
	top:360px;
	z-index:999999;
}