/*all*/
html{
    font-size: 16px;
}
.fix{
    padding: 0 30px;
    font-family: 'Book Antiqua';
    color: #101010;
}

/*header*/
.header_top{
    background-color: #E2EDFE;
    padding: 10px 0;
}
.header_top p{
    font-family: Consolas;
    font-size: 1.0rem;
    padding-left: 6.0rem;
}
.menu_pc{
    padding: 10px 0;
}
.menu_pc h1{
    font-family: Cambria;
    font-size: 3.0rem;
}
.menu_pc a {
    text-decoration: none;
    color: #101010;
    font-size: 20px;
    display: inline-block;
    padding: 20px 40px 0px 40px;
}
.menu_notpc{
    display: none;
}


/*single header*/
.header_title{
    background-color: #E2EDFE;
    padding: 7rem 0;
    text-align: center;
    font-family: Century;
    margin-bottom: 2rem;
}
.header_title h3{
    
    font-size: 4rem;
    font-weight: bold;
}
.header_title p{
    font-size: 1.3rem;
}

/*footer*/
.footer_top{
    background-color: #E2EDFE;
    padding: 3rem 0;
}
.footer_address{
    margin: 2rem 0 2rem 6rem;
}
.footer_address h1{
    font-family: Cambria;
    font-size: 3rem;
}
.footer_address address{
    font-family: Consolas;
    font-size: 1rem;
}
.footer_address dt{
    font-family: Century;
    font-size: 1.5rem;
}
.mail{
    text-decoration: none;
    color: #101010;
}
.ftsns {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    position: relative;
    display: inline-block;
    margin: 0.5rem 1rem;
}
.fb {
    text-decoration: none;
    color: #706D6D;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 8px;
}
.tw {
    text-decoration: none;
    color: #706D6D;
    font-size: 15px;
    position: absolute;
    top: 8px;
    left: 6px;
}
.ig {
    text-decoration: none;
    color: #706D6D;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.footer_fix dd{
    display: inline-block;
    font-family: Consolas;
    font-size: 1rem;
}
.footer_fix dt{
    padding-left: 2rem;
    font-family: Century;
    font-size: 1.5rem;
}
.footer_fix li{
    list-style: none;
}
.footer_bottom{
    background-color: #D0E0F8;
    padding: 1rem 0;
}
.payment{
    text-align: right;
}
.payment i{
    color: #706D6D;
    font-size: 1.3rem;
    padding: 0 2rem;
}

/*main*/
.bday{
    font-family: Consolas;
    color: #D09405;
    font-size: 1rem;
}
.btxt{
    font-family: 'Book Antiqua';
    font-size: 1.2rem;
    
}
.b_read{
    font-family: Consolas;
    color: #707070;
    font-size: 1rem;
    text-decoration: none;
}
.bcon{
    background-color: #EBF1F2;
}


/*page*/
.page{
    margin: 40px 0px;
    text-align: center;
}
.page_nbr{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    display: inline-block;
    margin: 0px 5px;
    position: relative;
}
.page a{
    color: #101010;
    font-size: 20px;
    font-family: Book Antiqua;
    text-decoration: none;
}
.nbr1{
    position: absolute;
    top: 0px;
    left: 9px;
    font-size: 20px;
    font-family: Book Antiqua;
    color: #101010;
    text-decoration: none;
}
.nbr2{
    position: absolute;
    top: 0px;
    left: 4px;
}
