@charset "UTF-8";
/* -----------------------------
アクセス『sp』
-------------------------------- */
.access_detail {
  margin-top: 100px;
}
.button {
  display: flex;
  transition: all .3s ease 0s;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin: 10px;
}
.button img {
  width: 30px;
}
.access_detail h2 {
  display: flex;
  margin: 50px 0 20px ;
  font-size: 1.6rem;
  align-items: center;
}
.access_detail h2 img{
  width: 40px;
}
/* -----------------------------
アクセス『pc』
-------------------------------- */
@media (min-width: 1025px) {
  .access_detail {
    margin-top: 150px;
  }
  .access_detail h2 {
    display: flex;
    margin: 50px 0 20px ;
    font-size: 3rem;
    align-items: center;
  }

  .access_detail h2 img{
    margin-right: 10px;
    width: 60px;
  }
  .item .h3 span{
    font-weight: normal;
    font-size: 50px;
  }
#by-car+p {
  font-size: 2rem;
  margin-bottom: 20px;
}
  .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f0f0f0;
    padding: 20px 30px;
    margin: 0 auto;
}

.button {
flex-direction: column;
  transition: all .3s ease 0s;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin: 10px;
  width: 470px;
}
.button:hover{
background-color: #f7e2e2;
}
.button img {
    margin-right: 10px;
    width: 40px;
}
  .page_title{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 4rem;
    letter-spacing: 1rem;
    font-weight: normal;
    margin-top: 200px;
    margin-bottom: 70px;
  }
  .header-color--transparent{
    background-color: transparent;
  }
  .header-color--gray{
    background-color: rgba(190, 190, 190, 0.85);
  }

  main{
    margin-bottom: 70px;
  }
}