@charset "utf-8";

* {
  text-align: center;
}
/* タイトル */
.title {
    width: 25%;
    margin-top: 200px;
   position: relative;

}

.title img {
    max-width: 250px;
}

.title h2 {
    font-size: 8rem;
    letter-spacing: 9px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* アドレス */
dl {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  min-width: 400px;
  margin-bottom: 100px;
}

dt {
  font-size: 1.6rem;
  font-weight: bold;
  width: 30%;
  padding: 30px 20px;
  border-bottom: 0.5px solid #737c6f;
}

dd {
  font-size: 1.5rem;
  width: 70%;
  padding: 30px 20px;
  border-bottom: 0.5px solid #737c6f;
}

/* グーグルマップ */
.google-map{
    width: 50%;
}

/* お車をご利用の方 */
.car {
    width: 70%;
    max-width: 600px;
    margin: 100px auto;
}
/* 電車をご利用の方 */
.train {
    width: 70%;
    max-width: 600px;
    margin-bottom: 200px;
}