@charset "UTF-8";
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  position: relative;
  left: 0;
  overflow-x: hidden;
}

/* index */
#index #main {
  margin: 0 auto;
  position: relative;
}

#index #main .slider {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 495px;
}

#index #main .slider li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  min-width: 980px;
  height: 100%;
    margin: 0 auto;
}

#index #main .slider li.main01 {
  background: url(../img/index_main01.jpg) no-repeat top center;
  background-size: cover;
}

#index #main .slider li.main02 {
  background: url(../img/index_main02.jpg) no-repeat top center;
  background-size: cover;
}

#index #main .slider li.main03 {
  background: url(../img/index_main03.jpg) no-repeat top center;
  background-size: cover;
}

#index #main .slider li.main04 {
  background: url(../img/index_main04.jpg) no-repeat top center;
  background-size: cover;
}

#index #main .slider li.main05 {
  background: url(../img/index_main05.jpg) no-repeat top center;
  background-size: cover;
}

#index #main .slider li.main06 {
  background: url(../img/index_main06.jpg) no-repeat top center;
  background-size: cover;
}

#index #main .bx-wrapper {
  position: relative;
}

#index #main .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  top: 218px;
  left: 50px;
  display: block;
  background: url(../img/slide_prev.png) no-repeat;
  width: 46px;
  height: 74px;
  text-indent: -9999px;
  z-index: 60;
}

#index #main .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 218px;
  right: 50px;
  display: block;
  background: url(../img/slide_next.png) no-repeat;
  width: 46px;
  height: 74px;
  text-indent: -9999px;
  z-index: 60;
}

#index #main .caption {
  width: 980px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#index #main .caption p {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  display: none;
}

#index #main .caption p:first-child {
  display: block;
}

#index #contents {
  width: 100%;
  background: url(../img/index_contents_bg.png) repeat-x left top;
  padding: 60px 0 0;
}

#index #contents .contents_inner {
  width: 980px;
  margin: 0 auto;
}

#index #contents .menu_topics {
  margin: 0 auto 120px;
  width: 980px;
}

#index .sns_btn {
  text-align: right;
  height: 22px;
  margin: 0 auto 20px;
  position: relative;
}

#index .sns_btn li {
  display: inline-block;
  vertical-align: middle;
}

#index .sns_btn .btn01 {
  margin-right: 5px;
  padding-top: 1px;
  height: 20px;
}

#index .sns_btn .btn02 {
  margin: 0;
}

#index #contents nav {
  width: 980px;
  position: relative;
}

#index #contents nav #main_menu02 > li > ul {
  display: none;
  position: absolute;
  top: 103px;
  width: 301px;
  height: 120px;
  z-index: 100;
}

#index #contents nav #main_menu02 > li > ul li {
  float: left;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu01 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu01 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav01_off.png) 0 0 no-repeat;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu02 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu02 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav02_off.png) 0 0 no-repeat;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu03 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu03 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav03_off.png) 0 0 no-repeat;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu04 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu04 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav04_off.png) 0 0 no-repeat;
}

#index #contents nav #main_menu02 > li > ul li.sub_menu01 a:hover, #index #contents nav #main_menu02 > li > ul li.sub_menu02 a:hover, #index #contents nav #main_menu02 > li > ul li.sub_menu03 a:hover, #index #contents nav #main_menu02 > li > ul li.sub_menu04 a:hover {
  opacity: 0.8;
}

#index #contents nav li {
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}

#index #contents nav li:first-child {
  float: left;
  padding: 0;
}

#index #contents nav.spNav {
  display: none;
}

#index .news {
  border-bottom: 1px solid #3f2816;
  display: table;
  width: 980px;
  height: 130px;
  padding: 0 30px;
  margin: 0 auto 30px;
  color: #ccc;
  background: #22160c url(../img/index_news_bg.png) no-repeat right bottom;
}

#index .news dt {
  display: table-cell;
  vertical-align: middle;
  width: 87px;
}

#index .news dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  font-size: 14px;
  line-height: 24px;
}

/***** header *****/
header {
  background: url(../img/head_bg.jpg) repeat-x center top;
  position: relative;
}

.head_inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

.head_inner h1 {
  padding: 25px 0 0;
  float: left;
}

.head_inner h1 img {
  display: inline;
  margin-right: 12px;
}

.head_inner nav {
  width: 460px;
  padding: 30px 0;
  float: right;
}

.head_inner .spMenu {
  display: none;
}

