@charset "utf-8";
#header .shop_phone p {
  font-size: 1.6rem;
}

#delivery-page {
  margin-top: 100px;
}

#delivery-page .grandmenus {
  float: none;
}

#delivery-page .grand_menu .shop img {
  width: 200px;
  max-width: 200px;
}

#delivery-page .separate1 {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.grandmenus.top img {
  width: 100%;
}

#delivery-page .komidashi {
  display: flex;
  align-items: center;
}

#delivery-page .komidashi > .item_num {
  display: inline-block;
  margin-right: 7px;
  background: #7d4a37;
  color: #fff;
  min-width: 50px;
  padding: 0 2px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
}

#delivery-page .separate1 .price {
  font-size: 16px;
}

/* 配達エリアのテーブル */
.delivery-table-heading {
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
}

.delivery-table-heading > .title {
  margin: 20px 0;
  font-weight: bold;
}

.table-area {
  margin-bottom: 100px;
}

#delivery-page table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#delivery-page table tr {
  border-bottom: 1px solid #ddd;
}

#delivery-page table td {
  padding: 20px;
}

#delivery-page table td:nth-child(1) {
  width: 20%;
  border-right: 1px solid #ddd;
  text-align: center;
}
