@charset "UTF-8";


/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,img,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}


/* headline
----------------------------------- */

h1 {
	font-size:40px;
	font-weight:bold;
	color:#231815;
	text-align:left;
	line-height:50px;
}
h2 {
	font-size:28px;
	font-weight:bold;
	text-align:left;
	line-height:36px;
}


h3 {
	font-size:28px;
	line-height:31px;
	height:31px;
}

h3 span {
	border-left:5px solid #be3b40;
	padding-left:10px;
}

p.tit_h3 {
	color:#80c26b;
	font-size:13px;
}

h4 {
	font-size:17px;
	font-weight:bold;
	line-height:25px;
}

blockquote {
}
	
blockquote span {

}


/* body
----------------------------------- */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#fff;
	margin:0;
	padding:0;
	line-height:25px;
}

a {	 color:#fff; text-decoration:none; }
a:link {  color:#fff; text-decoration:none; }
a:hover {	color:#fff; text-decoration:none; }


input, select, textarea { 
	color: #434343; 
	
border:none;
background:none;
	
}

.searcharea {
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
   -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
        box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
		border:1px solid #a5a4a4;
		text-indent:13px;
		}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.ud {
text-decoration:underline;

}

.r {
	float:right;
}

.l {
	float:left;
}

.sp {
	display:none;
}
.center {
text-align:center;

}

.left {
	text-align:left;
}

a span {
}
 

.mt10 {
margin-top:10px;
}
.mt15 {
margin-top:15px;
}
.mt20 {
margin-top:20px;
}

.mb5 {
margin-bottom:5px;
}
.mb10 {
margin-bottom:10px;
}
.mb15 {
margin-bottom:15px;
}
.mb20 {
margin-bottom:20px;
}
.mb25 {
margin-bottom:25px;
}
.mb30 {
margin-bottom:30px;
}
.mb35 {
margin-bottom:35px;
}
.mb40 {
margin-bottom:40px;
}
.mb45 {
margin-bottom:45px;
}
.mb50 {
margin-bottom:50px;
}
.mb60 {
margin-bottom:60px;
}
.mb70 {
margin-bottom:70px;
}
.mb80 {
margin-bottom:80px;
}
.mb100 {
margin-bottom:100px;
}

.mr10 {
margin-right:10px;
}
.mr15 {
margin-right:15px;
}
.mr20 {
margin-right:20px;
}
.mr30 {
margin-right:30px;
}
.pl10 {
padding-left:10px;
}

.ml5 {
margin-left:5px;
}
.ml10 {
margin-left:10px;
}
.ml15 {
margin-left:15px;
}
.ml20 {
margin-left:20px;
}

/* oowaku
----------------------------------- */

#all {
	text-align:center;
	overflow:hidden;
	position:relative;
}

#container {
	text-align:center;
	margin:0 auto;
}



/* head
----------------------------------- */
#header {
	width: 100%;
	height: 109px;
	position: fixed;
  top: 0;
  right: 0;
	background:url(../img/bg_header.png) repeat-x top;
	z-index:100;
}

#header_in {
	width:1000px;
	height: 109px;
	margin:0 auto;
	position:relative;
}

#header_in h1 {
	width: 106px;
	height: 85px;
	position:absolute;
	top:14px;
	left:19px;
}
#header_in h1 a {
	width: 106px;
	height: 85px;
	display: block;
}

#header_in h1 a:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;
}

#header_in p {
	position:absolute;
	top:25px;
	left:144px;
	font-size:13px;
	color:#fff;
}

.header_tel {
	position:absolute;
	top:22px;
	left:545px;
}

.header_wine {
	position:absolute;
	top:8px;
	right:11px;
}

#header_in #h1 {
	width: 106px;
	height: 85px;
	position:absolute;
	top:14px;
	left:19px;
}
#header_in #h1 a {
	width: 106px;
	height: 85px;
	display: block;
}

#header_in #h1 a:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;
}

#nav {
	margin: 0px auto;
}

#nav ul  {
	position:absolute;
	bottom:14px;
	right:87px;
}

#nav ul li {
	text-align: left;
	float: left;
	margin-left:60px;
	padding-left:12px;
	color:#fff;
	
}
#nav ul li a {    
float: left;
}

#nav ul li a:hover { 
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;   
}


#key {
  display: table;
  height:441px;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:239px;
  background-position: center center fixed;
}

p.key_logo {
	text-align:center;
}

p.key_link {
	position:absolute;
	left:68%;
	top:42%;
}
p.key_link02 {
	position:absolute;
	right:68%;
	top:42%;
}
p.key_link a:hover img {
	opacity:0.8;
}
ul.key_btn,ul.key_btn02 {
	display:table;
	width:648px;
	margin:160px auto 0;
}

