@charset "UTF-8";

.clear {clear: both;}
.no_disp {display: none !important;}
.ta-c {text-align: center !important;}


#form_area {
  margin: 40px auto;
  width: 90%;
  max-width: 800px;
}
#form_area dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#form_area dl dt {
  width: 30%;
  padding: 10px 15px;
  text-align: right;
  font-size: 20px;
  background-color: #efefef;
}
#form_area dl dd {
  width: 70%;
  padding: 12px 15px;
  font-size: 18px;
  border-left: solid 5px #bfbfbf;
}
#form_area dl dt .req {
  font-size: 12px;
  color: red;
  font-weight: bold;
  vertical-align: top;
  margin-left: 5px;
}
#form_area dl dd.req_err input[type="text"],
#form_area dl dd.req_err input[type="tel"],
#form_area dl dd.req_err input[type="email"],
#form_area dl dd.req_err select,
#form_area dl dd.req_err label {
  background-color: #fbe0e5;
}
#form_area input,
#form_area label,
#form_area select,
#form_area textarea {
  margin: 2px 3px;
  font-size: 20px;
}
#form_area .dd_soudan label {
  min-width: 110px;
  font-size: 16px;
}
#form_area input[type="text"],
#form_area input[type="tel"],
#form_area input[type="email"],
#form_area textarea {
  padding: 10px 10px;
  border: solid 1px #9a9a9a;
  border-radius: 5px;
  width: 100%;
}
#form_area input[type="number"] {
  padding: 10px 10px;
  border: solid 1px #9a9a9a;
  border-radius: 5px;
  width: 80px;
}
#form_area input[type="date"],
#form_area input[type="button"] {
  padding: 10px 10px;
  border: solid 1px #9a9a9a;
  border-radius: 5px;
}
/*
#form_area #yoyaku_nitiji {
  width: 300px;
  padding: 12px 0px 10px;
  text-align: center;
  background-color: #6c7d69;
  color: #fff;
  font-weight: bold;
  border: none;
  text-align: center;

  border-bottom: 3px solid #475444;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);

  cursor: pointer;
}
*/
#form_area #yoyaku_nitiji {
  display: inline-block;
  padding: 6px 10px;
  border: solid 1px #9a9a9a;
  border-radius: 3px;
  background-color: #fff;
  width: auto;

  cursor: pointer;
}
#form_area input[type="button"] {
  padding: 4px 8px;
}
#form_area label {
  display: inline-block;
  padding: 6px 10px;
  border: solid 1px #9a9a9a;
  border-radius: 3px;
}
#form_area label input {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
#form_area select {
  display: inline-block;
  padding: 6px 10px;
  border: solid 1px #9a9a9a;
  border-radius: 3px;
}
#form_area .submit_area {
  margin-top: 30px;
  text-align: center;
}
#form_area .submit_area input[type="button"] {
  padding: 12px 30px;
}
@media (max-width: 768px) {
  #form_area {
      width: 100%;
  }
  #form_area dl {
      margin-bottom: 20px;
  }
  #form_area dl dt {
      width: 100%;
      text-align: left;
  }
  #form_area dl dd {
      width: 100%;
      border: none;
      padding-left: 0;
      padding-right: 0;
  }
}

