@charset "UTF-8";

li{
  list-style: none;
}

a{
  transition: 0.5s
}

a:hover{
  opacity: 0.4
}

a img{
  transition: 0.5s
}

a img:hover{
  opacity: 0.4
}
body{
  padding-top:148px;
  font-family: minion-pro, serif;
  letter-spacing: 0.1em;
  font-weight: normal;
}

#logo{
  position: absolute;
  left: 30px;
  top: 50px;
}

h2{
  font-family: din-condensed, sans-serif;
  font-size: 24px;
  text-align: center;
}

.mt75{
  margin-top: 75px
}

footer{
  padding-top: 89px;
  padding-bottom: 40px;
  padding-right: 50px;
  text-align: right;
}

footer small{
  font-family: din-condensed, sans-serif;
  font-size: 10px;
  color: #666666;
}

.page_top a{
  display: block;
  position: fixed;
  right: 10px;
  bottom:75px;
  width: 9px;
  padding: 20px;
}

@media only screen and (max-width:768px) {
  body{
    padding-top: 70px
  }

  body.page{
    padding-top: 110px
  }

  .mt75{
    margin-top: 40px
  }

  #logo {
    position: absolute;
    left: 15px;
    top: 30px;
  }

  #logo img{
    width: 200px;
    height: auto
  }

  .container{
    padding: 0 15px;
  }

  .page_top a {
    display: none
    /* bottom: 15px;
    background: rgba(255, 255, 255, 0.5); */
  }

  footer {
    padding-right: 0;
    text-align: center;
  }
}
