body {
	font-family: 'A1 Mincho';
}
#yodogawa .inner {
	letter-spacing: 0.1em;
} 
article {
	max-width: 740px;
	padding:0 0 0 0;
  background-color: unset;
}
article section:not(#kv), article nav, footer {
  background-color: rgba(255,255,255,0.90);
}
footer .inner {
  background-color: unset;
}
#kv {
  padding-bottom:100px;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  overflow: hidden;
}
#yodogawa .inner p {
  /*line-height: 1.2em;*/
}
#yodogawa .inner > p:first-child {
  line-height: 2em;
}
#information .bd_b, #information_free .bd_b {
  border: none;
}

#index_nav,
#talk_nav,
.talk_nav,
#talk_wrap,
footer {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#index_nav .date {
  text-align: center;
  /*margin-top: -50px;*/
  /*margin-bottom: 50px*/
}
	
#bg {
  background-image: url(/ns_akihito_yoshida/back_s.jpg);
}

article section#information, article section#information_free {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
	background-color: #0a1464;
	color: white;
	letter-spacing: 0.14em;
	line-height:6em;
}
#information li, #information_free li {
  padding-top: 20px;
  padding-bottom: 60px;
}
.banners {
  padding-top: 60px;
}
.banners img {
  width: 50%;
} 
footer {
  padding-top: 3em;
}
#index_nav, #talk_nav, .talk_nav, #information li, #information_free li {
  margin-top: 0;
  margin-bottom: 0;
}
#talk_wrap h2 {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
#talk_wrap .talk_end, #talk_wrap .talk_end p {
  margin: 0;
}
#talk_wrap .talk_end {
  padding-top: 3em;
}
#talk_wrap .talk_end p + p {
  padding-top: 10px;
  padding-bottom: 5em;
}
@media (min-width: 641px) {
  #yodogawa {
    padding: 100px 0 60px 0;
  }
  #kv img {
    max-width: 80%;
  }
}
@media (max-width: 640px){
  #yodogawa {
    padding: calc(40 / 640 * 100vw) 1em 2em 1em!important;
    text-align: center;
  }
  #kv {
    align-items: flex-start;
  }
  #bg {
    background-image: url(/ns_akihito_yoshida/back_sp_s.jpg);
  }
  #talk_body dl {
    margin: 0 1rem;
  }
  .only_tablet #talk_body dl {
    margin: 0 auto; 
  }
  .only_tablet #kv {
    margin-bottom: 200px;
  }
  .only_tablet #kv img {
    width: 100vw;
  }
  #talk_body dd {
    padding: 0 0;
    letter-spacing: 0.1em;
  }
  #information li .info_desc, #information_free li .info_desc {
    letter-spacing: 0.1em;
    text-align: justify;
  }
  #yodogawa .inner {
    letter-spacing: 0.1em;
    text-align: justify;
  } 
  #information li .info_img, #information_free li .info_img {
    /* margin-top: 46px; */
    /* margin-left: 15px; */
    /* margin-right: 15px; */
  }
  #information li .info_desc, #information_free li .info_desc {
    max-width: 100%;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
  }
  .only_tablet #information li .info_desc, .only_tablet #information_free li .info_desc {
    max-width: 480px;
    margin: 0 auto;
  }
  #information li, #information_free li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
  }
  #information .info_title, #information_free .info_title {
    /* display: none; */
  }
  .banners {
    padding-top: 2em;
  }
  .banners img {
    width: 100%;
  } 
  footer {
    padding-top: 80px;
  }
}
