#content {
    padding: 1rem 0;
    width: 70%;
    width: calc(100% - 350px);
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}

#side {
    width: 30%;
    width: calc(300px);
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    margin-left: 50px;
    padding-top: 1rem;
}

@media screen and (max-width:1023px) {
    #content,
    #side {
        display: block;
        width: 100%;
        margin: 0;
    }
}

#content-default ul,
#content-default ol {
    margin-left: 2rem;
}

#page_title {
    margin-bottom: 1rem;
}

#page_title h1 {
    font-size: .95rem;
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 5rem 0;
}

#page_title h1 span {
    font-size: 1.75rem;
    display: block;
}

#title-archive h1 {
    font-size: 1rem;
    margin: 0;
    padding: 5rem 0;
    text-align: center;
}

#title-archive h1 span {
    display: inline-block;
    font-size: 1.25rem;
    color: var(--link-color);
    border-bottom: 1px solid var(--link-color);
    margin: 0 .25rem;
}

.post_item {}

.post_item h1 {
    font-size: 1.5rem;
    margin: 0 0 .5rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #DDD;
}

.post_item h1 a {
    padding: .5rem;
    display: block;
}

.post_item-contents {
    line-height: 1.8;
    padding: 3rem 0;
}

.post_item-contents ul,
.post_item-contents ol {
    margin-left: 2rem;
    padding-right: 1rem;
}

#next {
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#next span {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: .75rem;
}

#next span.next {
    text-align: right;
}

#next span.next i {
    margin: 0 0 0 .5rem;
}

#single_block {
    padding-top: 2rem;
}

.work_content a {
    display: block;
    color: var(--main-color);
}

.work_content h1 {
    font-size: 1.25rem;
    margin: 0;
    padding: 1rem;
    font-weight: normal;
}

.work_content h1 span {
    font-size: .85rem;
    display: block;
}

h1#works_title {
    border-bottom: none;
    padding: 0 1rem;
}

h1#works_title a {
    color: var(--main-color);
    padding: 0;
}

p.works_sub {
    font-size: .85rem;
    margin: 0 0 2rem;
    display: block;
    padding: 0 1rem;
}

.works_txts-box {
    padding: 1rem;
    font-size: .95rem;
}

#works_gallery {
    font-size: 0;
    text-align: left;
    padding: 1rem 0 0;
    position: relative;
}

.works_gallery-block {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}

p.works_gallery-sub {
    font-size: .65rem;
    text-align: right;
    color: #777;
    font-display: block;
    margin-top: 0;
    padding: 0 .5rem;
    display: inline-block;
    padding: 3px 10px;
    background: #FFF;
    z-index: 2;
    position: absolute;
    top: 27px;
    border-radius: 10px;
    right: 10px;
}

#works_gallery figure {
    display: inline-block;
    margin: 0 1% 1% 0;
}

figure#works_gallery-main a,
#works_gallery figure a {
    display: block;
}

#works_gallery:hover figure a {
    opacity: .5;
}

#works_gallery figure a:hover {
    opacity: 1;
}

@media screen and (max-width:768px) {
    #works_imgs {
        max-width: 512px;
        margin: auto;
    }
    #works_gallery figure {
        max-width: 30%;
    }
}

.post_item-works-contents {
    font-size: 1rem;
    padding: 2rem 0;
}

.post_item-contents h1,
.post_item-contents h2,
.post_item-contents h3,
.post_item-contents h4,
.post_item-contents h5,
.post_item-contents h6 {
    margin: 1rem 0;
}

.post_item-works-voice,
.post_item-works-voice2 {
    padding: 1rem 2rem;
    border: 3px solid var(--back-color);
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.post_item-works-voice {
    margin-bottom: 1.5rem;
}

.voice_type {
    padding-bottom: .25rem;
    border-bottom: 3px solid var(--back-color);
    font-weight: bold;
}

.post_item-works-voice2,
.post_item-works-voice2 .voice_type {
    border-color: rgba(35, 210, 145, 1);
}

.post_item-works-voice p.sub_txt,
.post_item-works-voice2 p.sub_txt {
    text-align: right;
}

@media screen and (max-width:768px) {
    .post_item-works-voice,
    .post_item-works-voice2 {
        padding: 0;
        border: none;
        border-radius: 1rem;
    }
}

.before_img {
    position: relative;
}

.before_img p {
    position: absolute;
    top: .75rem;
    left: .75rem;
    display: inline-block;
    margin: 0;
    background: rgba(0, 0, 0, .95);
    border-radius: 1rem;
    padding: .5rem .75rem;
    font-size: .75rem;
    color: #FFF;
    line-height: 1;
}

#worksoutline {
    font-size: .75rem;
}

#worksoutline th,
#worksoutline td {
    padding: .75rem 1rem;
    display: table-cell;
    border-bottom: 1px solid #DDD;
    width: auto;
}

#worksoutline th {
    color: #777;
    width: 6rem;
    font-weight: normal;
}

img.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#works_contest {
    padding: 1rem;
    padding-left: 75px;
    background: rgba(253, 208, 0, .75);
    border-radius: 1rem;
    position: relative;
    margin-top: 1rem;
}

#works_contest::after {
    content: ' ';
    position: absolute;
    background: url(/img/contest.svg) no-repeat;
    width: 55px;
    height: 80px;
    top: -0.5rem;
    left: 0.5rem;
}

#works_contest h2,
#works_contest h3 {
    font-size: .85rem;
    margin: .25rem 0;
    font-weight: normal;
}

#works_contest h3 {
    font-size: 1rem;
}

.side_box {
    font-size: 0;
}

.side_box article {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
    vertical-align: top;
    text-align: left;
    font-size: 1rem;
}

.side_box article a {
    color: #333;
}

.side_box article h1 {
    font-size: 1rem;
    margin: 1rem 0 0;
}

.side_box article h1 span {
    display: none;
}

.side_box article p {
    margin: 0;
    color: #777;
}

.side_box article figure span {
    display: block;
}

@media screen and (max-width:1023px) and (min-width:460px) {
    .side_box .post-item {
        width: 50%;
        padding-left: .5rem;
    }
    .side_box .post-item:first-of-type {
        padding: 0 .5rem 0 0;
    }
}

.post_name {
    margin: 0 1rem .5rem 0;
    font-size: .85rem;
    color: #777;
    display: inline-block;
}

.post_name i.post_label {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: .25rem;
    background: url(/img/label.svg) no-repeat center bottom var(--back-color);
    background-size: 100% 100%;
    vertical-align: top;
}

.name-renosblog i.post_label {
    background-color: #ff8585;
}

.name-staffblog i {
    color: var(--back-color);
}

.event_item p {
    margin: 0;
    font-size: .85rem;
    color: #555;
}

.event_fin a figure,
.event_fin a h2,
.event_fin a p {
    opacity: .75;
    color: #555;
}

.event_fin a p span {
    color: #555 !important;
}

.post_item.event_fin {
    opacity: .75;
}

.event_item p.event_finish {
    font-size: .75rem;
    opacity: 1;
    color: #333;
    margin-bottom: .5rem;
    width: 100%;
}

span.weekcolor0 {
    color: red;
}

span.weekcolor6 {
    color: blue;
}

#page_bt ul {
    margin-bottom: 1rem;
    list-style: none;
    display: block;
    padding-bottom: 1rem;
    border-bottom: 2px solid #DDD;
}

#page_bt ul li {
    display: inline-block;
    margin: 0 .25rem .25rem 0;
}

#page_bt ul li a {
    text-align: center;
    display: block;
    font-size: .75rem;
    color: #FFF;
    background: #DDD;
    padding: .5rem 2rem;
    border-radius: 3rem;
}

#page_bt ul li.renos a {
    background: #ff8585;
}

#page_bt ul li.staff a {
    background: var(--back-color);
}

#works a {
    color: var(--main-color);
    position: relative;
    display: block;
}

#works a h2 {
    margin: 1rem 0 0;
    padding: 0 1rem;
    font-size: 1.25rem;
}

#works a h2 span {
    font-size: .85rem;
    display: block;
    font-weight: normal;
    color: #777;
}

.works_contest-icon {
    position: absolute;
    width: 35px;
    height: 50px;
    background: url(/img/contest.svg) no-repeat center center;
    background-size: contain;
    top: 1.25rem;
    left: 1rem;
    z-index: 2;
}

.works_contest-name {
    font-size: .65rem;
    margin: .5rem 0 0;
    padding: 0 1rem;
    color: var(--link-color);
    display: block;
}

.post_item-works-contents h3,
.post_item-works-contents h4,
.post_item-works-contents h5,
.post_item-works-contents h6 {
    font-size: 1rem;
    font-weight: bold;
    border: none;
    margin: 1rem 0;
}

.post_item-works-contents h3 {
    font-size: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
    background: #EEE;
}

.post_item-works-contents h4 {
    font-size: 1.25rem;
    padding: .5rem;
    border-top: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
}

.post_item-works-contents h5 {
    font-size: 1.1rem;
    padding: 0.5em 0;
    border-bottom: 3px solid #AAA;
}

.post_item-works-contents h6 {
    font-size: 1rem;
    padding: 0.5em 0;
    border-bottom: 2px dashed #AAA;
}

.contact_page h2 {
    margin: 3.5em 0 1em;
    font-size: 1.25rem;
    padding: 0 0 .5rem;
    border-bottom: 5px solid var(--back-color);
}

.contact_page h4 {
    position: relative;
    padding-left: 45px;
    margin: 0;
}

.contact_page h4::before {
    content: ' ';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/template/img/tel-b.svg) no-repeat center center;
    background-size: contain;
}

.contact_page p.sub_txt {
    margin-top: 0;
    color: #777;
}

.form-time {
    font-size: 0;
}

.form-time_block {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 1rem;
    position: relative;
    padding-top: 1rem;
}

.form-time_block:first-child {
    margin-right: 2%;
}

.form-time_block h5 {
    font-size: .65rem;
    position: absolute;
    top: 0;
    left: 1rem;
}

@media screen and (max-width:650px) {
    .form-time_block {
        display: block;
        width: 100%;
    }
}

#tour_blog h1 {
    font-size: 1.5rem;
    text-align: center;
    color: var(--link-color);
}

#tour_blog h2 {
    font-size: 1rem;
    margin: 0;
}

#tour_blog article a {
    color: #333;
}

.tour_bt {
    display: block;
    margin: 1rem 0 3rem;
}

.tour_bt a {
    display: block;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 10px;
    background: green;
    color: #FFF;
}

.tour_bt a:hover {
    background: #777;
}


/*--------------------------------
投稿用
---------------------------------*/

.blog_item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #DDD;
    padding-bottom: 1rem;
}

.blog_item a {
    width: 100%;
    display: flex;
    color: #333;
}

.blog_item figure {
    width: 80px;
    height: 80px;
}

.blog_item-txt {
    width: calc(100% - 80px);
    padding: 0 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
}

.blog_item-txt .blog_bacedate {
    width: 100%;
    align-self: flex-start;
}

.blog_item-txt h2 {
    margin: 0;
    font-size: 1rem;
}

.post-day {
    margin: 0;
    font-size: .85rem;
    color: #777;
}

.post-tag {
    margin: 0;
    font-size: .75rem;
    color: #777;
}

.post-tag .tag {
    margin-right: 5px;
}

.blog_item-txt .post-tag {
    align-self: flex-end;
}

@media screen and (min-width:460px) {
    .blog_item figure {
        width: 150px;
        height: 150px;
    }
    .blog_item-txt {
        width: calc(100% - 150px);
        padding: 1rem 0 1rem 1rem;
    }
}


/*--------------------------------
  ページ送り
  ---------------------------------*/

#next_prev {
    font-size: .85rem;
    border-top: 1px #ddd solid;
    padding-top: .5rem;
}

#next_prev a {
    align-items: center;
    text-decoration: none;
    padding: .5rem;
    display: flex;
}

#next_prev p {
    margin: 0;
    padding: 1rem 0 1rem .75rem;
    width: calc(100% - 80px);
}

#next_prev p span {
    display: block;
    font-size: .75rem;
    color: #777;
}

#next_prev .thumb-wrap {
    border-radius: 40px;
    overflow: hidden;
}

#next_prev .thumb-wrap,
#next_prev img {
    width: 80px;
    height: 80px;
}

@media screen and (min-width: 1024px) {
    #next_prev p {
        padding: 1rem;
    }
    #next_prev {
        display: flex;
        justify-content: space-between;
    }
    #next_prev a {
        width: 100%;
        border: 0;
    }
    #next_prev .next-link {
        text-align: right;
        justify-content: flex-end;
    }
    #next_prev .next-link .thumb-wrap {
        order: 2;
    }
    #next_prev .next-link p {
        order: 1;
    }
}

.listbt {
    display: block;
    margin-top: 1rem;
}

.listbt a {
    font-size: .75rem;
    padding: .5rem .5rem .5rem 2rem;
    position: relative;
    display: inline-block;
    color: #333;
    opacity: .75;
}

.listbt a:after {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    background: url(/template/img/arrow.svg) no-repeat center center;
    background-size: 1rem 1rem;
    border-radius: 50%;
    border: 1px solid #333;
    position: absolute;
    top: .25rem;
    left: 0;
    transform: rotate(-90deg);
}

#side_sumairu {
    margin: 2rem auto;
    text-align: left;
    padding: 1rem;
    border: 5px solid #DDD;
}

#side_sumairu h2 {
    font-size: 1rem;
    margin-top: 1em;
}

#side_sumairu p {
    color: #777;
    font-size: .85rem;
}