﻿@charset "utf-8";

#mainBanner img {
  margin-bottom: 20px;
}

img.photo {
  float: left;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  img.photo {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

.caption {
  margin: 20px 0;
}
#nikuday h1.heading {
  text-align: center;
}
#nikuday h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  background-color: #f5f0e6;
  padding: 15px 10px;
  border-radius: 2px;
  line-height: 1.3;
}

#nikuday h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

#nikuday .blk20 {
  margin-bottom: 20px;
}

#nikuday .blk40 {
  margin-bottom: 40px;
}

#nikuday .blk_sec {
  margin-bottom: 70px;
}

#nikuday .box {
  display: flex;
}

#nikuday .box .box_photo {
  width: 300px;
}

#nikuday .box .box_photo img {
  width: 100%;
}

#nikuday .box .box_txt {
  /*    width: calc(100% - 300px);*/
  padding: 0;
}

#nikuday .txt,
#nikuday .txt_01 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#nikuday .txt_01 {
  margin-bottom: 10px;
}

#nikuday .point {
  color: #cc0000;
}

#nikuday .point_02 {
  color: #cc0000;
}
#nikuday .point_03 {
  color: #d39c36;
}
.lead_02 {
  color: #785804;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1.4 !important;
  padding: 0 0 10px;
}

#nikuday .box_point {
  font-size: 18px;
  color: #fff;
  background-color: #ff4100;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  margin: 0 10px 0 0;
}

#nikuday .box_saladbar {
  font-size: 16px;
  color: #fff;
  background-color: #009825;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  margin: 0 5px 5px;
}

#nikuday .box_gram {
  font-size: 16px;
  color: #fff;
  background-color: #ff4100;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  margin: 0 5px;
}
#nikuday .box_gram.point {
  color: #fffc00;
}
#nikuday .box_gram .small {
  font-size: 13px;
  color: #fff;
}

#nikuday .box_comment {
  padding: 20px 0;
  text-align: center;
}

.box_menu {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.box_bnr {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.box_menu img,
.box_bnr img {
  width: 100%;
  height: auto;
}

.box_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ttl_menu {
  padding: 5px 0 0;
}

#nikuday h2 .sub,
.ttl_menu .sub {
  font-size: 14px;
}

.largetxt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.Xlargetxt {
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}
.XXlargetxt {
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.6 !important;
}
span.marker_01 {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffe0e0 0%) repeat scroll 0 0;
}
@media only screen and (max-width: 768px) {
  img.steak {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }

  .largetxt {
    font-size: 18px;
  }

  .Xlargetxt {
    font-size: 22px !important;
  }
}

.smalltxt {
  font-size: 14px !important;
  line-height: 1.3;
}

.fb {
  font-weight: bold;
}

.btn a {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #cc0000;
  font-weight: normal;
  border-radius: 5px;
  display: inline-block;
  margin: 20px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_link_01.png);
  background-size: 20px 20px;
  box-sizing: border-box;
}

.btn a.under {
  background-image: url(../images/arrow_link_02.png);
}

.btn a:hover {
  opacity: 0.8;
}

.wrap_list_notice {
  margin-bottom: 40px;
  padding: 20px 30px;
  background-color: #f5f5f5;
}

.box_cl01 .wrap_list_notice,
.box_cl02 .wrap_list_notice,
.box_cl03 .wrap_list_notice {
  background-color: #fcf7e8;
}

.wrap_list_notice a {
  text-decoration: underline;
}

.wrap_list_notice h3 {
  color: #333;
}

.box_cl01 .wrap_list_notice h3,
.box_cl02 .wrap_list_notice h3,
.box_cl03 .wrap_list_notice h3 {
  color: #4a170c;
}

.list_notice {
  list-style-type: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

.list_notice li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-left: 1rem;
}

.list_notice li:before {
  display: inline-block;
  content: "※";
  margin-left: -1rem;
}

