.container {
  padding: 5.208333vw 16.666667vw;
  background-color: #fff;
}
.container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.container .title {
  font-size: 2.083333vw;
  color: #222;
}
.container .title-translation {
  margin-top: 0.78125vw;
  font-size: 1.041667vw;
  font-weight: lighter;
  color: #666;
}

.contact-us {
  background-color: #f9f9f9;
}
.company-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2.604167vw;
  padding: 5.208333vw 2.604167vw;
  background-color: #fff;
  line-height: 1;
}
.company-info, .qr-code {
  flex-basis: 50%;
}
.company-info .company-name {
  margin-bottom: 1.5625vw;
  font-size: 1.041667vw;
  color: #333;
}
.company-info .info-item {
  font-size: 0.833333vw;
}
.company-info .info-item:not(:last-child) {
  margin-bottom: 1.041667vw;
}
.company-info .info-label {
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.company-info.company-info-en .info-item {
  line-height: 1.3;
}
.company-info .info-value {
  color: #555;
}
.company-info .info-value .email-divider {
  margin: 0 .5em;
}
.company-content .divider {
  width: 1px;
  background-color: #ededed;
}
.qr-code {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 7.8125vw;
}
.qr-code-item {
  display: flex;
  align-items: center;
}
.qr-code-img {
  width: 5.208333vw;
  height: 5.208333vw;
}
.qr-code-content {
  padding-left: 1.041667vw;
  line-height: 1;
}
.qr-code .qr-code-title {
  font-size: 1.041667vw;
  color: #333;
}
.qr-code .qr-code-title::after {
  content: "";
  display: block;
  width: 2.708333vw;
  height: 1px;
  margin: 0.833333vw 0;
  background-color: #999;
}
.qr-code .contact-person {
  margin-bottom: 0.625vw;
  font-size: 0.833333vw;
  color: #333;
}
.qr-code .explanation {
  margin-bottom: 0.625vw;
  font-size: 0.729167vw;
  color: #999;
}
.location-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5625vw;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
.location-item {
  display: flex;
  align-items: center;
  height: 10.416667vw;
  padding-left: 2.916667vw;
  background-color: #fff;
}
.location-img,
.location-hover-img {
  width: 2.604167vw;
  height: auto;
}
.location-hover-img {
  display: none;
}
.location-item:hover .location-img {
  display: none;
}
.location-item:hover .location-hover-img {
  display: block;
}
.location-content {
  padding-left: 1.979167vw;
  line-height: 1;
}
.location-content .location-name {
  margin-bottom: 0.78125vw;
  font-size: 1.041667vw;
  color: #333;
}
.location-content .address {
  font-size: 0.833333vw;
  color: #555;
}
.location-content .address.address-en {
  line-height: 1.4;
}

.location.container {
  padding-bottom: 0;
}
.shop-list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
}
.shop-list .shop-item {
  flex-basis: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5.208333vw;
  position: relative;
  line-height: 1;
}
.shop-list .shop-item:nth-child(2)::before,
.shop-list .shop-item:nth-child(2)::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.shop-list .shop-item:nth-child(2)::before {
  left: 0;
}
.shop-list .shop-item:nth-child(2)::after {
  right: 0;
}
.shop-item .shop-name {
  margin-bottom: 0.9375vw;
  font-size: 1.041667vw;
  color: #333;
}
.shop-item .shop-link {
  font-size: 0.833333vw;
  color: #016dbf;
}
.shop-item .shop-link:hover {
  font-weight: bold;
}
#map-container {
  height: 26.041667vw;
  margin-top: 5.208333vw;
}

