@charset "utf-8";

/*------------------------------------------------------------------------------ TOP --*/
#cont {
    position: relative;
    min-width: 960px;
    margin: 0 auto;
    padding: 100px 0 80px;
    background: #fff;
}

#main_ttl {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 10 !important;
    border-bottom: #7a3d6f 10px solid;
}

#main_ttl h2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    width: 100%;
    color: #fff;
}

#main_ttl {
    background: url(../img/kv.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (max-width:767px) {
    #cont {
        position: relative;
        min-width: 320px;
        margin: 0 auto;
        padding: 13vw 0 10vw;
        z-index: 10 !important;
        background: #fff;
    }

    #main_ttl {
        position: relative;
        width: 100%;
        height: 53vw;
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: 10 !important;
        border-bottom: #7a3d6f 5px solid;
    }

    #main_ttl h2 {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 4.6rem;
        line-height: 1.6;
        font-weight: 400;
        text-align: center;
        width: 100%;
        color: #fff;
    }

    #main_ttl {
        background: url(../img/sp/kv.jpg) center center no-repeat;
        background-size: cover;
    }
}


/* DEALER CONTACT
----------------------------------------*/

.form section {
    width: 900px;
    margin: 60px auto 60px auto;
}

.form p,
.form li {
	font-size:1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.form p.message {
    text-align: center;
}

.form.complete {
    text-align: center;
}

.form.complete p {
    margin-bottom: 80px;
}

.form span {
    color: #000;
}

.form dd {
    font-size: 14px;
    line-height: 2;
    padding: 5px;
}

.error {
    font-size: 1.6rem;
    line-height: 2;
    padding: 40px 0 0 !important;
    color: #ff0000;
}

.form .tel {
    margin: 20px 0 20px;
    color: #7a3d6f;
	font-size:1.6rem;
    line-height: 1.6;
    letter-spacing: 0.25em;
    text-align: left;
}
.form .letter {
    margin: 10px 0 30px;
    color: #7a3d6f;
	font-size:1.6rem;
    line-height: 1.6;
    letter-spacing: 0.25em;
    text-align: left;
}
.form .tel span,
.form .letter span {
	font-size:2.0rem;
    line-height: 1.6;
    letter-spacing: 0.25em;
    color: #7a3d6f !important;
}

.form .tel .spv {
    display: none !important;
}

.form .tel .tel02 {
    margin-left: 10px;
}

.form h3 {
    color: #7a3d6f;
	font-size:1.8rem;
    line-height: 45px;
    letter-spacing: 0.2em;
}

form {
    text-align: center;
}

form dl,
form p {
    text-align: left;
}

form dt {
    margin-top: 20px;
	font-size:1.6rem;
    line-height: 32px;
    letter-spacing: 0.2em;
}

form.confirm dd {
    min-height: 39px;
    padding: 5px 10px;
    background-color: #f8f8f8;
    border: 1px solid #dadada;
    color: #000;
}

form.confirm ul {
    display: table;
}

form.confirm li {
    float: inherit;
}

/*
form dt.age,
form dt.hope,
form dt.mail_news {
    border-bottom: 1px solid rgba(245, 245, 245, 0.7);
}
*/

form ul.age,
form ul.hope,
form ul.mail_news {
    margin-top: 10px;
}

form ul.mail_news {
    margin-bottom: 0;
}

form li {
    float: left;
    line-height: 32px;
}

form .age li,
form .mail_news li {
    margin-right: 20px;
}

form .hope li {
    width: 25%;
}

form input[type=text],
form input[type=email],
form textarea {
    padding: 0 10px;
    background-color: rgba(245, 245, 245, 0.7);
    border: 1px solid #dadada;
	font-size:1.6rem;
    line-height: 3.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form input[type=text],form input[type=email]  {
    height: 32px;
}

form textarea {
    padding: 10px;
    resize: vertical;
}

form input[type=radio],
form input[type=checkbox] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
	transform: translateY(-3px);
	cursor: pointer;
}
form label{
	cursor: pointer;
}
form input#name,
form input#email,
form input#address,
form textarea {
    width: 100%;
}

.form .notice {
	font-size:1.4rem;
}

.form button,
.form .bt,
.form #myreset,
.form .myr div {
    border: none;
    display: block;
    width: 150px;
    height: 150px;
    margin: 20px auto 80px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: transparent;
    outline: none;
}

.form button img,
.form .bt img {
    margin: 0;
    width: 150px;
    height: 150px;
}

.form button[type=button],
.form #myreset,
.form .myr div {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.form button[type=submit] {
    background-color: #fff;
    border: none;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

button:focus {
    outline: 0;
    outline: none;
}

.form .myr {
    position: relative;
}

.form .myr img {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 50%;
    margin-left: -75px;
    z-index: 0;
}

.form .bt:hover,
.form button[type=button]:hover,
.form .myr div.on {
    background-color: #fff;
    transform: scale(0.95, 0.95);
}

.form button[type=submit]:hover {
    opacity: 0.6;
    transform: scale(0.95, 0.95);
}

.form #myreset {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 1;
}

.form #myreset img {
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
}

.form .button #myreset {
    margin-top: 0;
}

form.confirm .button .myr {
    margin-top: 20px;
}

.form .myr div {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -68px;
}

.form button.zip_button {
    background-color: #7a3d6f;
    border: none;
    display: inline;
    height: 32px;
    margin: 0 10px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游ゴシック体", "Yu Gothic", YuGothic, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.25em;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.form .zip_sp {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #000;
}

form.confirm .button {
    display: inline-block;
    margin-top: 50px;
}

