@charset "UTF-8";
/* ==================================================
	common
================================================== */
/* elements
-------------------------------------------------- */
form { display: inline; }

label { vertical-align: middle; }

input, select, optgroup, option, textarea { box-sizing: border-box; margin: 0; font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; font-weight: normal; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { input, select, optgroup, option, textarea { font-size: 1.4rem; } }

/* ========== end △ */
input[type=text] { width: 100%; padding: 3px 5px; border: 1px solid #000; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { input[type=text] { width: 60%; } }

/* ========== end △ */
input[type="email"] { width: 100%; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { input[type="email"] { width: 60%; } }

/* ========== end △ */
input[type="radio"] { margin-right: 0.3em; }

input[type="checkbox"] { margin-right: 0.3em; }

input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; border: none; background-color: transparent; }

input[type="submit"][disabled] { background-color: #ddd !important; transition: none !important; cursor: default; }

textarea { width: 100%; height: 8em; padding: 3px 5px; resize: none; overflow: hidden; }

/* ==================================================
	contact input
================================================== */
/* common
-------------------------------------------------- */
.form_content_style .dl_table_style > dl > dt { min-width: 200px; }

.form_content_style .dl_table_style > dl > dd { vertical-align: middle; }

/* radio / checkbox button list */
.form_content_style .btn_list li { display: inline-block; margin-right: 10px; margin-bottom: 5px; vertical-align: top; }

.form_content_style .btn_list li.other { width: 100%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form_content_style .btn_list li.other input[type="text"] { margin-top: 5px; } }

/* ========== end △ */
.form_content_style .age input { width: 5em; }

.form_content_style .zip .zip_code input { width: 10em; }

.form_content_style .zip dl dt, .form_content_style .zip dl dd { margin-top: 5px; }

/* icon 必須 / 任意 */
.form_content_style .required, .form_content_style .any { position: relative; }

.form_content_style .required::before, .form_content_style .any::before { float: right; display: inline-block; padding: 0 5px; color: #fff; font-size: 1.2rem; }

.form_content_style .required::before { content: "必須"; background-color: #f33737; }

.form_content_style .any::before { content: "任意"; background-color: #3878d7; }

/* 同意テキスト */
body.form .consent_txt { margin-top: 30px; text-align: center; line-height: 1.8; }

/* submit buttons
-------------------------------------------------- */
body.form .form_submit_btn { text-align: center; }

body.form .form_submit_btn input { display: inline-block; width: 100%; margin-top: 25px; padding: 10px 0; border-radius: 0; background-color: #fff; border: 1px solid #afafaf; color: #231f20; font-size: 1.6rem; transition: all 0.2s ease; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .form_submit_btn input { width: 40%; margin-right: 10px; margin-left: 10px; } }

/* ========== end △ */
body.form .form_submit_btn input.back { background-color: #aaa; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .form_submit_btn input:hover { background-color: #f68787; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .form_submit_btn .btn_style { width: 40%; } }

/* ========== end △ */
body.form .form_submit_btn .btn_style a { padding: 12px 0; font-size: 1.6rem; font-weight: normal; }

/* error message
-------------------------------------------------- */
body.form .error_txt { margin: 50px 10px; color: #B2464F; font-weight: bold; text-align: center; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .error_txt { margin: 100px 0; } }

/* ========== end △ */
/* ================================================== form-templ ================================================== */
.form-templ .formblock01 { padding: 25px 29px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .formblock01 { padding: 15px 10px 0; } }

/* ========== end △ */
.form-templ .ip-txt { margin: 10px 0 10px; font-size: 1.6rem; line-height: 1.75em; letter-spacing: 0em; font-weight: 400; }

.form-templ .form-txt01 { margin-bottom: 35px; font-size: 1.6rem; line-height: 1.625em; letter-spacing: 0em; font-weight: 400; text-align: left; }

.form-templ .form-txt01 a { color: #ba976e; text-decoration: underline; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-txt01 { margin-bottom: 15px; font-size: 1.4rem; line-height: 1.71429em; } }

/* ========== end △ */
.form-templ .form-txt02 { margin-top: 20px; font-size: 1.6rem; line-height: 1.625em; letter-spacing: 0em; font-weight: 400; text-align: center; }

.form-templ .form-txt02 a { color: #ba976e; text-decoration: underline; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-txt02 { margin-top: 15px; font-size: 1.4rem; line-height: 1.71429em; letter-spacing: 0.02em; text-align: center; } }

/* ========== end △ */
.form-templ .form-area { width: 100%; height: 190px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; padding: 10px 15px 10px; background-color: #fff; border: 1px solid #dedede; color: #202020; border-radius: 0; font-family: "Noto Sans JP", sans-serif; }

.form-templ .form-area:placeholder { color: #8a8a8a; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-area { height: 130px; font-size: 1.4rem; line-height: 1.57143em; padding: 3px 10px; border-radius: 3px; width: 100%; }
  .form-templ .form-area.size01 { width: 100%; } }

/* ========== end △ */
.form-templ .box-select { width: 337px; position: relative; }

.form-templ .box-select select { font-family: "Noto Sans JP", sans-serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 48px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #fff; border: 1px solid #707070; color: #373737; border-radius: 0; }

.form-templ .box-select select:where(select) { background-size: 25px auto; }

.form-templ .box-select select option::selected { color: #373737; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .box-select { width: 100%; }
  .form-templ .box-select select { height: 45px; font-size: 1.4rem; line-height: 1.71429em; padding: 3px 10px; } }

/* ========== end △ */
.form-templ .block-booking { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }

.form-templ .block-booking .txt01 { margin-bottom: 5px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; }

.form-templ .block-booking .txt02 { margin: 10px 10px 0 0; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; }

.confirm .form-templ .block-booking .txt02 { margin-top: 0; }

.form-templ .block-booking .booking-time { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.form-templ .block-booking .booking-time .box-select { width: 200px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .block-booking { max-width: 675px; }
  .form-templ .block-booking .booking-date { width: 335px; }
  .form-templ .block-booking .booking-time { width: 255px; padding: 33px 0 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .block-booking .txt01 { margin-bottom: 5px; font-size: 1.5rem; line-height: 1.6em; }
  .form-templ .block-booking .txt02 { margin: 0 0 5px; font-size: 1.5rem; line-height: 1.6em; }
  .form-templ .block-booking .booking-date { width: 56%; }
  .form-templ .block-booking .booking-time { width: 42%; padding: 0; margin: 0; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .list-checkbox01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .form-templ .list-checkbox01 li { margin-right: 42px; }
  .form-templ .list-checkbox01 li:last-child { margin-right: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list-checkbox01 li { margin: 6px 0 6px; } }

/* ========== end △ */
.form-templ .checkbox-item { position: relative; }

.form-templ .checkbox-item:not(:last-child) { margin-bottom: 3px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .checkbox-item:not(:last-child) { margin-bottom: 3px; } }

/* ========== end △ */
.form-templ .checkbox-item input[type="checkbox"] { opacity: 0; position: absolute; left: 20px; top: 28px; }

.form-templ .checkbox-item label { display: inline-block; font-size: 1.8rem; line-height: 1.66667em; letter-spacing: 0em; font-weight: 400; padding: 0 0 0 35px; color: #202020; border-radius: 0; }

.form-templ .checkbox-item label:before { content: ''; width: 18px; height: 18px; border: 1px solid #707070; border-radius: 0; display: block; position: absolute; left: 0; top: 8px; }

.form-templ .checkbox-item label:after { content: ""; position: absolute; left: 6px; top: 8px; width: 8px; height: 15px; border-left: 2px solid #fff; border-top: 2px solid #fff; -moztransform: rotate(225deg); -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); display: none; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .checkbox-item label { font-size: 1.5rem; line-height: 1.6em; padding: 0 0 0 30px; }
  .form-templ .checkbox-item label:before { width: 18px; height: 18px; top: 5px; }
  .form-templ .checkbox-item label:after { left: 6px; top: 5px; width: 8px; height: 15px; } }

/* ========== end △ */
.form-templ .checkbox-item input[type="checkbox"]:checked + label:before { background: #202020; }

.form-templ .checkbox-item input[type="checkbox"]:checked + label:after { display: block; }

.form-templ .mwform-checkbox-field input[type="checkbox"] { opacity: 0; position: absolute; left: 0px; top: 28px; }

.form-templ .mwform-checkbox-field label span { position: relative; display: inline-block; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; font-weight: 500; padding: 0 0 0 33px; color: #202020; border-radius: 0; }

.form-templ .mwform-checkbox-field label span:before { content: ''; width: 20px; height: 20px; border: 1px solid #dedede; border-radius: 0; display: block; position: absolute; left: 0; top: 7px; }

.form-templ .mwform-checkbox-field label span:after { content: ""; position: absolute; left: 1px; top: 7px; background: url(../images/common/843_ch_f.svg) no-repeat center center; background-size: 100% auto; width: 18px; height: 18px; display: none; }

.form-templ .mwform-checkbox-field label input[type="checkbox"]:checked + span:after { display: block; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .mw_wp_form .horizontal-item + .horizontal-item { margin-left: 42px; } }

/* ========== end △ */
.form-templ .radio-item { position: relative; }

.form-templ .radio-item:not(:last-child) { margin-bottom: 3px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .radio-item:not(:last-child) { margin-bottom: 3px; } }

/* ========== end △ */
.form-templ .radio-item input[type="radio"] { opacity: 0; position: absolute; left: 0px; top: 0px; }

.form-templ .radio-item label { display: inline-block; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; font-weight: 400; padding: 0 0 0 33px; border-radius: 0; }

.form-templ .radio-item label:before { content: ''; width: 18px; height: 18px; border: 1px solid #707070; border-radius: 50%; display: block; position: absolute; left: 0; top: 6px; }

.form-templ .radio-item label:after { content: ""; position: absolute; left: 4px; top: 10px; width: 10px; height: 10px; background: #046EB8; border-radius: 50%; display: none; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .radio-item label { font-size: 1.6rem; line-height: 1.375em; padding: 2px 0 2px 33px; } }

/* ========== end △ */
.form-templ .radio-item input[type="radio"]:checked + label:after { display: block; }

.form-templ .form-content { margin-bottom: 34px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content { margin-bottom: 25px; } }

/* ========== end △ */
.form-templ .form-content .form-title { display: inline-block; margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; font-weight: bold; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-title { font-size: 1.6rem; line-height: 1.5625em; } }

/* ========== end △ */
.form-templ .form-content .ex01 { margin: 10px 0 10px; font-size: 1.6rem; line-height: 1.25em; letter-spacing: 0em; font-weight: 400; }

.form-templ .form-content .form-label { display: inline-block; width: 65px; text-align: center; font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; line-height: 1.625em; letter-spacing: 0em; font-weight: 400; padding: 5px 0px 5px; border-radius: 0px; top: 4px; color: #fff; margin: 0; position: absolute; right: 0px; background-color: #323232; }

.form-templ .form-content .form-label.hissu { background-color: #ba976e; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-label { width: 55px; font-size: 1.4rem; line-height: 1.57143em; padding: 2px 0px 2px; top: 0px; right: 0; } }

/* ========== end △ */
.form-templ .form-content .form-dl { display: table; width: 100%; position: relative; padding: 20px 0 20px; }

.form-templ .form-content .form-dl:before { background: url(../images/common/line03.png) repeat-x center center; background-size: 8px auto; position: absolute; content: ""; left: 0; top: 0; right: 0; height: 2px; }

.form-templ .form-content .form-dl:last-child:after { background: url(../images/common/line03.png) repeat-x center center; background-size: 8px auto; position: absolute; content: ""; left: 0; bottom: 0; right: 0; height: 2px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl { padding: 15px 0 15px; } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dt { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; font-weight: bold; position: relative; padding: 5px 75px 5px 0px; text-align: left; color: #202020; font-family: "Noto Sans JP", sans-serif; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl .form-dt { width: 260px; display: table-cell; vertical-align: top; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl .form-dt { padding: 0 52px 0 0; font-size: 1.5rem; line-height: 1.6em; letter-spacing: 0.04em; } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dd { position: relative; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; font-weight: 400; padding: 0 0 0 80px; font-family: "Noto Sans JP", sans-serif; color: #202020; }

.form-templ .form-content .form-dl .form-dd .error { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; color: #B2464F; }

.form-templ .form-content .form-dl .form-dd.is-error .form-input { background: #fff; }

.form-templ .form-content .form-dl .form-dd .txt-error { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; color: #B2464F; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl .form-dd { width: calc(100% - 250px); vertical-align: top; display: table-cell; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl .form-dd { padding: 15px 0 0px 0; font-size: 1.4rem; line-height: 1.71429em; letter-spacing: 0.04em; }
  .form-templ .form-content .form-dl .form-dd .txt-error, .form-templ .form-content .form-dl .form-dd .error { font-size: 1.4rem; line-height: 1.71429em; letter-spacing: 0.04em; } }

/* ========== end △ */
.form-templ .form-content .form-dl.is-top .form-dt, .form-templ .form-content .form-dl.is-top .form-dd { vertical-align: top; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl-booking02 .form-label { top: 0; }
  .form-templ .form-content .form-dl-booking02 .form-dt { padding-top: 0; }
  .form-templ .form-content .form-dl-booking02 .form-dd { padding-top: 0; } }

/* ========== end △ */
.form-templ .form-content .list-radio01 { letter-spacing: 0; font-size: 0; margin: -7px 0; line-height: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 { margin: 0; } }

/* ========== end △ */
.form-templ .form-content .list-radio01 li { display: inline-block; vertical-align: top; margin: 4px 30px 4px 0; min-width: 19%; line-height: 1; }

.form-templ .form-content .list-radio01 li:last-child { margin-right: 0; }

.form-templ .form-content .list-radio01 li label { display: inline-block; vertical-align: top; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.06em; }

.form-templ .form-content .list-radio01 li.it-other { width: 100%; }

.form-templ .form-content .list-radio01 li.it-other .radio-item { width: 107px; display: inline-block; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li.it-other { width: 100%; } }

/* ========== end △ */
.form-templ .form-content .list-radio01 li .other-ip { display: inline-block; vertical-align: top; margin-top: -3px; width: calc(100% - 107px); }

.form-templ .form-content .list-radio01 li .other-ip input { width: 100%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li .other-ip { width: 100%; margin: 10px 0 0; } }

/* ========== end △ */
.form-templ .form-content .list-radio01 li input[type="radio"] { margin: -3px 15px 0 4px; border-color: #202020; transform: scale(1.6); }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li { padding-right: 0; width: 100%; margin: 3px 0 3px; }
  .form-templ .form-content .list-radio01 li:last-child { margin-bottom: 0; padding-right: 0; }
  .form-templ .form-content .list-radio01 li label { font-size: 1.4rem; line-height: 1.71429em; }
  .form-templ .form-content .list-radio01 li input[type="radio"] { margin: 1px 5px -4px 0; transform: scale(1.2); display: inline-block; vertical-align: top; } }

/* ========== end △ */
.form-templ .form-content .ip-text { padding: 6px 0 6px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .ip-text { font-size: 1.4rem; line-height: 1.57143em; } }

/* ========== end △ */
.form-templ .form-content input[type="text"], .form-templ .form-content .form-input, .form-templ .form-content input[type="email"], .form-templ .form-content input[type="tel"] { height: 45px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; padding-left: 25px; padding-right: 25px; background-color: #fff; border: 1px solid #fff; color: #202020; background: #ffffff; border-radius: 0; width: 100%; font-family: "Noto Sans JP", sans-serif; }

.form-templ .form-content input[type="text"]:placeholder, .form-templ .form-content .form-input:placeholder, .form-templ .form-content input[type="email"]:placeholder, .form-templ .form-content input[type="tel"]:placeholder { color: #202020; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content input[type="text"], .form-templ .form-content .form-input, .form-templ .form-content input[type="email"], .form-templ .form-content input[type="tel"] { font-size: 1.4rem; line-height: 1.57143em; height: 45px; padding: 3px 10px; width: 100%; }
  .form-templ .form-content input[type="text"].size01, .form-templ .form-content .form-input.size01, .form-templ .form-content input[type="email"].size01, .form-templ .form-content input[type="tel"].size01 { width: 100%; }
  .form-templ .form-content input[type="text"].size02, .form-templ .form-content .form-input.size02, .form-templ .form-content input[type="email"].size02, .form-templ .form-content input[type="tel"].size02 { max-width: 500px; } }

/* ========== end △ */
.form-templ .form-content .ip-fu { margin-top: 15px; }

.form-templ .form-content input[type="password"] { height: 45px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; padding-left: 25px; padding-right: 25px; background-color: #fff; border: 1px solid #fff; color: #202020; background: #ffffff; border-radius: 0; font-family: "Noto Sans JP", sans-serif; }

.form-templ .form-content input[type="password"]:placeholder { color: #202020; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content input[type="password"] { font-size: 1.4rem; line-height: 1.57143em; padding: 3px 10px; width: 100%; }
  .form-templ .form-content input[type="password"].size01 { width: 100%; }
  .form-templ .form-content input[type="password"].size02 { max-width: 500px; } }

/* ========== end △ */
.form-templ .form-content textarea { width: 100%; height: 167px; font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; padding-left: 25px; padding-right: 25px; background-color: #fff; border: 1px solid #fff; color: #202020; background: #ffffff; border-radius: 0; font-family: "Noto Sans JP", sans-serif; }

.form-templ .form-content textarea:placeholder { color: #202020; }

.form-templ .form-content textarea.size02 { max-width: 500px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content textarea { height: 130px; font-size: 1.4rem; line-height: 1.57143em; padding: 3px 10px; border-radius: 3px; width: 100%; }
  .form-templ .form-content textarea.size01 { width: 100%; } }

/* ========== end △ */
.form-templ .form-content .form-note { display: inline-block; vertical-align: middle; }

.form-templ .form-content .zip-text { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.06em; margin-top: 9px; display: inline-block; vertical-align: top; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .zip-text { font-size: 1.4rem; line-height: 1.64286em; letter-spacing: 0.02em; padding: 5px 0 0; } }

/* ========== end △ */
.form-templ .form-content .note02 { font-size: 1.4rem; line-height: 2.14286em; letter-spacing: 0.06em; margin: 19px 0 4px; }

.form-templ .form-content .note02 span { color: #B2464F; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .note02 { font-size: 1.4rem; line-height: 2em; margin: 10px 0 4px; } }

/* ========== end △ */
.form-templ .form-content .ex01 { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.06em; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .ex01 { font-size: 1.4rem; line-height: 2em; display: block; } }

/* ========== end △ */
.form-templ .form-content .char { display: inline-block; vertical-align: middle; margin: 0 5px; }

.form-templ .form-content input.p-postal-code { width: 270px; margin: 0 5px 0 8px; }

.form-templ .form-content .form-row { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin-bottom: 10px; }

.form-templ .form-content .form-row .txt01 { width: 125px; }

.form-templ .form-content .form-row .box-select { width: calc(100% - 125px); max-width: 400px; }

.form-templ .form-content .form-row .form-input { width: calc(100% - 125px); }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-row { margin-bottom: 5px; } }

/* ========== end △ */
.form-templ .form-content .form-row .form-col { display: inline-block; vertical-align: middle; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-row .form-col { width: 100%; } }

/* ========== end △ */
.form-templ .form-content .form-age input { width: 240px; margin-right: 14px; }

.form-templ .form-content .form-tel input { width: 100%; margin-right: 10px; }

.form-templ .form-content .form-address { margin-bottom: 8px; }

.form-templ .form-content .form-address:last-child { margin-bottom: 0; }

.form-templ .form-content .form-address p { margin-bottom: 5px; font-size: 1.6rem; line-height: 1.75em; letter-spacing: 0.06em; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-address p { margin: 0 0 2px; } }

/* ========== end △ */
.form-templ .form-content .note01 { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.05em; margin: 10px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .note01 { font-size: 1.4rem; line-height: 2em; margin: 10px 0 10px; } }

/* ========== end △ */
.form-templ .list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 800px; }

.form-templ .list li { padding-right: 15px; width: 33%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list li { padding-right: 5px; width: 33.33%; } }

/* ========== end △ */
.form-templ .list li .ime_on, .form-templ .list li select { width: calc(100% - 36px); }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list li .ime_on, .form-templ .list li select { width: calc(100% - 20px); height: 40px; } }

/* ========== end △ */
.form-templ .list li .txt { width: 35px; display: inline-block; vertical-align: top; text-align: right; padding-top: 4px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list li .txt { width: 20px; padding-top: 6px; } }

/* ========== end △ */
.form-templ .row-name { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.form-templ .row-name .txt { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0.06em; width: 45px; margin-top: 4px; }

.form-templ .row-name .ip { width: calc(100% - 45px); }

.form-templ .row-name .ip input { width: 100%; }

.form-templ .row-name .col { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin: 0 6% 0 0; }

.form-templ .row-name .col:nth-child(2n) { margin-right: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .row-name .col { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; width: 49%; margin: 0 2% 0 0; }
  .form-templ .row-name .col:nth-child(2n) { margin-right: 0; }
  .form-templ .row-name .col .txt { font-size: 1.4rem; line-height: 1.71429em; width: 35px; }
  .form-templ .row-name .col .ip { width: calc(100% - 35px); } }

/* ========== end △ */
.form-templ .form-check { margin-bottom: 43px; font-size: 1.6rem; line-height: 1.5625em; letter-spacing: 0.05em; text-align: center; }

.form-templ .form-check .txt1 { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; font-weight: 400; }

.form-templ .form-check .txt2 { font-size: 1.2rem; line-height: 2.08333em; letter-spacing: 0em; font-weight: 400; display: block; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check { margin-bottom: 20px; font-size: 1.4rem; line-height: 1.64286em; letter-spacing: 0.02em; }
  .form-templ .form-check .txt1 { font-size: 1.5rem; line-height: 1.73333em; }
  .form-templ .form-check .txt2 { font-size: 1.4rem; line-height: 1.71429em; } }

/* ========== end △ */
.form-templ .form-check a { color: #ba976e; text-decoration: underline; }

.form-templ .form-check__label { position: relative; display: inline-block; text-align: center; }

.form-templ .form-check__label label { position: relative; display: inline-block; text-align: center; }

.form-templ .form-btn.btn-next { -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; max-width: 320px; width: 320px; border: none; padding: 13px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next { padding-right: 20px; max-width: 245px; width: 245px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next .c-arr01 { width: 40px; height: 40px; right: 10px; top: 20px; }

.form-templ .form-btn.btn-next .c-arr01:after { width: 8px; height: 8px; margin: -4px 0 0 -4px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next .c-arr01 { width: 34px; height: 34px; top: 18px; right: 10px; }
  .form-templ .form-btn.btn-next .c-arr01:after { width: 8px; height: 8px; margin: -4px 0 0 -5px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next.form-btn--back { background: #fff; color: #202020; border: 1px solid #202020; padding: 13px 0; margin-right: 20px; }

.form-templ .form-btn.btn-next.form-btn--back:after { display: none; }

.form-templ .form-btn.btn-next.form-btn--back .txt { pointer-events: none; padding: 0 0 0 32px; color: #202020; }

.form-templ .form-btn.btn-next.form-btn--back .txt:after { left: 0; right: auto; background: url(../images/common/icn_arr02_bl.png) no-repeat center center; background-size: 100% auto; transform: rotate(180deg); margin-top: -5px; }

.form-templ .form-btn.btn-next.form-btn--back input { color: #202020; background: none; border: none; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-btn.btn-next.form-btn--back:hover { border: 1px solid #ba976e; background: #ba976e; color: #fff; }
  .form-templ .form-btn.btn-next.form-btn--back:hover .txt { color: #fff; }
  .form-templ .form-btn.btn-next.form-btn--back:hover .txt:after { background: url(../images/common/icn_arr02_wh.png) no-repeat center center; background-size: 100% auto; transform: rotate(180deg) translateX(5px); } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next.form-btn--back { margin-right: 0; width: 280px; font-size: 1.6rem; line-height: 1.5625em; letter-spacing: 0.03em; } }

/* ========== end △ */
.form-templ .form-group-btn { text-align: center; max-width: 885px; margin: 60px auto 0; justify-content: center; }

.form-templ .form-group-btn .txt { pointer-events: none; }

.form-templ .form-btn.btn-next input { cursor: pointer; display: inline-block; vertical-align: top; width: 100%; font-family: "Noto Sans JP", sans-serif; font-size: 1.8rem; line-height: 1.33333em; letter-spacing: 0em; font-weight: bold; text-decoration: none; text-align: center; position: relative; border-radius: 0; padding: 17px 5px 17px 5px; transition: 0.3s ease all; text-indent: -9999px; opacity: 0; position: absolute; left: 0; bottom: 0; top: 0; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; }

.form-templ .form-btn.btn-next input[disabled], .form-templ .form-btn.btn-next input:disabled { background: none; border-radius: 50px; opacity: 0.9; }

.form-templ .form-btn.btn-next input[disabled] .txt:after, .form-templ .form-btn.btn-next input:disabled .txt:after { transform: translateX(0) !important; }

.form-templ .form-btn.btn-next input[disabled]:hover, .form-templ .form-btn.btn-next input:disabled:hover { background: none; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-btn.btn-next input:hover { color: #fff; opacity: 1; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next input { width: 245px; font-size: 1.6rem; line-height: 1.5em; padding: 12px 5px 12px 5px; } }

/* ========== end △ */
.form-templ .form-btn.next02:before { display: none; }

.form-templ .form-btn.next02 input { background: #3d3d3d; padding-left: 10px; }

.form-templ .form-btn.next03:before { display: none; }

.form-templ .form-btn.next03 input { background: #3d3d3d; padding-left: 10px; }

.form-templ .form-btn.next04:before { display: none; }

.page-contact__confirm .sec02 { padding: 40px 0 50px; margin: 0px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .page-contact__confirm .sec02 { padding: 25px 0 50px !important; } }

/* ========== end △ */
.page-contact__confirm .sec-content { padding: 0px 0 80px !important; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .page-contact__confirm .sec-content { padding: 0px 0 50px !important; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .page-contact__confirm .form-group-btn { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .page-contact__confirm .form-group-btn .form-btn--back { margin: 0 4% 0 0; width: 48%; }
  .page-contact__confirm .form-group-btn .form-btn--back input { width: 100%; }
  .page-contact__confirm .form-group-btn .form-btn--next { width: 48%; margin: 0; }
  .page-contact__confirm .form-group-btn .form-btn--next input { width: 100%; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .page-contact__confirm .form-group-btn { text-align: center; }
  .page-contact__confirm .form-group-btn .form-btn--back { margin: 0 auto 10px; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .page-contact__confirm .form-content .form-dl .block-booking { justify-content: flex-start; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-date { width: auto; margin-right: 20px; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-time { width: auto; padding: 35px 0 0; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-time .txt02 { margin: 0 10px 0 0; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-time .box-select { width: 95px; }
  .page-contact__confirm .form-content .form-dl.form-dl-booking02 .form-dd { padding-top: 0; padding-bottom: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .page-contact__confirm .form-content .form-dl .form-dt { padding: 0 40px 0 0; }
  .page-contact__confirm .form-content .form-dl .form-dd { padding: 0px; }
  .page-contact__confirm .form-content .form-dl .block-booking { justify-content: flex-start; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-date { width: auto; margin-right: 15px; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-time { padding: 28px 0 0; width: auto; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-time .txt02 { margin: 0 5px 0 0; }
  .page-contact__confirm .form-content .form-dl .block-booking .booking-time .box-select { width: 85px; } }

/* ========== end △ */
.mw_wp_form_confirm + .c-block-access { margin-top: 70px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .mw_wp_form_confirm + .c-block-access { margin-top: 30px; } }

/* ========== end △ */
.sec-thanks { text-align: center; padding: 63px 0 23px; }

.sec-thanks .ttl01 { font-family: "Noto Sans JP", sans-serif; font-size: 2.8rem; line-height: 1.25em; letter-spacing: 0.06em; font-weight: bold; margin-bottom: 30px; }

.sec-thanks .completion_txt { font-size: 1.6rem; line-height: 1.875em; letter-spacing: 0em; font-weight: 400; margin-bottom: 45px; }

.sec-thanks .btn-backhome { text-align: center; margin: 50px 0 0; }

.sec-thanks .btn-backhome a { padding-left: 42px; padding-right: 42px; max-width: 385px; }

.sec-thanks .btn-backhome a .txt { padding: 0 32px 0 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .sec-thanks { padding: 40px 0 23px; }
  .sec-thanks .ttl01 { margin-bottom: 20px; font-size: 2rem; line-height: 1.2em; letter-spacing: 0.02em; }
  .sec-thanks .completion_txt { font-size: 1.4rem; line-height: 1.71429em; letter-spacing: 0.02em; margin-bottom: 20px; }
  .sec-thanks .btn-backhome { margin-top: 40px; }
  .sec-thanks .btn-backhome a { max-width: 250px; padding-left: 15px; padding-right: 15px; } }

/* ========== end △ */
.c-list-step { margin-bottom: 54px; }

.c-list-step li { text-align: center; background: #908a8b; color: #fff; font-size: 2.4rem; line-height: 1.25em; letter-spacing: 0.06em; font-weight: 500; border-radius: 5px; padding: 32px 10px 33px; }

.c-list-step li.is-active { background: #be0008; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .c-list-step { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .c-list-step li { width: 32%; margin: 0 2% 20px 0; }
  .c-list-step li:nth-child(3n) { margin-right: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .c-list-step { margin-bottom: 25px; padding: 0 20px; }
  .c-list-step li { font-size: 1.8rem; line-height: 1.38889em; border-radius: 3px; padding: 24px 10px 24px; margin-bottom: 15px; } }

/* ========== end △ */

/*# sourceMappingURL=maps/form.css.map */
