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

body {
  -webkit-text-size-adjust: 100%;
  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;
}

a {
  color: #242424;
  text-decoration: underline;
}

.pc {
  display: none;
}

/*---------------------------------------------------------------
ヘッダー
---------------------------------------------------------------*/
header #spmenu {
  width: 56px;
  height: 56px;
  background: #2a441a;
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 20000;
  padding-top: 15px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* box-shadow */
  box-shadow: rgba(35, 56, 10, 0.63922) 0px 0px 6px 2px inset;
  -webkit-box-shadow: rgba(35, 56, 10, 0.63922) 0px 0px 6px 2px inset;
  -moz-box-shadow: rgba(35, 56, 10, 0.63922) 0px 0px 6px 2px inset;
}
header #spmenu span {
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  margin: 0 auto 10px auto;
  transition: all .2s;
}
header #spmenu.active .first {
  -webkit-transform: translate(0px, 12px) rotate(-45deg);
  -moz-transform: translate(0px, 12px) rotate(-45deg);
  transform: translate(0px, 12px) rotate(-45deg);
  width: 40px;
}
header #spmenu.active .second {
  opacity: 0;
}
header #spmenu.active .third {
  -webkit-transform: translate(0px, -12px) rotate(45deg);
  -moz-transform: translate(0px, -12px) rotate(45deg);
  transform: translate(0px, -12px) rotate(45deg);
  width: 40px;
}
header #s_gnav {
  display: none;
  border: 5px solid #2a441a;
  position: absolute;
  top: 82px;
  padding-left: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header #s_gnav li {
  font-weight: bold;
}
header #s_gnav li a {
  height: 50px;
  display: block;
  line-height: 50px;
  padding: 0 30px;
  text-decoration: none;
  border-bottom: dotted 1px #ccc;
}
header #s_gnav .dropDown span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-bottom: dotted 1px #ccc;
}
header #s_gnav .dropDown ul {
  display: none;
}
header #s_gnav .dropDown ul li a {
  background: #f0f1f2;
  padding-left: 50px;
}

#header {
  width: 100%;
  background: url(../img/common/header_back.png) repeat-x center top;
  position: relative;
  z-index: 50;
}
#header #logo {
  width: 200px;
  padding: 20px 0 10px 10px;
}
#header #logo img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
mv
---------------------------------------------------------------*/
#top_mv {
  height: 171px;
  overflow: hidden;
  background: url(../img/common/mv_bottom.png) repeat-x center bottom;
}
#top_mv #mv {
  height: 150px;
  background: url(../img/index/mv.jpg) no-repeat center;
  text-indent: -9999px;
  background-size: cover;
}

#page_mv {
  height: 89px;
  overflow: hidden;
  background: url(../img/common/mv_bottom.png) repeat-x center bottom;
}
#page_mv #mv {
  height: 68px;
  text-indent: -9999px;
  background-size: cover;
}
#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: 550px;
  margin: 0 auto;
}

footer {
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
footer a {
  color: #fff;
}
footer #foot_top {
  background: url(../img/common/foot_back.png) repeat-x;
  overflow: hidden;
}
footer #foot_top #foot_inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
footer #foot_top #foot_inner .inner_left {
  padding: 40px 20px 20px;
}
footer #foot_top #foot_inner .inner_left #foot_logo {
  width: 200px;
  margin: 0 auto 20px auto;
}
footer #foot_top #foot_inner .inner_left #foot_logo img {
  width: 100%;
  height: auto;
}
footer #foot_top #foot_inner .inner_left p {
  line-height: 1.8;
  text-align: center;
}
footer #foot_top #foot_inner .inner_right #fnav {
  background: url(../img/common/mv_back.png) repeat;
  border-top: solid 1px #3d2510;
}
footer #foot_top #foot_inner .inner_right #fnav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-top: solid 1px #564d45;
  border-bottom: solid 1px #3d2510;
}
footer #foot_top #foot_inner .inner_right #fnav li:last-child a {
  border-bottom: none;
}
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: 10px;
  right: 10px;
  width: 40px;
}
#pagetop img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
コンテンツ汎用
---------------------------------------------------------------*/
#main {
  padding-top: 30px;
}
#main .page {
  padding: 15px;
}

.hl_1 {
  margin: 0 auto;
  width: 90%;
  text-indent: -5%;
  margin-bottom: 50px;
}
.hl_1 img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
#top_page #sec_1 {
  margin-bottom: 50px;
}
#top_page #greet {
  border-bottom: solid 1px #542c0f;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#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 h2 img {
  width: 100%;
  height: auto;
}
#top_page #greet p {
  margin-bottom: 20px;
}
#top_page #greet p:last-child {
  margin-bottom: 0;
}
#top_page #news {
  height: 539px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 20px 20px;
}
#top_page #news h2 {
  margin-bottom: 20px;
}
#top_page #news h2 img {
  width: 100%;
  height: auto;
}
#top_page #news .loop_area {
  height: 440px;
