/*
 Theme Name: nano_tcd065-child
 Template: nano_tcd065
*/
.p-breadcrumb {
  display: flex!important;
  max-width: 600px;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
/* 各アイテムのマージン */
.p-breadcrumb__item {
  flex: 0 0 auto;           /* アイテムの幅を自動で調整 */
  margin-right: 10px;
  font-size: 16px;
}

/* optional: スクロールバー非表示 */
.p-breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumbs {
  border-top: 1px solid #ddd;
  /* padding: 1.5em 14px; */
}

.breadcrumbs ul {
  display: flex;
  /* padding: 0.5em 0; */
  max-width: 600px;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}

.breadcrumbs li:nth-of-type(even) {
  padding: 0 1em;
}

.breadcrumbs li:last-of-type{
  color: #38b6ff;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    max-width: 1180px;
    line-height: 98px;
  }
  .p-header-slider__item {
    width: 100%;
    height: 700px!important;
  }
  .breadcrumbs ul {
    max-width: 1180px;
    line-height: 98px;
  }
}