@charset "UTF-8";
/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
#contact .mainvisual__inner {
  position: relative;
  margin: auto;
}
#contact .mainvisual .inner2 {
  margin: 70px auto 60px;
}
@media screen and (max-width: 767px) {
  #contact .mainvisual .inner2 {
    margin: 60px auto;
  }
}
#contact .mainvisual .notice {
  padding: 40px;
  text-align: center;
  border: 2px solid red;
  width: 100%;
  margin: 0 auto 70px;
  font-size: 1.6rem;
  font-weight: 600;
}
#contact .mainvisual .notice p {
  color: red;
}
#contact .mainvisual .reservelink {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 40px auto 0;
  padding: 29px 0 26px;
  border-radius: 10px;
  background: #FFF4E5;
}
#contact .mainvisual .reservelink img {
  width: 90%;
  max-width: 396px;
  display: block;
  margin: auto;
}
#contact .mainvisual__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 241px;
  background: url(../../guide/img/mainimg_bg@2x.png), url(../../guide/img/mainimg@2x.jpg);
  background-position: bottom center, center;
  background-size: cover 36px, cover;
  background-repeat: no-repeat;
}
#contact .mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}
#contact .mainvisual__pic__head br {
  display: none;
}
@media screen and (max-width: 767px) {
  #contact .mainvisual__pic__head br {
    display: block;
  }
}
#contact .mainvisual__flow {
  max-width: 495px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #contact .mainvisual__flow {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #contact .mainvisual__flow {
    max-width: 320px;
    margin-top: 60px;
  }
}
#contact .mainvisual__flow__list {
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .mainvisual__flow__list {
    width: 51px;
  }
}
#contact .mainvisual__flow__list__txt {
  color: #ebd2cb;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .mainvisual__flow__list__txt {
    font-size: 1.8rem;
  }
}
#contact .mainvisual__flow__list__num {
  color: #b65435;
  margin-top: 10px;
  padding: 7px 0 12px;
  font-size: 2.6rem;
  border: 1px solid #b65435;
  border-radius: 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #contact .mainvisual__flow__list__num {
    font-size: 2rem;
  }
}
#contact .mainvisual__flow .active .mainvisual__flow__list__txt {
  color: #b65435;
}
#contact .mainvisual__flow .active .mainvisual__flow__list__num {
  color: #fff;
  background: #b65435;
}
#contact .mainvisual__flow::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  border-top: 1px solid #b65435;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#contact .mainvisual__txt {
  margin: 50px auto 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #contact .mainvisual__txt {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #contact .mainvisual__txt {
    text-align: left;
  }
}
#contact .mainvisual__txt__cap {
  font-weight: 600;
  margin-top: calc(0px - 0.35rem);
  margin-bottom: calc(0px - 0.35rem);
}

