.visit .visit-unit {
  width: 100%;
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .visit .visit-unit {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-unit {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .visit .visit-unit {
    gap: 24px;
  }
}

.visit .visit-unit__dtl {
  width: 400px;
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__dtl {
    width: 100%;
  }
}

.visit .visit-unit__dtl .visit-logo {
  margin-bottom: 32px;
  margin-inline: auto;
  width: 100%;
  max-width: 320px;
}

.visit .visit-unit__dtl .visit-add {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 1.8rem;
  letter-spacing: .04em;
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__dtl .visit-add {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .visit .visit-unit__dtl .visit-add {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-unit__dtl .visit-add {
    font-size: 1.4rem;
  }
}

.visit .visit-unit__dtl .hotline-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__dtl .hotline-unit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-unit__dtl .hotline-unit {
    gap: 8px;
  }
}

.visit .visit-unit__dtl .hotline-unit__item {
  color: #947240;
}

.visit .visit-unit__dtl .hotline-unit__item span {
  padding-left: 24px;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: .01em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 1023px) {
  .visit .visit-unit__dtl .hotline-unit__item span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-unit__dtl .hotline-unit__item span {
    font-size: 1.8rem;
  }
}

.visit .visit-unit__dtl .hotline-unit__item span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background-color: #947240;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__dtl .hotline-unit__item.--item-tel {
    display: block;
    border: 1px solid #947240;
    border-radius: 50px;
    padding: 8px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .visit .visit-unit__dtl .hotline-unit__item.--item-tel {
    padding: 4px 16px;
  }
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__dtl .hotline-unit__item.--item-tel span {
    padding-left: 16px;
  }
  .visit .visit-unit__dtl .hotline-unit__item.--item-tel span::before {
    top: 50%;
    translate: 0 -50%;
    left: 0;
    width: 17px;
    height: 17px;
  }
}

.visit .visit-unit__dtl .hotline-unit__item.--item-tel:hover {
  background: #947240;
  color: #ffffff;
}

.visit .visit-unit__dtl .hotline-unit__item.--item-tel:hover span::before {
  background-color: #ffffff;
}

.visit .visit-unit__dtl .hotline-unit__item.--item-fax span {
  padding-left: 26px;
}

.visit .visit-unit__dtl .hotline-unit__item.--item-fax span::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/fax.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/fax.svg");
}

.visit .visit-unit__med {
  width: 80%;
  padding: calc(8px * 3);
  background: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__med {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-unit__med {
    padding: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__med {
    width: 100%;
  }
}

.visit .visit-unit__med .med-tbl {
  max-width: 800px;
}

@media screen and (max-width: 959px) {
  .visit .visit-unit__med .med-tbl {
    max-width: 600px;
    margin-inline: auto;
  }
}

.visit .visit-frame {
  position: relative;
  width: 100%;
  padding: 48px;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .visit .visit-frame {
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-frame {
    padding: 24px;
  }
}

.visit .visit-frame::before {
  content: '';
  display: block;
  position: absolute;
  top: -92px;
  right: -96px;
  width: 240px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 24px solid rgba(197, 162, 95, 0.12);
}

@media screen and (max-width: 959px) {
  .visit .visit-frame::before {
    top: -80px;
    right: -80px;
    width: 160px;
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-frame::before {
    top: -70px;
    right: -70px;
    width: 140px;
  }
}

.visit .visit-frame__ttl {
  padding-bottom: calc(8px * 2);
  margin-bottom: calc(8px * 2);
  border-bottom: 1px solid #937c5b;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .visit .visit-frame__ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-frame__ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .visit .visit-frame__ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .visit .visit-frame__ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .visit .visit-frame__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .visit .visit-frame__ttl {
    font-size: 1.8rem;
  }
}

.first-flow .flow-list__item .item-inner > dt {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .first-flow .flow-list__item .item-inner > dt {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .flow-list__item .item-inner > dt {
    margin-bottom: 14px;
  }
}

.first-flow .first-flow-unit {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .first-flow .first-flow-unit {
    grid-template-columns: 1fr 200px;
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .first-flow .first-flow-unit {
    grid-template-columns: 1fr 160px;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .first-flow .first-flow-unit {
    grid-template-columns: initial;
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .first-flow .first-flow-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .first-flow-unit__vsl {
    width: 80%;
  }
}

.first-flow .howto .howto-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .first-flow .howto .howto-unit {
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .first-flow .howto .howto-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .first-flow .howto .howto-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.first-flow .howto .howto-unit__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.first-flow .howto .reserve-btn-list .reserve-btn:not(:last-child) {
  margin-bottom: 12px;
}

.first-flow .howto .reserve-btn-list .reserve-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 56px 10px 24px;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  background: #C5A25F;
  border-radius: 80px;
  border: 1px solid #C5A25F;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .first-flow .howto .reserve-btn-list .reserve-btn a {
    padding: 14px 18px 14px 20px;
  }
}

@media screen and (max-width: 767px) {
  .first-flow .howto .reserve-btn-list .reserve-btn a {
    padding: 14px 10px 14px 18px;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .howto .reserve-btn-list .reserve-btn a {
    padding: 14px 10px 14px 16px;
  }
}

.first-flow .howto .reserve-btn-list .reserve-btn a::before, .first-flow .howto .reserve-btn-list .reserve-btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}

.first-flow .howto .reserve-btn-list .reserve-btn a::before {
  right: 16px;
  width: 36px;
  height: 24px;
  border-radius: 16px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .first-flow .howto .reserve-btn-list .reserve-btn a::before {
    width: 34px;
    height: 15px;
    right: 12px;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .howto .reserve-btn-list .reserve-btn a::before {
    width: 25px;
  }
}

.first-flow .howto .reserve-btn-list .reserve-btn a::after {
  right: 25px;
  background: #C5A25F;
  width: 15px;
  height: 8px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #C5A25F;
}

@media screen and (max-width: 767px) {
  .first-flow .howto .reserve-btn-list .reserve-btn a::after {
    right: 18px;
    width: 14px;
    height: 7px;
  }
}

.first-flow .howto .reserve-btn-list .reserve-btn a:hover {
  background: #ffffff;
  color: #C5A25F;
}

.first-flow .howto .reserve-btn-list .reserve-btn a:hover::before {
  background: #C5A25F;
}

.first-flow .howto .reserve-btn-list .reserve-btn a:hover::after {
  background: #ffffff;
}

.first-flow .howto .reserve-btn-list .reserve-btn.--btn-app a {
  background: #947240;
  border-color: #947240;
}

.first-flow .howto .reserve-btn-list .reserve-btn.--btn-app a::after {
  background: #947240;
}

.first-flow .howto .reserve-btn-list .reserve-btn.--btn-app a:hover {
  background: #ffffff;
  color: #947240;
}

.first-flow .howto .reserve-btn-list .reserve-btn.--btn-app a:hover::before {
  background: #947240;
}

.first-flow .howto .reserve-btn-list .reserve-btn.--btn-app a:hover::after {
  background: #ffffff;
}

.first-flow .howto .howto-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.first-flow .howto .howto-tel a {
  display: block;
  margin-bottom: 12px;
}

.first-flow .howto .howto-tel a span {
  position: relative;
  padding-left: 32px;
  font-size: 4rem;
  color: #947240;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .first-flow .howto .howto-tel a span {
    padding-left: 28px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .howto .howto-tel a span {
    padding-left: 24px;
    font-size: 3.0rem;
  }
}

.first-flow .howto .howto-tel a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 36px;
  height: 40px;
  background-color: #947240;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 959px) {
  .first-flow .howto .howto-tel a span::before {
    width: 30px;
    height: 36px;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .howto .howto-tel a span::before {
    width: 27px;
    height: 32px;
  }
}

.first-flow .howto .howto-tel-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.first-flow .howto .howto-tel-txt__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 519px) {
  .first-flow .howto .howto-tel-txt__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.first-flow .howto .howto-tel-txt__item:not(:last-of-type) {
  margin-bottom: 5px;
}

.first-flow .howto .howto-tel-txt__item dt {
  width: 78px;
  padding: 2px;
  text-align: center;
  font-size: 1.5rem;
  background: #947240;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .first-flow .howto .howto-tel-txt__item dt {
    width: 70px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .first-flow .howto .howto-tel-txt__item dt {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .first-flow .howto .howto-tel-txt__item dd {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 959px) {
  .first-flow .howto .howto-tel-txt__item dd {
    letter-spacing: -.02em;
  }
}

/*# sourceMappingURL=../../maps/pages/first.css.map */
