@charset "UTF-8";

/* ============================================
	簡易見積シミュレーション /estimate/
============================================ */

@media screen and (min-width:768px) {
body { background-color: #fff; }
.page-ttl { padding-top: 80px; }
.page-ttl .page-ttl-txt-inner { line-height: 44px; }
.page-ttl .page-ttl-txt-inner .page-ttl-sub { font-size: 60px; font-weight: 800; }
.page-ttl .page-ttl-txt-inner .page-ttl-txt { font-size: 16px; font-weight: 600; }

#estimate { padding: 30px 0 120px; }

/* 結果まで 1/3 */
#estimate .est-count { width: 1100px; margin: 0 auto 15px; }
#estimate .est-count p { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; color: #272222; font-weight: bold; }
#estimate .est-count .txt { font-size: 20px; letter-spacing: 0.05em; margin-bottom: 12px; }
#estimate .est-count .num { font-size: 90px; line-height: 1; margin-left: 12px; }
#estimate .est-count .slash { width: 2px; height: 55px; background: #222222; -webkit-transform: rotate(32deg); transform: rotate(32deg); margin: 0 14px 5px 18px; }
#estimate .est-count .total { font-size: 45px; line-height: 1; margin-bottom: 3px; }

/* ステップナビ */
#estimate .est-nav { width: 1100px; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; position: relative; z-index: 2; margin-bottom: -25px; }
#estimate .est-nav li { position: relative; width: 250px; padding-top: 40px; }
#estimate .est-nav li .circle { position: absolute; top: 0; left: 9px; width: 66px; height: 66px; background: #272222; border: 5px solid #FFFFFF; border-radius: 50%; box-sizing: border-box; color: #fff; font-size: 28px; font-weight: 900; text-align: center; line-height: 56px; z-index: 2; }
#estimate .est-nav li .box { height: 110px; background: #FFFFFF; border: 3px solid #222222; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .est-nav li.is-current .box { background: #EFB800; }
#estimate .est-nav li .check { position: relative; width: 24px; height: 24px; background: #E2E2E2; border-radius: 50%; margin-right: 12px; -webkit-flex-shrink: 0; flex-shrink: 0; }
#estimate .est-nav li .check::after { content: ''; position: absolute; top: 3px; left: 4px; width: 15px; height: 8px; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .est-nav li.is-done .check { background: #EFB800; }
#estimate .est-nav li .label { font-size: 14px; font-weight: bold; color: #272222; letter-spacing: 0.05em; line-height: 24px; text-align: center; }
#estimate .est-nav li .label span { display: block; }

/* パネル共通 */
#estimate .est-step { display: none; }
#estimate .est-step.is-active { display: block; }
#estimate .est-panel { width: 1240px; margin: 0 auto 120px; background: #A29378; padding: 85px 70px 79px; box-sizing: border-box; }
#estimate .panel-head { position: relative; margin-bottom: 45px; }
#estimate .panel-head .lead { color: #FFFFFF; font-size: 25px; font-weight: 500; letter-spacing: 0.05em; text-align: center; }
#estimate .panel-head .next { display: none; }

/* STEP1 スタイル選択 */
#estimate .style-list li { position: relative; background: #FFFFFF; min-height: 540px; box-sizing: border-box; padding: 55px 610px 55px 63px; margin-bottom: 57px; cursor: pointer; }
#estimate .style-list li:last-child { margin-bottom: 0; }
#estimate .style-list li.is-selected { background: #EFB800; }
#estimate .style-list li .type-ttl { color: #272222; font-weight: bold; line-height: 1; white-space: nowrap; }
#estimate .style-list li .type-ttl .en { font-size: 141px; letter-spacing: 0.05em; }
#estimate .style-list li .type-ttl .en.happiness { font-size: 72px; letter-spacing: -0.05em; }
#estimate .style-list li .type-ttl .type { font-size: 60px; letter-spacing: 0.05em; }
#estimate .style-list li figure { position: absolute; top: 60px; right: 60px; width: 490px; height: 420px; }
#estimate .style-list li figure img { width: 100%; height: 100%; object-fit: cover; }
#estimate .style-list li .txt-bx { width: 440px; }
#estimate .style-list li .txt-bx h3 { font-size: 22px; font-weight: bold; color: #272222; letter-spacing: 0.07em; line-height: 34px; margin-top: 24px; }
#estimate .style-list li .txt-bx .txt { font-size: 16px; color: #000000; letter-spacing: 0.07em; line-height: 30px; margin-top: 16px; }

/* NEXTボタン */
#estimate .est-next-btn { position: relative; width: 600px; height: 80px; background: #272222; margin: 50px auto 0; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .est-next-btn span { color: #FFFFFF; font-size: 25px; font-weight: 900; letter-spacing: 0.05em; }
#estimate .est-next-btn::after { content: ''; position: absolute; right: 22px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 12px; border-color: transparent transparent transparent #FFFFFF; }

/* STEP2 間取り選択 */
#estimate .plan-group { display: none; }
#estimate .plan-group.is-active { display: block; }
#estimate .plan-head .lead-big { color: #FFFFFF; font-size: 32px; font-weight: 900; letter-spacing: 0.05em; text-align: center; }
#estimate .plan-head .lead-sub { color: #FFFFFF; font-size: 16px; font-weight: bold; letter-spacing: 0.05em; line-height: 27px; text-align: center; margin-top: 14px; }
#estimate .k-tabs { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding: 0 20px; margin-bottom: 42px; }
#estimate .k-tab { width: 487px; cursor: pointer; }
#estimate .k-tab .tab-box { height: 120px; line-height: 112px; background: #FFFFFF; border: 4px solid #222222; box-sizing: border-box; font-size: 28px; font-weight: bold; color: #272222; letter-spacing: 0.07em; text-align: center; }
#estimate .k-tab .tab-label { color: #FFFFFF; font-size: 24px; font-weight: bold; letter-spacing: 0.07em; text-align: center; margin-top: 12px; }
#estimate .k-tab .tab-tri { display: block; width: 0; height: 0; margin: 10px auto 0; border-style: solid; border-width: 16px 15px 0 15px; border-color: #272222 transparent transparent transparent; }
#estimate .plan-list { display: none; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
#estimate .plan-list.is-active { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
#estimate .plan-list li { position: relative; width: 530px; min-height: 430px; background: #FFFFFF; box-sizing: border-box; padding: 50px 24px 62px; margin-bottom: 50px; cursor: pointer; }
#estimate .plan-list li.is-selected { background: #EFB800; }
#estimate .plan-list li .check { position: absolute; top: 12px; left: 10px; width: 24px; height: 24px; background: #E2E2E2; border-radius: 50%; }
#estimate .plan-list li .check::after { content: ''; position: absolute; top: 3px; left: 4px; width: 15px; height: 8px; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .plan-list li .desc { font-size: 16px; color: #000000; letter-spacing: 0.05em; line-height: 30px; white-space: nowrap; }
#estimate .plan-list li figure { height: 190px; margin-top: 14px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .plan-list li figure img { max-width: 100%; max-height: 190px; width: auto; height: auto; }
#estimate .plan-list li .zoom-btn { position: absolute; right: 30px; top: 283px; width: 123px; height: 35px; line-height: 31px; background: #FFFFFF; border: 2px solid #222222; box-sizing: border-box; font-size: 14px; font-weight: bold; color: #272222; letter-spacing: 0.07em; text-align: center; padding-right: 14px; }
#estimate .plan-list li .zoom-btn .plus { position: absolute; right: 8px; top: 50%; width: 20px; height: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#estimate .plan-list li .zoom-btn .plus::before { content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #222222; }
#estimate .plan-list li .zoom-btn .plus::after { content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 20px; background: #222222; }
#estimate .plan-list li .size { position: absolute; left: 0; bottom: 16px; width: 100%; font-size: 41px; font-weight: bold; color: #000000; letter-spacing: 0.07em; text-align: center; }

/* STEP3 設備選択 */
#estimate .fac-head .lead { color: #FFFFFF; font-size: 22px; font-weight: 500; letter-spacing: 0.05em; text-align: center; }
#estimate .fac-head .note { color: #FFFFFF; font-size: 14px; font-weight: 500; letter-spacing: 0.05em; line-height: 23px; text-align: center; margin-top: 10px; }
#estimate .fac-cat { margin-bottom: 60px; }
#estimate .fac-cat .cat-ttl { position: relative; height: 65px; line-height: 65px; margin: 0 -20px 30px; background: #272222; color: #FFFFFF; font-size: 25px; font-weight: 500; letter-spacing: 0.05em; padding-left: 68px; }
#estimate .fac-cat .cat-ttl::before { content: ''; position: absolute; left: 51px; top: 10px; width: 4px; height: 45px; background: #FFFFFF; }
#estimate .fac-list { width: 720px; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#estimate .fac-item { position: relative; width: 340px; height: 340px; background: #FFFFFF; box-sizing: border-box; padding-top: 50px; margin: 0 40px 40px 0; cursor: pointer; }
#estimate .fac-item:nth-child(2n) { margin-right: 0; }
#estimate .fac-item.is-selected { background: #EFB800; }
#estimate .fac-item .check { position: absolute; top: 12px; left: 10px; width: 24px; height: 24px; background: #E2E2E2; border-radius: 50%; }
#estimate .fac-item .check::after { content: ''; position: absolute; top: 3px; left: 4px; width: 15px; height: 8px; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .fac-item.is-selected .check { background: #FFFFFF; }
#estimate .fac-item figure { width: 280px; height: 200px; margin: 0 auto; }
#estimate .fac-item figure img { width: 100%; height: 100%; object-fit: cover; }
#estimate .fac-item .label { font-size: 16px; font-weight: bold; color: #000000; letter-spacing: 0.05em; line-height: 24px; text-align: center; margin-top: 14px; padding: 0 10px; }

/* STEP4 シミュレーション結果 */
#estimate .res-top { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom: 86px; }
#estimate .res-copy { width: 420px; padding-top: 45px; }
#estimate .res-copy .fukidashi { position: relative; width: 393px; height: 74px; line-height: 74px; background: #9D4E59; border-radius: 50px; text-align: center; margin-bottom: 40px; }
#estimate .res-copy .fukidashi span { color: #FFFFFF; font-size: 24px; font-weight: bold; letter-spacing: 0.07em; }
#estimate .res-copy .fukidashi::after { content: ''; position: absolute; left: 195px; bottom: -14px; width: 0; height: 0; border-style: solid; border-width: 16px 12px 0 12px; border-color: #9D4E59 transparent transparent transparent; }
#estimate .res-copy .copy { color: #FFFFFF; font-size: 25px; font-weight: bold; letter-spacing: 0.05em; line-height: 41px; }
#estimate .res-copy .note { color: #FFFFFF; font-size: 15px; font-weight: 500; letter-spacing: 0.05em; line-height: 26px; margin-top: 20px; }
#estimate .res-form { width: 640px; }
#estimate .res-form .form-ttl { height: 90px; line-height: 90px; background: #272222; color: #FFFFFF; font-size: 28px; font-weight: bold; letter-spacing: 0.07em; text-align: center; }
#estimate .res-form .form-body { background: #FFFFFF; padding: 30px 20px; min-height: 475px; box-sizing: border-box; }
#estimate .res-sec { margin-bottom: 80px; }
#estimate .res-band { height: 95px; margin: 0 -20px 30px; background: #272222; color: #FFFFFF; font-size: 14px; font-weight: bold; letter-spacing: 0.05em; line-height: 28px; text-align: center; padding-top: 19px; box-sizing: border-box; }
#estimate .res-band span { display: block; }
#estimate .res-box { position: relative; background: #FFFFFF; border: 3px solid #222222; box-sizing: border-box; min-height: 340px; padding: 50px 60px 40px; }
#estimate .res-box .check { position: absolute; top: 12px; left: 10px; width: 24px; height: 24px; background: #FFFFFF; border-radius: 50%; }
#estimate .res-box .check::after { content: ''; position: absolute; top: 3px; left: 4px; width: 15px; height: 8px; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .res-style-inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#estimate .res-style-inner .txt-bx { width: 440px; }
#estimate .res-style-inner .r-ttl { font-size: 40px; font-weight: bold; color: #272222; letter-spacing: 0.05em; }
#estimate .res-style-inner .r-sub { font-size: 20px; font-weight: bold; color: #272222; letter-spacing: 0.07em; line-height: 32px; margin-top: 12px; }
#estimate .res-style-inner figure { width: 420px; height: 240px; }
#estimate .res-style-inner figure img { width: 100%; height: 100%; object-fit: cover; }
#estimate .res-plan-inner { text-align: center; }
#estimate .res-plan-inner .r-ttl { font-size: 32px; font-weight: bold; color: #272222; letter-spacing: 0.07em; margin-bottom: 20px; }
#estimate .res-plan-inner figure img { max-width: 100%; max-height: 220px; width: auto; height: auto; }
#estimate .res-fac-list li { display: inline-block; font-size: 16px; font-weight: bold; color: #272222; letter-spacing: 0.05em; line-height: 30px; margin: 0 24px 10px 0; }
#estimate .res-fac-list li::before { content: '✓'; margin-right: 6px; }
#estimate .res-none { font-size: 18px; font-weight: bold; color: #272222; letter-spacing: 0.05em; }

/* 選びなおすボタン */
#estimate .est-back-btn { position: relative; width: 600px; height: 80px; background: #272222; margin: 20px auto 0; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .est-back-btn span { color: #FFFFFF; font-size: 25px; font-weight: 900; letter-spacing: 0.05em; }
#estimate .est-back-btn::before { content: ''; position: absolute; left: 22px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-width: 8px 12px 8px 0; border-color: transparent #FFFFFF transparent transparent; }

/* 見積りフォーム（MW WP Form） */
#estimate .form-body .est-form-table { width: 100%; }
#estimate .form-body .est-form-table th { width: 145px; font-size: 15px; font-weight: 500; color: #000000; letter-spacing: 0.05em; text-align: left; vertical-align: middle; padding: 9px 0; }
#estimate .form-body .est-form-table th .req { color: #C33; font-size: 12px; display: block; }
#estimate .form-body .est-form-table td { padding: 9px 0; vertical-align: middle; }
#estimate .form-body input[type="text"], #estimate .form-body input[type="email"], #estimate .form-body select, #estimate .form-body textarea { height: 50px; border: 2px solid #D9D9D9; border-radius: 10px; box-sizing: border-box; padding: 0 14px; font-size: 15px; width: 100%; background: #fff; }
#estimate .form-body .est-form-table td input[size="15"] { width: 48%; }
#estimate .form-body .mwform-tel-field input { width: 30% !important; }
#estimate .form-body select { width: 100%; }
#estimate .form-body .mwform-radio-field { margin-right: 20px; }
#estimate .form-body .mwform-radio-field input[type="radio"] { -webkit-appearance: none; appearance: none; width: 27px; height: 27px; border: 2px solid #D9D9D9; border-radius: 50%; box-sizing: border-box; vertical-align: middle; margin-right: 6px; position: relative; background: #fff; cursor: pointer; }
#estimate .form-body .mwform-radio-field input[type="radio"]:checked::after { content: ''; position: absolute; left: 5px; top: 5px; width: 13px; height: 13px; border-radius: 50%; background: #272222; }
#estimate .form-body .mwform-radio-field-text { font-size: 15px; vertical-align: middle; }
#estimate .form-body .priv-text { max-height: 140px; overflow-y: scroll; background: #FFFFFF; border: 1px solid #D9D9D9; padding: 12px 15px; font-size: 12px; line-height: 1.7; margin-top: 18px; }
#estimate .form-body .priv-text .priv-ttl { font-weight: bold; margin-top: 8px; }
#estimate .form-body .priv { text-align: center; margin-top: 12px; font-size: 14px; }
#estimate .form-body .btn-box { margin-top: 20px; text-align: center; }
#estimate .form-body .btn-box button, #estimate .form-body .btn-box input[type="submit"] { display: block; width: 480px; height: 56px; margin: 0 auto 10px; background: #272222; color: #FFFFFF; font-size: 18px; font-weight: bold; letter-spacing: 0.05em; border: none; cursor: pointer; }
#estimate .form-body .btn-box button[name="submitBack"], #estimate .form-body .btn-box .btn-type02 { background: #FFFFFF; color: #272222; border: 2px solid #272222; box-sizing: border-box; }
#estimate .form-body .error { display: block; color: #C33; font-size: 12px; margin-top: 4px; }
#estimate .form-body .mw_wp_form_confirm .priv-text { display: none; }
#estimate .form-body .mw_wp_form_complete { text-align: center; font-size: 16px; line-height: 2; padding: 60px 0; }
}

@media screen and (max-width: 767px), print {
body { background-color: #fff; }
.page-ttl { padding-top: 13vw; }
.page-ttl .page-ttl-txt-inner { line-height: 2.2em; }
.page-ttl .page-ttl-txt-inner .page-ttl-sub { font-size: 2.8em; font-weight: 900; }
.page-ttl .page-ttl-txt-inner .page-ttl-txt { font-size: 0.9em; font-weight: 600; }

#estimate { padding: 3vw 0 20vw; }

/* 結果まで 1/3 */
#estimate .est-count { margin: 0 2.9vw 3vw 0; }
#estimate .est-count p { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; color: #272222; font-weight: bold; }
#estimate .est-count .txt { font-size: 16px; letter-spacing: 0.05em; margin-bottom: 6px; }
#estimate .est-count .num { font-size: 50px; line-height: 1; margin-left: 2vw; }
#estimate .est-count .slash { width: 2px; height: 38px; background: #222222; -webkit-transform: rotate(32deg); transform: rotate(32deg); margin: 0 2.4vw 2px 3.4vw; }
#estimate .est-count .total { font-size: 30px; line-height: 1; margin-bottom: 2px; }

/* ステップナビ */
#estimate .est-nav { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding: 0 2.9vw; margin-bottom: 2.7vw; }
#estimate .est-nav li { width: 45.9vw; margin-bottom: 2.7vw; }
#estimate .est-nav li:nth-child(3), #estimate .est-nav li:nth-child(4) { margin-bottom: 0; }
#estimate .est-nav li .circle { display: none; }
#estimate .est-nav li .box { height: 16.4vw; background: #FFFFFF; border: 2px solid #222222; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; padding-left: 3.4vw; }
#estimate .est-nav li.is-current .box { background: #EFB800; }
#estimate .est-nav li .check { position: relative; width: 4.3vw; height: 4.3vw; background: #E2E2E2; border-radius: 50%; margin-right: 2vw; -webkit-flex-shrink: 0; flex-shrink: 0; }
#estimate .est-nav li .check::after { content: ''; position: absolute; top: 0.5vw; left: 0.7vw; width: 2.7vw; height: 1.4vw; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .est-nav li.is-done .check { background: #EFB800; }
#estimate .est-nav li .label { font-size: 14px; font-weight: bold; color: #272222; letter-spacing: 0.05em; line-height: 1.3; }
#estimate .est-nav li .label .en { display: none; }

/* パネル共通 */
#estimate .est-step { display: none; }
#estimate .est-step.is-active { display: block; }
#estimate .est-panel { width: 100%; background: #A29378; padding: 12vw 0 17vw; box-sizing: border-box; }
#estimate .panel-head { margin-bottom: 8vw; }
#estimate .panel-head .lead { color: #FFFFFF; font-size: 18px; font-weight: 500; letter-spacing: 0.05em; line-height: 30px; text-align: center; }
#estimate .panel-head .next { display: none; }

/* STEP1 スタイル選択 */
#estimate .style-list li { background: #FFFFFF; width: 91.8vw; margin: 0 auto 6vw; padding: 7vw 4.8vw 6.2vw; box-sizing: border-box; }
#estimate .style-list li:last-child { margin-bottom: 0; }
#estimate .style-list li.is-selected { background: #EFB800; }
#estimate .style-list li .type-ttl { color: #272222; font-weight: bold; line-height: 1; }
#estimate .style-list li .type-ttl .en { font-size: 20.3vw; letter-spacing: 0.05em; }
#estimate .style-list li .type-ttl .en.happiness { font-size: 12vw; letter-spacing: 0; }
#estimate .style-list li .type-ttl .type { font-size: 8.7vw; letter-spacing: 0.05em; }
#estimate .style-list li figure { width: 82.1vw; height: 62.8vw; margin: 1.5vw auto 0; }
#estimate .style-list li figure img { width: 100%; height: 100%; object-fit: cover; }
#estimate .style-list li .txt-bx h3 { font-size: 22px; font-weight: bold; color: #272222; letter-spacing: 0.07em; line-height: 34px; margin-top: 5vw; }
#estimate .style-list li .txt-bx .txt { font-size: 16px; color: #000000; letter-spacing: 0.07em; line-height: 30px; margin-top: 3vw; }
#estimate .style-list li .select-btn { width: 58vw; height: 14.5vw; line-height: 13.5vw; background: #FFFFFF; border: 2px solid #BCBCBC; box-sizing: border-box; margin: 6vw auto 0; text-align: center; }
#estimate .style-list li .select-btn span { font-size: 17px; font-weight: bold; color: #000000; letter-spacing: 0.07em; }
#estimate .style-list li.is-selected .select-btn { background: #DBDBDB; }

/* NEXTボタン */
#estimate .est-next-btn { position: relative; width: 91.8vw; height: 17.9vw; background: #272222; margin: 12vw auto 0; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .est-next-btn span { color: #FFFFFF; font-size: 23px; font-weight: 900; letter-spacing: 0.05em; }
#estimate .est-next-btn::after { content: ''; position: absolute; right: 4.3vw; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-width: 1.7vw 0 1.7vw 2.4vw; border-color: transparent transparent transparent #FFFFFF; }

/* STEP2 間取り選択 */
#estimate .plan-group { display: none; }
#estimate .plan-group.is-active { display: block; }
#estimate .plan-head .lead-big { color: #FFFFFF; font-size: 26px; font-weight: 900; letter-spacing: 0.05em; line-height: 40px; text-align: center; }
#estimate .plan-head .lead-sub { color: #FFFFFF; font-size: 18px; font-weight: bold; letter-spacing: 0.05em; line-height: 30px; text-align: center; margin-top: 5vw; }
#estimate .k-tabs { padding: 0 4.3vw; margin-bottom: 7vw; }
#estimate .k-tab { margin-bottom: 6vw; cursor: pointer; }
#estimate .k-tab:last-child { margin-bottom: 0; }
#estimate .k-tab .tab-box { height: 21.7vw; line-height: 20vw; background: #FFFFFF; border: 4px solid #222222; box-sizing: border-box; font-size: 21px; font-weight: bold; color: #272222; letter-spacing: 0.07em; text-align: center; }
#estimate .k-tab .tab-label { color: #FFFFFF; font-size: 18px; font-weight: bold; letter-spacing: 0.07em; text-align: center; margin-top: 2.7vw; }
#estimate .k-tab .tab-tri { display: block; width: 0; height: 0; margin: 2vw auto 0; border-style: solid; border-width: 3.9vw 3.6vw 0 3.6vw; border-color: #272222 transparent transparent transparent; }
#estimate .plan-list { display: none; }
#estimate .plan-list.is-active { display: block; }
#estimate .plan-list li { position: relative; width: 91.8vw; background: #FFFFFF; box-sizing: border-box; padding: 3.6vw 4.8vw 6vw; margin: 0 auto 6vw; cursor: pointer; }
#estimate .plan-list li:last-child { margin-bottom: 0; }
#estimate .plan-list li.is-selected { background: #EFB800; }
#estimate .plan-list li .check { position: absolute; top: 3.6vw; left: 3.6vw; width: 5.8vw; height: 5.8vw; background: #E2E2E2; border-radius: 50%; }
#estimate .plan-list li .check::after { content: ''; position: absolute; top: 0.8vw; left: 1vw; width: 3.6vw; height: 1.9vw; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .plan-list li .desc { font-size: 16px; color: #000000; letter-spacing: 0.07em; line-height: 30px; margin-top: 8.7vw; }
#estimate .plan-list li figure { height: 32.9vw; margin-top: 3.6vw; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .plan-list li figure img { max-width: 100%; max-height: 32.9vw; width: auto; height: auto; }
#estimate .plan-list li .zoom-btn { position: relative; width: 29.7vw; height: 8.5vw; line-height: 7.7vw; background: #FFFFFF; border: 2px solid #222222; box-sizing: border-box; font-size: 14px; font-weight: bold; color: #272222; letter-spacing: 0.07em; text-align: center; padding-right: 3.4vw; margin: 3.9vw auto 0; }
#estimate .plan-list li .zoom-btn .plus { position: absolute; right: 1.9vw; top: 50%; width: 4.8vw; height: 4.8vw; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#estimate .plan-list li .zoom-btn .plus::before { content: ''; position: absolute; left: 0; top: 50%; width: 4.8vw; height: 1px; background: #222222; }
#estimate .plan-list li .zoom-btn .plus::after { content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 4.8vw; background: #222222; }
#estimate .plan-list li .size { font-size: 28px; font-weight: bold; color: #272222; letter-spacing: 0.07em; text-align: center; margin-top: 4.3vw; }
#estimate .plan-list li .select-btn { width: 58vw; height: 14.5vw; line-height: 13.5vw; background: #FFFFFF; border: 2px solid #BCBCBC; box-sizing: border-box; margin: 4.3vw auto 0; text-align: center; }
#estimate .plan-list li .select-btn span { font-size: 17px; font-weight: bold; color: #000000; letter-spacing: 0.07em; }
#estimate .plan-list li.is-selected .select-btn { background: #DBDBDB; }

/* STEP3 設備選択 */
#estimate .fac-head .lead { color: #FFFFFF; font-size: 22px; font-weight: 500; letter-spacing: 0.05em; line-height: 35px; text-align: center; }
#estimate .fac-head .note { color: #FFFFFF; font-size: 14px; font-weight: 500; letter-spacing: 0.05em; line-height: 22px; text-align: center; margin-top: 3vw; }
#estimate .fac-cat { margin-bottom: 7vw; }
#estimate .fac-cat .cat-ttl { position: relative; width: 91.8vw; height: 12vw; line-height: 12vw; margin: 0 auto 3.6vw; background: #272222; color: #FFFFFF; font-size: 22px; font-weight: 500; letter-spacing: 0.05em; padding-left: 7.7vw; box-sizing: border-box; }
#estimate .fac-cat .cat-ttl::before { content: ''; position: absolute; left: 3.6vw; top: 1.5vw; width: 2px; height: 9vw; background: #FFFFFF; }
#estimate .fac-list { width: 91.8vw; margin: 0 auto; }
#estimate .fac-item { position: relative; height: 39.6vw; background: #FFFFFF; box-sizing: border-box; padding: 5.3vw 0 0 11.6vw; margin-bottom: 3.6vw; cursor: pointer; }
#estimate .fac-item:last-child { margin-bottom: 0; }
#estimate .fac-item.is-selected { background: #EFB800; }
#estimate .fac-item .check { position: absolute; top: 2.4vw; left: 2.4vw; width: 5.8vw; height: 5.8vw; background: #E2E2E2; border-radius: 50%; }
#estimate .fac-item .check::after { content: ''; position: absolute; top: 0.8vw; left: 1vw; width: 3.6vw; height: 1.9vw; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .fac-item.is-selected .check { background: #FFFFFF; }
#estimate .fac-item figure { float: left; width: 35.3vw; height: 29vw; }
#estimate .fac-item figure img { width: 100%; height: 100%; object-fit: cover; }
#estimate .fac-item .label { overflow: hidden; font-size: 15px; font-weight: bold; color: #000000; letter-spacing: 0.05em; line-height: 28px; padding: 5vw 2vw 0 3.9vw; }

/* STEP4 シミュレーション結果 */
#estimate .res-top { margin-bottom: 10vw; }
#estimate .res-copy { padding: 0 4.3vw; }
#estimate .res-copy .fukidashi { position: relative; width: 91.8vw; height: 13.5vw; line-height: 13.5vw; background: #9D4E59; border-radius: 50px; text-align: center; margin: 0 auto 8vw; }
#estimate .res-copy .fukidashi span { color: #FFFFFF; font-size: 22px; font-weight: bold; letter-spacing: 0.07em; }
#estimate .res-copy .fukidashi::after { content: ''; position: absolute; left: 47.8vw; bottom: -3vw; width: 0; height: 0; border-style: solid; border-width: 3.4vw 2.7vw 0 2.7vw; border-color: #9D4E59 transparent transparent transparent; }
#estimate .res-copy .copy { color: #FFFFFF; font-size: 25px; font-weight: bold; letter-spacing: 0.05em; line-height: 41px; text-align: center; }
#estimate .res-copy .note { width: 82.1vw; color: #FFFFFF; font-size: 15px; font-weight: 500; letter-spacing: 0.05em; line-height: 26px; margin: 4vw auto 0; }
#estimate .res-form { width: 91.8vw; margin: 8vw auto 0; }
#estimate .res-form .form-ttl { background: #272222; color: #FFFFFF; font-size: 22px; font-weight: bold; letter-spacing: 0.07em; line-height: 31px; text-align: center; padding: 3.4vw 0; }
#estimate .res-form .form-body { background: #FFFFFF; padding: 4.8vw; box-sizing: border-box; }
#estimate .res-sec { margin-bottom: 10vw; }
#estimate .res-band { width: 91.8vw; margin: 0 auto 4.8vw; background: #272222; color: #FFFFFF; font-size: 19px; font-weight: bold; letter-spacing: 0.05em; line-height: 34px; text-align: center; padding: 4.3vw 0; }
#estimate .res-band span { display: block; }
#estimate .res-box { position: relative; width: 91.8vw; margin: 0 auto; background: #FFFFFF; border: 2px solid #222222; box-sizing: border-box; min-height: 60vw; padding: 12vw 4.8vw 6vw; }
#estimate .res-box .check { position: absolute; top: 3.6vw; left: 3.6vw; width: 5.8vw; height: 5.8vw; background: #E2E2E2; border-radius: 50%; }
#estimate .res-box .check::after { content: ''; position: absolute; top: 0.8vw; left: 1vw; width: 3.6vw; height: 1.9vw; border-left: 2px solid #222222; border-bottom: 2px solid #222222; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#estimate .res-style-inner .txt-bx { text-align: center; }
#estimate .res-style-inner .r-ttl { font-size: 32px; font-weight: bold; color: #272222; letter-spacing: 0.05em; }
#estimate .res-style-inner .r-sub { font-size: 18px; font-weight: bold; color: #272222; letter-spacing: 0.07em; line-height: 30px; margin-top: 2vw; }
#estimate .res-style-inner figure { width: 100%; height: 48vw; margin-top: 4vw; }
#estimate .res-style-inner figure img { width: 100%; height: 100%; object-fit: cover; }
#estimate .res-plan-inner { text-align: center; }
#estimate .res-plan-inner .r-ttl { font-size: 26px; font-weight: bold; color: #272222; letter-spacing: 0.07em; margin-bottom: 4vw; }
#estimate .res-plan-inner figure img { max-width: 100%; max-height: 50vw; width: auto; height: auto; }
#estimate .res-fac-list li { font-size: 16px; font-weight: bold; color: #272222; letter-spacing: 0.05em; line-height: 30px; margin-bottom: 1.5vw; }
#estimate .res-fac-list li::before { content: '✓'; margin-right: 1.5vw; }
#estimate .res-none { font-size: 17px; font-weight: bold; color: #272222; letter-spacing: 0.05em; }

/* 選びなおすボタン */
#estimate .est-back-btn { position: relative; width: 91.8vw; height: 17.9vw; background: #272222; margin: 0 auto; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
#estimate .est-back-btn span { color: #FFFFFF; font-size: 23px; font-weight: 900; letter-spacing: 0.05em; }
#estimate .est-back-btn::before { content: ''; position: absolute; left: 4.3vw; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-width: 1.7vw 2.4vw 1.7vw 0; border-color: transparent #FFFFFF transparent transparent; }

/* 見積りフォーム（MW WP Form） */
#estimate .form-body .est-form-table { width: 100%; }
#estimate .form-body .est-form-table, #estimate .form-body .est-form-table tbody, #estimate .form-body .est-form-table tr, #estimate .form-body .est-form-table th, #estimate .form-body .est-form-table td { display: block; }
#estimate .form-body .est-form-table th { font-size: 15px; font-weight: 500; color: #000000; letter-spacing: 0.05em; text-align: left; padding: 3vw 0 1.5vw; }
#estimate .form-body .est-form-table th .req { color: #C33; font-size: 12px; margin-left: 2vw; }
#estimate .form-body .est-form-table td { padding: 0; }
#estimate .form-body input[type="text"], #estimate .form-body input[type="email"], #estimate .form-body select, #estimate .form-body textarea { height: 12vw; border: 2px solid #D9D9D9; border-radius: 10px; box-sizing: border-box; padding: 0 3vw; font-size: 16px; width: 100%; background: #fff; }
#estimate .form-body .est-form-table td input[size="15"] { width: 48%; }
#estimate .form-body .mwform-tel-field input { width: 30% !important; }
#estimate .form-body .mwform-radio-field { margin-right: 4vw; }
#estimate .form-body .mwform-radio-field input[type="radio"] { -webkit-appearance: none; appearance: none; width: 6.5vw; height: 6.5vw; border: 2px solid #D9D9D9; border-radius: 50%; box-sizing: border-box; vertical-align: middle; margin-right: 1.5vw; position: relative; background: #fff; cursor: pointer; }
#estimate .form-body .mwform-radio-field input[type="radio"]:checked::after { content: ''; position: absolute; left: 1.2vw; top: 1.2vw; width: 3.1vw; height: 3.1vw; border-radius: 50%; background: #272222; }
#estimate .form-body .mwform-radio-field-text { font-size: 15px; vertical-align: middle; }
#estimate .form-body .priv-text { max-height: 35vw; overflow-y: scroll; background: #FFFFFF; border: 1px solid #D9D9D9; padding: 3vw; font-size: 12px; line-height: 1.7; margin-top: 4vw; }
#estimate .form-body .priv-text .priv-ttl { font-weight: bold; margin-top: 2vw; }
#estimate .form-body .priv { text-align: center; margin-top: 3vw; font-size: 13px; }
#estimate .form-body .btn-box { margin-top: 5vw; text-align: center; }
#estimate .form-body .btn-box button, #estimate .form-body .btn-box input[type="submit"] { display: block; width: 100%; height: 13.5vw; margin: 0 auto 2.4vw; background: #272222; color: #FFFFFF; font-size: 16px; font-weight: bold; letter-spacing: 0.05em; border: none; cursor: pointer; }
#estimate .form-body .btn-box button[name="submitBack"], #estimate .form-body .btn-box .btn-type02 { background: #FFFFFF; color: #272222; border: 2px solid #272222; box-sizing: border-box; }
#estimate .form-body .error { display: block; color: #C33; font-size: 12px; margin-top: 1vw; }
#estimate .form-body .mw_wp_form_confirm .priv-text { display: none; }
#estimate .form-body .mw_wp_form_complete { text-align: center; font-size: 15px; line-height: 2; padding: 10vw 0; }
}

/* 間取り拡大ポップアップ */
.estimate-mfp .mfp-img { background: #FFFFFF; }
@media screen and (min-width:768px) {
.estimate-mfp .mfp-img { padding: 45px 55px; }
.estimate-mfp .mfp-figure::after { display: none; }
}
@media screen and (max-width: 767px), print {
.estimate-mfp .mfp-img { padding: 5vw; }
.estimate-mfp .mfp-figure::after { display: none; }
}
