@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 39, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 47, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 55, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 60, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 68, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 76, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 80, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 84, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 92, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/tour/tour-form.scss */
.TourForm {
  position: relative;
  padding: 100px 0;
}
/* line 5, ../sass/tour/tour-form.scss */
.TourForm .title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-size: 54px;
  margin-bottom: 50px;
}
/* line 14, ../sass/tour/tour-form.scss */
.TourForm form {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 21, ../sass/tour/tour-form.scss */
.TourForm .input {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 50px;
}
/* line 34, ../sass/tour/tour-form.scss */
.TourForm textarea.input {
  height: 200px;
}
/* line 38, ../sass/tour/tour-form.scss */
.TourForm .small-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 18px;
}
/* line 45, ../sass/tour/tour-form.scss */
.TourForm .TourFormType {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background: rgba(228, 203, 139, 0.2);
  margin-bottom: 50px;
}
/* line 66, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: calc((100% - 60px) / 4);
  height: 285px;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
/* line 76, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB:nth-child(1), .TourForm .TourFormTypeB:nth-child(2), .TourForm .TourFormTypeB:nth-child(3), .TourForm .TourFormTypeB:nth-child(4) {
  margin-top: 0;
}
/* line 80, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB:nth-child(4n) {
  margin-right: 0;
}
/* line 84, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 97, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 105, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 114, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}
/* line 130, ../sass/tour/tour-form.scss */
.TourForm .TourFormTypeB input:checked ~ .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
/* line 143, ../sass/tour/tour-form.scss */
.TourForm .submit {
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  background: #e4cb8b;
  font-size: 20px;
  height: 56px;
  padding: 0 25px;
  border-radius: 10px;
  transition: 0.5s ease all;
}
/* line 162, ../sass/tour/tour-form.scss */
.TourForm .submit:hover {
  background: #000;
  color: #e4cb8b;
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  /* line 171, ../sass/tour/tour-form.scss */
  .TourForm {
    padding: 85px 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 179, ../sass/tour/tour-form.scss */
  .TourForm {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 187, ../sass/tour/tour-form.scss */
  .TourForm {
    padding: 55px 0;
  }
  /* line 190, ../sass/tour/tour-form.scss */
  .TourForm .title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  /* line 195, ../sass/tour/tour-form.scss */
  .TourForm .input {
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  /* line 201, ../sass/tour/tour-form.scss */
  .TourForm textarea.input {
    height: 200px;
  }
  /* line 205, ../sass/tour/tour-form.scss */
  .TourForm .small-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  /* line 210, ../sass/tour/tour-form.scss */
  .TourForm .TourFormType {
    padding: 15px;
    margin-bottom: 40px;
  }
  /* line 215, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB {
    width: calc((100% - 45px) / 4);
    height: 270px;
    margin-right: 15px;
    margin-top: 15px;
  }
  /* line 221, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB .name {
    padding: 10px;
    font-size: 14px;
  }
  /* line 227, ../sass/tour/tour-form.scss */
  .TourForm .submit {
    font-size: 18px;
    height: 48px;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 238, ../sass/tour/tour-form.scss */
  .TourForm {
    padding: 40px 0;
  }
  /* line 241, ../sass/tour/tour-form.scss */
  .TourForm .title {
    font-size: 34px;
    margin-bottom: 35px;
  }
  /* line 246, ../sass/tour/tour-form.scss */
  .TourForm .input {
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  /* line 252, ../sass/tour/tour-form.scss */
  .TourForm textarea.input {
    height: 150px;
  }
  /* line 256, ../sass/tour/tour-form.scss */
  .TourForm .small-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  /* line 261, ../sass/tour/tour-form.scss */
  .TourForm .TourFormType {
    padding: 10px;
    margin-bottom: 40px;
  }
  /* line 266, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB {
    width: calc((100% - 20px) / 3);
    height: 270px;
    margin-right: 10px;
    margin-top: 10px;
  }
  /* line 272, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB:nth-child(4) {
    margin-top: 10px;
  }
  /* line 276, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB:nth-child(4n) {
    margin-right: 10px;
  }
  /* line 280, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB:nth-child(3n) {
    margin-right: 0;
  }
  /* line 284, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB .name {
    padding: 10px;
    font-size: 14px;
  }
  /* line 290, ../sass/tour/tour-form.scss */
  .TourForm .submit {
    font-size: 16px;
    height: 44px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 301, ../sass/tour/tour-form.scss */
  .TourForm {
    padding: 30px 0;
  }
  /* line 304, ../sass/tour/tour-form.scss */
  .TourForm .title {
    font-size: clamp(26px, 7vw, 28px);
    margin-bottom: 30px;
  }
  /* line 309, ../sass/tour/tour-form.scss */
  .TourForm .input {
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  /* line 315, ../sass/tour/tour-form.scss */
  .TourForm textarea.input {
    height: 150px;
  }
  /* line 319, ../sass/tour/tour-form.scss */
  .TourForm .small-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  /* line 324, ../sass/tour/tour-form.scss */
  .TourForm .TourFormType {
    padding: 15px;
    margin-bottom: 40px;
  }
  /* line 329, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB {
    width: calc((100% - 15px) / 2);
    height: 270px;
    margin-right: 15px;
    margin-top: 15px;
  }
  /* line 335, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB:nth-child(3), .TourForm .TourFormTypeB:nth-child(4) {
    margin-top: 15px;
  }
  /* line 339, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB:nth-child(2n) {
    margin-right: 0;
  }
  /* line 343, ../sass/tour/tour-form.scss */
  .TourForm .TourFormTypeB .name {
    padding: 5px;
    font-size: clamp(12px, 3.75vw, 14px);
  }
  /* line 349, ../sass/tour/tour-form.scss */
  .TourForm .submit {
    font-size: 16px;
    height: 44px;
    padding: 0 20px;
  }
}
