@charset "UTF-8";
/* --------------------------------------------
   お問い合わせ
-------------------------------------------- */
.contact-bnr {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5em;
}

.contact-bnr-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  display: block;
  flex: 1 1 0;
  width: 48%;
  min-width: 0;
  max-width: 48%;
  padding: 0.25em;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
}
.contact-bnr-item:hover, .contact-bnr-item:focus, .contact-bnr-item:visited {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.contact-bnr-item--line {
  border-color: #06c755;
}
.contact-bnr-item--line .contact-bnr-item__inner {
  background-color: #06c755;
}
.contact-bnr-item--line:hover .contact-bnr-item__inner {
  background-color: #05b34c;
}
.contact-bnr-item--line .contact-bnr-item__icon {
  -webkit-box-shadow: 0 0 0 2px #fff;
  overflow: hidden;
  border-radius: 1.125em;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff;
}
.contact-bnr-item--line .contact-bnr-item__icon img {
  border-radius: inherit;
}
.contact-bnr-item--tel {
  border-color: #978046;
}
.contact-bnr-item--tel .contact-bnr-item__inner {
  background-color: #978046;
}
.contact-bnr-item--tel:hover .contact-bnr-item__inner {
  background-color: #7e6b3a;
}

.contact-bnr-item__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
}

.contact-bnr-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 4.5em;
  height: 4.5em;
  margin: 0.75em 0 0.75em 1em;
}
.contact-bnr-item__icon img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-bnr-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding: 1em 3em 1em 1em;
}
.contact-bnr-item__text::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 1em;
  font-weight: bold;
  content: "＞";
}

.contact-bnr-item__lead {
  display: block;
  margin: 0 0 0.375em;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}

.contact-bnr-item__action {
  display: block;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
}

.contact-bnr-item__btn-label {
  margin-right: 0.4em;
  font-size: 1em;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  /* お問い合わせ */
}

@media screen and (max-width: 768px) {
  /* お問い合わせ */
}

@media screen and (max-width: 480px) {
  /* お問い合わせ */
  .wpcf7-acceptance input {
    width: auto;
  }
  .contact-bnr {
    display: block;
  }
  .contact-bnr-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: none;
  }
  .contact-bnr-item + .contact-bnr-item {
    margin-top: 1.25em;
  }
  .contact-bnr-item--line .contact-bnr-item__icon {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
  }
  .contact-bnr-item__icon {
    width: 3.5em;
    height: 3.5em;
    margin-left: 0.75em;
  }
  .contact-bnr-item__lead {
    font-size: 0.9375em;
  }
  .contact-bnr-item__action {
    font-size: 1.375em;
  }
}