/*  
Theme Name: lateco-studio
*/


.page {
    padding: 14rem 0 0;
}
.page-title {
    height: 14rem;
    max-height: 14rem;
    background: rgba(199, 198, 185, .7);
    color: #231815;
    letter-spacing: 0.35em;
    text-align: center;
    line-height: 14rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
    font-size: 4rem;
}
.page-content {
    background: #EFEFEB;
    padding: 9.7rem 0 15.4rem;
}
.page-content__inner {
    max-width: 150rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.page-body {
    background: #FFFFFF;
    padding: 6.3rem 7.8rem 7.5rem;
    max-width: 110rem;
    width: 100%;
}
.page-body__title {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    margin-bottom: 5rem;
}
.page-body__item {
    border-bottom: 1px solid #CBCBCB;
    padding: 2.2rem 2.6rem;
    display: flex;
}
.page-body__item:first-child {
    border-top: 1px solid #CBCBCB;
}
.page-body__item-date {
    font-size: 1.8rem;
    color: #616161;
    font-weight: 500;
    padding-right: 6rem;
    letter-spacing: 0.03em;
}
.page-body__item-category {
    background: #C7CBB5;
    font-size: 1.7rem;
    width: 12rem;
    text-align: center;
    border-radius: 4px;
}
.page-body__item-category.event {
    background-color: #E9D8DA;
}
.page-body__item-title {
    font-size: 1.7rem;
    padding-left: 6.4rem;
}
.page-body__items {
    padding:8rem 0 7.3rem;
}
.page-content__inner {
}
.page-aside {
    max-width: 35rem;
    flex: 0 0 35rem;
}
.page-aside a {
    display: block;
    font-size: 2rem;
    color: #666666;
    margin-bottom: 1.5rem;
}
.page-aside-body {
    margin-bottom: 4rem;
}
.page-aside-title {
    padding: .5rem;
    background:#231815;
    color: #fff;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
}
.page-aside-icon {
    width: 2rem;
    display: inline-block;
    margin-right: 1.2rem;
}
.page-aside-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #231815;
    transform: translate(-50%, 50%) rotate(45deg);
}
a.page-aside-link {
    display: flex;
    align-items: flex-start;
}
.page-aside-link-icon {
    position: relative;
    top: .2rem;
    width: 2.1rem;
    display: inline-block;
    margin: 0 1.5rem 0 0;
    flex: 0 0 5%;
}

.latest {
    text-decoration: underline;
}
.page-aside select {
    width: 100%;
    padding: 1rem;
    font-size: 16px;
}
.page-body__navis {
    display: flex;
    justify-content: space-around;
    font-size: 2rem;
}
.page-body__navi-num {
    width: 3.3rem;
    height: 3.3rem;
    background: #ccc;
    color: #fff;
    margin: 0 1rem;
    text-align: center;
    line-height: 3.3rem;
}
.page-body__navi-next, .page-body__navi-prev{
    font-family: sans-serif;
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin: 0 1rem;
}
.page-body__navi-num--current {
    background-color: #231815;
}

