@charset "UTF-8";

/*
下層ページのスタイル

COMMON PARTS
menu
  おしながきで共通で使うパーツ
  【共通】カテゴリから選ぶ
  牛たん定食
  平日限定ランチ
  宮城の地酒・お飲み物
  宴会プラン

restaurant
  店舗一覧
  店舗詳細

shop
company
news
contact
career

*/

/* ==========================================================================
   COMMON PARTS
   ========================================================================== */

/* メインコンテンツ
   ----------------------------------------------------------------- */
 /* ヘッダーfixedのため */
.main-wrap { padding-top: 50px; }

/* メインイメージ
   ----------------------------------------------------------------- */
.l-layer-maimimg {
  position: relative;
  width: 100%;
  padding-top: 65.625%;
  margin-bottom: 20px;
}

/* 共通用 */
.layer-mainimg-common {
  background: #221c05 url("../../images/mainimg/common/img_mainimg_common.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* おしながき用 */
.layer-mainimg-menu {
  padding-top: 50%;
  margin-bottom: 30px;
  background: #221c05 url("../../images/mainimg/menu/img_mainimg_menu.png") center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* 店舗案内用 */
.layer-mainimg-restaurant {
  /*padding-top: 75%;*/
  margin-bottom: 30px;
  background: #221c05 url("../../images/mainimg/restaurant/img_mainimg_restaurant.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* お土産・牛たん弁当用 */
.layer-mainimg-shop {
  margin-bottom: 30px;
  background: #221c05 url("../../images/mainimg/shop/img_mainimg_shop.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.mainimg-headline {
  position: absolute;
  bottom: -15px;
  left: 4.6875%;
  display: inline-block;
  width: 12.5%; /* 80px */
  padding: 3.125%; /* 20px */
  background-color: #382f15;
  text-align: center;
}

/* お品書き用見出し（お品書きのみ二列） */
.mainimg-headline-menu {
  position: absolute;
  bottom: -15px;
  left: 4.6875%;
  width: 89px;
}

/* 店舗案内用 */
.mainimg-headline-restaurant {
  width: 13.75%; /* 88px */
  padding: 3.59375% 3.4375%; /* 23px 22px */
}

/* 見出し
   ----------------------------------------------------------------- */
/* 基本の見出し */
.headline-01 {
  margin-bottom: 10px;
  padding: 8px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  color: #2c323e;
  text-align: center;
  background: url("../../images/common/bg_ttl.png") center center no-repeat;
  -webkit-background-size: 62px 67px;
  background-size: 62px 67px;
}

.headline-en-wrap {
  display: block;
  margin-top: 7px;
  font-weight: 300;
  border-top: 1px solid #596171;
}

.headline-en {
  display: block;
  margin-top: 3px;
  padding-top: 4px;
  font-family: "Times New Roman";
  font-size: 15px;
  color: #a6aab4;
  border-top: 1px solid #596171;
}

/* 小さい善アイコン付きの見出し */
.headline-02 {
  margin-bottom: 15px;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  background: url("../../images/common/ico_zen.png") left center no-repeat;
  -webkit-background-size: 17px 18px;
  background-size: 17px 18px;
}

.headline-03 {
  margin-bottom: 10px;
  padding: 10px 12px;
  font-family : YuMincho, "游明朝", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #81713f;
  border-radius: 2px;
}

/* コンテンツの枠 */
.common-txt-wrap {
  margin-bottom: 40px;
  padding: 0 3.125%;
}

/* コンテンツのテキスト */
.txt-common { margin-bottom: 18px; }

/* パンくず
   ----------------------------------------------------------------- */
.breadcrumb {
  margin-bottom: 15px;
  padding: 0 4.6875%;
  font-size: 11px;
}

.breadcrumb-item,
.breadcrumb-item-last { display: inline-block; }

.breadcrumb-item {
  margin-right: 8px;
  padding-right: 15px;
  background: url("../../images/common/ico_breadcrumb_arrow.png") right center no-repeat;
  background-size: 6px 6px;
}

.breadcrumb-item a {
  display: block;
  padding-left: 20px;
  color: #b3994a;
  background: url("../../images/common/ico_breadcrumb_home.png") left center no-repeat;
  background-size: 15px 12px;
}

.breadcrumb-item-last { color: #2b323f; }


/* ==========================================================================
   menu
   ========================================================================== */
/* おしながきで共通で使うパーツ
   ----------------------------------------------------------------- */
/* メニュー名
   ---------------------------------- */
.ttl-menu01 {
  padding: 13px 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #fff;
  background-color: #81713f;
}

.ttl-menu-sub {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.ttl-menu-min {
  display: inline-block;
  padding-left: 10px;
  font-size: 11px;
}

.ttl-menu02 {
  padding: 11px 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #fff;
  background-color: #81713f;
}

.ttl-menu03 {
  padding: 11px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #fff;
  background-color: #81713f;
}

.ttl-menu04 {
  padding: 13px 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #fff;
  background-color: #81713f;
}

.ttl-menu05 {
  padding: 12px 0 11px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #fff;
  background-color: #81713f;
}

/* テキスト枠
   ---------------------------------- */
.menu-txt-block01 {
  padding: 3.3333333333%; /* 20px */
  padding-right: 1.6666666667%;
  color: #fff;
  margin-bottom: 20px;
  background: #262930 url("../../images/common/bg_mosaic_black.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.menu-txt-block02 {
  padding: 3.3333333333%; /* 20px */
  padding-top: 12px;
  color: #2b323f;
  margin-bottom: 20px;
  background: #262930 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.menu-txt-block03 {
  padding: 3.3333333333%; /* 20px */
  padding-top: 15px;
  color: #2b323f;
  margin-bottom: 20px;
  background: #262930 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.menu-txt-block04 {
  padding: 4.1666666667% 3.3333333333%; /* 25px 20px */
  color: #fff;
  background: #262930 url("../../images/common/bg_mosaic_black.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.menu-txt-block05 {
  padding: 3.3333333333%; /* 20px */
  padding-top: 15px;
  color: #fff;
  margin-bottom: 20px;
  background: #262930 url("../../images/common/bg_mosaic_black.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

/* 価格
   ---------------------------------- */
.txt-menu-price01 {
  margin-bottom: 10px;
  padding: 0 1.7857142857% 10px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #c1b190;
}

.txt-menu-price02 {
  margin-bottom: 13px;
  padding: 0 1.7857142857%;
  font-weight: 700;
  line-height: 1;
}

.txt-menu-price03 {
  margin-bottom: 10px;
  padding: 0 1.7857142857% 13px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #4e5766;
}

/* 「単品」アイコン */
.ico-menu-price-single {
  display: inline-block;
  margin: 0 5px 0 2px;
  padding: 2px;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #2c323e;
}

/* 税別 */
.txt-menu-price-tax { font-size: 10px; }

.price-wrap {
  margin-bottom: 10px;
  overflow: hidden;
}

.price-block-left,
.price-block-right {
  float: left;
  display: table;
}

.price-block-left {
  width: 50.175438596%;
  margin-right: 7px;
}

.price-block-right { width: 47.368421053%; }

.price-block-th,
.price-block-td,
.price-block-th02,
.price-block-td02 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.price-block-th {
  width: 32.167832168%;
  height: 30px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #262930;
  background-color: #fff;
}

.price-block-th span { font-size: 10px; }

.price-block-td {
  width: 67.832167832%;
  padding-left: 5px;
  font-weight: 700;
}

.price-block-th02 {
  width: 28.148148148%;
  height: 30px;
  font-size: 11px;
  border: 1px solid #fff;
}

.price-block-td02 {
  width: 71.851851852%;
  padding-left: 5px;
  font-weight: 700;
}

/* テキスト
   ---------------------------------- */
.txt-menu-point {
  padding: 0 1.7857142857%;
  margin-bottom: 5px;
  color: #847136;
  line-height: 1.4;
}

.txt-menu01 {
  margin-bottom: 10px;
  line-height: 1.4;
}

.txt-menu02 {
  margin-bottom: 10px;
  line-height: 1;
}

.txt-menu03 {
  margin-bottom: 10px;
  /* padding-left: 1.7857142857%; */
  padding: 0 1.7857142857%;
}

.txt-menu04 {
  margin-bottom: 10px;
  padding: 3px 0;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #847136;
  background-color: #d0c5af;
}

/* 写真についての注意書き */
.txt-menu-image {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #fff;
}

/* 提供店舗
   ---------------------------------- */
.menu-store-list01 {
  width: 280px;
  font-size: 0;
}

.menu-store-list01 li {
  display: inline-block;
  margin-bottom: 5px;
}

.menu-store-list01 li:nth-of-type(odd) { margin-right: 4px; }

.menu-store-list01 a {
  display: block;
  width: 138px;
  padding: 8px 0;
  color: #c7722b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #f4f1ea url("../../images/common/ico_store.png") 10px center no-repeat;
  -webkit-background-size: 12px 11px;
  background-size: 12px 11px;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

/* 店名が長い場合にpl付けて調整 */
.menu-store-long { padding-left: 10px; }


/* 2カラムの場合のデザイン
   ---------------------------------- */
.menu-item-col2-01 {
  float: left;
  width: 48.333333333%;
}

.menu-item-col2-02 {
  float: right;
  width: 48.333333333%;
}

.menu-txt-block-col2 {
  /* padding: 6.8965517241%; */ /* 20px */
  padding: 10px;
  padding-top: 15px;
  color: #2b323f;
  margin-bottom: 20px;
  background: #262930 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.txt-menu-price-col2 {
  margin-bottom: 15px;
  padding: 0 5px;
  font-weight: 700;
  line-height: 1;
}

/* 最後のアイテム以外全てにmbを適用 */
.menu-store-list-col2 li:not(:last-child) { margin-bottom: 5px; }

.menu-store-list-col2 a {
  display: block;
  padding: 8px 0;
  padding-left: 35px;
  color: #c7722b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  /* text-align: center; */
  background: #f4f1ea url("../../images/common/ico_store.png") 10px center no-repeat;
  -webkit-background-size: 12px 11px;
  background-size: 12px 11px;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

/* 【共通】カテゴリから選ぶ
   ----------------------------------------------------------------- */
.menu-category-wrap {
  margin-bottom: 20px;
  padding: 0 3.125%;
}

.menu-category {
  font-weight: 700;
  line-height: 1;
  color: #81713f;
  background-color: #f4f1ea;
  border: 1px solid #81713f;
  border-radius: 3px;
}

.menu-category-accordion {
  position: relative;
  padding: 17px;
  font-size: 14px;
}

.menu-category-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-color: #81713f;
}

/* プラスの横線 */
.menu-category-plus:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

/* プラスの縦線 */
.menu-category-accordion:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 9px; */
  right: 26px;
  margin: auto 0;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* 開いた時マイナスにする */
.menu-category-accordion.minus:after {
  width: 0px;
  height: 0px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.menu-category-body {
  display: none;
  padding: 0 3.3444816054% 3.3444816054%;
}

.menu-category-item-first { margin-bottom: 10px; }

.menu-category-item-first a {
  display: block;
  padding: 21px 0;
  font-family : YuMincho, "游明朝", serif;
  font-size: 15px;
  text-align: center;
  color: #81713f;
  background-color: #fff;
  border: 1px solid #81713f;
  border-radius: 3px;
}

.menu-category-item {
  width: 48.387096774%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #81713f;
  border-radius: 3px;
}

.menu-category-a01 {
  display: block;
  padding: 20px 0;
  font-family : YuMincho, "游明朝", serif;
  font-size: 15px;
  text-align: center;
  color: #81713f;
}

.menu-category-a02 {
  display: block;
  padding: 27px 0 28px;
  font-family : YuMincho, "游明朝", serif;
  font-size: 15px;
  text-align: center;
  color: #81713f;
}

.menu-category-item:nth-of-type(odd) { float: left; }

.menu-category-item:nth-of-type(even) { float: right; }


/* 牛たん定食
   ----------------------------------------------------------------- */
/* TOPの「いち押し」からのリンク */
#shintyutan-tesiyoku,
#gyutan-stew {
  margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}

/* スライド
   ---------------------------------- */
.ttl-intro-teisyoku {
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family : YuMincho, "游明朝", serif;
  line-height: 1.3;
  color: #2b323f;
}

.teisyoku-slide {
  margin-bottom: 35px;
  padding: 0 30px;
}

.slider-wrap {
  margin-bottom: 10px;
  padding: 0 10px;
}

.sp-slide img {
  width: 100%;
}

/* イントロのリンク
----------------------- */
.intro-teisyoku-link { text-decoration: underline; }


/* お好みで追加できる！単品メニュー
   ---------------------------------- */
.ttl-tanpin {
  padding: 13px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #262930 url("../../images/common/bg_mosaic_black.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.tanpin-body {
  margin-bottom: 23px;
  padding: 15px 3% 13px;
  background: #fff url("../../images/common/bg_mosaic_white.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  border: 1px solid #25282e;
}

.tanpin-item {
  float: left;
  width: 28.46975089%;
  margin-right: 7.1174377224%;
  text-align: center;
}

.name-tanpin {
  margin-bottom: 7px;
  padding: 3px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #81713f;
  border-radius: 2px;
}

.price-tanpin {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #2c323e;
}

.tanpin-image01 {
  width: 62px;
  margin-bottom: 2px;
}

.tanpin-image02 {
  width: 60px;
  margin-bottom: 2px;
}

.tanpin-image03 {
  width: 54px;
  margin-bottom: 2px;
}

/* 「美味しい牛たん」を味わってほしいから、
   ---------------------------------- */
.teisyoku-bui {
  margin-bottom: 40px;
  padding: 16px 5% 20px;
  border: 1px solid #262930;
}

.ttl-teisyoku-bui {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family : YuMincho, "游明朝", serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #2b323f;
  border-bottom: 1px solid #262930;
}

.txt-teisyoku-bui-point {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  font-weight: 700;
  text-align: center;
  color: #81713f;
}

/* 平日限定ランチ
   ----------------------------------------------------------------- */
/* インフォメーション
   ---------------------------------- */
.lunch-info-block {
  margin-bottom: 10px;
  padding: 13px;
  border: 2px solid #914b3a;
}

.lunch-info-time {
  padding-left: 7px;
}

.lunch-info-time img {
  width: 259px;
  height: 29px;
}

.txt-lunch-info-point {
  font-weight: 700;
  color: #914b3a;
}

.lunch-info-caution {
  margin-bottom: 25px;
  padding: 0 17px;
}

.lunch-info-caution-txt {
  text-indent: -12px;
  color: #2c313d;
}

/* 麦めしのおかわり1回無料サービス！
   ---------------------------------- */
.lunch-sub-item {
  position: relative;
  margin-bottom: 10px;
  padding: 16px 0;
  padding-left: 70px;
  color: #2d3649;
  background: #fff url("../../images/common/bg_mosaic_white.png");
  background-size: 50px 50px;
  border-radius: 2px;
}

.lunch-sub-item span {
  font-weight: 700;
  color: #81713f;
}

.lunch-sub-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  width: 50px;
  height: 34px;
}


/* 宮城の地酒・お飲み物
   ----------------------------------------------------------------- */
/* 宮城の地酒のリスト
   ---------------------------------- */
.txt-menu-sake { line-height: 1.4; }

.menu-txt-block-sake {
  padding: 5%;
  padding-bottom: 5.8333333333%;
  color: #2b323f;
  margin-bottom: 20px;
  background: #262930 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.drink-table li {
  display: table;
  width: 100%;
}

/* 最後のアイテム以外全てにmbを適用 */
.drink-table li:not(:last-child) { margin-bottom: 10px; }

.drink-th, .drink-td {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}

.drink-th {
  position: relative;
  width: 100%;
}

.drink-th:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px dotted #c1b190;
}

.drink-th span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  z-index: 1;
}

.drink-th span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7e1d4 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  z-index: -1;
}

.drink-td {
  padding-left: 5px;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.drink-td span { font-size: 10px; }

/* お飲み物のリスト
   ---------------------------------- */
.drink-menu-block01 {
  padding: 5%;
  padding-bottom: 7.5%;
  color: #2b323f;
  margin-bottom: 15px;
  background: #262930 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.drink-menu-block02 {
  padding: 5%;
  color: #2b323f;
  margin-bottom: 15px;
  background: #262930 url("../../images/common/bg_mosaic_beige.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.ttl-drink-menu01 {
  margin-bottom: 15px;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #847136;
  background-color: #d0c5af;
  border-radius: 2px;
}

.ttl-drink-menu02 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #847136;
  border: 1px solid #847136;
}

.drink-table-caution {
  font-size: 11px;
  text-align: right;
}

/* 取り扱い商品の注意書きテキスト
   ---------------------------------- */
.contents-attention {
  padding: 15px 13px 17px 66px;
  background: url("../../images/common/ico_attention.png") 16px center no-repeat;
  -webkit-background-size: 37px 37px;
  background-size: 37px 37px;
  border: 2px solid #282b33;
}

.txt-contents-attention {
  font-size: 11px;
  line-height: 1.3;
  color: #2c323e;
}

.contents-attention-point { color: #e36700; }

/* 宴会プラン
   ----------------------------------------------------------------- */
.enkai-caution {
  margin-bottom: 15px;
  padding-left: 17px;
  color: #2b323f;
}

.enkai-caution-txt {
  text-indent: -12px;
  line-height: 1.4;
}

.headline-enkai {
  line-height: 1.1;
}

/* ページ内リンク
   ---------------------------------- */
.enkai-jump {
  font-size: 0;
}

.enkai-jump-li,
.enkai-jump-li-last {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 48.33333333%;
  margin-bottom: 3.3333333333%;
}


.enkai-jump-li { margin-right: 3.3333333333%; }

.enkai-jump-li a,
.enkai-jump-li-last a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  background-color: #f5f1e9;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

.enkai-jump-li-last a { padding: 17px 15px; }

.enkai-jump-li-tagajo {
  padding: 17px 15px;
}

.enkai-jump-li a:after,
.enkai-jump-li-last a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #c7712b transparent transparent transparent;
}

.txt-menu-tax {
  font-size: 12px;
}

#bekkan,
#tagajou,
#kitane {
  margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}

/* 宴会プランのタイトル、テキストなど
   ---------------------------------- */
.txt-enkai01 {
  padding: 0 1.7857142857%;
  line-height: 1.6;
}

.ttl-menu-enkai {
  position: relative;
  padding: 17px 20px 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  color: #fff;
  background-color: #81713f;
}

.ico-enkai-merit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto 0;
  width: 40px;
  height: 40px;
}

/* 宴会プランのアコーディオン
   ---------------------------------- */
.enkai-detail {
  margin-bottom: 20px;
  padding: 0 10px;
  background-color: #f4f1ea;
  border: 1px solid #81713f;
  border-radius: 0 0 3px 3px;
}

.enkai-detail-accordion {
  position: relative;
  padding: 17px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #81713f;
}

.enkai-detail-accordion p { padding: 0 9px; }

.enkai-detail-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-color: #81713f;
}

