@charset "utf-8";

@media screen and (max-width: 800px) {
    #header:before {
        height: 75vw;
    }

    @keyframes hy {
        0% {
            transform: rotate(0);
        }

        50% {
            transform: rotate(0);
            width: 72%;
            height: 77vw;
        }

        50% {
            transform: rotate(0);
            width: 72%;
            height: 77vw;
        }

        100% {
            width: 75%;
        }
    }


}

/* ==========================================================================
	main
========================================================================== */
#main {
    position: relative;
    margin-top: 120px;
    z-index: 50;
}

#main .fadein {
    margin-left: 7.14vw;
    opacity: 0;
    transform: translateX(50px);
    transition: .4s;
}

#main .fadein.move {
    opacity: 100;
    transform: translateX(0px);
}

#main .fadein img {

    display: inline-block;
    width: 348px;
    margin-right: 60px;
    vertical-align: middle;

}

#main .fadein span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}


#main .kv {
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
    width: 57.4vw;
    min-width: 800px;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 8.5vw;
}

#main .kv.move {
    opacity: 100;
    transform: translateY(0px);
}


.main_txt {
    position: relative;
    width: 57.14vw;
    background: #fff;
    padding: 7.14vw;
    box-sizing: border-box;
    margin-top: 17.14vw;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
    z-index: 10;
}

.main_txt.move {
    opacity: 100;
    transform: translateY(0px);
}

.main_txt h3 {
    font-size: 36px;
    line-height: 64px;
    font-weight: bold;
}

.main_txt p {
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    margin: 45px 0;
}

.main_txt a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: #fff;
    color: #252525;
    text-align: center;
    border: 3px solid #000000;
    font-size: 15px;
    font-weight: bold;
}

.main_txt a:before {

    content: "";
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon.png);
    background-size: cover;
    transition: .3s;
}

.main_txt a:hover {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #065f8e;
}


.main_txt a:hover:before {
    right: 25px;
}


.thanks_tit {


    font-size: 34px;
    font-weight: bold;
    color: #065f8e;
    line-height: 1.5;
    text-align: center;
    margin: 10vw 0 5vw;
}


.thanks_txt {

    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

#main .link_btn {
    width: 300px;
    margin: 60px auto 7.14vw;

}

#main .link_btn:before {
    display: none;
}

@media screen and (max-width: 1400px) {

    .main_txt {
        margin-top: 240px;
    }
}

@media screen and (max-width: 800px) {
    #main {
        margin-top: 55px;
        padding-bottom: 22.5vw;
    }

    #main.conf {
        padding-bottom: 5vw;
    }

    #main .fadein {
        margin-left: 4.65vw;
    }


    #main .fadein img {
        width: 217px;
        margin-right: 30px;
    }

    #main .fadein span {
        font-size: 12px;
    }


    #main .kv {
        width: 100%;
        min-width: 100px;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 17.5vw;
    }

    .main_txt {
        width: 100%;
        padding: 15vw 10vw 0;
        margin-top: 0;
    }

    .main_txt h3 {
        text-align: center;
        font-size: 20px;
        line-height: 38px;
    }

    .main_txt p {
        font-size: 14px;
        line-height: 33px;
        font-weight: bold;
        margin: 25px 0 35px;
    }

    .main_txt a {
        height: 60px;
        border: 2px solid #000000;
    }

    .main_txt a:before {
        width: 15px;
        height: 9px;
        background-image: url(../image/common/link_icon_sp02.png);
        right: 20px;
    }

    .main_txt a:hover:before {
        right: 20px;
    }

    .thanks_tit {


        font-size: 24px;
        margin: 50px 0 5vw;
    }


    .thanks_txt {

        font-size: 14px;
        line-height: 28px;
    }

    #main .link_btn {
        width: 300px;
        margin: 40px auto 0;

    }

}