.salad {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.sauce {
  width: 600px;
  height: auto;
  margin: 0 auto 20px;
}

.date {
  font-size: 20px !important;
  font-weight: bold;
  padding: 0 0 10px;
}

.wrap_box_option {
  padding: 20px 40px;
  background-color: #fff7c5;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

.wrap_box_option .title {
  padding: 0 0 10px;
  text-align: center;
  width: 506px;
  height: auto;
}

.wrap_box_option .title img {
  width: 100%;
}

.box_option {
  margin-bottom: 40px;
}

.wrap_box_option .lead {
  color: #c92a1d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0 20px;
}

.box_menu img.fukidashi_01 {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 200px !important;
  height: auto !important;
}

.box_cl01 {
  border: 10px #efdea8 solid;
  padding: 40px;
  margin: 0 0 40px;
}

.box_cl02 {
  border: 10px #d4b555 solid;
  padding: 40px;
  margin: 0 0 40px;
}

.box_cl03 {
  border: 10px #a38a3b solid;
  padding: 40px;
  margin: 0 0 40px;
}

.box_regular {
  border: 10px #f5f0e6 solid;
  padding: 40px;
  margin: 0 0 40px;
}

.box_premium {
  border: 10px #f1d778 solid;
  padding: 40px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 768px) {
  .box_regular {
    border: 5px #f5f0e6 solid;
    padding: 20px;
  }

  .box_cl01 {
    padding: 20px;
    border: 5px #efdea8 solid;
  }

  .box_cl02 {
    padding: 20px;
    border: 5px #d4b555 solid;
  }

  .box_cl03 {
    padding: 20px;
    border: 5px #a38a3b solid;
  }

  .box_regular {
    padding: 20px;
    border: 5px #f5f0e6 solid;
  }
}

.box_special {
  position: relative;
  padding: 40px;
  border: 10px solid #ac7b33;
  background-color: #000;
  margin-bottom: 40px;
  background: url("../images/bg_29day_box_special.jpg") top center;
}

.box_option {
  margin-bottom: 40px;
}

.box_special .lead {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 0 20px;
  letter-spacing: 0.03em;
  text-align: center;
}

.box_special .kind_list,
.box_special .ttl_menu,
.box_special .allergy h3.ttl,
.box_special .txt_01,
.box_special .txt,
.box_special .ttl_menu .point_02 {
  color: #fff;
}
.box_special .title_main {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
}
#nikuday .box_special .allergy h3.ttl {
  color: #fff !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

#nikuday .box_special h2 {
  background-color: transparent;
  padding: 100px 0 0;
  border-radius: none;
  line-height: 0;
  margin: 0 auto 20px;
  text-align: center;
}
#nikuday .box_special .allergy_inner .title {
  background-color: #b58f58;
}

@media only screen and (max-width: 768px) {
  .box_special {
    padding: 20px;
  }
  .box_special .lead {
    font-size: 16px;
  }
  #nikuday .box_special h2 {
    padding: 0;
  }
  #nikuday .box_special h2.top {
    padding: 60px 0 0;
  }
  #nikuday .box_special h2 img {
    width: 100%;
    height: auto;
  }
  .box_special .title_main img {
    width: 100%;
    height: auto;
  }
}

/*フェアページ　アレルギー表*/
#nikuday .allergy h3.ttl {
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #222;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

#nikuday .allergy h3.ttl span.date {
  position: absolute;
  right: 0;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 2;
  padding-left: 0;
}

.allergy_inner {
  display: flex;
}

.allergy_inner.no-title {
  display: block;
}

.allergy_inner .title {
  width: 100%;
  background-color: #666;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.allergy_inner .wrap_allergy_list {
  width: 100%;
  margin: 0;
  display: flex;
}

.allergy_inner .box_01 {
  width: 245px;
}

.allergy_inner .box_02 {
  width: 613px;
}

.allergy_inner .allergy_list.l_01 {
  width: 100%;
}

.allergy_inner .allergy_list.l_01 .material {
  width: calc(100% / 8);
  height: 178px;
}

.allergy_inner .allergy_list.l_02 .material {
  width: calc(100% / 20);
  height: 178px;
}

.allergy_inner .wrap_allergy_list .allergy_list:first-child .material:last-child {
  border-right: none;
}

