#fulatto-consultation-image {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  width: 90%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #fulatto-consultation-image {
    width: 100%;
    margin-top: 50px;
    margin-inline: auto;
    max-width: 900px;
  }
}
#fulatto-consultation-image img.sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  #fulatto-consultation-image img.sp-block {
    display: none;
  }
}
#fulatto-consultation-image img.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  #fulatto-consultation-image img.pc-block {
    display: block;
  }
}
#fulatto-consultation-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
  border-radius: 4px;
}
#fulatto-consultation-image:hover {
  opacity: 0.8;
}
#fulatto-consultation-image.fulatto-consultation-bnr_form {
  margin-top: 5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #fulatto-consultation-image.fulatto-consultation-bnr_form {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}

.fulatto-modal.modaal-image .modaal-inner-wrapper .modaal-container {
  max-width: 470px;
}
.fulatto-modal.modaal-image .modaal-inner-wrapper .modaal-container .modaal-gallery-item {
  background-color: #fff353;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .fulatto-modal.modaal-image .modaal-inner-wrapper .modaal-container .modaal-gallery-item {
    background-color: #fff353;
    padding-top: 0px;
  }
}
.fulatto-modal.modaal-image .modaal-inner-wrapper .modaal-container .modaal-close {
  right: 2%;
  top: 1%;
}
@media screen and (min-width: 768px) {
  .fulatto-modal.modaal-image .modaal-inner-wrapper .modaal-container .modaal-close {
    right: 15px;
    top: 15px;
  }
}/*# sourceMappingURL=image-modal.css.map */