html{
  scroll-behavior: smooth;
}
body {
  font-family: "Shuei KakuGo Gin M";
}
article {
  max-width: min(96%, 900px);
}
.info_title {
  width: 100%;
}
.date {
  text-align: center;
  display: block;
}
#yodogawa p {
  font-size: 16px;
}
#information_free li .info_img img {
  max-width: 450px; 
}
.send_books::before {
  content: '前橋にいますぐ本を送りたい方は、\Aこちらからどうぞ！▼';
  display: block;
  width: fit-content;
  text-align: left;
  margin: 0 auto 8px auto;
  white-space: pre;
  line-height: 1.25;
}
footer {
  background-color: #413b2d;
}
#tweets {
  width: 550px;
  max-width: 100%;
  margin: 20px auto;
  font-size: 15px;
  line-height: 1.4;
}
#tweets a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}
#tweets .tweet-hash-link a {
  font-size: 22px;
  color: #fafae1;
}
#tweets nav li a {
  cursor: pointer;
}
#tweets nav .tweet-page,
#tweets nav .tweet-order,
#tweets .tweet-posts {
  margin-top: 20px;
}
#tweets .tweet-posts {
  font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
#tweets nav .tweet-page,
#tweets nav .tweet-order {
  display: flex;
}
#tweets nav .tweet-page {
  gap: 20px;
  justify-content: center;
}
#tweets nav li {
  padding: 0;
}
#tweets nav .tweet-page li a {
  color: #fafae1;
  background-color: #413b2d;
  display: block;
  padding: 12px;
  width: 150px;
  font-size: 22px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #666666;
}
#tweets nav .tweet-order {
  justify-content: space-between;
}
#tweets nav .tweet-order li {
  font-size: 16px;
  font-weight: bold;
}
#tweets nav .tweet-order li a {
  color: #413b2d;
}
#tweets .tweet-post {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
}
#tweets .tweet-post + .tweet-post {
  margin-top: 20px;
}
#tweets .tweet-text {
  margin-top: 10px;
}
#tweets .tweet-imgs {
  margin-top: 16px;
}
#tweets .tweet-imgs img {
  display: block;
}
#tweets .tweet-imgs img + img {
  margin-top: 20px;
}
#tweets .tweet-datetime {
  color: #00A0E9;
  text-align: right;
}
#tweets .tweet-text {
  text-align: left;
}
@media (min-width : 641px){ 
  .info_title {
    width: 420px;
    white-space: nowrap;
  }
  .send_books::before {
    content: '前橋にいますぐ本を送りたい方は、こちらからどうぞ！▼';
  }
}
@media (max-width: 640px) {
  #home_menu h3 {
    width: 100%;
    margin-left: 0;
  }
  #home_menu h3 svg {
    border-radius: 6px;
  }
  #yodogawa {
    padding: calc(40 / 640 * 100vw) 28px;
  }
  #information_free {
    padding: calc(40 / 640 * 100vw) 12px;
  }
}
