@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
:root {
    --form-main-color: #f0821c;
    --form-sub-color: #ea6060;
}

html {
    margin-top: 0 !important;
}

body {
    padding: 0 !important;
    margin: 0 !important;
}

/* ヘッダーフッターなど非表示 */
body> :not(.page_form_main) {
    display: none !important;
}

body * {
    font-family: sans-serif !important;
}

body button,
body input,
body select,
body textarea {
    background-color: #f7f7f7;
    border: 1px solid hsla(0, 0%, 78%, .5);
    border-radius: 0;
    color: #333;
    padding: .25em .5em
}

.page_form {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100svh; */
    padding: 90px 0 !important;
}

.page_form .wrap {
    width: 940px !important;
    margin: 0 auto !important;
}

.page_form .page_form_ttl {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 30px;
    padding: 0.7em;
    background-color: #e9e9e9;
    color: #000;
}

.page_form .page_form_cont .form_block+.form_block {
    margin-top: 70px;
}

.page_form .page_form_cont .form_block .form_ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.7em;
    line-height: 1.5;
    border-left: 4px solid #8a8a8a;
    padding-left: .6em;
}

.page_form .page_form_cont .form_block .form_body {
    /* border: 1px solid #ccc; */
}

.page_form .page_form_cont .form_block .form_body dl {
    display: grid;
    grid-template-columns: 30% 1fr;
    font-size: 15px !important;
    letter-spacing: .02em;
    gap: 1em;
    /* align-items: flex-start; */
}

.page_form .page_form_cont .form_block .form_body dl+dl {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #ededed;
}

.page_form .page_form_cont .form_block .form_body dl dt {
    display: flex;
    gap: .7em;
    align-items: center;
    font-weight: 700;
}

.page_form .page_form_cont .form_block .form_body dl dt p:not([class]) {
    flex-shrink: 0;
}

.page_form .page_form_cont .form_block .form_body dl dt .valid {
    line-height: 1;
    flex-shrink: 0;
    font-size: .8em;
    padding: .5em 0.8em;
    border-radius: 100vmax;
    background-color: #e5e5e5;
}

.page_form .page_form_cont .form_block .form_body dl dt .valid.hissu {
    background-color: #cd4d4d;
    color: #fff;
}