#main_menu > li > ul {
  display: none;
  position: absolute;
  top: 82px;
  width: 301px;
  z-index: 100;
}

#main_menu > li > ul li {
  float: left;
  text-indent: -9999px;
  margin: 0;
}

#main_menu > li > ul li.sub_menu01 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}

#main_menu > li > ul li.sub_menu01 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav01_off.png) 0 0 no-repeat;
}

#main_menu > li > ul li.sub_menu02 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
}

#main_menu > li > ul li.sub_menu02 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav02_off.png) 0 0 no-repeat;
}

#main_menu > li > ul li.sub_menu03 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}

#main_menu > li > ul li.sub_menu03 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav03_off.png) 0 0 no-repeat;
}

#main_menu > li > ul li.sub_menu04 {
  width: 150px;
  height: 60px;
  border-top: solid 1px #000000;
}

#main_menu > li > ul li.sub_menu04 a {
  display: block;
  width: 150px;
  height: 60px;
  background: url(../img/sub_nav04_off.png) 0 0 no-repeat;
}

#main_menu > li > ul li.sub_menu01 a:hover, #main_menu > li > ul li.sub_menu02 a:hover, #main_menu > li > ul li.sub_menu03 a:hover, #main_menu > li > ul li.sub_menu04 a:hover {
  opacity: 0.8;
}

.head_inner nav li {
  float: left;
  margin-right: 5px;
}

.head_inner nav li:last-child {
  margin: 0;
}

/***** info/drink/food *****/
h2.main_ttl {
  background: #000;
  text-align: center;
}

h2.main_ttl img.sp {
  display: none;
}

#contents {
  width: 980px;
  margin: 0 auto;
  padding: 25px 0;
  overflow: hidden;
  zoom: 1;
}

#contents h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  background: url(../img/h3_line.png) no-repeat left top;
  padding-left: 20px;
}

#contents h3 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #e4d27d;
}

#contents h3.category_ttl {
  margin: 30px auto;
}

#contents .pickup_box {
  width: 100%;
  height: 162px;
  margin: 0 auto 30px;
}

#contents .pickup_box.whisky {
  background: url(../img/drink_pickup_img01.png) no-repeat right bottom;
}

#contents .pickup_box.cocktail {
  background: url(../img/drink_pickup_img02.png) no-repeat right bottom;
}

#contents .pickup_box.food {
  background: url(../img/food_pickup_img01.png) no-repeat right bottom;
}

#contents .pickup_box h4 {
  float: left;
  width: 270px;
  text-align: center;
}

#contents .pickup_box h4 img {
  padding: 20px 0 0;
}

#contents .pickup_box .pickup_detail {
  float: right;
  width: 710px;
}

#contents .pickup_box .pickup_detail dl {
  float: left;
  width: 260px;
}

#contents .pickup_box .pickup_detail dl dt {
  font-size: 14px;
  line-height: 24px;
  color: #ebb589;
  padding: 30px 0 0;
}

#contents .pickup_box .pickup_detail dl dd {
  font-size: 75%;
  line-height: 1.5;
  color: #cccccc;
  padding: 7px 0 0;
}

#contents .side_img {
  width: 240px;
  float: left;
}

#contents .side_img p {
  margin: 0 0 12px;
}

#contents .main {
  width: 710px;
  float: right;
}

#contents .main h4 {
  font-weight: bold;
  color: #fff;
  padding: 0 0 30px;
  font-size: 16px;
}

#contents .main .maker {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 15px;
}

#contents .menu_list {
  width: 710px;
  padding: 0;
  margin: 0 0 50px;
}

#contents .menu_list .left_list {
  float: left;
  width: 340px;
  margin: 0;
  padding: 0;
}

#contents .menu_list .left_list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents .menu_list .right_list {
  float: right;
  width: 340px;
  margin: 0;
  padding: 0;
}

#contents .menu_list .right_list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents .menu_list .menu_txt {
  width: 100%;
  border-bottom: 1px dotted #7d5d43;
  float: left;
  margin: 0 0 20px;
  padding-bottom: 15px;
}

#contents .menu_list .menu_txt:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents .menu_list .menu_txt:last-child {
  margin: 0;
}

#contents .menu_list .menu_txt table {
  width: 100%;
}

#contents .menu_list .menu_txt table .item {
  font-size: 14px;
  width: 290px;
  color: #cccccc;
  padding: 0;
}

#contents .menu_list .menu_txt table .amount {
  font-size: 14px;
  text-align: right;
  color: #ebb589;
  padding: 0;
  line-height: 24px;
}

