@charset "UTF-8";

#takeout_cont ul {
  list-style-type: none;
}

#takeout_cont .catch {
  margin-bottom: 36px;
}

.takeout-category__item {
  margin-bottom: 76px;
}

.takeout-category__item:last-child {
  margin-bottom: 0;
}

.takeout-category__item h2 {
  margin-bottom: 30px;
}

.takeout-list__item {
  margin-bottom: 36px;
}

.takeout-list__item h3 {
  margin-bottom: 12px;
}
.takeout-list__item p {
  margin-top: 12px;
}

.okuizome-txt-top {
  margin-bottom: 12px;
}

.okuizome-txt-middle {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  letter-spacing: -0.06em;
}

.okuizome-txt-bottom {
  margin-top: 12px;
}

.service-list {
  background: #f3f0e6;
  padding: 30px 5% 0;
}

.service-list__item {
  padding-bottom: 26px;
}

.service-list__ttl {
  margin-bottom: 12px;
}

.service-list__lease {
  display: flex;
  justify-content: space-between;
}

.service-list__lease img {
  display: block;
  width: 44%;
}

.service-list__lease ul {
  display: block;
  width: 50%;
}

.takeout-attention {
  margin-top: 16px;
  text-indent: -1em;
  padding: 40px 0 40px 1em;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.takeout-contact {
  padding-top: 40px;
}

.takeout-contact h2 {
  margin-bottom: 16px;
}

.takeout-contact p {
  padding: 16px 6%;
  background: #eee;
}

.takeout-contact p strong {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

.takeout-contact p .tel {
  font-size: 15px;
  font-weight: bold;
  color: #ab2913;
  padding-left: 1em;
}