@charset "UTF-8";

:root {
  --col-primary: #CFE5CF;
  --col-secondary: #4b4b4b;
  --col-background: rgba(255, 255, 255, 0.5);
  --col-link: var(--col-secondary);
  --col-title: #4b4b4b;
  --font-serif: "Shuei KakuGo Kin B", sans-serif;
  --font-sans-serif: "Shuei KakuGo Kin L", sans-serif;
  --font-sans-serif-b: "Shuei KakuGo Kin B", sans-serif;
}

body {
  font-family: "Shuei KakuGo Kin L", sans-serif;
  font-feature-settings: "halt" 1;
}

#bg {
  background-size: 600px auto;
}
#wrap {
  background-color: rgba(255,255,255,0.5);
}
article {
  max-width: 1440px;
  background-color: trans;
}
.content_wrap {
  background-image: url(/n/s/wp-content/uploads/2023/02/bg.jpg);
  background-size: 600px auto;
}
#kv {
  margin-bottom: 0;
}
#kv img {
  max-width: 1440px;
}
#yodogawa {
  margin: 0 40px;
  padding: 40px 0;
  background-color: var(--col-background);
  position: relative;
}
#yodogawa.bd_t.bd_none {
  margin-top: 0;
}
#yodogawa .inner::before {
  content: "";
  position: absolute;
  background-image: url(book.png);
  width: 200px;
  height: 326px;
  right: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  transform-origin: right bottom;
  transform: rotate(-5deg);
}
#yodogawa p {
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
#yodogawa .btn_profile {
  line-height: 1;
}
#yodogawa .btn_profile a {
  border: 1px solid var(--col-link);
  padding: 16px 16px;
  border-radius: 4px;
  display: block;
}
@media (hover: hover) {
  #yodogawa .btn_profile a {
    transition: opacity 0.25s;
  }
  #yodogawa .btn_profile a:hover {
    opacity: 0.5;
  }
}
#index_nav::before {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 40px;
  content: 'もくじ';
}
#index_nav {
  padding-top: 50px;
}
#index_nav li.bd_t {
  border: none;
}
#index_nav ul {
  padding-bottom: 62px;
}
#index_nav a {
  position: relative;
  width: 560px;
  margin: 0 auto 40px;
  padding: 16px;
}
#index_nav a::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(bg_title.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#index_nav li:nth-child(2) a::after {
  transform: scale(-1, 1);
}
#index_nav li:nth-child(3) a::after {
  transform: scale(1, -1);
}
#index_nav li:nth-child(4) a::after {
  transform: scale(-1, -1);
}
#index_nav .title {
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-feature-settings: "halt" 1;
  position: relative;
  z-index: 1;
  margin: 0 0 24px 0;
  padding: 0;
  text-align: center;
}
#index_nav .title .s {
  margin: 0;
}
#index_nav .title .s br {
  display: none;
}
#index_nav .date {
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.25em;
  color: var(--col-title);
}
#index_nav .disabled a .date {
  cursor: default;
  opacity: .3 !important;
}
#index_nav .disabled a::after {
  opacity: .5;
}
.profile_inner h3 {
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.talk_nav {
  border-color: var(--col-primary);
}
.talk_nav_top {
  border-top: 0 none;
  margin-top: 0;
}
.talk_nav svg .cls-1,
.talk_nav svg .cls-2 {
  stroke: var(--col-link);
}
.talk_nav li a::after {
  color: var(--col-link)
}
#talk_wrap h2 {
  background-image: url(bg_title.svg);
  background-size: 100% 100%;
  max-width: 560px;
  margin: 40px auto;
  padding: 0 0 40p 0;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
#talk_wrap h2 .s {
  margin: 0;
}
#talk_wrap .talk_end {
  margin: 40px 0;
}
#talk_wrap .talk_end p.date {
  font-size: 14px;
}
#talk_body {
  max-width: 560px;
  margin: 40px auto;
}
#talk_body dt {
  font-family: "Shuei KakuGo Kin B", sans-serif;
  text-align: left;
  width: 15%
}
#talk_body dd {
  width: 85%;
}
.indent_half,.indent_half_top {
  position: static;
  margin-left: 0 !important;
}
#information_free li .info_img{
  max-width: 240px;
  margin-left: auto !important;
  margin-right: auto !important;
}


@media (max-width: 640px) {
  #yodogawa {
    margin: 0;
    padding: 40px 0;
    background-color: var(--col-background);
  }
  #yodogawa .inner::before {
    float: right;
    width: 24vw;
    height: 38.88vw;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
    margin: -32px 8px 8px 8px;
    transform-origin: right top;
    transform: rotate(-5deg);
    position: static;
  }
  #yodogawa.bd_t.bd_none {
    padding: 16px;
  }
  #index_nav {
    margin: calc(50 / 640 * 100vw) 0 calc(80 / 640 * 100vw) 0;
    padding-top: calc(50 / 640 * 100vw);
  }
  #index_nav ul {
    padding-bottom: calc(80 / 640 * 100vw);
  }
  #index_nav a {
    width: 92.30769231%;
    padding: 16px 0;
    margin-bottom: 32px;
  }
  #index_nav .title {
    margin: 0  auto 16px auto;
    padding: 0;
  }
  #talk_wrap h2 {
    margin: 0 auto;
    padding: 0;
  }
  #talk_body dt {
    width: 100%;
  }
  #talk_body dd, .info_taidan_txt dd {
    padding: 0;
    width: 100%;
  }
}
