body {
  height: auto;
}

@media (min-width: 641px) {
  article {
    max-width: unset;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 640px) {
  article {
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 641px) {
  #kv {
    margin: 0;
  }
}
@media (max-width: 640px) {
  #kv {
    padding: 0;
  }
}

#yodogawa p.profile_bottom {
  margin: 0;
}
#yodogawa.bd_t.bd_none {
  margin-top: 0;
}

#talk_body dl {
  max-width: 560px;
  margin: 0 auto 0.875em auto;
}
#talk_body dl dt {
  width: 5.375em;
  padding: 0 2em 0 0;
  font-weight: normal;
  text-align: left;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: normal;
}
@media (max-width: 640px) {
  #talk_body dl dt {
    font-size: 16px;
    width: 100%;
    padding: 0;
  }
}
#talk_body dl dd {
  margin: 0 0 1.75em 0;
  width: calc(100% - 5.375em);
  line-height: inherit;
  white-space: normal;
  padding: 0;
}
@media (max-width: 640px) {
  #talk_body dl dd {
    font-size: 16px;
    width: 100%;
    text-align: justify;
  }
}
#talk_body dl dd + dd {
  padding-left: 5.375em;
}
@media (max-width: 640px) {
  #talk_body dl dd + dd {
    padding-left: 0;
  }
}
#talk_body .txt_box {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 641px) {
  #talk_body .txt_box .desc {
    max-width: unset;
    margin: 0 auto;
  }
}
#talk_body .txt_box .desc p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.75em;
}

body {
  font-family: "Shuei Mincho L JIS2004", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.075em;
  box-sizing: border-box;
  background-color: #fff;
  font-feature-settings: "halt";
}
body.modal {
  padding-right: var(--scroll-bar-width, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

img {
  vertical-align: top;
}

a {
  color: #437243;
}
@media (hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
    border-bottom: 0;
  }
}

.marker-list {
  padding-left: 0;
  list-style: none;
}
.marker-list li {
  line-height: 1.75;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.marker-list li::before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%233d4d40' viewBox='0 -960 960 960'%3E%3Cpath d='M480-200q-117 0-198.5-81.5T200-480q0-117 81.5-198.5T480-760q117 0 198.5 81.5T760-480q0 117-81.5 198.5T480-200Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.number-list {
  width: fit-content;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
  margin-right: auto;
  margin-left: auto;
}
.number-list li {
  font-size: 18px;
  line-height: 1.75;
  position: relative;
  width: fit-content;
  margin-bottom: 0.5em;
  padding-left: 2em;
  counter-increment: item;
}
.number-list li::before {
  content: counter(item);
  font-family: "Shuei KakuGo Gin B JIS2004", sans-serif;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0.234375em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  background-color: #3d4d40;
}

.bd_b,
.bd_t {
  border-color: #3d4d40;
}

#wrap {
  padding: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0.5) 100%);
}
.modal #wrap {
  margin-right: calc(-1 * var(--scroll-bar-width, 0));
}
@media (min-width: 641px) {
  #wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 120px;
  }
}

#kv {
  position: relative;
}
@media (min-width: 641px) {
  #kv h1 {
    max-width: 960px;
    margin: 0 auto;
  }
}