#calendar_area {
  margin-bottom: 30px !important;
}
.box_calendar {
  margin-top: 20px;
}
.box_calendar * {
  box-sizing: border-box;
}
.box_calendar > table.table_caltop {
  width: 100%;
}
.box_calendar > table.table_caltop td {
  font-size: 24px;
  font-weight: bold;
  border: none;
}
.box_calendar > table.table_caltop td a {
  font-size: 20px;
  text-decoration: none;
}
.box_calendar > table.table_caltop td:nth-child(1) {
  text-align: left;
  width: 25%;
}
.box_calendar > table.table_caltop td:nth-child(2) {
  text-align: center;
  width: 50%;
}
.box_calendar > table.table_caltop td:nth-child(3) {
  text-align: right;
  width: 25%;
}
.box_calendar > table.table_calendar {
  border-collapse: collapse;
  width: 100%;
}
.box_calendar > table.table_calendar tr > th,
.box_calendar > table.table_calendar tr > td {
  padding: 15px 10px;
  border:solid 1px #472400;
  text-align: center;
  position: relative;
  font-size: 20px;
  width: calc(100% / 7);
}
.box_calendar > table.table_calendar tr > th {
  background-color: #acc5a8;
}
.box_calendar > table.table_calendar th:nth-child(1) {
  color: red;
}
.box_calendar > table.table_calendar th:nth-child(7) {
  color: blue;
}
.box_calendar > table.table_calendar td:nth-child(1) {
  background-color: #FAeAe9;
}
.box_calendar > table.table_calendar td.syukujitu {
  background-color: #FAeAe9;
}
.box_calendar > table.table_calendar td:nth-child(7) {
  background-color: #e9E9FA;
}
.box_calendar > table.table_calendar td.open > a {
  opacity: 0.7;
}
.box_calendar > table.table_calendar td p {
  margin: 0;
}
.box_calendar > table.table_calendar td.td1 > a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-decoration: none;

  color: #fff;
  font-weight: bold;
  background-color: #6c7d69;
  border-bottom: 3px solid #475444;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
   box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.box_calendar > table.table_calendar td.td1 > a p {
  line-height: 26px;
  max-width: 28px;
  display: inline-block;
  overflow: hidden;
}
.box_calendar > table.table_calendar td.td1.sankaku > a .p_hantei {
  /*color: #ffd2da;*/
  font-family: "Material Icons";
  color: #fff;
}
.box_calendar > table.table_calendar td > a:hover {
  opacity: 0.7;
}
.box_calendar > table.table_calendar table {
  border-collapse: collapse;
  position: absolute;
  width: 180px;
  z-index: 3;
  border: solid 4px #472400;
  display: none;
}
.box_calendar > table.table_calendar td:nth-child(1) table,
.box_calendar > table.table_calendar td:nth-child(2) table,
.box_calendar > table.table_calendar td:nth-child(3) table {
  right: -175px;
}
.box_calendar > table.table_calendar td:nth-child(4) table,
.box_calendar > table.table_calendar td:nth-child(5) table,
.box_calendar > table.table_calendar td:nth-child(6) table,
.box_calendar > table.table_calendar td:nth-child(7) table {
  left: -175px;
}
.box_calendar > table.table_calendar .w0 table {
  top: 0;
}
.box_calendar > table.table_calendar .w1 table,
.box_calendar > table.table_calendar .w2 table {
  top: -100%;
}
.box_calendar > table.table_calendar .w3 table {
  bottom: -100%;
}
.box_calendar > table.table_calendar .w4 table,
.box_calendar > table.table_calendar .w5 table {
  bottom: 0;
}
.box_calendar > table.table_calendar .open table {
  display: table;
}
.box_calendar > table.table_calendar table th,
.box_calendar > table.table_calendar table td {
  border: solid 1px #472400;
  background-color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
}
.box_calendar > table.table_calendar table td.zumi {
  background-color: pink;
}
.box_calendar > table.table_calendar table td.etc {
  background-color: #cfcfcf;
}
.box_calendar > table.table_calendar table td a {
  font-size: 18px;
  display: inline;
  position: relative;
  color: #1c3ae0;
  text-decoration: underline;
}
.box_calendar > table.table_calendar table th {
  background-color: #acc5a8;
  
}
@media (max-width: 768px) {
  .box_calendar > table.table_caltop td {
      font-size: 20px;
  }
  .box_calendar > table.table_caltop td a {
      font-size: 18px;
  }
  .box_calendar > table.table_calendar tr > th,
  .box_calendar > table.table_calendar tr > td {
      padding: 10px 5px;
      font-size: 18px;
  }
  .box_calendar > table.table_calendar table {
      width: 120px;
      border: solid 3px #472400;
  }
  .box_calendar > table.table_calendar td:nth-child(1) table,
  .box_calendar > table.table_calendar td:nth-child(2) table,
  .box_calendar > table.table_calendar td:nth-child(3) table {
      right: -118px;
  }
  .box_calendar > table.table_calendar td:nth-child(4) table,
  .box_calendar > table.table_calendar td:nth-child(5) table,
  .box_calendar > table.table_calendar td:nth-child(6) table,
  .box_calendar > table.table_calendar td:nth-child(7) table {
      left: -118px;
  }
  .box_calendar > table.table_calendar table th,
  .box_calendar > table.table_calendar table td {
      padding: 6px 5px;
      font-size: 14px;
  }
  .box_calendar > table.table_calendar table td a {
      font-size: 14px;
  }
  #form_area .dd_soudan label {
    font-size: 14px;
    min-width: 100px;
    padding: 4px 6px;
  }
}

.box_thanks {
  width: 70%;
  margin: 30px auto 50px;
}
.box_thanks p {
  margin: 25px 0 25px;
}
@media (max-width: 768px) {
  .box_thanks {
    width: 90%;
  }
}


.p01 {
  margin: 20px 0 20px;
  text-align: center;
}