@charset "UTF-8";
/* Contactページ用追加スタイル */

/* フッターを下に押しやるため、メインエリアの最小高さを設定し、下部の余白を広げる */
.p-contact {
  min-height: calc(100vh - 96px);
  padding-bottom: 250px !important;
}

.p-contact__btn-wrap {
  text-align: center;
  margin-top: 80px;
}

.p-section6__btn.is-contact {
  width: auto;
  min-width: 480px;
  padding: 0 40px;
}

/* メーラー起動リンクのホバーエフェクト */
.p-contact__mail-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-contact__mail-link:hover {
  opacity: 0.6;
}
