@charset "UTF-8";
main {
  display: block;
}

body {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #252525;
  background: url(../img/common/main_back.gif) repeat center;
  min-width: 1048px;
}

a {
  color: #252525;
  text-decoration: none;
}

.sp {
  display: none;
}

/*---------------------------------------------------------------
ヘッダー
---------------------------------------------------------------*/
#header {
  width: 100%;
  height: 167px;
  background: url(../img/common/header_back.png) repeat-x center top;
  position: relative;
  z-index: 50;
}
#header #head_inner {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}
#header #head_inner h1 {
  float: left;
  padding-top: 5px;
}
#header #head_inner #head_tel {
  float: left;
  margin-left: 90px;
  padding-top: 10px;
}
#header #head_inner #gnav {
  float: right;
  overflow: hidden;
}
#header #head_inner #gnav li {
  float: left;
  margin-left: 30px;
}

/*---------------------------------------------------------------
mv
---------------------------------------------------------------*/
#top_mv {
  position: relative;
  top: -12px;
  z-index: 0;
  height: 490px;
  background-image: url(../img/common/mv_bottom.png), url(../img/common/mv_back.png);
  background-position: center bottom,center top;
  background-repeat: repeat-x, repeat-x;
}
#top_mv #mv {
  height: 470px;
  background: url(../img/index/mv.jpg) no-repeat center top;
  text-indent: -9999px;
}

#page_mv {
  position: relative;
  top: -12px;
  z-index: 0;
  height: 240px;
  background-image: url(../img/common/mv_bottom.png), url(../img/common/pagemv_back.png);
  background-position: center bottom,center top;
  background-repeat: repeat-x, repeat-x;
}
#page_mv #mv {
  height: 220px;
  text-indent: -9999px;
}
#page_mv .about_mv {
  background: url(../img/about/mv.jpg) no-repeat center top;
}
#page_mv .menu_mv {
  background: url(../img/menu/mv.jpg) no-repeat center top;
}
#page_mv .delivery_mv {
  background: url(../img/delivery/mv.jpg) no-repeat center top;
}
#page_mv .info_mv {
  background: url(../img/info/mv.jpg) no-repeat center top;
}

/*---------------------------------------------------------------
footer
---------------------------------------------------------------*/
/*----- ここからが重要なフッター下部設定 -----*/
html, body {
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
}

#main {
  padding-bottom: 410px;
  width: 1024px;
  margin: 0 auto;
}

footer {
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
footer #foot_top {
  background: url(../img/common/foot_back.png) repeat-x center top;
  height: 297px;
  overflow: hidden;
}
footer #foot_top #foot_inner {
  width: 1024px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  overflow: hidden;
}
footer #foot_top #foot_inner .inner_left {
  float: left;
  width: 50%;
}
footer #foot_top #foot_inner .inner_left #foot_logo {
  margin-bottom: 20px;
}
footer #foot_top #foot_inner .inner_left p {
  line-height: 1.8;
}
footer #foot_top #foot_inner .inner_right {
  float: right;
  width: 165px;
}
footer #foot_top #foot_inner .inner_right #fnav {
  border-left: solid 1px #4e433b;
  padding-left: 40px;
}
footer #foot_top #foot_inner .inner_right #fnav li {
  margin-bottom: 20px;
}
footer #foot_top #foot_inner .inner_right #fnav li a {
  color: #fff;
  font-size: 12px;
}
footer #foot_top #foot_inner .inner_right #fnav li a:hover {
  text-decoration: underline;
}
footer #copy {
  background: url(../img/common/copy_back.gif) repeat-x;
  height: 50px;
  text-align: center;
  line-height: 53px;
  font-size: 11px;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

/*---------------------------------------------------------------
コンテンツ汎用
---------------------------------------------------------------*/
#main {
  padding-top: 50px;
}

.hl_1 {
  text-align: center;
  margin-bottom: 50px;
}

/*---------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
#top_page #sec_1 {
  margin-bottom: 80px;
}
#top_page #greet {
  width: 550px;
  float: left;
  border-bottom: solid 1px #542c0f;
  padding-bottom: 20px;
}
#top_page #greet h2 {
  background: url(../img/common/hl_back_1.png) repeat-x;
  padding: 20px 0;
  border-bottom: solid 1px #542c0f;
  margin-bottom: 20px;
}
#top_page #greet p {
  margin-bottom: 20px;
}
#top_page #greet p:last-child {
  margin-bottom: 0;
}
#top_page #news {
  width: 428px;
  height: 539px;
  float: right;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px 30px 30px;
}
#top_page #news h2 {
  margin-bottom: 20px;
}
#top_page #news .loop_area {
  height: 430px;
  overflow: hidden;
  overflow-y: scroll;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top_page #news .loop_area .box {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #b8a075;
}
#top_page #news .loop_area .box .icatch {
  float: left;
  margin-right: 15px;
}
#top_page #news .loop_area .box .square-thumb {
  width: 66px;
  height: 66px;
}
#top_page #news .loop_area .box .inner_right {
  float: left;
  width: 270px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top_page #news .loop_area .box .inner_right .date {
  font-size: 11px;
  color: #555;
}
#top_page #news .loop_area .box .inner_right h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
#top_page #news .loop_area .box .inner_right .content {
  line-height: 1.5;
}
#top_page #b_btn ul li {
  float: left;
  margin-right: 20px;
}
#top_page #b_btn ul li:last-child {
  margin-right: 0;
}

/*---------------------------------------------------------------
こだわり
---------------------------------------------------------------*/
#about_page #sec_1 {
  margin-bottom: 150px;
}
#about_page #sec_1 .content {
  overflow: hidden;
  position: relative;
  background: url(../img/about/unagi_back.png) no-repeat left 60px;
  margin-bottom: 50px;
}
#about_page #sec_1 .content h3 {
  margin-bottom: 50px;
}
#about_page #sec_1 .content .txt {
  width: 420px;
  position: absolute;
  bottom: 60px;
}
#about_page #sec_1 .content .txt p {
  margin-bottom: 15px;
}
#about_page #sec_1 .content .img {
  float: right;
  width: 578px;
}
#about_page #sec_1 .content .img p:nth-child(1) {
  padding-left: 60px;
  margin-bottom: 30px;
}
#about_page #sec_2 ul li {
  margin-bottom: 30px;
}