.page_form .page_form_cont .form_block .form_body dl dd {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    margin-bottom: 0;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control-wrap {
    display: block;
}

.page_form .page_form_cont .form_block .form_body dl dt br,
.page_form .page_form_cont .form_block .form_body dl dd br {
    display: none;
}

.page_form .page_form_cont .form_block .form_body dl dt>p,
.page_form .page_form_cont .form_block .form_body dl dd>p {
    margin-bottom: 0;
}

.page_form .page_form_cont .form_block .form_body dl dd.flex_dd {
    display: flex;
    gap: .5em;
    align-items: center;
}

.page_form .page_form_cont .form_block .form_body dl dd button,
.page_form .page_form_cont .form_block .form_body dl dd input,
.page_form .page_form_cont .form_block .form_body dl dd optgroup,
.page_form .page_form_cont .form_block .form_body dl dd select,
.page_form .page_form_cont .form_block .form_body dl dd textarea {
    font-size: 1em;
    padding: 0.8em;
}

.page_form .page_form_cont .form_block .form_body dl dd button::placeholder,
.page_form .page_form_cont .form_block .form_body dl dd input::placeholder,
.page_form .page_form_cont .form_block .form_body dl dd optgroup::placeholder,
.page_form .page_form_cont .form_block .form_body dl dd select::placeholder,
.page_form .page_form_cont .form_block .form_body dl dd textarea::placeholder {
    color: #9d9d9d;
}

.page_form .page_form_cont .form_block .form_body dl dd input[type="text"],
.page_form .page_form_cont .form_block .form_body dl dd input[type="email"],
.page_form .page_form_cont .form_block .form_body dl dd input[type="tel"],
.page_form .page_form_cont .form_block .form_body dl dd optgroup,
.page_form .page_form_cont .form_block .form_body dl dd select {
    display: block;
    min-height: 3em;
    width: 100%;
    line-height: 1;
    color: #000;
    background-color: #f6f6f6;
}

.page_form .page_form_cont .form_block .form_body dl dd textarea {
    width: 100%;
    height: 10em;
    color: #000;
    background-color: #f6f6f6;
}

.page_form .page_form_cont .form_block .form_body dl dd .form_note {
    font-size: 0.85em;
    margin: 0.5em 0;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em 1.5em;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: block;
    line-height: 1.5;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    z-index: 1;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    display: block;
    padding-left: 2em;
    position: relative;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label::before,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label::before,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label::after,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label::before,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label::before {
    width: 1.5em;
    height: 1.5em;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label::before {
    border-radius: 50%;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label::after {
    width: 0.7em;
    height: 0.7em;
    left: 0.4em;
    background-color: var(--form-main-color);
    border-radius: 50%;
    opacity: 0;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label::after {
    border: 3px solid var(--form-main-color);
    border-left: none;
    border-top: none;
    width: .7em;
    height: 1.2em;
    top: 0;
    left: 0.4em;
    transform: rotate(45deg);
    opacity: 0;
}

.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label::after,
.page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.page_form .page_form_cont .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0 !important;
    padding: 1em !important;
    border: 2px solid #cd4d4d !important;
    color: #cd4d4d !important;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
}

.page_form .page_form_cont .wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #46b450 !important;
    color: #46b450 !important;
}

.page_form .page_form_cont .wpcf7 form.init .wpcf7-response-output,
.page_form .page_form_cont .wpcf7 form.resetting .wpcf7-response-output,
.page_form .page_form_cont .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.page_form .page_form_cont .wpcf7 .hidden-fields-container {
    display: none;
}

.page_form .page_form_cont .submit_area {
    margin-top: 40px;
}

.page_form .page_form_cont .submit_area [type=submit] {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    width: 350px;
    text-align: center;
    border: none;
    background: var(--form-main-color);
    color: #fff;
    padding: 1em;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0 auto;
    font-size: 16px;
    transition: .3s;
}

.page_form .page_form_cont .submit_area [type=submit]:hover {
    opacity: .6;
}

.page_form .page_form_cont .submit_area .wpcf7-spinner {
    display: none;
}

.page_form .form_privacy_cont {
    width: 700px;
    margin: 30px auto 0;
}

.page_form .form_privacy_cont .privacy_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 0.8em;
    letter-spacing: .02em;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ededed;
    padding-bottom: 1em;
}

.page_form .form_privacy_cont .privacy_ttl::after {
    content: "";
    width: .7em;
    height: .7em;
    flex-shrink: 0;
    border: 2px solid currentColor;
    border-left: none;
    border-top: none;
    transform: rotate(45deg) translateY(-.4em);
    transition: .3s;
}

.page_form .form_privacy_cont .privacy_ttl.open::after {
    transform: rotate(225deg) translateY(-.2em);
}

.page_form .form_privacy_cont .privacy_detail {
    padding-top: 1em;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.page_form .form_privacy_cont .privacy_detail .detail_text {
    margin-bottom: 1em;
}

.page_form .form_privacy_cont .privacy_detail dl+dl {
    margin-top: 1em;
}

.page_form .form_privacy_cont .privacy_detail dl dt {
    font-weight: 700;
    margin-bottom: .4em;
}

.page_form .wpcf7-not-valid-tip {
    font-weight: 700;
    font-size: 14px;
}

.page_form .calender_ver {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.page_form .page_form_cont .calender_ver .form_block .form_body dl {
    /* grid-template-columns: 1fr; */
    margin-left: 0;
    margin-right: 0;
}

.page_form .ui-widget.ui-widget-content {
    border: 1px solid #ededed;
}

.page_form .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100% !important;
    padding: 5px;
}

.page_form .ui-datepicker table {
    margin-bottom: 0;
}

.page_form .datepicker p {
    display: none;
}

.page_form .ui-datepicker-calendar th,
.page_form .ui-datepicker-calendar td {
    display: table-cell;
    width: calc(100% / 7);
    padding: 0;
    border: 1px solid #fff;
}

.page_form .ui-datepicker-calendar th span {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background-color: #ffebe1;
    color: #ed6103;
    display: block;
}

.page_form .ui-timepicker-div dl dt {
    font-size: 14px;
}

.page_form .ui-timepicker-div {
    padding: 10px 0 0;
}

.page_form .ui-state-default,
.page_form .ui-widget-content .ui-state-default,
.page_form .ui-widget-header .ui-state-default {
    padding: 20px 15px;
    border: #fff;
}

.page_form .ui-state-active,
.page_form .ui-widget-content .ui-state-active,
.page_form .ui-widget-header .ui-state-active {
    font-weight: 600;
    color: #ed6103;
    background: #fbf1ca;
}

.page_form .ui-state-highlight,
.page_form .ui-widget-content .ui-state-highlight,
.page_form .ui-widget-header .ui-state-highlight {
    font-weight: 600;
    color: #ed6103;
    background: #ffebe1;
}

.page_form .ui-datepicker-calendar td:nth-of-type(1) a {
    background: #ffeaec;
    color: #e83250;
}

.page_form .ui-datepicker-calendar td:nth-of-type(7) a {
    background: #e1f6ff;
    color: #3475ce;
}

.page_form .ui-datepicker-calendar th.ui-datepicker-week-end span {
    background: #e1f6ff;
    color: #3475ce;
}

.page_form .ui-datepicker-calendar th.ui-datepicker-week-end:nth-of-type(1) span {
    background: #ffeaec;
    color: #e83250;
}

.page_form .ui-datepicker-calendar td a.ui-state-active {
    color: #fff;
    background: #f0821d;
}

@media (max-width: 750px) {
    .page_form {
        padding: 20vw 0 !important;
    }

    .page_form .wrap {
        width: 90vw !important;
        margin: 0 auto !important;
    }

    .page_form .page_form_ttl {
        font-size: 4vw;
        margin: 0 0 4vw;
    }

    .page_form .page_form_cont .form_block+.form_block {
        margin-top: 50px;
    }

    .page_form .page_form_cont .form_block .form_ttl {
        font-size: 18px;
        margin-bottom: 1.7em;
    }

    .page_form .page_form_cont .form_block .form_body {
        /* border: 1px solid #ccc; */
    }

    .page_form .page_form_cont .form_block .form_body dl {
        grid-template-columns: 1fr;
        font-size: 16px !important;
        gap: 0.8em;
        /* align-items: flex-start; */
    }

    .page_form .page_form_cont .form_block .form_body dl+dl {
        margin-top: 1.2em;
        padding-top: 1.2em;
    }

    .page_form .page_form_cont .form_block .form_body dl dt {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-radio,
    .page_form .page_form_cont .form_block .form_body dl dd .wpcf7-form-control.wpcf7-checkbox {
        flex-direction: column;
        gap: 1em;
    }

    .page_form .page_form_cont .form_block .form_body dl dd.flex_dd {
        flex-direction: column;
        gap: .2em;
        align-items: stretch;
    }


    .page_form .page_form_cont .wpcf7 form .wpcf7-response-output {
        font-size: 3.5vw;
    }

    .page_form .page_form_cont .submit_area {
        margin-top: 30px;
    }

    .page_form .page_form_cont .submit_area [type=submit] {
        width: 100%;
    }

    .page_form .page_form_cont .submit_area [type=submit]:hover {
        opacity: 1;
    }

    .page_form .form_privacy_cont {
        width: 100%;
        margin: 10vw auto 0;
    }

    .page_form .form_privacy_cont .privacy_ttl {
        font-size: 3.5vw;
    }

    .page_form .form_privacy_cont .privacy_detail {
        font-size: 3.4vw;
        letter-spacing: .02em;
        line-height: 1.5;
    }

    .page_form .ui-widget {
        font-size: 16px;
    }

    .page_form .ui-state-default,
    .page_form .ui-widget-content .ui-state-default,
    .page_form .ui-widget-header .ui-state-default {
        padding: 10px;
    }

    .page_form .calender_ver {
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    .page_form .page_form_cont .calender_ver .form_block .form_body dl {
        grid-template-columns: 1fr;
    }

}