/* プラスの横線 */
.enkai-detail-plus:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

/* プラスの縦線 */
.enkai-detail-plus:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto 0;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* 開いた時マイナスにする */
.enkai-detail-plus.minus:after {
  width: 2px;
  height: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.enkai-detail-body {
  display: none;
  margin-bottom: 10px;
  padding: 13px 5px 0;
  color: #2b323f;
  line-height: 1.6;
  border-top: 1px solid #c1b190;
}

/* ドリンク飲み放題
   ---------------------------------- */
.free-drink-block {
  margin-bottom: 30px;
  padding: 13px;
  border: 2px solid #282b33;
}

.ttl-free-drink {
  margin-bottom: 10px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  border-bottom: 1px solid #596171;
}

.free-drink-body { margin-bottom: 10px; }

.free-drink-image {
  float: left;
  width: 46.296296296%;
  margin-right: 3.7037037037%;
}

.txt-free-drink {
  width: 50%;
  float: left;
  padding-top: 4.4444444444%;
  line-height: 1.4;
}

.btn-free-drink {
  position: relative;
  display: block;
  padding: 11px 0 10px;
  font-size: 13px;
  font-weight: 700;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #fff;
  background-color: #914b3a;
}

.btn-free-drink:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #fff;
}

/* 各店舗の紹介
   ---------------------------------- */
