.shop_main_detail {
  max-width: 1240px;
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  .shop_main_detail {
    padding: 0 15px;
  }
}

.anchor_link {
  margin: 1em 0 2em;
  padding: 1ex 1em;
  list-style-type: none;
  background: #fff9f3;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.anchor_link li {
  margin: 0 1em;
  padding: 0;
}
.anchor_link li a {
  text-decoration: underline;
  color: #774316;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.anchor_link li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1ex;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #774316;
  border-right: 0;
}
.anchor_link li a:hover, .anchor_link li a:active {
  color: #d97928;
}

h2 {
  color: #5b4736;
  padding-left: 20px;
  font-size: 27px;
  letter-spacing: 0.1ex;
  position: relative;
  margin-top: 3em;
  margin-bottom: 1em;
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 3px;
  background-color: #5b4736;
}

.section_yakiniku_agri {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
}
.section_yakiniku_agri > div {
  width: 50%;
  box-sizing: border-box;
}
.section_yakiniku_agri > div:first-child {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .section_yakiniku_agri {
    display: block;
  }
  .section_yakiniku_agri h2 {
    font-size: 21px;
  }
  .section_yakiniku_agri > div {
    width: auto;
  }
  .section_yakiniku_agri > div:first-child {
    padding-right: 0;
  }
}
.section_yakiniku_agri iframe {
  height: 360px;
  width: 100%;
}

.yakiniku_agri_table {
  border: 1px solid #bea898;
  overflow: hidden;
  border-radius: 5px;
}
.yakiniku_agri_table > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: stretch;
}
.yakiniku_agri_table > table > tbody > tr > th {
  background: #fff9f3;
  color: #774316;
  white-space: nowrap;
  width: 4em;
}
.yakiniku_agri_table > table > tbody > tr > td {
  background: #ffffff;
}
.yakiniku_agri_table > table > tbody > tr > th,
.yakiniku_agri_table > table > tbody > tr > td {
  padding: 1ex 1em;
  vertical-align: top;
  position: relative;
  text-align: left;
}
.yakiniku_agri_table > table > tbody > tr > th::after,
.yakiniku_agri_table > table > tbody > tr > td::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  display: block;
  bottom: 0;
  left: 15px;
  background: #bea898;
  opacity: 0.5;
}
.yakiniku_agri_table > table > tbody > tr:last-child > th::after,
.yakiniku_agri_table > table > tbody > tr:last-child > td::after {
  content: none;
}

.layout_table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.layout_table tr th {
  white-space: nowrap;
}
.layout_table tr td,
.layout_table tr th {
  vertical-align: top;
}
.layout_table span {
  display: inline-block;
}

.yakiniku_agri_column {
  display: flex;
  margin: 1ex -5px 2em;
}
.yakiniku_agri_column > div {
  padding: 5px;
  width: 30%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.yakiniku_agri_column > div:nth-child(3) {
  width: 20%;
}
.yakiniku_agri_column > div:nth-child(4) {
  width: 20%;
}
.yakiniku_agri_column > div img {
  max-width: 100%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .yakiniku_agri_column {
    display: block;
  }
  .yakiniku_agri_column > div {
    padding: 5px;
    width: auto !important;
  }
  .yakiniku_agri_column > div:nth-child(3) img {
    display: none;
  }
  .yakiniku_agri_column > div:nth-child(3) a {
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background: #fd6b0a;
    padding: 1ex;
  }
  .yakiniku_agri_column > div:nth-child(4) img {
    display: none;
  }
  .yakiniku_agri_column > div:nth-child(4) a {
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background: #06c755;
    padding: 1ex;
  }
}

/*# sourceMappingURL=yakiniku_agri.css.map */
