@charset "UTF-8";

/* グローバル */

.show-none {
    display: none;
}

.login_button {
    width: 280px;
    height: 70px;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.2em;
    text-decoration: none;
    margin: 0 0 0 20px;
    border-radius: 5px;
    background: #3862DC;
    box-shadow: 0 2px 0px #0C214C;
    border: none;
}

.jump_button1{
    display: block;
    width: 250px;
    height: 50px;
    color: #000;
    box-sizing: border-box;
    font-size: 1em;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    background: #FFDB00;
    box-shadow: 0 2px 0px #0C214C;
    border: none;
}

.jump_button2{
    display: block;
    width: 250px;
    height: 50px;
    color: #000;
    box-sizing: border-box;
    font-size: 1em;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    background: #FFDB00;
    box-shadow: 0 2px 0px #0C214C;
    border: none;
}

.message-center{
    text-align: center;
    margin: 30px auto;
    font-size:1.2rem;
}

.message-notice{
    font-size: 1.4em;
}

/* カスタマイズ */

section.contentsArea h1 {
    border-bottom: solid 1px #3862DC;
}

section.contentsArea div {
    margin: 10px 0;
}

section.contentsArea .button_back {
    width: 280px;
    height: 70px;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 5px;
    background-color: #999;
    box-shadow: 0 2px 0px #0C214C;
    border: none;
}

section.contentsArea .button_submit {
    width: 280px;
    height: 70px;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.2em;
    text-decoration: none;
    margin: 0 0 0 20px;
    border-radius: 5px;
    background: #3862DC;
    box-shadow: 0 2px 0px #0C214C;
    border: none;
}

/* 確認テーブル */

.reserve_confirm_table {
    width: 750px;
    margin: 10px auto;
}

.reserve_confirm_table th, .reserve_confirm_table td {
    border: solid 1px #999999;
    padding:10px 10px;
}

.reserve_confirm_table th {
    background-color: #E9EFFF;
    width: 250px;
}

.reserve_confirm_table td {
    width: 500px;
}

#do_reserve_form .button_area{
    width: 600px;
    margin: 10px auto;
}

/* ログイン */

section.contentsArea .login-bg {
    background-color: #f3f3f3;
    padding: 20px 0 40px 0;
}

section .contentsArea, .login-area {
    width: 750px;
    text-align: center;
    border-radius: 10px;
}

section .contentsArea, .login-area dt {
    display: table-cell;
    width: 200px;
    font-size: 1.2em;
    text-align: right;
    padding: 0 10px 0 0;
}

section .contentsArea, .login-area dd {
    display: table-cell;
}

section .contentsArea, .login-area dd input {
    height: 50px;
    width: 450px;
    border: solid 1px #DFDFDF;
    font-size: 1.2em;
    border-radius: 10px;
    padding: 5px 10px;
}

section.contentsArea .selectRegisterType ul {
    list-style: none;
    width: 640px;
    margin: 10px auto;
}

section.contentsArea .selectRegisterType ul li {
    display: table-cell;
    padding: 0 15px;
}

section.contentsArea .selectRegisterType ul li a {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    width: 300px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    font-size: 1.8em;
}

#login-form{
    margin: 10px auto;
}