@charset "UTF-8";

/* アバターアイコン
------------------------------------------------------------ */
.concierge_avatar {
    display: none!important;
}

/* 共通
------------------------------------------------------------ */
a{
    outline:none;
    color:#333;
    text-decoration:none;
}
.wrap950{
    width:950px;
    margin:0 auto;
}
.br{
    display:block;
}
/* メインビジュアル
------------------------------------------------------------ */
.kv{
    min-height:633px;
    background:url(images/kv_bg.png) no-repeat center top;
    background-size:100% auto;
    line-height:0;
}

.kv_ttl{
    text-align:center;
    padding:15px 0;
    margin:0 auto;
}

.kv .location_form{
    margin:180px auto 0;
}

/* カルーセル ---------- */
.carousel_area{
    background:#68cbfa;
    padding:0.75em 0 1em;
    min-height:165px;
    overflow:hidden;
    position:relative;
}
.carousel_area .slick-track{
    display: flex;
    gap: 20px;
    margin: auto;
}
.ico_osusume{
    margin:0 20px 10px 0;
    text-align:right;
}
.carouselItem{
    padding:15px 0;
    background:#fff;
    border-radius:10px;
    width:165px;
}
.carouselItem img{
    margin:0 auto;
}

/* 3つのお得
------------------------------------------------------------ */
.otoku_box{
    text-align:center;
    padding:40px 0 93px;
    font-family:'Noto Sans JP', sans-serif;
}

.otoku_ttl{
    text-align:center;
    margin-bottom:50px;
}

