@charset "UTF-8";
/*
 * 
Theme Name: Kannagarainari
Theme URL:
Description: 
Version: 1.0

*/


/* =================================================================== */
/* Import Section
====================================================================== */

a {
	color: #b32d00;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #b32d00;
	text-decoration: underline;
}

.btn-light {
	color: #fff;
	background-color: #000;
	border-color: #000;
}


ul ul {
	margin-bottom: 0;
	padding: 8px 0 8px 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright { float: right; margin: 5px 0 8px 15px; }	
.alignleft { float: left; margin: 5px 15px 8px 0; }


#searchform {
display: block;
    
}

#s{
border: #cccccc 1px solid;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;   
  width: 70%;
	margin-bottom: 20px;
}

#searchsubmit{
/*height:28px;*/
background-color: #212529;
border-color: #212529 #212529 #0a0c0d;
color: #FFF;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px; 
margin-left:-5px;
    content:"search";
}

.archivedropdown{
height:28px;
background-color: #212529;
border-color: #212529 #212529 #0a0c0d;
color: #FFF;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px; 
margin-left:-5px;
}

/* 投稿本文スタイル */
.singlepost-content p {
     font-size: 15px;
    line-height: 28px;
    font-weight: 300;
     margin-bottom: 1.4rem;
}

.singlepost-content h2,
.singlepost-content h3,
.singlepost-content h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.singlepost-content img {
    border-radius: 10px;
    margin: 1.5rem 0;
    max-width: 100%;
    height: auto;
}

.singlepost-content blockquote {
    border-left: 3px solid #c0392b;
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    background: #f9ebe4;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

/* Back to Blog リンク */
.blog-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Jost', sans-serif;
    font-size: 0.82rem;
    color: #7a7570;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}
.blog-back::before { content: '←'; margin-right: 4px; }
.blog-back:hover { color: #c0392b; }

/* 前後記事ナビ */
.blog-post-nav {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e2dc;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.blog-post-nav a {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    color: #7a7570;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 46%;
    text-decoration: none;
}
.blog-post-nav a:hover { color: #c0392b; }
.blog-post-nav .nav-label {
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.blog-post-nav .nav-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #444441;
    line-height: 1.3;
}
.blog-post-nav .nav-next { text-align: right; margin-left: auto; }

