@charset "UTF-8";
i {
  font-family: "Font Awesome 5 Free" !important; }

html {
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  background: url(../img/common/bg_common.png);
  font-feature-settings: "palt" 1; }

body {
  font-size: 1.5rem;
  letter-spacing: 0.08rem; }

body, div, span,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, p, blockquote, address,
table, tr, th, td, img {
  margin: 0;
  padding: 0;
  border: none; }

#wrap {
  padding-top: 65px; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

.t-left {
  text-align: left; }

.note {
  font-size: 0.8em; }

.disnone {
  display: none; }

img {
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-size: 100%; }

ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a:link,
a:visited {
  color: #c61722; }

a:hover {
  text-decoration: none; }

.justfy {
  text-align: justify;
  letter-spacing: 0.1em; }

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

#page_title {
  padding-top: 40px; }

#contents #contents_wrap {
  width: 1000px;
  margin: auto;
  border: #dad5cc 1px solid;
  background: #fff;
  margin-top: 40px; }
  #contents #contents_wrap #contents_wrap_inner {
    margin: 40px;
    padding: 40px;
    border: #dad5cc 1px solid;
    background: #f3efe8; }

i {
  font-family: "fontAwesome";
  font-style: normal; }

i {
  font-family: "Font Awesome 5 Free" !important; }

.base_button, .border_button {
  text-align: center;
  width: 270px;
  line-height: 50px; }

.border_button {
  border: 1px solid #6e491f; }

/* ヘッダー 
---------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  background: url(../img/common/bg_header.png), url(../img/common/bg_common.png);
  background-position: top;
  background-repeat: repeat-x;
  border-bottom: 1px solid #af9180;
  z-index: 9999; }
  header .inner {
    width: 1300px;
    margin: auto;
    padding-top: 25px;
    padding-left: 10px;
    text-align: center;
    position: relative; }
    header .inner nav {
      font-weight: bold; }
      header .inner nav #menu {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: center; }
        header .inner nav #menu #logo {
          width: 200px;
          margin-right: 20px;
          margin-top: -4px; }
          header .inner nav #menu #logo img {
            width: 200px; }
        header .inner nav #menu #logo::after {
          content: ''; }
        header .inner nav #menu li {
          font-size: 1.5rem;
          margin-left: 0;
          text-align: center; }
          header .inner nav #menu li a {
            color: #000;
            text-decoration: none;
            padding: 0  10px; }
          header .inner nav #menu li a:hover {
            color: #c61722;
            text-decoration: underline; }
          header .inner nav #menu li .child {
            display: none;
            position: absolute;
            background: #6e491f;
            z-index: 99999;
            width: 270px;
            right: 230px;
            top: 60px; }
            header .inner nav #menu li .child li {
              width: 270px;
              clear: both;
              font-size: 1.4rem;
              font-weight: normal;
              border-bottom: 1px solid #fff;
              text-align: center; }
              header .inner nav #menu li .child li a {
                display: block;
                padding: 10px 0;
                color: #fff;
                white-space: nowrap; }
                header .inner nav #menu li .child li a :hover {
                  text-decoration: underline; }
              header .inner nav #menu li .child li:last-child {
                border: none; }
            header .inner nav #menu li .child li::after {
              content: ''; }
        header .inner nav #menu li::after {
          content: "|"; }
        header .inner nav #menu .dropdown {
          margin: 0 0 0 -15px;
          padding: 5px 10px;
          height: 50px;
          width: 50px;
          text-align: center; }
          header .inner nav #menu .dropdown:hover {
            cursor: pointer; }
          header .inner nav #menu .dropdown i {
            padding: 2px 10px;
            display: block; }
          header .inner nav #menu .dropdown li {
            border-top: #fff 1px solid;
            display: block; }
            header .inner nav #menu .dropdown li a {
              text-decoration: underline; }
        header .inner nav #menu .dropdown::after {
          content: ""; }
  header .header_search_button {
    margin-top: -22px;
    width: 180px !important; }
    header .header_search_button img {
      width: 180px; }
    header .header_search_button::after {
      content: "" !important; }

/* パンくずリスト
---------------------------------------------------------------------*/
#breadcrumbs {
  background: url(../img/common/bg_common_header.jpg);
  background-position: top;
  background-size: 100%;
  height: 137px;
  position: relative; }
  #breadcrumbs * {
    color: #fff; }
  #breadcrumbs .inner {
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 33px;
    background: #775936; }
    #breadcrumbs .inner ul {
      width: 1000px;
      margin: auto; }
      #breadcrumbs .inner ul li {
        display: inline-block; }
        #breadcrumbs .inner ul li span::after {
          content: "\f105";
          font-family: "FontAwesome";
          padding-right: 15px; }
        #breadcrumbs .inner ul li a {
          margin-right: 20px; }
      #breadcrumbs .inner ul li:last-child span::after {
        content: none; }

