.nobr {
  white-space: nowrap;
}

header {
  margin-bottom: 20px;
}

main {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

main nav.nav__category {
  width: 96%;
  margin: 0 auto;
}

main section {
  width: 96%;
  margin: 0 auto;
}

header h1 {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-family: Times, "Times New Roman", "ヒラギノ明朝 W3 JIS2004", serif;
  color: #57bf85;
  border-bottom: 2px #57bf85 solid;
}

.header--bg {
  text-align: center;
  background-color: #eee;
}

.henrei--section {
  overflow: hidden;
}

.henrei--section--h2 {
  font-size: 22px;
}

.henrei-section-introduce h2 {
  text-align: center;
  font-size: 28px;
}

.henrei-section-introduce p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.7em;
  margin-top: 1.5em;
  text-align: justify;
}

.henrei--section--products__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.henrei--section--products__list .henrei--section--products__list__item {
  overflow: hidden;
  border-radius: 5px;
  background-color: #eee;
}

.henrei--section--products__list .henrei--section--products__list__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.henrei--section--products__list .henrei--section--products__list__item h3 {
  margin: 0.8em 0;
  text-align: center;
  color: #57bf85;
}

.henrei--section--products__list .henrei--section--products__list__item h3 small {
  color: inherit;
}

.henrei--section--products__list .henrei--section--products__list__item p {
  margin: 1em;
}

.henrei--section--shopinfo--area__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.henrei--section--shopinfo--area__container__item {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  list-style: none;
  padding-bottom: 30px;
}

.henrei--section--shopinfo--area__container__item h3 {
  font-size: 22px;
  margin: 1rem;
  color: white;
  padding: 0.3em;
  border-radius: 5px;
  text-align: center;
}

.henrei--section--shopinfo--area__container__item--kobe {
  border-color: #edc300;
}

.henrei--section--shopinfo--area__container__item--kobe h3 {
  background-color: #edc300;
}

.henrei--section--shopinfo--area__container__item--hanshin {
  border-color: #89cb21;
}

.henrei--section--shopinfo--area__container__item--hanshin h3 {
  background-color: #89cb21;
}

.henrei--section--shopinfo--area__container__item--seishin {
  border-color: #2189cb;
}

.henrei--section--shopinfo--area__container__item--seishin h3 {
  background-color: #2189cb;
}

.henrei--section--shopinfo--area__container__item ul {
  list-style: none;
  padding-left: 1.5em;
}

.henrei--section--shopinfo--area__container__item ul li {
  display: flex;
  font-size: 18px;
  align-items: center;
}

.henrei--section--shopinfo--area__container__item ul li::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  border-radius: 50%;
}

.henrei--section--shopinfo--area__container__item--kobe ul li::before {
  background-color: #edc300;
}

.henrei--section--shopinfo--area__container__item--hanshin ul li::before {
  background-color: #89cb21;
}

.henrei--section--shopinfo--area__container__item--seishin ul li::before {
  background-color: #2189cb;
}

.henrei--section--shopinfo p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 2em;
  color: #555555;
}

.henrei--section--shopinfo__toiawase--title {
  font-size: 1.3em;
  position: relative;
  text-align: center;
  margin: 1em 0;
  color: #666666;
  overflow: hidden;
}

.henrei--section--shopinfo__toiawase--title::before,
.henrei--section--shopinfo__toiawase--title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 28%;
  height: 1px;
  background-color: #666666;
}

.henrei--section--shopinfo__toiawase--title::before {
  left: -5px;
}

.henrei--section--shopinfo__toiawase--title::after {
  right: -5px;
}


.henrei--section--shopinfo__toiawase__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.henrei--section--shopinfo__toiawase__container__item {
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.henrei--section--shopinfo__toiawase__container__item--kobe {
  border-color: #edc300;
}

.henrei--section--shopinfo__toiawase__container__item--hanshin {
  border-color: #89cb21;
}

.henrei--section--shopinfo__toiawase__container__item--seishin {
  border-color: #2189cb;
}

.henrei--section--shopinfo__toiawase__container__item__title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: white;
  padding: 0em;
  text-align: center;
}

.henrei--section--shopinfo__toiawase__container__item__tel {
  text-align: center;
  color: black;
  padding: 1.5rem 1rem;
}

.henrei--section--shopinfo__toiawase__container__item--kobe .henrei--section--shopinfo__toiawase__container__item__title {
  background-color: #edc300;

}

.henrei--section--shopinfo__toiawase__container__item--hanshin .henrei--section--shopinfo__toiawase__container__item__title {
  background-color: #89cb21;

}

.henrei--section--shopinfo__toiawase__container__item--seishin .henrei--section--shopinfo__toiawase__container__item__title {
  background-color: #2189cb;
}

/**
 * PC
 */
@media (min-width: 480px) {
  header {
    margin-bottom: 60px;
  }

  main {
    width: 980px;
  }

  main section {
    width: 100%;
  }

  main nav.nav__category {
    width: 100%;
  }

  .henrei--section--shopinfo p {
    font-size: 1.4em;
  }

  .henrei--section--shopinfo__toiawase--title {
    width: 80%;
    overflow: hidden;
    margin: 1em auto;
    font-size: 1.4em;
  }

  .henrei--section--shopinfo__toiawase--title::before,
  .henrei--section--shopinfo__toiawase--title::after {
    width: 40%;
  }

  .henrei--section--h2 {
    font-size: 24px;
  }

  .henrei--section--products__list {
    width: 80%;
    margin: 0 auto;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .henrei--section--shopinfo--area__container {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .henrei--section--shopinfo__toiawase__container {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
  }
}