@charset "utf-8";
/* CSS Document */
body {
  color: #343434;
  background-color: #eaedef;
}
.ggmap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 7em;
}
.ggmap iframe {
  width: 100%;
  max-width: 100%;
  height: 600px;
  margin: 0 auto;
}
.title {
  background: linear-gradient(to bottom, #004081, #182a3a);
}
.title h2 {
  font-size: 1.2em;
  text-align: center;
  padding: 3em 0 0.4em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 3em;
  margin-bottom: 2em;
}
.title h3 {
  font-size: 0.8em;
  font-weight: lighter;
  color: #fff;
}
.info-up {
  display: flex;
  justify-content: space-between;
  width: 50%;
  max-width: 370px;
  margin: 0 auto 2em;
  padding-bottom: 4em;
  text-align: center;
  padding-left: 58px;
}
.first-wrapper {
  width: 80%;
  max-width: 900px;
  margin: 11em auto 11em;
}
.first-wrapper h4 {
  font-size: 1.5em;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 3em;
}
.first-wrapper dl {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 4em;
}
.first-wrapper dl:last-child {
  padding-bottom: 0;
}
.first-wrapper dl dt {
  line-height: 1.2em;
  width: 40%;
  font-weight: bolder;
}
.first-wrapper dl dt:last-child {
  padding-bottom: none;
}
.first-wrapper dl dd {
  line-height: 1.2em;
  width: 74%;
}
.first-wrapper dl dd:last-child {
  padding-bottom: none;
}
.second {
  margin: 0 auto 7em;
}
.second-wrapper {
  background-image: url("../image/osaka.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1000px;
  height: 700px;
  margin: 0 auto;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: relative;
}
.second-wrapper h4 {
  font-size: 1.250em;
  text-align: center;
  width: 100px;
  padding-top: 1em;
}
.second-wrapper h4 span {
  display: block;
  font-size: 0.625em;
}
.second-wrapper p {
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  padding: 1em;
  color: #fff;
  z-index: 900;
}
.slide-bar, .slide-bar::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-bar::before, .slide-bar::after {
  background: rgba(54, 161, 173, 1);
  content: '';
  position: absolute;
  z-index: 1;
}
.slide-bar::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.slide-bar:hover:after {
  width: 100%;
}
.slide-bar p a {
  display: block;
  width: 100%;
}
#higashiosaka-wrapper {
  width: 180px;
  background-color: rgba(24, 42, 58, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 250px;
  top: 315px;
}

#kitaku-wrapper {
  width: 180px;
  background-color: rgba(24, 42, 58, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 250px;
  top: 395px;
}

.second-wrapper p span {
  display: block;
  font-size: 0.626em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #upper {
    display: none;
  }
  #middle {
    display: block;
  }
  .title h2 {
    padding-top: 2em;
    font-size: 1em;
  }
  .title h3 {
    font-size: 0.8em;
  }
  .info-up {
    display: block;
    padding-left: 0;
    text-align: center;
    padding-bottom: 1.4em;
  }
  .info-up h3 {
    padding-bottom: 0.4em;
  }
  .first-wrapper {
    margin: 0 auto 1em;
    width: 90%;
  }
  .first-wrapper dl {
    padding-bottom: 0;
    width: 100%;
  }
  .first-wrapper dl dt {
    font-size: 0.6em;
    width: 20%;
    line-height: 2em;
  }
  .first-wrapper dl dd {
    font-size: 0.6em;
    width: 80%;
    line-height: 2em;
  }
  .first-wrapper h4 {
    padding-bottom: 1em;
  }
  .ggmap iframe {
    height: 280px;
    width: 100%;
  }
  .ggmap {
    margin-bottom: 2em;
  }
  .second-wrapper {
    background-position: 50% 90px;
    background-size: 70% auto;
    height: 100%;
  }
  .second {
    margin-bottom: 4em;
  }
  .slide-bar {
    //margin-bottom:1em;
    width: 48%;
  }
  .slide-bar p {
    font-size: 0.8em;
  }
  .slide-bar span {
    font-size: 0.4em;
  }
  #higashiosaka-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
	#kitaku-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .name-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 90% auto 0;
    padding-bottom: 20px;
    height: 48px;
    padding-top: 71px;
  }
  .name-wrapper a {
    width: 48%;
    text-decoration: none;
  }
  #middle h3 {
    display: block;
    color: #343434;
    text-align: center;
  }
  #side_menu {
    display: block;
    margin: 0 auto;
    color: #FFF;
  }
  #side_menu li {
    padding-bottom: 2em;
    font-size: 1.2em
  }
  #side_menu li span {
    font-size: 0.75em;
    margin-top: 0.2em;
  }
  .about {
    width: 100%;
  }
  .about p {
    width: 80%;
  }
  .about h2 {
    padding-top: 2.5em;
    font-size: 1.8em
  }
  .about p {
    font-size: 0.975em;
    padding-bottom: 6.5em;
    line-height: 1.2em;
  }
  .band h4 {
    font-size: 1.2em;
  }
  .band h5 {
    font-size: 0.75em;
  }
  #info {
    width: 100%;
  }
  #info h4 {
    margin-left: 0;
    font-size: 1.5em;
  }
  #info h6 {
    margin-left: 0;
    font-size: 1.8em
  }
  #info p {
    padding-left: 0;
    font-size: 0.975em;
  }
  #info img {
    display: none;
  }
  #first {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
  }
  #second {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
  }
  #third {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
  }
  footer dl {
    display: none;
  }
  footer ul {
    display: none;
  }
  footer p {
    text-align: center;
  }
  #navi {
    display: none;
  }
  #address {
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    padding: 1em 0;
  }
  #address p {
    display: none;
  }
}