@charset "UTF-8";
@media screen and (max-width: 600px) {
  /* wrapper */
  #wrapper {
    min-width: 300px;
  }
  /* top */
  #top {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 25px 3.5% 35px;
  }
  #top #logo {
    position: static;
    order: 4;
    width: 93%;
    min-width: auto;
    margin: auto auto 0;
  }
  #top #sisilarchitects {
    position: static;
    order: 1;
    width: 220px;
    padding-left: 10px;
    margin-bottom: 3em;
  }
  #top #category {
    position: static;
    order: 2;
    width: 90px;
    padding-left: 10px;
    margin-bottom: 1em;
  }
  #top #place {
    position: static;
    order: 3;
    width: 210px;
    padding-left: 10px;
  }
  /* introduction */
  #introduction {
    width: 85%;
    margin: 7em auto;
  }
  #introduction div {
    display: block;
  }
  #introduction div h2 {
    margin-right: 0;
    margin-bottom: 2em;
    font-size: 1.45em;
  }
  #introduction div p {
    font-size: 1.15em;
    line-height: 2;
    padding-top: 0;
    text-align: justify;
  }
  /* profile */
  #profile {
    width: 90%;
    margin: 7em auto;
    display: block;
    border-radius: 15px;
    padding: 4em 10%;
  }
  #profile figure {
    width: 90%;
    margin: 0 auto 3.5em;
  }
  #profile div {
    width: 100%;
    text-align: left;
  }
  #profile div h3 {
    font-size: 1.45em;
    margin-bottom: 2em;
  }
  #profile div h3 span {
    display: block;
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  #profile div p {
    font-size: 1em;
  }
  /* service */
  #service {
    width: 90%;
    margin: 7em auto;
  }
  #service h2 {
    font-size: 1.45em;
    margin-bottom: 2em;
  }
  #service ul {
    display: block;
    font-size: 1.15em;
  }
  #service ul li {
    padding: 0.8em 2em;
    margin-right: 0;
    margin-bottom: 1em;
  }
  #service ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #service #instagram {
    margin-top: 3em;
    background-color: #FFF;
    border-radius: 15px;
    padding: 3.5em 10% 4em;
  }
  #service #instagram .button {
    width: 100%;
  }
  /* contact */
  #contact {
    width: 90%;
    margin: 7em auto;
  }
  #contact h2 {
    font-size: 1.45em;
    margin-bottom: 2em;
  }
  #contact div {
    width: 100%;
    margin: 0 auto;
  }
  #contact div #caption {
    font-size: 0.75em;
    margin-top: 3em;
  }
  /* form */
  #form {
    width: 90%;
    margin: 7em auto;
  }
  #form h2 {
    font-size: 1.45em;
    margin-bottom: 2em;
  }
  /* access */
  #access {
    width: 92%;
    margin: 7em auto;
  }
  #access h2 {
    font-size: 1.45em;
    margin-bottom: 2.5em;
  }
  #access p {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1em;
    line-height: 2;
  }
  /* footer */
  #footer {
    height: 100vh;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px 3.5% 30px;
  }
  #footer #ft_logo {
    position: static;
    order: 4;
    width: 95%;
    min-width: auto;
    margin: auto auto 0;
  }
  #footer #ft_sisilarchitects {
    position: static;
    order: 1;
    width: 220px;
    padding-left: 10px;
    margin-bottom: 3em;
  }
  #footer #ft_category {
    position: static;
    order: 2;
    width: 90px;
    padding-left: 10px;
    margin-bottom: 3em;
  }
  #footer #ft_instagram {
    position: static;
    order: 3;
  }
  #footer #ft_instagram .button {
    width: 95%;
  }
  /* button */
  .button {
    background-color: #0C2313;
    display: inline-block;
    border-radius: 30px;
    padding: 1.1em 5em;
    color: #FFF;
    line-height: 1;
    font-size: 1.1em;
  }
  /* snow monkey form */
  .snow-monkey-form {
    width: 100%;
  }
  .smf-action .smf-button-control__control {
    width: 100%;
  }
  /* policy */
  #policy {
    width: 92%;
    margin: 8em auto;
  }
}