#yodogawa {
  font-size: 18px;
  margin-top: 2em;
  color: #243326;
}
#yodogawa .inner {
  padding: 0 32px;
}
#yodogawa strong {
  font-weight: normal;
  font-family: "Shuei Mincho B JIS2004", sans-serif;
  -webkit-text-stroke: 0.01em;
}
#yodogawa .btn_profile a {
  font-size: 14px;
  display: block;
  width: fit-content;
  margin-bottom: 1em;
  padding: 8px 16px;
  color: #fff;
  background-color: #3d4d40;
}
@media (hover: hover) {
  #yodogawa .btn_profile a {
    transition: opacity 0.3s;
  }
  #yodogawa .btn_profile a:hover {
    opacity: 0.5;
    border-bottom: 0;
  }
}
@media (min-width: 576px) {
  #yodogawa .btn_profile a {
    font-size: 16px;
  }
}
#yodogawa .profile_bottom_wrap {
  margin-top: 1em;
}
#yodogawa .profile_bottom_wrap h3 {
  font-family: "Shuei Mincho M JIS2004", sans-serif;
  font-size: 18px;
  margin: 2em 0 1em;
}
#yodogawa .profile_bottom_wrap .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  max-width: 560px;
}
#yodogawa .profile_bottom_wrap .banners li {
  width: calc(50% - 8px);
  max-width: 272px;
}
#yodogawa .profile_bottom_wrap .banners li a {
  display: block;
}
@media (hover: hover) {
  #yodogawa .profile_bottom_wrap .banners li a img:hover {
    opacity: 1;
  }
}
#yodogawa .profile_bottom_wrap .banners li a span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
@media (hover: hover) {
  #yodogawa .profile_bottom_wrap .banners li a {
    transition: opacity 0.3s;
  }
  #yodogawa .profile_bottom_wrap .banners li a:hover {
    opacity: 0.5;
    border-bottom: 0;
  }
}

#talk_wrap {
  padding: 0 32px;
}
#talk_wrap h2 {
  font-size: clamp(20px, 5.76923077vw, 32px);
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 1.5em;
}
#talk_wrap h2 br {
  display: none;
}
@media (min-width: 576px) {
  #talk_wrap h2 {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 641px) {
  #talk_wrap {
    padding: 0;
  }
}

#talk_body strong {
  font-weight: normal;
  font-family: "Shuei Mincho B JIS2004", sans-serif;
  -webkit-text-stroke: 0.01em;
}
#talk_body .pic {
  max-width: 560px;
}
@media (max-width: 640px) {
  #talk_body .pic {
    max-width: 560px;
  }
}
#talk_body .narrow .pic.v {
  max-width: 320px;
}
#talk_body .column {
  font-family: "Shuei KakuGo Gin L JIS2004", sans-serif;
  max-width: 640px;
  padding: 32px 0;
  border-top: 3px double #3d4d40;
  border-bottom: 3px double #3d4d40;
  margin-top: 32px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}
#talk_body .column strong {
  font-weight: normal;
  font-family: "Shuei Mincho B JIS2004", sans-serif;
  -webkit-text-stroke: 0.01em;
}
#talk_body .column .txt_box {
  box-sizing: border-box;
  max-width: unset;
  margin: 0 auto 0 auto;
  padding: 0;
}
#talk_body .column .txt_box .desc {
  max-width: 560px;
  color: #243326;
}
#talk_body .column .txt_box .desc p {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1.75em;
}
@media (min-width: 641px) {
  #talk_body .column .txt_box .desc p {
    text-align: left;
  }
}
#talk_body .column .txt_box .desc ul {
  margin: 0 0 1.75em 0;
  padding: 0 0 0 0;
}
#talk_body .column .txt_box .desc ul:last-child {
  margin-bottom: 0;
}
#talk_body .column .txt_box .desc ul li {
  margin-bottom: 0.5em;
}
#talk_body .column .txt_box .desc ul li:last-child {
  margin-bottom: 0;
}
#talk_body .column h3 {
  font-family: "Shuei KakuGo Gin M JIS2004", sans-serif;
  font-size: 32px;
  font-weight: normal;
  margin: 0 auto 0.5em auto;
}
#talk_body .column h4 {
  font-family: "Shuei KakuGo Gin M JIS2004", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto 0.6667em auto;
}
#talk_body .column-label-square {
  margin: 0 0 -48px 0;
}
#talk_body .column-label-square .column-label-text {
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
}
@media (max-width: 640px) {
  #talk_body .column-label-square .column-label-text {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  #talk_body .column-label-square {
    margin: 0;
  }
}
@media (min-width: 641px) {
  #talk_body .column-label-square + h3 {
    margin-left: 64px;
  }
}
#talk_body .column-label-text {
  font-size: 14px;
  color: #fff;
  background-color: #3d4d40;
}
#talk_body .column-sub-column {
  margin-bottom: 32px;
  padding: 32px;
  color: #000;
  background-color: #cfe5d2;
}
#talk_body .column-sub-column .column-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
#talk_body .column-sub-column .column-label-text {
  width: fit-content;
  padding: 8px 16px;
}
#talk_body .column-sub-column .column-label-link {
  font-size: 14px;
}
@media (max-width: 640px) {
  #talk_body .column-sub-column .column-label {
    flex-direction: column;
    align-items: flex-start;
  }
}
#talk_body .column-sub-column h3 {
  font-size: 24px;
  margin-top: 0.6667em;
}
#talk_body .column-sub-column h4 {
  font-size: 20px;
  margin-top: 0.6667em;
}
@media (max-width: 640px) {
  #talk_body .column-sub-column {
    margin-right: -32px;
    margin-left: -32px;
  }
}
#talk_body .column-elems .txt_box .desc p {
  font-size: 18px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px 0;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