/*  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 {
  display: inline-block !important;
  float: left;
  margin-right: 10px;
}
#top_page #news .loop_area .box .square-thumb {
  width: 66px;
  height: 66px;
}
#top_page #news .loop_area .box .inner_right {
  display: inline;
  -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;
  padding-top: 15px;
}
#top_page #news .loop_area .box .inner_right h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
#top_page #news .loop_area .box .inner_right .content {
  line-height: 1.5;
}
#top_page #b_btn ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
#top_page #b_btn ul li img {
  width: 100%;
  height: auto;
}
#top_page #b_btn ul li:nth-child(2n) {
  margin-right: 0;
}

/*---------------------------------------------------------------
こだわり
---------------------------------------------------------------*/
#about_page #sec_1 {
  margin-bottom: 80px;
}
#about_page #sec_1 .content {
  overflow: hidden;
  position: relative;
  background: url(../img/about/unagi_back.png) no-repeat left 60px;
  background-size: contain;
  margin-bottom: 50px;
}
#about_page #sec_1 .content h3 {
  margin: 0 auto 30px auto;
  width: 60%;
}
#about_page #sec_1 .content h3 img {
  width: 100%;
  height: auto;
}
#about_page #sec_1 .content .txt p {
  margin-bottom: 10px;
}
#about_page #sec_1 .content .img p {
  float: left;
  width: 49%;
}
#about_page #sec_1 .content .img p img {
  width: 100%;
  height: auto;
}
#about_page #sec_1 .content .img p:nth-child(1) {
  margin-right: 2%;
}
#about_page #sec_1 p.mes img {
  width: 100%;
  height: auto;
}
#about_page #sec_2 {
  margin-bottom: 50px;
}
#about_page #sec_2 ul li {
  margin-bottom: 30px;
}
#about_page #sec_2 ul li img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
お品書き
---------------------------------------------------------------*/
#menu_page .section {
  overflow: hidden;
}
#menu_page .section h3 {
  background: url(../img/common/hl_back_1.png) repeat-x;
  padding-top: 30px;
  margin-bottom: 20px;
}
#menu_page .section h3 img {
  width: 50%;
  height: auto;
}
#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;
  font-size: 16px;
  border-top: dotted 1px #76533a;
  padding-top: 20px;
}
#menu_page .section article dl dd {
  text-align: right;
  border-bottom: dotted 1px #76533a;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#menu_page .section article dl dd:last-child {
  margin-bottom: 5px;
}
#menu_page .section p.red {
  margin-top: 10px;
  text-align: right;
}
#menu_page #sec_1 {
  margin-bottom: 50px;
}
#menu_page #sec_1 .unaju {
  margin-bottom: 50px;
}
#menu_page #sec_1 .unadon {
  margin-bottom: 50px;
}
#menu_page #sec_2 {
  margin-bottom: 50px;
}
#menu_page #sec_2 h3 {
  margin-bottom: 30px;
}
#menu_page #sec_3 {
  margin-bottom: 50px;
}
#menu_page #sec_3 h3 {
  margin-bottom: 30px;
}
#menu_page #sec_3 span.small {
  font-size: 12px;
}

/*---------------------------------------------------------------
出前
---------------------------------------------------------------*/
#delivery_page #sec_1 {
  margin-bottom: 80px;
}
#delivery_page #sec_1 .content {
  background: url(../img/delivery/demaecontent_back.jpg);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#delivery_page #sec_1 .content h3 {
  margin-bottom: 25px;
}
#delivery_page #sec_1 .content h3 img {
  width: 100%;
  height: auto;
}
#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_1 .content p.tel {
  width: 250px;
}
#delivery_page #sec_1 .content p.tel img {
  width: 100%;
  height: auto;
}
#delivery_page #sec_2 {
  background: url(../img/common/hl_back_1.png) repeat-x;
  margin-bottom: 50px;
}
#delivery_page #sec_2 > h2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
#delivery_page #sec_2 .map {
  margin-bottom: 20px;
}
#delivery_page #sec_2 .map img {
  width: 100%;
  height: auto;
}
#delivery_page #sec_2 .txt h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

/*---------------------------------------------------------------
店舗案内
---------------------------------------------------------------*/
#info_page #sec_1 {
  margin-bottom: 80px;
}
#info_page #sec_1 .information {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
}
#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 .information dl dd span.tel a {
  color: #883333;
  text-decoration: none;
}
#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;
  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 {
  font-size: 16px;
  margin-bottom: 20px;
}
#info_page #sec_1 .mes .tel {
  width: 250px;
}
#info_page #sec_1 .mes .tel img {
  width: 100%;
  height: auto;
}
#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;
}
.tel_ico a {
  color: #883333;
  text-decoration: none;
}
