@charset "UTF-8";
/* ==========================================================================

基本スタイル

========================================================================== */
body.is-fixed {
  overflow: hidden;
}

.contact-header {
  border-top: 20px solid #343a40;
  padding: 0 20px;
}

.contact-header__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.contact-header__title {
  position: relative;
  overflow: hidden;
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 66px 0;
  margin: 0;
  text-align: center;
}
.contact-header__title::before {
  content: "";
  z-index: 0;
  background: #fff;
  width: 600vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
}
.contact-header__title span {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 40px);
  padding: 10px 20px;
  background-color: #a50d05;
  border-radius: 10px;
}

@media screen and (max-width: 749px) {
  .contact-header__title {
    font-size: 1.5rem;
    text-align: center;
    padding: 30px 0;
  }
}
.contact-footer {
  color: #fff;
  background: #343a40;
  padding: 15px 20px;
}

.contact-footer__inner small {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

a[href^="tel:"] {
  color: #333;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
}
/* ==========================================================================

コンタクトパーツ

========================================================================== */
.contact-main {
  overflow: hidden;
  /*background: $gray-100;*/
  min-height: 100vh;
  padding: 0 20px;
}

.contact-main__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 50px;
  font-weight: 500;
}
.contact-main__inner #contact-form > p {
  padding: 0 30px;
}

@media screen and (max-width: 749px) {
  .contact-main {
    padding: 0 10px;
  }
  .contact-main__inner #contact-form > p {
    padding: 0 0;
  }
}
.contact-main__subTitle {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  margin: 80px 0 50px;
  padding: 0 0 30px;
  border-bottom: 2px solid #dee2e6;
}
.contact-main__subTitle::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #CC0000;
}

::-moz-placeholder {
  color: #ced4da;
}

::placeholder {
  color: #ced4da;
}

::-ms-input-placeholder {
  color: #ced4da;
}

