@charset "UTF-8";


.contact-form {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .contact-form {
        margin-bottom: 40px;
    }
}

.contact-form .form-content {
    margin: 60px 0 57px;
}

@media screen and (max-width: 767px) {
    .contact-form .form-content {
        margin: 30px 0;
    }
}

.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-form dl:last-child dt{
    border-bottom: 1px solid #b94929;
}
.contact-form dl:last-child dd{
    border-bottom: 1px solid #cd9f96;
}
@media screen and (max-width: 767px) {
    .contact-form dl {
        display: block;
    }
    .contact-form dl:last-child dt{
        border-bottom: none;
    }
}

.contact-form dt,
.contact-form dd {
    padding: 30px;
}

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

    .contact-form dt,
    .contact-form dd {
        padding: 18px;
    }
}

.contact-form dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    width: 27%;
    padding-left: 85px;
    font-size: 16px;
    border-right: none;
    border-top: 1px solid #b94929;
}

@media screen and (max-width: 767px) {
    .contact-form dt {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: none;
        justify-content: flex-start;
        text-align: left;
        padding: 15px 15px 0 60px;
    }
}

.contact-form dt .form-label {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 1;
    width: 38px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    font-weight: normal;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, 'Noto Serif JP', "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contact-form dt .ninni {
    background-color: #0e1620;
}

.contact-form dt .hissu {
    background-color: #b27179;
}

.contact-form dd {
    width: 72%;
    border-top: 1px solid #cd9f96;
}

@media screen and (max-width: 767px) {
    .contact-form dd {
        width: 100%;
        display: block;
        padding: 20px 10px;
        font-size: 14px;
        border-top: none;
    }
    .contact-form dt .form-label {
        top: 10px;
        left: 10px;
    }
}

.contact-form dd input[type="text"],
.contact-form dd input[type="password"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"] {
    padding: 5px 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #999999;
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .contact-form dd input[type="text"],
.contact-form dd input[type="password"],
.contact-form dd input[type="email"],
    .contact-form dd input[type="tel"] {
        height: 40px;
    }
}
.contact-form dd input[type="text"]::placeholder,
.contact-form dd input[type="password"]::placeholder,
.contact-form dd input[type="email"]::placeholder,
.contact-form dd input[type="tel"]::placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.contact-form dd textarea {
    width: 100%;
    height: 230px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #999999;
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .contact-form dd textarea {
        height: 160px;
    }
}
.contact-form dd textarea::placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
}

.contact-form dd .ipt-address {
    max-width: 415px;
}

@media screen and (max-width: 767px) {
    .contact-form dd .ipt-address {
        max-width: 330px;
    }
}

.contact-form dd input,
.contact-form dd select,
.contact-form dd optgroup,
.contact-form dd option,
.contact-form dd textarea {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, 'Noto Sans JP', "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 14px;
    color: #000;
}

.contact-form dd .list-radio {
    display: flex;
    flex-wrap: wrap;
}

.contact-form dd .list-radio li {
    width: 33.333%;
    margin-bottom: 5px 0;
}
.contact-form dd .list-radio li.other{
    width: 100%;
}
.contact-form dd .list-radio li.other input[type="text"]{
    width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
    .contact-form dd .list-radio li {
        width: 100%;
        margin: 5px 0;
    }
}
.contact-form dd .list-radio label {

    text-indent: -35px;
    margin-left: 35px;
    display: inline-block;
    line-height: 1.3;
}

.contact-form dd .list-radio input[type="radio"],
.contact-form dd .list-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-top: 0;
}

.contact-form dd .list-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.contact-form dd .list-checkbox li {
    margin-right: 55px;
    margin-bottom: 10px;
}
.contact-form dd .list-checkbox label{
    text-indent: -35px;
    margin-left: 35px;
    display: inline-block;
    line-height: 1.3;
}
.contact-form dd .list-checkbox .other {
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.contact-form dd .list-checkbox .other input[type="text"] {
    width: calc(100% - 90px);
    margin-left: 10px;
}

.contact-form dd .box-select {
    position: relative;
    width: 325px;
    max-width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .contact-form dd .box-select {
        margin-left: 0;
        width: 240px;
    }
}

.contact-form dd .box-select:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.contact-form dd .box-select select {
    width: 100%;
    padding: 5px 20px 5px 10px;
    height: 40px;
    border: 1px solid #000;
    color: #000;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
}

.contact-form dd .box-select select::-ms-expand {
    display: none;
}

.contact-form dd .select_time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}

.contact-form dd .select_time li {
    width: 47%;
}

.contact-form dd .select_time li select {
    width: calc(100% - 30px);
    height: 36px;
    border: 1px solid #000000;
}

@media screen and (max-width: 767px) {
    .contact-form dd .select_time {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}

.contact-btn {
    background: #fff;
    color: #b27179;
    border: 1px solid #f8a9a7;
    letter-spacing: 3px;
    display: block;
    text-decoration: none;
    position: relative;
    width: 305px;
    max-width: 90%;
    text-align: center;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (min-width: 768px) {
    .contact-btn:hover {
        background: #b27179;
        
    }
    .contact-btn:hover span{
        background-image: url(../common_img/arr-w.png);
        color: #fff;
    }
    .contact-btn:hover input{
        color: #fff;
    }
}
.contact-btn:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -3px;
    width: 19px;
    height: 1px;
    background: #f8a9a7;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.contact-btn:after{
    content: '';
    position: absolute;
    top: 5px;
    right: -3px;
    width: 19px;
    height: 1px;
    background: #f8a9a7;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.contact-btn span {
    display: block;
    position: relative;
    background: url(../common_img/arr.png) center right 10px no-repeat;
}
.cm-btn span a {
    background: url(../common_img/arr-l.png) center left 10px no-repeat #fff;
}
.contact-btn span:before, .cm-btn span:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -3px;
    width: 19px;
    height: 1px;
    background: #f8a9a7;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    z-index: 1;
}

.contact-btn span:after, .cm-btn span:after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -3px;
    width: 19px;
    height: 1px;
    background: #f8a9a7;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.cm-btn.back span{
    max-width: 90%;
    margin: auto;
    width: 300px;
    position: relative;
    display: block;
    margin: auto;
}
.cm-btn.back a {
    margin: auto;
    height: 60px;
    line-height: 60px;
    max-width: 100%;
}

.contact-btn.back .cm-arr {
    right: auto;
    left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


.contact-btn input,
.contact-btn a {
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #b27179;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, 'Noto Serif JP', "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
    .contact-btn input,
    .contact-btn a {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }
}
@media screen and (min-width: 768px) {

    .contact-btn:hover input,
    .contact-btn:hover a {
        opacity: 0.8;
    }
    .cm-btn span a:hover{
        background: url(../common_img/arr-w-l.png) center left 10px no-repeat #b27179;
    }
}
.form-submit{
    margin-bottom: 30px;
}
.form-submit input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.contact-form dl.box-click{
    display: none;
}
.contact-form dl.box-click.show{
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-contact dl.box-click {
    display: none;
}
@media screen and (max-width: 767px) {
    .contact-form dl.box-click.show{
        display: block;
    }
}