@charset "UTF-8";
/*-------------------------------------
  神戸用トップページ
--------------------------------------*/
#kobe_logo {
  display: none;
}
@media screen and (min-width: 992px) {
  #kobe_logo { /**/
    display: block;
    position: absolute;
    top: 11px;
    left: 383px;
  }
  #kobe_logo img {
    width: 152px;
  }
}

#fixed_header a.kobe_logo {
  position: absolute;
  display: none;
  height: 56px;
  left: 266px;
  top: 5px;
}
#fixed_header a.kobe_logo img {
  height: 100%;
}

@media screen and (min-width: 992px) {
  #header .hdr_logo {
    top: 30px;
    position: relative;
  }
}
#header .header_sp a.kobe_logo {
  position: absolute;
  display: none;
  height: 44px;
  left: 210px;
  top: 3px;
}
#header .header_sp a.kobe_logo img {
  height: 100%;
}

#footer .footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 415px) {
  #footer .footer_bottom .copyright {
    font-size: 10px;
  }
}
#footer .container {
  max-width: auto;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 415px) {
  #footer .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#footer a.kobe_logo {
  display: none;
  height: 128px;
}
@media screen and (max-width: 415px) {
  #footer a.kobe_logo {
    height: 65px;
    padding-right: 53px;
  }
}
#footer a.kobe_logo img {
  height: 100%;
}

#top section .youtubeList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#top section .youtubeList .youtube {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

#top section#partner {
  padding: 0px 0 30px;
}
#top section#partner h2 {
  opacity: 1;
  top: 0px;
  margin-bottom: 12px;
}
#top section#partner #banners {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top section#partner #banners a {
  padding: 6px 10px;
  border-radius: 3px;
}
#top section#partner #banners a img {
  height: 50px;
}

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