/* CONTACT
---------------------------------------------------------------------*/
.need {
  color: #FF0000; }

#contact_container {
  padding: 40px; }
  #contact_container p {
    margin-bottom: 1em;
    display: block; }
  #contact_container .bt_wrap {
    text-align: center !important;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px dotted #6e491f; }
    #contact_container .bt_wrap label {
      font-weight: bold !important;
      font-size: 1.2em !important;
      color: #c61722; }
    #contact_container .bt_wrap #customer_type .bt_contact {
      border: #c61722 2px solid;
      margin-bottom: 30px;
      font-weight: bold;
      font-size: 1.1em;
      border-radius: 2px; }
      #contact_container .bt_wrap #customer_type .bt_contact a {
        display: block;
        padding: 15px 0;
        background: #c61722;
        color: #fff;
        text-decoration: none;
        border: #c61722 2px solid; }
        #contact_container .bt_wrap #customer_type .bt_contact a:hover {
          border: #c61722 2px solid;
          background: #fff;
          color: #c61722; }
    #contact_container .bt_wrap #customer_type #general_contact {
      padding: 40px 40px 40px 40px;
      background: #fbf7ef;
      margin-bottom: 30px;
      margin-top: 50px; }
      #contact_container .bt_wrap #customer_type #general_contact .bt_contact {
        margin: auto;
        width: 410px; }
    #contact_container .bt_wrap #customer_type #company_contact {
      padding: 40px 25px 20px 25px;
      background: #fbf7ef; }
      #contact_container .bt_wrap #customer_type #company_contact p {
        font-size: 1.2em; }
      #contact_container .bt_wrap #customer_type #company_contact .inner {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #contact_container .bt_wrap #customer_type #company_contact .inner .bt_contact {
          width: calc((100% - 30px) / 4); }

#text-area.error {
  color: #c91b1b;
  text-align: center;
  padding: 0px 0 30px;
  font-size: 1.8rem; }

#contact-wrap .innder {
  margin: auto; }
  #contact-wrap .innder #text-box {
    width: 544px;
    float: left; }
  #contact-wrap .innder #img-box {
    width: 438px;
    float: right;
    margin-top: -5px; }
#contact-wrap:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#contact_wrapper {
  padding-bottom: 50px; }
  #contact_wrapper dl {
    padding-bottom: 12px;
    margin-bottom: 12px;
    clear: both;
    border-bottom: 1px solid #a9a9a9; }
    #contact_wrapper dl dt {
      float: left;
      width: 230px;
      margin-top: 10px;
      margin-right: 30px;
      padding-left: 14px;
      margin-top: 5px;
      border-left: 4px solid #c91b1b;
      border-right: 1px solid #a9a9a9; }
      #contact_wrapper dl dt.not {
        border-left: 4px solid #a6937c; }
    #contact_wrapper dl dd {
      width: 600px;
      float: left; }
      #contact_wrapper dl dd input, #contact_wrapper dl dd textarea {
        width: 370px;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 10px; }
      #contact_wrapper dl dd input[type=checkbox] {
        width: 1em;
        height: 1em; }
      #contact_wrapper dl dd select {
        height: 40px;
        width: 200px; }
      #contact_wrapper dl dd input.post {
        width: 188px;
        margin-right: 40px;
        float: left;
        border: 1px solid #e1d8b3; }
      #contact_wrapper dl dd input.short {
        width: 148px;
        margin-right: 0px;
        border: 1px solid #e1d8b3; }
      #contact_wrapper dl dd textarea {
        width: 470px;
        height: 218px;
        padding-top: 10px;
        padding-left: 10px; }
      #contact_wrapper dl dd input.radio {
        width: 20px;
        display: inline-block;
        position: relative;
        top: 2px; }
      #contact_wrapper dl dd label {
        display: inline-block;
        position: relative;
        top: -4px; }
    #contact_wrapper dl:after {
      content: ".";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }
  #contact_wrapper #btn_area {
    margin-top: 20px; }
    #contact_wrapper #btn_area ul {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: center; }
      #contact_wrapper #btn_area ul li {
        width: 190px;
        margin: auto 10px; }
        #contact_wrapper #btn_area ul li input {
          cursor: pointer; }
    #contact_wrapper #btn_area .btn {
      width: 190px;
      height: 40px;
      background: #8a7641;
      color: #ffffff;
      border-style: none;
      text-align: center !important;
      padding-top: 0px;
      font-size: 13px;
      -webkit-appearance: none;
      cursor: pointer; }

/*一般 返信不要の方 */
/*一般 返信希望 */
.subtitle-contact {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 22px;
  font-size: 20px;
  font-weight: bold !important; }

.party_attention {
  text-align: center;
  border: #FF0004 2px solid;
  font-size: 1.6rem;
  color: #FF0004;
  padding: 25px 0 12px 0;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 40px; }

