@charset "utf-8";

#contents_outer {
    background: #fff!important;
}
#path,
.h1_section {
    display: none;
}
#contents {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
}
.main * {
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color      : #333;
}
button {
    cursor: pointer;
    border: none;
}
button:disabled {
    cursor: auto;
    opacity: .5
}
:root {
    --main-color: #BEAF87;
}

#contents_outer #contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}

/*-------------------------------------------------------------------------
FORM
-------------------------------------------------------------------------*/

::placeholder {
    color: #ccc;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select {
    height: 34px;
    border: 1px solid #bbb;
    border-radius: 4px;
}
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
select:disabled {
    opacity: .5;
}
input[type="text"],
input[type="tel"],
input[type="email"]{
    width: 480px;
    padding: 0 10px;
}
input[type="radio"]{
    width: 17px;
    height: 17px;
}
select {
    appearance: none;
    background: url("/images/satei/img_select_arw.png") no-repeat right 10px center;
    padding: 0 30px 0 10px;
}
select.is-empty {
    color: #ccc;
}
.request-contents textarea {
    width: 690px;
    height: 134px;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 10px;
}

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.main {
    margin-top: 70px;
}
.mv {
    height: 450px;
    background: url("/images/satei/bg_mv.png") no-repeat center;
}
    .mv-inner {
        width: 1080px;
        height: inherit;
        margin: auto;
        position: relative;
    }
        .mv-catch {
            position: absolute;
            top     : 45px;
            right   : 0;
        }
        .mv-card {
            position: absolute;
            left    : 0;
            bottom  : 87px;
        }
        .mv-card:after {
            content: url("/images/satei/img_mv_staff.png");
            position: absolute;
            bottom  : -86px;
            right   : -27px;
        }
            .mv-text {
                width: 431px;
                background-color: #fff;
                clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
                padding: 27px 30px 31px 50px;
                font-size  : 18px;
                font-weight: 700;
                line-height: 1.66;
                text-align: left;
            }
            .mv-text:before {
                content: "";
                width: 30px;
                height: 30px;
                background-color: var(--main-color);
                clip-path: polygon(0 0, 100% 0, 100% 100%);
                position: absolute;
                bottom  : 0;
                left    : 0;
            }
        .mv-list {
            display: flex;
            gap    : 10px;
            position: absolute;
            right   : 94px;
            bottom  : 20px;
        }
            .mv-items {
                width: 100px;
                height: 100px;
                background-color: #fff;
                padding: 13px 0 0;
                display       : flex;
                gap           : 7px;
                align-items   : center;
                flex-direction: column;
                font-weight: 700;
            }

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.satei {
    width: 950px;
    margin: auto;
    padding: 100px 0;
}
    .satei-ttl {
        margin: 0 0 63px;
        text-align: center;
    }

