@charset "UTF-8";
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #b19365;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
  padding-top: 30px;
}

.side_contactInfo {
  margin-top: 20px;
}
.side_contactInfo .telBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.googleMapBox iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) {
  .googleMapBox iframe {
    height: 340px;
  }
}

#map {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) {
  #map {
    height: 340px;
  }
}

/*感謝資訊*/
.thankInfo {
  padding: 30px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 1.8;
  color: #2f2f2f;
}