
@charset "UTF-8";
/* CSS Document */

body{font-family:TBGothic SL;}

#information .info_title, #information_free .info_title {
  font-size:150%;}
#talk_body dt{font-family:TBGothic M;}
#talk_body .pic {
    max-width: 900px;
    margin: 0 auto 40px auto;
    text-align: center;
}
#yodogawa, .content_wrap section {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 640px){
  #information .info_title, #information_free .info_title {
  font-size:120%;}
#kv img {
    height: auto;
    object-fit: unset;
    min-height: unset;
}
}
@media (max-width: 640px) {
  #kv {
    min-height: unset;
  }
}