.f_question {
  padding: 40px;
  margin: auto auto 50px auto;
  border: 2px solid #ccc; }
  .f_question h2 {
    font-size: 1.2em;
    margin-bottom: 15px; }
  .f_question p {
    text-align: center;
    color: #FF0004;
    font-weight: bold; }
  .f_question dt {
    border-bottom: 1px dotted #000;
    padding: 20px 0;
    font-weight: bold;
    line-height: 1.0; }
    .f_question dt:hover {
      cursor: pointer;
      color: #c61722;
      text-decoration: underline; }
    .f_question dt::before {
      content: "＋";
      padding: 3px 5px;
      background: #c61722;
      color: #fff;
      font-weight: bold !important;
      margin-right: 10px; }
  .f_question dd {
    display: none;
    padding: 20px;
    margin-bottom: 20px; }
    .f_question dd div {
      text-indent: -1.4em;
      padding-left: 1.4em; }

.errormessage {
  background: rgba(255, 0, 4, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  transition: 0.2s;
  margin: -30px auto 30px auto;
  text-align: center;
  font-weight: bold; }

/* INDEX 
---------------------------------------------------------------------*/
#visual {
  width: 100%;
  overflow: hidden;
  height: 480px;
  background: #fff; }
  #visual .slider {
    width: 100%; }
    #visual .slider li img {
      width: 100%; }
    #visual .slider .slick-slide:not(.slick-center) {
      transition: 0.8s linear;
      opacity: 0.3; }
    #visual .slider .slick-dots {
      bottom: -35px; }
      #visual .slider .slick-dots ::before {
        font-size: 1.3rem !important; }

#nomipass {
  width: 100%;
  text-align: center;
  padding: 30px 0; }

#index_search_box {
  background: url(../img/idx/bg_index_search_box.jpg);
  background-size: 105%;
  color: #fff;
  padding: 20px 0; }
  #index_search_box .inner {
    width: 820px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    #index_search_box .inner .left_box {
      width: 470px;
      padding-top: 50px; }
      #index_search_box .inner .left_box h2 {
        text-align: left;
        font-weight: normal;
        margin-bottom: 15px; }
      #index_search_box .inner .left_box ul {
        margin-top: 15px;
        text-align: center;
        width: 420px; }
        #index_search_box .inner .left_box ul li {
          display: inline-block;
          margin-right: 15px; }
          #index_search_box .inner .left_box ul li a {
            color: #fff; }
          #index_search_box .inner .left_box ul li img {
            vertical-align: middle;
            margin-right: 3px; }
    #index_search_box .inner .right_box {
      width: 350px;
      position: relative; }
      #index_search_box .inner .right_box li {
        position: absolute; }
        #index_search_box .inner .right_box li a {
          color: #fff; }
      #index_search_box .inner .right_box .hokkaido {
        top: 80px;
        right: 70px; }
      #index_search_box .inner .right_box .kanto {
        top: 150px;
        right: 140px; }
      #index_search_box .inner .right_box .shinetu {
        top: 90px;
        left: 60px; }
      #index_search_box .inner .right_box .tokai {
        right: 180px;
        top: 190px; }
      #index_search_box .inner .right_box .kinki {
        right: 210px;
        bottom: 40px; }
      #index_search_box .inner .right_box .shikoku {
        bottom: 100px; }
      #index_search_box .inner .right_box .kyushu {
        bottom: 10px;
        left: 40px; }
      #index_search_box .inner .right_box .oversea {
        right: 70px;
        bottom: 50px; }

#index_news {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #fff url(../img/common/border.png) top repeat-x; }
  #index_news .inner {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    #index_news .inner #news_campaing,
    #index_news .inner #news_shopinfo {
      width: 481px; }
      #index_news .inner #news_campaing h2,
      #index_news .inner #news_shopinfo h2 {
        margin-bottom: 20px;
        text-align: left; }
      #index_news .inner #news_campaing dt,
      #index_news .inner #news_shopinfo dt {
        font-weight: bold; }
        #index_news .inner #news_campaing dt .postday li,
        #index_news .inner #news_shopinfo dt .postday li {
          display: inline-block; }
        #index_news .inner #news_campaing dt .postday .icon,
        #index_news .inner #news_shopinfo dt .postday .icon {
          color: #fff;
          text-align: center;
          font-size: 0.8em;
          padding: 3px 10px;
          margin-left: 10px;
          font-weight: bold;
          letter-spacing: 0.1em; }
        #index_news .inner #news_campaing dt .postday .ico_shopinfo,
        #index_news .inner #news_shopinfo dt .postday .ico_shopinfo {
          background: #a60808; }
        #index_news .inner #news_campaing dt .postday .ico_campaign,
        #index_news .inner #news_shopinfo dt .postday .ico_campaign {
          background: #ee5a87; }
        #index_news .inner #news_campaing dt .postday .ico_news,
        #index_news .inner #news_shopinfo dt .postday .ico_news {
          background: #e55c00; }
        #index_news .inner #news_campaing dt .postday .ico_iteminfo,
        #index_news .inner #news_shopinfo dt .postday .ico_iteminfo {
          background: #4769a6; }
        #index_news .inner #news_campaing dt .postday .ico_csr,
        #index_news .inner #news_shopinfo dt .postday .ico_csr {
          background: #53ae66; }
        #index_news .inner #news_campaing dt .postday .ico_recruit,
        #index_news .inner #news_shopinfo dt .postday .ico_recruit {
          background: #666; }
      #index_news .inner #news_campaing dd,
      #index_news .inner #news_shopinfo dd {
        padding-bottom: 20px;
        margin-bottom: 20px;
        background: url(../img/common/border.png) bottom repeat-x; }
        #index_news .inner #news_campaing dd a,
        #index_news .inner #news_shopinfo dd a {
          font-weight: bold;
          font-size: 1.1em; }

