@charset "UTF-8";

/* === kv === */
.inner-kv {
  background-image: url(../img/contact/kv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .inner-kv {
    background-image: url(../img/contact/kv_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/* === main === */
.info-block {
  margin-bottom: 58px;
}

.info-block-item {
  display: flex;
  align-items: center;
}

.info-block-item + .info-block-item {
  margin-top: 10px;
}

.info-block-item-title {
  font-size: 1.2727rem;
  font-weight: 700;
  margin-right: 30px;
}

.info-block-item-text a {
  color: #333;
}

.google-map {
  height: 529px;
  overflow: hidden;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .info-block-item {
    display: block;
  }

  .info-block-item-title {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .info-block {
    margin-bottom: 20px;
  }

  .info-block-item + .info-block-item {
    margin-top: 12px;
  }

  .info-block-item-title {
    font-size: 1.1428rem;
  }

  .google-map {
    height: 306px;
  }
}