@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: #be0008; 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 .form-txt01 { margin-bottom: 32px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; text-align: center; }

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

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

/* ========== end △ */
.form-templ .form-txt02 { margin-top: 20px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; text-align: center; }

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

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

/* ========== end △ */
.form-templ input[type="text"], .form-templ .form-input { width: 100%; height: 50px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #fff; border: 1px solid #dedede; color: #202020; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; border-radius: 0; font-family: 'Noto Serif JP', serif; }

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

.form-templ input[type="text"].size01, .form-templ .form-input.size01 { width: 65%; }

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

/* ========== end △ */
.form-templ .form-area { width: 100%; height: 190px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding: 10px 15px 10px; background-color: #fff; border: 1px solid #dedede; color: #202020; border-radius: 0; font-family: 'Noto Serif JP', 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: 14px; line-height: 1.57143; 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 Serif JP', serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 50px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 20px; padding-right: 20px; background-color: #fff; border: 1px solid #f1efef; color: #000000; border-radius: 0; background: url(../images/common/arr03.png) no-repeat right 10px center; background-size: 11px 8px; }

.form-templ .box-select select::-ms-expand { display: none; }

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .box-select { width: 100%; }
  .form-templ .box-select select { height: 45px; font-size: 14px; line-height: 1.71429; 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: 16px; line-height: 1.875; letter-spacing: 0.05em; }

.form-templ .block-booking .txt02 { margin: 10px 10px 0 0; font-size: 16px; line-height: 1.875; 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: 15px; line-height: 1.6; }
  .form-templ .block-booking .txt02 { margin: 0 0 5px; font-size: 15px; line-height: 1.6; }
  .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: 48px; }
  .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-bottom: 8px; } }

/* ========== 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: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 500; padding: 0 0 0 33px; color: #202020; border-radius: 0; }

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

.form-templ .checkbox-item label: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; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .checkbox-item label { font-size: 18px; line-height: 1.22222; padding: 5px 0 5px 33px; border-radius: 2px; }
  .form-templ .checkbox-item label:before { width: 25px; height: 25px; top: 5px; }
  .form-templ .checkbox-item label:after { left: 8px; top: 16px; width: 10px; height: 19px; margin-top: -10px; } }

/* ========== end △ */
.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: 16px; line-height: 1.875; 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: 24px; line-height: 1.04167; letter-spacing: 0.05em; font-weight: bold; padding: 0 0 0 40px; border-radius: 5px; }

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

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .radio-item label { font-size: 18px; line-height: 1.22222; padding: 5px 0 5px 33px; border-radius: 2px; }
  .form-templ .radio-item label:before { width: 25px; height: 25px; top: 5px; }
  .form-templ .radio-item label:after { left: 5px; top: 18px; width: 15px; height: 15px; margin-top: -8px; } }

