@charset "utf-8";

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form-Item {
  border-top: 1px solid #938272;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

/*エラーメッセージ*/
.error-massege {
  color: #e56464;
}

@media screen and (max-width: 768px) {
  .error-massege {
    margin-top: 18px;
  }
}

.Form-right {
  width: 100%;
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1rem;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #938272;
  background: #ffffff;
  border-radius: 6px;
  padding-right: 1rem;
  height: 48px;
  max-width: 410px;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3rem;
  right: .9rem;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 1rem;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .Form-Item {
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(6) {
  border-bottom: 1px solid #938272;
  ;
}

.Form-Item-Label {
  width: 100%;
  max-width: 290px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #e56464;
  color: #fff;
  font-size: 12px;
}

.Form-Item-Label-Any {
  border-radius: 6px;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #afa79e;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #938272;
  border-radius: 6px;
  padding-left: 1rem;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
}

@media screen and (max-width: 768px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }

  .cp_ipselect.cp_sl01 {
    margin-left: 0;
    width: 100%;
    margin-top: 18px;
  }

}

.Form-Item-Textarea {
  border: 1px solid #938272;
  border-radius: 6px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
}

@media screen and (max-width: 768px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}

/*▽▽ファイルを選択▽▽*/
.my-parts {
  display: inline-block;
  text-align: left;
  margin-top: 1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .my-parts {
    margin-top: 20px;
    margin-left: 0;
  }
}

.my-parts p {
  margin: 0 0 .4em;
}

.my-parts label {
  padding: 1rem;
  border: 1px solid #938272;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  color: #000;
  font-weight: normal;
}

.my-parts input[type="file"] {
  display: none;
}

.my-parts #result {
  display: none;
  width: 100%;
  padding: .4rem 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  border: none;
  font-family: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/*△△ファイルを選択△△*/



/*電話番号の枠全て*/
.contact-call-box {
  margin-top: 5rem;
}

/*「お電話でのお問合せ」*/
.contac-call-title {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 1rem auto;
}

/*電話番号の白枠*/
.contact-call {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 2rem;
  margin-bottom: 2rem;

}

/*確認*/
.kakunin {
  color: #666666;
  width: 100%;
}

.event-link-btn {
  margin-top: 2rem;
}

/*送信後メッセージ*/
.contact-ok {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 2rem;
}

.contact-ok > p {
  margin-bottom: 2rem;
}