#index_menu {
  padding-top: 85px;
  padding-bottom: 60px;
  background: url(../img/idx/bg_menu1.png), url(../img/idx/bg_menu2.png);
  background-position: top, bottom;
  background-repeat: repeat-x; }
  #index_menu .inner {
    width: 1030px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    font-weight: bold; }
    #index_menu .inner div {
      text-align: center;
      width: 330px; }
      #index_menu .inner div img {
        margin-bottom: 15px; }

.index #sub_contents {
  margin-top: 0 !important; }

/* 串カツ田中について
---------------------------------------------------------------------*/
#tanaka_history {
  height: 320px;
  width: 1000px;
  margin: auto;
  margin-top: 45px;
  background: url(../img/about/img_gaikan.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 480px 320px; }
  #tanaka_history #history_text {
    margin-left: 520px;
    width: 480px;
    padding: 35px 0; }
    #tanaka_history #history_text h2 {
      margin-bottom: 20px; }

#tanaka_rule, .lang-en #tanaka_rule {
  padding: 35px;
  width: 1000px;
  margin: auto;
  margin-top: 45px;
  background: #fff;
  border: #e0dcd5 1px solid; }
  #tanaka_rule .inner {
    width: 100%;
    height: 362px; }
    #tanaka_rule .inner h3 {
      margin-left: 15px; }
    #tanaka_rule .inner .yoko {
      width: 250px;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      text-align: center; }
      #tanaka_rule .inner .yoko p {
        height: 190px; }
        #tanaka_rule .inner .yoko p img {
          margin-bottom: 5px; }
  #tanaka_rule #tanaka_recipe {
    line-height: 1.8;
    margin-left: 15px; }
    #tanaka_rule #tanaka_recipe .yoko {
      margin-left: 20px;
      margin-right: 10px; }
  #tanaka_rule #tanaka_kinshi ul {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2; }
    #tanaka_rule #tanaka_kinshi ul li {
      margin-left: 15px; }
      #tanaka_rule #tanaka_kinshi ul li span {
        color: #c61722; }

.lang-en #tanaka_rule .inner {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between; }
  .lang-en #tanaka_rule .inner #tanaka_recipe,
  .lang-en #tanaka_rule .inner #tanaka_kinshi {
    width: 230px !important;
    margin: 0; }
    .lang-en #tanaka_rule .inner #tanaka_recipe h3,
    .lang-en #tanaka_rule .inner #tanaka_kinshi h3 {
      text-align: left;
      margin: 0 0 10px 0; }
      .lang-en #tanaka_rule .inner #tanaka_recipe h3 img,
      .lang-en #tanaka_rule .inner #tanaka_kinshi h3 img {
        width: 100%; }
    .lang-en #tanaka_rule .inner #tanaka_recipe div,
    .lang-en #tanaka_rule .inner #tanaka_kinshi div {
      margin-top: 30px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: space-between;
      text-align: center; }
      .lang-en #tanaka_rule .inner #tanaka_recipe div p,
      .lang-en #tanaka_rule .inner #tanaka_kinshi div p {
        width: 90%; }
        .lang-en #tanaka_rule .inner #tanaka_recipe div p img,
        .lang-en #tanaka_rule .inner #tanaka_kinshi div p img {
          width: 95%; }