.otoku_cont{
    background-image:url(images/otoku_boardHead.png),url(images/otoku_boardBtm.png),url(images/otoku_boardBody.png);
    background-repeat:no-repeat,no-repeat,repeat-y;
    background-position:center top,center bottom,center center;
    width:306px;
    margin-right:5px;
    padding:75px 0 70px;
    min-height:320px;
}
.otoku_cont:last-child{
    margin-right:0;
}
.otoku_contWrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
}
.otoku_contTtl{
    margin-bottom:10px;
    min-height:135px;
    letter-spacing:-0.05em;
    font-size:1.6em;
    text-align:center;
    color:#fb8506;
}
.otoku_contTtl small{
    font-size:0.85em;
}
.otoku_contTtl .otoku_contTtl_number{
    font-size:1.6em;
}
.otoku_contTtl .marker{
    padding:0 10px;
    font-weight:bold;
    background:linear-gradient(transparent 60%, #ffff00 60%);
}
.otoku_txt{
    font-size:1em;
    line-height:1.6;
    margin:0 30px;
}
.bg_area{
    background-color:#fcf6ec;
    background-image:url(images/bg_areaBtm.png);
    background-size:100% auto;
    background-repeat:no-repeat;
    background-position:center bottom;
}

/* ページ内リンクボタン
-------------------------------------------------------------*/
a[href="#location_form"]{
    position:relative;
    display:block;
    width:740px;
    height:102px;
    border-radius:55px;
    line-height:105px;
    margin:40px auto 70px;
    color:#fff;
    font-size:36px;
    letter-spacing:0.1em;
    text-align:center;
    background:#00e05f;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(49%, #ec4045), color-stop(50%, #e20008));
    background-image:-webkit-linear-gradient(top, #ec4045 49%, #e20008 50%);
    background-image:-o-linear-gradient(top, #ec4045 49%, #e20008 50%);
    background-image:linear-gradient(180deg, #ec4045 49%, #e20008 50%);
    border:4px solid #c40f15;
    -webkit-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    transition-duration:0.3s;
    outline:none;
    text-decoration:none;
    position:relative;
    -webkit-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}

a[href="#location_form"]:hover{
    -webkit-transform:translateY(10px);
    -ms-transform:translateY(10px);
    transform:translateY(10px);
}

a[href="#location_form"] span:before{
    content:"";
    width:75px;
    height:79px;
    background:url(images/btn_ico.png) no-repeat center center;
    background-size:100% auto;
    display:inline-block;
    position:absolute;
    left:-51px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

a[href="#location_form"]:after{
    content:"";
    width:35px;
    height:35px;
    background:url(images/btn_arrImg.png) no-repeat center center;
    background-size:100% auto;
    display:inline-block;
    position:absolute;
    right:5%;
    top:50%;
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    transform:translateY(-10px);
}

a[href="#location_form"]:before{
    content:"";
    width:140px;
    height:120px;
    background:url(images/btn_fdImg.png) no-repeat center center;
    background-size:100% auto;
    display:inline-block;
    position:absolute;
    left:0%;
    top:-51px;
}

a[href="#location_form"] span{
    font-size:54px;
    font-weight:bold;
    display:inline-block;
    position:relative;
    padding-left:38px;
}

/* フォームのカスタマイズ
-------------------------------------------------------------*/
.form_box p.txt{
    color:#e60012;
}
.form_box .btn_confirm{
    position:relative;
    width:552px;
    margin:47px auto 30px;
    padding:0;
    overflow:hidden;
    -webkit-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}

.form_box .btn_confirm input,
.form_box .btn_confirm input.comparison{
    width:552px;
    height:90px;
    display:block;
    margin:0 auto;
    border:0;
    background-size:100% auto;
    text-indent:-9999px;
    cursor:pointer;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.form_box .btn_confirm input{
    background:url(images/btn_send.png) 0 bottom no-repeat;
}
.form_box .btn_confirm input.comparison{
    background:url(images/btn_send_comparison.png) 0 bottom no-repeat;
}
.form_box .btn_confirm:hover{
    -webkit-transform:translateY(10px);
    -ms-transform:translateY(10px);
    transform:translateY(10px);
}

.form_box .btn_confirm input:hover{
    background-position:0 bottom;
}

.form_box .btn_confirm::before{
    content:"";
    position:absolute;
    right:6%;
    top:12px;
    bottom:0;
    margin:auto;
    display:block;
    width:30px;
    height:36px;
    background:url(images/arw_send.png) center center no-repeat;
    background-size:100% auto;
    -webkit-animation:arw 1.5s infinite;
    animation:arw 1.5s infinite;
    -webkit-transition:top .4s ease;
    -o-transition:top .4s ease;
    transition:top .4s ease;
}

.form_box .btn_confirm::after{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:30%;
    height:1000%;
    background:rgba(255, 255, 255, 0.5);
    -webkit-transform:rotate(15deg) translate(-350px, -50%);
    -ms-transform:rotate(15deg) translate(-350px, -50%);
    transform:rotate(15deg) translate(-350px, -50%);
    content:"";
    -webkit-animation:flash_frame 3s ease-out infinite;
    animation:flash_frame 3s ease-out infinite;
    z-index:10;
}

.form_box .btn_confirm:hover:before{
    top:10px;
}

/*-----------------------------------------------------------
    アニメーション
-------------------------------------------------------------*/
@-webkit-keyframes arw{
    0%, 100%{
        right:6%;
    }
    50%{
        right:9%;
    }
}

@keyframes arw{
    0%, 100%{
        right:6%;
    }
    50%{
        right:9%;
    }
}

@-webkit-keyframes flash_frame{
    0%{
        -webkit-transform:rotate(15deg) translate(-320px, -50%);
        transform:rotate(15deg) translate(-320px, -50%);
    }
    80%{
        -webkit-transform:rotate(15deg) translate(-320px, -50%);
        transform:rotate(15deg) translate(-320px, -50%);
    }
    100%{
        -webkit-transform:rotate(15deg) translate(780px, -50%);
        transform:rotate(15deg) translate(780px, -50%);
    }
}

@keyframes flash_frame{
    0%{
        -webkit-transform:rotate(15deg) translate(-320px, -50%);
        transform:rotate(15deg) translate(-320px, -50%);
    }
    80%{
        -webkit-transform:rotate(15deg) translate(-320px, -50%);
        transform:rotate(15deg) translate(-320px, -50%);
    }
    100%{
        -webkit-transform:rotate(15deg) translate(780px, -50%);
        transform:rotate(15deg) translate(780px, -50%);
    }
}