.ttl-enkai-store {
  margin-bottom: 15px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 700;
  font-family : YuMincho, "游明朝", serif;
  color: #fff;
  background-color: #81713f;
}

.enkai-store-table { width: 100%; }

.enkai-store-th,
.enkai-store-td {
  display: block;
  width: 100%;
}

.enkai-store-th {
  padding: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #81713f;
  background-color: #e6e1d5;
  border-radius: 2px;
}

.enkai-store-td {
  padding: 14px 5px;
  line-height: 1.4;
  color: #2c313d;
}

.enkai-store-link {
  display: inline-block;
  margin-left: 22px;
  text-decoration: underline;
}

.enkai-store-image {
  float: left;
  width: 48.333333333%;
  text-align: center;
}

.enkai-store-image:first-of-type { margin-right: 3.3333333333%; }

.txt-enkai-store-image {
  padding-top: 10px;
  color: #2c313d;
  font-size: 11px;
  line-height: 1.2;
}

.enkai-reservation {
  position: relative;
  margin-bottom: 18px;
  padding: 15px 3.125%;
  color: #fff;
  background-color: #914b3a;
}

.enkai-reservation-img {
  position: absolute;
  top: -12px;
  right: 0;
  width: 90px;
}

.txt-enkai-reservation {
  width: 225px;
  margin-bottom: 12px;
  padding: 3px 0;
  font-size: 11px;
  font-weight: 700;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  border: 1px solid #fff;
}

