/*------------------------------
variable
------------------------------*/
/*------------------------------
mixin
------------------------------*/
.photo_btn {
  width: 220px;
  height: 64px;
  margin: 0 auto;
}
.photo_btn a {
  height: 100%;
  background: #aa8b31;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.photo_btn a:hover {
  opacity: 0.7;
}

.photo_contact {
  padding: 90px 0;
  background: url(img/photostudio/bg_contact.jpg) no-repeat center center/cover;
}
.photo_contact .photo_contact_box {
  padding: 60px 30px;
  background: #fff;
  text-align: center;
}
.photo_contact .photo_contact_title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 1.625rem;
  font-weight: bold;
  position: relative;
}
.photo_contact .photo_contact_title::after {
  width: 330px;
  height: 8px;
  margin: auto;
  background: url(img/photostudio/bg_deco01.svg) no-repeat left top/100% auto;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.photo_contact .photo_contact_title br {
  display: none;
}
.photo_contact .photo_contact_tel {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.photo_contact .photo_contact_tel span {
  padding: 0 5px;
  display: inline-block;
  font-size: 0.75rem;
}
.photo_contact .photo_contact_text {
  margin-bottom: 35px;
  font-size: 0.875rem;
  text-align: center;
}
.photo_contact .photo_contact_text br {
  display: none;
}
.photo_contact .photo_btn {
  width: 284px !important;
}

.footer .link {
  display: none;
}

@media screen and (max-width: 1024px) {
  .photo_btn {
    height: 45px;
  }
  .photo_btn a {
    font-size: 1.125rem;
  }
  .photo_contact {
    padding: 60px 0;
  }
  .photo_contact .photo_contact_box {
    padding: 30px;
  }
  .photo_contact .photo_contact_tel span {
    font-size: 0.875rem;
  }
  .photo_contact .photo_contact_text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .photo_contact {
    padding: 30px 0;
  }
  .photo_contact .photo_contact_box {
    padding: 15px;
  }
  .photo_contact .photo_contact_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .photo_contact .photo_contact_title::after {
    width: 240px;
    height: 6px;
  }
  .photo_contact .photo_contact_title br {
    display: block;
  }
  .photo_contact .photo_contact_tel span {
    font-size: 1rem;
  }
  .photo_contact .photo_contact_text {
    margin-bottom: 20px;
    font-size: 1.0625rem;
  }
  .photo_contact .photo_contact_text br {
    display: block;
  }
}