@charset "utf-8";

.introduction {
  margin-bottom: var(--bottom-spacer);
}

.anchorNavs {
  margin-bottom: var(--bottom-spacer);
}

.anchorNav__list {}

.anchorNav {
  border: #D3BF9A 1px solid;
  text-align: center;
  margin-bottom: .5rem;
}

.anchorNav__link {
  display: inline-block;
  padding: .75rem 1.25rem;
  width: 100%;
}


.anchorNav__link:visited {
  color: #333;
}

.anchorNav__link:hover {
  color: #EA0006;
}

.anchorNav__link:before {
  content: "\f078";
  color: #EA0006;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3%;
}

.anchorNav__link--manual:before {
  content: "\f35d";
}

@media all and (min-width: 768px) {
  .anchorNav__list {
    display: flex;
    justify-content: space-evenly;
  }

  .anchorNav {
    width: 32%;
  }
}

.pickups {
  margin-bottom: var(--bottom-spacer);
}

.pickup__list {
  display: flex;
  flex-wrap: wrap;
}

.pickup {
  width: 50%;
  padding: .25rem;
}

.pickup__link {
  display: block;
  text-align: center;
}

.pickupImage__img {
  width: 100%;
}

.pickupImage__caption {
  font-size: 0.8rem;
}

.pickupImage__caption:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

@media all and (min-width: 768px) {
  .pickup {
    width: 33.3333%;
  }

  .pickupImage__caption {
    font-family: "Noto Sans Japanese-m";
    font-size: .9rem;
  }
}

.digiCatalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.digiCatalog {
  width: 50%;
  margin: 0 0 0.5rem 0;
}

.digiCatalog:hover {
  background-color: #F5F2EB;
  opacity: .9;
}

.digiCatalog__link {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: .5rem;

}

.digiCatalogImage {
  /* height: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
}

.digiCatalogImage__adjuster {
  /* display: flex; */
  min-height: 193px;
  margin-bottom: .5rem;
  text-align: center;
}

.digiCatalogImage__img {
  display: inline-block;
  margin-top: auto;
  width: auto;
  max-height: 193px;
  /* border: 1px solid #fff; */
  box-shadow: 0 0 5px #888;
  background-color: #fff;
  /* object-fit: contain;
  font-family: "object-fit:contain"; */
}

.digiCatalogImage__caption {
  font-size: .9rem;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}

.digiCatalogImage__caption:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

@media all and (min-width: 768px) {
  .digiCatalog {
    width: 25%;
    flex-shrink: 0;
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding: 1rem .5rem .5rem .5rem;
  }

  .digiCatalog__link {
    padding: 0 .75rem;
  }

  .digiCatalogImage__caption {
    font-family: "Noto Sans Japanese-m";
  }
  .digiCatalogImage__adjuster {
    min-height: 236px;
  }
  .digiCatalogImage__img {
    max-height: 236px;
  }
}
