@charset "utf-8";

input[type="button"] {
    display:block;
    width:100%;

    border:solid 3px #FFF;

    padding:3% 5%;
    margin:0 auto 20px auto;
    font-size:1.4vw;
    color:#fff;

    cursor:pointer;

    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    background-color: #059c20;
    background: #059c20;
    background: -webkit-linear-gradient(top, #06ca29 0%, #059c20 100%);
    background: linear-gradient(to bottom, #06ca29 0%, #059c20 100%);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

input[type="button"]:hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.second{
    line-height: 1.4em;
}
.second span{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.second .p16{
    font-size: 16px;
}

.second .p12{
    font-size: 12px;
}

.div-check-reserve0,
#link-check-reserve {
    display: none;
}

.reserve-table .row {
    line-height: 1em;
}

.reserve-table div {
    margin: 0;
    padding: 0;
}

.reserve-table .row {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.reserve-table .row:first-of-type {
    margin-top: 10px;
}

.reserve-table .row div {
    text-align: left;
    font-weight: bold;
}

.reserve-table .row div:first-of-type {
    width: 95px;
}

.reserve-table .row div:last-of-type {
    color: #0000ff;
}

.error {
    display: none;
    font-weight: bold;;
    font-size: 14pt;
    color: #ff0000;
}

@media screen and (max-width: 768px) {
    input[type="button"]{
        display: block;
        width:100%;
        font-size:4vw;
    }
}