/* headr
========================================================================== */
header div.logo img.pc {
  display: none;
}
/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header div.logo img.pc {
    display: block;
  }
}
/* home
========================================================================== */
#home {
  margin-top: -90px;
  height: 100vh;
  background: url(../media/images/sympo2019/index/bg.jpg) no-repeat center center;
  background-size: cover;
}
#home:after {
  content: "";
  display: block;
  clear: both;
}
/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home {
    margin-top: 110px;
    padding: 30px 0;
  }
}
/* phones */
@media only screen and (max-width: 767px) {
  #home {
    margin-top: 70px;
    height: auto;
    background: #fff;
  }
}
/* visual
========================================================================== */
#visual {
  max-width: 1080px;
  height: 100vh;
  margin: 0 auto;
  padding: 0 40px 0;
}
/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #visual {
    height: auto;
    padding: 0;
  }
}
/* phones */
@media only screen and (max-width: 767px) {
  #visual {
    height: auto;
    padding: 0 0 400px;
  }
}
/* robot
========================================================================== */
#robot {
  width: 48%;
  margin: 110px 0 0 17%;
  float: left;
}
#robot img.pc {
  width: 95%;
}
#robot img.sp {
  display: none;
}
/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #robot {
    width: 50%;
    margin: 0;
    float: left;
  }
}
/* phones */
@media only screen and (max-width: 767px) {
  #robot {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  #robot img.pc {
    display: none;
  }
  #robot img.sp {
    width: 100%;
    display: block;
  }
}
/* main
========================================================================== */
#main_home {
  width: 35%;
  margin-top: 120px;
  text-align: left;
  float: right;
}
#main_home img {
  width: 100%;
}
#main_home h1 {
  margin-bottom: 25px;
}
#main_home p.date {
  margin-bottom: 20px;
}
#main_home p.capacity {
  margin-bottom: 25px;
  text-align: center;
}
#main_home p.capacity img {
  width: 180px;
}
#main_home dl.info {
  margin-bottom: 30px;
  font-size: 93%;
  /* 13px */
  line-height: 1.6;
}
#main_home dl.info dt {
  float: left;
  clear: both;
}
#main_home dl.info dd {
  padding-left: 5em;
}
#main_home div.btn {
  margin-bottom: 15px;
  text-align: center;
}
#main_home div.btn a {
  width: 180px;
  height: 40px;
  background: #00a29a;
  border: 1px solid #00a29a;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
}
#main_home div.btn a:hover {
  background: #fff;
  color: #00a29a;
}
#main_home p.note {
  margin-bottom: 40px;
  font-size: 79%;
  /* 11px */
}
#main_home dl.contact {
  font-size: 93%;
  /* 13px */
  line-height: 1.6;
}
#main_home dl.contact dt {
  float: left;
  clear: both;
}
#main_home dl.contact dd {
  padding-left: 7em;
}
#main_home dl.contact dd strong {
  font-size: 124%;
  /* 16px */
  font-weight: normal;
}
/* tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #main_home {
    width: 40%;
    margin-top: 40px;
    float: left;
  }
  #main_home dl.contact {
    display: none;
  }
}
/* phones */
@media only screen and (max-width: 767px) {
  #main_home {
    width: auto;
    margin-top: 0;
    padding: 0 35px;
    float: none;
  }
  #main_home img {
    width: 100%;
  }
  #main_home h1 {
    display: none;
  }
  #main_home p.date {
    margin-bottom: 20px;
  }
  #main_home p.capacity {
    margin-bottom: 25px;
    text-align: center;
  }
  #main_home p.capacity img {
    width: 180px;
  }
  #main_home dl.info {
    margin-bottom: 30px;
    font-size: 93%;
    /* 12px */
    text-align: center;
  }
  #main_home dl.info dt {
    font-weight: bold;
    float: none;
  }
  #main_home dl.info dd {
    margin-bottom: 1em;
    padding-left: 0;
  }
  #main_home p.note {
    margin-bottom: 0;
    font-size: 77%;
    /* 10px */
  }
  #main_home dl.contact {
    display: none;
  }
}
/* footer
========================================================================== */
/* pc */
@media only screen and (min-width: 960px) {
  footer {
    height: 55px;
  }
  footer address {
    display: none;
  }
}
/*# sourceMappingURL=./sympo2019_index.css.map */