@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* form */
/* ============================================ */
.second-main {
  padding: 20px 0;
  background: #eee;
}
@media all and (max-width: 896px) {
  .second-main {
    padding: 10px 0;
  }
}
.second-main__ttl {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 3rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .second-main__ttl {
    font-size: 2.4rem;
  }
}
.second-main__ttl.txt_c {
  inline-size: auto;
  text-align: center;
  word-break: keep-all;
}
.second-outer {
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  .second-outer {
    padding-bottom: 60px;
  }
}

.form .formLayout.input_now .display_check {
  display: none;
}
.form .formLayout.check_now .display_input {
  display: none;
}
.form .errmsg, .form #errorMessage {
  background: #fff;
  border: 2px solid #FE0000;
  padding: 10px;
  color: #FE0000;
  margin-bottom: 20px;
}
.form-catch {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .form-catch {
    font-size: 1.6rem;
  }
}
.form-catch.txt_c {
  inline-size: auto;
  text-align: center;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .form-catch.txt_c {
    text-align: left;
    margin-top: 15px;
  }
}
.form-inner {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form-inner {
    margin-top: 30px;
  }
}
.form-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.form-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 896px) {
  .form-item {
    flex-direction: column;
  }
}
.form-item.half {
  width: 48%;
}
@media all and (max-width: 896px) {
  .form-item.half {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .form-item.half.pconly {
    height: 0;
  }
}
.form-item.half.oya {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
}
@media all and (max-width: 896px) {
  .form-item.half.oya {
    flex-direction: row;
  }
}
.form-item.half.oya .form-item:first-child {
  flex-shrink: 0;
  width: 150px;
}
.form-item.half.oya .form-item:nth-child(2) {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .form-item.half.oya .form-item:nth-child(2) {
    width: calc(100% - 150px);
  }
}
.form-item.cp select, .form-item.cp input {
  cursor: pointer;
}
.form-item_tit {
  font-weight: 700;
  width: 100%;
}
.form-item_tit.border_t {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 20px;
}
.form-item_req {
  font-weight: 700;
  color: #FE0000;
  padding-left: 1em;
}
@media all and (max-width: 480px) {
  .form-item_req {
    padding-left: 0;
  }
}
.form-item dt {
  width: 100%;
  padding: 15px 0 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-weight: 400;
  position: relative;
}
@media all and (max-width: 896px) {
  .form-item dt {
    padding: 15px 0 0;
  }
}
.form-item dd {
  width: 100%;
  padding: 0;
}
.form-item dd.has-addtxt input[type=tel],
.form-item dd.has-addtxt select {
  width: calc(100% - 2em);
}
.form-item dd .select-wrapper {
  position: relative;
  display: inline-block;
}
.form-item dd #selected-code {
  position: absolute;
  left: 0;
  top: 6px;
  padding: 10px;
  pointer-events: none;
  color: #000;
}
.form-item dd #country-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  position: relative;
  cursor: pointer;
  height: 47.5px;
}
@media all and (max-width: 896px) {
  .form-item dd #country-select {
    height: 44.3px;
  }
}
.form-item .link {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .form-item .link {
    margin-top: 5px;
  }
}
.form-item .link a {
  color: #3A2BC2;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-item.filebox dt {
  flex-grow: 1;
  width: auto;
}
@media all and (max-width: 896px) {
  .form-item.filebox dt {
    padding: 5px 0;
  }
}
.form-item.filebox dd {
  flex-shrink: 0;
  width: 190px;
}
@media all and (max-width: 896px) {
  .form-item.filebox dd {
    width: 100%;
  }
}
.form-item.filebox input[type=file]::file-selector-button {
  border-radius: 100vmax;
  background: #fff;
  padding: 3px 15px;
  outline: none;
  border-color: #000;
  cursor: pointer;
  margin-right: 1em;
  display: block;
  margin-bottom: 5px;
}
.form label:has(> input[type=radio]) {
  display: inline-block;
  margin-right: 20px;
}
.form label:has(> input[type=checkbox]) {
  display: inline-block;
  margin-right: 20px;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1.6rem !important;
  margin: 5px 10px 5px 0;
}
@media all and (max-width: 896px) {
  .form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
    font-size: 1.4rem !important;
  }
}
.form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
  max-width: 120px;
}
@media all and (max-width: 340px) {
  .form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
    max-width: 100px;
  }
}
@media all and (max-width: 320px) {
  .form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
    max-width: 90px;
  }
}
.form textarea {
  height: 100px;
  font-size: 1.6rem !important;
}
@media all and (max-width: 896px) {
  .form textarea {
    font-size: 1.4rem !important;
  }
}
.form input[type=radio], .form input[type=checkbox] {
  margin-right: 5px;
}
.form-search {
  text-align: center;
  border-radius: 100vmax;
  padding: 5px 15px;
  margin: 5px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border: 1px solid #000;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .form-search:hover {
    opacity: 0.7;
  }
}
.form-note {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .form-note {
    font-size: 1.3rem;
  }
}
.form-required {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #FE0000;
  line-height: 1;
  margin-left: -5px;
}
@media all and (max-width: 896px) {
  .form-required {
    font-size: 1.8rem;
  }
}
.form-submit {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .form-submit {
    margin-top: 30px;
  }
}
.form-submit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.form-submit__list + .form-submit__list {
  margin-top: 20px;
}
.form-submit__list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .form-submit__list > li {
    width: 100%;
  }
}
.form-submit__list > li.prev .form-submit__btn {
  background: #999;
}
@media (hover: hover) {
  .form-submit__list > li.prev .form-submit__btn:hover {
    background: #bbb;
  }
}
.form-submit__btn {
  text-align: center;
  padding: 12px 15px;
  width: 100%;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .form-submit__btn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .form-submit__btn:hover {
    background: #333;
  }
}
.form .hotelinfo {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
@media all and (max-width: 480px) {
  .form .hotelinfo {
    padding: 15px;
  }
}
.form .hotelinfo-name {
  font-size: 1.5rem;
}
.form .hotelinfo-phone {
  font-size: 2.4rem;
}
.form .hotelinfo-phone a {
  pointer-events: none;
}
@media all and (max-width: 480px) {
  .form .hotelinfo-phone a {
    pointer-events: auto;
  }
}
.form .hotelinfo-phone a span.reading {
  display: inline-block;
}
.form .hotelinfo-note {
  font-size: 1.3rem;
  vertical-align: middle;
  padding-left: 0.5em;
}
@media all and (max-width: 480px) {
  .form .hotelinfo-note {
    display: block;
    padding-left: 0;
  }
}

.modal {
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: 550px;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  margin: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 600px) {
  .modal {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
.modal-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-date {
  width: 48%;
}
.modal-reset {
  width: 100%;
}
.modal-reset button {
  border: 1px solid #000;
  border-radius: 100vmax;
  padding: 2px 15px 4px;
  font-size: 1.4rem;
  margin-top: 5px;
}
.modal-mask {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
}