@charset "utf-8";
/* CSS Document */

/*--- font ---*/
#booking_form h3 {
	font-family: 'Amiri', 'Sawarabi Mincho', serif;
}
#booking_form table td input[type="text"],
#booking_form table td input[type="date"],
#booking_form table td select,
#booking_form table td textarea {
  font-family: initial;
}
/*------------*/

/*reservation*/
#booking {
    padding: 0 10px;
}
.booking_inner {
    background: rgba(255, 255, 252, 0.6);
    padding: 20px;
}
#booking_txt p {
    font-size: 14px;
    font-weight: normal;
    white-space: pre-line;
    line-height: 1.8em;
}

#booking_txt ul {
    padding: 20px 0;
}

.top_banner_sns li:nth-child(n+2) {
    margin-top: 10px;
}

#booking_form form table {
    width: 100%;
}

#booking_form form table th {
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 20px 0 10px;
    font-weight: 500;
}

#booking_form form table th em {
    color: #880000;
    font-style: normal;
}

#booking_form form table td {
    display: block;
    font-size: 14px;
}

#booking_form form table td input,
#booking_form form table td select {
    border: 1px solid #7E8592;
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}

#booking_form form table td select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

#booking_form form table td select.date {
    border: 1px solid #7E8592;
    display: inline;
    width: 20%;
    padding: 10px;
    background: #fff;
}

#booking_form form table td textarea {
    border: 1px solid #7E8592;
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    height: 200px;
}

.g-recaptcha {
    margin: 20px auto;
    width: 304px;
    height: 78px;
}

#booking_form input[type=submit]:disabled {
    background: #9E9E9E;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 25px 0;
}


#booking_form input[type=submit] {
    background: -webkit-gradient(linear, left top, left bottom, from(#212E4F), to(#17223C));
    background: -webkit-linear-gradient(top, #212E4F, #17223C);
    background: linear-gradient(to bottom, #212E4F, #17223C);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
}



@media screen and (min-width: 768px) {
    #booking {
        padding: 0 15px;
    }
    #booking_form input[type=submit]:disabled {
        width: 360px;
        margin: 0 auto;
    }
    #booking_form input[type=submit] {
        width: 360px;
        margin: 0 auto;
    }
    #booking_form form table td select.date {
        width: 80px;
    }
    #booking_form form table td select {
        width: 300px;
    }
    #booking_txt ul li {
        width: 33%;
    }
    #booking_txt li: nth-child(n+2) {
        margin-top: initial;
    }
    #booking_txt p {
        line-height: 2em;
    }
    #booking_txt p span {
        text-align: center;
        display: block;
        margin-bottom: -20px;
    }
    .booking_inner {
        padding: 40px 50px;
    }
}

@media screen and (min-width: 1000px) {
    .booking_inner {
        padding: 40px 100px;
    }
}
