@charset "utf-8";

h2.contact_h2 {
    margin: 0px;
    background-color: #C6A563;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 10px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.askfor_page .inner{
    background-color: #f7f7f7;
    padding: 40px 20px;
}

.askfor_page .inner table.butken th,
.askfor_page .inner table.butken td {
    line-height: 2;
    vertical-align: middle;
}

.askfor_page .inner * {
    color: initial;
}

.askfor_page h3.subtitle {
    width: 900px;
    margin: auto;
    border-left: 3px solid #C6A563;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: normal ;
    font-size: 16px;
}

.askfor_page .inner .ly_wrap{
    width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

.askfor_page .inner table.butken th {
    font-size: 12px;
    padding: 10px;
    font-weight: normal ;
}

.askfor_page .inner table.butken th:nth-child(1) {
    width: 15px;
}

.askfor_page .inner table.butken th:nth-child(2) {
    width: 150px;
}

.askfor_page .inner table.butken th:nth-child(3) , .askfor_page .inner table.butken th:nth-child(4) {
    width: 50px;
}

.askfor_page .inner table.butken th:nth-child(5) {
    width: 250px;
}

.askfor_page .inner table.butken td {
    padding: 10px;
    font-size: 12px;
}

.askfor_page .inner table.butken td:nth-child(5) > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.askfor_page .inner table{
    width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

.askfor_page .inner table .calenderCell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.askfor_page .inner table .calenderCell .title {
    width: 100%;
}

.askfor_page table.vReserveTable td .calenderCell .entryClear a {
    font-size: 10px;
}

.askfor_page .inner table th {
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 20px;
    letter-spacing: 1px;
    width: 30%;
}

.askfor_page .inner table th span {
    float: right;
    padding: 2px 8px 0;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #ed6103;
    font-size: 12px;
}

.askfor_page .inner table th span.ninni {
    background-color: #778d95;
}

.askfor_page .inner table td {
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 20px;
    letter-spacing: 1px;
}

.askfor_page .inner table.confirm th {
    width: 30%;
}



.askfor_page .inner table.vReserveTable td {
    width: 70%;
}

.askfor_page .inner table td.hissu_td {
    background-color: #fafaf1;
}

.askfor_page .inner table td input[type="text"], .askfor_page .inner table td input[type="email"], .askfor_page .inner table td input[type="tel"] {
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    border: 1px solid #bbc6c8;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    box-sizing: border-box;
    width: 80%;
}

.askfor_page .inner table td textarea {
    width: 100%;
    padding: 8px;
    min-height: 260px;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    border: 1px solid #bbc6c8;
    border-radius: 5px;
}

.askfor_page .confirmButtonArea {
    margin-bottom: 50px;
}

.askfor_page .confirmButtonArea input{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fe3c16;
    background-color: #fe3c16;
    transition: .2s;
    width: 420px;
    margin: auto;
    cursor: pointer;
}

.askfor_page .descTextAria {
    width: 900px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    line-height: 2;
}

.askfor_page .descTextAria h3{
    margin-top: 0;
    font-weight: normal;
}

.askforsent_page {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding: 50px 0;
}

.askforthanks_page {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    padding: 50px 0;
}

.askforthanks_page a{
    color: #333;
    border: 1px solid #333;
    padding: 8px 80px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 50px;
    font-size: 14px;
}

.askfor_page .confirmButtonArea input {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border: 2px solid #C6A563;
    background-color: #C6A563;
    transition: .2s;
    width: 420px;
    margin: auto;
    cursor: pointer;
    transition: 0.2s;
}

.askfor_page .confirmButtonArea input:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}


@media (max-width: 750px) {

    h2.contact_h2 {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: normal;
    }

    .askfor_page .inner {
        padding: 20px 2%;
    }

    .askfor_page .inner table , .askfor_page .inner tbody , .askfor_page .inner tr {
        width: 100%;
        display: block;
    }

    .askfor_page .inner table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #4e4e4e;
        color: #fff;
    }

    .askfor_page .inner table td {
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .askfor_page .inner table td input[type="text"], .askfor_page .inner table td input[type="email"], .askfor_page .inner table td input[type="tel"] {
        width: 100%;
    }

    .askfor_page .confirmButtonArea input {
        width: 80%;
        margin: auto;
    }

    .askfor_page .descTextAria {
        width: 100%;
    }

    .askfor_page .inner table.butken th:nth-child(5) {
        width: 100%;
    }

    .askfor_page h3.subtitle {
        width: 100%;
    }

    .askfor_page .inner table.vReserveTable td {
        width: 100%;
    }

    .askfor_page .inner table td .sp {
        display: inline-block !important;
    }

    .askfor_page .inner table.butken td.name {
        border-top: 3px solid #C6A563;
    }

    .askfor_page .inner table.butken td .sp {
        display: inline-block !important;
        background: #ddd;
        padding: 0px 10px;
        font-size: 10px;
        margin-right: 10px;
        flex-shrink: 0;
        height: fit-content;
    }

    .askfor_page .inner table.butken td.content {
        display: flex;
    }
    
    .askfor_page .inner table.butken td:nth-child(5) > div {
        width: 100%;
    }

    .askfor_page .inner table td.radio {
        display: flex;
        flex-wrap: wrap;
    }
    
    .askfor_page .inner table td.radio label {
        width: 100%;
    }
}