/*!
Theme Name: suzuka-oc
Author: suzuka-oc
*/


/* 投稿一覧のレイアウト */
.c-key.information {
    background-image: url(images/key.jpg);
}

.p-information article *{
  font-size:16px;
	letter-spacing:.1rem;
	line-height:1.8;
}

.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-item {
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
}

.post-link{
    color: #4a4135!important;
    font-size: 16px!important;
    display: block;
}   


@media screen and (min-width: 768px) {
    .post-item {
        width: calc(50% - 10px);
    }
}


.post-meta {
    font-size: 0.85rem;
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
}

.post-titles {
    font-size: 1.1rem;
    margin: 8px 0;
}

.cate {
    display: inline-block;
    padding: 2px 6px;
    background: #eee;
    border-radius: 20px;
	margin-right:1rem;
	min-width: 90px;
    text-align: center;
	color:white;
	font-weight:600;
}

.cate.news {
    background: #ff923f;
}

.cate.blog {
    background: #6cc581;
}

.cate.column{
	background: #f9d165;
}

.date{
	    font-weight: 600;
    color: #818181;
}

/* ページネーション */
.pagination {
    text-align: center;
    margin: 40px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 16px;
    background-color: #ff923f;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination .current {
    background-color: #e6731a;
    color: #fff;
    font-weight: bold;
}

.pagination a:hover {
    background-color: #ffa65f;
}

.pagination .prev,
.pagination .next {
    border-radius: 0;
	background:none!important;
    color: #4a4135;
}

.pagination .prev:hover,
.pagination .next:hover {
	background:none!important;
}

/* --- 投稿全体 --- */
.site-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.8;
}

.post-date {
    font-size: 14px;
    color: #818181;
    margin-bottom: 8px;
	font-weight:600;
}

.post-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.post-content {
    margin-bottom: 40px;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.post-content p {
    margin-bottom: 1.6em;
}

/* --- 本文のページネーション --- */
.post-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.post-navigation a {
    display: inline-block;
    padding: 10px 16px;
    background-color: #ff923f;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.post-navigation a:hover {
    background-color: #e6731a;
}

/* スマホ対応 */
@media (max-width: 480px) {
    .post-navigation {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}


.p-index-information_list a{
	color: #4a4135;
}

.btn_coralRoundedCenter_wrapper {
  text-align: center;
  margin: 20px 0;
}

.btn_coralRoundedCenter {
  display: inline-block;
  background-color: #ff923f;
  color: #fff!important;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease;
}

.btn_coralRoundedCenter:hover,.p-information article>a:hover {
  opacity:.7;
  outline: none;
}