/* ========== 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 .radio-item { position: relative; }

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

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

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

.form-templ .form-content .radio-item label { display: inline-block; font-size: 16px; line-height: 1.5625; letter-spacing: 0.05em; font-weight: 400; padding: 0 0 0 24px; border-radius: 5px; }

.form-templ .form-content .radio-item label:before { content: ''; width: 15px; height: 15px; background: #f8f8f8; border: 1px solid #aaaaaa; border-radius: 50%; display: block; position: absolute; left: 0; top: 10px; }

.form-templ .form-content .radio-item label:after { content: ""; position: absolute; left: 3px; top: 13px; width: 9px; height: 9px; background: #f26841; border-radius: 50%; display: none; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .radio-item label { padding: 2px 0 2px 24px; border-radius: 2px; }
  .form-templ .form-content .radio-item label:before { top: 7px; }
  .form-templ .form-content .radio-item label:after { left: 3px; top: 15px; width: 9px; height: 9px; margin-top: -5px; } }

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

.form-templ .form-content .form-title { display: inline-block; margin: 0; font-family: 'Noto Serif JP', serif; font-size: 18px; line-height: 1.55556; letter-spacing: 0.02em; font-weight: 500; }

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

/* ========== end △ */
.form-templ .form-content .form-label { display: inline-block; width: 55px; text-align: center; font-family: 'Noto Serif JP', serif; font-size: 14px; line-height: 1.42857; letter-spacing: 0em; font-weight: 400; padding: 5px 0px 5px; border-radius: 0; top: 25px; color: #202020; margin: 0; position: absolute; right: 0px; background-color: #fff; border: 1px solid #dedede; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-label { width: 45px; font-size: 13px; line-height: 1.53846; padding: 3px 0px 3px; top: 10px; right: 10px; } }

/* ========== end △ */
.form-templ .form-content .form-label.hissu { background-color: #edecec; }

/* ▽ SP layout ========== */
/* ========== end △ */
.form-templ .form-content .form-dl { display: table; width: 100%; position: relative; }

/* ▽ SP layout ========== */
/* ========== end △ */
.form-templ .form-content .form-dl .form-dt { font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: 400; position: relative; padding: 24px 52px 24px 0; text-align: left; color: #202020; font-family: 'Noto Serif JP', serif; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl .form-dt { width: 250px; 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: 10px 52px 10px 10px; font-size: 16px; line-height: 1.75; letter-spacing: 0.04em; } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dd { position: relative; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; padding: 17px 0 17px 40px; font-family: 'Noto Serif JP', serif; color: #202020; }

.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: 16px; line-height: 1.875; letter-spacing: 0.05em; color: #be0008; }

/* ▽ 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: 7px 10px 10px 10px; font-size: 14px; line-height: 1.71429; letter-spacing: 0.04em; }
  .form-templ .form-content .form-dl .form-dd .txt-error { font-size: 14px; line-height: 1.71429; 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 43px 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: 16px; line-height: 1.875; 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: #000; 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: 14px; line-height: 1.71429; }
  .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 input[type="text"], .form-templ .form-content .form-input, .form-templ .form-content input[type="email"], .form-templ .form-content input[type="tel"] { height: 50px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #fff; border: 1px solid #dedede; color: #202020; border-radius: 0; font-family: 'Noto Serif JP', 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: 14px; line-height: 1.57143; 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"] { eight: 50px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #fff; border: 1px solid #dedede; color: #202020; border-radius: 0; font-family: 'Noto Serif JP', 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: 14px; line-height: 1.57143; 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: 16px; line-height: 1.875; letter-spacing: 0.05em; padding: 10px 15px 10px; background-color: #fff; border: 1px solid #dedede; color: #202020; border-radius: 0; font-family: 'Noto Serif JP', serif; }

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

.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: 14px; line-height: 1.57143; 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: 16px; line-height: 1.875; 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: 14px; line-height: 1.64286; letter-spacing: 0.02em; padding: 5px 0 0; } }

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

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

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

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .ex01 { font-size: 14px; line-height: 2; 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 { margin-bottom: 10px; }

/* ▽ 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: 16px; line-height: 1.75; 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: 16px; line-height: 1.875; letter-spacing: 0.05em; margin: 10px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .note01 { font-size: 14px; line-height: 2; 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: 16px; line-height: 1.875; 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: 14px; line-height: 1.71429; width: 35px; }
  .form-templ .row-name .col .ip { width: calc(100% - 35px); } }

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

.form-templ .form-check .txt2 { font-size: 16px; line-height: 1.5625; letter-spacing: 0.05em; }

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

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

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

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

.form-templ .form-check__label label { position: relative; display: inline-block; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; padding: 0 0 0 35px; color: #202020; border-radius: 0; cursor: pointer; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label label { font-size: 14px; line-height: 1.71429; padding: 0 0 0 25px; } }

/* ========== end △ */
.form-templ .form-check__label label:before { content: ''; width: 18px; height: 18px; border: 1px solid #dedede; border-radius: 0; display: block; position: absolute; left: 0; top: 8px; }

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label label:after { top: 17px; } }

/* ========== end △ */
.form-templ .form-check__label p { padding-left: 38px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label p { padding-left: 25px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next { text-align: center; width: 315px; position: relative; margin: 0 auto 20px; background: #3d3d3d; -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; border-radius: 0; padding: 0; border: 0; }

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

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

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { /* ▽ PC-TAB layout ========== */ }

@media print, screen and (min-width: 768px) and (min-width: 768px) { .form-templ .form-btn.btn-next:hover { opacity: 0.7; } }

@media print, screen and (min-width: 768px) { /* ========== end △ */ }

/* ========== end △ */
.form-templ .form-btn.btn-next.form-btn--back { border: 1px solid #e5e5e5; background: #fff; }

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

.form-templ .form-btn.btn-next.form-btn--back input { background: #fff; color: #3d3d3d; padding: 16px 5px 16px 5px; }

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

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

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

.form-templ .form-btn.btn-next input { cursor: pointer; display: inline-block; vertical-align: top; width: 315px; color: #fff; font-family: 'Noto Serif JP', serif; font-size: 18px; line-height: 1.38889; letter-spacing: 0.05em; font-weight: 500; text-decoration: none; text-align: center; position: relative; border-radius: 0; padding: 17px 5px 17px 5px; transition: 0.3s ease all; }

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

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next input { width: 280px; } }

/* ========== 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; }

.confirm .sec01 { margin-bottom: 100px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .confirm .sec01 { margin-bottom: 50px; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .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; }
  .confirm .form-group-btn .form-btn--back { margin: 0 4% 0 0; width: 48%; }
  .confirm .form-group-btn .form-btn--back input { width: 100%; }
  .confirm .form-group-btn .form-btn--next { width: 48%; margin: 0; }
  .confirm .form-group-btn .form-btn--next input { width: 100%; } }

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

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .confirm .form-content .form-dl .form-dt { padding: 23px 0; }
  .confirm .form-content .form-dl .form-dd { padding: 24px 0 24px 40px; }
  .confirm .form-content .form-dl .block-booking { justify-content: flex-start; }
  .confirm .form-content .form-dl .block-booking .booking-date { width: auto; margin-right: 20px; }
  .confirm .form-content .form-dl .block-booking .booking-time { width: auto; padding: 35px 0 0; }
  .confirm .form-content .form-dl .block-booking .booking-time .txt02 { margin: 0 10px 0 0; }
  .confirm .form-content .form-dl .block-booking .booking-time .box-select { width: 95px; }
  .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) { .confirm .form-content .form-dl .form-dt { padding: 10px 10px 5px; }
  .confirm .form-content .form-dl .form-dd { padding: 2px 10px 10px; }
  .confirm .form-content .form-dl .block-booking { justify-content: flex-start; }
  .confirm .form-content .form-dl .block-booking .booking-date { width: auto; margin-right: 15px; }
  .confirm .form-content .form-dl .block-booking .booking-time { padding: 28px 0 0; width: auto; }
  .confirm .form-content .form-dl .block-booking .booking-time .txt02 { margin: 0 5px 0 0; }
  .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: 22px 0 100px; }

.sec-thanks .ttl01 { font-family: 'Noto Serif JP', serif; font-size: 24px; line-height: 1.45833; letter-spacing: 0.06em; font-weight: 500; margin-bottom: 25px; }

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

.sec-thanks .thanks-backtop { text-align: center; }

.sec-thanks .thanks-backtop a { padding: 0 0 12px 70px; text-decoration: none !important; border-bottom: 1px solid #202020; }

.sec-thanks .thanks-backtop a:after { right: auto; top: 9px; left: 0; background: url(../images/common/arr05.png) no-repeat right bottom; background-size: 100% auto; transition: 0.3s ease all; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .sec-thanks .thanks-backtop a:hover { opacity: 0.7; }
  .sec-thanks .thanks-backtop a:hover:after { transform: translateX(-5px); } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .sec-thanks { padding: 30px 0 90px; }
  .sec-thanks .ttl01 { font-size: 20px; line-height: 1.2; letter-spacing: 0.02em; }
  .sec-thanks .completion_txt { font-size: 14px; line-height: 1.71429; letter-spacing: 0.02em; margin-bottom: 40px; }
  .sec-thanks .thanks-backtop { text-align: center; }
  .sec-thanks .thanks-backtop a { padding: 0 0 10px 50px; } }

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

.c-list-step li { text-align: center; background: #908a8b; color: #fff; font-size: 24px; line-height: 1.25; 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: 18px; line-height: 1.38889; border-radius: 3px; padding: 24px 10px 24px; margin-bottom: 15px; } }

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

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