@charset "UTF-8";

.t-first_load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 90000;
}

.t-all_wrap {
  overflow: hidden;
}

/*-------------------------------------------------------------------------------------------
.t-header
-------------------------------------------------------------------------------------------  */

.t-header {
  height: 58px;
}

.t-header_content_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  height: 58px;
  width: 100%;
  background-color: #fff;
}

.t-header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 100%; */
  max-width: none;
}

.t-header_logo {
  width: 70px;
}

.t-header_product_text {
  /*display: none;*/
  display: none;
  font-size: 18px;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.t-header_func {
  display: flex;
  align-items: center;
}

.t-header_func_list {
  display: flex;
  margin: 0 -17px 0 0;
}

.t-header_func_list_item:first-child {
  padding-right: 18px;
}

.t-header_func_list_item {
  padding: 0 8px 0 0;
}

.t-header_func_list_item:last-child {
  padding-right: 13px;
}

.t-header_func_obj_wrap {
  text-align: center;
  white-space: nowrap;
}

.t-header_func_obj {
}

.t-header_func_obj_img {
  height: 27px;
}

.t-header_func_obj_text {
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 10px;
}

.t-header_nav_switch_wrap {
  margin: 0 0 0 3px;
}

.t-link_block {
  display: block;
  text-decoration: none !important;
}

.t-header_nav_switch {
  cursor: pointer;
  width: 56px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-header_nav_switch_obj {
  position: relative;
  width: 20px;
  height: 16px;
}

.t-header_nav_switch .t-bar {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #3d1613;
  transform-origin: 0 50%;
  transition: transform 0.4s ease 0s, left 0.4s ease 0s, top 0.4s ease 0s;
}

.t-header_nav_switch .t-bar.bar01 {
  top: 0;
}

.t-header_nav_switch .t-bar.bar02 {
  top: 7px;
}

.t-header_nav_switch .t-bar.bar03 {
  top: 14px;
}

.nav_active .t-header_func_list_wrap {
  display: none;
}

.nav_active .t-header_nav_switch .t-bar.bar01 {
  left: 3px;
  transform: rotate(45deg);
}

.nav_active .t-header_nav_switch .t-bar.bar02 {
  display: none;
}

.nav_active .t-header_nav_switch .t-bar.bar03 {
  left: 3px;
  transform: rotate(-45deg);
}

.main_nav_active .t-main_page_nav {
  display: block;
}

.product_nav_active .t-product_nav {
  display: block;
}

.product_nav_active .t-header_logo {
  display: none;
}

.product_nav_active .t-header_product_text {
  display: block;
}

/*-------------------------------------------------------------------------------------------
.t-favorite_obj_wrap
-------------------------------------------------------------------------------------------  */

.t-favorite_obj_wrap {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.t-favorite_obj {
  display: flex;
  align-items: center;
}

.t-favorite_obj .t-favorite_obj_title {
  margin: 0 10px 0 0;
}

.t-favorite_count {
  background-image: url('../../img/common/icon_favorite_frame.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  width: 48px;
  height: 31px;
  padding: 0 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b60008;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-weight: 400;
}

/*-------------------------------------------------------------------------------------------
.t-main_nav
-------------------------------------------------------------------------------------------  */

.t-main_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 58px 0 0 0;
  z-index: 29999;
}

.mt_ajt01 .t-main_nav {
  padding: 158px 0 0 0;
}

.t-main_nav_in {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.t-main_nav_content {
  padding: 0 15px 100px 15px;
}

/* -------------------------------- .t-main_page_nav --------------------------------*/

.t-main_page_nav {
  display: none;
}

.t-main_page_nav .t-page_nav_list_wrap {
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 22px 0;
  max-width: 1200px;
  text-align: left;
}

.t-main_page_nav .t-page_nav_list_item {
  border-bottom: 1px solid #eae6dd;
}

.t-main_page_nav .t-page_nav_list_link {
  display: block;
  text-decoration: none !important;
  padding: 15px 8px;
}

.t-main_page_nav .t-page_lang_list_wrap {
  font-size: 13px;
  line-height: 1;
  margin: 30px 0;
}

.t-main_page_nav .t-page_lang_list {
  display: flex;
}

.t-main_page_nav .t-page_lang_list_item {
  width: 33.333%;
  border-right: 1px solid #eae6dd;
}

.t-main_page_nav .t-page_lang_list_item.current {
  color: #b60008;
}

.t-main_page_nav .t-page_lang_list_item:last-child {
  border-right: none;
}

.t-main_page_nav .t-page_lang_list_link {
  display: block;
  text-decoration: none !important;
  text-align: center;
  padding: 10px;
}

.t-main_page_nav .t-page_nav_favorite_wrap {
  text-align: center;
}

/* -------------------------------- .t-product_nav --------------------------------*/

.t-product_nav {
  display: none;
}

.t-product_nav_block {
  border-top: 1px solid #eae6dd;
  padding: 35px 10px;
}

.t-product_nav_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 12px;
}

.t-product_nav_row .c-btn {
  font-size: 13px;
  line-height: 1.23;
  border: 1px solid #eae6dd;
  border-radius: 5px;
  height: 56px;
  letter-spacing: 0em;
  text-align: center;
}

/* -------------------------------- .t-product_btn_wrap --------------------------------*/

.t-product_btn_wrap {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 20000;
  background-color: #fff;
}

.t-product_btn_wrap,
.t-product_btn {
  border-radius: 5px;
}

.t-product_btn {
  cursor: pointer;
  font-size: 8px;
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #b60008;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
}

.t-product_btn_obj {
}

.t-product_btn_img {
  margin: 0 0 4px 0;
}

.t-product_btn_text {
}

/* .t-footer_btn_list_wrap */

.t-footer_btn_list_wrap {
  white-space: nowrap;
}

.t-footer_btn_list {
  margin: 0 -6px -6px 0;
  display: flex;
  flex-wrap: wrap;
}

.t-footer_btn_list_item {
  display: flex;
  flex-direction: column;
  padding: 0 6px 6px 0;
  width: 100%;
}

.t-footer_btn_list_item.half {
  width: 50%;
}

.t-footer_btn_list_item .c-btn_wrap {
  flex-grow: 1;
}

.t-footer_btn_list_item .c-btn_wrap,
.t-footer_btn_list_item .c-btn {
  border-radius: 6px;
}

.t-footer_btn_list_item .c-btn {
  padding: 13px 14px;
  background-color: #fff;
  font-size: 13px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.t-footer_btn_list_item.half .c-btn {
  padding: 18px 14px;
}

.t-footer_nav {
  max-width: 980px;
}

.list li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: 'KaiSho MCBK1', sans-serif;
}

@media screen and (max-width: 360px) {
  .t-footer_btn_list_item .c-btn {
    font-size: 12px;
  }
}

/* .t-footer_banner_list_wrap */

.t-footer_banner_list_wrap {
  margin: 30px 0 40px 0;
}

.t-footer_banner_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -6px 0;
}

.t-footer_banner_list_item {
  width: 50%;
  padding: 0 6px 6px 0;
}

/* .t-footer_link_wrap */

.t-footer_link_wrap {
  background-color: #fff;
  padding: 5px 0 45px;
}
.t-footer_nav .t-page_nav_list_wrap {
  padding: 25px 10px 0;
  line-height: 1.1;
  font-size: 13px;
  min-height: 250px;
}

.t-footer_nav .t-page_nav_list_item {
  border-bottom: 1px solid #eae6dd;
}

.t-footer_nav .t-page_nav_list_link {
  display: block;
  padding: 10px 5px;
  font-family: 'Noto Serif JP', serif;
}

.t-footer_nav .t-page_lang_list_wrap {
  margin: 22px 0;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1;
}

.t-footer_nav .t-page_lang_list {
  display: flex;
}

.t-footer_nav .t-page_lang_list_item {
  width: 33.333%;
  border-right: 1px solid #eae6dd;
}

.t-footer_nav .t-page_lang_list_item.current {
  color: #b60008;
}

.t-footer_nav .t-page_lang_list_item:last-child {
  border-right: none;
}

.t-footer_nav .t-page_lang_list_link {
  display: block;
  text-decoration: none !important;
  text-align: center;
  padding: 10px;
}

/* .t-footer_min_nav_list_area */

.t-footer_min_nav_list_area {
  font-size: 13px;
  line-height: 1;
  margin: 30px 0 30px 0;
  text-align: center;
}

.t-footer_min_nav_list_wrap {
  display: inline-table;
  vertical-align: bottom;
}

.t-footer_min_nav_list {
  display: table-row;
}

.t-footer_min_nav_list_item {
  display: table-cell;
  padding: 0 0 10px 0;
}

.t-footer_min_nav_list_item:first-child {
  text-align: right;
}

.t-footer_min_nav_list_item:last-child {
  text-align: left;
}

.t-footer_min_nav_list:last-child .t-footer_min_nav_list_item {
  padding: 0;
}

.t-footer_min_nav_block {
  white-space: nowrap;
  padding: 0 15px;
  border-right: 1px solid #3d1613;
}

.t-footer_min_nav_list_item:first-child .t-footer_min_nav_block {
  padding-left: 0;
}

.t-footer_min_nav_list_item:last-child .t-footer_min_nav_block {
  border-right: none;
  padding-right: 0;
}

/*-------------------------------------------------------------------------------------------
footer compornent
-------------------------------------------------------------------------------------------  */

.c-footer__search {
  display: none;
}
.c-footer-pc__sitemap {
  padding: 50px 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.c-footer-pc__sitemap__inner {
  display: table;
  width: 100%;
}
.c-footer-pc__sitemap__inner a {
  color: #fff;
}
.c-footer-pc__sitemap__item {
  display: table-cell;
  padding: 0 10px;
}
.c-footer-pc__sitemap__item > :first-child {
  margin-top: 0;
}
.c-footer-pc__sitemap__main,
.c-footer-pc__sitemap__media {
  margin-top: 40px;
}
.c-footer-pc__sitemap__main > :first-child,
.c-footer-pc__sitemap__media > :first-child {
  margin-top: 0;
}
.c-footer-pc__sitemap__main li,
.c-footer-pc__sitemap__media li {
  margin-top: 10px;
}
.c-footer-pc__sitemap__main--link,
.c-footer-pc__sitemap__media--link {
  font-size: 128%;
}
.c-footer-pc__sitemap__sub {
  padding-left: 10px;
}
.c-footer-complementary {
  padding: 25px 0;
  text-align: center;
}
.c-footer-complementary li {
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
.c-footer-complementary li a {
  color: #fff;
}
.c-footer-complementary li:first-child {
  padding-right: 25px;
}
.c-footer-complementary li:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '|';
  color: #fff;
}
.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  *zoom: 1;
}
.c-footer-store__list:after {
  content: '.';
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-copyright__logo {
  margin-top: 30px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-family: 'Helvetica Neue', Arial, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', Meiryo, ' ｭ ｳ  ｰ繧ｴ繧ｷ繝 け', 'MS PGothic', sans-serif;
}
.c-footer-sp-store {
  display: none;
}
.c-footer-sp-store__tbl {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.c-footer-sp-store__logo,
.c-footer-sp-store__text {
  display: table-cell;
  vertical-align: middle;
}
.c-footer-sp-store__btn {
  display: block;
  position: relative;
  line-height: 40px;
}
.c-footer-sp-store__btn:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url('../../../../../jp/resource/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -182px -53px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-sp-store__btn.is-active:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url('../../../../../jp/resource/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -182px -95px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-sp-store__logo img {
  width: 40px;
  margin-right: 5px;
}
.c-footer-sp-store__text {
  width: 135px;
}
.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 550;
}
.c-pagetop a {
  display: inline-block;
  width: 76px;
  height: 76px;
  background-image: url('../../../../../jp/resource/img/sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -298px;
}

/* ----------------------------------
  footer compornent SP
---------------------------------- */
.c-footer__search {
  display: block;
  padding: 10px;
  font-size: 128%;
}
.c-footer__search form {
  position: relative;
}
.c-footer__search input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 31px 6px 5px;
  border: 1px solid #f4f4f4;
  height: 40px;
  width: 100%;
  background: #f4f4f4;
}
.c-footer__search__submit {
  display: none;
}
.c-footer__search__reset {
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: 38px;
  padding: 4px 0 6px 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #b2b2b2;
  display: block;
  width: 38px;
  height: 38px;
  background-image: url('../../../../../jp/resource/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -126px -56px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-pc__sitemap__item {
  padding: 0;
}
.c-footer-pc__sitemap {
  padding: 0 10px;
  margin: 0;
}
.c-footer-pc__sitemap__main {
  display: none;
}
.c-footer-pc__sitemap__media {
  margin-top: 0;
}
.c-footer-pc__sitemap__media li {
  margin-top: 0;
  border-top: 1px solid #3479bf;
}
.c-footer-pc__sitemap__media--link {
  position: relative;
  display: block;
  padding: 13px 10px;
  font-size: 114%;
}
.c-footer-pc__sitemap__media--link:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 10px;
  width: 4px;
  height: 7px;
  margin-top: -3.5px;
  background-image: url('../../../../../jp/resource/img/sprite.png');
  background-repeat: no-repeat;
  background-position: -224px -80px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
.c-footer-complementary {
  font-size: 92%;
}
.c-footer-complementary li {
  padding: 0 10px;
}
.c-footer-complementary li:first-child {
  padding-right: 20px;
}
.c-footer-store {
  padding: 0 10px;
}
.c-footer-store__wrap {
  display: block;
  padding-bottom: 14px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-store__list {
  margin: 0 -7px 0 -7px;
}
.c-footer-store__list li {
  width: 16.6%;
  text-align: center;
}
.c-footer-store__list li span {
  display: block;
  margin: 10px 5px 0 5px;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  margin: 0;
  padding: 0;
}
.c-footer-store__list li img {
  width: 100%;
}
.js-footer-logo-list {
  display: none;
}
.c-footer-copyright {
  margin: 0 10px;
}
.c-footer-copyright__logo {
  margin-top: 20px;
}
.c-footer-copyright__logo img {
  width: 69px;
}
.c-footer-sp-store {
  display: block;
}
.c-pagetop {
  display: none;
}

/* ----------------------------------
  footer fix
---------------------------------- */

/* .l-footer__frame  */

.l-footer__frame a,
.l-footer__frame a:link,
.l-footer__frame a:visited {
  text-decoration: none;
}
.l-footer__frame a,
.l-footer__frame a:hover,
.l-footer__frame a:link,
.l-footer__frame a:visited {
  color: #0051a4;
}

.c-footer-sp-store__btn {
  font-size: 13px;
}

.c-footer-copyright__copy {
  font-size: 10px;
  color: #323232;
}

.c-footer-copyright {
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-footer-store {
  padding-left: 0;
  padding-right: 0;
}

/* ----------------------------------
.sns_entry
---------------------------------- */

.sns_entry {
  position: relative;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}

.sns_entry .sns_entry_inner {
  display: flex;
  justify-content: center;
}

.sns_entry .sns_twitter,
.sns_entry .sns_addthis {
  /*margin-left: 10px;*/
}

.sns_entry div {
  line-height: 0;
  margin: 0 10px 0 0;
}

.sns_entry div:last-child {
  margin-right: 0;
}

.sns_entry .facebook_like iframe {
}

.sns_entry .sns_twitter iframe {
}

.sns_entry .sns_addthis {
  width: 20px !important;
  height: 20px !important;
}

/* .addthis_toolbox,
.addthis_button_compact,
.at-icon-wrapper,
.at-icon-addthis {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
} */

/*
.sns_entry .sns_twitter {
   margin-right: 40px;
    margin-left: 30px;
}

 .sns_entry .sns_addthis {
    margin-top: 1px;
     position: absolute;
     right: 0px;
}*/

.sns_entry:after {
  content: '';
  clear: both;
  display: block;
}

.sns_facebook {display: none!important;}

.t-align-r {
  text-align: right;
}

.t-header_nav_menu {
  display: flex;
  justify-content: space-around;
}

.t-footer_content {
  background: url(../../img/common/redBg.jpg) repeat;
}

@media screen and (max-width: 700px) {
  .sp_none {
    display: none;
  }

  /*フッターメニュー*/
  .t-page_nav_list_wrap {
    display: flex;
    flex-flow: wrap;
    padding: 0 6.4vw;
  }

  .col {
    width: 50%;
    float: left;
    color: #fff;
  }

  .list {
    margin-bottom: 10px;
  }

  .t-page_nav_list_wrap div:nth-last-of-type(0) {
    order: 1;
  }

  .t-page_nav_list_wrap div:nth-last-of-type(1) {
    order: 2;
    height: 150px;
  }

  .t-page_nav_list_wrap div:nth-last-of-type(2) {
    order: 3;
  }
}

@media screen and (min-width: 701px) {
  .pc_none {
    display: none;
  }

  .t-header {
    /* height: 138px; */
    height: 134px;
  }

  .t-header_logo {
    width: 95px;
    margin: 0 auto;
  }

  .t-header_content_wrap {
    /* height: 96px; */
    background-color: #f4f1e9;
  }

  .t-header_content {
    justify-content: unset;
  }

  .t-header_func_img {
    width: 160px;
  }

  .t-header_func {
    display: block;
    width: 100%;
  }

  div.t-header_nav {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
  }

  .t-header_nav_menu {
    position: relative;
    height: 52px;
    padding-left: 134px;
  }

  .t-header_nav_menu li a {
    padding: 15px 14px 15px;
    /* color: #b28c67; */
    color: #fff;
    display: block;
    padding: 16px 14px 16px;
    font-size: 14px;
  }
  /* ナビ上 */
  .t-header_nav_list_up {
    background-color: #f4f1e9;
  }

  .t-header_nav_contents {
    position: relative;
    height: 82px;
  }

  .t-header_nav_contents h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  /*ナビ下 */
  .t-header_nav_list_down {
    background: url(../../img/common/redBg.jpg) repeat-x top center;
  }

  .t-page_nav_favorite_wrap {
    position: absolute;
    top: 25px;
    right: 0;
  }

  .pc_between {
    justify-content: space-between;
  }

  .pc_justi-around {
    justify-content: space-around;
  }

  /* Web予約注文・お弁当ダイヤル・お問い合わせ */
  .t-page_top_menu_wrap {
    display: flex;
    justify-content: flex-end;
  }
  .t-page_top_menu_item:nth-child(1),
  .t-page_top_menu_item:nth-child(2) {
    margin-right: 2px;
  }
  .t-page_top_menu_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    /* padding-top: 0px; */
  }
  .t-page_top_menu_item_link {
    padding: 10px 12px;
    font-size: 11px;
    color: #3d1613;
    font-weight: normal;
  }
  .t-page_top_official_link_item {
    display: inline-block;
    margin-top: 22px;
  }
  .t-page_top_menu_item .t-page_top_official_link {
    color: #fff;
    background-color: #b60008;
    font-weight: bold;
    padding: 10px 15px;
  }

  /* キャンペーン */

  .m-w50p-20px {
    width: calc(50% - 20px);
  }

  /* フッター */

  .t-footer_func {
    max-width: 800px;
  }

  .t-footer_btn_list_item .c-btn {
    width: 210px;
    height: 72px;
  }

  .t-footer_btn_list {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .t-footer_btn_list_item .c-btn {
    padding: 0;
  }

  .t-footer_btn_list_item {
    padding: 0;
    align-items: center;
    margin-right: 10px;
    width: calc(50% - 100px);
  }

  .t-footer_btn_list_item:last-o f-type {
    margin-right: 0;
  }

  .t-footer_min_nav_block {
    border: none;
    padding: 0 25px;
  }

  .t-footer_min_nav_list_area {
    margin: 30px 0 75px 0;
  }

  .t-footer_nav {
    display: flex;
    margin: 0 auto;
  }
  /*なか卯テレビとメルマガのバナー*/
  .t-footer_banner {
    width: 35%;
    margin: 30px auto;
  }

  .t-footer_banner_lists {
    text-align: center;
  }

  .t-footer_nav .t-page_nav_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  /*フッターメニュー*/
  .t-page_nav_list_wrap {
    display: flex;
    flex-flow: wrap;
    width: 65%;
  }

  .col {
    width: 25%;
    margin-left: 5%;
  }

  .list {
    margin-bottom: 20px;
  }

  .list li {
    margin-bottom: 3px;
  }

  .t-footer_nav .t-page_nav_list li {
    width: calc(33.3% - 10px);
    margin: 20px 5px 0px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
  }

  .t-footer_nav .t-page_nav_list_item {
    border-bottom: none;
  }

  .t-footer_banner_lists li {
    margin-bottom: 15px;
  }

  /*
	フッターナビ2
	.t-footer_nav .t-page_nav_list_link {
		padding: 12px 34px;
	}
	.t-footer_nav .t-page_nav_list_item {
		border-bottom: none;
	}

	.t-footer_nav {
		margin: 0 0 10px 0;
	}

	.t-page_nav_list {
		display: flex;
    	justify-content: center;
	}
	.t-footer_nav .t-page_nav_list_wrap {
		margin: 45px 0 0 0;
	}*/
}

@media screen and (min-width: 950px) {
  .t-header_nav_menu {
    /* width: 950px; */
    margin: 0 auto;
  }
  .t-header_nav_contents {
    width: 950px;
    margin: 0 auto;
  }
  /*ナビ下 */
  .t-header_nav_list_inner {
    width: 950px;
    margin: 0 auto;
  }
}
