.calendar-facility-book {
  padding: 1.5em;
}

.calendar-facility-book .child-change .child-change__link {
  margin-right: 1em;
  padding: 8px 1em;
  border: 1px solid #6ead22;
  color: #6ead22;
  background: white;
  margin-bottom: 5px;
  display: inline-block;
}

.calendar-facility-book .child-change .active {
  background: #6ead22 !important;
  color: white !important;
}

.calendar-facility-book .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-book__subject .day {
  align-items: flex-end;
  font-size: 1.2em;
}

.contact-book__subject .day h3 {
  font-size: 1.1em;
}

.contact-book__subject .child-info {
  margin-top: 1.5em;
}

.contact-book__subject .child-info img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.contact-book__subject .child-info > div {
  width: calc(100% - 150px);
}

.contact-book__subject .child-info .kana {
  font-size: .9em;
  color: #666;
}

.contact-book__subject .child-info h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.contact-book__subject .child-info p span {
  color: #6ead22;
}

.contact-book__form .weather-filler {
  padding-bottom: 5px;
}

.contact-book__form > div {
  padding: 1.5em 0;
  border-bottom: 2px solid #f2f2f2;
}

.contact-book__form .weather-filler h2 {
  margin-right: 10px;
}

.contact-book__table {
  justify-content: flex-start !important;
}

.lunch_comment {
  border: none;
  outline: none;
  min-height: 90px;
  margin: 0;
}

.textarea_multiline {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}

.contact-book__table h2 {
  padding-right: 1em;
  min-width: 6em;
  text-align: center;
}

.contact-book__table .time {
  width: 100px;
  border: 1px solid #eee;
  padding: 3px 0 3px 7px;
  border-radius: 4px;
}

.contact-book__table .time + p {
  margin-top: 10px;
}

.contact-book__table img {
  padding-top: 15px;
  max-width: 500px;
}

.contact-book__table .time {
  width: 100px;
  border: 1px solid #eee;
  padding: 3px 0 3px 7px;
  border-radius: 4px;
}

.contact-book__table .time i {
  color: #fd748d;
  margin-right: 5px;
}

.contact-book__table .time + p {
  margin-top: 10px;
}

.contact-book__table .table {
  min-width: 25%;
  width: auto;
  text-align: center;
}

.contact-book__table .table th {
  background-color: #c7c9ce;
}

.contact-book__table .table th, .contact-book__table .table td {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid;
  padding: 5px 10px;
}

.calendar-facility-book .button {
    padding: 1em 1em;
    font-size: 1em;
    border: 0;
    border-radius: 7px;
    background: #5fa0b4;
    color: #fff;
    transition: .3s;
    letter-spacing: 1px;
}

.calendar-facility-book .active_btn {
  background: #6ead22;
}

.calendar-facility-book .button {
  margin: 0.5em auto 0;
}