@charset "UTF-8";

body {
    color: #1A1311;
}
/* 
.inter-<uniquifier {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
.aioseo-breadcrumbs {
    padding-top: 18px;
}
.tabs {
    font-weight: 300;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 910px;
    margin: 0 auto;
    cursor: pointer;
    margin: 60px auto 55px;
}

.tab {
    width: 50%;
    padding: 13px 0;
    background-color: #fff;
    border: solid 1px #B27F75;
    color: #B27F75;
    transition: background-color 0.3s;
    text-align: center;
}

.tab.active {
    background-color: #B27F75;
    color: #fff;
}

/* コンテンツのスタイル */
.tab-content {
    max-width: 1000px;
    margin: 0 auto;
    display: none;
    padding: 20px;
    border-radius: 5px;
}

.tab-content.active {
    display: block;
}

/* column */

.column_item {
    max-width: 910px;
    display: flex;
    gap: 50px;
    margin: 40px auto;
}

.thum img {
    max-width: 260px;
    height: auto;
}

.column_info {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.column_date {
    display: flex;
    align-items: center;
    gap: 15px;
}

.column_date p:nth-child(1) {
    /* 投稿日時 */
    font-family: "Inter", serif;
    font-weight: 200;
    font-size: 13px;
    margin-top: 2px;
}

.column_date p:nth-child(2) {
    /* タグ */
    font-size: 12px;
    font-weight: 300;
    background-color: #B27F75;
    color: #fff;
    padding: 0.15em 0.9em;
    border-radius: 20px;
}

.column_ttl {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    font-weight: 300;
    margin-top: 35px;
    line-height: 1.6;
}

.under_border {
    border-bottom: solid 1px #B27F75;
}

/* 画像がない時 */
.thum.no-thumbnail {
    background-color: #FBF8F7; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 180px; /* 必要に応じて高さを指定 */
}


/* pagination */
.pagination {
    font-family: "aboreto";
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 60px 0 120px;
}

.pagination .prev {
    background: url('../img/pager_before_arrow.svg') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 25px;
    /* 矢印に追加スタイル */
    /* width: 40px; */
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px transparent;
    background-color: transparent;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.pagination .next {
    background: url('../img/pager_next_arrow.svg') no-repeat right center;
    background-size: 16px 16px;
    padding-right: 25px;
    /* 矢印に追加スタイル */
    /* width: 40px; */
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px transparent;
    background-color: transparent;
    transition: background-color 0.3s ease, border 0.3s ease;
}

/* 現在のページ */
.pagination .current {
    background-color: #B27F75;
    color: #fff;
    font-weight: bold;
    padding: 0.73em 0.84em;
    border-radius: 50%;
}

/* 通常のページリンク */
.pagination a:not(.current):not(.prev):not(.next) {
    background-color: #fff;
    color: #B27F75;
    font-weight: normal;
    padding: 0.73em 0.84em;
    border-radius: 50%;
    border: solid 1px #B27F75;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* 通常のページリンクのホバー時 */
.pagination a:not(.current):not(.prev):not(.next):hover {
    background-color: #B27F75;
    color: #fff;
}

/* ... のスタイル */
.pagination .dots {
    color: #B27F75;
    font-size: 16px;
    font-weight: bold;
    padding: 0em 0.5em;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .aioseo-breadcrumbs {
        width: 86%;
    }
.page_campaign {
    padding: 0 30px;
}
.tab-content {
    padding: 0px;
}
.tab {
    padding: 11px 0;
}
.tabs {
    width: 100%;
    gap: 12px;
    margin: 50px auto 55px;
}
.thum img {
    max-width: none;
    width: 100%;
}
.thum.no-thumbnail {
    width: 100%;
    height: 175px;
}
.thum.no-thumbnail img {
    width: 80px;
    height: 58px;
    object-fit: contain;
}
.column_item {
    flex-direction: column;
    gap: 20px;
    margin: 30px auto;
}
.column_info {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.column_ttl {
    margin-top: 30px;
}
.pagination {
    gap: 7px;
}
.pagination a:not(.current):not(.prev):not(.next) {
    padding: 0.69em 0.8em;
}
.pagination .current {
    padding: 0.69em 0.8em;
}
}
@media screen and (max-width: 430px) {
    .column_date p:nth-child(2) {
        /* タグ */
        font-size: 13px;
    }
}
.breadcrumbs {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
	padding-top: 18px;
    font-family: "aboreto";
}

@media screen and (max-width: 1024px) {
    .aioseo-breadcrumbs {
        width: 94%;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        max-width: 100%;
		width: 86%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 400px) {
    .breadcrumbs {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