form.confirm .button button,
form.confirm .button .myr {
    float: right;
    margin: 20px 28px;
}

.e_back button{
    display: inline-block;
    height: 150px;
    width: 150px;
    margin-bottom: 100px;
}

.ttl h2{
text-align: center;
font-size: 2rem;
    margin-bottom: 30px;
    }

.ttl{
text-align: center;
    margin-bottom: 50px;
    }
.form_set table{
font-size: 1.5rem;
text-align: left;
    margin: 20px auto;
}

.form_set td{
	padding: 15px 20px;
	line-height: 1.6;
}
#policy{
    margin-top: 40px;
    padding-bottom: 30px;
}
#policy ul{
	display: flex;
	justify-content: center;
}
#policy p{
    margin-top: 40px;
	text-align: center;
}
#policy p a{
	text-decoration: underline;
}
#submit_btn{
	pointer-events: none;
	opacity: 0.5;
}
#submit_btn.act{
	pointer-events: auto !important;
	opacity: 1 !important;
}
.form_set dl{
    margin-top: 40px;
}
@media screen and (max-width:767px) {
    /* DEALER CONTACT
----------------------------------------*/

    .form section {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .form p {
        font-size: 12px;
        line-height: 2 !important;
        width: 87.5%;
        margin: 0 auto;
    }

    .form li {
		width: 100%;
        font-size: 12px;
        line-height: 2 !important;
    }

    .form p.privacy br.pc {
        display: none;
    }

    .form p br.sp,
    .form p.privacy br {
        display: inherit;
    }
.error {
	font-size: 12px;
    line-height: 2;
    padding: 20px 0 0 !important;
    color: #ff0000;
}

    .form .tel {
        margin: 20px auto 0;
        color: #7a3d6f;
        font-size: 12px;
        letter-spacing: 0.25em;
        text-align: left;
    }
.form .letter {
        margin: 20px auto 20px;
        color: #7a3d6f;
        font-size: 12px;
        letter-spacing: 0.25em;
        text-align: left;
}
    .form .tel span,
	.form .letter span{
        font-size: 14px !important;
        letter-spacing: 0.25em;
        color: #7a3d6f !important;
		padding-top: 5px;
		display: block;
    }

    .form .tel span a {
        color: #7a3d6f !important;
    }

    .form .tel .spv {
        display: block !important;
    }

    .form .tel img {
        width: 100%;
        height: auto;
    }

    .form .tel .tel02 {
        width: 53.043478%;
        margin-left: 0;
    }

    .form .notice {
        font-size: 12px;
        text-align: left;
    }

    .form p.privacy {
        margin-bottom: 30px;
    }

    form {
        width: 87.5%;
        margin: 0 auto;
    }

    form dt {
        margin-top: 15px;
        font-size: 12px !important;
        line-height: 23px;
    }

    form dt.age,
    form dt.hope,
    form dt.mail_news {
        border-bottom: none;
    }

    form.confirm dd {
        min-height: 23px;
        padding: 1px 10px;
    }

    form.confirm dd p,
    .form.confirm li {
        width: 100%;
        font-size: 13px;
    }

    form ul.age,
    form ul.hope,
    form ul.mail_news {
        margin-top: 0;
    }

    form ul.mail_news {
        margin-bottom: 0;
    }

    form input[type=text],
	form input[type=email],
    form textarea {
        padding: 0 5px;
        font-size: 12px;
        line-height: 25px;
    }

    form input#zip_code {
        width: 85px;
    }

    form input[type=radio],
    form input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: inherit;
		transform: translateY(5px);
    }

    form .hope li {
        width: 50%;
        margin-bottom: 5px;
    }

    .form button,
    .form .bt,
    .form #myreset,
    .form .myr div {
        width: 150px;
        height: 150px;
        margin: 35px auto 80px;
        background-color: transparent;
    }

    .form #myreset {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .form button img,
    .form .bt img,
    .form .myr img,
    .form .myreset img {
        width: 150px !important;
        height: 150px !important;
        margin: 0;
    }

    .form.confirm h2 {
        padding: 25px 0;
        font-size: 13px;
        letter-spacing: 0.4em;
    }

    form.confirm .button {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    form.confirm .button button,
    form.confirm .button .myr {
        margin: 20px 18px;
    }

    .form button.zip_button {
        font-size: 11px;
    }

    .form .zip_sp {
        font-size: 10px;
        line-height: 32px;
    }

    .confirm + footer.form_c #to_top,
    .confirm + footer.form_c ul {
        display: none;
    }

    .confirm.complete + footer.form_c #to_top,
    .confirm.complete + footer.form_c ul {
        display: inherit;
    }

    .form h3 {
        width: 87.5%;
        margin: 0 auto;
    }

    .form .myr img {
        position: absolute;
        width: 150px;
        height: 150px;
        top: 0;
        left: 50%;
        margin-left: -75px;
        z-index: 0;
    }
    
    .hope{
        display: block;
    }
#policy{
    margin-top: 20px;
    padding-bottom: 0;
}
#policy ul{
	display: flex;
	justify-content: center;
}
#policy p{
    margin-top: 20px;
	text-align: left;
}

}


/* X.Clearfix
----------------------------------------*/

.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
    min-height: 1px;
}

* html .cf {
    height: 1px;
    /*ﾂ･*/
    /*/
    height: auto;
    overflow: hidden;
    /**/
}
#contact.form.confirm.complete h2{
	display:none;
	}
#contact.form.confirm.complete #breadcrumbs{
	display:none;
	}
#contact.form.confirm.complete br{
	display:block;
	}