/*詳細*/
.page-singe-body {
    background: #fff;
    width: 100%;
    max-width: 110rem;
    padding: 5.8rem 10rem 6.5rem;
}
.page-singe-body__title {
    padding-left: 2rem;
    font-size: 2.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 3.5rem;
    position: relative;
    border-left: 6px solid #727171;
}
.page-singe-body__title::before {
    content: "";
}
.page-singe-body__date {
    display: inline-block;
}
.page-singe-body__category {
    display: inline-block;
}
.page-singe-body__body {
    margin-top: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 17rem;
    margin-bottom: 4rem;
    border: dashed 1px #CCCCCC;
    border-left: 0;
    border-right: 0;
}
.page-singe-body__meta {
    color: #555;
}
.page-singe-body__date {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
.page-singe-body__category {
    margin-left: 1.8rem;
    background-color: #C7CBB5;
    border-radius: 5px;
    min-width: 10.5rem;
    text-align: center;
    font-size: 1.6rem;
}

.page-singe-body__button {
    display: block;
    width: 36.6rem;
    margin: auto;
    text-align: center;
    height: 6rem;
    background: #727171;
    color: #fff;
    padding: 1.8rem;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 5px;
}
.page-singe-body__button img {
    max-width: 1.5rem;
    margin: 0;
    display: inline-block;
    position: relative;
    top: .1rem;
    left: 1rem;
}
.wp-block-preformatted {
    white-space: pre-wrap;
}

@media screen and (max-width: 650px) {
    .page-content__inner {
        display: block;
    }
    .page-aside {
        max-width: 100%;
        font-size: 12px;
    }
    .page {
        padding: 14.4rem 0 0;
    }
    .page-title {
        height: 13.5rem;
        max-height: 13.5rem;
    }
    .page-content {
        padding: 2.7rem 4rem 10rem;
    }
    .page-body {
        padding: 2rem 3.5rem 5.2rem;
        margin-bottom: 5.6rem;
    }
    .page-body__title {
        margin-bottom: 3.6rem;
    }
    .page-body__item {
        flex-wrap: wrap;
        padding: 1.6rem 0;
    }
    .page-body__item-date {
        font-size: 1.2rem;
        padding-right: 1.5rem;
    }
    .page-body__item-category {
        font-size: 1.5rem;
        margin-bottom: .6rem;
    }
    .page-body__item-title {
        padding: 0;
        font-size: 2.5rem;
        flex: 0 0 100%;
    }
    .page-body__items {
        padding:8rem 0 5.4rem;
    }
    .page-aside {
        max-width: 50rem;
        margin: auto;
    }
    .page-aside-title {
        padding: 1.5rem;
    }
    .page-aside a {
        margin-bottom: 1rem;
    }


    .page-singe-body {
        padding: 2.8rem 3rem 2.5rem;
        margin-bottom: 5.6rem;
    }
    .page-singe-body__title {
        line-height: 3.6rem;
        border-left-width: 3px;
        margin-bottom: 3rem;
    }
    .page-singe-body__body {
        margin-top: 2rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        font-size: 13px;
    }
    .page-singe-body__button {
        width: 40rem;
        height: 6.8rem;
        font-size: 1.8rem;
        padding: 2rem;
    }
    .page-aside select {
        font-size: 16px;
        border: #666666 solid 1px;
        border-radius: 3px;
        color: #333;
}
    }
}

.footer .header__button {
    display: none;
}

body:not(.home) header{
    background: #fff; 
}
body:not(.home) .footer{
    background: #EFEFEB; 
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
    padding: 0.5em 1em;
}
.wp-block-image{
    margin-bottom: 2em;
}


/*
body:not(.home) .footer .footer__left{
    padding: 0;
    display: flex;
    max-width: 70%;
    flex: 0 0 70%;
}
body:not(.home) .footer .footer__right{
    max-width: 30%;
    flex: 0 0 30%;
}
body:not(.home) .footer__figure img{
    max-width: 18rem;
}
body:not(.home) .footer iframe{
    display: none;
}
body:not(.home) .footer .footer__sns-list{
    display: none;
}
body:not(.home) .footer .footer__info{
    flex-wrap: wrap;
    display: flex;
    padding-left: 7rem;
    flex: 0 0 66%;
}
body:not(.home) .footer .footer__address {
    order: 3;
    line-height: 1.5;
}
body:not(.home) .footer .header__button {
    display: block;
    zoom: 1.3;
}
body:not(.home) .footer .footer__right {
    margin: 0;
}
body:not(.home) .footer .footer__tel::before {
    font-size: 1.6rem;
}
body:not(.home) .footer .footer__date {
    margin-right: 4rem;
    white-space: nowrap;
}
body:not(.home) .footer .footer__tel {
    order: 1;
    font-size: 3.5rem;
    margin: -1.4rem 0 -.5rem;
}
body:not(.home) .footer .footer__date-list {
    display: flex;
    order: 2;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
body:not(.home) .footer .footer__info {
}
body:not(.home) .footer .footer__info > *{
    flex: 0 0 100%;
}
body:not(.home) .footer .footer__inner{
    padding-left: 3rem;
}
body:not(.home) .footer .footer__catch{
    display: none;
}

@media screen and (max-width: 650px) {
    body:not(.home) .footer {
        padding-bottom: 8.5rem;
    }
    body:not(.home) .footer .footer__figure {
        display: none;
    }
    body:not(.home) .footer .footer__left {
        display: block;
    }
    body:not(.home) .footer .footer__info {
        padding-left: 4.5rem;
    }
    body:not(.home) .footer .footer__date-list {
        display: block;
    }
    body:not(.home) .footer .header__button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body:not(.home) .footer .header__button-link {
        border-radius: 0;
        border-radius: 0;
        margin: 0;
        font-size: 2.5rem;
        width: 100%;
    }
    
}
*/