h1 {
    margin: 0;
    padding: 0;
    font-size: 50px !important;
    line-height: 60px !important;
}
.category.block01 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo01.jpg") no-repeat scroll center center / cover ;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    padding: 100px 0 10px;
}
.the_title, .the_title a {
    color: #333;
    font-family: lobster;
    font-size: 35px;
    line-height: 1.2;
}
.the_title {
    margin: -7px auto 15px;
}
.the_title a:hover {
    text-decoration: underline;
}
.breadcrumb a {
    color: #e55a65;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb {
    font-size: 14px;
    color: #666;
}
.border-radius-5 {
    border-radius: 5px;
}
.img_bg {
    background: rgba(24, 28, 32, 0.8) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.img_bg01 {
    display: table;
    height: 100%;
    width: 100%;
}
.img_bg01 > *:first-child {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.img_bg:hover {
    opacity: 1;
}
.pr_href:hover .img_bg {
    opacity: 1;
}
.pr_href .disc .disc_in {
    background: rgba(0, 0, 0, 0) url("img/link.png") no-repeat scroll center center / 70px 70px;
    height: 70px;
    margin: 0 auto;
    opacity: 0;
    width: 70px;
}
.pr_href:hover .disc .disc_in {
    opacity: 0.7;
}
.pr_href .disc .disc_in:hover {
    opacity: 1;
}
.pr_href {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}
.btn.middle {
    border-radius: 50px;
    padding: 5px 20px;
}
footer a {
    color: #e55a65;
    text-decoration: underline;
}
.wp-pagenavi a {
    color: #e55a65;
}
footer a:hover {
    text-decoration: none;
}
.poltorcom a {
    border-bottom: 1px dashed #e55a65;
    color: #e55a65;
    text-decoration: none !important;
}
.poltorcom a:hover {
    border-bottom: 1px dashed transparent;
}