@charset "UTF-8";input[type="text"],input[type="email"]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border:1px solid #C2C2C2;box-shadow:1px 1px 4px #EBEBEB;-moz-box-shadow:1px 1px 4px #EBEBEB;-webkit-box-shadow:1px 1px 4px #EBEBEB;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;width:60%;padding:7px;outline:none;}
textarea{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border:1px solid #C2C2C2;box-shadow:1px 1px 4px #EBEBEB;-moz-box-shadow:1px 1px 4px #EBEBEB;-webkit-box-shadow:1px 1px 4px #EBEBEB;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;width:100%;padding:7px;outline:none;height:100px;}
input[type="number"],
input[type="time"],
input[type="date"],
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border:1px solid #C2C2C2;box-shadow:1px 1px 4px #EBEBEB;-moz-box-shadow:1px 1px 4px #EBEBEB;-webkit-box-shadow:1px 1px 4px #EBEBEB;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;padding:7px;outline:none;margin:5px;}
form#reservation-form #item-rental input{width:50px;}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus{border:1px solid #663;}
input[type=submit],
input[type=button]{display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 0;margin:0 auto 40px;width:300px;background:#3D3A39;color:#fff;font-size:16px;padding:10px;text-align:center;text-decoration:none;font-family:"見出ミンMA31";}
@media (max-width:480px){input[type=submit],
input[type=button]{width:340px;}
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"]{width:100%;padding:12px;}
input[type=submit]:hover,
input[type=button]:hover{background-color:#151414;cursor:pointer;}