ul.key_btn li,ul.key_btn02 li {
	display:table-cell;
	padding: 0 30px;
}

ul.key_btn  {
	position:absolute;
	bottom:136px;
left: 0;
  right: 0;
  margin: auto;
	
}
ul.key_btn02  {
	position:absolute;
	bottom:40px;
left: 0;
  right: 0;
  margin: auto;
	
}

ul.key_btn li a:hover,ul.key_btn02 li a:hover  {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;
}
#header_sm {
	display:none;
}

#header_sm_lp {
	display:none;
}

#key_sm {
	display:none;
}

#key_sm img {
	display:none;
}

/* #about
----------------------------------- */

#about {
  width: 100%;
  min-height:436px;
  position: relative;
	background:#a72227;
}

#about02 {
  width: 100%;
  min-height:436px;
  background:url(../img/bg_about.jpg) no-repeat center 54px; 
	background-size:100% auto;
}

#about_top {
  width: 100%;
   min-height:54px;
  background:url(../img/bg_about_top.png) repeat-x;
}

div.about_in {
	width:1000px;
	height:436px;
	margin:0 auto;
	text-align:left;
}

div.about_in h2 {
	height:54px;
	display:table-cell;
	vertical-align:middle;
	padding-left:16px;
	margin-bottom:23px;
}

.about_l {
	width:500px;
	float:left;
}
.about_l p {
	margin:23px 0 0 10px;
}
.about_l iframe {
	margin:7px 0 0 15px;
}
.about_l .facebook02 {
	display:none;
}
.about_r {
	width:500px;
	float:left;
}
.about_r p {
	margin:35px 0 0 28px;
	width:450px;
	line-height:32px;
}



/* #menu
----------------------------------- */
#key_menu {
	width:100%;
	
}
#key_menu img {
	width:100%;
}

#key_menu img.key_menu_sp {
	display:none;
}
#menu {
	width:100%;
	background:url(../img/bg_menu.png) repeat;
}

#menu02 {
	width:100%;
	background:url(../img/bg_menu02.png) no-repeat center top;
}

#menu03 {
	width:100%;
	background:url(../img/bg_menu03.png) no-repeat center top;
	background-size:100% auto;
}

.menu_in {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.food {
	background:url(../img/bg_food.png) no-repeat top right;
	width:1000px;
	height:637px;
}

.food_l {
	padding-top:58px;
	padding-left:2px;
}
.tit_food_sp {
	display:none;
}
.tit_food_sp img {
	display:none;
}
.food_l p {
	font-size:16px;
	color:#401700;
	margin-top:30px;
	line-height:36px;
}
.food_l p small {
	font-size:14px;
	line-height:22px;
}

.food_img {
	width:1000px;
	height:531px;
	position:relative;
}
.food_img_sp {
	display:none;
}
.food_img img {
	position:absolute;
}

.food_img img.food_img01 {
	top:0px;
	left:0px;
}

.food_img img.food_img02 {
	top:0px;
	left:368px;
}

.food_img img.food_img03 {
	top:0px;
	right:0px;
}

.food_img img.food_img04 {
	top:226px;
	left:368px;
}

.food_img img.food_img05 {
	top:226px;
	right:0px;
}

.drink {
	width:567px;
	height:671px;
	background:url(../img/bg_drink.png) no-repeat left bottom;
	padding-left:433px;
}

.drink img {
	padding-top:48px;
}

.tit_dirnk_sp {
	display:none;
}
.tit_dirnk_pc {
	margin-bottom:30px;
}
.drink p {
	font-size:16px;
	line-height:36px;
	color:#401700;
}


/* #access
----------------------------------- */
#key_access {
	width:100%;
	
}
#key_access img {
	width:100%;
}

#key_access img.key_access_sp {
	display:none;
}

#access {
	width:100%;
	background:#980914;
}

#access02 {
	width:100%;
	background:url(../img/bg_access02.png) no-repeat center top;
	background-size:cover;
}

.access_in {
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding-top:60px;
	min-height:566px;
}


.access_in h2 {
	text-align:center;
	margin-bottom:24px;
}

table.two_way {
	width:700px;
	margin:0 auto;
	font-size:14px;
}

table.two_way th {
	vertical-align:middle;
	border-bottom:1px dashed #fff;
	padding:20px 0 20px 70px;
	width:158px;
}

table.two_way td {
	border-bottom:1px dashed #fff;
	padding:20px 0 ;
}

table.two_way th.last,table.two_way td.last {
	border:none;
}

table.two_way .disp_sp {
	display:none;
}

#gmap {
	height: 600px;
	width: 100%;
	min-width:1000px;
}

