@charset "UTF-8";

html{
    font-size: 62.5%;
}

body{
    font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    background: #fcfcfc;
}

h1, h2, h3{
    display: inline;
}

a{
    color: #1e50a2;
}

a:hover{
    text-decoration: underline;
}

/* wrapper, header, section, footer
/* ============================== */

.wrapper{
    width: 800px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.header{
    width: 100%;
    height: auto;
    padding: 14px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #6f5436;
}

.section1{
    width: 100%;
    padding: 4px;
    margin: 10px 0;
}

.section2{
    width: 100%;
    padding: 4px;
    margin: 40px 0 10px 0;
}

.enter a, .exit a{
    display: block;
    width: 300px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
    font-weight: bold;
    background: #fffaf0;
    border: 1px solid #6f5436;
    border-radius: 4px;
    box-sizing: border-box;
}

.enter a:hover{
    color: #fff;
    background: #6f5436;
}

.exit a:hover{
    background: #f0f0f0;
}

.footer{
    width: 100%;
    height: auto;
    padding: 14px;
    margin: 50px 0 0 0;
    border-top: 1px solid #6f5436;
}

/* ============================== */
/* max-width: 900px for tb, sp
/* ============================== */
@media screen and (max-width: 850px) {

.wrapper{
    width: 98%;
}

.enter a, .exit a{
    width: 50%;
}

.qr{
    display: none;
}

}