@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: solid 1px #cccccc;
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 280px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
  }
}

.form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .form-field dd {
    width: 100%;
  }
}

.form-field dd.form-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}

.form-field dd.form-age input {
  width: 120px;
}

.form-field dd .date-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .form-field dd .date-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field dd .date-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.form-field dd .field-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .form-field dd .field-item {
    gap: 12px;
  }
}

.form-field dd .field-item:not(:last-of-type) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .form-field dd .field-item:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field dd .field-item:not(:last-of-type) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 24px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-required {
  background: #AA6565;
}

.form-optional {
  background: #294CA4;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #eeeeee;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 56px;
  color: #313741;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cccccc;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #cccccc;
}

input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #ffa500;
}

select {
  background: url("/end/wp-content/themes/itreat_base/dist/img/common/select.svg") center right 16px/14px 14px no-repeat #eeeeee;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

.wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border: solid 2px #eeeeee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #4a4a4a #4a4a4a transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:focus + .wpcf7-list-item-label {
  outline: solid 2px #294CA4;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #4a4a4a;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:focus) {
  outline: solid 2px #ffa500;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border: solid 2px #eeeeee;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #4a4a4a;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #4a4a4a;
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

input[type=file] {
  padding: 0;
  background: none;
  border: none;
  background: none;
  height: 48px;
  line-height: 48px;
}

@media screen and (max-width: 959px) {
  input[type=file] {
    height: 40px;
    line-height: 40px;
  }
}

input[type=file]::file-selector-button {
  border: none;
  margin-right: 16px;
  height: 100%;
  cursor: pointer;
  background: #4a4a4a;
  color: #ffffff;
}

.form-send {
  position: relative;
  overflow: clip;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
  background: radial-gradient(circle at center, #9B821E 0%, #B39E4C 100%);
  height: 56px;
  color: #ffffff;
  line-height: 1.4;
  border-radius: 32px;
  overflow: clip;
  -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.form-send::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.form-send:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@media screen and (max-width: 959px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-send {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form-send:hover::before {
  right: 16px;
}

.form-send::before {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: calc( 50% - 2px);
  right: 24px;
  width: 24px;
  aspect-ratio: 24/6;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.form-send input[type="submit"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.form-send:has(input[type="submit"]:focus) {
  outline: solid 2px #ffa500;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 767px) {
  .wpcf7-spinner {
    bottom: calc(100% + 6px);
    width: 16px;
    height: 16px;
  }
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #48A889;
  color: #48A889;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(170, 101, 101, 0.08);
  color: #AA6565;
  border: solid 1px #AA6565;
}

.wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.invalid input::-webkit-input-placeholder, .wpcf7 form.invalid select::-webkit-input-placeholder, .wpcf7 form.invalid textarea::-webkit-input-placeholder, .wpcf7 form.unaccepted input::-webkit-input-placeholder, .wpcf7 form.unaccepted select::-webkit-input-placeholder, .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(170, 101, 101, 0.4);
}

.wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.invalid input::-moz-placeholder, .wpcf7 form.invalid select::-moz-placeholder, .wpcf7 form.invalid textarea::-moz-placeholder, .wpcf7 form.unaccepted input::-moz-placeholder, .wpcf7 form.unaccepted select::-moz-placeholder, .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(170, 101, 101, 0.4);
}

.wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.invalid input:-ms-input-placeholder, .wpcf7 form.invalid select:-ms-input-placeholder, .wpcf7 form.invalid textarea:-ms-input-placeholder, .wpcf7 form.unaccepted input:-ms-input-placeholder, .wpcf7 form.unaccepted select:-ms-input-placeholder, .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(170, 101, 101, 0.4);
}

.wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.invalid input::-ms-input-placeholder, .wpcf7 form.invalid select::-ms-input-placeholder, .wpcf7 form.invalid textarea::-ms-input-placeholder, .wpcf7 form.unaccepted input::-ms-input-placeholder, .wpcf7 form.unaccepted select::-ms-input-placeholder, .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(170, 101, 101, 0.4);
}

.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.invalid input::placeholder,
.wpcf7 form.invalid select::placeholder,
.wpcf7 form.invalid textarea::placeholder,
.wpcf7 form.unaccepted input::placeholder,
.wpcf7 form.unaccepted select::placeholder,
.wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(170, 101, 101, 0.4);
}

.wpcf7 form.spam .wpcf7-response-output {
  background: rgba(255, 165, 0, 0.08);
  color: #AA6565;
  border: solid 1px #ffa500;
}

.wpcf7 form.spam input::-webkit-input-placeholder, .wpcf7 form.spam select::-webkit-input-placeholder, .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input::-moz-placeholder, .wpcf7 form.spam select::-moz-placeholder, .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input:-ms-input-placeholder, .wpcf7 form.spam select:-ms-input-placeholder, .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input::-ms-input-placeholder, .wpcf7 form.spam select::-ms-input-placeholder, .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.wpcf7 form.spam input::placeholder,
.wpcf7 form.spam select::placeholder,
.wpcf7 form.spam textarea::placeholder {
  color: rgba(255, 165, 0, 0.4);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #AA6565;
  font-size: 1.4rem;
}

.screen-reader-response {
  display: none;
}

.wpcf7 .form.invalid .wpcf7-response-output {
  color: #AA6565;
  font-size: 1.4rem;
  background-color: rgba(170, 101, 101, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  text-align: center;
}

.recaptcha-txt a {
  color: #4a4a4a;
  text-decoration: underline;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

.privacy-frame {
  margin: 0 auto 40px;
  padding: 32px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .privacy-frame {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-frame {
    margin: 0 auto 28px;
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame {
    padding: 16px;
  }
}

.privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 4px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  border-radius: 4px;
}

.privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    margin-bottom: 2px;
    font-size: 2rem;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

.policy-list {
  counter-reset: list-num 0;
}

.policy-list__item {
  padding: 24px 0;
  border-bottom: solid 1px #eeeeee;
}

@media screen and (max-width: 959px) {
  .policy-list__item {
    padding: 16px 0;
  }
}

.policy-list__item:first-child {
  border-top: solid 1px #eeeeee;
}

.policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Bellefair", serif;
  color: #4a4a4a;
  font-size: 2rem;
  color: #9B821E;
}

@media screen and (max-width: 959px) {
  .policy-list__item dt::before {
    font-size: 1.7rem;
  }
}

.lower-page {
  padding-bottom: 0;
}

.about {
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .about {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.about .about-intro {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .about .about-intro {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-intro {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.about .about-unit {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .about .about-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.about .about-unit__vsl {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1023px) {
  .about .about-unit__vsl {
    width: 60%;
    margin: 0 auto;
  }
}

.contact {
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 20);
  /* .contact-tbl {
      width: 100%;
      max-width: 840px;
      margin: 0 auto;
      @include mb(x6);
    }*/
}

@media screen and (max-width: 959px) {
  .contact {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact {
    padding-bottom: calc((8px * 20) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    padding-bottom: calc((8px * 20) * 0.5);
  }
}

.contact .contact-lead {
  text-align: center;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .contact .contact-lead {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-lead {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.contact .contact-tabs .tab-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .contact .contact-tabs .tab-menu {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-tabs .tab-menu {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .contact .contact-tabs .tab-menu {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-tabs .tab-menu {
    grid-template-columns: initial;
    gap: 12px;
  }
}

.contact .contact-tabs .tab-menu__item span {
  max-width: 100%;
}

.contact .contact-tabs .tab-menu__item.is-active span {
  background: radial-gradient(circle at center, #9B821E 0%, #B39E4C 100%);
}

.contact .contact-unit {
  display: grid;
  grid-template-columns: 400px 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .contact .contact-unit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-unit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

.contact .contact-telbtn a {
  display: block;
  position: relative;
  overflow: clip;
  padding: 24px 0;
  height: 120px;
  width: 100%;
  max-width: 400px;
  color: #ffffff;
  line-height: 1.4;
  border-radius: 60px;
  -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  box-shadow: 1px 1px rgba(255, 255, 255, 0.6), -1px -1px rgba(255, 255, 255, 0.8), 8px 8px 10px rgba(16, 54, 152, 0.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: radial-gradient(circle at center, #294CA4 0%, #4765B1 100%);
}

.contact .contact-telbtn a::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.contact .contact-telbtn a:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.contact .contact-telbtn a .contact-telbtn-subttl {
  width: 100%;
  max-width: 260px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: bold;
}

.contact .contact-telbtn a .contact-telbtn-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 24px;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
}

.contact .contact-telbtn a .contact-telbtn-ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 1/1;
  background: #ffffff;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.contact .contact-hourframe {
  position: relative;
  z-index: 0;
  padding: calc(8px * 3);
}

.contact .contact-hourframe::after, .contact .contact-hourframe::before {
  content: '';
  display: block;
}

.contact .contact-hourframe::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: #9B821E;
  rotate: 45deg;
}

.contact .contact-hourframe::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 17px 17px;
  mask-size: cover, 17px 17px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media screen and (max-width: 959px) {
  .contact .contact-hourframe {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-hourframe {
    padding: calc((8px * 3) * 0.5);
  }
}

.contact .contact-hourframe::before {
  top: -22px;
  left: 4px;
}

.contact .contact-hourframe dt {
  margin-bottom: calc(8px * 2);
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .contact .contact-hourframe dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-hourframe dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.contact .point-frame {
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .contact .point-frame {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .point-frame {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.contact .contact-form {
  width: 100%;
  padding-left: calc(8px * 3);
  padding-right: calc(8px * 3);
  padding-bottom: calc(8px * 4);
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 959px) {
  .contact .contact-form {
    padding-left: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-form {
    padding-left: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-form {
    padding-right: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-form {
    padding-right: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact .contact-form {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-form {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/reservation.css.map */
