@charset "utf-8";

body, html {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
    background:#f8f8f8;
}

#head{
    margin: 0;
    height: 80vh;
}

#head h1{
    text-shadow: 1px 1px 1px #000, 3px 3px 5px rgb(0, 0, 3);
    font-weight: bold;
    font-size: 3rem;
}

#concept{
    min-height: 450px;
    padding-top: 20px;
    margin:0 1rem 0;
}

#concept .box {
    margin-top:1rem;
    margin-left: 2rem;
    float: right;
    width: 8rem;
    height: 18rem;
    writing-mode: vertical-rl;
    display: inline-block;
}

#concept h2 {
    background-color: #0b1c68;
    padding: .5rem;
    color: #f8f8f8;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000, 3px 3px 5px rgb(0, 0, 3);
}

#reserve {
    margin:0 1rem 0;
}

footer {
    margin:0 1rem 0;
    border-top: #555 1px solid;
}

.detail{
    margin-right: 5rem;
    height: 450px;
    padding-top: 20px;
}

.subtitle {
    margin: 4rem auto 1rem;
}

.uk-table {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.uk-table th{
    vertical-align: middle;
    width: 9rem;
}

/*WebFont*/
.font-title {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5rem;
}
