html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

#index_nav,
#talk_wrap,
footer {
  max-width: 1000px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 53px;
  margin-bottom: 43px;
}
@media (min-width: 640px) {
  hr {
    margin-top: 77px;
    margin-bottom: 84px;
  }
}

#yodogawa p {
  margin-bottom: 0;
}

h2.title_text,
.talk_end {
  display: none;
}

#talk_wrap {
  padding-top: 0;
}

.talk_nav {
  display: none;
}

#talk_wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  #talk_wrap {
    padding-left: min(4%, 96px);
    padding-right: min(4%, 96px);
  }
}

#talk_body .txt_box {
  margin: 0;
  padding: 0;
}

.top-page-link .txt_box {
  max-width: initial !important;
}
.top-page-link ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.top-page-link a {
  color: #005a64;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .top-page-link a {
    font-size: 18px;
  }
}
.top-page-link a::after {
  content: "";
  margin-left: 8px;
  background-image: url(../link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
@media (min-width: 640px) {
  .top-page-link a::after {
    font-size: 18px;
  }
}

.instagram-media {
  min-width: auto !important;
  margin-bottom: 0 !important;
}

.section-title {
  font-size: 20px;
  text-align: center;
  color: #005a64;
  font-family: "A1 Gothic B", sans-serif;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 640px) {
  .section-title {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.group-youtube {
  display: grid;
  gap: 16px;
}
@media (min-width: 640px) {
  .group-youtube {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}

.group-insta {
  display: grid;
  gap: 32px;
}
@media (min-width: 640px) {
  .group-insta {
    grid-template-columns: repeat(3, 1fr);
    gap: 58px 42px;
  }
}

.youtube-title,
.insta-title {
  font-size: 16px;
  line-height: 26px; /* 162.5% */
  margin-top: 16px;
  margin-bottom: 16px;
}

#talk_body .pic {
  margin-bottom: 1em;
}/*# sourceMappingURL=style.css.map */