.enkai-reservation-catch {
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
}

.btn-enkai-reservation {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
}

.enkai-reservation-table {
  display: table;
  padding: 0 5px;
}

.enkai-reservation-th,
.enkai-reservation-td {
  display: table-cell;
  vertical-align: middle;
}

.enkai-reservation-th {
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #914b3a;
  background-color: #fff;
}

.enkai-reservation-td {
  padding: 0 .8em;
  line-height: 1.2;
  font-size: 11px;
}

.enkai-store-heizitu {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 3px;
  font-weight: 700;
  font-size: 11px;
  color: #81713f;
  border: 1px solid #81713f;
}

/* ==========================================================================
   restaurant
   ========================================================================== */
/* 店舗一覧
   ----------------------------------------------------------------- */
/* ページ内リンク
   ---------------------------------- */
.restaurant-jump li { margin-bottom: 5px; }

.restaurant-jump li:last-of-type { margin-bottom: 15px; }

.restaurant-jump a {
  position: relative;
  display: block;
  padding: 13px 14px;
  font-weight: 700;
  line-height: 1;
  color: #c7722b;
  background-color: #f5f1e9;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

.restaurant-jump a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #c7712b transparent transparent transparent;
}

#sendai-station,
#sendai-other,
#sendai-souvenir {
  margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}


/* テキスト等
   ---------------------------------- */
.restaurant-cap {
  margin: 0 10px 15px;
  padding-left: 15px;
  color: #2b323f;
  line-height: 1.4;
  list-style-type: disc;
}

.contents-attention-list {
  margin-left: 15px;
  list-style-type: disc;
}

.contents-attention-list a {
  display: block;
  margin-top: 5px;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #dd6800;
  border-radius: 2px;
}

/* 一覧 店舗
   ---------------------------------- */
.restaurant-list {
  margin-bottom: 20px;
  border: 2px solid #847136;
  border-bottom: none;
}

.restaurant-list li { border-bottom: 2px solid #847136; }

.restaurant-item-a {
  position: relative;
  display: block;
  padding: 10px 8px 8px;
  font-size: 11px;
  color: #847136;
  background-color: #f5f1e9;
}

.restaurant-item-a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #81713f;
}

.restaurant-item-name {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}

.restaurant-item-table {
  display: table;
  width: 100%;
}

.restaurant-item-th,
.restaurant-item-td {
  display: table-cell;
  vertical-align: middle;
  color: #2c323e;
}

.restaurant-item-th {
  width: 53px;
  padding: 1px 0;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #2c323e;
}

.restaurant-item-td {
  padding: 0 4px;
  line-height: 1.2;
}

.restaurant-td-group {
  display: inline-block;
  margin-bottom: 3px;
  padding: 1px 3px;
  color: #81713f;
  font-weight: 700;
  border: 1px solid #81713f;
}

/* 一覧　お土産・お弁当
   ---------------------------------- */
.souvenir-list {
  margin-bottom: 20px;
  /*border: 2px solid #D46D07;*/
}

.souvenir-list-li {
  border: 2px solid #D46D07;
}

.souvenir-list-li02 {
  margin-top: 10px;
  border: 2px solid #2B323F;
}

.souvenir-item-a {
  position: relative;
  display: block;
  padding: 10px 8px 8px;
  color: #c7722b;
  background-color: #fcf7f3;
}

.souvenir-item-a02 {
  position: relative;
  display: block;
  padding: 10px 8px 8px;
  color: #2B323F;
}

.souvenir-item-a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #D46D07;
}

.souvenir-item-a02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #2B323F;
}

.ico-souvenir {
  position: absolute;
  top: 12px;
  right: 41px;
  width: 50px;
}

.souvenir-item-txt { font-size: 11px; }

.souvenir-item-name {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}

.souvenir-item-time {
  display: inline-block;
  width: 53px;
  margin-right: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #c7722b;
}

.souvenir-item-time02 {
  border: 1px solid #2B323F;
}

