.contact-line {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.contact-line img {
  padding-bottom: 10px!important;
}
.contact-line img.c-bnr{
  padding-top: 20px;
  margin-bottom: 20px;
}
.underline{
  text-decoration: underline!important;
}

.contact-img {
  max-width: 1201px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-line {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: block;
    column-gap: initial;
  }
  .contact-line img {
    width: 100%;
    padding-bottom: 10px!important;
  }
  .cbr{
    display: none;
  }
  .c-ine-box {
    margin-bottom: 50px;
  }
  .c-tel-box {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact-outline {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    line-height: 3.5rem;
  }
}

#reservation table.table-contact-form {
  margin-bottom: 20px;
}
#reservation table.table-contact-form.table-contact-form2 {
  margin-top: 0px;
}

#reservation table.table-contact-form.form-753 {
  margin-bottom: 0px;
}
.form-753-notice {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 800px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .form-753-notice {
    max-width: 90%;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  #reservation table.table-contact-form th {
    width: 39%;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  input[type=radio], input[type=checkbox] {
    height: 26px;
    width: 26px;
  }
}

.contact-form .calendar .calendar-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  .contact-form .calendar .calendar-title {
    font-size: 16px;
  }
}
.contact-form .calendar_in {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;

}
@media screen and (max-width: 768px) {
  .contact-form .calendar_in p {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .contact-form .calendar_in {
    width: 790px;
  }
}

#reservation table.table-contact-form input[type=date] {
  width: 100%;
  padding: 10px 10px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #reservation table.table-contact-form input[type=date] {
    font-size: 26px;
  }
}
.check-policy {
  margin-bottom: 10px;
}

.cbi input {
  cursor: pointer;
  transition: opacity ease-in-out 0.3s;
}
.cbi input:hover {
  opacity: 0.7;
}