/* ==========================================================================
	img_area
========================================================================== */
.form_wrap {
    position: relative;
    width: calc(100% - 7.14vw);
    background: #f1f0e9;
    padding: 8.57vw 7.14vw 6.78vw 7.14vw;
    box-sizing: border-box;
    border-radius: 0 60px 60px 0;
    margin-top: 6.42vw;
    margin-bottom: 8.57vw;
    z-index: 10;
}

.form_wrap.conf {
    margin-top: 10vw;
}

.form_wrap h2 {
    display: block;
    position: absolute;
    left: 7.14vw;
    top: -31px;
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    text-shadow:
        1px 1px 0px #242424,
        -1px 1px 0px #242424,
        1px -1px 0px #242424,
        -1px -1px 0px #242424,
        1px 0px 0px #242424,
        0px 1px 0px #242424,
        -1px 0px 0px #242424,
        0px -1px 0px #242424;
}

.form_wrap .sub_txt {
    display: block;
    position: absolute;
    left: calc(7.14vw + 500px);
    font-size: 15px;
    font-weight: bold;
    top: -9px;

}

.form_wrap .form {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_wrap li {
    width: 48.18%;
    margin-bottom: 60px;

}

.form_wrap li .text_area {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.form_wrap li .text_area label {
    font-size: 18px;
    font-weight: bold;

}

.form_wrap li:last-child {
    width: 100%;
}

.form_wrap li .form-item {
    width: 100%;
    height: 100px;
    padding: 0 30px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
}

.conf li .form-item {

    padding: 40px 30px;
}


.form_wrap li textarea.form-item {
    height: 400px;
    padding-top: 40px;
}


input::placeholder,
textarea::placeholder {
    color: #c0c0c0;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
    color: #c0c0c0;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-textarea-placeholder {
    color: #c0c0c0;
}



.mailtxt {
    display: inline-block;
    width: calc(100% - 414px);
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    vertical-align: middle;
}

.form_wrap .form-submit {
    display: inline-block;
    width: 340px;
    height: 80px;
    background: #fff;
    border-radius: 3px;
    border: 3px solid #000;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 70px;
    color: #000;
    transition: .4s;
    background: url(../image/contact/submit_bg.png) #fff;
    background-size: cover;
}

.form-foot .form-submit {
    margin-left: 0;
}

.form_wrap .form-submit:hover {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #065f8e;
    transition: .4s
}

.form_wrap .form-cancel {
    display: inline-block;
    width: 340px;
    height: 80px;
    background: #fff;
    border-radius: 3px;
    border: 3px solid #252525;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff;
    transition: .4s;
    background: url(../image/contact/cancel_bg_w.png) #252525;
    background-size: cover;
}

.form_wrap .form-cancel:hover {
    border-color: #fff;
    transition: .4s
}

.conf .c_txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
}


.form-foot {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.form-foot li {
    width: 340px;
}

.form-foot li:last-child {
    width: 340px;
}

.form_wrap .form_intro {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.4;
    margin: -20px 0 80px;
}

.form_wrap .form_intro a {
    color: #242424;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .form_wrap {
        width: 100%;
        padding: 8.57vw 7.14vw 6.78vw 7.14vw;
        border-radius: 0;
    }

    .form-foot .form-submit,
    .form-foot .form-cancel {
        width: 100%;
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 11px;
    }
}

@media screen and (max-width: 850px) {

    .form-foot li {
        width: 48%;
    }

}

@media screen and (max-width: 800px) {


    .form_wrap {
        padding: 35px 7.5vw 17.5vw;
        margin: 0;
    }

    .form_wrap.conf {
        margin-top: 55px;
    }

    .form_wrap h2 {
        display: block;
        width: 100%;
        left: 0;
        text-align: center;
        top: -15px;
        font-size: 40px;
    }

    .form_wrap .sub_txt {
        display: block;
        position: relative;
        left: auto;
        font-size: 13px;
        text-align: center;
        top: auto;
        margin-bottom: 60px;

    }

    .form_wrap li {
        width: 100%;
        margin-bottom: 30px;

    }

    .form_wrap li .text_area {
        margin-bottom: 25px;
    }

    .form_wrap li .text_area label {
        font-size: 15px;

    }

    .form_wrap li .form-item {
        height: 70px;
        padding: 0 15px;
        font-size: 14px;
    }


    .conf li .form-item {
        padding: 27px 15px 0;
    }

    .form_wrap li textarea.form-item {
        height: 350px;
        padding-top: 30px;
    }



    .mailtxt {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        margin: 0px 0 30px;
    }

    .form_wrap .form-submit {
        width: 100%;
        height: 60px;
        border-radius: 2px;
        border: 2px solid #000;
        margin-left: 0;
        background-image: url(../image/contact/submit_bg_sp.png);
        background-position: right center;
    }

    .form_wrap .form-cancel {
        width: 100%;
        height: 60px;
        border-radius: 2px;
        border: 2px solid #000;
        margin-left: 0;
        background-image: url(../image/contact/cancel_bg_w_sp.png);
        background-position: right center;
    }


    .form-foot li:last-child {
        width: 100%;
    }

    .conf .c_txt {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .form_wrap .form_intro {
        font-size: 14px;
        line-height: 2.35;
        margin: -35px 0 40px;
    }

    .form_wrap .form_intro br {
        display: none;
    }
}

/* ==========================================================================
	b_link_btn
========================================================================== */

.b_link_btn {
    display: block;
    position: relative;
    width: calc(100% - 14.28vw);
    margin: 10.85vw auto 10vw;
    padding: 2.14vw;
    box-sizing: border-box;
    color: #252525;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.b_link_btn:hover {
    color: #065f8e;
}

.b_link_btn:before {

    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/rent/b_link_bg.jpg) center center;
    background-size: cover;
    transition: all .4s ease;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b_link_btn:hover:before {
    transform: scale(1.1);

}

/*
.b_link_btn:hover{
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #065f8e;
}
*/


.b_link_btn div {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 40px 0;
    z-index: 10;
}

.b_link_btn div:before {
    content: "";
    display: block;
    width: 118px;
    height: 79px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/rent/b_link_icon01.png);
    background-size: cover;
}

.b_link_btn div:after {
    content: "";
    display: block;
    width: 168px;
    height: 123px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../image/rent/b_link_icon02.png);
    background-size: cover;
}