.online-message {
  display: flex;
  justify-content: space-between;
}
.online-message .message-text-wrapper {
  flex-basis: 50%;
  padding-right: 3.645833vw;
}
.online-message .title-wrapper {
  align-items: flex-start;
}
.online-message .message-description {
  margin-top: 1.822917vw;
  margin-bottom: 2.604167vw;
  font-size: 0.833333vw;
  color: #666;
  line-height: 1.625;
}
.online-message .contact-info {
  display: flex;
  justify-content: space-between;
  padding: 1.5625vw 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.online-message .contact-info-item {
  flex-basis: 50%;
  font-size: 0.833333vw;
  color: #555;
  line-height: 1;
}
.online-message .contact-value {
  margin-top: 0.625vw;
  font-weight: bold;
  color: #222;
}
.online-message .demand-form {
  flex-basis: 50%;
}
.demand-form.demand-form-hidde {
  display: none;
}
.demand-form .form-input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.520833vw;
  margin-bottom: 1.145833vw;
}
.demand-form label {
  position: relative;
}
.demand-form .demand-input {
  display: inline-block;
  width: 100%;
  height: 2.552083vw;
  padding: 0 1.041667vw;
  background-color: #f5f6f7;
  background-image: none;
  border: 1px solid #f5f6f7;
  border-radius: 0.208333vw;
  outline: none;
  font-size: 0.729167vw;
  font-family: inherit;
  color: #333;
}
.demand-form .error-message {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.208333vw;
  font-size: 0.625vw;
  color: #ef0000;
  line-height: 1;
}
.form-textarea-label {
  display: block;
  width: 100%;
  font-size: 0;
}
.demand-textarea {
  display: inline-block;
  width: 100%;
  height: 8.854167vw;
  padding: 1.041667vw;
  background-color: #f5f6f7;
  border: 1px solid #f5f6f7;
  border-radius: 0.208333vw;
  outline: none;
  font-size: 0.729167vw;
  font-family: inherit;
  color: #333;
  resize: none;
}
.demand-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.395833vw;
  margin-top: 2.083333vw;
  border: 0;
  border-radius: 0.208333vw;
  background-color: #016dbf;
  font-size: 0.833333vw;
  font-weight: bold;
  color: #fff;
  outline: none;
  cursor: pointer;
  line-height: 1;
}
.demand-input:focus-visible, .demand-textarea:focus-visible {
  border-color: #0070c0;
  outline: none;
}
.demand-input::placeholder, .demand-textarea::placeholder {
  font-size: 0.729167vw;
  color: #aaa;
}
.demand-input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
}
.demand-input.is-error,
.demand-textarea.is-error {
  border-color: #ef0000;
}
.demant-button:hover {
  background-color: #0067b0;
}
.form-result {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f7;
}
.form-result.form-result-hide {
  display: none;
}
.form-result .icon-result {
  width: 2.395833vw;
  height: 2.395833vw;
}
.form-result .result-text {
  margin-top: 1.041667vw;
  font-size: 0.833333vw;
  color: #333;
  line-height: 1;
}
.drive-to-here {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  font-size: 0.729vw;
  cursor: pointer;
  user-select: none;
}
.drive-to-here .drive-title {
  background-color: #fff;
  padding: .5em 1em;

}
.drive-to-here .icon-drive {
  width: 1.042vw;
  height: 1.042vw;
  fill: #2c9eff;
  margin: .5em;
}
.amap-info-content {
  padding: 0;
  background-color: #f8f8f8 !important;
}
.amap-info-close {
  display: none;
}

