/*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*/
.container_fix{
    margin: 6rem 0;
}
.itemimg{
    width: 20rem;
    height: auto;
}
.item_txt dt{
    font-family: Century;
    font-size: 1.5rem;
}
.item_txt span{
    font-size: 1rem;
    font-family: Consolas;
    text-decoration: 1px solid line-through;
    color: #101010;
}
.item_txt dd{
    font-family: Consolas;
    font-size: 1.2rem;
    color: #D09405;
}
.item_txt p{
    font-family: Consolas;
    font-size: 0.9rem;
    color: #433E3E;
}
/*tab*/
.tab{
    display: flex;
    flex-wrap: wrap;
}
.tab li a{
    display: block;
    background:#E2EDFE;
    padding:1rem 6rem;
}
.tab li.active a{
    background:#D35107;
    color: #fff;
}
.area {
    display: none;
    opacity: 0;
    background: #fff;
    padding:50px 20px;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul{
    list-style:none;
    margin-left: -1.8rem;
}  
.tab a{
    color:#101010;
    text-decoration: none;
}
.wrapper{
    width:100%;
    max-width: 960px;
    margin:30px auto;
      background:#fefefe;
} 
.area h2{
    font-size:1.3rem;
    margin:0 0 20px 10px;
}  
.area li{
    padding: 10px; 
    border-bottom: 1px solid #ddd;
}

/*right menu*/
.right_menu{
    width: 100%;
}
.right_menu dd{
    background-color: #E2EDFE;
    color: #D35107;
    font-family: Century;
    padding: 5px 16px;
    font-size: 1.3rem;
}
.right_menu dt{
    padding: 5px 16px;
    font-family: Consolas;
    font-size: 1rem;
    font-weight: normal;
}