.map{
    width:100%;
    margin:0 auto;
}
    .map iframe{
    width:100%;
        height:522px;
    }

/* #shop
----------------------------------- */
#shop {
	width:100%;
	background:#980914;
}

#shop02 {
	width:100%;
	background:url(../img/bg_shop.png) no-repeat center bottom ;
	background-size:100% auto ;
	padding-bottom:85px;
}

.shop_in {
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding-top:60px;
	min-height:566px;
}


.shop_in h2 {
	text-align:center;
	margin-bottom:24px;  
	 margin-top:-109px;
  padding-top:109px;
}
.shop_in p {
	text-align:center;
	margin-bottom:30px;
}
	
.shop_in table.two_way {
	
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	margin-bottom:85px;
}

.shop_in table.two_way th {
	vertical-align:top;
}
	
/* #recruit
----------------------------------- */
#key_recruit {
	width:100%;
	
}
#key_recruit img {
	width:100%;
}

#key_recruit img.key_recruit_sp {
	display:none;
}


#recruit {
	width:100%;
	background:url(../img/bg_menu.png) repeat;
}
.recruit_in {
	width:1000px;
	margin:0 auto;
	padding-top:77px;
	color:#401700;
	text-align:left;
	padding-bottom:170px;
}

.recruit_in h2 {
	text-align:center;
	margin-bottom:24px;
}
.recruit_in h2 span {
	font-size:16px;
	line-height:46px;
	font-weight:normal;
}

.recruit_in table.bosyu {
	margin-bottom:80px;
}
.recruit_in table th {
	border-bottom:1px dashed #401700;
}
.recruit_in table td {
	border-bottom:1px dashed #401700;
}

/* #company
----------------------------------- */
#key_company {
	width:100%;
	
}
#key_company img {
	width:100%;
}

#key_company  img.key_company_sp {
	display:none;
}

#company {
	width:100%;
	background:url(../img/bg_menu.png) repeat;
}
.company_in {
		padding-top:57px;
	color:#401700;
	text-align:left;
	padding-bottom:170px;
	width:1000px;
	margin:0 auto;
	padding-bottom:60px;
}

.company_in h2 {
	text-align:center;
	margin-bottom:34px;
}
.company_in h2 span {
	font-size:16px;
	line-height:56px;
	font-weight:normal;
}

.company_in table th {
	border-bottom:1px dashed #401700;
}
.company_in table td {
	border-bottom:1px dashed #401700;
}
.company_in a {
	color:#401700;
}

/* footer
----------------------------------- */
#footer_menu {
	width:100%;
	height:57px;
	background:url(../img/bg_footer_menu.png) repeat-x;
}

ul.footer_menu_in {
	width:520px;
	height:57px;
	margin:0 auto;
	font-size:15px;
}

ul.footer_menu_in li {
	float:left;
	line-height:56px;
	margin:0 15px;
}
ul.footer_menu_in li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;
}
#footer_out {
	width:100%;
	background:#980914;
	
}
#footer {
	width:100%;
	background:url(../img/bg_footer.png) no-repeat center top;
	background-size:100% auto;
	
	z-index: 10;
	color: #FFF;
	margin:0 auto;
	position:relative;
}

.footer_in {
	width:1000px;
	margin:0 auto;
	padding-top:72px;
	padding-bottom:50px;
}

.footer_in p {
	text-align:center;
	line-height:28px;
	font-size:15px;
}

.footer_in p.footer_logo {
	margin-bottom:32px;
}
#copyright {
	line-height:54px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#850207;
}
#copyright span {
	display:block;
}
#page-top {
position: fixed;
bottom: 20px;
right: 30px;
z-index:100;
}
 
#page-top div a #img{
display:block;
width:76px;
height:76px;
padding-top:60px;
overflow:hidden;
background:url(../img/pagetop.png) no-repeat;
text-indent:-9999px;
}
 
#page-top div a p:hover{
-moz-opacity:0.6;
opacity:0.6;
filter: alpha(opacity=60);
text-decoration:none;
}
#banner {
position: fixed;
top: 330px;
right: 0px;
z-index:10;
}
#banner:hover img {
	opacity:0.7;
}
#footer_out2 {
	width:100%;
	height:66px;
	background:#00a0e9;
	
}
#footer2 {
	width: 1000px;
	height:66px;
	
	z-index: 10;
	color: #FFF;
	margin:0 auto;
	position:relative;
}
#copyright2 {
	font-size:10px;
	position:absolute;
	bottom:21px;
	left:0;
}


/*ポップアップ*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height:90%;
  max-height:890px;
  width:auto;
  max-width: 926px;
  padding: 0px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  height: 100%;
}
.close-btn {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}
.close-btnb img {
  width: 5%;
  height: 5%;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}