@charset "utf-8";
/*---------------------------------------------------------
Theme Name: rinbata01
Description:「りんごとバター。」用テーマ
Author: JAMD STUDIO
License:
License URI:
Version: 1.0
---------------------------------------------------------*/
/*==========================================================================

   frontpage

==========================================================================*/



#wpadminbar {
    top: unset;
    bottom: 0;
}
html {
    margin-top: 0 !important;
}



.mv-items ~ * {
	position: relative;
	background: var(--base-color);
	z-index: 2;
}
/* MVの直後の要素だけにスペース */
.mv-items + * {
	margin-top: 100vh;
}





/*==========================================================================

   post archives

==========================================================================*/

.l-page {
    padding: 192px 0px;
}
.l-single {
    padding: 192px 0 0;
}


.post-archives-header {
    margin-bottom: 64px;
    font-size: 32px;
    font-weight: 700;
    color: var(--key-color);
}

.post-archives-list {
    display: flex;
	flex-wrap: wrap;
    gap: 54px 36px;
}

.post-archives-item {
    width: calc((100% - 36px * 2) / 3);
}
.post-archives-item a {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.post-archives-item-date {
    font-size: 18px;
    font-weight: 700;
	line-height: 1;
    color: var(--key-color);
}
.post-archives-item-date {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--key-color);
}

.post-archives-item-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #5d5d5d;
}
.post-archives-item-title:hover {
    text-decoration: underline;
}

.post-archives-item-thumb {
    border-radius: 4px;
    overflow: hidden;
    transition: .3s;
}
.post-archives-item-thumb:hover {
    opacity: .75;
}




.single-post-header-date {
    margin-bottom: 16px;
}

.p-single-post {
    padding: 0 32px 96px;
}
.single-post-thumb {
    /*padding-top: 40px;*/
    margin-bottom: 56px;
}
.single-post-footer {
    margin-top: 54px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	.l-page {
		padding-right: 24px;
		padding-left: 24px;
	}

	.post-archives-item {
		width: calc((100% - 36px) / 2);
	}
	.post-archives-item-date {
		font-size: 12px;
	}
	.post-archives-item-title {
		font-size: 14px;
	}
    .single-post-back-btn {
        font-size: 14px;
    }
}






/*==========================================================================

   post, single

==========================================================================*/
.p-single-post h1 {
    margin-bottom: 56px;
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    line-height: 1.5;
    border-bottom: 1px solid #000;
}
.p-single-post h2 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}
.p-single-post h3 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.p-single-post h4 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.p-single-post h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}
.p-single-post h6 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.p-single-post p,
.p-single-post .wp-block-button {
    margin: 1em 0 2em;
}
.p-single-post table,
.p-single-post hr,
.p-single-post .wp-block-image,
.p-single-post .wp-block-gallery {
    margin: 2.5em 0;
}
.p-single-post ul {
    list-style: disc;
}
.p-single-post ol {
    list-style: decimal;
}
.p-single-post ul,
.p-single-post ol {
    margin: 2.5em 0;
    padding-left: 1.5em;
}
.p-single-post li + li {
    margin-top: .25em;
}
.p-single-post thead th, .p-single-post thead td,
.p-single-post tfoot th, .p-single-post tfoot td {
    font-weight: 600;
}
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    transition: .3s ease;
    width: auto;
}
.wp-block-button__link:hover {
    background: #fff;
}
.wp-block-accordion-heading__toggle-title {
    font-size: 16px;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .p-single-post h1 {
        font-size: 28px;
    }
    .p-single-post h2 {
        font-size: 20px;
    }
    .p-single-post h3 {
        font-size: 19px;
    }
    .p-single-post h4 {
        font-size: 18px;
    }
    .p-single-post h5 {
        font-size: 17px;
    }
    .p-single-post h6 {
        font-size: 16px;
    }

}






/*==========================================================================

   404

==========================================================================*/
.p-not-found {
	text-align: center;
}
.p-not-found__title {
	font-size: 60px;
}
.p-not-found__text {
	margin-top: 39px;
	font-size: 16px;
	line-height: 2;
}
.p-not-found__btn {
    margin: 55px auto 0;
}
.p-not-found__btn .m-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 62px;
	margin: 0 auto;
}