body #content {
  background-image: var(--background-image);
  background-position: right top;
  background-size: calc(220px + (max(0px, 100% - 1000px) / 2));
  background-repeat: no-repeat;
  min-width: 768px;
}
body #content .container {
  padding: 80px 0;
}
body #content .container::before {
  content: var(--title);
  position: absolute;
  right: 220px;
  top: 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  padding: 20px;
  letter-spacing: 10px;
  height: 300px;
  font-weight: 700;
}
body #content .container .page-container {
  width: calc(100% - 220px - 100px);
}
body #content .container .key-visual {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body #content {
    min-width: unset;
    --background-image: none!important;
  }
  body #content .container::before {
    display: none;
  }
  body #content .container .page-container {
    width: unset;
  }
}
body #content {
  --background-image: url('/images/contact-us-header.png');
  --title: '聯絡我們';
  font-weight: 700;
}
body #content .description {
  margin: 40px;
}
body #content .services {
  white-space: break-spaces;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 350px;
  padding: 50px 0;
  line-height: 1.5;
}
body #content .contact-us-form {
  text-align: center;
  padding: 50px 100px;
}
body #content .contact-us-form #contact-us-form-message {
  white-space: pre-line;
  color: #BE7D46;
}
body #content .contact-us-form #contact-us-form-message.errors {
  color: red;
}
body #content .contact-us-location {
  display: flex;
  margin: 50px 0;
  gap: 20px;
}
body #content .contact-us-location .google-maps {
  width: 300px;
  padding-bottom: 350px;
}
body #content .contact-us-location .contact-us-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #content .contact-us-location .contact-us-detail .contact-us-detail-line {
  display: flex;
  padding: 10px;
  line-height: 30px;
  color: #BE7D46;
}
body #content .contact-us-location .contact-us-detail .contact-us-detail-line .contact-us-detail-label {
  flex-basis: 100px;
  color: black;
}
body #content .contact-us-location .contact-us-detail .contact-us-detail-line .contact-us-detail-value {
  flex: 1;
  white-space: pre-line;
  color: black;
}
@media only screen and (max-width: 768px) {
  body #content .page-container .description {
    margin-left: 0;
    margin-right: 0;
  }
  body #content .page-container .contact-us-form {
    padding-left: 0;
    padding-right: 0;
  }
  body #content .page-container .contact-us-location {
    flex-direction: column;
  }
  body #content .page-container .contact-us-location .google-maps {
    width: 100%;
    padding-bottom: 200px;
  }
}

