.bg-img-top {
  background-image: url(../images/chikura/top.png);
}

.bg-color-section {
  background-color: #f3ebdf;
}
.bg-color-footer {
  background-color: #4e4436;
}

h3 span {
}

dl.dlToTable {
  background-color: #fff;
  border-bottom: none;
}
dl.dlToTable dt {
  color: #000;
  background-color: #f9dcb5;
  /* background-color: #dedede; */
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
dl.dlToTable dt:first-of-type,
dl.dlToTable dd:first-of-type {
  border-top: 1px solid #ccc;
}
dl.dlToTable dt:last-of-type {
  border-bottom: 1px solid #ccc;
}
dl.dlToTable dd {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#inquiry .tel,
#inquiry .fax {
  background-color: #fff;
}

#inquiry .tel .caption span,
#inquiry .fax .caption span {
}
#inquiry .number span:last-of-type {
  color: #d47c00;
}

/* ページトップへ戻るボタン */
#page_top {
  background-color: #d97d00;
}

.navbar-brand {
    font-size: 2rem;
}
