@charset "UTF-8";
.contact-view {
  height: 100vh;
  background-image: url("../images/contact/sofa.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  align-items: center;
  position: relative; }
  .contact-view-text {
    width: 80%;
    margin: 0 auto;
    padding: 150px 40px 0px;
    font-weight: 100;
    text-align: center; }
    .contact-view-text h1 {
      font-family: "Trajan Pro 3", "TBUD丸ゴシック Std R", "TBUD明朝 Std M", "游ゴシック体 ボールド", "源ノ明朝";
      font-size: 2.4rem;
      color: #333; }
    .contact-view-text p {
      font-size: 15px;
      color: #2a9ca3; }
  .contact-view .label {
    width: 300px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 48px;
    top: 10%;
    left: -2%;
    position: absolute; }
    .contact-view .label h3 {
      background-color: #7287b8;
      border-radius: 3px; }
  .contact-view .lead {
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    line-height: 1.7;
    margin: 0 auto; }
    .contact-view .lead p {
      color: #fff;
      padding-bottom: 40px; }
  .contact-view .line {
    width: 200px;
    height: 200px;
    background-image: url("../images/contact/qrcode.png");
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 10px; }

@media (max-width: 800px) {
  #main {
    margin: 0; }

  .contact-view {
    background-image: none;
    height: auto;
    padding-bottom: 80px; }
    .contact-view .label {
      top: -5%; }
      .contact-view .label h3 {
        font-size: 15px;
        width: 208px; }
    .contact-view-text {
      padding: 160px 0 0 0; }
      .contact-view-text h1 {
        font-size: 1.5rem; }
    .contact-view .lead p {
      color: #333; } }