#menu_container {
  width: 916px;
  margin: 43px auto; }
  #menu_container #menu_tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    #menu_container #menu_tab li {
      width: calc((100% - 15px) / 4);
      border-top: #dad5cc 1px solid;
      border-right: #dad5cc 1px solid;
      border-left: #dad5cc 1px solid;
      transition: 0.8s;
      background: #fff; }
      #menu_container #menu_tab li img {
        width: 100%; }
      #menu_container #menu_tab li :hover {
        background: #f3efe8;
        transition: 0.8s; }
    #menu_container #menu_tab .active {
      background: #f3efe8; }
  #menu_container #menu_body {
    background: #f3efe8;
    border-bottom: #dad5cc 1px solid;
    border-right: #dad5cc 1px solid;
    border-left: #dad5cc 1px solid;
    text-align: center;
    padding: 50px 0; }
    #menu_container #menu_body .base_button, #menu_container #menu_body .border_button {
      background: #6e491f;
      margin: auto auto 15px auto;
      border-radius: 5px;
      -webkit--webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px; }
      #menu_container #menu_body .base_button a:link, #menu_container #menu_body .border_button a:link, #menu_container #menu_body .base_button a:visited, #menu_container #menu_body .border_button a:visited {
        color: #fff;
        font-weight: bold; }
      #menu_container #menu_body .base_button a, #menu_container #menu_body .border_button a {
        background: url(/assets/img/common/ico_pdf.png) no-repeat left;
        background-size: 1.5em;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px; }
    #menu_container #menu_body .menu_block {
      margin-bottom: 15px;
      padding-bottom: 20px;
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      border-bottom: 1px solid #ccc; }
      #menu_container #menu_body .menu_block .menu_thumb {
        margin: auto; }
        #menu_container #menu_body .menu_block .menu_thumb img {
          width: 100%; }
      #menu_container #menu_body .menu_block .base_button, #menu_container #menu_body .menu_block .border_button {
        margin-top: 20px;
        width: auto;
        padding-right: 15px;
        padding-left: 15px; }
    #menu_container #menu_body #allergy {
      margin-top: 40px; }
      #menu_container #menu_body #allergy .border_button {
        background: #fff;
        border-radius: 0px;
        -webkit--webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        display: inline-block;
        text-align: center;
        margin: 0 10px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px; }
        #menu_container #menu_body #allergy .border_button a {
          color: #c61722;
          font-weight: normal; }
        #menu_container #menu_body #allergy .border_button a::before {
          content: ""; }

/* ニュース
---------------------------------------------------------- */
.category_select {
  margin-top: -105px;
  text-align: right;
  margin-bottom: 70px;
  margin-right: -41px; }
  .category_select .select {
    padding: 10px; }

#news_block article {
  justify-content: space-between;
  width: 100%;
  background: #fff; }
  #news_block article .inner {
    margin: 0 30px;
    padding: 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #6e491f; }
    #news_block article .inner .news_thumb {
      width: 150px;
      text-align: left;
      margin-right: 20px; }
      #news_block article .inner .news_thumb img {
        width: 140px;
        height: 140px; }
    #news_block article .inner .news_summary {
      width: 100%; }
      #news_block article .inner .news_summary .news_header .postday {
        font-weight: bold; }
        #news_block article .inner .news_summary .news_header .postday li {
          display: inline-block; }
        #news_block article .inner .news_summary .news_header .postday .icon {
          color: #fff;
          text-align: center;
          font-size: 0.8em;
          padding: 3px 10px;
          margin-left: 10px;
          font-weight: bold;
          letter-spacing: 0.1em; }
        #news_block article .inner .news_summary .news_header .postday .ico_shopinfo {
          background: #a60808; }
        #news_block article .inner .news_summary .news_header .postday .ico_campaign {
          background: #ee5a87; }
        #news_block article .inner .news_summary .news_header .postday .ico_news {
          background: #e55c00; }
        #news_block article .inner .news_summary .news_header .postday .ico_iteminfo {
          background: #4769a6; }
        #news_block article .inner .news_summary .news_header .postday .ico_csr {
          background: #53ae66; }
        #news_block article .inner .news_summary .news_header .postday .ico_recruit {
          background: #666; }
      #news_block article .inner .news_summary .news_header h1 {
        text-align: left;
        line-height: 1.0;
        padding-bottom: 15px;
        padding-top: 10px;
        font-size: 2.0rem; }
  #news_block article:last-child .inner {
    border: none; }

#pagenation {
  margin-top: 10px;
  margin-bottom: 40px; }
  #pagenation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    line-height: 1.0; }
    #pagenation ul li {
      border: 1px solid #6e491f;
      margin: 0 8px; }
      #pagenation ul li a {
        display: block;
        padding: 10px;
        width: 100%;
        text-align: center;
        text-decoration: none; }
      #pagenation ul li:hover {
        background: #c61722;
        border-color: #c61722; }
        #pagenation ul li:hover a {
          color: #fff; }
    #pagenation ul .active, #pagenation ul .dotted {
      padding: 10px; }
    #pagenation ul .active {
      color: #fff;
      background: #c61722;
      border-color: #c61722; }

#news_body article {
  display: block; }
  #news_body article .shoplist {
    background: #f9f7f3;
    padding: 30px;
    margin-top: 40px; }
    #news_body article .shoplist h1 {
      background: #6e491f;
      font-size: 1.5rem;
      color: #fff;
      padding: 15px;
      line-height: 1.0; }
    #news_body article .shoplist table {
      border-bottom: 1px solid #6e491f;
      padding: 20px 0;
      width: 100%; }
      #news_body article .shoplist table h2 {
        text-align: left;
        font-size: 1.8rem;
        margin-bottom: 10px; }

#pager {
  text-align: center;
  margin-bottom: 50px; }
  #pager li {
    display: inline-block;
    padding: 0 1em; }
    #pager li:nth-child(1)::after {
      content: "　|"; }
    #pager li:nth-child(3)::before {
      content: "|　"; }

#news_detail_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px !important;
  margin-bottom: 40px; }