.allergy_inner .box_01 .title {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

/*アレルギー表*/
.allergy_wrap {
  height: auto !important;
  display: block !important;
  text-align: left;
}

.allergy_inner .allergy_list {
  margin: 0 0 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.allergy_inner .allergy_list .material {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1 auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.allergy_inner .allergy_list .material .name {
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin: 0 0 20px;
}

.allergy_inner .allergy_list .material {
  background: #f9f7f2;
  box-sizing: border-box;
}

.allergy_inner .allergy_list .material.not_use {
  background: #fff;
}

.allergy_inner .allergy_list .kind {
  color: #ff5803;
  font-size: 24px;
}

.allergy_inner .allergy_list .material .kind,
.allergy_wrap .kind_list .kind {
  color: #ff5803;
  font-size: 24px;
  line-height: 1;
}

.allergy_inner .kind_list {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}

.allergy_inner .allergy_list .material.not_use .kind,
.allergy_wrap .kind_list .not_use .kind {
  color: #999;
}

.allergy_inner .kind_list li {
  margin: 0 0 5px;
  padding: 0;
}

.allergy_wrap .kind_list .kind {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .allergy_inner {
    flex-direction: column;
  }

  #nikuday .allergy h3.ttl {
    text-align: left;
  }

  .allergy_inner .box_01,
  .allergy_inner .box_02 {
    width: 100%;
  }

  .allergy_inner .allergy_list.l_01 .material,
  .allergy_inner .allergy_list.l_02 .material {
    width: calc(100% / 2);
    height: auto;
  }

  .allergy_inner .allergy_list.l_01 {
    margin: 0;
  }

  .allergy_inner .allergy_list {
    flex-wrap: wrap;
  }

  .allergy_inner .allergy_list .material {
    width: 50%;
    padding: 10px;
    writing-mode: unset;
  }

  .allergy_inner .allergy_list .material .name {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  #nikuday .box {
    display: block;
  }

  #nikuday .box .box_photo {
    width: 100%;
  }

  #nikuday .box .box_txt {
    width: 100%;
  }

  .btn a {
    width: 100%;
  }

  .wrap_list_notice {
    padding: 20px;
  }

  .list_notice {
    width: 100%;
  }

  .salad {
    width: 65%;
    height: auto;
  }

  .sauce {
    width: 100%;
    height: auto;
  }

  .wrap_box_option {
    padding: 20px;
  }

  .box_option {
    margin-bottom: 20px;
  }

  .wrap_box_option .lead {
    font-size: 16px;
  }

  .box_menu img.fukidashi_01,
  .box_menu img.fukidashi_02 {
    position: static;
    margin: 0 auto;
  }

  .box_menu img.fukidashi_01 {
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px !important;
    height: auto !important;
  }

  .Xlargetxt {
    font-size: 18px !important;
    fline-height: 1.4 !important;
  }

  .lead_02 {
    font-size: 18px;
  }

  .wrap_box_option .title {
    width: 100%;
    height: auto;
  }

  #nikuday .blk_sec {
    margin-bottom: 50px;
  }

  .box_limited {
    border: 5px #be1c20 solid;
    padding: 20px;
  }

  .box_regular {
    border: 5px #f5f0e6 solid;
    padding: 20px;
  }

  .box_premium {
    border: 5px #f1d778 solid;
    padding: 20px;
  }

  #nikuday .box_point,
  #nikuday .box_saladbar {
    font-size: 14px;
  }
}

.tenpo-table {
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.8;
}

.tenpo-table th {
  padding: 20px;
  width: 30%;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #f6efe2;
}

.tenpo-table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
    .tenpo-table {
        width: 100%;
        border: 1px solid #cccccc;
        display: block;
    }
    .tenpo-table th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    display: block;
  }

  .tenpo-table td {
    display: list-item;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}

.btn_box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  a.btn,
  a.btn_cmn {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
    border-radius: 5px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background-color: #cc0000;
    margin: 20px auto;
    box-sizing: border-box;
  }

  a.btn:before,
  a.btn_cmn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    margin-top: -15px;
    right: 20px;
  }

  a.btn:after,
  a.btn_cmn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    margin: -8px 0 0 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #b30322;
    border-bottom: 8px solid transparent;
  }

  a.btn_cmn {
    background-color: #4a260c;
  }

  a.btn_cmn:after {
    border-left: 12px solid #4a260c;
  }

  a.btn_cmn:hover {
    background-color: #4a260c;
  }

  a.btn_cmn:hover:after {
    border-left: 12px solid #4a260c;
  }

  a.btn_cmn:hover {
    background-color: #3d1d07;
  }

  a.btn_cmn:hover:after {
    border-left: 12px solid #3d1d07;
  }

@media only screen and (max-width: 480px) {
   .btn_box {
      width: 100%;
      padding: 0 0 40px 0;
    }

    a.btn:after,
    a.btn_cmn:after {
      right: 25px;
      margin: -10px 0 0 0;
      border-top: 7px solid transparent;
      border-left: 10px solid #b30322;
      border-bottom: 7px solid transparent;
    }

    a.btn:before,
    a.btn_cmn:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      margin-top: -15px;
      right: 20px;
    }

    a.btn,
    a.btn_cmn {
      width: 100%;
      font-size: 16px;
    }

    a.btn:before,
    a.btn_cmn:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      margin-top: -15px;
      right: 20px;
    }

    a.btn_cmn:after {
      border-left: 10px solid #4a260c;
    }
  }