.souvenir-item-time-txt { color: #2c323e; }

.souvenir-item-caution {
  padding-top: 6px;
  font-size: 11px;
  color: #2c323e;
}

/* 店舗詳細
   ----------------------------------------------------------------- */
/* 基本情報
   ---------------------------------- */
/* 注意書き */
.restaurant-detail-caution-txt {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}

/* ▼表はここから */
.restaurant-detail-table { width: 100%; }

.restaurant-detail-th,
.restaurant-detail-td {
  display: block;
  width: 100%;
}

.restaurant-detail-th {
  padding: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #81713f;
  background-color: #e6e1d5;
  border-radius: 2px;
}

.restaurant-detail-td {
  padding: 10px 5px 12px;
  line-height: 1.3;
  color: #2c313d;
}

.restaurant-detail-tel {
  display: block;
  text-decoration: underline;
}

.restaurant-detail-gmap {
  width: 100%;
  height: 180px;
  margin-bottom: 7px;
}

.restaurant-detail-gmap-link {
  margin-bottom: 14px;
  text-align: right;
  text-decoration: underline;
}

#access-map {
  margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}

/* 店舗写真
   ---------------------------------- */
.slide-main-img {
  width: 100%;
}

/* 最初に非表示にしておく */
.item2,
.item3 { display: none; }

.slide-thumb li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.slide-thumb li:last-of-type { margin-right: 0; }

.slide-main-txt01,
.slide-main-txt02 {
  padding: 10px 0 12px;
  line-height: 1.4;
  text-align: center;
  color: #2c313d;
}

.slide-main-txt02 { padding: 18px 0 20px; }

/*タピオ店の店舗写真
----------------------- */
.restaurant-gallery li:first-child {
  width: 49%;
  float: left;
}

.restaurant-gallery li:last-child {
  width: 49%;
  float: right;
}

.restaurant-gallery p {
  margin-top: 10px;
  text-align: center;
}

/* おしながき・宴会プランへのリンク
   ---------------------------------- */
/* 「おしながきを確認する」ボタン */
.btn-restaurant-menu {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  padding-left: 68px;
  font-weight: 700;
  color: #D46D07;
  background: #fcf7f3 url("../../images/restaurant/bg_btn_menu.png") 10px center no-repeat;
  -webkit-background-size: 50px 39px;
  background-size: 50px 39px;
  border: 1px solid #D46D07;
  border-radius: 3px;
}

.btn-restaurant-menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #d46d07;
}

/* 「宴会プラン」ボタン */
.btn-restaurant-enkai {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 15px 0;
  padding-left: 68px;
  font-weight: 700;
  color: #D46D07;
  background: #fcf7f3 url("../../images/restaurant/bg_btn_plan.png") 13px center no-repeat;
  -webkit-background-size: 42px 33px;
  background-size: 42px 33px;
  border: 1px solid #D46D07;
  border-radius: 3px;
}

.btn-restaurant-enkai:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #d46d07;
}

/* 他店舗へのリンク
   ---------------------------------- */
.restaurant-layer-link {
  margin-bottom: 20px;
  background-color: #f5f1e9;
  border: 1px solid #847136;
  border-bottom: none;
}

.restaurant-layer-link a {
  position: relative;
  display: block;
  padding: 17px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #847136;
  border-bottom: 1px solid #847136;
}

.restaurant-layer-link a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #847136;
}

/* 多賀城店
----------------------- */
.ttl-enkai-plan {
  position: relative;
  padding: 17px 20px 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  color: #fff;
  line-height: 1;
  color: #fff;
  background: #262930 url("../../images/common/bg_mosaic_black.png");
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.enkai-plan {
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff url(../../images/common/bg_mosaic_white.png);
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  border: 1px solid #25282e;
  border-radius: 0 0 3px 3px;
}

.enkai-plan-body {
  margin-bottom: 10px;
  padding: 13px 5px 0;
  color: #2b323f;
  line-height: 1.6;
}

/* ==========================================================================
   shop
   ========================================================================== */
/* ページ内リンク
   ---------------------------------- */
.shop-jump-li01,
.shop-jump-li02 {
  display: inline-block;
  width: 48.333333333%;
}

.shop-jump-li01 { margin-right: 3.3333333333%; }

.shop-jump-li01 a,
.shop-jump-li02 a {
  position: relative;
  display: block;
  padding: 12px 15px;
  padding-left: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

.shop-jump-li01 a:after,
.shop-jump-li02 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #c7712b transparent transparent transparent;
}

.shop-jump-li01 a {
  background: #f5f1e9 url("../../images/shop/ico_btn_souvenir.png?v2") 5px center no-repeat;
  background-size: 49px 23px;
}

.shop-jump-li02 a {
  background: #f5f1e9 url("../../images/shop/ico_btn_bento.png") 7px center no-repeat;
  background-size: 47px 30px;
}

#souvenir,
#bento,
#baiten,
#ekibenya,
#tyokubaiten {
  margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}

/* テキスト等
   ---------------------------------- */
.shop-point { color: #9c4635; }

.souvenir-catch {
  margin-bottom: 12px;
  padding: 8px 0;
  font-family : YuMincho, "游明朝", serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #2b323f;
  border: 1px solid #2e3649;
}

.souvenir-ttl {
  margin-bottom: 11px;
  font-family : YuMincho, "游明朝", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  color: #2e3649;
}

.souvenir-ttl span { color: #816e36; }

.souvenir-image {
  float: left;
  width: 58.333333333%;
  margin-right: 4%;
}

.souvenir-burn {
  float: left;
  width: 37.666666667%;
}

.souvenir-burn-image {
  margin-bottom: 10px;
  padding-right: 14px;
}

.souvenir-burn-txt {
  font-size: 10px;
  line-height: 1.2;
  color: #816e36;
}

.souvenir-txt {
  margin-bottom: 15px;
  color: #2c313d;
  line-height: 1.6;
}

.bento-lead-image {
  float: right;
  width: 140px;
  height: 116px;
  margin-left: 10px;
  margin-top: 5px;
}

/* おすすめお土産
   ---------------------------------- */
.souvenir-rank {
  position: relative;
  margin-bottom: 40px;
  padding: 22px 0 3px;
  background: #fff url("../../images/shop/bg_souvenir_rank.png") left top no-repeat;
  background-size: cover;
}

.souvenir-rank-staff {
  position: absolute;
  top: -30px;
  right: 0;
  width: 140px;
}

.souvenir-rank-ttl {
  margin-bottom: 15px;
  margin-left: 4.6875%;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  color: #81713f;
}

.souvenir-rank-ttl-span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #81713f;
}

.souvenir-rank-list-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 185px;
  margin: 15px 0;
}

