@charset "UTF-8";
/* CSS Document */


/*----campaign----*/

#campaign {
  padding-bottom: 100px;
}

.campaign #footer .f_btn_sns {
  padding-top: 25px;
}

.campaign_form{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 70px 45px 70px;
  border-radius: 5px;
  box-sizing: border-box;
  background:rgba(255,255,255,0.8);
}

.campaign_form .form_title h3 {
  width: 564px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}

.campaign_form .form_wrapper {
  width: 564px;
  margin: 0 auto;
}

.campaign_form .notes {
  padding: 25px 0 28px;
  font-size: 14px;
  text-align: center;
}

.campaign_form .required {
  padding: 0 2px;
  color: #f00;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}


/*-----------
form
-----------*/

#tayori-form input,
#tayori-form select {
  border: 1px solid #d4d9e2;
  font-size: 15px;
  height: 48px;
  padding: 8px 16px 8px;
  border-radius: 3px;
  color: #596377;
  background-color: #fefefe;
  border: solid 1px #d4d9E2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
}

#tayori-form select {
  text-indent: left;
  cursor: pointer;
}

#tayori-form input::-webkit-input-placeholder {
    color: #acb1be;
}
#tayori-form input::-moz-placeholder {
	color: #acb1be;
}
#tayori-form input::-ms-input-placeholder {
	color: #acb1be;
}

#tayori-form input[type="checkbox"] {
    display: none;
}

#tayori-form input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  min-height: 20px;
  line-height: 1.3em;
  cursor: pointer;
}

#tayori-form input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    border: solid 2px #d4d9e2;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    box-sizing: border-box;
}

#tayori-form input[type="checkbox"]:checked+label::after {
  content: "\02713";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin-left: -20px;
  color: white;
  font-size: 15px;
  text-align: center;
  background: #E12A2A;
  line-height: 18px;
  border-radius: 3px;
  box-sizing: border-box;
}

#tayori-form .form-parts {
  margin-bottom: 25px;
}

#tayori-form .form-parts div:first-child {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

#tayori-form .form-parts div.sub_h {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}

#tayori-form .form-parts div.sub_i {
  margin-bottom: 28px;
}

#tayori-form .input_full input,
#tayori-form .input_full select {
  width: 100%;
}

#tayori-form .input_half input,
#tayori-form .input_half select {
  width: 45%;
}

#tayori-form .form-parts.form_logo_select {
  width: 750px;
  margin-left: -93px;
}

#tayori-form .form_logo_select > div:first-child {
  text-align: center;
}

#tayori-form .input_logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 750px;
  margin: 20px auto;
}

#tayori-form .form-parts .input_logo > div {
  position: relative;
  width: 360px;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 10px 20px 15px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
}

#tayori-form .form-parts .input_logo .error-message {
  width: 100%;
  background: none;
  margin: -15px 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#tayori-form .input_logo > div img{
  display: block;
  width: 280px;
  margin: 0 auto;
}

#tayori-form .input_logo > div input {
  height: 30px;
  margin-bottom: 10px;
  display: none;
}

#tayori-form .input_logo > div label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#tayori-form .input_logo input:checked + label {
  border: 6px solid #a9892f;
  border-radius: 4px;
  box-sizing: border-box;
}

#tayori-form .input_age input {
  width: 100px;
  margin-right: 10px;
}

#tayori-form .address_set {
  padding-top: 8px;
}

#tayori-form .input_tell input {
  width: 80px;
}

#tayori-form .tel_note {
  font-weight: normal;
}

#tayori-form .txt_ticket {
  padding: 20px 0 0;
}

#tayori-form .txt_ticket > div:last-child > div {
  padding-top: 10px;
  font-weight: normal;
}

#tayori-form .btn_confirm {
  padding-top: 30px;
  text-align: center;
}

#tayori-form .btn_confirm a {
  display: inline-block;
  min-width: 190px;
  padding: 0.6em 2em;
  margin: 0px 0px 10px;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  background-color: #a9892f;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}


/* error */
#tayori-form .validation-error input {
  background-color: #fef6f5;
  border: solid 2px #f00;
}

#tayori-form .validation-error input[type="checkbox"] + label::before {
    border-radius: 2px;
    background-color: #fef6f5;
    border: solid 2px #f00;
}

#tayori-form .error-message {
  margin-top: 4px;
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}


/*-----------
確認画面
-----------*/
#ContactConfirm {
  font-size: 15px;
  display: none;
}

#ContactConfirm .notes {
  padding: 40px 0 50px;
  text-align: center;
  font-size: 16px;
}

