@charset "UTF-8";
/*============================================================ */
/*!　ならリビング　KIDS＆ガールズクラフトFESTA!!2022　特別企画
 * ---------------------------------------------------------- */
#festa.contact .lead__block .heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

#festa.contact .img__block {
  display: block;
  margin: 0 auto 30px;
  max-width: 1000px;
}

#festa.contact .img__sp {
  display: block;
}

#festa.contact .img__pc {
  display: none;
}

@media (min-width: 700px) {
  #festa.contact .img__sp {
    display: none;
  }
  #festa.contact .img__pc {
    display: block;
  }
}

#festa.contact section.block {
  margin: 0px 0px 20px;
  padding: 0px;
}

#festa.contact section.block h3 {
  margin: 0px 0px 10px;
  padding: 5px;
  border-bottom: medium double #7F4F2A;
  font-weight: bold;
  font-size: 16px;
}

#festa.contact section.block p.text {
  margin: 0px 6px;
}

#festa.contact section.block ol {
  margin: 0px 0px 20px;
  list-style: decimal;
  padding: 0px 0px 0px 25px;
}

#festa.contact section.block ol li {
  margin: 0px 6px 5px;
  padding: 0px;
}

#festa.contact #deadline {
  color: #F00;
  margin-bottom: 25px;
}

#festa.contact #notes p {
  text-indent: -1em;
  padding-left: 1em;
  color: #F00;
}

/*!　フォーム
 * ---------------------------------------------------------- */
input[type=submit], input[type=button] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

p.bot {
  text-align: center;
  margin: 30px auto;
  max-width: 300px;
}

p.bot span {
  position: relative;
  line-height: 0;
}

p.bot span:after {
  line-height: 0;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6875rem;
  position: absolute;
  top: 58%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

p.bot input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #fff;
}

p.bot input:hover {
  transition: background-color 1s;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

p.bg01 span:after {
  content: "\f054";
  right: 15px;
}

p.bg01 input {
  background-color: #369C00;
}

p.bg01 input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

p.bg02 span:after {
  content: "\f053";
  left: 15px;
}

p.bg02 input {
  background-color: #E20A16;
}

p.bg02 input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

#php_form h2.title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  background: #F07192;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
}

#php_form .form__block {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #F4F7EE;
  -webkit-border-radius: 10px / 8px;
  -moz-border-radius: 10px / 8px;
  -ms-border-radius: 10px / 8px;
  -o-border-radius: 10px / 8px;
  border-radius: 10px / 8px;
}

#php_form table {
  width: 100%;
  border-collapse: collapse;
}

#php_form th {
  text-align: left;
  padding: 10px 5px;
  width: 240px;
  vertical-align: top;
  border-bottom: 1px dotted #CCC;
  color: #000;
  font-weight: 700;
}

#php_form th em {
  display: inline-block;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.6875rem;
  background-color: #CC0000;
  margin: 0px 0px 0px 10px;
  padding: 2px 5px 1px 5px;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
}

#php_form td {
  padding: 15px 5px;
  line-height: 2;
  border-bottom: 1px dotted #CCC;
}

#php_form textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  color: #000;
  background: #FFF;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#php_form textarea:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form select {
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

#php_form select input[type=text], #php_form select input[type=tel] {
  border: 1px solid #666;
}

#php_form .p-postal-code, #php_form .age {
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

#php_form .p-postal-code:focus, #php_form .age:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form .name {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 48.5%;
}

#php_form .name:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form .itext {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

#php_form .itext:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

@media screen and (min-width: 1100px) {
  #php_form .form__block {
    padding: 20px;
  }
  #php_form td input.name:last-of-type {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1099px) {
  #php_form .form__block {
    padding: 20px;
    width: 100%;
  }
  #php_form input, #php_form textarea {
    font-size: 16px;
  }
  #php_form select {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  #php_form thead, #php_form tbody, #php_form tr, #php_form th, #php_form td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #php_form th {
    width: auto;
    border-bottom: none;
    padding: 10px 0 0 0;
  }
  #php_form td {
    width: auto;
    padding: 5px 0 10px 0;
  }
  #php_form p.bot input {
    font-size: 0.875rem !important;
  }
  input.code {
    width: 8em;
  }
  input.name {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}

@media (min-width: 600px) {
  br.br__sp {
    display: none;
  }
}