.souvenir-rank-list-inner {
  width: 100%;
  height: 200px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.souvenir-rank-list {
  display: inline-table;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 4.6875%;
}

.souvenir-rank-list li {
  display: table-cell;
  padding-right: 10px;
}

.souvenir-rank-item {
  width: 120px;
  background: #fff url("../../images/common/bg_mosaic_white.png");
  background-size: 50px 50px;
  border: 1px solid #24282f;
}

.souvenir-rank-item-body {
  padding: 7px;
  color: #2c323e;
}

.souvenir-rank-name {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.souvenir-rank-name02 {
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.souvenir-rank-price {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.souvenir-rank-txt {
  font-size: 11px;
  line-height: 1.2;
  color: #9c4635;
}

/* お土産店舗案内
   ---------------------------------- */
.shop-block {
  margin-bottom: 10px;
  background-color: #f4f1e9;
  border: 1px solid #81713f;
}

/*駅弁屋さん用*/
.shop-block-ekiben {
  border: 1px #2b323f solid;
  margin-bottom: 10px;
  color: #2B323D;
  position: relative;
  padding: 9px;
  font-size: 11px;
}

/* 「店舗情報を見る」の時 */
.shop-block02 {
  margin-bottom: 20px;
  background-color: #f4f1e9;
  border: 1px solid #81713f;
  border-radius: 2px;
}

.shop-name-area {
  position: relative;
  padding: 9px;
  font-size: 11px;
  color: #81713f;
}

.shop-block-ekiben .shop-name {
  margin-bottom: 10px;
  padding-bottom: 9px;
  color: #2B323D;
  text-align: center;
  line-height: 1.2;
  border-bottom: 1px solid #2B323D;
}

/* 「店舗情報を見る」の時 */
.shop-name-area02 {
  position: relative;
  padding: 18px;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  color: #81713f;
}

.shop-specialty {
  display: inline-block;
  padding: 1px 4px;
  margin: 0 5px 7px 0;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #81713f;
}

.shop-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.shop-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-color: #81713f;
}

/* プラスの横線 */
.shop-plus:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

/* プラスの縦線 */
.shop-plus:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto 0;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* 開いた時マイナスにする */
.shop-plus.minus:after {
  width: 2px;
  height: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.shop-body {
  display: none;
  padding: 9px;
}

.shop-detail-ttl {
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 12px;
  font-family : YuMincho, "游明朝", serif;
  font-weight: 700;
  color: #fff;
  background-color: #81713f;
  border-radius: 2px;
}

.shop-block-ekiben .shop-detail-ttl {
  background-color: #2B323D;
}

.shop-detail-ttl02 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #2c313d;
}

.shop-detail-table li {
  margin-bottom: 5px;
  color: #2c313d;
}

.shop-detail-table02 { margin-bottom: 15px; }

.shop-detail-table02 li {
  display: table;
  margin-bottom: 5px;
}

.shop-detail-th01 {
  display: inline-block;
  width: 60px;
  margin-right: 9px;
  padding: 6px 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #81713f;
  background-color: #fff;
  border: 1px solid #81713f;
  border-radius: 1px;
}

.shop-block-ekiben .shop-detail-th01 {
  color: #2B323D;
  border: 1px solid #2B323D;
}

.shop-detail-th02 {
  display: table-cell;
  width: 60px;
  padding: 6px 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #81713f;
  background-color: #fff;
  border: 1px solid #81713f;
  border-radius: 1px;
  vertical-align: middle;
}

.shop-detail-td {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
  color: #2c313d;
}

.shop-detail-address {
  margin-bottom: 12px;
  padding: 0 10px;
  color: #2c313d;
  line-height: 1.4;
}

.shop-detail-address-link {
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
}

.shop-detail-map-link {
  text-align: center;
  text-decoration: underline;
}

.shop-detail-map-link a {
  display: block;
  padding: 10px 0 15px;
}

.shop-detail-image {
  float: left;
  width: 110px;
  margin-right: 10px;
}

.shop-detail-txt {
  font-size: 11px;
  color: #2c313d;
}

.shop-detail-tel {
  display: inline-block;
  padding: 3px 0;
  text-decoration: underline;
}

.shop-detail-caution {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

/* お土産・売店用リンクボタン
----------------------- */
.shop-detail-link-container {
  padding-right: 9px;
}

.shop-detail-2col {
  float: left;
  width: 50%;
  margin-right: 10px;
}

.shop-detail-2col:last-of-type {
  margin-right: -20px;
}

.shop-detail-btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border: 1px #d46d08 solid;
  border-radius: 3px;
  background-color: #fff4e9;
  vertical-align: middle;
  color: #d46d08;
  text-align: center;
}




/* ネット販売
   ---------------------------------- */
.souvenir-purchase {
  margin-bottom: 22px;
  padding: 8px 0;
  font-size: 11px;
  color: #2c323e;
  text-align: center;
  border: 1px solid #282b33;
}

.net-sales-ttl {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family : YuMincho, "游明朝", serif;
  text-align: center;
  color: #2b323f;
}

.net-sales-body {
  margin-bottom: 10px;
  padding: 0 10px;
}

.net-sales-image {
  float: left;
  width: 79px;
  margin-right: 10px;
}

.net-sales-txt {
  color: #2c313d;
  line-height: 1.6;
  vertical-align: middle;
}

/* お弁当
   ---------------------------------- */
.bento-item {
  float: left;
  width: 48.333333333%;
}

.bento-item:first-of-type { margin-right: 3.3333333333%; }

.bento-item-txt {
  margin-top: 10px;
  margin-left: 7px;
  color: #293240;
  line-height: 1;
}

.bento-item-name { margin-bottom: 5px;   }

.bento-item-price { font-weight: 700; }

.bento-hot {
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  /*padding: 13px 20px 13px 80px;*/
  background: #fff url("../../images/shop/ico_bento_hot.png") 10px center no-repeat;
  background-size: 30px 30px;
  border: 2px solid #9c4635;
}

.bento-hot-ttl {
  margin-bottom: 7px;
  font-family : YuMincho, "游明朝", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #9c4635;
}

.bento-hot-txt {
  font-size: 11px;
  line-height: 1.3;
  /*color: #847136;*/
}

/* 値引きお弁当
   ---------------------------------- */
.bento-discount-ttl {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  font-family : YuMincho, "游明朝", serif;
  color: #2b323f;
  text-align: center;
}

.bento-discount-item {
  float: left;
  width: 48.333333333%;
}

.bento-discount-item:first-of-type { margin-right: 3.3333333333%; }

.bento-discount-txt {
  margin: 10px 0 15px;
  color: #293240;
  line-height: 1;
  text-align: center;
}

.bento-discount-price {
  margin-top: 5px;
  font-weight: 700;
  color: #293240;
}

.bento-discount-point { color: #a83f2e; }

/* 20161117追加
   ---------------------------------- */
/*仙台駅構内たんや善治郎売店までの行き方*/
.sendai-shop-flow {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.sendai-shop-flow-list {
  text-indent: -30px;
  padding-left: 25px;
  margin-bottom: 5px;
}

/* ==========================================================================
   company
   ========================================================================== */
/* 牛たんの原産地
   ---------------------------------- */
.company-origin {
  padding: 13px;
  border: 2px solid #282b33;
}

/* 会社概要のテーブル
   ---------------------------------- */
.company-table {
  width: 100%;
  margin-bottom: 10px;
}

.company-table-th,
.company-table-td {
  display: block;
  width: 100%;
}

.company-table-th {
  padding: 10px 3.3333333333%;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  color: #81713f;
  background-color: #e6e1d5;
  border-radius: 2px;
}

.company-table-td {
  padding: 15px 1.6666666667% 20px;
  color: #2c313d;
  line-height: 1.417;
}

.company-table-txt { margin-bottom: 16px; }

.company-table-link {
  display: block;
  text-decoration: underline;
}

/* リンクリスト
   ---------------------------------- */
.page-link-li,
.page-link-li-last { width: 48.333333333%; }

.page-link-li { float: left; }

.page-link-li-last { float: right; }

.page-link-li a,
.page-link-li-last a {
  position: relative;
  display: block;
  padding: 17px 15px;
  font-weight: 700;
  line-height: 1.167;
  background-color: #f4f1ea;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

.page-link-li-last a { padding: 10px 15px; }

.page-link-li a:after,
.page-link-li-last a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #c7712b;
}

/* 電話・FAXブロック
   ----------------------------------------------------------------- */
.souvenir-tel {
  margin-bottom: 30px;
  padding: 21px 10px;
  background-color: #9b4635;
}

.souvenir-tel-headline {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.souvenir-tel-btn img {
  width: 100%;
  margin-bottom: 19px;
}

.souvenir-fax {
  margin: 0 25px;
}

.souvenir-fax-headline {
  font-weight: 600;

  margin-bottom: 15px;
  padding: 5px 0;
  border: 1px solid #fff;
  color: #fff;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

.souvenir-fax-img {
  margin-bottom: 15px;
  padding: 0 29px;
}

.souvenir-fax-img img {
  width: 100%;
}

.souvenir-fax-txt {
  margin-bottom: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.souvenir-btn-wrap {
  padding-right: 5px;
  overflow: hidden;
}

.souvenir-fax-btn01,
.souvenir-fax-btn03 {
  width: 50%;
  padding: 1em 0;
  float: left;
  margin-right: 5px;
  background-color: #f5f1e9;
  font-weight: 600;
  line-height: 1;
  font-size: 11px;
  text-align: center;
  color: #9b4635;
  border-radius: 3px;
}

.souvenir-fax-btn03 {
  margin: 5px 13px 0 0;
}

.souvenir-fax-btn02 {
  width: 50%;
  padding: 1em 0;
  float: left;
  margin-right: -5px;
  background-color: #f5f1e9;
  font-weight: 600;
  line-height: 1;
  font-size: 11px;
  text-align: center;
  color: #9b4635;
  border-radius: 3px;
}


.souvenir-fax-btn04 {
  display: block;
  position: relative;
  float: left;
  margin-top: 17px;
  padding-left: 14px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.souvenir-fax-btn04:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}


/* ==========================================================================
   news
   ========================================================================== */
/* 新着情報(news)と催事情報(news-saiji)
   ----------------------------------------------------------------- */
.l-news {
  padding: 10px;
  border: 2px solid #272b34;
}

.news-enrty-headline {
  margin-bottom: 5px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.2;
}

.news-entry-head {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #586272;
}

.news-entry-body p { margin-bottom: 10px; }

.news-entry-data { display: table; }

.news-entry-data-ttl {
  display: table-cell;
  width: 60px;
}

.news-entry-data-inner { display: table-cell; }

/* スケジュール用の表 */
.l-news table {
  display: block;
  margin: 20px 0;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-size: 12px;
  line-height: 1;
  border-collapse: collapse;
}
.l-news table tbody {
  width: 100%;
  display:table;
}
.l-news table th {
  padding: 10px;
  color: #847136;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #847136;
  background-color: #e7e1d4;
}
.l-news table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #847136;
}

/* ==========================================================================
   contact
   ========================================================================== */
/* input.html
   ----------------------------------------------------------------- */
/* 個人情報について
   ---------------------------------- */
.contact-privacypolicy {
  margin-bottom: 20px;
  padding: 15px;
  color: #2b323f;
  border: 2px solid #2b313e;
}

.ttl-contact-privacypolicy {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  line-height: 1;
}

.txt-contact-privacypolicy {
  line-height: 1.3;
}

/* 入力フォーム
   ---------------------------------- */
.contact-table {
  width: 100%;
  margin-bottom: 20px;
}

.contact-th,
.contact-td {
  display: block;
  width: 100%;
}

.contact-th {
  text-align: left;
  padding: 10px;
  line-height: 1;
  color: #847136;
  background-color: #e7e1d4;
}

.contact-td {
  padding: 10px 5px 20px;
  font-size: 14px;
}

.contact-td-ex-txt {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 5px;
}

/* 入力欄の装飾 */
.inputarea-txt {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 16px;
  background-color: #fbe5e6;
  border: 1px solid #d8b6b8;
  border-radius: 2px;
}

.contact-choose { font-size: 16px; }

.chkselect {
  position: relative;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-radius: 2px;
}

/* textareaの装飾 */
.inputarea-txtarea {
  width: 100%;
  height: 120px;
  font-size: 16px;
  background-color: #fbe5e6;
  border: 1px solid #d8b6b8;
  border-radius: 3px;
  resize: vertical;
}

.contact-post { margin-bottom: 20px; }

.ico-post { font-size: 14px; }


/* 郵便番号入力欄の装飾 */
.inputarea-txt-post {
  width: 200px;
  height: 40px;
  padding: 5px;
  font-size: 16px;
  background-color: #fbe5e6;
  border: 1px solid #d8b6b8;
  border-radius: 3px;
}

.contact-post-link {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  color: #444;
  font-size: 12px;
  line-height: 1;
  background-color: #eeeeee;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

.ico-required {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 3px;
  font-weight: 300;
  font-size: 10px;
  color: #fff;
  background-color: #9c4635;
  border-radius: 2px;
}

.ico-any {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 3px;
  font-weight: 300;
  font-size: 10px;
  color: #fff;
  background-color: #7a6742;
  border-radius: 2px;
}

/* 送信ボタン１ */
.btn-submit01 {
  position: relative;
  width: 100%;
  padding: 25px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family : YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  background-color: #9c4635;
  border-radius: 3px;
  border: none;
}

.btn-submit01:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}

/* 送信ボタン２ */
.btn-submit02 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1;
  color: #2b313e;
  font-family : YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  background-color: #eeeeee;
  border: 1px solid #2b313e;
  border-radius: 3px;
}

.btn-submit02:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #2b313e transparent transparent;
}

.ttl-contect-thanks {
  text-align: center;
  margin-bottom: 10px;
  font-family : YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 14px;
}

.contect-thanks-link {
  display: block;
  margin-bottom: 20px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #dd6800;
  border-radius: 2px;
}



/* ==========================================================================
   #career - 求人情報
   ========================================================================== */

.career-item-headline {
  margin-bottom: 15px;
  padding: 10px;
  font-weight: 600;
  color: #847136;
  line-height: 1;
  border-radius: 3px;
  background-color: #e7e1d4;
}

.career-item-body {
  margin-bottom: 15px;
  padding: 0 5px;
}

.career-ol-list {
  list-style: none;
  padding: 0;
}

.career-scene {
  background: #fff url(../../images/careers/img_staff.jpg) right center no-repeat;
  background-size: 110px;
}

.career-table-headline {
  margin-bottom: 10px;
  padding-bottom: 7px;
  /*font-size: 11px;*/
  font-weight: bold;
  color: #847136;
  line-height: 1;
  border-bottom: 2px solid #e7e1d4;
}

.career-table-headline02 {
  margin-bottom: 10px;
  color: #5b5f67;
  font-weight: bold;
  font-size: 11px;
}

.career-table-headline02 span {
  padding: 4px;
  background-color: #dddfe4;
}

.basic-list {
  padding-left: 10px;
  margin-left: 10px;
  list-style-type: disc;
}


/* 電話タップエリア
----------------------- */
.career-call {
  position: relative;
  margin-bottom: 3.125%;
  background-color: #9b4635;
}

.career-call-inner {
  position: relative;
  padding: 0 3.125% 3.125%;
}

.career-call-headline-catch {
  position: absolute;
  right: 0;
  top: -13px;
  width: 100%;
  padding-left: 3.125%;
}

.career-call-headline {
  position: relative;
  padding-top: 25%;
}

.career-call-btn {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 3.125%;
}

.career-call-btn img {
  width: 100%;
}

.career-data {
  padding: 3.125% 3.125% 27.8125%;
  background-color: #fff;
}

.career-data-name {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}

.career-data-time {
  float: left;
}

.career-data-head,
.career-data-body {
  display: table-cell;
}

.career-data-head {
  padding: 2px 4px;
  border: 1px solid #2b313e;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
}

.career-data-body {
  padding-left: 5px;
}

.career-data-address {
  clear: both;
}

.career-call-bottom {
  position: absolute;
  width: 89.0625%;
  /*width: 284px;*/
  margin-left: 3%;
  bottom: 0;
  right: auto;
  left: auto;
}

.careers-intro-wrap {
  margin-bottom: 60px;
  padding: 0 3.125%;
}

.careers-intro-block {
  margin-bottom: 20px;
  padding: 0 5px;
  font-size: 13px;
}

.careers-intro-link {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 17px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #c7722b;
  background-color: #f5f1e9;
  border: 1px solid #c7722b;
  border-radius: 3px;
}

.careers-intro-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #c7712b;
}




/* ==========================================================================
   20240530五橋横丁リニューアル
   ========================================================================== */

/* 店舗一覧 */
.restaurant-list {
  border: none;
}
.restaurant-list li {
  border-top: 2px solid #81713f;
  border-left: 2px solid #81713f;
  border-right: 2px solid #81713f;
  border-bottom: none;
}
.restaurant-list li:last-child {
  border-bottom: 2px solid #81713f;
}
.restaurant-list li.yokocho {
  position: relative;
  border-top: 2px solid #1d2b55;
  border-left: 2px solid #1d2b55;
  border-right: 2px solid #1d2b55;
  border-bottom: none;
}
.restaurant-list li.yokocho:last-child {
  border-bottom: 2px solid #1d2b55;
}
.restaurant-list li.yokocho::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 35px;
  height: 35px;
  background: url("../../images/restaurant/logo_yokocho.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.restaurant-list li.yokocho .restaurant-item-a {
  color: #1d2b55;
  background-color: #e9eaee;
}
.restaurant-list li.yokocho .restaurant-item-a::before {
  border-color: transparent transparent transparent #1d2b55;
}
.restaurant-list li.yokocho .restaurant-td-group {
  color: #1d2b55;
  border: 1px solid #1d2b55;
}
.restaurant-list li.yokocho .yokocho-txt ,
.restaurant-list li.yokocho .restaurant-item-name {
  padding-left: 40px;
}

/* 店舗詳細 */
.l-layer-maimimg.yokocho {
  position: relative;
}
.l-layer-maimimg.yokocho::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 80px;
  height: 80px;
  background: url("../../images/restaurant/logo_yokocho.png") no-repeat;
  background-size: contain;
  z-index: 1;
  animation: fadeUpAnime 1.5s;
}
@keyframes fadeUpAnime{
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* お品書きスタイル */
.menu-pagejump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: stretch;
}
.menu-pagejump-li {
  position: relative;
  width: 30vw;
  margin: 0 5px 10px;
}
.menu-pagejump-li:before {
  display: none;
}
.menu-pagejump-li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 15px;
  border-top: 6px solid #d46e08;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.menu-pagejump-li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #d46d08;
  background-color: #f5f1e9;
  border: 1px solid #d46d08;
  border-radius: 3px;
}

.category-headline {
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #e3c474;
  background-color: #3a2f10;
  padding: 10px 0;
  margin: 40px 0 15px;
  border-radius: 3px;
}
.maru {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
.maru::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(12px* 1.45);
  height: calc(12px* 1.45);
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