#ContactConfirm #ConfirmTable {
  margin-bottom: 40px;
}

#ContactConfirm #ConfirmTable td {
  padding: 0 30px 15px 0;
  vertical-align: top;
}

#ContactConfirm #ConfirmTable tr td:first-child {
  font-weight: bold;
}

#ContactConfirm .btns {
  text-align: center;
}

#tayori-form .submit {
  min-width: 190px;
  padding: 0.6em 2em;
  margin: 0px 0px 10px;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  background: #a9892f;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: normal;
  cursor: pointer;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}

#tayori-form .submit:hover {
  opacity: 0.7;
}

#ContactConfirm .btns .btn_cancel {
  display: inline-block;
  min-width: 190px;
  padding: 0.6em 2em;
  margin: 0px 20px 10px 0;
  border-radius: 6px;
  color: #a9892f;
  background: #fff;
  border: 1px solid #a9892f;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}

#ContactConfirm .btns .btn_cancel:hover {
  opacity: 0.5;
}



/*-----------
thanks
-----------*/

.form_thanks {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
}

.form_thanks .txt_l {
  margin: 90px 0 45px;
  font-size: 22px;
}

.form_thanks .btn_top {
  padding: 40px 0 70px;
}

.form_thanks .btn_top a {
  min-width: 190px;
  padding: 0.8em 2.2em;
  margin: 0px 0px 10px;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  background: #a9892f;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: normal;
  cursor: pointer;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}



@media screen and ( max-width:767px) {

  /*----campaign----*/

  #campaign {
    padding-bottom: 10%;
  }

  .campaign_form {
    width: 92%;
    padding: 6% 4% 10% 4%
  }

  .campaign_form .form_title h3 {
    width: 100%;
    margin: 0 auto;
  }

  .campaign_form .form_wrapper {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .campaign_form .notes {
    padding: 0px 0 18px;
}


  /*-----------
  form
  -----------*/

  #tayori-form input,
  #tayori-form select {
    font-size: 16px;
  }

  #tayori-form .input_half input,
  #tayori-form .input_half select {
    width: 78%;
  }

  #tayori-form .form-parts div:first-child {
    font-size: 15px;
  }

  #tayori-form .form-parts div.sub_h {
    font-size: 13px;
}

  #tayori-form .form-parts.form_logo_select {
    width: auto;
    margin-left: 0;
  }

  #tayori-form .form_logo_select > div:first-child {
    text-align: left;
  }

  #tayori-form .input_logo {
    width: auto;
    margin: 20px auto;
  }

  #tayori-form .form-parts .input_logo > div {
    width: 48.5%;
    margin: 0 0 3% 0;
    padding: 0 0 1% 0;
    overflow: hidden;
  }

  #tayori-form .form-parts .input_logo .error-message {
    margin: -15px 0 20px 0;
    font-size: 17px;
  }

  #tayori-form .input_logo > div img{
    width: 100%;
  }

  #tayori-form .input_logo > div input {
    height: 30px;
    margin-bottom: 10px;
  }

  #tayori-form .input_logo > div label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  #tayori-form .input_logo input:checked + label {
    border-width: 3px;
  }

  #tayori-form .btn_confirm {
    padding: 20px 0;
  }

  #tayori-form .btn_confirm a {
    font-size: 18px;
  }


  /*-----------
  確認画面
  -----------*/
  #ContactConfirm .notes {
    padding: 10% 0 12%;
  }

  #ContactConfirm #ConfirmTable {
    margin-bottom: 12%;
  }

  #ContactConfirm #ConfirmTable td {
    padding: 0 20px 10px 0;
  }

  #ContactConfirm .btns {
    padding-bottom: 5%;
    text-align: center;
  }

  #tayori-form .submit {
    min-width: 44%;
    font-size: 18px;
  }

  #ContactConfirm .btns .btn_cancel {
    min-width: 44%;
    margin-right: 10px;
    font-size: 18px;
  }


  /*-----------
  thanks
  -----------*/

  .form_thanks {
    margin: 0 auto 5%;
    font-size: 15px;
  }

  .form_thanks .txt_l {
    margin: 16% 0 30px;
    font-size: 19px;
  }

  .form_thanks .btn_top {
    padding: 30px 0 60px;
  }

  .form_thanks .btn_top a {
    min-width: 190px;
    padding: 0.8em 2.2em;
    margin: 0px 0px 10px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    background: #a9892f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: normal;
    cursor: pointer;
    transition: opacity 0.3s;
    backface-visibility: hidden;
  }

}
