/* branch */
#akishima-lnk, #hachioji-lnk, #niigata-lnk, #nagaoka-lnk {
  margin-top: -100px;
  padding-top: 100px;
}
.container {
  padding: 3rem;
  border-radius: 30px;
}
#akishima .container {
  background-color: #efdecf;
}
#akishima .container h2 {
  background-color: #9e7a48;
}
#hachioji .container {
  background-color: #dbe9cd;
}
#hachioji .container h2 {
  background-color: #8ebc78;
}
#niigata .container {
  background-color: #fde0e0;
}
#niigata .container h2 {
  background-color: #fa8e99;
}
#nagaoka .container {
  background-color: #fedea6;
}
#nagaoka .container h2 {
  background-color: #fc8c69;
}
#akishima h2::before, #akishima h2::after, #hachioji h2::before, #hachioji h2::after, #niigata h2::before, #niigata h2::after, #nagaoka h2::before, #nagaoka h2::after {
  background-image: none;
  border: 0 none;
}
#akishima h2, #hachioji h2, #niigata h2, #nagaoka h2 {
  margin: 0 auto;
  padding: 0.5rem auto;
  width: 40%;
  height: auto;
  color: #fff;
  border-radius: 2rem;
}
@media (max-width: 996px) {
  #akishima h2, #hachioji h2, #niigata h2, #nagaoka h2 {
    width: 100% !important;
  }
}
.member img {
  margin: 1rem 0;
  width: 100%;
  height: auto;
}
#akishima h3, #hachioji h3, #niigata h3, #nagaoka h3 {
  margin: 2rem auto !important;
  padding: 0.5rem auto !important;
  width: 40% !important;
  height: auto !important;
  text-align: center;
}
@media (max-width: 996px) {
  #akishima h3, #hachioji h3, #niigata h3, #nagaoka h3 {
    margin: 1rem auto 0.5rem !important;
    width: 100% !important;
  }
}
#akishima h3 img, #hachioji h3 img, #niigata h3 img, #nagaoka h3 img {
  margin: 0;
  padding: 00;
  width: 100%;
  height: auto;
}
.spot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.spot img {
  margin: 1rem 0;
  width: 48%;
  height: auto;
}
@media (max-width: 996px) {
  .container {
    padding: 1rem;
  }
  .container img {
    margin-bottom: 1rem;
  }
  .spot img {
    margin: 1rem 0;
    width: 100%;
    height: auto;
  }
}