@charset "utf-8";

/************* 基本レイアウト***************/
/* ブランディング　トップページスライドショー*/
#slideshow {
  position: relative;
  background: url("../img/header-bar.jpg") left top repeat-x  ,
         url("../img/header-bar.jpg") left bottom repeat-x  ;
  background-repeat: repeat-x;
  height:auto;
  background-color:#000;
}

/************* トップページサブメニュー***************/
#top-menu {
  width:100%;
  margin: 0 auto;
}

#top-menu-wrap {
  width:100%;
  background-image: url("../img/bg1.jpg");
}
#sub-menu{
  color: #000;
  width:100%;
}
#news{
    width:100%;
    margin: 0 auto;
}

/* 料理メニュー　*/
#menu {
  width:100%;
  padding-top:100px;
  padding-bottom:100px;
}



/************* サブメニューレイアウト***************/
#sub-menu ul {
  background: #562A1E;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align:center;
  background-image: url("../img/sub-menu-bg.jpg");
  overflow: hidden;
}

#sub-menu ul li{
  border-bottom: 1px dotted #fff;
}
/* 最後はラインを描かない */
#sub-menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#sub-menu ul li a {
  text-decoration:none;
  display: block;
  color: #fff;
  padding: 3% 0;
}
#sub-menu ul li a::after {
  background-color: rgba(0,0,0,0)!important;  /* 下線エフェクト非表示*/
}
#sub-menu ul li a br{
  display: none;
}



/************* お知らせ ***************/
#news h2{
  width:90%;
  display:block;
  background-image: url("../img/news-bar.jpg");
  padding-top:15px;
  margin-top:2%;
  margin-left:4%;
  padding-left:2%;
  height:35px;
  color:#fff;
  overflow: hidden;
}
#news .top-h-font-long{
/*  font-size:2.2vmin;*/
  padding-top:10px;
  padding-left:2%;
  height:52px!important;
}

#news img{
  margin-top:2%;
  margin-left:5%;
  width: 86%;
}
#news-link
{
  text-align: right;
  margin:2% 0 5% 0;
}
#news-link a
{
  display:inline-block;
  background-image : url(../image/r-arrow.png);
  background-repeat: no-repeat;
  width:220px;
  padding-right:5%;
}
#news ul
{
  margin:0;
  margin-left:8%;
  padding:0;
  list-style: none;
  padding-right:5%;
}
#news ul li
{
  background-image : none;
  margin:0;
  padding:0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e2e2e2;

}
#news ul li a
{
  margin:0;
  line-height:150%;
  text-indent:0px;
}


/************* トップページ料理メニュー***************/
#menu section {
  width:100%;
}
#menu section img {
  width:70%;
  height:70%;
}
#menu section h2 {
  padding-bottom:5%;
  text-align: center;
}
#menu section a {
  margin-bottom:5%;
}


/** 950px以上　**/
@media(min-width:950px){

  #slideshow {
    height:460px;
    padding-top:5px;
  }
  #slideshow img {
    width:950px;
    height:450px;
  }
  #top-menu-wrap {
    width:950px;
    margin: 0 auto;
  }
  #sub-menu{
    float:left;
    width:290px;
    margin-top:30px;
    margin-left:30px;
  }
  #news{
    float:right;
    width:630px;
    margin-top:30px;
  }
  #news img{
    margin-top:2%;
    margin-left:8%;
  }
  #news h2{
    display:block;
    margin:5px;
    margin-left:20px;
    width:585px;
    padding-left:15px;
    padding-top:15px!important;
    font-size:110%;
    color:#fff;

  }
  #news .top-h-font-long{
    height:35px!important;
  }

  #sub-menu ul {
    list-style: none;
    background-image: url("../img/bg1.jpg");
  }
  #sub-menu ul li{
    display:block;
    width:280px;
    height:140px;
    margin:5px;
    text-align: left;
  }
  #sub-menu ul li a{
    display:block;
    text-decoration:none;
    width:240px;
    padding-left:40px;
    height:80px;
    padding-top:60px;
  }

  #sub-menu ul li a br{
    display: inline;
  }

  #sub-menu ul li#top-menu-reservation a{
    height:90px;
    padding-top:50px;
  }

  #sub-menu ul li#top-menu-week_recommend{
    background-image: url("../img/top-week-menu-recommend.jpg");
  }
  #sub-menu ul li#top-menu-month_recommend{
    background-image: url("../img/top-month-menu-recommend.jpg");
  }
  #sub-menu ul li#top-menu-lunch{
    background-image: url("../img/top-menu-lunch.jpg");
  }
  #sub-menu ul li#top-menu-reservation{
    background-image: url("../img/top-menu-reservation.jpg");
  }
  #sub-menu ul li#top-menu-coupon{
    background-image: url("../img/top-menu-coupon.jpg");
  }
  #sub-menu ul li#top-menu-coupon a{
  padding-top:40px!important;
  }

  #menu section {
    width:950px;
  }
  #menu section img {
    width:245px;
    height:183px;
  }
  #menu section h2 {
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
  }
  #menu section a {
    margin-bottom:20px;
  }

}