#contact .form {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  #contact .form {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #contact .form {
    margin-top: 50px;
  }
}
#contact .form__table {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#contact .form__table__tr {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #contact .form__table__tr {
    display: block;
  }
}
#contact .form__table__tr__th {
  width: 36%;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #contact .form__table__tr__th {
    width: 100%;
    display: block;
    padding: 0;
  }
}
#contact .form__table__tr__th__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .form__table__tr__th__wrap__hissu {
  color: #fff;
  width: 80px;
  padding: 4.5px 0;
  border-radius: 5px;
  background: #b65435;
}
#contact .form__table__tr__th__wrap__ninni {
  color: #fff;
  width: 80px;
  padding: 4.5px 0;
  border-radius: 5px;
  background: #ebd2cb;
}
#contact .form__table__tr .top {
  vertical-align: top;
}
#contact .form__table__tr__td {
  width: 64%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #contact .form__table__tr__td {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
}
#contact .form__table__tr__td__bold {
  margin-bottom: 10px;
  font-weight: bold;
}
#contact .form__table__tr__td input[type=text], #contact .form__table__tr__td select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fef4e5;
}
#contact .form__table__tr__td .tel {
  max-width: 320px;
}
#contact .form__table__tr__td__day__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contact .form__table__tr__td__day__list {
    flex-wrap: wrap;
  }
}
#contact .form__table__tr__td__day__list:not(:first-child) {
  margin-top: 20px;
}
#contact .form__table__tr__td__day__list__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contact .form__table__tr__td__day__list__wrap {
    width: 100%;
    justify-content: flex-start;
  }
}
#contact .form__table__tr__td__day__list__wrap input[type=text] {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #contact .form__table__tr__td__day__list__wrap input[type=text] {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contact .form__table__tr__td__day__list__wrap select {
  color: #333;
  width: 180px;
  margin-left: 40px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .form__table__tr__td__radio {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #contact .form__table__tr__td__radio {
    flex-direction: column;
  }
}
#contact .form__table__tr__td__radio__list {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #contact .form__table__tr__td__radio__list {
    margin: 15px 0 0;
  }
}
#contact .form__table__tr__td__radio__list input[type=radio] {
  display: none;
}
#contact .form__table__tr__td__radio__list .radio01 {
  width: auto;
  display: inline-block;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#contact .form__table__tr__td__radio__list .radio01::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin: auto 0;
  border-radius: 50%;
  background: #fef4e5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#contact .form__table__tr__td__radio__list .radio01::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin: auto 0;
  border-radius: 50%;
  opacity: 0;
  background: #b65435;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
}
#contact .form__table__tr__td__radio__list input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
#contact .form__table__tr__td__radio__list:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #contact .form__table__tr__td__radio__list:first-child {
    margin-top: 0;
  }
}
#contact .form__table__tr__td textarea {
  width: 100% !important;
  height: 140px !important;
  padding: 20px;
  background: #fef4e5;
}
#contact .form__btn {
  margin: 60px 0 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #contact .form__btn {
    margin: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #contact .form__btn {
    width: 90%;
    flex-wrap: wrap;
    margin: 40px auto 60px;
  }
}
#contact .form__btn__first {
  color: #fff;
  width: 200px;
  margin-right: 30px;
  padding: 17px 0;
  border-radius: 28px;
  background: #e5e5e5;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #contact .form__btn__first {
    width: 100%;
    margin: 0 0 20px;
  }
}
#contact .form__btn__first:hover {
  opacity: 0.8;
}
#contact .form__btn__second {
  color: #fff;
  width: 350px;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 28px;
  background: #b65435;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #contact .form__btn__second {
    width: 100%;
  }
}
#contact .form__btn__second:hover {
  opacity: 0.8;
}
#contact .form__pv {
  text-align: center;
}
#contact .form__pv__txt {
  margin-bottom: 20px;
}
#contact .form__pv__txt a {
  color: #FF9173;
}
#contact .form__pv input[type=checkbox] {
  display: none;
}
#contact .form__pv .custom-style {
  position: relative;
  padding: 10px 0 0 50px;
  cursor: pointer;
}
#contact .form__pv .custom-style:before {
  width: 40px; /* チェックボックスの幅 */
  height: 40px; /* チェックボックスの高さ */
  border-radius: 4px;
  top: 0 !important;
  left: 0;
  background: #FEF4E5;
}
#contact .form__pv .custom-style:after,
#contact .form__pv .custom-style:before {
  position: absolute;
  content: "";
  top: 50%;
}
#contact .form__pv .custom-style::after {
  position: absolute;
  width: 21px;
  height: 22.5px;
  top: 50%;
  left: 10px;
  content: "";
  margin-top: -7px;
  opacity: 0;
  background: url(../img/ico_check02@2x.png) no-repeat center/cover;
}
#contact .form__pv input[type=checkbox]:checked + .custom-style::after {
  opacity: 1;
}
#contact .form__notice {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}

#contact .ui-datepicker-calendar tbody tr td:nth-of-type(1), #contact .ui-datepicker-calendar tbody tr td:nth-of-type(5) {
  opacity: 0.5;
  pointer-events: none;
}
#contact .ui-datepicker-calendar tbody tr .day-holiday {
  opacity: 0.5;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */