@charset "utf-8";
#headline {
    background-color: #40220f;
    height: 9px;
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
}

#footline {
    background-color: #40220f;
    height: 9px;
    width: 100%;
    z-index: 999;
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    width: 100%;
}

h1.logo {
    height: 120px;
    line-height: 2;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/common/img/site_img1_1536.png);
    background-size: contain;
    background-repeat: no-repeat;
}

a.logo {
    margin-top: -5%;
    display: block;
    line-height: 4;
    background-image: url(/common/img/site_img1_1536.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px\9;
}

.document {
    background-color: #ffffff;
    margin: 0;
    padding: 3% 3% 64px 3%;
}

@media screen and (max-width:1024px) {
    h2.logo {
        margin: 1% 0 0 0;
    }
}

header .move {
    display: inline-block;
}

.wp-pagenavi {
    clear: both;
    margin: 60px 0;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #333;
    background-color: #FFF;
    border: solid 1px #727171;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    /*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #727171;
    border-color: #727171;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #727171;
    border-color: #727171;
    font-weight: bold;
}

.contents-wrapper {
    background: url("https://www.hiroshima-house.com/common/img/page_index_img1_1536.jpg") no-repeat center top;
    background-size: cover;
}