.contact-main__form {
  border: solid #fff 0px;
  margin: 30px 0;
  padding: 30px;
  background: #fff;
}
.contact-main__form__flex-inner {
  display: flex;
  width: calc(100% - 20px);
  padding: 10px 10px 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.contact-main__form__flex-inner .caption {
  width: calc(100% - 40px);
  display: block;
  margin: 0 0 0 0;
  padding: 10px 0 0;
}
.contact-main__form__flex-inner .caption > li {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 10px;
  list-style: none;
}
.contact-main__form__flex-inner > dt {
  width: 20%;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 0 0 0 0;
}
.contact-main__form__flex-inner > dt.long {
  width: 100%;
  margin: 0 0 10px;
}
.contact-main__form__flex-inner > dt:after {
  display: block;
  content: "必須";
  color: #fff;
  background: #d22e2e;
  font-size: 0.6rem;
  width: 2.5em;
  text-align: center;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: 3px;
}
.contact-main__form__flex-inner > dt.optional:after {
  content: "任意";
  background: #507bbe;
}
.contact-main__form__flex-inner .contact-main__form__flex-inner_box {
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  width: calc(80% - 20px);
}
.contact-main__form__flex-inner .contact-main__form__flex-inner_box > label {
  width: 10%;
  text-align: center;
}
.contact-main__form__flex-inner .contact-main__form__flex-inner_box > input[type=text], .contact-main__form__flex-inner .contact-main__form__flex-inner_box > input[type=tel], .contact-main__form__flex-inner .contact-main__form__flex-inner_box > input[type=email] {
  width: calc(45% - 20px);
}
.contact-main__form__flex-inner > dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.contact-main__form__flex-inner > dl > dd {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
  margin: 0 0 10px 0;
  justify-content: space-between;
}
.contact-main__form__flex-inner > dl > dd > label {
  display: block;
  margin: 0 20px 0 10px;
  font-weight: 500;
}
.contact-main__form__flex-inner > textarea {
  min-height: 150px;
  width: calc(100% - 40px);
  font-weight: 500;
  padding: 12px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.contact-main__form select {
  width: 100%;
  max-width: 110px;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: 0.3s;
}
.contact-main__form select:focus {
  border: 1px solid #da3c41;
  box-shadow: 0 0 5px 1px rgba(218, 60, 65, 0.5);
  outline: none;
}
.contact-main__form label,
.contact-main__form legend {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.contact-main__form h3 {
  position: relative;
  margin: 70px 0 10px;
  padding: 0 0 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.contact-main__form h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #495057;
  width: 36px;
  height: 2px;
}

@media screen and (max-width: 749px) {
  .contact-main__form {
    padding: 10px;
  }
  .contact-main__form .caption {
    font-size: 0.8em;
  }
  .contact-main__form__flex-inner > dt {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .contact-main__form__flex-inner > dd {
    width: 100%;
  }
  .contact-main__form__flex-inner > dd > label {
    width: 10%;
    text-align: center;
  }
  .contact-main__form__flex-inner > dd > input[type=text], .contact-main__form__flex-inner > dd > input[type=tel], .contact-main__form__flex-inner > dd > input[type=email] {
    width: calc(50% - 20px);
  }
  .contact-main__form__flex-inner > dl {
    display: block;
  }
  .contact-main__form__flex-inner > dl > dd {
    justify-content: flex-start;
  }
  .contact-main__form__flex-inner input[type=text], .contact-main__form__flex-inner input[type=tel], .contact-main__form__flex-inner input[type=email] {
    display: block;
    width: 100%;
  }
}
input[type=text], input[type=tel], input[type=email] {
  display: block;
  width: calc(80% - 20px);
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: 0.3s;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus {
  border: 1px solid #da3c41;
  box-shadow: 0 0 5px 1px rgba(218, 60, 65, 0.5);
  outline: none;
}
input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  border: 2px solid #ced4da;
  border-radius: 5px;
  margin: 1px 0 0 0;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}
input[type=checkbox]:checked {
  background: #343a40;
  border-color: #343a40;
}
input[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-mask-image: url("/photopro/contact/images/icon-checkbox.svg");
          mask-image: url("/photopro/contact/images/icon-checkbox.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
}

.contact-main__form-input {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
}
.contact-main__form-input.checkBox-style {
  padding: 15px 0;
}
.contact-main__form-input.checkBox-style label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-main__form-input dt {
  width: 26%;
}
.contact-main__form-input dd {
  position: relative;
  width: 50%;
}
.contact-main__form-input dd.pullDown-style {
  width: 23%;
}
.contact-main__form-input dd p {
  position: absolute;
  z-index: 2;
  top: -21px;
  right: -40px;
  background-color: #343a40;
  padding: 1px 10px 3px 10px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.contact-main__form-input dd p::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -1px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #343a40;
  z-index: 0;
  transform: rotate(29deg);
}
.contact-main__form-input dd p.error-hide {
  opacity: 0;
  visibility: hidden;
}
.contact-main__form-input dd p.is-textstyle {
  right: -160px;
}
.contact-main__form-input dd p .error-message {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
}

.contact-main__form-input--division li {
  min-width: 110px;
}

/* ==========================================================================

バリデート設定

========================================================================== */
/* ==========================================================================

フロー表示 パーツ

========================================================================== */
.contact-main .contact-main__inner .flow-icon {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.contact-main .contact-main__inner .flow-icon > dd {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  background: #d9d9d9;
  width: calc(33% - 30px);
  margin: 0 0 0 0;
  border-radius: 25px;
  position: relative;
}
.contact-main .contact-main__inner .flow-icon > dd.now {
  color: #e3df91;
  background: #1d417a;
}
.contact-main .contact-main__inner .flow-icon > dd:after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #757575;
  border-right: 0;
}
.contact-main .contact-main__inner .flow-icon > dd:last-of-type:after {
  display: none;
}

@media screen and (max-width: 749px) {
  .contact-main .contact-main__inner .flow-icon {
    display: block;
  }
  .contact-main .contact-main__inner .flow-icon > dd {
    width: 80%;
    margin: 0 auto 30px;
  }
  .contact-main .contact-main__inner .flow-icon > dd:after {
    right: initial;
    top: initial;
    left: calc(50% - 15px);
    bottom: -25px;
    border-top: 15px solid #757575;
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
/* ==========================================================================

基本方針（同意する）

========================================================================== */
.contact-main__agree {
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  /* スクロールバーの全体的なスタイル */
  /* スクロールバーのトラック（背景）のスタイル */
  /* スクロールバーのハンドル部分（スクロールする部分）のスタイル */
  /* ホバー時のスクロールバーのハンドル部分 */
  /* タイトル、同意ボタン */
}
.contact-main__agree::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.contact-main__agree::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.contact-main__agree::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}
.contact-main__agree::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.contact-main__agree__box {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 0px #fff solid;
}
.contact-main__agree__box > h3 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.contact-main__agree__box > h3::after {
  display: block;
  content: "必須";
  color: #fff;
  background: #d22e2e;
  font-size: 0.6rem;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: 3px;
}
.contact-main__agree__box .contact-main__agree__box_inner {
  margin: 0 0 0 30px;
  display: flex;
  align-items: center;
}
.contact-main__agree__box .contact-main__agree__box_inner > label {
  display: block;
  padding: 20px;
  width: 150px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .contact-main__agree__box {
    display: block;
  }
  .contact-main__agree__box > dd {
    margin: 20px auto;
  }
}
/* ==========================================================================

送信ボタン

========================================================================== */
.contact-main__modal-sendButton {
  border: 0;
  margin: 0 auto;
  display: block;
  padding: 19px 30px;
  width: 60%;
  font-size: 16px;
  color: #fff;
  background-color: #bd1212;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: background-color 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.contact-main__modal-sendButton:hover {
  opacity: 0.5;
}
.contact-main__modal-sendButton.is-hide {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 749px) {
  .contact-main__modal-sendButton {
    width: 90%;
  }
}
/* ==========================================================================

お電話でのお問い合わせ

========================================================================== */
.contact-tel {
  display: block;
  width: calc(50% - 80px);
  padding: 30px 40px;
  margin: 50px auto 20px;
  border: solid #000 1px;
  background: #fff;
}
.contact-tel > p {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
.contact-tel > a {
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
}
.contact-tel > a:hover {
  opacity: 0.5;
}
.contact-tel > dl {
  display: flex;
  width: 80%;
  margin: 20px auto 0;
  justify-content: center;
}
.contact-tel > dl > dt, .contact-tel > dl > dd {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.contact-tel > dl > dd {
  padding-left: 1em;
}

@media screen and (max-width: 749px) {
  .contact-tel {
    width: calc(80% - 40px);
    padding: 20px 20px;
  }
  .contact-tel > dl {
    display: block;
    font-size: 0.8em;
  }
  .contact-tel > dl > dt, .contact-tel > dl > dd {
    text-align: center;
  }
  .contact-tel > dl > dd {
    padding-left: 0;
  }
}/*# sourceMappingURL=inquiry.css.map */