@media screen and (max-width: 1024px) {
  section#second .inner h2#partyTtl {
    margin: auto auto 15px auto;
    padding: 10px;
  }
  section#second .inner .en {
    font-family: 'Droid Serif', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.0rem;
    display: block;
    margin: 15px auto 5px auto;
  }
  section#second .inner .timeandCharge {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
  }
  section#second .inner iframe {
    margin: 25px auto 20px auto;
    width: 100%;
    height: 300px;
  }
  section#second .inner a#mapLink {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    padding: 5px 30px;
    font-weight: normal;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    display: block;
    transition: background-color 0.5s;
    margin: auto auto 25px auto;
  }
  section#second .inner a#mapLink:hover {
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;
  }
  section#second .inner #address {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
  }
}
@media screen and (min-width: 1024px) {
  section#second .inner h2#partyTtl {
    margin: auto auto 15px auto;
    padding: 10px;
  }
  section#second .inner .en {
    font-family: 'Droid Serif', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.0rem;
    display: block;
    margin: 15px auto 5px auto;
  }
  section#second .inner .timeandCharge {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
  }
  section#second .inner iframe {
    margin: 25px auto 40px auto;
  }
  section#second .inner a#mapLink {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    width: 26%;
    display: block;
    transition: background-color 0.5s;
    margin: auto auto 25px auto;
  }
  section#second .inner a#mapLink:hover {
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;
  }
  section#second .inner #address {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
  }
}

/*# sourceMappingURL=access.css.map */