/* #
--------------------------- */
.flow {
    margin: 0 0 53px;
    display: flex;
    gap    : 18px;
}
    .flow-items {
        flex: 1;
        height: 90px;
        background-color: #E2E1E0;
        border-radius: 8px;
        display        : flex;
        align-items    : center;
        justify-content: center;
        position: relative;
        font-size: 18px;
        color    : #fff;
        line-height: 1.5;
        text-align: center;
        text-transform: capitalize;
    }
    .flow-items.is-complate { background-color: #676767;}
    .flow-items.is-active   { background-color: #3E3E3E;}

    .flow-items:not(:last-child):after {
        content: "";
        width: 13px;
        height: 33px;
        background-color: inherit;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        top     : 0;
        bottom  : 0;
        right: -13px;
        margin: auto;
    }

/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.form-ttl {
    margin: 0 0 18px;
    font-size  : 28px;
    font-weight: 500;
    text-align: center;
}
.form-list {
    border-top: 1px solid var(--main-color);
    display: flex;
}
.form-list:last-of-type {
    border-bottom: 1px solid var(--main-color);
}
    .form-sub-ttl {
        width: 220px;
        background-color: #F1EEE6;
        display        : flex;
        justify-content: space-between;
        padding: 20px;
    }
        .form-type {
            width: 48px;
            height: 24px;
            border-radius: 2px;
            display        : flex;
            align-items    : center;
            justify-content: center;
            font-size: 14px;
            color    : #fff;
        }
        .form-type.is-required { background-color: #DC4E58;}
        .form-type.is-optional { background-color: #7BC7DB;}

    .form-contents {
        flex: 1;
        padding: 20px;
    }
.form-foot {
    margin: 40px 0 0;
}
    .form-confirm-text {
        margin: 0 0 20px;
        font-size: 14px;
        text-align: center;
    }
        .form-confirm-text a {
            font-size: inherit;
            color    : #146592;
            text-decoration: underline;
        }
    .form-confirm {
        display        : flex;
        gap            : 40px;
        justify-content: space-between;
    }

/* #
--------------------------- */
.check-list {
    display: flex;
    gap    : 40px;
}
.check-list.is-check-narrow {
    gap: 10px;
}
    .check-list label {
        display: flex;
        gap    : 5px;
    }

/* #
--------------------------- */
.address > * + * {
    margin: 10px 0 0;
}
.gray-out {
    position: relative;
}
.gray-out::after {
    content: '';
    width: 720px;
    height: 230px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    top: 33px;
    left: -10px;
}
.gray-out.is-active::after {
    content: none;
}
    .address-list {
        display: flex;
        align-items: center;
    }
    .address-list-first {
        margin-top: 20px;
    }
        .address-ttl {
            min-width: 130px;
        }
        .address-num {
            display: flex;
            gap    : 10px;
        }
.address-num input[type="text"]{
    width: 120px;
}
.address-num button {
    width: 96px;
    height: 34px;
    background-color: var(--main-color);
    border-radius: 4px;
    color: #fff;
}
.address select {
    width: 226px;
}

/* BUTTON
--------------------------- */
.form-btn {
    background-color: var(--main-color);
    border-radius: 50px;
    height: 70px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-size  : 20px;
    font-weight: 500;
    color      : #fff;
    cursor: pointer;
}
.form-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.form-btn-next {
    width: 545px;
    margin: auto;
    border: none;
}
.form-btn-fix {
    width: 385px;
    background-color: #B7B7B7;
}
.form-btn-confirm {
    flex: 1;
}

/* 面積
--------------------------- */
.floor {
    display    : flex;
    gap        : 40px;
    align-items: flex-end;
}
    .floor-inner {
        display    : flex;
        gap        : 10px;
        align-items: flex-end;
    }
    .floor input[type="text"]{
        width: 150px;
    }

/* 確認画面
--------------------------- */

.customer-ttl {
    margin-top: 70px;
}
.location {
    padding: 4px 1px;
    display: flex;
    flex-wrap: wrap;
}
.location-item {
    width: 100%;
    display: flex;
    margin-bottom: 11px;
}
.location dt {
    width: 127px;
}
.location .location_last-dd {
    margin-bottom: 0;
}
.send-btn {
    margin-top: 40px;
}

/* 送信完了画面
--------------------------- */

.send-ttl {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
}
.send-text {
    line-height: 1.5;
    margin-bottom: 60px;
}
.form-btn-top {
    width: 530px;
    margin: 0 auto;
}
.form-btn-top a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}


.float-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BEAF88;
    width: 100%;
    height: 116px;
    position: fixed;
    bottom: 0;
    left: auto;
    z-index: 1000;
}
.float-text {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-right: 58px;
}
.float-info {
    background: #fff;
    width: 528px;
    height: 76px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 74px;
}
.float-tel {
    font-size: 38px;
    font-weight: bold;
    color: #BEAF88;
    margin-right: 20px;
    position: relative;
}
.float-tel::before {
    content: '';
    background: url(/images/satei/icn_tel.png);
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: -45px;
}
.float-eigyotime {
    font-size: 14px;
    color: #BEAF88;
    font-weight: 500;
}
.top_btn {
    bottom: 150px;
}
.l-footer .footer__text {
    padding-bottom: 130px;
}