.b_link_btn p {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
}

.b_link_btn h3 {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
    z-index: 10;
}

.b_link_btn h3:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: -14px;
    top: -1px;
    background: url(../image/rent/link_icon.png);
    background-size: cover;
    transition: .3s;
}

.b_link_btn:hover h3:before {
    top: -4px;
}

@media screen and (max-width: 800px) {

    .b_link_btn {
        width: calc(100% - 10vw);
        margin: 0 auto 75px;
        padding: 5vw;
    }

    .b_link_btn div {
        padding: 50px 0 55px;
        text-align: center;
    }

    .b_link_btn div:before {
        width: 108px;
        height: 84px;
        background-image: url(../image/rent/b_link_icon01_sp.png);
    }

    .b_link_btn div:after {
        width: 107px;
        height: 104px;
        background-image: url(../image/rent/b_link_icon02_sp.png);
    }

    .b_link_btn p {
        position: relative;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        z-index: 0;
    }

    .b_link_btn p:before {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        background: #f2ef5b;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px;
    }

    .b_link_btn h3 {
        padding-right: 0px;
        font-size: 24px;
        line-height: 37px;
        margin-top: 23px;
        text-align: left;
    }

    .b_link_btn h3:before {
        width: 20px;
        height: 20px;
        top: auto;
        right: 1px;
        bottom: 8px;

    }

    .b_link_btn:hover h3:before {
        top: auto;
    }

}