<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.form_top_article {
  margin-top: 160px;
  max-width: 1200px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  color: #000;
}

/*-----------------------
          重要
------------------------*/
.important {
  width: 100%;
  padding: 120px 120px 70px;
  border: solid 1px #FF0000;
  position: relative;
  margin-bottom: 70px;
}
.important::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: white;
  bottom: -70px;
  right: -70px;
  border-left: solid 1px #FF0000;
  transform: rotate(45deg);
}
.important::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: white;
  top: -70px;
  left: -70px;
  border-right: solid 1px #FF0000;
  transform: rotate(45deg);
}

.ip_icon {
  position: absolute;
  top: -69px;
  left: calc(50% - 69px);
  width: 138px;
  height: 138px;
  line-height: 138px;
  border-radius: 69px;
  background-color: #57672B;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ip_red {
  font-size: 20px;
  font-weight: bold;
  color: #CB4F54;
  margin-bottom: 15px;
}

.ip_green {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #6F9851;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 4px;
}
.ip_green:nth-child(5) {
  margin-bottom: 35px;
}

.ip_contact {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.ip_tel {
  font-size: 25px;
}

/*お問い合わせフォームについて*/
.bb_grey {
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: solid 1px #707070;
  margin-bottom: 50px;
}
.bb_grey .normal {
  font-size: 16px;
}

/*-----------------------
        電話案内
------------------------*/
.tel_guide {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #454545;
  line-height: 1;
}

.tel_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.tel_num {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.tel_time {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/*-----------------------
        form内
------------------------*/
.form_article {
  max-width: 1200px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.form_block {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  border-bottom: solid 1px #E2D8BF;
}
.form_block.last {
  align-items: flex-start;
  margin-bottom: 60px;
}

.formtitle {
  width: 220px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.formtitle.last {
  padding-top: 45px;
}

.contentname {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.must,
.optional {
  width: 61px;
  height: 21px;
  border-radius: 6px;
  color: #fff;
  background-color: #CB4F54;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
}

.optional {
  background-color: #57672B;
}

.input_block {
  width: 100%;
  padding: 34px 0;
}
.input_block.age {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.input_block.age .input_style {
  width: 94px;
}

.input_style {
  display: block;
  padding: 5px 12px;
  width: 100%;
  height: 45px;
  background-color: #F2F2F2;
}

.textarea_block {
  width: 100%;
  padding: 34px 0;
}

.textarea_style {
  display: block;
  padding: 8px 12px;
  width: 100%;
  height: 190px;
  background-color: #F2F2F2;
}

p.input_style,
p.textarea_style {
  font-size: 18px;
  background-color: #fff;
  line-height: 25px;
  padding: 0;
  height: 25px;
}

p.textarea_style {
  height: fit-content;
  margin-top: 15px;
  line-height: 1.7;
}

.confirm {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 20px;
}
.confirm .global_btn {
  display: block;
  width: calc((100% - 20px) / 2);
}
.confirm .global_btn button {
  display: block;
  width: 100%;
  height: 100%;
}

.global_btn.check_btn {
  pointer-events: none;
  background-color: #999;
  border: solid 1px #ddd;
}
.global_btn.check_btn.active {
  pointer-events: all;
  background-color: #57672B;
  border: solid 1px #57672B;
}
.global_btn.check_btn.active:hover {
  background-color: #fff;
}

/*-----------------------
        同行者
------------------------*/
.form_article_title {
  font-size: 30px;
  font-weight: bold;
  color: #6A6969;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.comp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  border-bottom: solid 1px #E2D8BF;
}
.comp.set {
  margin-bottom: 60px;
}
.comp .comp_num {
  width: 110px;
  height: 45px;
  line-height: 45px;
  padding-top: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  flex-shrink: 0;
}
.comp .form_block.set {
  border-bottom: none;
}
.comp .comp_info {
  width: 100%;
}
.comp .formtitle {
  width: 110px;
}
.comp .attend {
  font-size: 14px;
  margin-top: 5px;
}

/*-----------------------
        完了画面
------------------------*/
.back {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 160px;
  color: #454545;
  border-bottom: solid 1px #454545;
}
.back:hover {
  border-bottom: none;
}

.privacy_check {
  width: fit-content;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 80px;
}
.privacy_check input {
  margin-right: 5px;
  height: 16px;
  width: 16px;
}

.privacy_link {
  border-bottom: solid 1px #333;
  height: 20px;
}
.privacy_link:hover {
  border-bottom: none;
}
@media (max-width: 1200px){
  .important::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -40px;
  }
  .important::before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }
  .important {
    padding: 80px 60px 40px;
  }
  .ip_icon {
    top: -55px;
    left: calc(50% - 55px);
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 55px;
    font-size: 18px;
  }
}
@media (max-width: 960px){
  .important::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
    right: -25.3px;
  }
  .important::before {
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25.3px;
  }
  .important {
    padding: 65px 20px 40px;
  }
  .ip_icon {
    top: -45px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
    font-size: 16px;
  }
  .ip_red {
    font-size: 15px;
  }
  .ip_green {
    font-size: 14px;
    letter-spacing: -1.2px;
    height: 34px;
    line-height: 34px;
  }
  .ip_tel {
    font-size: 16px;
  }
  .bb_grey .normal {
    font-size: 14px;
  }
  .bb_grey {
    font-size: 16px;
  }
  .tel_guide {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .tel_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .tel_num {
    font-size: 38px;
  }
  .tel_time {
    font-size: 18px;
  }
  .formtitle.last {
    padding-top: 30px;
  }
  .formtitle {
    width: 190px;
    padding: 24px 0;
  }
  .contentname {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .must,
  .optional {
    font-size: 13px;
  }
  .input_block {
    padding: 24px 0;
  }
  .textarea_block {
    padding: 24px 0;
  }
  .comp .comp_num {
    width: 90px;
    font-size: 16px;
    padding-top: 24px;
  }
  .comp .formtitle {
    width: 100px;
  }
  .back {
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 140px;
  }
}
@media (max-width: 767px){
  .form_top_article {
    padding: 0 20px;
    margin-top: 110px;
    margin-bottom: 50px;
  }
  .tel_guide {
    margin-top: 60px;
  }
  .tel_title {
    font-size: 14px;
  }
  .tel_num {
    font-size: 28px;
  }
  .tel_time {
    font-size: 14px;
  }
  .form_article {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .form_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .form_block.last {
    margin-bottom: 40px;
  }
  .formtitle.last {
    padding-top: 16px;
  }
  .formtitle {
    padding: 16px 0 0;
  }
  .input_block {
    padding: 8px 0 16px;
  }
  .textarea_block {
    padding: 8px 0 16px;
  }
  p.input_style,
  p.textarea_style {
    font-size: 16px;
  }
  .confirm {
    gap: 12px;
  }
  .form_article_title {
    font-size: 26px;
  }
  .comp {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .comp .comp_num {
    height: 20px;
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 8px;
  }
  .back {
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .privacy_check {
    font-size: 15px;
  }
  .privacy_check input {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
}</pre></body></html>