/*---------------------------------------------------------------
お品書き
---------------------------------------------------------------*/
#menu_page .section {
  overflow: hidden;
  min-height: 568px;
}
#menu_page .section h3 {
  background: url(../img/common/hl_back_1.png) repeat-x;
  padding-top: 30px;
  margin-bottom: 20px;
}
#menu_page .section article h4 {
  font-size: 20px;
  font-weight: bold;
  background: url(../img/menu/menu_ico.png) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 10px;
}
#menu_page .section article dl {
  overflow: hidden;
  width: 477px;
  font-size: 16px;
  border-top: dotted 1px #76533a;
  padding-top: 20px;
}
#menu_page .section article dl dt {
  float: left;
}
#menu_page .section article dl dd {
  text-align: right;
  border-bottom: dotted 1px #76533a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#menu_page .section article dl dd:last-child {
  margin-bottom: 5px;
}
#menu_page .section p.red {
  clear: both;
  padding-top: 30px;
  text-align: right;
}
#menu_page #sec_1 {
  background: url(../img/menu/syokuji_img.png) no-repeat right 90px;
  margin-bottom: 100px;
}
#menu_page #sec_1 .unaju {
  margin-bottom: 50px;
}
#menu_page #sec_1 .unadon {
  float: left;
}
#menu_page #sec_1 .kabayaki {
  float: right;
}
#menu_page #sec_2 {
  background: url(../img/menu/tsumami_img.png) no-repeat right 90px;
  margin-bottom: 50px;
}
#menu_page #sec_2 h3 {
  margin-bottom: 50px;
}
#menu_page #sec_2 p.red {
  margin-top: 130px;
}
#menu_page #sec_3 {
  background: url(../img/menu/drink_img.png) no-repeat right 90px;
  margin-bottom: 50px;
}
#menu_page #sec_3 h3 {
  margin-bottom: 50px;
}
#menu_page #sec_3 p.red {
  margin-top: 60px;
}
#menu_page #sec_3 span.small {
  font-size: 12px;
}

/*---------------------------------------------------------------
出前
---------------------------------------------------------------*/
#delivery_page #sec_1 {
  margin-bottom: 130px;
}
#delivery_page #sec_1 .content {
  background: url(../img/delivery/demaecontent_back.jpg);
  height: 515px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
}
#delivery_page #sec_1 .content h3 {
  margin-bottom: 45px;
}
#delivery_page #sec_1 .content ul {
  margin-bottom: 40px;
}
#delivery_page #sec_1 .content ul li {
  margin-bottom: 30px;
}
#delivery_page #sec_1 .content ul li:last-child {
  margin-bottom: 0;
}
#delivery_page #sec_2 {
  background: url(../img/common/hl_back_1.png) repeat-x;
  position: relative;
  overflow: hidden;
}
#delivery_page #sec_2 > h2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
#delivery_page #sec_2 .map {
  position: relative;
  left: 80px;
}
#delivery_page #sec_2 .txt {
  width: 445px;
  position: absolute;
  top: 300px;
  right: 0;
}
#delivery_page #sec_2 .txt h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

/*---------------------------------------------------------------
店舗案内
---------------------------------------------------------------*/
#info_page #sec_1 {
  margin-bottom: 100px;
  background: url(../img/info/info_back.png) no-repeat center 150px;
}
#info_page #sec_1 .information {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 45px;
  overflow: hidden;
}
#info_page #sec_1 .information dl {
  width: 432px;
  float: right;
}
#info_page #sec_1 .information dl dt {
  font-weight: bold;
  font-size: 16px;
  background: url(../img/info/hl_ico.png) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 10px;
}
#info_page #sec_1 .information dl dd {
  border-bottom: dotted 1px #76533a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#info_page #sec_1 .information dl dd span.tel {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #883333;
  font-size: 30px;
  line-height: 1;
}
#info_page #sec_1 .mes {
  background-image: url(../img/common/hl_back_1.png), url(../img/common/hl_bottom.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x,repeat-x;
  padding: 30px 0;
  width: 934px;
  margin: 0 auto;
  overflow: hidden;
}
#info_page #sec_1 .mes h3 {
  color: #553314;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 26px;
  background: url(../img/info/hl_ico2.png) no-repeat left center;
  padding-left: 38px;
  margin-bottom: 30px;
}
#info_page #sec_1 .mes .txt {
  width: 545px;
  font-size: 16px;
  float: left;
}
#info_page #sec_1 .mes .tel_ico {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  width: 300px;
}
#info_page #sec_2 {
  margin-bottom: 50px;
}
#info_page #sec_2 #gmap {
  border: double 3px #542c0f;
}

/*---------------------------------------------------------------
その他
---------------------------------------------------------------*/
.tel_ico {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #883333;
  font-size: 30px;
  background: url(../img/common/ico_tel.png) no-repeat;
  padding-left: 60px;
  font-weight: bold;
  line-height: 58px;
}