#contents .menu_list.wine .menu_txt table .item {
  width: 230px;
}

#contents .txt_attention {
  font-size: 14px;
  text-align: right;
  color: #cccccc;
  padding: 0;
  margin: 0 auto 120px;
}

#contents .main_info {
  width: 980px;
  margin: 30px 0;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px dotted #7d5d43;
}

#contents .main_info .shopName {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin: 0 auto 20px;
}

#contents .main_info .access {
  width: 510px;
  float: left;
  color: #ccc;
}

#contents .access_txt dl {
  width: 510px;
  overflow: hidden;
  zoom: 1;
}

#contents .access_txt dt {
  width: 100px;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
  background: #2a2421 url(../img/access_bg.jpg) repeat-x left bottom;
  border: 1px solid #000;
}

#contents .access_txt dt:first-child {
  padding: 20px 0;
}

#contents .access_txt dt.second {
  padding: 30px 0;
}

#contents .access_txt dd {
  font-size: 14px;
  margin-left: 110px;
  padding: 10px 0 20px;
  zoom: 1;
}

#contents .access_txt dd.first {
  padding: 10px 0 45px;
}

  #contents .access_txt .tel{
	  display:none;
	}

#contents .access_monorail {
  padding: 30px 0 0;
}

#contents .access_monorail dt {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

#contents .main_info .map {
  width: 430px;
  float: right;
  color: #ccc;
}

#contents .main_info .map iframe {
  width: 430px;
  height: 375px;
}

#contents .info_photo {
  width: 980px;
  margin: 30px 0;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px dotted #7d5d43;
}

#contents .info_photo:last-child {
  border: none;
  padding: 0;
  margin: 0 0 300px;
}

#contents .info_photo p {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin: 0 auto 20px;
}

#contents .info_photo ul {
  width: 980px;
  margin: 13px 0 0;
  overflow: hidden;
  zoom: 1;
}

#contents .info_photo ul li {
  float: left;
  list-style: none;
  margin-right: 30px;
}

#contents .info_photo ul li.last {
  float: left;
  list-style: none;
  margin-right: 0px;
}

#contents .info_photo ul li img {
  width: 306px;
}

#contents .info_photo ul.spImages {
  display: none;
}

/* common
--------------------------------------------------------------------*/
/* footer */
footer {
  width: 100%;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#322012));
  background: -webkit-linear-gradient(top, #000000, #322012);
  background: -o-linear-gradient(top, #000000, #322012);
  background: linear-gradient(to bottom, #000000, #322012);*/
  font-family:'Noto Serif JP', serif;
  position: relative;
}

footer .pagetop {
  position: absolute;
  top: -54px;
  right: 70px;
}

footer .pagetop a {
  display: block;
}

footer .pagetop a:hover {
  opacity: 0.8;
}

footer #footer {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}

footer #footer .footerNote {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto 30px;
}

footer #footer .shopArea {
  width: 100%;
  margin: 0 auto 40px;
}

footer #footer .shopArea .shopBox {
  float: left;
  width: 480px;
  padding: 30px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#190c02), to(#241911));
  background: -webkit-linear-gradient(top, #190c02, #241911);
  background: -o-linear-gradient(top, #190c02, #241911);
  background: linear-gradient(to bottom, #190c02, #241911);
  margin-right: 20px;
}

footer #footer .shopArea .shopBox:last-child {
  margin: 0;
}

footer #footer .shopArea .shopBox .name {
  font-size: 18px;
  color: #e4d27d;
  margin-bottom: 15px;
}

footer #footer .shopArea .shopBox .address {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

footer #footer .shopArea .shopBox .address span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

footer #footer .shopBox .tel{
	  display:none;
	}

footer #footer .mail {
  text-align: center;
  font-size: 18px;
  color: #ebb589;
  margin: 0 auto 35px;
}

footer #footer .mail a {
  color: #ebb589;
  text-decoration: none;
}

footer #footer .mail a:hover {
  text-decoration: underline;
}

footer #footer .logo {
  text-align: center;
  margin: 0 auto;
}

footer #footer .logo img {
  display: inline-block;
  margin-right: 40px;
}

footer #footer .logo img:last-child {
  margin: 0;
}

footer .copy {
  width: 100%;
  padding: 15px 0;
  background-color: #322012;
  text-align: center;
  font-size: 12px;
  /*color: #ebb589;*/
	color: #fff;
}