#restaurant_container {
  padding: 40px; }
  #restaurant_container #search_block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    #restaurant_container #search_block #search_left {
      width: 497px; }
      #restaurant_container #search_block #search_left #area_block dl {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        width: 497px;
        margin: 0 auto; }
        #restaurant_container #search_block #search_left #area_block dl dt {
          width: 150px;
          font-weight: bold;
          padding: 20px 0;
          border-bottom: 1px solid #ccc; }
        #restaurant_container #search_block #search_left #area_block dl dd {
          font-weight: bold;
          width: 347px;
          padding: 20px 0;
          border-bottom: 1px solid #ccc; }
          #restaurant_container #search_block #search_left #area_block dl dd li {
            display: inline-block; }
            #restaurant_container #search_block #search_left #area_block dl dd li a {
              margin-left: 15px;
              padding-right: 15px; }
          #restaurant_container #search_block #search_left #area_block dl dd li::after {
            content: "|"; }
    #restaurant_container #search_block #search_side {
      font-weight: bold;
      width: 393px;
      background: url(../img/common/bg_common.png);
      padding: 20px 0; }
      #restaurant_container #search_block #search_side h2 {
        border-bottom: 2px solid #6e491f; }
      #restaurant_container #search_block #search_side button {
        background: url(../img/restaurant/ba_search.png);
        background-size: 100%;
        border: none;
        width: 314px;
        height: 40px; }
        #restaurant_container #search_block #search_side button span {
          visibility: hidden; }
        #restaurant_container #search_block #search_side button:hover {
          cursor: pointer; }
      #restaurant_container #search_block #search_side #place_search_box {
        padding: 0 20px; }
      #restaurant_container #search_block #search_side #keyword_search_box,
      #restaurant_container #search_block #search_side #service_search_box {
        width: 353px;
        padding: 20px;
        margin: auto;
        background: #fff; }
      #restaurant_container #search_block #search_side #keyword_search_box {
        padding-bottom: 0;
        margin-top: 20px; }
        #restaurant_container #search_block #search_side #keyword_search_box h2 {
          margin-bottom: 15px; }
        #restaurant_container #search_block #search_side #keyword_search_box input[type=text] {
          height: 40px;
          border-radius: 5px;
          -webkit--webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          margin-bottom: 15px; }
      #restaurant_container #search_block #search_side #service_search_box {
        padding-top: 0; }
        #restaurant_container #search_block #search_side #service_search_box table {
          width: 100%;
          border-collapse: collapse;
          margin-bottom: 15px; }
          #restaurant_container #search_block #search_side #service_search_box table td {
            padding: 8px 0;
            width: 50%;
            border-bottom: 1px solid #6e491f;
            line-height: 1.0;
            vertical-align: middle; }
            #restaurant_container #search_block #search_side #service_search_box table td input[type=checkbox] {
              border-radius: 5px;
              -webkit--webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -ms-border-radius: 5px; }
            #restaurant_container #search_block #search_side #service_search_box table td img {
              vertical-align: baseline;
              margin-right: 5px;
              width: 14px; }
  #restaurant_container .not_found {
    text-align: center;
    padding: 50px 0; }
  #restaurant_container #search_result {
    margin: auto;
    border: 10px solid #f3efe8; }
    #restaurant_container #search_result h4 {
      border-bottom: 2px solid #6e491f;
      text-align: left;
      margin: 40px 40px 0 40px; }
      #restaurant_container #search_result h4 img {
        width: 70%; }
    #restaurant_container #search_result #search_list h3 {
      text-align: center;
      padding: 40px 0;
      line-height: 1.0;
      font-size: 2.0rem; }
    #restaurant_container #search_result #search_list #area_nav {
      padding: 20px 0 0 0;
      margin: auto 40px;
      border-bottom: #ccc 1px solid;
      font-weight: bold; }
      #restaurant_container #search_result #search_list #area_nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #restaurant_container #search_result #search_list #area_nav ul a {
          display: inline-block;
          padding: 0 10px; }
        #restaurant_container #search_result #search_list #area_nav ul li {
          margin-bottom: 10px; }
          #restaurant_container #search_result #search_list #area_nav ul li:last-child span {
            display: none; }
    #restaurant_container #search_result #search_list .area_name {
      font-weight: bold !important;
      padding: 15px 15px 15px 0;
      text-align: left !important;
      font-size: 1.5rem;
      margin-top: 30px; }
      #restaurant_container #search_result #search_list .area_name i {
        margin-right: 10px; }
    #restaurant_container #search_result #search_list .pref_name {
      background: #6e491f;
      padding: 8px 10px;
      margin-bottom: 1px;
      margin-left: 40px;
      margin-right: 40px;
      position: relative;
      color: #fff !important;
      text-decoration: none; }
      #restaurant_container #search_result #search_list .pref_name:hover {
        cursor: pointer;
        font-weight: bold; }
    #restaurant_container #search_result #search_list .pref_name::after {
      content: "\f107";
      font-family: FontAwesome;
      padding-right: 20px;
      position: absolute;
      right: 10px;
      top: 30%;
      font-size: 1.6rem;
      color: #fff; }
    #restaurant_container #search_result #search_list #freeword-result {
      display: none; }
    #restaurant_container #search_result #search_list .accordion {
      margin: auto 40px; }
      #restaurant_container #search_result #search_list .accordion dt {
        padding: 10px 10px 10px 20px;
        margin-bottom: 2px;
        position: relative;
        background: url("/assets/img/common/bg_common.png");
        font-size: 1.6rem;
        font-weight: bold; }
        #restaurant_container #search_result #search_list .accordion dt span {
          font-size: 0.8em; }
      #restaurant_container #search_result #search_list .accordion dt::after {
        content: "\f107";
        font-family: FontAwesome;
        padding-right: 20px;
        position: absolute;
        right: 10px;
        top: 35%;
        font-size: 1.6rem; }
      #restaurant_container #search_result #search_list .accordion dt:hover {
        cursor: pointer;
        opacity: 0.8;
        text-decoration: underline; }
      #restaurant_container #search_result #search_list .accordion dd {
        display: none; }
      #restaurant_container #search_result #search_list .accordion .shop_summary_block {
        padding: 25px 0;
        /*
        .left_box{
           width: 150px;
           h1{
              text-align: left;
              font-size:2.0rem;
              margin-bottom: 20px;
              line-height: 1.5;
           }
           p{
              margin-bottom: 5px;
           }
        }
        .right_box{
           width: 310px;
           p{
              margin-bottom: 10px;
           }
        }
        */ }
        #restaurant_container #search_result #search_list .accordion .shop_summary_block:last-child {
          border-bottom: none; }
        #restaurant_container #search_result #search_list .accordion .shop_summary_block table {
          width: 100%;
          border-collapse: collapse; }
          #restaurant_container #search_result #search_list .accordion .shop_summary_block table th {
            border-top: #6e491f 1px solid;
            border-bottom: #6e491f 1px solid;
            text-align: left;
            padding: 10px;
            background: #fbfbfb; }
          #restaurant_container #search_result #search_list .accordion .shop_summary_block table td {
            vertical-align: middle !important;
            border-bottom: #6e491f 1px solid;
            padding: 15px 10px; }
          #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_name {
            white-space: nowrap;
            vertical-align: middle;
            padding-right: 20px; }
            #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_name h1 {
              text-align: left !important; }
              #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_name h1 a {
                text-decoration: underline !important; }
          #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_address {
            width: 240px;
            text-align: left !important; }
          #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_service {
            width: 160px;
            text-align: left; }
            #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_service img {
              vertical-align: bottom;
              margin: 2px 1px; }
          #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_sns {
            width: 230px;
            line-height: 1.8; }
            #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_sns div {
              display: -webkit-box;
              display: -moz-box;
              display: -webkit-flexbox;
              display: -moz-flexbox;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: -moz-flex;
              display: flex;
              flex-wrap: wrap;
              justify-content: center; }
            #restaurant_container #search_result #search_list .accordion .shop_summary_block table .shop_sns img {
              width: 100px;
              margin: 2px;
              vertical-align: bottom; }
    #restaurant_container #search_result #search_side {
      background: none;
      width: auto;
      padding: 5%;
      border: 4px double #dad5cc;
      margin-top: 80px;
      margin-bottom: 80px;
      margin-left: 40px;
      margin-right: 40px; }
      #restaurant_container #search_result #search_side #place_search_box {
        width: 100%;
        background: #fff;
        border-bottom: 2px dotted #dad5cc;
        padding-bottom: 40px;
        text-align: center; }
        #restaurant_container #search_result #search_side #place_search_box img {
          width: 400px;
          margin: auto; }
      #restaurant_container #search_result #search_side #keyword_search_box,
      #restaurant_container #search_result #search_side #service_search_box {
        width: 100%; }
      #restaurant_container #search_result #search_side #keyword_search_box h2 {
        text-align: left;
        margin-bottom: 20px; }
        #restaurant_container #search_result #search_side #keyword_search_box h2 img {
          width: 50%; }
      #restaurant_container #search_result #search_side #service_search_box td br {
        display: none; }
      #restaurant_container #search_result #search_side #service_search_box .btn_wrapper {
        text-align: center;
        padding-top: 20px; }
  #restaurant_container #shop_detail_block {
    border: 10px solid #f3efe8;
    padding: 40px; }
    #restaurant_container #shop_detail_block #shop_name {
      background: #6e491f;
      color: #fff;
      text-align: left;
      font-size: 2.0rem;
      line-height: 1.0;
      padding: 10px; }
    #restaurant_container #shop_detail_block .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: space-between; }
      #restaurant_container #shop_detail_block .inner #shop_base_info {
        width: 430px; }
        #restaurant_container #shop_detail_block .inner #shop_base_info table {
          width: 100%;
          border-collapse: collapse; }
          #restaurant_container #shop_detail_block .inner #shop_base_info table th {
            text-align: left;
            white-space: nowrap; }
          #restaurant_container #shop_detail_block .inner #shop_base_info table th,
          #restaurant_container #shop_detail_block .inner #shop_base_info table td {
            padding: 10px;
            border-bottom: #6e491f 1px solid; }
        #restaurant_container #shop_detail_block .inner #shop_base_info .epark_waiting table {
          border: none !important;
          width: 300px !important; }
          #restaurant_container #shop_detail_block .inner #shop_base_info .epark_waiting table th, #restaurant_container #shop_detail_block .inner #shop_base_info .epark_waiting table td {
            display: block !important;
            border: none !important;
            width: 100% !important;
            padding: 0 !important;
            height: auto !important; }
          #restaurant_container #shop_detail_block .inner #shop_base_info .epark_waiting table td:first-child img {
            width: 30px;
            height: 31px; }
        #restaurant_container #shop_detail_block .inner #shop_base_info .icon_setsumei {
          margin-top: 20px;
          font-size: 0.9em;
          background: #f1f1f1;
          padding: 20px; }
          #restaurant_container #shop_detail_block .inner #shop_base_info .icon_setsumei p {
            margin-bottom: 10px; }
          #restaurant_container #shop_detail_block .inner #shop_base_info .icon_setsumei ul li {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 8px; }
            #restaurant_container #shop_detail_block .inner #shop_base_info .icon_setsumei ul li img {
              vertical-align: middle; }
      #restaurant_container #shop_detail_block .inner #map-wrap {
        width: 350px;
        margin-top: 20px; }
  #restaurant_container #shop_menu_banner {
    margin-top: 40px; }
    #restaurant_container #shop_menu_banner ul {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: center; }
      #restaurant_container #shop_menu_banner ul li {
        margin-right: 10px; }
        #restaurant_container #shop_menu_banner ul li:last-child {
          margin-right: 0; }
  #restaurant_container #gallery-area {
    width: 100%;
    margin-top: 40px; }
    #restaurant_container #gallery-area ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #restaurant_container #gallery-area ul li {
        width: calc((100% - 15px) / 2);
        margin-top: 15px;
        border: 1px solid #ccc; }
        #restaurant_container #gallery-area ul li img {
          width: 100%; }
  #restaurant_container #related_news h2,
  #restaurant_container #near_shops h2 {
    border-bottom: 2px solid #6e491f;
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.8rem; }
  #restaurant_container #related_news {
    border: 10px solid #f3efe8;
    padding: 40px;
    margin-top: 40px; }
    #restaurant_container #related_news dl dt {
      float: left;
      clear: both;
      padding: 10px;
      border-bottom: 1px dotted #6e491f;
      font-weight: bold;
      margin-right: 1em; }
    #restaurant_container #related_news dl dd {
      padding: 10px;
      border-bottom: 1px dotted #6e491f; }
  #restaurant_container #near_shops {
    padding: 40px;
    margin-top: 40px;
    background: #f3efe8; }
    #restaurant_container #near_shops h2 {
      margin-bottom: 20px; }
    #restaurant_container #near_shops table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid #6e491f; }
      #restaurant_container #near_shops table tr:nth-child(odd) {
        background: #fff; }
      #restaurant_container #near_shops table th, #restaurant_container #near_shops table td {
        padding: 15px 0;
        border-bottom: 1px solid #6e491f; }
      #restaurant_container #near_shops table th {
        text-align: left;
        padding-right: 20px;
        padding-left: 20px; }
      #restaurant_container #near_shops table .button_cell {
        text-align: right;
        width: 240px;
        padding-right: 20px; }

