@charset "utf-8";
/*---------------------------------------------------------
Theme Name:tokinone1.0
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;
}

.tok-plan-col.col-is-header {
    width: 270px;
    flex: none;
}

@media screen and (max-width: 768px) {
    .tok-hero-title {
        font-size: 1.2rem;
    }
    .tok-plan-col.col-is-header {
        width: 100%;
    }






}

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

   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;
}

.single-post-header-title {
    margin-bottom: 56px;
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    line-height: 1.5;
    border-bottom: 1px solid #000;
}

.p-single-post {
    padding: 0 32px 96px;
}
.single-post-thumb {
    padding-top: 40px;
    margin-bottom: 56px;
}
.p-single-post h2 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}
.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-header-title {
		font-size: 28px;
	}
	.p-single-post h2 {
		font-size: 20px;
	}
    .single-post-back-btn {
        font-size: 14px;
    }
}










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

   page

==========================================================================*/
.p-page-article {
    margin: 120px auto 60px;
}
.p-page-article-header {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}


@media screen and (min-width: 769px) {
    .p-page-article {
        margin: 120px auto;
    }
    .p-page-article-header {
        margin-bottom: 2.5em;
        font-size: 22px;
    }
}


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

   form

==========================================================================*/
.form01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}
.form01-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    
}

@media screen and (min-width: 769px) {
    .form01 {
    }
    .form01-row {
        flex-direction: row;
    }
    .form01-col.col--header {
        width: 200px;
    }
}

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

   404

==========================================================================*/
.p-not-found {
    margin: 80px auto 35px;
    text-align: center;
}
.p-not-found__title {
    font-size: 39px;
}
.p-not-found__text {
    margin-top: 39px;
    font-size: 13px;
    line-height: 2;
}
.p-not-found__btn {
    margin: 50px 0;
}
.p-not-found__btn .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 50px;
    margin: 0 auto;
    font-size: 12px;
}


@media screen and (min-width: 769px) {
    .p-not-found {
        margin: 120px auto;
        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;
    }
}
