.guide-breadcrumb {
  background-color: #fff;
  width: 100%;
  min-height: 40px;
}

.guide-breadcrumb__list {
  padding: 10px 1rem;
  max-width: calc(1200px + 2rem);
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.guide-breadcrumb__item {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.625rem;
  white-space: nowrap;
}

.guide-breadcrumb__link {
  text-decoration: none;
}

.guide-breadcrumb__icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* --- ↓ header --------------------------------------- */
.furusatonozei-header .header-ttl {
  background: #c5eaf5;
  height: 80px;
}
.furusatonozei-header .header-ttl h1 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.furusatonozei-header .header-ttl img {
  width: 120px;
  height: auto;
  text-align-last: left;
}
.furusatonozei-header .header-ttl a {
  display: block;
}

/* --- ipad左キツキツ --------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .furusatonozei-header .header-ttl h1 {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .furusatonozei-header .header-ttl {
    height: 60px;
  }
  .furusatonozei-header .header-ttl h1 {
    padding: 14px;
  }
  .furusatonozei-header .header-ttl img {
    width: 90px;
  }
}
/* --- ↑ header --------------------------------------- */

/* footer */
.furusatonozei-footer {
  margin: 0 auto;
  padding: 0 0 100px;
  text-align: center;
}
.furusatonozei-footer .footer-logo {
  margin: 0 0 24px;
}
.snslist .snslist-icon {
  margin: 0 0 82px;
  text-align: center;
  padding: 0 15px;
}
.snslist .snslist-icon li {
  display: inline-block;
  margin: 0 2px;
  width: 40px;
  height: 30px;
  line-height: 1.4rem;
}
.snslist .snslist-icon li a {
  display: block;
  color: #fff;
}
.furusatonozei-footer {
  font-size: 1rem;
}
.furusatonozei-footer .footer-logo > a {
  display: inline-block;
  text-align: center;
}
.furusatonozei-footer .footer-nav {
  margin-bottom: 17px;
}
.furusatonozei-footer .footer-nav li {
  display: inline;
}
.furusatonozei-footer .footer-nav li::after {
  content: '｜';
  padding-right: 5px;
}
.furusatonozei-footer .footer-nav li:last-child::after {
  content: '';
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .furusatonozei-footer {
    padding: 20px 0 70px;
  }
  .furusatonozei-footer .footer-logo {
    margin-bottom: 30px;
  }
  .furusatonozei-footer .footer-logo img {
    width: 120px;
    height: auto;
  }
  .snslist .snslist-icon {
    margin-bottom: 34px;
  }
  .furusatonozei-footer .footer-nav {
    font-size: 0.75rem;
  }
}