@media (max-width: 768px) {
  .container {
    padding: 2rem 0;
  }
  .container .title {
    font-size: 1.2rem;
  }
  .container .title-translation {
    margin-top: .5em;
    font-size: .8rem;
  }

  .company-content,
  .location-list,
  .shop-list,
  #map-container,
  .message-text-wrapper,
  .demand-form {
    width: 90%;
    margin: 0 auto;
  }
  .company-content {
    flex-direction: column;
    margin-top: 1rem;
    padding: 1rem .8rem;
  }
  .company-info .company-name {
    margin-bottom: 1em !important;
    font-size: .9rem !important;
  }
  .company-info .info-item {
    font-size: .7rem !important;
  }
  .company-info .info-item:not(:last-child) {
    margin-bottom: 1em !important;
  }
  .company-info .info-value {
    display: inline-flex;
    flex-direction: column;
  }
  .company-info .info-value em.email-divider {
    visibility: hidden;
    height: .4rem;
  }
  .qr-code {
    margin-top: 1.5rem;
    padding-left: 0;
  }
  .qr-code-item:last-child {
    margin-bottom: 1rem;
  }
  .qr-code-img {
    width: 5rem;
    height: 5rem;
  }
  .qr-code-content {
    padding: .4rem 0 .4rem .6rem;
  }
  .qr-code .qr-code-title {
    font-size: .9rem;
  }
  .qr-code .qr-code-title::after {
    width: 2.8rem;
    margin: .5rem 0;
  }
  .qr-code .contact-person {
    margin-bottom: .5rem;
    font-size: .8rem;
  }
  .qr-code .contact-person.contact-person-en {
    line-height: 1.3;
  }
  .qr-code .explanation {
    margin-bottom: 0;
    font-size: .7rem;
  }

  .location-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: .8rem;
    margin-top: 2rem;
  }
  .location-item {
    height: 5rem;
    padding: 0 1rem;
  }
  .location-item-en {
    height: 6rem;
    padding: 0 1rem;
  }
  .location-content {
    padding-left: 1rem;
  }
  .location-img, .location-hover-img {
    width: 1.5rem;
  }
  .location-content .location-name {
    margin-bottom: .4rem;
    font-size: .9rem;
  }
  .location-content .address {
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .shop-list {
    flex-direction: column;
    margin-top: 1rem;
  }
  .shop-list .shop-item {
    flex-basis: 100%;
    height: 2.5rem;
    padding: 1rem 0;
  }
  .shop-list .shop-item:not(:last-child) {
    margin-bottom: .8rem;
    border-bottom: 1px solid #ccc;
  }
  .shop-item .shop-name {
    margin-bottom: .5em;
    font-size: .9rem;
  }
  .shop-item .shop-link {
    font-size: .8rem;
  }
  .shop-list .shop-item:nth-child(2)::before, .shop-list .shop-item:nth-child(2)::after {
    display: none;
  }

  #map-container {
    height: 20rem;
    margin-top: 1rem;
  }

  .online-message {
    flex-direction: column;
  }
  .online-message .message-text-wrapper {
    flex-basis: auto;
    padding-right: 0;
    text-align: center;
  }
  .online-message .title-wrapper {
    align-items: center;
  }
  .online-message .message-description {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .7rem;
    line-height: 1.5;
    text-align: left;
  }
  .online-message .contact-info {
    padding: 1rem 0;
  }
  .online-message .contact-info-item {
    flex-basis: auto;
    font-size: .75rem;
    text-align: left;
  }
  .online-message .contact-value {
    margin-top: .6rem;
  }
  .online-message .demand-form {
    flex-basis: auto;
    margin-top: 1.5rem;
  }
  .demand-form .form-input-wrapper {
    grid-template-columns: repeat(1, 1fr);
   gap: 1.2rem 0;
    margin-bottom: 1.2rem;
  }
  .demand-form .demand-input {
    height: 2.3rem;
    padding: 0 .5rem;
    border-radius: .2rem;
    outline: none;
    font-size: .7rem;
  }
  .demand-form .demand-input::placeholder,
  .demand-form .demand-input::-webkit-input-placeholder,
  .demand-textarea::placeholder,
  .demand-textarea::-webkit-input-placeholder {
    font-size: inherit;
  }
  .demand-textarea {
    height: 6rem;
    padding: .5rem;
    border-radius: .2rem;
    font-size: .7rem;
  }
  .demand-form .error-message {
    padding-top: .2rem;
    font-size: .6rem;
  }
  .demand-button {
    height: 2.3rem;
    margin-top: 1.5rem;
    border-radius: .2rem;
    font-size: .8rem;
  }
  .form-result {
    margin-top: 1.5rem;
  }
  .form-result .icon-result {
    width: 2.4rem;
    height: 2.4rem;
  }
  .form-result .result-text {
    margin-top: 1em;
    font-size: .8rem;
  }

  .amap-info {
    width: 11rem;
  }
  .drive-to-here {
    width: 100%;
    font-size: 0.7rem;
  }
  .drive-to-here .icon-drive {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
  }
}