#talk_body .column-elems .txt_box .desc p br {
  display: none;
}
#talk_body .column-elems .txt_box .desc p:last-child {
  margin-bottom: 0;
}
#talk_body .column-elems .txt_box .desc .elem {
  font-family: "Shuei KakuGo Gin B JIS2004", sans-serif;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  color: #fff;
  border: 1px solid #3d4d40;
  background-color: #3d4d40;
}
#talk_body .column-elems .txt_box .desc .note {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #3d4d40;
}

#bg {
  display: flex;
}
#bg::before, #bg::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
}
#bg::before {
  background-image: url(/n/s/wp-content/uploads/2025/10/background-scaled.jpg);
  background-repeat: no-repeat;
  background-position: top left !important;
  background-size: cover;
}
#bg::after {
  background-image: url(/n/s/wp-content/uploads/2025/10/background-scaled.jpg);
  background-repeat: no-repeat;
  background-position: top right !important;
  background-size: cover;
}

#index_nav a .title {
  font-size: clamp(20px, 5.76923077vw, 32px);
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 1.5em;
}
#index_nav a .title br {
  display: none;
}
@media (min-width: 641px) {
  #index_nav a .title {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

#information_free li .info_desc.information_default {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: fit-content;
  max-width: 100%;
  margin: 0 32px;
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default {
    flex-direction: row;
    margin: 0 auto;
  }
}
#information_free li .info_desc.information_default figure {
  text-align: center;
  margin-bottom: 32px;
}
#information_free li .info_desc.information_default figure img {
  object-fit: contain;
  max-width: 100%;
  max-height: 375px;
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default figure img {
    max-width: 420px;
    max-height: 420px;
  }
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default figure {
    text-align: left;
  }
}
#information_free li .info_desc.information_default h3 {
  font-family: "Shuei KakuGo Gin M JIS2004", sans-serif;
  font-size: 24px;
  margin: 0 0 0.25em 0;
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default h3 {
    font-size: 32px;
  }
}
#information_free li .info_desc.information_default h3 small {
  font-size: 16px;
  display: block;
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default h3 small {
    font-size: 18px;
  }
}
#information_free li .info_desc.information_default h4 {
  font-family: "Shuei KakuGo Gin M JIS2004", sans-serif;
  font-size: 20px;
  margin: 1em 0 0.25em 0;
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default h4 {
    font-size: 24px;
  }
}
#information_free li .info_desc.information_default p {
  font-family: "Shuei KakuGo Gin L JIS2004", sans-serif;
}
#information_free li .info_desc.information_default p.author {
  font-family: "Shuei KakuGo Gin M JIS2004", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  #information_free li .info_desc.information_default p.author {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
