@charset "utf-8";
/* CSS Document */
#cooking2025-first-sentence p {
  font-size: 110%;
}

#cooking2025-first-sentence p span {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

#contactForm {
  margin: 25px 0;
}

#contactForm dl dt {
  padding: 7px 0 0 0px;
}

#contactForm dl dd .mail {
  text-decoration: underline;
}

#contactForm dl:nth-child(4) dd input, #contactForm dl:nth-child(5) dd input, #contactForm dl:nth-child(6) dd input {
  width: auto;
}

#contactTerms dl dd span.hissu {
  background: #000;
  color: #fff;
  font-size: 90%;
  text-align: center;
  padding: 2px 12px;
  margin: 0 0 0 10px;
  display: inline-block;  
}

.annotation {
  color: red;
  text-indent: -1rem;
  padding-left: 1em;  
}

.annotation2 {
  margin: 5px 0;
  font-weight: bold;
  text-indent: -1rem;
  padding-left: 1em;  
}

#email-conf-box {
  margin-left: 2.5em;
}

.allergy {
  margin: 15px 0 15px 20px;
  font-weight: bold;
}

.allergy li {
  list-style: disc;
}

.allergy li ul {
  margin-bottom: 10px;
}

.allergy li ul li {
  list-style: none;
}

.allergy li ul li p:nth-child(2){
  margin-left: 1em;
}

#cooking2025-dt .txt-ul-b {
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font-size: 100%;
  text-decoration: underline;
}

.txt-red {
  color: red;
}

#applyFormCont form #contactForm dl dd input#tel-box {
  width: 200px;
}

#applyFormCont form #contactForm dl dd input.age-box {
  margin: 0 0 0 10px;
}

.question {
  margin: 0 0 15px 45px;
}

.noinput-on span.first {
  position: fixed;
}

#contactForm #childcare-error1, #contactForm #childcare-error2, #contactForm #childcare-error3 {
  display: none;
}