@charset "utf-8";

/*===================================
contact
===================================*/

.contactWrap .red {
    color: #F00;
}

.contactWrap .tit01 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dd21d), to(#648c01));
    background: linear-gradient(to bottom, #9dd21d 0%, #648c01 100%);
    border: solid 2px #c3c3c3;
    border-radius: 4px;
    padding: 10px;
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
}

.contactWrap .tit01:before {
    display: block;
    content: "";
    width: 5px;
    height: calc(100% - 20px);
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.contactWrap .tit02 {
    color: #307128;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2px 0 2px 15px;
    margin-bottom: 10px;
    position: relative;
}

.contactWrap .tit02:before {
    display: block;
    content: "";
    width: 7px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dd21d), to(#648c01));
    background: linear-gradient(to bottom, #9dd21d 0%, #648c01 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.contactWrap .info_hissu {
    margin-bottom: 10px;
    text-align: right;
}

.form {
  line-height: 2em;
}

.formList {
    border: 1px solid #A8A87C;
}

.formList dl:not(:last-of-type) {
    border-bottom: 1px solid #A8A87C;
}

.formList dt {
    width: 200px;
    background: #EAF7DD;
    padding: 10px;
}

.formList dd {
    width: calc(100% - 200px);
    padding: 10px;
}

.formList .sample {
    margin-left: 5px;
}

.formList .roomtype li {
    width: 15%;
}

.formList .category li {
    width: 33.333%;
}

.formList input[type=text] {
    width: 250px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 5px;
}

.formList input[type=radio], .formList input[type=checkbox] {
    margin-right: 2px;
}

.formList .size2 input[type=text] {
    width: 35px;
    text-align: center;
}

.formList .size15 input[type=text] {
    width: 100px;
}

.formList textarea {
    width: 100%;
    height: 250px;
    border: solid 1px #A8A87C;
}

.form .submit input, .form .submit button {
    cursor: pointer;
    line-height: 1.5;
    padding: 10px;
}

@media (max-width: 599px) {
    .formList dt {
        width: 100%;
    }

    .formList dd {
        width: 100%;
    }

    .formList .sample {
        display: inline-block;
        margin-left: 5px;
    }

    .formList .spBlock {
        display: block;
        margin: 5px 0 0 0;
    }

    .formList .roomtype li {
        width: 33.333%;
        margin-bottom: 5px;
    }

    .formList .category li {
        width: 100%;
        margin-bottom: 5px;
    }
}