/* フッター 
---------------------------------------------------------------------*/
#sub_contents {
  background: #fff;
  width: 100%;
  padding: 70px 0 60px 0;
  margin-top: 70px; }
  #sub_contents .inner {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    #sub_contents .inner div {
      width: 305px;
      text-align: center; }
      #sub_contents .inner div dl {
        margin-top: 10px; }
        #sub_contents .inner div dl dt {
          font-weight: bold;
          font-size: 1.8rem;
          margin-bottom: 10px; }
          #sub_contents .inner div dl dt span {
            text-decoration: underline; }
            #sub_contents .inner div dl dt span:hover {
              text-decoration: none; }
        #sub_contents .inner div dl dd {
          font-size: 1.4rem;
          font-weight: bold; }

/* フッター 
---------------------------------------------------------------------*/
footer {
  font-size: 1.4rem;
  background: url(../img/common/bg_footer.png) top repeat-x; }
  footer .inner {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 35px 0;
    justify-content: space-between; }
    footer .inner #footer_nav {
      width: 375px; }
      footer .inner #footer_nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 375px; }
      footer .inner #footer_nav li {
        width: 50% !important;
        display: block; }
    footer .inner #footer_link {
      text-align: right; }
      footer .inner #footer_link li {
        display: inline-block; }
  footer #copyright {
    background: #775936;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    padding: 15px 0;
    font-size: 1rem; }
  footer #footer_logo {
    width: 100%;
    text-align: center;
    padding-bottom: 30px; }
    footer #footer_logo ul {
      margin-top: 10px; }
      footer #footer_logo ul li {
        display: inline-block; }
